Hello community,

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

Package is "barcode"

Changes:
--------
--- /work/SRC/openSUSE:Factory/barcode/barcode.changes  2015-05-18 
22:30:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.barcode.new/barcode.changes     2016-01-01 
19:49:53.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Dec 26 12:20:13 UTC 2015 - [email protected]
+
+- Add gpg signature
+- Tiny cleanup with spec-clener
+
+-------------------------------------------------------------------

New:
----
  barcode-0.99.tar.xz.sig
  barcode.keyring

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

Other differences:
------------------
++++++ barcode.spec ++++++
--- /var/tmp/diff_new_pack.UjWgu9/_old  2016-01-01 19:49:54.000000000 +0100
+++ /var/tmp/diff_new_pack.UjWgu9/_new  2016-01-01 19:49:54.000000000 +0100
@@ -23,14 +23,20 @@
 License:        GPL-3.0+
 Group:          Productivity/Graphics/Other
 Url:            http://www.gnu.org/software/barcode
-Source:         ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.xz
+Source0:        ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.xz
+Source1:        ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.xz.sig
+Source2:        %{name}.keyring
 # PATCH-FIX-OPENSUSE barcode-0.99-info.patch
 Patch2:         %{name}-0.99-info.patch
 # PATCH-FIX-UPSTREAM barcode-0.98-leak-fix.patch bnc#537525 -- Fix memory leak 
by adding call to free.
 Patch5:         %{name}-0.98-leak-fix.patch
 # PATCH-FIX-UPSTREAM barcode-fix-renamed-include.patch 
[email protected] -- Fix renamed gettext include header reference.
 Patch6:         barcode-fix-renamed-include.patch
-%if %suse_version <= 1220
+BuildRequires:  xz
+Requires(post): %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} <= 1220
 BuildRequires:  texlive
 %else
 BuildRequires:  makeinfo
@@ -39,9 +45,6 @@
 BuildRequires:  texlive-tex
 BuildRequires:  texlive-texinfo
 %endif
-BuildRequires:  xz
-Requires(pre):  %install_info_prereq
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 GNU Barcode is meant to meet most barcode creation needs with a
@@ -69,10 +72,10 @@
 
 %build
 %configure
-make
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 install -Dm0644 barcode.h %{buildroot}%{_includedir}/barcode.h
 install -Dm0644 .libs/libbarcode.a %{buildroot}%{_libdir}/libbarcode.a
 


Reply via email to