commit erfa for openSUSE:Factory

2020-09-24 Thread root
Hello community,

here is the log from the commit of package erfa for openSUSE:Factory checked in 
at 2020-09-24 16:14:26

Comparing /work/SRC/openSUSE:Factory/erfa (Old)
 and  /work/SRC/openSUSE:Factory/.erfa.new.4249 (New)


Package is "erfa"

Thu Sep 24 16:14:26 2020 rev:8 rq:836367 version:1.7.1

Changes:

--- /work/SRC/openSUSE:Factory/erfa/erfa.changes2020-01-01 
14:59:59.697984278 +0100
+++ /work/SRC/openSUSE:Factory/.erfa.new.4249/erfa.changes  2020-09-24 
16:14:51.880935864 +0200
@@ -1,0 +2,6 @@
+Sat Sep 19 15:35:12 UTC 2020 - Atri Bhattacharya 
+
+- Update to version 1.7.1:
+  * Based on SOFA version 20200721.
+
+---

Old:

  erfa-1.7.0.tar.gz

New:

  erfa-1.7.1.tar.gz



Other differences:
--
++ erfa.spec ++
--- /var/tmp/diff_new_pack.lAGoJI/_old  2020-09-24 16:14:52.504936488 +0200
+++ /var/tmp/diff_new_pack.lAGoJI/_new  2020-09-24 16:14:52.508936492 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package erfa
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -18,7 +18,7 @@
 
 %define lname  liberfa1
 Name:   erfa
-Version:1.7.0
+Version:1.7.1
 Release:0
 Summary:Essential Routines for Fundamental Astronomy
 License:BSD-3-Clause

++ erfa-1.7.0.tar.gz -> erfa-1.7.1.tar.gz ++
 11428 lines of diff (skipped)




commit erfa for openSUSE:Factory

2020-01-01 Thread root
Hello community,

here is the log from the commit of package erfa for openSUSE:Factory checked in 
at 2020-01-01 14:59:54

Comparing /work/SRC/openSUSE:Factory/erfa (Old)
 and  /work/SRC/openSUSE:Factory/.erfa.new.6675 (New)


Package is "erfa"

Wed Jan  1 14:59:54 2020 rev:7 rq:760238 version:1.7.0

Changes:

--- /work/SRC/openSUSE:Factory/erfa/erfa.changes2019-11-07 
23:16:29.504532492 +0100
+++ /work/SRC/openSUSE:Factory/.erfa.new.6675/erfa.changes  2020-01-01 
14:59:59.697984278 +0100
@@ -1,0 +2,7 @@
+Tue Dec 31 18:27:32 UTC 2019 - Sebastian Wagner 
+
+- Update to version 1.7.0:
+  * Based on "20190722" except for the added `eraVersion`,
+`eraSofaVersion`, and leap second functions.
+
+---

Old:

  erfa-1.6.0.tar.gz

New:

  erfa-1.7.0.tar.gz



Other differences:
--
++ erfa.spec ++
--- /var/tmp/diff_new_pack.Wg432k/_old  2020-01-01 15:00:00.301984594 +0100
+++ /var/tmp/diff_new_pack.Wg432k/_new  2020-01-01 15:00:00.305984596 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package erfa
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define lname  liberfa1
 Name:   erfa
-Version:1.6.0
+Version:1.7.0
 Release:0
 Summary:Essential Routines for Fundamental Astronomy
 License:BSD-3-Clause

++ erfa-1.6.0.tar.gz -> erfa-1.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/erfa-1.6.0/README.rst new/erfa-1.7.0/README.rst
--- old/erfa-1.6.0/README.rst   2019-10-04 22:14:53.0 +0200
+++ new/erfa-1.7.0/README.rst   2019-12-05 23:45:20.0 +0100
@@ -28,12 +28,36 @@
 All C macros used in ERFA are the same as their SOFA equivalents, but with an
 ``ERFA_`` prefix to prevent namespace collisions.
 
+Version information
+^^^
+
+ERFA provides a few utility functions for accessing version information at
+runtime which are not a part of SOFA.  Specifically, these are the
+``eraVersion`,` ``eraVersion*``, and ``eraSofaVersion`` functions that are
+exposed in the ``erfaextra.h`` header.
+
+Runtime leap second modification
+
+
+ERFA provides the capability to modify at runtime the leap seconds assumed for
+various calculations. These are accessed via the ``eraGetLeapSeconds`` and
+``eraSetLeapSeconds`` functions that are exposed in the ``erfaextra.h`` header.
+This functionality is currently considered somewhat experimental, meaning an
+improved API might be available in the future, but the current API can also be
+counted on for the near future.
+
 Bugfixes
 
 
 ERFA includes smaller changes that may or may not eventually make it into SOFA,
 addressing localized bugs or similar smaller issues:
 
+* ERFA 1.7.0 and SOFA "20190722"
+
+  + There are no differences between ERFA 1.7.0 and SOFA "20190722" except
+for the added ``eraVersion``, ``eraSofaVersion``, and leap second functions
+noted above.
+
 * ERFA 1.6.0 and SOFA "20190722"
 
   + There are no differences between ERFA 1.6.0 and SOFA "20190722" except
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/erfa-1.6.0/configure new/erfa-1.7.0/configure
--- old/erfa-1.6.0/configure2019-10-04 22:32:54.0 +0200
+++ new/erfa-1.7.0/configure2019-12-05 23:45:58.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for erfa 1.6.0.
+# Generated by GNU Autoconf 2.69 for erfa 1.7.0.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='erfa'
 PACKAGE_TARNAME='erfa'
-PACKAGE_VERSION='1.6.0'
-PACKAGE_STRING='erfa 1.6.0'
+PACKAGE_VERSION='1.7.0'
+PACKAGE_STRING='erfa 1.7.0'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1315,7 +1315,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures erfa 1.6.0 to adapt to many kinds of systems.
+\`configure' configures erfa 1.7.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1385,7 +1385,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of erfa 1.6.0:";;
+ short | recursive ) echo "Configuration of erfa 1.7.0:";;
esac
   cat <<\_ACEOF
 
@@ -1495,7 +1495,7 @@
 

commit erfa for openSUSE:Factory

2019-11-07 Thread root
Hello community,

here is the log from the commit of package erfa for openSUSE:Factory checked in 
at 2019-11-07 23:16:22

Comparing /work/SRC/openSUSE:Factory/erfa (Old)
 and  /work/SRC/openSUSE:Factory/.erfa.new.2990 (New)


Package is "erfa"

Thu Nov  7 23:16:22 2019 rev:6 rq:745570 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/erfa/erfa.changes2019-09-13 
14:58:00.657276454 +0200
+++ /work/SRC/openSUSE:Factory/.erfa.new.2990/erfa.changes  2019-11-07 
23:16:29.504532492 +0100
@@ -1,0 +2,8 @@
+Wed Oct 30 08:25:52 UTC 2019 - Atri Bhattacharya 
+
+- Update to version 1.6.0:
+  * Based on SOFA version 20190722.
+- Running bootstrap.sh before configure is no longer needed; also
+  drop automake, autoconf, and libtool BuildRequires.
+
+---

Old:

  erfa-1.5.0.tar.gz

New:

  erfa-1.6.0.tar.gz



Other differences:
--
++ erfa.spec ++
--- /var/tmp/diff_new_pack.GhEE83/_old  2019-11-07 23:16:30.580533671 +0100
+++ /var/tmp/diff_new_pack.GhEE83/_new  2019-11-07 23:16:30.600533692 +0100
@@ -18,16 +18,13 @@
 
 %define lname  liberfa1
 Name:   erfa
-Version:1.5.0
+Version:1.6.0
 Release:0
 Summary:Essential Routines for Fundamental Astronomy
 License:BSD-3-Clause
 Group:  Productivity/Scientific/Other
 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:  pkgconfig
 
 %description
@@ -72,7 +69,6 @@
 
 %build
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
-./bootstrap.sh
 %configure
 make %{?_smp_mflags}
 

++ erfa-1.5.0.tar.gz -> erfa-1.6.0.tar.gz ++
 1819 lines of diff (skipped)




commit erfa for openSUSE:Factory

2019-09-13 Thread root
Hello community,

here is the log from the commit of package erfa for openSUSE:Factory checked in 
at 2019-09-13 14:57:55

Comparing /work/SRC/openSUSE:Factory/erfa (Old)
 and  /work/SRC/openSUSE:Factory/.erfa.new.7948 (New)


Package is "erfa"

Fri Sep 13 14:57:55 2019 rev:5 rq:730066 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/erfa/erfa.changes2019-09-11 
10:41:59.835202915 +0200
+++ /work/SRC/openSUSE:Factory/.erfa.new.7948/erfa.changes  2019-09-13 
14:58:00.657276454 +0200
@@ -1,0 +2,6 @@
+Wed Sep 11 08:19:37 UTC 2019 - Atri Bhattacharya 
+
+- Update to version 1.5.0:
+  * Based on SOFA 20180130
+
+---

Old:

  erfa-1.4.0.tar.gz

New:

  erfa-1.5.0.tar.gz



Other differences:
--
++ erfa.spec ++
--- /var/tmp/diff_new_pack.9jC62a/_old  2019-09-13 14:58:01.109276473 +0200
+++ /var/tmp/diff_new_pack.9jC62a/_new  2019-09-13 14:58:01.109276473 +0200
@@ -18,7 +18,7 @@
 
 %define lname  liberfa1
 Name:   erfa
-Version:1.4.0
+Version:1.5.0
 Release:0
 Summary:Essential Routines for Fundamental Astronomy
 License:BSD-3-Clause

++ erfa-1.4.0.tar.gz -> erfa-1.5.0.tar.gz ++
 7153 lines of diff (skipped)




commit erfa for openSUSE:Factory

2019-09-11 Thread root
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.changes2017-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 
+
+- 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




commit erfa for openSUSE:Factory

2017-09-14 Thread root
Hello community,

here is the log from the commit of package erfa for openSUSE:Factory checked in 
at 2017-09-14 21:19:30

Comparing /work/SRC/openSUSE:Factory/erfa (Old)
 and  /work/SRC/openSUSE:Factory/.erfa.new (New)


Package is "erfa"

Thu Sep 14 21:19:30 2017 rev:3 rq:526103 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/erfa/erfa.changes2017-08-24 
18:30:01.266539041 +0200
+++ /work/SRC/openSUSE:Factory/.erfa.new/erfa.changes   2017-09-14 
21:19:32.294071743 +0200
@@ -1,0 +2,13 @@
+Wed Sep 13 16:28:07 UTC 2017 - badshah...@gmail.com
+
+- Update to version 1.4.0:  
+  - ERFA 1.4.0 adds the eraVersion and eraSofaVersion functions to
+determine the installed version of ERFA (and the SOFA version
+it is derived from).
+  - ERFA 1.4.0 includes some bug fixes contributed to ERFA after
+1.3.0 but before 1.4.0. These were incorporated (with
+modification) into SOFA "20170420" (without attribution) and
+hence these are not differences between ERFA and SOFA
+(gh#liberfa/erfa#40, gh#liberfa/erfa#41).
+
+---

Old:

  erfa-1.3.0.tar.gz

New:

  erfa-1.4.0.tar.gz



Other differences:
--
++ erfa.spec ++
--- /var/tmp/diff_new_pack.EZ1Sc9/_old  2017-09-14 21:19:32.877989560 +0200
+++ /var/tmp/diff_new_pack.EZ1Sc9/_new  2017-09-14 21:19:32.881988998 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package erfa
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,7 +18,7 @@
 
 Name:   erfa
 %define lname  liberfa1
-Version:1.3.0
+Version:1.4.0
 Release:0
 Summary:Essential Routines for Fundamental Astronomy
 License:BSD-3-Clause
@@ -92,8 +92,7 @@
 
 %files devel
 %defattr(-,root,root)
-%{_includedir}/erfa.h
-%{_includedir}/erfam.h
+%{_includedir}/*.h
 %{_libdir}/liberfa.so
 %{_libdir}/pkgconfig/erfa.pc
 

++ erfa-1.3.0.tar.gz -> erfa-1.4.0.tar.gz ++
 6237 lines of diff (skipped)




commit erfa for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package erfa for openSUSE:Factory checked in 
at 2017-08-24 18:29:37

Comparing /work/SRC/openSUSE:Factory/erfa (Old)
 and  /work/SRC/openSUSE:Factory/.erfa.new (New)


Package is "erfa"

Thu Aug 24 18:29:37 2017 rev:2 rq:498034 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/erfa/erfa.changes2016-11-09 
11:38:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.erfa.new/erfa.changes   2017-08-24 
18:30:01.266539041 +0200
@@ -1,0 +2,6 @@
+Wed May 24 15:49:02 UTC 2017 - toddrme2...@gmail.com
+
+- Update to version 1.3.0
+  * based on SOFA version "20160503_a"
+
+---

Old:

  erfa-1.2.0.tar.gz

New:

  erfa-1.3.0.tar.gz



Other differences:
--
++ erfa.spec ++
--- /var/tmp/diff_new_pack.8yjAoi/_old  2017-08-24 18:30:02.162412825 +0200
+++ /var/tmp/diff_new_pack.8yjAoi/_new  2017-08-24 18:30:02.166412262 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package erfa
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   erfa
 %define lname  liberfa1
-Version:1.2.0
+Version:1.3.0
 Release:0
 Summary:Essential Routines for Fundamental Astronomy
 License:BSD-3-Clause

++ erfa-1.2.0.tar.gz -> erfa-1.3.0.tar.gz ++
 29698 lines of diff (skipped)