Hello community, here is the log from the commit of package abootimg for openSUSE:Factory checked in at 2016-02-09 13:32:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/abootimg (Old) and /work/SRC/openSUSE:Factory/.abootimg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "abootimg" Changes: -------- --- /work/SRC/openSUSE:Factory/abootimg/abootimg.changes 2012-09-20 14:55:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.abootimg.new/abootimg.changes 2016-02-09 13:33:06.000000000 +0100 @@ -1,0 +2,6 @@ +Sat Feb 6 11:38:12 UTC 2016 - [email protected] + +- Use optflags when building +- Cleanup spec file with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ abootimg.spec ++++++ --- /var/tmp/diff_new_pack.2QtgVs/_old 2016-02-09 13:33:07.000000000 +0100 +++ /var/tmp/diff_new_pack.2QtgVs/_new 2016-02-09 13:33:07.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package abootimg # -# Copyright (c) 2012 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 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: abootimg Version: 0.6 Release: 0 @@ -35,20 +36,20 @@ %build # First make clean as a binary already exists in the tarball -make clean -make %{?_smp_mflags} +make %{?_smp_mflags} clean +make %{?_smp_mflags} CFLAGS="%{optflags}" %install -install -m 755 -d %{buildroot}/%{_bindir} -install -m 755 abootimg %{buildroot}/%{_bindir} -install -m 755 abootimg-unpack-initrd %{buildroot}/%{_bindir} -install -m 755 abootimg-pack-initrd %{buildroot}/%{_bindir} -install -m 755 -d %{buildroot}/%{_mandir}/man1 -cat debian/abootimg.1 | gzip -9 > %{buildroot}/%{_mandir}/man1/abootimg.1.gz +install -D -m 0755 abootimg %{buildroot}/%{_bindir}/abootimg +install -D -m 0755 abootimg-unpack-initrd %{buildroot}/%{_bindir}/abootimg-unpack-initrd +install -D -m 0755 abootimg-pack-initrd %{buildroot}/%{_bindir}/abootimg-pack-initrd +install -D -m 0644 debian/abootimg.1 %{buildroot}/%{_mandir}/man1/abootimg.1 %files %defattr(-,root,root) -%{_bindir}/* -%{_mandir}/man1/* +%{_bindir}/abootimg +%{_bindir}/abootimg-pack-initrd +%{_bindir}/abootimg-unpack-initrd +%{_mandir}/man1/abootimg.1%{ext_man} %changelog
