rpms/gnomecatalog/devel import.log, NONE, 1.1 .cvsignore, 1.2, 1.3 gnomecatalog.spec, 1.5, 1.6 sources, 1.2, 1.3

Marc Wiriadisastra mwiriadi at fedoraproject.org
Sat Jun 20 05:09:27 UTC 2009


Author: mwiriadi

Update of /cvs/pkgs/rpms/gnomecatalog/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17521/devel

Modified Files:
	.cvsignore gnomecatalog.spec sources 
Added Files:
	import.log 
Log Message:
Updated to reflect the bug fix where this program could potentially end up in
an infinite loop if adding a cd that has a hash in the file name.




--- NEW FILE import.log ---
gnomecatalog-0_3_4_2-1_fc11:HEAD:gnomecatalog-0.3.4.2-1.fc11.src.rpm:1245474483


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnomecatalog/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	25 Jan 2008 00:42:32 -0000	1.2
+++ .cvsignore	20 Jun 2009 05:08:57 -0000	1.3
@@ -1 +1 @@
-gnomecatalog-0.3.4.tar.gz
+gnomecatalog-0.3.4.2.tar.bz2


Index: gnomecatalog.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnomecatalog/devel/gnomecatalog.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- gnomecatalog.spec	24 Feb 2009 23:45:57 -0000	1.5
+++ gnomecatalog.spec	20 Jun 2009 05:08:57 -0000	1.6
@@ -1,14 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Name:           gnomecatalog
-Version:        0.3.4
-Release:        5%{?dist}
+Version:        0.3.4.2
+Release:        1%{?dist}
 Summary:        Catalog Software for Gnome Desktop
 
 Group:          Applications/File
 License:        GPLv3
 URL:            http://gnomecatalog.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  sqlite-devel, desktop-file-utils, python-devel, gettext
 Requires:       gnome-desktop, python-sqlite2, pygtk2, python-vorbis, python-kaa-metadata
@@ -28,7 +28,7 @@ and saves it in the database files. Save
 then you can search in the metatada of music and images.
 
 %prep
-%setup -q -n %{name}-%{version}.orig/
+%setup -q -n %{name}-%{version}/
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} -c 'import setuptools; execfile("setup.py")' build
@@ -62,6 +62,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-gcatalog.png
 
 %changelog
+* Sat Jun 20 2009 Marc Wiriadiastra <marc at mwiriadi.id.au> - 0.3.4.2-1
+- Update for new upstream which fixes bug listed below.
+- Cleaned up spec file to suit new upstream source file; tar.bz2 and
+  .orig no longer needed. 
+- Fixed bug where if you try to add a CD which includes files with 
+  names including a hash character, gnomecatalog will end up in an 
+  infinite loop because gnomevfs.DirectoryHandle expects the name to 
+  be URI-encoded and hence treats the '#' as a bookmark within a page.
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.4-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnomecatalog/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	25 Jan 2008 00:42:32 -0000	1.2
+++ sources	20 Jun 2009 05:08:57 -0000	1.3
@@ -1 +1 @@
-de36b41a0472f7833805fe7177b911c8  gnomecatalog-0.3.4.tar.gz
+ab5d51e0bdc8bc14c1c4d34c9ca337d3  gnomecatalog-0.3.4.2.tar.bz2




More information about the fedora-extras-commits mailing list