Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package abootimg for openSUSE:Factory 
checked in at 2021-05-01 00:46:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/abootimg (Old)
 and      /work/SRC/openSUSE:Factory/.abootimg.new.1947 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "abootimg"

Sat May  1 00:46:44 2021 rev:6 rq:889474 version:0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/abootimg/abootimg.changes        2016-02-09 
13:33:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.abootimg.new.1947/abootimg.changes      
2021-05-01 00:46:47.467427303 +0200
@@ -1,0 +2,7 @@
+Sat Apr 17 16:28:36 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Fixed and cleaned SPEC file
+  * Provide working URL
+  * Minor modernization
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ abootimg.spec ++++++
--- /var/tmp/diff_new_pack.VmVU8s/_old  2021-05-01 00:46:47.971425057 +0200
+++ /var/tmp/diff_new_pack.VmVU8s/_new  2021-05-01 00:46:47.971425057 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package abootimg
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,12 +20,12 @@
 Version:        0.6
 Release:        0
 Summary:        Android boot image manipulator
-License:        GPL-2.0+ and Apache-2.0
+License:        Apache-2.0 AND GPL-2.0-or-later
 Group:          System/Boot
-Url:            http://gitorious.org/ac100/abootimg
+URL:            https://github.com/ggrandou/abootimg
 Source:         %{name}.tar.bz2
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(blkid)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Android boot image manipulator. It can create/update/unpack boot.img - boot
@@ -36,8 +36,8 @@
 
 %build
 # First make clean as a binary already exists in the tarball
-make %{?_smp_mflags} clean
-make %{?_smp_mflags} CFLAGS="%{optflags}"
+%make_build clean
+%make_build CFLAGS="%{optflags}"
 
 %install
 install -D -m 0755 abootimg %{buildroot}/%{_bindir}/abootimg
@@ -46,10 +46,9 @@
 install -D -m 0644 debian/abootimg.1 %{buildroot}/%{_mandir}/man1/abootimg.1
 
 %files
-%defattr(-,root,root)
 %{_bindir}/abootimg
 %{_bindir}/abootimg-pack-initrd
 %{_bindir}/abootimg-unpack-initrd
-%{_mandir}/man1/abootimg.1%{ext_man}
+%{_mandir}/man1/abootimg.1%{?ext_man}
 
 %changelog

Reply via email to