commit libctl for openSUSE:Factory

2020-08-17 Thread root
Hello community,

here is the log from the commit of package libctl for openSUSE:Factory checked 
in at 2020-08-17 16:42:01

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


Package is "libctl"

Mon Aug 17 16:42:01 2020 rev:4 rq:827344 version:4.5.0

Changes:

--- /work/SRC/openSUSE:Factory/libctl/libctl.changes2019-03-18 
10:41:23.835270180 +0100
+++ /work/SRC/openSUSE:Factory/.libctl.new.3399/libctl.changes  2020-08-17 
16:42:14.297836512 +0200
@@ -1,0 +2,20 @@
+Mon Aug 17 12:36:31 UTC 2020 - Atri Bhattacharya 
+
+- Update Source URL, moved to https://github.com/NanoComp/libctl.
+
+---
+Sun Aug 16 17:59:40 UTC 2020 - Dirk Mueller 
+
+- update to 4.5.0:
+  * New `make_slanted_prism` functions to make a prism with
+a given sidewall angle (gh#NanoComp/libctl#53).
+  * Defined `LIBCTL_MAJOR_VERSION` etc. in `ctlgeom.h` header file
+when using stand-alone libctlgeom.
+  * Bugfix in point-in-prism test (gh#NanoComp/libctl#49).
+  * `geom_object_volume` function to get the volume of a 3d
+object (accelerates `box_overlap_with_object` for objects
+completely within a box) (gh#NanoComp/libctl#45).
+  * `ctl_printf_callback` so that callers can capture stdout
+(gh#NanoComp/libctl#39).
+
+---

Old:

  libctl-4.2.0.tar.gz

New:

  libctl-4.5.0.tar.gz



Other differences:
--
++ libctl.spec ++
--- /var/tmp/diff_new_pack.W9rLua/_old  2020-08-17 16:42:15.233836925 +0200
+++ /var/tmp/diff_new_pack.W9rLua/_new  2020-08-17 16:42:15.237836927 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libctl
 #
-# Copyright (c) 2019 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
@@ -17,14 +17,14 @@
 
 
 Name:   libctl
-Version:4.2.0
+Version:4.5.0
 Release:0
 %define somajor 5
 Summary:A guile Library for Scientific Simulations
 License:GPL-2.0-or-later
 Group:  Development/Libraries/Other
-Url:http://ab-initio.mit.edu/wiki/index.php/Libctl
-Source0:
https://github.com/stevengj/libctl/releases/download/v%{version}/libctl-%{version}.tar.gz
+URL:http://ab-initio.mit.edu/wiki/index.php/Libctl
+Source0:
https://github.com/NanoComp/libctl/releases/download/v%{version}/libctl-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-fortran

++ libctl-4.2.0.tar.gz -> libctl-4.5.0.tar.gz ++
 17949 lines of diff (skipped)




commit libctl for openSUSE:Factory

2019-03-18 Thread root
Hello community,

here is the log from the commit of package libctl for openSUSE:Factory checked 
in at 2019-03-18 10:41:23

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


Package is "libctl"

Mon Mar 18 10:41:23 2019 rev:3 rq:685482 version:4.2.0

Changes:

--- /work/SRC/openSUSE:Factory/libctl/libctl.changes2018-11-26 
10:28:35.525148618 +0100
+++ /work/SRC/openSUSE:Factory/.libctl.new.28833/libctl.changes 2019-03-18 
10:41:23.835270180 +0100
@@ -1,0 +2,6 @@
+Tue Feb 19 09:33:56 UTC 2019 - jbrielma...@suse.de
+
+- Update to version 4.2.0
+  * Better handling of center parameter of prisms
+
+---

Old:

  libctl-4.1.4.tar.gz

New:

  libctl-4.2.0.tar.gz



Other differences:
--
++ libctl.spec ++
--- /var/tmp/diff_new_pack.Ca69nA/_old  2019-03-18 10:41:24.347269555 +0100
+++ /var/tmp/diff_new_pack.Ca69nA/_new  2019-03-18 10:41:24.347269555 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libctl
 #
-# Copyright (c) 2018 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
@@ -17,7 +17,7 @@
 
 
 Name:   libctl
-Version:4.1.4
+Version:4.2.0
 Release:0
 %define somajor 5
 Summary:A guile Library for Scientific Simulations

++ libctl-4.1.4.tar.gz -> libctl-4.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libctl-4.1.4/NEWS.md new/libctl-4.2.0/NEWS.md
--- old/libctl-4.1.4/NEWS.md2018-11-16 22:03:44.0 +0100
+++ new/libctl-4.2.0/NEWS.md2019-01-07 20:44:56.0 +0100
@@ -1,5 +1,13 @@
 # Libctl Release Notes
 
+## libctl 4.2.0
+
+* Better handling of `center` parameter of prisms, allowing this
+  to be optionally specified (#35).  Deprecates old `geom_fix_object`
+  and `geom_fix_objects0` functions in favor of `geom_fix_object_ptr`
+  and `geom_fix_object_list`.  (In particular, the old `geom_fix_object` 
routine will not work properly for prisms in
+  which the center was not computed.)
+
 ## libctl 4.1.4
 
 11/16/18
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libctl-4.1.4/configure new/libctl-4.2.0/configure
--- old/libctl-4.1.4/configure  2018-11-16 22:04:33.0 +0100
+++ new/libctl-4.2.0/configure  2019-01-07 20:48:52.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libctl 4.1.4.
+# Generated by GNU Autoconf 2.69 for libctl 4.2.0.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libctl'
 PACKAGE_TARNAME='libctl'
-PACKAGE_VERSION='4.1.4'
-PACKAGE_STRING='libctl 4.1.4'
+PACKAGE_VERSION='4.2.0'
+PACKAGE_STRING='libctl 4.2.0'
 PACKAGE_BUGREPORT='stev...@alum.mit.edu'
 PACKAGE_URL=''
 
@@ -1335,7 +1335,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 libctl 4.1.4 to adapt to many kinds of systems.
+\`configure' configures libctl 4.2.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1405,7 +1405,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libctl 4.1.4:";;
+ short | recursive ) echo "Configuration of libctl 4.2.0:";;
esac
   cat <<\_ACEOF
 
@@ -1522,7 +1522,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libctl configure 4.1.4
+libctl configure 4.2.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1975,7 +1975,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libctl $as_me 4.1.4, which was
+It was created by libctl $as_me 4.2.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2354,7 +2354,7 @@
 # Shared-library version number; indicates api compatibility, and is
 # not the same as the "public" version number.  (Don't worry about this
 # except for public releases.)
-SHARED_VERSION_INFO="7:2:0" # CURRENT:REVISION:AGE
+SHARED_VERSION_INFO="7:3:0" # CURRENT:REVISION:AGE
 
 am__api_version='1.16'
 
@@ -2871,7 +2871,7 @@
 
 # Define the identity of the package.
  PACKAGE='libctl'
- VERSION='4.1.4'
+ VERSION='4.2.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ 

commit libctl for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package libctl for openSUSE:Factory checked 
in at 2018-11-26 10:27:37

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


Package is "libctl"

Mon Nov 26 10:27:37 2018 rev:2 rq:651068 version:4.1.4

Changes:

--- /work/SRC/openSUSE:Factory/libctl/libctl.changes2015-01-29 
09:54:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.libctl.new.19453/libctl.changes 2018-11-26 
10:28:35.525148618 +0100
@@ -1,0 +2,10 @@
+Wed Nov 21 16:44:33 UTC 2018 - Jonathan Brielmaier 
+
+- Update to version 4.1.4
+  * See included NEWS.md for details
+- remove patch:
+  * libctl-sincos-check.patch: obsolete
+- download source from GitHub 
+- correct installing of doc files
+
+---

Old:

  libctl-3.2.2.tar.gz
  libctl-sincos-check.patch

New:

  libctl-4.1.4.tar.gz



Other differences:
--
++ libctl.spec ++
--- /var/tmp/diff_new_pack.z14NdO/_old  2018-11-26 10:28:36.269147746 +0100
+++ /var/tmp/diff_new_pack.z14NdO/_new  2018-11-26 10:28:36.273147741 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libctl
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,21 +12,19 @@
 # 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:   libctl
-Version:3.2.2
+Version:4.1.4
 Release:0
 %define somajor 5
 Summary:A guile Library for Scientific Simulations
-License:GPL-2.0+
-Group:  Development/Libraries
+License:GPL-2.0-or-later
+Group:  Development/Libraries/Other
 Url:http://ab-initio.mit.edu/wiki/index.php/Libctl
-Source0:http://ab-initio.mit.edu/libctl/libctl-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM libctl-sincos-check.patch
-Patch1: libctl-sincos-check.patch
+Source0:
https://github.com/stevengj/libctl/releases/download/v%{version}/libctl-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-fortran
@@ -77,7 +75,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 autoreconf -fi
@@ -89,8 +86,8 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 install -d %{buildroot}%{_docdir}/%{name}/
-install -m 644 {AUTHORS,COPYING,NEWS,README.md} %{buildroot}%{_docdir}/%{name}/
-install -m 644 doc/* %{buildroot}%{_docdir}/%{name}/
+install -m 644 {AUTHORS,COPYING,NEWS.md,README.md} 
%{buildroot}%{_docdir}/%{name}/
+cp -r doc/ %{buildroot}%{_docdir}/%{name}/
 
 %post -n %{name}%{somajor} -p /sbin/ldconfig
 

++ libctl-3.2.2.tar.gz -> libctl-4.1.4.tar.gz ++
 40954 lines of diff (skipped)