Hello community,

here is the log from the commit of package cabextract for openSUSE:Factory 
checked in at 2015-02-22 17:26:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cabextract (Old)
 and      /work/SRC/openSUSE:Factory/.cabextract.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cabextract"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cabextract/cabextract.changes    2014-12-22 
12:52:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cabextract.new/cabextract.changes       
2015-02-22 17:26:50.000000000 +0100
@@ -1,0 +2,12 @@
+Fri Feb 20 19:43:56 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- New version 1.5:
+ * Several crashes and hangs were found by Debian project members 
+   using the afl tool to generate corrupt cabinet files. These 
+   crashes and hangs have been fixed.
+ * cabextract now replaces bad Unicode characters in filenames 
+   with the standard Unicode replacement character
+ * wince_rename now puts files under the correct installation path
+
+-------------------------------------------------------------------

Old:
----
  cabextract-1.4.tar.gz

New:
----
  cabextract-1.5.tar.gz

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

Other differences:
------------------
++++++ cabextract.spec ++++++
--- /var/tmp/diff_new_pack.1Jsaxb/_old  2015-02-22 17:26:51.000000000 +0100
+++ /var/tmp/diff_new_pack.1Jsaxb/_new  2015-02-22 17:26:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cabextract
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
 
 
 Name:           cabextract
-Url:            http://www.cabextract.org.uk/
-Version:        1.4
+Version:        1.5
 Release:        0
 Summary:        A Program to Extract Microsoft Cabinet Files
 License:        GPL-3.0+
 Group:          System/Console
-Source:         %{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Url:            http://www.cabextract.org.uk/
+Source:         http://www.cabextract.org.uk/%{name}-%{version}.tar.gz
 BuildRequires:  pkgconfig(libmspack)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Cabinet (.CAB) files are a form of archive, which Microsoft uses to
@@ -36,17 +36,17 @@
 %setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS -fPIE"
+CFLAGS="%{optflags} -fPIE"
 %configure --with-external-libmspack
 make %{?_smp_mflags} LDFLAGS="-pie"
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING README
-/usr/bin/cabextract
+%{_bindir}/cabextract
 %{_mandir}/man1/cabextract.1.gz
 
 %changelog

++++++ cabextract-1.4.tar.gz -> cabextract-1.5.tar.gz ++++++
++++ 7551 lines of diff (skipped)

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

Reply via email to