[python3-cairo] move defattr above the first file manifest item in the devel sub package

John Palmieri (J5) johnp at fedoraproject.org
Tue Sep 28 14:27:45 UTC 2010


commit a53faa3d37f2a6c505529ffb8ef0080f7f1982c1
Author: John (J5) Palmieri <johnp at redhat.com>
Date:   Tue Sep 28 10:27:27 2010 -0400

    move defattr above the first file manifest item in the devel sub package

 python3-cairo.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python3-cairo.spec b/python3-cairo.spec
index 3ed8dc6..3546f90 100644
--- a/python3-cairo.spec
+++ b/python3-cairo.spec
@@ -4,7 +4,7 @@
 
 Name: python3-cairo
 Version: 1.8.10
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: MPLv1.1 or LGPLv2
 Group: Development/Languages
 Summary: Python 3 bindings for the cairo library
@@ -72,12 +72,15 @@ rm -rf $RPM_BUILD_ROOT
 %{python3_sitearch}/cairo/
 
 %files devel
-%doc COPYING*
 %defattr(-,root,root,-)
+%doc COPYING*
 %{_includedir}/pycairo/py3cairo.h
 %{_libdir}/pkgconfig/py3cairo.pc
 
 %changelog
+* Tue Sep 28 2010 John (J5) Palmieri <johnp at redhat.com> - 1.8.10-6
+- move defattr above the first file manifest item in the devel sub package 
+
 * Mon Sep 27 2010 John (J5) Palmieri <johnp at redhat.com> - 1.8.10-5
 - revert back to using the provided waf script until 
   https://bugzilla.redhat.com/show_bug.cgi?id=637935


More information about the scm-commits mailing list