Hello community,

here is the log from the commit of package openxcom for openSUSE:Factory 
checked in at 2016-03-29 10:00:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openxcom (Old)
 and      /work/SRC/openSUSE:Factory/.openxcom.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openxcom"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openxcom/openxcom.changes        2014-07-17 
17:31:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openxcom.new/openxcom.changes   2016-03-29 
10:40:05.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Mar 28 08:25:28 UTC 2016 - [email protected]
+
+- Enable verbose build
+- Do not hardcode manpage suffix
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openxcom.spec ++++++
--- /var/tmp/diff_new_pack.8fj5CB/_old  2016-03-29 10:40:06.000000000 +0200
+++ /var/tmp/diff_new_pack.8fj5CB/_new  2016-03-29 10:40:06.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openxcom
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -62,28 +62,27 @@
 %prep
 %setup -q
 chmod -x LICENSE.txt 
-
 sed -i \
        -e 's:HTML_TIMESTAMP         = YES:HTML_TIMESTAMP         = NO:g' \
        docs/Doxyfile.in
 dos2unix *.txt
 
 %build
-CXXFLAGS="%{optflags}" \
 %configure \
        --disable-werror \
-       --with-docs --docdir="/usr/share/doc/packages/%{name}"
+       --disable-silent-rules \
+       --with-docs --docdir="%{_docdir}/%{name}"
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 %fdupes %{buildroot}%{_datadir}
 
 %files
 %defattr(-,root,root,-)
 %doc LICENSE.txt README.txt CHANGELOG.txt
 %{_datadir}/applications/openxcom.desktop
-%{_mandir}/man6/openxcom.6.gz
+%{_mandir}/man6/openxcom.6.*
 %{_datadir}/pixmaps/openxcom.png
 %{_datadir}/pixmaps/openxcom.svg
 %{_datadir}/%{name}/


Reply via email to