Hello community,

here is the log from the commit of package 4ti2 for openSUSE:Factory checked in 
at 2018-10-25 08:20:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/4ti2 (Old)
 and      /work/SRC/openSUSE:Factory/.4ti2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "4ti2"

Thu Oct 25 08:20:51 2018 rev:5 rq:643144 version:1.6.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/4ti2/4ti2.changes        2016-03-26 
15:23:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.4ti2.new/4ti2.changes   2018-10-25 
08:21:09.351943366 +0200
@@ -1,0 +2,7 @@
+Fri Oct 19 08:46:44 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to new upstream release 1.6.9
+  * Fix out of bounds vector access in circuits.
+- Remove 4ti2-missing-libs.diff (not needed)
+
+-------------------------------------------------------------------

Old:
----
  4ti2-1.6.7.tar.gz
  4ti2-missing-libs.diff

New:
----
  4ti2-1.6.9.tar.gz

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

Other differences:
------------------
++++++ 4ti2.spec ++++++
--- /var/tmp/diff_new_pack.ju7neS/_old  2018-10-25 08:21:10.107943028 +0200
+++ /var/tmp/diff_new_pack.ju7neS/_new  2018-10-25 08:21:10.107943028 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package 4ti2
 #
-# Copyright (c) 2016 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,20 @@
 # 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:           4ti2
-Version:        1.6.7
+Version:        1.6.9
 Release:        0
 Summary:        Package for algebraic, geometric and combinatorial problems on 
linear spaces
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Scientific/Math
-Url:            http://4ti2.de/
+Url:            https://4ti2.github.io/
 
-Source:         http://4ti2.de/version_%version/%name-%version.tar.gz
-Patch1:         4ti2-missing-libs.diff
-Patch3:         4ti2-docdir.diff
+Source:         
https://github.com/4ti2/4ti2/releases/download/Release_1_6_9/4ti2-1.6.9.tar.gz
+Patch1:         4ti2-docdir.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf >= 2.59
 BuildRequires:  automake
@@ -70,7 +69,7 @@
 
 %prep
 %setup -q
-%patch -P 1 -P 3 -p1
+%patch -P 1 -p1
 
 %build
 autoreconf -fi;
@@ -79,15 +78,15 @@
 make %{?_smp_mflags}
 
 %install
-b="%buildroot";
-make install DESTDIR="$b";
-rm -f "$b/%_libdir"/*.la;
-mkdir -p "$b/%_bindir" "$b/%_libexecdir/%name";
-mv "$b/%_bindir"/* "$b/%_libexecdir/%name/";
-pushd "$b/%_libexecdir/%name";
+%make_install
+b="%buildroot"
+rm -f "$b/%_libdir"/*.la
+mkdir -p "$b/%_bindir" "$b/%_libexecdir/%name"
+mv "$b/%_bindir"/* "$b/%_libexecdir/%name/"
+pushd "$b/%_libexecdir/%name"
 for i in *; do
-       ln -s "%_libexecdir/%name/$i" "$b/%_bindir/4ti2_$i";
-done;
+       ln -s "%_libexecdir/%name/$i" "$b/%_bindir/4ti2_$i"
+done
 rm -f doc/Makefile*
 
 %post   -n lib4ti2-0 -p /sbin/ldconfig

++++++ 4ti2-1.6.7.tar.gz -> 4ti2-1.6.9.tar.gz ++++++
++++ 8776 lines of diff (skipped)

++++++ 4ti2-docdir.diff ++++++
--- /var/tmp/diff_new_pack.ju7neS/_old  2018-10-25 08:21:10.883942681 +0200
+++ /var/tmp/diff_new_pack.ju7neS/_new  2018-10-25 08:21:10.887942679 +0200
@@ -1,21 +1,24 @@
+From 0ec32ea7cc2f9947ede1c87d079f6f34c221cb45 Mon Sep 17 00:00:00 2001
 From: Jan Engelhardt <jeng...@inai.de>
-Date: 2014-02-05 00:33:39.300262391 +0100
-
-build: stop misplacing documentation
+Date: Wed, 5 Feb 2014 00:33:39 +0100
+Subject: [PATCH] build: stop misplacing documentation
 
 docdir must not be statically set as it would override what the
 user gave to ./configure --docdir=...
-
 ---
- doc/Makefile.am |    1 -
- 1 file changed, 1 deletion(-)
+ doc/Makefile.am | 2 --
+ 1 file changed, 2 deletions(-)
 
-Index: 4ti2-1.6/doc/Makefile.am
-===================================================================
---- 4ti2-1.6.orig/doc/Makefile.am
-+++ 4ti2-1.6/doc/Makefile.am
-@@ -1,4 +1,3 @@
+diff --git a/doc/Makefile.am b/doc/Makefile.am
+index 78abbd6..ea73e88 100644
+--- a/doc/Makefile.am
++++ b/doc/Makefile.am
+@@ -1,5 +1,3 @@
 -docdir = $(pkgdatadir)/doc
- 
+-
  doc_DATA = 4ti2_manual.pdf
  
+ ## Manual sources.
+-- 
+2.19.0
+


Reply via email to