Hello community,

here is the log from the commit of package erfa for openSUSE:Factory checked in 
at 2019-09-11 10:41:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/erfa (Old)
 and      /work/SRC/openSUSE:Factory/.erfa.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "erfa"

Wed Sep 11 10:41:24 2019 rev:4 rq:729996 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/erfa/erfa.changes        2017-09-14 
21:19:32.294071743 +0200
+++ /work/SRC/openSUSE:Factory/.erfa.new.7948/erfa.changes      2019-09-11 
10:41:59.835202915 +0200
@@ -1,0 +2,6 @@
+Tue Sep 10 20:38:43 UTC 2019 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Use -ffat-lto-objects when building static libraries.
+- Run spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ erfa.spec ++++++
--- /var/tmp/diff_new_pack.SaU8JI/_old  2019-09-11 10:42:00.483202799 +0200
+++ /var/tmp/diff_new_pack.SaU8JI/_new  2019-09-11 10:42:00.483202799 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package erfa
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,24 +12,23 @@
 # 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/
 #
 
 
-Name:           erfa
 %define lname  liberfa1
+Name:           erfa
 Version:        1.4.0
 Release:        0
 Summary:        Essential Routines for Fundamental Astronomy
 License:        BSD-3-Clause
 Group:          Productivity/Scientific/Other
-Url:            https://github.com/liberfa/erfa
+URL:            https://github.com/liberfa/erfa
 Source:         
https://github.com/liberfa/erfa/releases/download/v%{version}/erfa-%{version}.tar.gz
 BuildRequires:  autoconf >= 2.68
 BuildRequires:  automake
 BuildRequires:  libtool
-BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 ERFA is a C library containing key algorithms for astronomy, and is based on
@@ -72,12 +71,13 @@
 %setup -q
 
 %build
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 ./bootstrap.sh
 %configure
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 # *.la should not be packaged (see packaging guidelines: static Libraries)
 rm %{buildroot}%{_libdir}/liberfa.la
 
@@ -85,19 +85,17 @@
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files -n %{lname}
-%defattr(-,root,root)
-%doc INFO LICENSE README.rst
+%license LICENSE
+%doc INFO README.rst
 %{_libdir}/liberfa.so.1
 %{_libdir}/liberfa.so.1.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/*.h
 %{_libdir}/liberfa.so
 %{_libdir}/pkgconfig/erfa.pc
 
 %files devel-static
-%defattr(-,root,root)
 %{_libdir}/liberfa.a
 
 %changelog


Reply via email to