Hello community,

here is the log from the commit of package qpress for openSUSE:Factory checked 
in at 2016-02-01 19:56:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qpress (Old)
 and      /work/SRC/openSUSE:Factory/.qpress.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qpress"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qpress/qpress.changes    2015-03-16 
07:01:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qpress.new/qpress.changes       2016-02-01 
19:57:19.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Jan 31 09:44:40 UTC 2016 - mplus...@suse.com
+
+- Use optflags for building
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ qpress.spec ++++++
--- /var/tmp/diff_new_pack.dnyfDI/_old  2016-02-01 19:57:20.000000000 +0100
+++ /var/tmp/diff_new_pack.dnyfDI/_new  2016-02-01 19:57:20.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qpress
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Andreas Stieger <andreas.stie...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -51,15 +51,14 @@
 cp %{SOURCE1} .
 
 %build
-make %{?_smp_mflags}
+c++ %{optflags} -o qpress qpress.cpp aio.cpp quicklz.c utilities.cpp -lpthread
 
 %install
-install -d -m 755 %{buildroot}%{_bindir}
-install -m 755 %{name} %{buildroot}%{_bindir}/
+install -D -m 0755 qpress %{buildroot}%{_bindir}/qpress
 
 %files
 %defattr(-,root,root,-)
 %doc COPYING
-%{_bindir}/%{name}
+%{_bindir}/qpress
 
 %changelog



Reply via email to