Hello community,

here is the log from the commit of package expat for openSUSE:Factory checked 
in at 2016-07-18 21:17:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/expat (Old)
 and      /work/SRC/openSUSE:Factory/.expat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "expat"

Changes:
--------
--- /work/SRC/openSUSE:Factory/expat/expat.changes      2016-07-09 
09:19:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.expat.new/expat.changes 2016-07-18 
21:17:04.000000000 +0200
@@ -1,0 +2,12 @@
+Thu Jul 14 08:43:31 UTC 2016 - tchva...@suse.com
+
+- Version update to 2.2.0:
+  * Various cmake and autotools script updates
+  * Fix detection of utf8 character boundaries
+- Remove all patches merged upstream:
+  * expat-2.1.1-avoid_relying_on_undef_behaviour.patch
+  * expat-2.1.1-parser_crashes_on_malformed_input.patch
+  * expat-alloc-size.patch
+  * expat-visibility.patch
+
+-------------------------------------------------------------------

Old:
----
  expat-2.1.1-avoid_relying_on_undef_behaviour.patch
  expat-2.1.1-parser_crashes_on_malformed_input.patch
  expat-2.1.1.tar.bz2
  expat-alloc-size.patch
  expat-visibility.patch

New:
----
  expat-2.2.0.tar.bz2

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

Other differences:
------------------
++++++ expat.spec ++++++
--- /var/tmp/diff_new_pack.UDpsXQ/_old  2016-07-18 21:17:06.000000000 +0200
+++ /var/tmp/diff_new_pack.UDpsXQ/_new  2016-07-18 21:17:06.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           expat
-Version:        2.1.1
+Version:        2.2.0
 Release:        0
 Summary:        XML Parser Toolkit
 License:        MIT
@@ -26,17 +26,9 @@
 Source0:        
http://downloads.sourceforge.net/project/expat/expat/%{version}/expat-%{version}.tar.bz2
 Source1:        %{name}faq.html
 Source2:        baselibs.conf
-Patch1:         expat-visibility.patch
-Patch2:         expat-alloc-size.patch
-# PATCH-FIX-UPSTREAM bnc#980391 CVE-2015-1283 kstreit...@suse.comĀ -- Avoid 
relying on undefined behavior in CVE-2015-1283 fix
-Patch3:         expat-2.1.1-avoid_relying_on_undef_behaviour.patch
-# PATCH-FIX-UPSTREAM bnc#979441 CVE-2016-0718 kstreit...@suse.comĀ -- XML 
parser crashes on malformed input
-Patch4:         expat-2.1.1-parser_crashes_on_malformed_input.patch
-BuildRequires:  autoconf >= 2.58
-BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -69,26 +61,20 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 cp %{SOURCE1} .
 rm -f examples/*.dsp
 
 %build
-export CFLAGS="%{optflags} -fvisibility=hidden"
-%configure --disable-static \
+%configure \
+    --disable-silent-rules \
+    --disable-static \
            --with-pic
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
-rm doc/xmlwf.1
-
-# remove .la file
-rm -f %{buildroot}%{_libdir}/libexpat.la
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
 make %{?_smp_mflags} check

++++++ expat-2.1.1.tar.bz2 -> expat-2.2.0.tar.bz2 ++++++
++++ 29006 lines of diff (skipped)


Reply via email to