Hello community,

here is the log from the commit of package iniparser for openSUSE:Factory 
checked in at 2014-06-25 06:58:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iniparser (Old)
 and      /work/SRC/openSUSE:Factory/.iniparser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iniparser"

Changes:
--------
--- /work/SRC/openSUSE:Factory/iniparser/iniparser.changes      2014-03-20 
06:53:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.iniparser.new/iniparser.changes 2014-06-25 
06:58:13.000000000 +0200
@@ -1,0 +2,13 @@
+Thu Jun 19 10:54:31 UTC 2014 - [email protected]
+
+- Update to git snapshot 20140619 c5beb80a
+  + Fix coverity issues
+  + Fix resource leaks
+  + Modify to build unbounded keys & values from multi-line input
+  + Fix crash with crafted ini files
+  + Makefile fixes: Library build, targets
+  + Prevent compiler warning when compiling for 64 bit
+  + Build system improvements
+- Update iniparser_remove_rpath.patch
+
+-------------------------------------------------------------------

Old:
----
  iniparser-3.1.tar.gz

New:
----
  iniparser-3.1.0.git20140619_c5beb80a.tar.gz

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

Other differences:
------------------
++++++ iniparser.spec ++++++
--- /var/tmp/diff_new_pack.oXT5Mg/_old  2014-06-25 06:58:14.000000000 +0200
+++ /var/tmp/diff_new_pack.oXT5Mg/_new  2014-06-25 06:58:14.000000000 +0200
@@ -17,13 +17,14 @@
 
 
 Name:           iniparser
-Version:        3.1
+Version:        3.1.0.git20140619_c5beb80a
 Release:        0
 Url:            http://ndevilla.free.fr/iniparser/
 Summary:        Library to parse ini files
 License:        MIT
 Group:          System/Libraries
-Source:         http://ndevilla.free.fr/iniparser/iniparser-%{version}.tar.gz
+#Source:         http://ndevilla.free.fr/iniparser/iniparser-%{version}.tar.gz
+Source:         iniparser-%{version}.tar.gz
 Source2:        baselibs.conf
 Patch00:        iniparser_remove_rpath.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ iniparser_remove_rpath.patch ++++++
--- /var/tmp/diff_new_pack.oXT5Mg/_old  2014-06-25 06:58:14.000000000 +0200
+++ /var/tmp/diff_new_pack.oXT5Mg/_new  2014-06-25 06:58:14.000000000 +0200
@@ -2,19 +2,12 @@
 ===================================================================
 --- iniparser.orig/Makefile
 +++ iniparser/Makefile
-@@ -1,3 +1,4 @@
-+# Last Change: 2008-05-05 15:41:32
- #
- # iniparser Makefile
- #
-@@ -11,8 +12,8 @@ AR       = ar
- ARFLAGS = rcv
+@@ -13,7 +13,7 @@ ARFLAGS = rcv
  
  SHLD = ${CC} ${CFLAGS}
--LDSHFLAGS = -shared -Wl,-Bsymbolic  -Wl,-rpath -Wl,/usr/lib 
-Wl,-rpath,/usr/lib
--LDFLAGS = -Wl,-rpath -Wl,/usr/lib -Wl,-rpath,/usr/lib
-+LDSHFLAGS = -shared -Wl,-Bsymbolic
-+LDFLAGS =
+ LDSHFLAGS = -shared -Wl,-Bsymbolic
+-LDFLAGS += -Wl,-rpath -Wl,/usr/lib -Wl,-rpath,/usr/lib
++LDFLAGS += 
  
  # Set RANLIB to ranlib on systems that require it (Sun OS < 4, Mac OSX)
  # RANLIB  = ranlib

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to