Hello community,

here is the log from the commit of package aespipe for openSUSE:Factory checked 
in at 2017-04-11 09:39:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aespipe (Old)
 and      /work/SRC/openSUSE:Factory/.aespipe.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aespipe"

Tue Apr 11 09:39:18 2017 rev:9 rq:484297 version:2.4d

Changes:
--------
--- /work/SRC/openSUSE:Factory/aespipe/aespipe.changes  2017-03-02 
19:29:40.404695979 +0100
+++ /work/SRC/openSUSE:Factory/.aespipe.new/aespipe.changes     2017-04-11 
09:39:19.342586489 +0200
@@ -1,0 +2,11 @@
+Sat Apr  1 07:02:38 UTC 2017 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------
+Fri Mar 31 21:07:06 UTC 2017 - meiss...@suse.com
+
+- Disable PIE linking, as the assembler code is not position independ
+  currently.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ aespipe.spec ++++++
--- /var/tmp/diff_new_pack.6Ws6FE/_old  2017-04-11 09:39:19.926504003 +0200
+++ /var/tmp/diff_new_pack.6Ws6FE/_new  2017-04-11 09:39:19.930503437 +0200
@@ -26,7 +26,8 @@
 Source:         
http://loop-aes.sourceforge.net/aespipe/aespipe-v%{version}.tar.bz2
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  gpg2
+Requires:       gpg2
 
 %description
 aespipe program is AES encrypting or decrypting pipe. It reads from standard
@@ -40,28 +41,32 @@
 
 %build
 autoreconf -fiv
-%configure
-make \
+%if 0%{?suse_version} > 1315
+export LDFLAGS="-no-pie"
+%endif
+%configure \
 %ifarch %ix86
-        x86 \
+  --enable-asm=x86   --enable-padlock --enable-intelaes \
 %endif
 %ifarch amd64 x86_64 ia32e em64t
-        amd64 \
-       CXXFLAGS="$CXXFLAGS -fPIC"      
+  --enable-asm=amd64 --enable-padlock --enable-intelaes \
 %endif
+  --disable-silent-rules
+make %{?_smp_mflags}
 
 %check
 make %{?_smp_mflags} tests
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
-install -m0755 bz2aespipe "%{buildroot}%{_bindir}/"
+%make_install
+install -D -p -m 0755 bz2aespipe \
+  %{buildroot}%{_bindir}/bz2aespipe
 
 %files
 %defattr(-,root,root)
 %doc ChangeLog README
 %{_bindir}/aespipe
 %{_bindir}/bz2aespipe
-%{_mandir}/man1/aespipe.1*
+%{_mandir}/man1/aespipe.1%{ext_man}
 
 %changelog


Reply via email to