Hello community,

here is the log from the commit of package eatmydata for openSUSE:Factory 
checked in at 2020-03-12 23:09:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eatmydata (Old)
 and      /work/SRC/openSUSE:Factory/.eatmydata.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eatmydata"

Thu Mar 12 23:09:13 2020 rev:3 rq:784350 version:105

Changes:
--------
--- /work/SRC/openSUSE:Factory/eatmydata/eatmydata.changes      2015-03-27 
09:41:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.eatmydata.new.3160/eatmydata.changes    
2020-03-12 23:12:40.351332599 +0100
@@ -1,0 +2,5 @@
+Thu Mar 12 11:37:28 UTC 2020 - Martin Pluskal <mplus...@suse.com>
+
+- Modernise spec file
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ eatmydata.spec ++++++
--- /var/tmp/diff_new_pack.KZYifr/_old  2020-03-12 23:12:41.327332984 +0100
+++ /var/tmp/diff_new_pack.KZYifr/_new  2020-03-12 23:12:41.343332991 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eatmydata
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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,42 +20,39 @@
 Version:        105
 Release:        0
 Summary:        A library to disable fsync calls
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          Development/Tools/Other
-Url:            http://www.flamingspork.com/projects/libeatmydata/
-# https://launchpad.net/libeatmydata
+URL:            https://www.flamingspork.com/projects/libeatmydata/
 Source0:        
http://www.flamingspork.com/projects/libeatmydata/libeatmydata-%{version}.tar.gz
 Source1:        
http://www.flamingspork.com/projects/libeatmydata/libeatmydata-%{version}.tar.gz.asc
 Source2:        %{name}.keyring
 Source3:        %{name}-rpmlintrc
 Patch1:         libeatmydata-105-remove-dpkg.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-#BuildRequires:
-#Requires:       bash
 
 %description
-libeatmydata is a small LD_PRELOAD library designed to (transparently) disable 
fsync (and friends, like open(O_SYNC)). This has two side-effects: making 
software that writes data safely to disk a lot quicker and making this software 
no longer crash safe.
+libeatmydata is a small LD_PRELOAD library designed to (transparently)
+disable fsync (and friends, like open(O_SYNC)). This has two side-effects:
+making software that writes data safely to disk a lot quicker and making
+this software no longer crash safe.
 
 %prep
-%setup -q -n lib%{name}-%{version}
-%patch1 -p1
+%autosetup -n lib%{name}-%{version} -p1
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 rm -rf %{buildroot}%{_libexecdir}/debug
 rm -f %{buildroot}/%{_libdir}/libeatmydata.la
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING README
+%license COPYING
+%doc AUTHORS ChangeLog README
 %attr(0755,root,root) %{_bindir}/eatmydata
 %attr(0755,root,root) %{_libexecdir}/eatmydata.sh
 %{_libdir}/libeatmydata.so*




Reply via email to