Hello community,

here is the log from the commit of package gptfdisk for openSUSE:Factory 
checked in at 2020-09-09 17:45:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gptfdisk (Old)
 and      /work/SRC/openSUSE:Factory/.gptfdisk.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gptfdisk"

Wed Sep  9 17:45:33 2020 rev:19 rq:832354 version:1.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/gptfdisk/gptfdisk.changes        2020-06-03 
20:29:25.264607914 +0200
+++ /work/SRC/openSUSE:Factory/.gptfdisk.new.3399/gptfdisk.changes      
2020-09-09 17:45:40.414364745 +0200
@@ -1,0 +2,5 @@
+Fri Sep  4 15:29:53 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Remove old specfile constructs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gptfdisk.spec ++++++
--- /var/tmp/diff_new_pack.eNVJrZ/_old  2020-09-09 17:45:42.278366260 +0200
+++ /var/tmp/diff_new_pack.eNVJrZ/_new  2020-09-09 17:45:42.278366260 +0200
@@ -24,13 +24,11 @@
 Group:          System/Base
 URL:            http://rodsbooks.com/gdisk
 
-Source:         http://downloads.sf.net/%name/%name-%version.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source:         https://downloads.sf.net/%name/%name-%version.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  ncurses-devel
 BuildRequires:  pkgconfig(popt)
 BuildRequires:  pkgconfig(uuid)
-
 Obsoletes:      gdisk < %version-%release
 Provides:       gdisk = %version-%release
 
@@ -52,22 +50,21 @@
 provides a few additional partition manipulation features.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-CFLAGS="%optflags" CXXFLAGS="%optflags" make %{?_smp_mflags}
+CFLAGS="%optflags" CXXFLAGS="%optflags" %make_build
 
 %install
-b="%buildroot";
-mkdir -p "$b/%_sbindir" "$b/%_mandir/man8";
-install -pm0755 fixparts {,c,s}gdisk "$b/%_sbindir/";
-install -pm0644 *.8 "$b/%_mandir/man8/";
+b="%buildroot"
+mkdir -p "$b/%_sbindir" "$b/%_mandir/man8"
+install -pm0755 fixparts {,c,s}gdisk "$b/%_sbindir/"
+install -pm0644 *.8 "$b/%_mandir/man8/"
 
 %check
 ./gdisk_test.sh
 
 %files
-%defattr(-,root,root)
 %license COPYING
 %doc NEWS README
 %_sbindir/gdisk
@@ -78,7 +75,6 @@
 %_mandir/man8/sgdisk.8*
 
 %files fixparts
-%defattr(-,root,root)
 %_sbindir/fixparts
 %_mandir/man8/fixparts.8*
 


Reply via email to