Hello community,

here is the log from the commit of package python-cairo for openSUSE:Factory 
checked in at 2012-10-13 19:55:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cairo (Old)
 and      /work/SRC/openSUSE:Factory/.python-cairo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cairo", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cairo/python-cairo.changes        
2012-02-17 12:08:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-cairo.new/python-cairo.changes   
2012-10-13 20:01:09.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Oct  8 13:34:23 UTC 2012 - sch...@linux-m68k.org
+
+- Build with %{optflags}
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-cairo.spec ++++++
--- /var/tmp/diff_new_pack.VpDWlY/_old  2012-10-13 20:01:10.000000000 +0200
+++ /var/tmp/diff_new_pack.VpDWlY/_new  2012-10-13 20:01:10.000000000 +0200
@@ -50,11 +50,12 @@
 %setup -n py2cairo-%{version}
 
 %build
-waf configure --prefix=%{_prefix} --libdir=%{_libdir}
-waf build
+export CFLAGS='%{optflags}'
+./waf configure --prefix=%{_prefix} --libdir=%{_libdir}
+./waf build
 
 %install
-waf install --destdir=%{buildroot}
+./waf install --destdir=%{buildroot}
 # waf is broken and generated byte-code that references the build root, see 
http://code.google.com/p/waf/issues/detail?id=986
 %py_compile %{buildroot}/%{py_sitedir}
 %py_compile -O %{buildroot}/%{py_sitedir}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to