Hello community,

here is the log from the commit of package libmodplug for openSUSE:Factory 
checked in at 2014-03-14 15:16:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmodplug (Old)
 and      /work/SRC/openSUSE:Factory/.libmodplug.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmodplug"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmodplug/libmodplug.changes    2013-10-23 
10:09:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libmodplug.new/libmodplug.changes       
2014-03-14 15:16:39.000000000 +0100
@@ -1,0 +2,11 @@
+Thu Mar 13 08:50:39 UTC 2014 - [email protected]
+
+- Update to version 0.8.8.5
+  * Some security patches: CVE-2013-4233, CVE-2013-4234, as well as
+    many fixes suggested by static analyzers: clang build-scan, and coverity.
+- Remove CVE-2013-4233.patch, CVE-2013-4234.patch and libmodplug-overflow.patch
+- Stop using dos2unix
+- Run through spec-cleaner
+- Use full URL in Source tag
+
+-------------------------------------------------------------------

Old:
----
  CVE-2013-4233.patch
  CVE-2013-4234.patch
  libmodplug-0.8.8.4.tar.bz2
  libmodplug-overflow.patch

New:
----
  libmodplug-0.8.8.5.tar.gz

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

Other differences:
------------------
++++++ libmodplug.spec ++++++
--- /var/tmp/diff_new_pack.LqRHlt/_old  2014-03-14 15:16:40.000000000 +0100
+++ /var/tmp/diff_new_pack.LqRHlt/_new  2014-03-14 15:16:40.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmodplug
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,23 +19,16 @@
 %define soname 1
 
 Name:           libmodplug
+Version:        0.8.8.5
+Release:        0
 Summary:        A MOD playing library
 License:        SUSE-Public-Domain
 Group:          System/Libraries
-Version:        0.8.8.4
-Release:        0
 Url:            http://modplug-xmms.sourceforge.net
-Source:         %{name}-%{version}.tar.bz2
+Source:         
http://download.sourceforge.net/modplug-xmms/libmodplug-%{version}.tar.gz
 Source1:        baselibs.conf
 # PATCH-FIX-OPENSUSE libmodplug-timidity.patch -- set paths to openSUSE 
timidity package
 Patch1:         libmodplug-timidity.patch
-# PATCH-FIX-OPENSUSE Fix buffer overflow
-Patch2:         libmodplug-overflow.patch
-# PATCH-FIX-UPSTREAM CVE-2013-4233.patch bnc834483 CVE-2013-4233 
[email protected] -- Fix integer overflow.
-Patch3:         CVE-2013-4233.patch
-# PATCH-FIX-UPSTREAM CVE-2013-4234.patch bnc834483 CVE-2013-4234 
[email protected] -- Fix heap overflows.
-Patch4:         CVE-2013-4234.patch
-BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -47,7 +40,6 @@
 Olivier Lapicque, found at http://www.modplug.com/.
 
 %package -n libmodplug%{soname}
-
 Summary:        Development files for libmodplug
 Group:          Development/Libraries/C and C++
 
@@ -70,26 +62,22 @@
 %prep
 %setup -q
 %patch1
-%patch2 -p1
-%patch3 -p2
-%patch4 -p2
-# Fix eol encoding.
-dos2unix -o ChangeLog
+sed -i 's/\r$//' ChangeLog
 
 %build
 %configure --disable-static
 make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
-rm $RPM_BUILD_ROOT%{_libdir}/*.la
+%make_install
+rm %{buildroot}%{_libdir}/*.la
 
 %post -n libmodplug%{soname} -p /sbin/ldconfig
 
 %postun -n libmodplug%{soname} -p /sbin/ldconfig
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -n libmodplug%{soname}
 %defattr(0644,root,root,0755)

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

Reply via email to