Hello community,

here is the log from the commit of package libplist for openSUSE:Factory
checked in at Wed May 18 09:06:14 CEST 2011.



--------
--- libplist/libplist.changes   2011-03-20 18:46:04.000000000 +0100
+++ /mounts/work_src_done/STABLE/libplist/libplist.changes      2011-05-17 
00:18:52.000000000 +0200
@@ -1,0 +2,5 @@
+Mon May 16 22:18:07 UTC 2011 - cgiboude...@gmx.com
+
+- Add gcc46_build_fix.patch. Fixes build with GCC4.6
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  gcc46_build_fix.patch

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

Other differences:
------------------
++++++ libplist.spec ++++++
--- /var/tmp/diff_new_pack.sRnZRJ/_old  2011-05-18 09:05:55.000000000 +0200
+++ /var/tmp/diff_new_pack.sRnZRJ/_new  2011-05-18 09:05:55.000000000 +0200
@@ -19,7 +19,7 @@
 
 Name:           libplist
 Version:        1.4
-Release:        1
+Release:        3
 License:        LGPL v2.1 or GPL v2
 Summary:        Library for handling Apple Binary and XML Property Lists
 Url:            http://cgit.sukimashita.com/libplist.git
@@ -34,6 +34,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #remove when pkgconfig is fixed to handle Requires.private correctly
 Patch0:         libplist-1.4-pkgconfig.patch
+Patch1:         gcc46_build_fix.patch
 
 %description
 libplist is a library for handling Apple Binary and XML Property Lists.
@@ -110,6 +111,7 @@
 %prep
 %setup -q
 %patch0
+%patch1
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"

++++++ gcc46_build_fix.patch ++++++
--- swig/plist.i.orig   2011-05-17 00:10:03.034330863 +0200
+++ swig/plist.i        2011-05-17 00:12:14.190736151 +0200
@@ -4,6 +4,7 @@
  %{
  /* Includes the header in the wrapper code */
  #include <plist/plist++.h>
+ #include <cstddef>
  %}
 
 %include "std_string.i"

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



Remember to have fun...

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

Reply via email to