rpms/moin/devel moin.spec,1.7,1.8

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Aug 1 12:27:57 UTC 2006


Author: thias

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

Modified Files:
	moin.spec 
Log Message:
Backport latest release from devel to FC-5 and fix README-rpm file mode.



Index: moin.spec
===================================================================
RCS file: /cvs/extras/rpms/moin/devel/moin.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- moin.spec	2 Jul 2006 09:47:11 -0000	1.7
+++ moin.spec	1 Aug 2006 12:27:57 -0000	1.8
@@ -1,7 +1,7 @@
 Summary: MoinMoin is a Python clone of WikiWiki
 Name:    moin
 Version: 1.5.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group:   Applications/Internet
 URL:     http://moinmoin.wikiwikiweb.de/
@@ -35,7 +35,7 @@
 %install
 %{__rm} -rf %{buildroot} README-rpm
 %{__python} setup.py install --root=%{buildroot}
-%{__cp} -a %{SOURCE1} README-rpm
+%{__install} -p -m 0644 %{SOURCE1} README-rpm
 
 
 %clean
@@ -52,6 +52,9 @@
 
 
 %changelog
+* Tue Aug  1 2006 Matthias Saou <http://freshrpms.net/> 1.5.4-2
+- Don't assume we have a sane default umask... (#200833).
+
 * Sun Jun  2 2006 Matthias Saou <http://freshrpms.net/> 1.5.4-1
 - Update to 1.5.4.
 




More information about the scm-commits mailing list