rpms/offlineimap/devel offlineimap.spec,1.1,1.2

Till Maas (till) fedora-extras-commits at redhat.com
Mon Dec 4 00:17:28 UTC 2006


Author: till

Update of /cvs/extras/rpms/offlineimap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16778

Modified Files:
	offlineimap.spec 
Log Message:
- added -p to cp to preserve timestamp of ChangeLog



Index: offlineimap.spec
===================================================================
RCS file: /cvs/extras/rpms/offlineimap/devel/offlineimap.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- offlineimap.spec	3 Dec 2006 17:47:54 -0000	1.1
+++ offlineimap.spec	4 Dec 2006 00:16:58 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           offlineimap
 Version:        4.0.16
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Powerful IMAP/Maildir synchronization and reader support
 
 License:        GPL
@@ -30,7 +30,7 @@
 
 %build
 python setup.py build
-cp debian/changelog ChangeLog
+cp -p debian/changelog ChangeLog
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -50,6 +50,9 @@
 %{_mandir}/man1/offlineimap.1.gz
 
 %changelog
+* Mon Dec 04 2006 Till Maas <opensource till name> - 4.0.16-2
+- added -p to cp to preserve timestamp of ChangeLog
+
 * Sun Dec 03 2006 Till Maas <opensource till name> - 4.0.16-1
 - version bump
 - added one more %%{version} to Source0




More information about the scm-commits mailing list