Hello community,

here is the log from the commit of package libx86 for openSUSE:Factory checked 
in at 2018-07-28 12:44:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libx86 (Old)
 and      /work/SRC/openSUSE:Factory/.libx86.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libx86"

Sat Jul 28 12:44:09 2018 rev:2 rq:625711 version:1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libx86/libx86.changes    2018-07-22 
23:04:39.852921088 +0200
+++ /work/SRC/openSUSE:Factory/.libx86.new/libx86.changes       2018-07-28 
12:44:11.748858397 +0200
@@ -1,0 +2,6 @@
+Fri Jul 27 06:40:54 UTC 2018 - jeng...@inai.de
+
+- Fix RPM groups.
+- Replace old $RPM_* shell vars by macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libx86.spec ++++++
--- /var/tmp/diff_new_pack.nLcoxa/_old  2018-07-28 12:44:12.220859255 +0200
+++ /var/tmp/diff_new_pack.nLcoxa/_new  2018-07-28 12:44:12.220859255 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libx86
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -21,8 +21,8 @@
 Version:        1.1
 Release:        0
 Summary:        x86 real-mode library
-License:        MIT and BSD-3-Clause
-Group:          System/Libraries
+License:        MIT AND BSD-3-Clause
+Group:          Development/Libraries/C and C++
 Source:         
http://www.codon.org.uk/~mjg59/%{name}/downloads/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64
@@ -34,7 +34,7 @@
 
 %package -n libx86-1
 Summary:        x86 real-mode library
-Group:          Development/Libraries/C and C++
+Group:          System/Libraries
 Provides:       libx86 = %{version}
 Obsoletes:      libx86 <= %{version}
 
@@ -66,12 +66,12 @@
 # %ifnarch %ix86
 MAKEARGS="BACKEND=x86emu"
 # %endif
-make CFLAGS="$RPM_OPT_FLAGS -DDEBUG -g -fPIC" $MAKEARGS LIBDIR=%{_libdir} \
+make CFLAGS="%{optflags} -DDEBUG -g -fPIC" $MAKEARGS LIBDIR=%{_libdir} \
        %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir}
-chmod a-x $RPM_BUILD_ROOT/%{_libdir}/libx86.a
+%make_install LIBDIR=%{_libdir}
+chmod a-x %{buildroot}/%{_libdir}/libx86.a
 
 %post -n libx86-1 -p /sbin/ldconfig
 


Reply via email to