Hello community,

here is the log from the commit of package asl for openSUSE:Factory checked in 
at 2018-03-09 10:44:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/asl (Old)
 and      /work/SRC/openSUSE:Factory/.asl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "asl"

Fri Mar  9 10:44:31 2018 rev:26 rq:584207 version:1.42_bld115

Changes:
--------
--- /work/SRC/openSUSE:Factory/asl/asl.changes  2017-10-11 23:01:47.887733082 
+0200
+++ /work/SRC/openSUSE:Factory/.asl.new/asl.changes     2018-03-09 
10:44:32.811106615 +0100
@@ -1,0 +2,10 @@
+Thu Mar  8 08:14:53 UTC 2018 - [email protected]
+
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------
+Wed Mar  7 17:37:02 UTC 2018 - [email protected]
+
+- remove unused buildrequires on xorg-x11-* and libpng 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ asl.spec ++++++
--- /var/tmp/diff_new_pack.8LZ6Zn/_old  2018-03-09 10:44:33.975064692 +0100
+++ /var/tmp/diff_new_pack.8LZ6Zn/_new  2018-03-09 10:44:33.979064548 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package asl
 #
-# Copyright (c) 2017 SUSE LINUX 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
@@ -20,18 +20,14 @@
 Version:        1.42_bld115
 Release:        0
 Summary:        Macro Assembler AS
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Languages/Other
-Url:            http://john.ccac.rwth-aachen.de:8000/as/
+URL:            http://john.ccac.rwth-aachen.de:8000/as/
 Source:         
http://john.ccac.rwth-aachen.de:8000/ftp/as/source/c_version/asl-current-142-bld115.tar.bz2
 Patch0:         asl-buildfixes.patch
 Patch2:         asl-ppc64.patch
 BuildRequires:  gcc-c++
-BuildRequires:  libpng
 BuildRequires:  texlive-latex
-BuildRequires:  xorg-x11
-BuildRequires:  xorg-x11-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1220
 BuildRequires:  texlive-amsfonts
 BuildRequires:  texlive-cm
@@ -62,8 +58,7 @@
 %patch2 -p1
 
 %build
-make CC="gcc" LD="gcc" CFLAGS="%{optflags} -fno-strict-aliasing"
-make CC="gcc" LD="gcc" CFLAGS="%{optflags} -fno-strict-aliasing" docs
+make CC="gcc" LD="gcc" CFLAGS="%{optflags} -fno-strict-aliasing" all docs
 
 %check
 make test
@@ -72,14 +67,13 @@
 make install PREFIX=%{buildroot}
 
 %files doc
-%defattr(-,root,root)
 %doc README.LANGS BENCHES
 %doc doc/as-EN.txt doc/as-EN.html doc/as-EN.ps doc/as-EN.dvi
 %doc doc/as-DE.txt doc/as-DE.html doc/as-DE.ps doc/as-DE.dvi
 
 %files
-%defattr(-,root,root)
-%doc COPYING README TODO
+%license COPYING
+%doc README TODO
 %{_bindir}/asl
 %{_bindir}/alink
 %{_bindir}/p2bin
@@ -143,11 +137,11 @@
 %{_libexecdir}/asl/pbind.msg
 %{_libexecdir}/asl/plist.msg
 %{_libexecdir}/asl/tools.msg
-%{_mandir}/man1/asl.1.gz
-%{_mandir}/man1/p2bin.1.gz
-%{_mandir}/man1/p2hex.1.gz
-%{_mandir}/man1/pbind.1.gz
-%{_mandir}/man1/plist.1.gz
-%{_mandir}/man1/alink.1.gz
+%{_mandir}/man1/asl.1%{ext_man}
+%{_mandir}/man1/p2bin.1%{ext_man}
+%{_mandir}/man1/p2hex.1%{ext_man}
+%{_mandir}/man1/pbind.1%{ext_man}
+%{_mandir}/man1/plist.1%{ext_man}
+%{_mandir}/man1/alink.1%{ext_man}
 
 %changelog


Reply via email to