rpms/gamin/FC-4 gamin.spec,1.34,1.35 sources,1.34,1.35

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 29 13:33:43 UTC 2005


Author: veillard

Update of /cvs/dist/rpms/gamin/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv2860

Modified Files:
	gamin.spec sources 
Log Message:
Preparing an update based on 0.1.1 but with a fix for #159568
Daniel



Index: gamin.spec
===================================================================
RCS file: /cvs/dist/rpms/gamin/FC-4/gamin.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- gamin.spec	13 Jul 2005 11:47:41 -0000	1.34
+++ gamin.spec	29 Jul 2005 13:33:37 -0000	1.35
@@ -1,7 +1,7 @@
 Summary: Library providing the FAM File Alteration Monitor API
 Name: gamin
-Version: 0.1.2
-Release: 1.FC4
+Version: 0.1.1
+Release: 2.FC4
 License: LGPL
 Group: Development/Libraries
 Source: gamin-%{version}.tar.gz
@@ -10,6 +10,7 @@
 Obsoletes: fam
 Provides: fam
 BuildRequires: glib2-devel python python-devel
+Patch0: 159568.patch
 
 %description
 This C library provides an API and ABI compatible file alteration
@@ -41,6 +42,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -50,7 +52,6 @@
 rm -fr %{buildroot}
 
 %makeinstall
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %clean
 rm -fr %{buildroot}
@@ -88,10 +89,8 @@
 %doc doc/python.html
 
 %changelog
-* Wed Jul 13 2005 Daniel Veillard <veillard at redhat.com> 0.1.2-1.FC4
-- inotify back end patches, ready for the new inotify support in kernel
-- lot of server code cleanup patches
-- fixed an authentication problem
+* Fri Jul 29 2005 Daniel Veillard <veillard at redhat.com> 0.1.1-2.FC4
+- applying patch fixing #159568
 * Fri Jun 10 2005 Daniel Veillard <veillard at redhat.com> 0.1.1-1
 - gamin_data_conn_event fix
 - crash from bug gnome #303932


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/gamin/FC-4/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- sources	13 Jul 2005 11:47:41 -0000	1.34
+++ sources	29 Jul 2005 13:33:37 -0000	1.35
@@ -1 +1 @@
-cb43e73d43e2c5d428229dea0288d66d  gamin-0.1.2.tar.gz
+5c5330c3df26ece7d71b69a0b8f4a126  gamin-0.1.1.tar.gz




More information about the fedora-cvs-commits mailing list