Hello community,

here is the log from the commit of package cabextract for openSUSE:Factory 
checked in at 2014-12-22 12:54:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2011-09-23 
01:53:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cabextract.new/cabextract.changes       
2014-12-22 12:52:59.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Dec 20 14:11:03 UTC 2014 - meiss...@suse.com
+
+- build with PIE
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cabextract.spec ++++++
--- /var/tmp/diff_new_pack.yEb6RB/_old  2014-12-22 12:53:00.000000000 +0100
+++ /var/tmp/diff_new_pack.yEb6RB/_new  2014-12-22 12:53:00.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cabextract
 #
-# Copyright (c) 2011 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:           cabextract
 Url:            http://www.cabextract.org.uk/
-License:        GPL-3.0+
-Group:          System/Console
 Version:        1.4
-Release:        1
+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
 BuildRequires:  pkgconfig(libmspack)
@@ -37,8 +36,9 @@
 %setup -q
 
 %build
+CFLAGS="$RPM_OPT_FLAGS -fPIE"
 %configure --with-external-libmspack
-make %{?_smp_mflags}
+make %{?_smp_mflags} LDFLAGS="-pie"
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT

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

Reply via email to