commit openSUSE-release-tools for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2018-01-23 13:53:39

Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and  /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new (New)


Package is "openSUSE-release-tools"

Tue Jan 23 13:53:39 2018 rev:42 rq:568509 version:20180123.d074c5b

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2018-01-22 16:22:23.415068383 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
   2018-01-23 13:53:43.815537584 +0100
@@ -1,0 +2,7 @@
+Tue Jan 23 09:34:52 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180123.d074c5b:
+  * Remove Vim config in favor of EditorConfig.
+  * Add EditorConfig.
+
+---

Old:

  openSUSE-release-tools-20180122.b5fe7e7.obscpio

New:

  openSUSE-release-tools-20180123.d074c5b.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.SnH2Ij/_old  2018-01-23 13:53:45.235471251 +0100
+++ /var/tmp/diff_new_pack.SnH2Ij/_new  2018-01-23 13:53:45.235471251 +0100
@@ -20,7 +20,7 @@
 %define source_dir osc-plugin-factory
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20180122.b5fe7e7
+Version:    20180123.d074c5b
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0+ AND MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.SnH2Ij/_old  2018-01-23 13:53:45.283469008 +0100
+++ /var/tmp/diff_new_pack.SnH2Ij/_new  2018-01-23 13:53:45.283469008 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/osc-plugin-factory.git
-b5fe7e74e890e1f5a30262865f1d63c6eae0742f
+f98a78c1aedd07479de58c49fc9eab5248faa1f4
   
 

++ openSUSE-release-tools-20180122.b5fe7e7.obscpio -> 
openSUSE-release-tools-20180123.d074c5b.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/.editorconfig 
new/openSUSE-release-tools-20180123.d074c5b/.editorconfig
--- old/openSUSE-release-tools-20180122.b5fe7e7/.editorconfig   1970-01-01 
01:00:00.0 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/.editorconfig   2018-01-23 
10:28:58.0 +0100
@@ -0,0 +1,29 @@
+# http://EditorConfig.org
+root = true
+
+[**]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[abichecker/**.{conf,conf.in,html}]
+indent_style = space
+indent_size = 4
+
+[**.{asciidoc,json,md,service,spec}]
+indent_style = space
+indent_size = 2
+
+[dist/**]
+indent_style = space
+indent_size = 2
+
+[Makefile]
+indent_style = tab
+
+[**.{pl,py}]
+indent_style = space
+indent_size = 4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSE-release-tools-20180122.b5fe7e7/ReviewBot.py 
new/openSUSE-release-tools-20180123.d074c5b/ReviewBot.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/ReviewBot.py2018-01-22 
14:40:19.0 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/ReviewBot.py2018-01-23 
10:28:58.0 +0100
@@ -667,4 +667,3 @@
 app = CommandLineInterface()
 sys.exit( app.main() )
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSE-release-tools-20180122.b5fe7e7/ToolBase.py 
new/openSUSE-release-tools-20180123.d074c5b/ToolBase.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/ToolBase.py 2018-01-22 
14:40:19.0 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/ToolBase.py 2018-01-23 
10:28:58.0 +0100
@@ -215,7 +215,3 @@
 if __name__ == "__main__":
 app = CommandLineInterface()
 sys.exit( app.main() )
-
-# vim: sw=4 et
-
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180122.b5fe7e7/abichecker/abichecker-dbcli.py 
new/openSUSE-release-tools-20180123.d074c5b/abichecker/abichecker-dbcli.py
--- old/openSUSE-release-tools-20180122.b5fe7e7/abichecker/abichecker-dbcli.py  
2018-01-22 14:40:19.0 +0100
+++ new/openSUSE-release-tools-20180123.d074c5b/abichecker/abichecker-dbcli.py  
2018-01-23 10:28:58.0 +0100
@@ -126,4 +126,3 @@
 app = BoilderPlate()
 sys.exit( app.main() )
 
-# vim: sw=4 et
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-2018

commit cacti for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package cacti for openSUSE:Factory checked 
in at 2018-01-23 13:53:28

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


Package is "cacti"

Tue Jan 23 13:53:28 2018 rev:13 rq:568463 version:1.1.33

Changes:

--- /work/SRC/openSUSE:Factory/cacti/cacti.changes  2018-01-22 
16:21:14.910272483 +0100
+++ /work/SRC/openSUSE:Factory/.cacti.new/cacti.changes 2018-01-23 
13:53:32.544064143 +0100
@@ -1,0 +2,7 @@
+Tue Jan 23 06:57:04 UTC 2018 - lie...@rz.uni-mannheim.de
+
+- Build version 1.1.33
+  -issue#1253: Automatically generated RRDtool DEF names in Cacti
+   1.1.32 break existing Graph Templates
+
+---

Old:

  cacti-1.1.32.tar.gz

New:

  cacti-1.1.33.tar.gz



Other differences:
--
++ cacti.spec ++
--- /var/tmp/diff_new_pack.llDMGN/_old  2018-01-23 13:53:33.979997062 +0100
+++ /var/tmp/diff_new_pack.llDMGN/_new  2018-01-23 13:53:33.983996875 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cacti
-Version:1.1.32
+Version:1.1.33
 Release:0
 Summary:Web Front-End to Monitor System Data via RRDtool
 License:GPL-2.0+

++ cacti-1.1.32.tar.gz -> cacti-1.1.33.tar.gz ++
/work/SRC/openSUSE:Factory/cacti/cacti-1.1.32.tar.gz 
/work/SRC/openSUSE:Factory/.cacti.new/cacti-1.1.33.tar.gz differ: char 5, line 1




commit rsstail for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package rsstail for openSUSE:Factory checked 
in at 2018-01-23 13:53:19

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


Package is "rsstail"

Tue Jan 23 13:53:19 2018 rev:3 rq:568428 version:2.1

Changes:

--- /work/SRC/openSUSE:Factory/rsstail/rsstail.changes  2017-03-28 
15:22:54.223774755 +0200
+++ /work/SRC/openSUSE:Factory/.rsstail.new/rsstail.changes 2018-01-23 
13:53:20.392631809 +0100
@@ -1,0 +2,7 @@
+Sun Dec 24 09:59:40 UTC 2017 - sebix+novell@sebix.at
+
+- run spec-cleaner
+- update to version 2.1
+ * No changelog was made available.
+
+---

Old:

  rsstail-1.8.tgz

New:

  rsstail-2.1.tgz



Other differences:
--
++ rsstail.spec ++
--- /var/tmp/diff_new_pack.uIF8za/_old  2018-01-23 13:53:21.068600231 +0100
+++ /var/tmp/diff_new_pack.uIF8za/_new  2018-01-23 13:53:21.072600044 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rsstail
 #
-# Copyright (c) 2017 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
@@ -17,7 +17,7 @@
 
 
 Name:   rsstail
-Version:1.8
+Version:2.1
 Release:0
 Summary:RSS Feed Reader
 License:GPL-2.0
@@ -26,9 +26,9 @@
 Source: http://www.vanheusden.com/rsstail/rsstail-%{version}.tgz
 BuildRequires:  gcc
 BuildRequires:  glibc-devel
+BuildRequires:  libiconv_hook-devel
 BuildRequires:  libmrss-devel >= 0.16
 BuildRequires:  make
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 RSSTail is more or less an RSS reader: it monitors an RSS feed and if it
@@ -38,15 +38,15 @@
 %setup -q
 
 %build
-make DEBUG="-g %{optflags}" CC="gcc"
+make %{?_smp_mflags} DEBUG="-g %{optflags}" CC="gcc"
 
 %install
 install -D -m 0755 rsstail %{buildroot}%{_bindir}/rsstail
 install -D -m 0644 -t %{buildroot}%{_mandir}/man1 rsstail.1
 
 %files
-%defattr(-,root,root)
-%doc readme.txt
+%doc README.md
+%license license.txt
 %{_bindir}/rsstail
 %{_mandir}/man1/rsstail.1*
 

++ rsstail-1.8.tgz -> rsstail-2.1.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rsstail-1.8/Makefile new/rsstail-2.1/Makefile
--- old/rsstail-1.8/Makefile2011-09-26 20:11:37.0 +0200
+++ new/rsstail-2.1/Makefile2015-10-14 16:25:18.0 +0200
@@ -1,21 +1,28 @@
-VERSION=1.8
+VERSION=2.1
 
 DEBUG=-g
-LDFLAGS=-lmrss $(DEBUG)
-CFLAGS=-O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
+LDFLAGS=-liconv_hook -lmrss $(DEBUG)
+CFLAGS=-O3 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
 
 OBJS=r2t.o
 
+prefix ?= /usr/local
+bindir ?= $(prefix)/bin
+mandir ?= $(prefix)/share/man/man1
+
 all: rsstail
 
 rsstail: $(OBJS)
$(CC) -Wall -W $(OBJS) $(LDFLAGS) -o rsstail
-   #
-   # Oh, blatant plug: http://keetweej.vanheusden.com/wishlist.html
 
 install: rsstail
-   cp rsstail $(DESTDIR)/usr/bin
-   cp rsstail.1 $(DESTDIR)/usr/share/man/man1/
+   mkdir -p $(bindir)
+   mkdir -p $(mandir)
+   install rsstail $(bindir)
+   install -m 644 rsstail.1 $(mandir)
+   
+uninstall:
+   rm $(bindir)/rsstail $(mandir)/rsstail.1
 
 clean:
rm -f $(OBJS) core rsstail
@@ -24,6 +31,9 @@
# source package
rm -rf rsstail-$(VERSION)*
mkdir rsstail-$(VERSION)
-   cp *.c *.1 Makefile* readme.txt license.* rsstail-$(VERSION)
+   cp *.c *.1 Makefile* README.md license.* rsstail-$(VERSION)
tar cf - rsstail-$(VERSION) | gzip -9 > rsstail-$(VERSION).tgz
rm -rf rsstail-$(VERSION)
+
+check:
+   cppcheck -v --enable=all --std=c++11 --inconclusive -I. . 2> err.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rsstail-1.8/README.md new/rsstail-2.1/README.md
--- old/rsstail-1.8/README.md   1970-01-01 01:00:00.0 +0100
+++ new/rsstail-2.1/README.md   2015-10-14 16:25:18.0 +0200
@@ -0,0 +1,58 @@
+rsstail
+===
+rsstail is tail for RSS feeds
+
+
+## Usage
+
+Basic usage:
+   rsstail -u URL -i CHECK_INTERVAL
+
+For example a command below will check every 5 minutes if anything new was 
published:
+
+$ rsstail -u http://www.filmhuisgouda.nl/rss/rss.php -i 300
+Title: Que horas ela volta?
+Title: 45 years
+Title: Madame Bovary
+...
+
+rsstail -h
+   will show a list of what rsstail can do for you.
+
+## Installation
+
+On Debian/Ubuntu:
+   sudo apt-get install rsstail
+
+
+## Building
+
+### Dependencies
+
+rsstail depends on 

commit sca-server-report for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package sca-server-report for 
openSUSE:Factory checked in at 2018-01-23 13:53:21

Comparing /work/SRC/openSUSE:Factory/sca-server-report (Old)
 and  /work/SRC/openSUSE:Factory/.sca-server-report.new (New)


Package is "sca-server-report"

Tue Jan 23 13:53:21 2018 rev:3 rq:568430 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/sca-server-report/sca-server-report.changes  
2018-01-22 16:20:29.208410094 +0100
+++ /work/SRC/openSUSE:Factory/.sca-server-report.new/sca-server-report.changes 
2018-01-23 13:53:22.276543801 +0100
@@ -1,0 +2,5 @@
+Mon Jan 22 21:58:14 UTC 2018 - jason.rec...@suse.com
+
+- Fixed pattern runtime error divide by zero (bsc#1077110)
+
+---



Other differences:
--
++ sca-server-report-1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sca-server-report-1.0/bin/scatool.py 
new/sca-server-report-1.0/bin/scatool.py
--- old/sca-server-report-1.0/bin/scatool.py2018-01-02 17:48:35.599549837 
+0100
+++ new/sca-server-report-1.0/bin/scatool.py2018-01-22 22:57:43.670668302 
+0100
@@ -1,9 +1,9 @@
 ##
 # scatool.py - Supportconfig Analysis (SCA) Tool
-# Copyright (c) 2014-2017 SUSE LLC
+# Copyright (c) 2014-2018 SUSE LLC
 #
 # Description:  Runs and analyzes local or remote supportconfigs
-# Modified: 2017 Dec 19
+# Modified: 2018 Jan 22
 
 ##
 #
@@ -24,7 +24,7 @@
 # Jason Record (jason.rec...@suse.com)
 #
 ##
-SVER = '1.0.8-20.dev3'
+SVER = '1.0.8-21'
 
 
##
 # Python Imports
@@ -1112,6 +1112,8 @@
patternCount = 0
patternStats['Total'] = len(validPatterns)
patternInterval = int(patternStats['Total'] / progressBarWidth)
+   if( patternInterval < progressBarWidth ):
+   patternInterval = 1
 
print "Total Patterns to Apply:  " + str(patternStats['Total'])
if verboseMode:
@@ -1142,8 +1144,8 @@
progressCount += 1
sys.stdout.write("=")
sys.stdout.flush()
-   except Exception:
-   patternErrorList.append(patternFile + " -- Pattern 
runtime error")
+   except Exception as e:
+   patternErrorList.append(patternFile + " -- Pattern 
runtime error: " + str(e))
if verboseMode:
print " ERROR: " + str(patternCount) + " of " + 
str(patternStats['Total']) + ": " + patternErrorList[-1]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sca-server-report-1.0/spec/sca-server-report.changes 
new/sca-server-report-1.0/spec/sca-server-report.changes
--- old/sca-server-report-1.0/spec/sca-server-report.changes2018-01-05 
20:03:41.307345703 +0100
+++ new/sca-server-report-1.0/spec/sca-server-report.changes2018-01-22 
22:58:46.696881310 +0100
@@ -1,4 +1,9 @@
 ---
+Mon Jan 22 21:58:14 UTC 2018 - jason.rec...@suse.com
+
+- Fixed pattern runtime error divide by zero (bsc#1077110)
+
+---
 Fri Jan  5 19:03:08 UTC 2018 - jason.rec...@suse.com
 
 - Added SLE15 detection (bsc#1073573)




commit platformsh-cli for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-01-23 13:53:23

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Tue Jan 23 13:53:23 2018 rev:32 rq:568438 version:3.27.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-01-20 11:28:12.684166580 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-01-23 13:53:24.860423093 +0100
@@ -1,0 +2,10 @@
+Tue Jan 23 05:15:25 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.27.1:
+  * Release v3.27.1
+  * [project:create] increase check timeout and make it configurable
+  * self:build: check for boolean output from git command
+  * Note login_method in README.md
+  * Note login_method can be overriden
+
+---

Old:

  platformsh-cli-3.27.0.tar.xz

New:

  platformsh-cli-3.27.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.u6xGES/_old  2018-01-23 13:53:26.528345174 +0100
+++ /var/tmp/diff_new_pack.u6xGES/_new  2018-01-23 13:53:26.532344987 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.27.0
+Version:3.27.1
 Release:0
 Summary:Tool for managing Platform.sh services from the command line
 # See licenses.txt for dependency licenses.

++ _service ++
--- /var/tmp/diff_new_pack.u6xGES/_old  2018-01-23 13:53:26.568343305 +0100
+++ /var/tmp/diff_new_pack.u6xGES/_new  2018-01-23 13:53:26.568343305 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.27.0
+refs/tags/v3.27.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.u6xGES/_old  2018-01-23 13:53:26.592342184 +0100
+++ /var/tmp/diff_new_pack.u6xGES/_new  2018-01-23 13:53:26.592342184 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-14f78ca17089deff54abed0e3d3e379788ce8aa6
+90ee4b28bc46cef98160e5223ca58d7e5e90900b
   
 

++ platformsh-cli-3.27.0.tar.xz -> platformsh-cli-3.27.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.27.0/CHANGELOG.md 
new/platformsh-cli-3.27.1/CHANGELOG.md
--- old/platformsh-cli-3.27.0/CHANGELOG.md  2018-01-18 18:53:58.0 
+0100
+++ new/platformsh-cli-3.27.1/CHANGELOG.md  2018-01-22 13:36:58.0 
+0100
@@ -4,6 +4,11 @@
 
 More readable, curated release notes can be found at: 
https://github.com/platformsh/platformsh-cli/releases
 
+## [v3.27.1](https://github.com/platformsh/platformsh-cli/tree/v3.27.1) 
(2018-01-22)
+[Full 
Changelog](https://github.com/platformsh/platformsh-cli/compare/v3.27.0...v3.27.1)
+
+* [project:create] increase check timeout and make it configurable
+
 ## [v3.27.0](https://github.com/platformsh/platformsh-cli/tree/v3.27.0) 
(2018-01-18)
 [Full 
Changelog](https://github.com/platformsh/platformsh-cli/compare/v3.26.1...v3.27.0)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.27.0/README.md 
new/platformsh-cli-3.27.1/README.md
--- old/platformsh-cli-3.27.0/README.md 2018-01-18 18:53:58.0 +0100
+++ new/platformsh-cli-3.27.1/README.md 2018-01-22 13:36:58.0 +0100
@@ -195,6 +195,11 @@
   # Run 'platform logout --all' if you change this value.
   token_file: null
 
+application:
+  # The method used for interactive login: 'browser' or 'password' (defaults to
+  # 'browser').
+  login_method: browser
+
 local:
   # Set this to true to avoid some Windows symlink issues.
   copy_on_windows: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.27.0/config.yaml 
new/platformsh-cli-3.27.1/config.yaml
--- old/platformsh-cli-3.27.0/config.yaml   2018-01-18 18:53:58.0 
+0100
+++ new/platformsh-cli-3.27.1/config.yaml   2018-01-22 13:36:58.0 
+0100
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.27.0'
+  version: '3.27.1'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
@@ -11,7 +11,8 @@
   env_prefix: 'PLATFORMSH_CLI_'
   tmp_sub_dir: 'platformsh-cli-tmp'
 
-  # The default login method: either 'browser' or 'password'.
+  # The default interactive login method: either 'browser' or 'password'.
+  # This can be overridden in the user config file.
   login_method: browser
 
   # Disabled 

commit opera for openSUSE:Factory:NonFree

2018-01-23 Thread root
Hello community,

here is the log from the commit of package opera for openSUSE:Factory:NonFree 
checked in at 2018-01-23 13:53:43

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


Package is "opera"

Tue Jan 23 13:53:43 2018 rev:50 rq:567871 version:50.0.2762.58

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/opera/opera.changes  2018-01-03 
13:40:11.538189835 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.opera.new/opera.changes 2018-01-23 
13:53:46.987389407 +0100
@@ -1,0 +2,14 @@
+Sat Jan 20 06:35:54 UTC 2018 - kiel...@gmail.com
+
+- Update to version 50.0.2762.58:
+  * Bookmarks bar is shown upon update to O50.
+  * Fix blank history, white StartPage.
+  * Chromium was updated to 63.0.3239.132.
+
+---
+Thu Jan  4 12:01:13 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 50.0.2762.45:
+  * See https://blogs.opera.com/desktop/changelog-for-50/#b2762.42
+
+---

Old:

  opera-stable_49.0.2725.64_amd64.rpm

New:

  opera-stable_50.0.2762.58_amd64.rpm



Other differences:
--
++ opera.spec ++
--- /var/tmp/diff_new_pack.p5DWxW/_old  2018-01-23 13:53:51.491179009 +0100
+++ /var/tmp/diff_new_pack.p5DWxW/_new  2018-01-23 13:53:51.495178822 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opera
 #
-# Copyright (c) 2017 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
@@ -20,7 +20,7 @@
 # libffmpeg.so*, libfreetype.so* and libGLESv2.so* are currently bundled.
 %global __requires_exclude ^lib(ffmpeg|freetype|GLESv2)\\.so.*$
 Name:   opera
-Version:49.0.2725.64
+Version:50.0.2762.58
 Release:0
 Summary:Proprietary web browser
 License:SUSE-NonFree

++ opera-stable_49.0.2725.64_amd64.rpm -> 
opera-stable_50.0.2762.58_amd64.rpm ++
/work/SRC/openSUSE:Factory:NonFree/opera/opera-stable_49.0.2725.64_amd64.rpm 
/work/SRC/openSUSE:Factory:NonFree/.opera.new/opera-stable_50.0.2762.58_amd64.rpm
 differ: char 24, line 1




commit springlobby for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package springlobby for openSUSE:Factory 
checked in at 2018-01-23 13:53:06

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


Package is "springlobby"

Tue Jan 23 13:53:06 2018 rev:2 rq:568384 version:0.260

Changes:

--- /work/SRC/openSUSE:Factory/springlobby/springlobby.changes  2017-08-28 
15:12:26.932499595 +0200
+++ /work/SRC/openSUSE:Factory/.springlobby.new/springlobby.changes 
2018-01-23 13:53:07.949213116 +0100
@@ -1,0 +2,30 @@
+Mon Dec 18 13:46:16 UTC 2017 - mailaen...@opensuse.org
+
+- Update to version 0.260:
+  + Reimplement channel history.
+  + Check if synced before game start / prompt for download.
+  + Don't send plain text PING when tls-handshaking.
+  + Increase default log verbosity.
+- Changes from version 0.259:
+  + Fix #791: cannot select last entry in engine list.
+  + Use more robust TLS handshake on connect (should solve issues
+when registering new username).
+  + Don't write password to log when registering.
+- Changes from version 0.258:
+  + Fix regression #787: broken user registering due TLS support.
+  + Install appdata file into canonical directory.
+- Changes from version 0.257:
+  + Fix unit restrictions.
+  + Add tls support.
+  + Battleroom: Add a promote button that sends !promote.
+  + Settings: make the lobby remember account password by default.
+  + Edit->Autojoin channels joins immidiately if possible.
+- Changes from version 0.256:
+   + Lazy init of unitsync (faster startup).
+   + Fix crash when Scroll wheel over games in single player tab.
+   + Always validate rapid downloads.
+   + Don't log private conversations to springlobby.log.
+- No longer BuildRequire boost-devel, but rather the individual
+  boost libraries used (system and thread). Fixes boo#1062797.
+
+---

Old:

  springlobby-0.255.tar.bz2

New:

  springlobby-0.260.tar.bz2



Other differences:
--
++ springlobby.spec ++
--- /var/tmp/diff_new_pack.q9g9CH/_old  2018-01-23 13:53:08.817172569 +0100
+++ /var/tmp/diff_new_pack.q9g9CH/_new  2018-01-23 13:53:08.825172195 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package springlobby
 #
-# Copyright (c) 2017 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
@@ -17,7 +17,7 @@
 
 
 Name:   springlobby
-Version:0.255
+Version:0.260
 Release:0
 Summary:Lobby client for the Spring RTS project
 # GPL-2.0 for springlobby and GPL-3.0+ for settings++.
@@ -25,7 +25,12 @@
 Group:  Amusements/Games/Strategy/Real Time
 Url:http://springlobby.info/
 Source: http://springlobby.info/tarballs/%{name}-%{version}.tar.bz2
+%if 0%{?suse_version} >= 1330
+BuildRequires:  libboost_system-devel
+BuildRequires:  libboost_thread-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
@@ -41,6 +46,7 @@
 BuildRequires:  pkgconfig(libmpg123)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libtorrent-rasterbar)
+BuildRequires:  pkgconfig(minizip)
 BuildRequires:  pkgconfig(openal)
 BuildRequires:  pkgconfig(vorbis)
 Recommends: fluidsynth
@@ -95,7 +101,7 @@
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/%{name}.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/springlobby.appdata.xml
 
 %changelog

++ springlobby-0.255.tar.bz2 -> springlobby-0.260.tar.bz2 ++
 4664 lines of diff (skipped)




commit minetest for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package minetest for openSUSE:Factory 
checked in at 2018-01-23 13:53:13

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


Package is "minetest"

Tue Jan 23 13:53:13 2018 rev:3 rq:568422 version:0.4.16

Changes:

--- /work/SRC/openSUSE:Factory/minetest/minetest.changes2017-08-28 
15:12:23.708953084 +0200
+++ /work/SRC/openSUSE:Factory/.minetest.new/minetest.changes   2018-01-23 
13:53:14.144923678 +0100
@@ -1,0 +2,5 @@
+Mon Jan 22 21:19:42 UTC 2018 - opens...@trummer.xyz
+
+- Recommend minetest-game to make server package more useful by default
+
+---



Other differences:
--
++ minetest.spec ++
--- /var/tmp/diff_new_pack.95oyez/_old  2018-01-23 13:53:15.004883504 +0100
+++ /var/tmp/diff_new_pack.95oyez/_new  2018-01-23 13:53:15.008883317 +0100
@@ -101,6 +101,7 @@
 Requires:   %{name}-data = %{version}
 Requires(pre):  shadow
 %{?systemd_requires}
+Recommends: minetest-game
 
 %description -n %{name}server
 An infinite-world block sandbox game and a game engine, inspired by




commit gsequencer for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gsequencer for openSUSE:Factory 
checked in at 2018-01-23 13:53:34

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


Package is "gsequencer"

Tue Jan 23 13:53:34 2018 rev:6 rq:568480 version:1.4.14

Changes:

--- /work/SRC/openSUSE:Factory/gsequencer/gsequencer.changes2018-01-10 
23:34:57.736602576 +0100
+++ /work/SRC/openSUSE:Factory/.gsequencer.new/gsequencer.changes   
2018-01-23 13:53:37.931812449 +0100
@@ -1,0 +2,9 @@
+Mon Jan 22 18:21:05 UTC 2018 - jkraehem...@gmail.com
+
+- New upstream v1.4.14 important fixes to ags_simple_file.c causing
+  SIGSEGV during restore of files containing pattern data.
+- Implemented rt-safe mode without any dynamic memory allocation
+  from audio processing threads during playback.
+- Minor-fixes.
+
+---

Old:

  gsequencer-1.3.6.tar.gz

New:

  gsequencer-1.4.14.tar.gz



Other differences:
--
++ gsequencer.spec ++
--- /var/tmp/diff_new_pack.AQixxb/_old  2018-01-23 13:53:39.211752655 +0100
+++ /var/tmp/diff_new_pack.AQixxb/_new  2018-01-23 13:53:39.211752655 +0100
@@ -18,13 +18,13 @@
 %define libagssonumber 1
 %define libgsequencersonumber 0
 Name:   gsequencer
-Version:1.3.6
+Version:1.4.14
 Release:0
 Summary:Audio processing engine
 License:GPL-3.0+ AND AGPL-3.0+ AND GFDL-1.3
 Group:  Productivity/Multimedia/Sound/Midi
 Url:https://nongnu.org/gsequencer
-Source0:
https://download.savannah.gnu.org/releases/gsequencer/1.3.x/%{name}-%{version}.tar.gz
+Source0:
https://download.savannah.gnu.org/releases/gsequencer/1.4.x/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE gsequencer.0-fix-makefile-am.patch -- fix opensuse 
specific locations
 Patch0: gsequencer.0-fix-makefile-am.patch
 BuildRequires:  cunit-devel

++ gsequencer-1.3.6.tar.gz -> gsequencer-1.4.14.tar.gz ++
 23161 lines of diff (skipped)




commit perl-Spreadsheet-Read for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package perl-Spreadsheet-Read for 
openSUSE:Factory checked in at 2018-01-23 13:53:09

Comparing /work/SRC/openSUSE:Factory/perl-Spreadsheet-Read (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Spreadsheet-Read.new (New)


Package is "perl-Spreadsheet-Read"

Tue Jan 23 13:53:09 2018 rev:12 rq:568402 version:0.74

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Spreadsheet-Read/perl-Spreadsheet-Read.changes  
2013-06-25 06:58:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Spreadsheet-Read.new/perl-Spreadsheet-Read.changes
 2018-01-23 13:53:11.617041770 +0100
@@ -1,0 +2,152 @@
+Wed Jan  3 14:58:21 UTC 2018 - stefan.bru...@rwth-aachen.de
+
+- Resurrect description, the one from CPAN is insufficient
+- Do not install examples to bin, conflicts with gnumeric and xls2csv
+- Remove executable flags from all examples
+
+---
+Wed Oct 18 21:53:29 UTC 2017 - jam...@vicidial.com
+
+- nonstdperlpath.patch added
+* Change non-standard /pro/bin/perl path to /usr/bin/perl
+
+---
+Sun Oct  8 08:18:15 UTC 2017 - co...@suse.com
+
+- updated to 0.74
+   see /usr/share/doc/packages/perl-Spreadsheet-Read/Changes
+
+  0.74 - 27 Aug 2017, H.Merijn Brand
+  * Re-enable opening files with bad characters in the filename (issue#14)
+  
+  0.73 - 30 Jul 2017, H.Merijn Brand
+  * Spreadsheet::XLSX::Reader::LibXML support completely dropped
+  * New options for ss2tk (font specs and SS labels)
+  * Safer xls2csv option parsing/passing
+  * Pass unknown command-line options to the parser
+  * Fix ReadData ("a,b,c
+1,2,3
+", parser => "csv")
+  * Drop 5.8.0 support. 5.8.1 is now minimum
+  
+  0.72 - 25 May 2017, H.Merijn Brand
+  * get_active_sheet is only available as of Spreadsheet::ParseExcel 0.61
+  * Support password protected spreadsheets (implementation just for Excel)
+  * Do not warn on undefined labels (xlscat)
+  
+  0.71 - 13 May 2017, H.Merijn Brand
+  * Use -w as intended
+  * Add option pivot
+  * No trailing spaces on xlscat -L
+  * Lexicalize code snippet (issue#12)
+  * Add attr method
+  * Remove special chars from worksheet name component (Windows, PR#13)
+  * Add refresh to ss2tk / csv2tk
+  * Add shortcut for UTF-8 output to xlscat
+  * Upgrade recommended modules to required for cpancover
+  
+  0.70 - 02 Mar 2017, H.Merijn Brand
+  * Add label functionality to ::Sheet
+  * Add ->column and ->cellcolumn for ::Sheet
+  * Add col2label sub/method
+  * Sanitize xls2csv export filenames
+  * Fix sorting in xlscat for un-aligned columns
+  * It's 2017
+  * Be overly verbose about maxrow and maxcol being 1-based (RT#120476)
+  
+  0.69 - 02 Dec 2016, H.Merijn Brand
+  * Several OO fixes, more tests, more docs
+  
+  0.68 - 29 Nov 2016, H.Merijn Brand
+  * List non-core modules/version used on very verbose in xlscat
+  * Option to export all sheets in a spreadsheet to CSV (UTF-8 only)
+  * Add OO interface
+  * Feature: add new spreadsheets to existing book (even of different 
types)
+  
+  0.67 - 17 Jun 2016, H.Merijn Brand
+  * CPANTESTERS showed that some versions really messed op 
numeric/percentage
+  
+  0.66 - 16 Jun 2016, H.Merijn Brand
+  * Remove Spreadsheet::XLSX::Reader::LibXML test files from distribution
+  * Allow old versions of Spreadsheet::ParseXLSX to "fail" on percentage 
tests
+  
+  0.65 - 15 Jun 2016, H.Merijn Brand
+  * Test with perl-5.24.0
+  * Show parser-version used under debug
+  * No more Spreadsheet::XLSX::Reader::LibXML
+  * Cells will inherit hidden state from hidden rows and columns
+  * Require 5.8.0 as 5.6.x does not include required Encode
+  
+  0.64 - 22 Apr 2016, H.Merijn Brand
+  * It's 2016
+  * Allow inconsistent Spreadsheet::XLSX releases on Debian (tests)
+  * Decode utf-16be entries in Excel when appropriate
+  * Two examples in xlscat
+  
+  0.63 - 10 Oct 2015, H.Merijn Brand
+  * Guard against negative MinRow in XLSX
+  * Documentation updated
+  * Support Spreadsheet::XLSX::Reader::LibXML disabled on author request
+  * Fix warning in utilities
+  * Check minimum parser version for pre-selected parser
+  
+  0.62 - 16 Aug 2015, H.Merijn Brand
+  * Fix documentation structure
+  * Test all supported parsers (not just the preferred one)
+  * Basic support for Spreadsheet::XLSX::Reader::LibXML (work in progress)
+  * Copy example file if link fails (Alan Berndt)
+  * Add a contributing guide
+  
+  0.61 - 13 Jun 2015, H.Merijn Brand
+  * Discourage Spreadsheet::XLSX
+  * A space is not an empty field in XLS
+  

commit gpredict for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gpredict for openSUSE:Factory 
checked in at 2018-01-23 13:53:32

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


Package is "gpredict"

Tue Jan 23 13:53:32 2018 rev:4 rq:568478 version:2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/gpredict/gpredict.changes2018-01-19 
11:52:57.808344414 +0100
+++ /work/SRC/openSUSE:Factory/.gpredict.new/gpredict.changes   2018-01-23 
13:53:34.383978190 +0100
@@ -1,0 +2,6 @@
+Mon Jan 22 19:10:40 UTC 2018 - mar...@gmx.de
+
+- Update to version 2.2.1
+  * Increased size of TLE source widget in preferences dialog
+
+---

Old:

  gpredict-2.2.tar.bz2

New:

  gpredict-2.2.1.tar.bz2



Other differences:
--
++ gpredict.spec ++
--- /var/tmp/diff_new_pack.jlD8GR/_old  2018-01-23 13:53:35.391931102 +0100
+++ /var/tmp/diff_new_pack.jlD8GR/_new  2018-01-23 13:53:35.395930915 +0100
@@ -17,12 +17,12 @@
 
 
 Name:   gpredict
-Version:2.2
+Version:2.2.1
 Release:0
 Summary:Realtime satellite tracking and orbit prediction application
 License:GPL-2.0
 Group:  Productivity/Hamradio/Other
-URL:http://gpredict.oz9aec.net/
+Url:http://gpredict.oz9aec.net/
 Source: 
https://github.com/csete/gpredict/releases/download/v%{version}/gpredict-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme

++ gpredict-2.2.tar.bz2 -> gpredict-2.2.1.tar.bz2 ++
 9051 lines of diff (skipped)




commit openEMS for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package openEMS for openSUSE:Factory checked 
in at 2018-01-23 13:53:15

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


Package is "openEMS"

Tue Jan 23 13:53:15 2018 rev:8 rq:568423 version:0.0.35

Changes:

--- /work/SRC/openSUSE:Factory/openEMS/openEMS.changes  2018-01-16 
09:41:59.826737955 +0100
+++ /work/SRC/openSUSE:Factory/.openEMS.new/openEMS.changes 2018-01-23 
13:53:16.252825205 +0100
@@ -1,0 +2,5 @@
+Wed Jan 17 11:08:07 UTC 2018 - adam.ma...@suse.de
+
+- Fix boost build dependencies (boo#1062789)
+
+---



Other differences:
--
++ openEMS.spec ++
--- /var/tmp/diff_new_pack.k4wWrK/_old  2018-01-23 13:53:17.236779239 +0100
+++ /var/tmp/diff_new_pack.k4wWrK/_new  2018-01-23 13:53:17.236779239 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openEMS
 #
-# Copyright (c) 2017 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
@@ -40,15 +40,18 @@
 Patch6: 0006-Add-missing-return-statement.patch
 
 BuildRequires:  CSXCAD-devel
-BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  hdf5-devel
-BuildRequires:  libboost_chrono1_66_0-devel
-BuildRequires:  libboost_date_time1_66_0-devel
-BuildRequires:  libboost_serialization1_66_0-devel
-BuildRequires:  libboost_system1_66_0-devel
-BuildRequires:  libboost_thread1_66_0-devel
+%if %{suse_version} >= 1500
+BuildRequires:  libboost_chrono-devel
+BuildRequires:  libboost_date_time-devel
+BuildRequires:  libboost_serialization-devel
+BuildRequires:  libboost_system-devel
+BuildRequires:  libboost_thread-devel
+%else
+BuildRequires:  boost-devel
+%endif
 BuildRequires:  octave-devel
 BuildRequires:  python3-vtk
 BuildRequires:  sz2-devel




commit cacti-spine for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2018-01-23 13:53:26

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Tue Jan 23 13:53:26 2018 rev:12 rq:568462 version:1.1.33

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2018-01-22 
16:21:11.418435805 +0100
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2018-01-23 13:53:28.172268376 +0100
@@ -1,0 +2,6 @@
+Tue Jan 23 06:59:12 UTC 2018 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.33
+  * feature: release to match Cacti release
+
+---

Old:

  1.1.32.tar.gz

New:

  1.1.33.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.eJOfzk/_old  2018-01-23 13:53:29.176221475 +0100
+++ /var/tmp/diff_new_pack.eJOfzk/_new  2018-01-23 13:53:29.180221288 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.1.32
+Version:1.1.33
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.1.32.tar.gz -> 1.1.33.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.32/ChangeLog 
new/spine-release-1.1.33/ChangeLog
--- old/spine-release-1.1.32/ChangeLog  2018-01-20 01:08:26.0 +0100
+++ new/spine-release-1.1.33/ChangeLog  2018-01-23 01:00:58.0 +0100
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.1.33
+-feature: release to match Cacti release
+
 1.1.32
 -feature: release to match Cacti release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.32/configure.ac 
new/spine-release-1.1.33/configure.ac
--- old/spine-release-1.1.32/configure.ac   2018-01-20 01:08:26.0 
+0100
+++ new/spine-release-1.1.33/configure.ac   2018-01-23 01:00:58.0 
+0100
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.1.32, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.1.33, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)




commit gfan for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gfan for openSUSE:Factory checked in 
at 2018-01-23 13:52:32

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


Package is "gfan"

Tue Jan 23 13:52:32 2018 rev:8 rq:559957 version:0.6.2

Changes:

--- /work/SRC/openSUSE:Factory/gfan/gfan.changes2016-06-19 
10:50:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.gfan.new/gfan.changes   2018-01-23 
13:52:33.614817078 +0100
@@ -1,0 +2,17 @@
+Mon Dec 25 21:21:45 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 0.6.2
+  * Improved mixed volume computation, improved Gröbner basis
+implementation.
+  * New tropical starting cone algorithm, resultant fan
+algorithms, tropical hypersurface reconstruction algorithm,
+tropical basis detection (in _tropicalintersection -t was
+replaced by --tropicalbasistest)
+  * Stable intersection of tropical cycles (_fancommonrefinement
+--stable)
+  * Better implementation of the field of rational functions).
+- Delete gfan-format.diff, gfan-returns.diff,
+  gfan-remove-debug-code.diff (fixed upstream)
+- Add gfan-warnings.diff
+
+---

Old:

  gfan-format.diff
  gfan-remove-debug-code.diff
  gfan-returns.diff
  gfan0.5.tar.gz

New:

  gfan-warnings.diff
  gfan0.6.2.tar.gz



Other differences:
--
++ gfan.spec ++
--- /var/tmp/diff_new_pack.ryqwMP/_old  2018-01-23 13:52:36.118700107 +0100
+++ /var/tmp/diff_new_pack.ryqwMP/_new  2018-01-23 13:52:36.118700107 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gfan
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -17,8 +17,7 @@
 
 
 Name:   gfan
-%define lname  libgfan-0_5
-Version:0.5
+Version:0.6.2
 Release:0
 Summary:Calculation of Gröbner fans
 License:GPL-2.0
@@ -27,14 +26,12 @@
 
 Source: http://home.imf.au.dk/jensen/software/gfan/%name%version.tar.gz
 Patch1: gfan-automake.diff
-Patch2: gfan-format.diff
-Patch3: gfan-returns.diff
-Patch4: gfan-remove-debug-code.diff
+Patch2: gfan-warnings.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  automake
 BuildRequires:  cddlib-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
-BuildRequires:  libtool >= 2
 %define with_pdf 1
 %if 0%{?with_pdf}
 BuildRequires:  texlive-latex
@@ -55,50 +52,25 @@
 Gfan is a software package for computing Gröbner fans and tropical
 varieties. These are polyhedral fans associated to polynomial ideals.
 
-%package -n %lname
-Summary:Library for calculation of Gröbner fans
-Group:  System/Libraries
-
-%description -n %lname
-Gfan is a software package for computing Gröbner fans and tropical
-varieties. These are polyhedral fans associated to polynomial ideals.
-
-%package -n libgfan-devel
-Summary:Development files for libgfan
-Group:  Development/Libraries/C and C++
-Requires:   %lname = %version
-
-%description -n libgfan-devel
-Gfan is a software package for computing Gröbner fans and tropical
-varieties. These are polyhedral fans associated to polynomial ideals.
-
 %prep
 %setup -qn %name%version
-%patch -P 1 -P 2 -P 3 -P 4 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 autoreconf -fi
-export CXXFLAGS="%optflags -Wno-sign-compare -Wno-reorder -Wno-unused 
-std=gnu++98"
-%if 0%{?suse_version} > 1110
-# -Wno-unused-result not known in old SUSE
-export CXXFLAGS="$CXXFLAGS -Wno-unused-result"
-%endif
-%configure --disable-static --enable-silent-rules
-make %{?_smp_mflags}
+export CXXFLAGS="%optflags -Wno-sign-compare -Wno-reorder -Wno-unused 
-Wno-comment -Wno-misleading-indentation -std=gnu++11"
+%configure
+make %{?_smp_mflags} V=1
 %if 0%{?with_pdf}
 make -C doc %{?_smp_mflags}
 %endif
 
 %install
 b="%buildroot"
-make install DESTDIR="$b"
-for i in $(./gfan _list | grep ^gfan_); do
+%make_install
+for i in $(src/gfan _list | grep ^gfan_); do
ln -s gfan "$b/%_bindir/$i"
 done;
-rm -fv "$b/%_libdir"/*.la
-
-%post   -n %lname -p /sbin/ldconfig
-%postun -n %lname -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -108,13 +80,4 @@
 %doc doc/manual.pdf
 %endif
 
-%files -n %lname
-%defattr(-,root,root)
-%_libdir/libgfan-%version.so
-
-%files -n libgfan-devel
-%defattr(-,root,root)
-%_libdir/libgfan.so
-%_includedir/*
-
 %changelog

++ gfan-automake.diff ++
--- /var/tmp/diff_new_pack.ryqwMP/_old  2018-01-23 13:52:36.146698799 +0100
+++ 

commit cddlib for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package cddlib for openSUSE:Factory checked 
in at 2018-01-23 13:52:27

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


Package is "cddlib"

Tue Jan 23 13:52:27 2018 rev:9 rq:559955 version:0.94h

Changes:

--- /work/SRC/openSUSE:Factory/cddlib/cddlib.changes2017-03-08 
01:11:31.263511273 +0100
+++ /work/SRC/openSUSE:Factory/.cddlib.new/cddlib.changes   2018-01-23 
13:52:28.359062606 +0100
@@ -1,0 +2,6 @@
+Mon Dec 25 21:51:31 UTC 2017 - jeng...@inai.de
+
+- Switch include directory to /usr/include/cdd as that seems to be
+  expected by downstream programs (like gfan).
+
+---



Other differences:
--
++ cddlib.spec ++
--- /var/tmp/diff_new_pack.MsZdL6/_old  2018-01-23 13:52:29.079028972 +0100
+++ /var/tmp/diff_new_pack.MsZdL6/_new  2018-01-23 13:52:29.083028785 +0100
@@ -68,7 +68,7 @@
 
 %build
 autoreconf -fi
-%configure --enable-shared --disable-static
+%configure --enable-shared --disable-static --includedir="%_includedir/cdd"
 make %{?_smp_mflags} V=1
 
 %install




commit audacity for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package audacity for openSUSE:Factory 
checked in at 2018-01-23 13:52:52

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


Package is "audacity"

Tue Jan 23 13:52:52 2018 rev:77 rq:568197 version:2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/audacity/audacity.changes2018-01-17 
21:56:29.296338448 +0100
+++ /work/SRC/openSUSE:Factory/.audacity.new/audacity.changes   2018-01-23 
13:52:54.097860195 +0100
@@ -1,0 +2,5 @@
+Mon Jan 15 19:06:10 UTC 2018 - jeng...@inai.de
+
+- Trim redundant parts from summary.
+
+---



Other differences:
--
++ audacity.spec ++
--- /var/tmp/diff_new_pack.y8X4JB/_old  2018-01-23 13:52:56.125765460 +0100
+++ /var/tmp/diff_new_pack.y8X4JB/_new  2018-01-23 13:52:56.129765273 +0100
@@ -25,7 +25,7 @@
 Name:   audacity
 Version:2.2.1
 Release:0
-Summary:A Free, Cross-Platform Digital Audio Editor
+Summary:A Multi Track Digital Audio Editor
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Url:http://audacityteam.org/
@@ -94,11 +94,11 @@
 Requires:   libFLAC8 >= 1.3.1
 
 %description
-Audacity is a program that manipulates digital audio wave forms. In
-addition to recording sounds directly from within the program, it
-imports many sound file formats, including WAV, AIFF, AU, IRCAM,
-MP, and Ogg Vorbis. With Audacity, you can edit wave data larger
-than the physical memory size of your computer.
+Audacity is a program that manipulates digital audio wave forms.
+In addition to multitrack recording capabilities with effects, it
+imports and exports many sound file formats, including WAV, AIFF,
+AU, IRCAM, MP, and Ogg Vorbis. Wave data larger than the available
+physical memory size can be edited.
 
 %lang_package
 




commit encfs for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package encfs for openSUSE:Factory checked 
in at 2018-01-23 13:52:57

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


Package is "encfs"

Tue Jan 23 13:52:57 2018 rev:39 rq:568219 version:1.9.2

Changes:

--- /work/SRC/openSUSE:Factory/encfs/encfs.changes  2017-08-24 
18:45:26.256231224 +0200
+++ /work/SRC/openSUSE:Factory/.encfs.new/encfs.changes 2018-01-23 
13:52:58.169669977 +0100
@@ -1,0 +2,5 @@
+Wed Jan 17 15:13:10 UTC 2018 - fv...@suse.com
+
+- Fix combination of os_has_tinyxml and use_cmake_macro
+
+---



Other differences:
--
++ encfs.spec ++
--- /var/tmp/diff_new_pack.WR5QWV/_old  2018-01-23 13:52:59.593603456 +0100
+++ /var/tmp/diff_new_pack.WR5QWV/_new  2018-01-23 13:52:59.597603269 +0100
@@ -112,7 +112,12 @@
 
 %build
 %if %{use_cmake_macro}
-%cmake
+%cmake \
+%if %{os_has_tinyxml2}
+ -DUSE_INTERNAL_TINYXML:BOOL=OFF
+%else
+ -DUSE_INTERNAL_TINYXML:BOOL=ON
+%endif
 %else
 mkdir build
 cd build
@@ -141,10 +146,12 @@
  -DCMAKE_MODULES_INSTALL_DIR=%{_datadir}/cmake/Modules \
 %if %{os_has_tinyxml2}
  -DUSE_INTERNAL_TINYXML:BOOL=OFF
+%else
+ -DUSE_INTERNAL_TINYXML:BOOL=ON
+%endif
 %endif
 
 make %{?_smp_mflags} VERBOSE=1
-%endif
 
 %install
 %cmake_install




commit gf2x for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gf2x for openSUSE:Factory checked in 
at 2018-01-23 13:52:21

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


Package is "gf2x"

Tue Jan 23 13:52:21 2018 rev:6 rq:559953 version:1.2

Changes:

--- /work/SRC/openSUSE:Factory/gf2x/gf2x.changes2015-06-30 
10:16:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.gf2x.new/gf2x.changes   2018-01-23 
13:52:21.939362507 +0100
@@ -1,0 +2,8 @@
+Mon Dec 25 19:21:19 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 1.2
+  * No user changelog available
+- Remove gf2x-memset.diff (fixed upstream)
+- Add 0001-build-fix-version-info-for-libgf2x-after-ABI-break.patch
+
+---

Old:

  gf2x-1.1.tar.gz
  gf2x-memset.diff

New:

  0001-build-fix-version-info-for-libgf2x-after-ABI-break.patch
  gf2x-1.2.tar.gz



Other differences:
--
++ gf2x.spec ++
--- /var/tmp/diff_new_pack.AzFbLw/_old  2018-01-23 13:52:22.955315046 +0100
+++ /var/tmp/diff_new_pack.AzFbLw/_new  2018-01-23 13:52:22.955315046 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gf2x
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -17,17 +17,20 @@
 
 
 Name:   gf2x
-%define lname  libgf2x1
-Version:1.1
+%define lname  libgf2x-1_2
+Version:1.2
 Release:0
 Summary:Library for multiplication over the GF(2) field
-License:GPL-2.0+
+License:GPL-3.0+
 Group:  Productivity/Scientific/Math
 Url:https://gforge.inria.fr/projects/gf2x/
 
-Source: 
https://gforge.inria.fr/frs/download.php/30873/%name-%version.tar.gz
-Patch1: gf2x-memset.diff
+# Caution: the filename does not matter - the ID (36934) determines which 
source you get.
+Source: 
https://gforge.inria.fr/frs/download.php/36934/%name-%version.tar.gz
+Patch1: 0001-build-fix-version-info-for-libgf2x-after-ABI-break.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  automake
+BuildRequires:  libtool
 
 %description
 gf2x is a library for fast multiplication of polynomials over the
@@ -57,6 +60,7 @@
 %patch -P 1 -p1
 
 %build
+autoreconf -fi
 # SSE2 may not be available on all x86_32 machines.
 # PCLMUL may not be available on all machines.
 %configure --disable-static \
@@ -64,15 +68,14 @@
--disable-sse2 \
 %endif
--disable-pclmul
-make %{?_smp_mflags};
+make %{?_smp_mflags}
 
 %check
-make check %{?_smp_mflags};
+make check %{?_smp_mflags}
 
 %install
-b="%buildroot";
-make install DESTDIR="$b";
-rm -f "$b/%_libdir"/*.la;
+%make_install
+rm -f "%buildroot/%_libdir"/*.la
 
 %post -n %lname -p /sbin/ldconfig
 
@@ -80,11 +83,12 @@
 
 %files -n %lname
 %defattr(-,root,root)
-%_libdir/*gf2x.so.*
+%_libdir/libgf2x-1.2.so
+%doc COPYING
 
 %files devel
 %defattr(-,root,root)
 %_includedir/gf2x*
-%_libdir/*gf2x.so
+%_libdir/libgf2x.so
 
 %changelog

++ 0001-build-fix-version-info-for-libgf2x-after-ABI-break.patch ++
>From 3965c3bd4e45b10ca1f4b214ac0ce66221949bc1 Mon Sep 17 00:00:00 2001
From: Jan Engelhardt 
Date: Mon, 25 Dec 2017 20:29:59 +0100
Subject: [PATCH] build: fix -version-info for libgf2x after ABI break

Commit e5c900c11e07d98c3074aea88a72e4107c2b3a8b changed the ABI and therefore
*must* change the -version-info numbers.

$ abidiff gf2x-1.1/.libs/libgf2x.so.1.0.0 gf2x-1.2/.libs/libgf2x.so.1.0.2
Functions changes summary: 16 Removed, 4 Changed, 20 Added functions
Variables changes summary: 0 Removed, 0 Changed, 1 Added variable

16 Removed functions:

  'function void gf2x_tfft_add(gf2x_tfft_info_srcptr, gf2x_tfft_ptr, 
gf2x_tfft_srcptr, gf2x_tfft_srcptr)'{gf2x_tfft_add}
  [..]
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index b841724..0be4106 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -74,7 +74,7 @@ nobase_nodist_include_HEADERS=\
gf2x/gf2x_mul9.h
 
 
-libgf2x_la_LDFLAGS=-version-info @gf2x_lib_version@ -no-undefined
+libgf2x_la_LDFLAGS=-release ${PACKAGE_VERSION} -no-undefined
 
 SUBDIRS=lowlevel src . fft tests $(MAYBE_APPS)
 
-- 
2.15.1

++ gf2x-1.1.tar.gz -> gf2x-1.2.tar.gz ++
 100258 lines of diff (skipped)




commit minetest-game for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package minetest-game for openSUSE:Factory 
checked in at 2018-01-23 13:53:11

Comparing /work/SRC/openSUSE:Factory/minetest-game (Old)
 and  /work/SRC/openSUSE:Factory/.minetest-game.new (New)


Package is "minetest-game"

Tue Jan 23 13:53:11 2018 rev:3 rq:568421 version:0.4.16

Changes:

--- /work/SRC/openSUSE:Factory/minetest-game/minetest-game.changes  
2017-08-28 15:04:05.639015160 +0200
+++ /work/SRC/openSUSE:Factory/.minetest-game.new/minetest-game.changes 
2018-01-23 13:53:12.928980481 +0100
@@ -1,0 +2,5 @@
+Mon Jan 22 21:15:53 UTC 2018 - opens...@trummer.xyz
+
+- Don't require minetest, to make headless installation possible
+
+---



Other differences:
--
++ minetest-game.spec ++
--- /var/tmp/diff_new_pack.pBAPNr/_old  2018-01-23 13:53:13.812939187 +0100
+++ /var/tmp/diff_new_pack.pBAPNr/_new  2018-01-23 13:53:13.816939000 +0100
@@ -26,7 +26,6 @@
 Source0:
https://github.com/minetest/minetest_game/archive/%{version}/minetest_game-%{version}.tar.gz
 Source99:   minetest-game-rpmlintrc
 BuildRequires:  fdupes
-Requires:   minetest = %{version}
 BuildArch:  noarch
 
 %description




commit gap-utils for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-utils for openSUSE:Factory 
checked in at 2018-01-23 13:52:04

Comparing /work/SRC/openSUSE:Factory/gap-utils (Old)
 and  /work/SRC/openSUSE:Factory/.gap-utils.new (New)


Package is "gap-utils"

Tue Jan 23 13:52:04 2018 rev:2 rq:559945 version:0.49

Changes:

--- /work/SRC/openSUSE:Factory/gap-utils/gap-utils.changes  2017-10-08 
20:13:09.201454254 +0200
+++ /work/SRC/openSUSE:Factory/.gap-utils.new/gap-utils.changes 2018-01-23 
13:52:05.588126368 +0100
@@ -1,0 +2,7 @@
+Mon Dec 25 16:40:39 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 0.49
+  * removed QPA functions PositionsNonzero and NullList 
+  * changed record.tst so that 4r8 and dev give the same result 
+
+---

Old:

  utils-0.46.tar.bz2

New:

  utils-0.49.tar.bz2



Other differences:
--
++ gap-utils.spec ++
--- /var/tmp/diff_new_pack.1DLSTb/_old  2018-01-23 13:52:06.596079281 +0100
+++ /var/tmp/diff_new_pack.1DLSTb/_new  2018-01-23 13:52:06.600079094 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-utils
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -17,7 +17,7 @@
 
 
 Name:   gap-utils
-Version:0.46
+Version:0.49
 Release:0
 Summary:GAP: Utility functions in GAP
 License:GPL-2.0+
@@ -29,7 +29,7 @@
 BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires:   gap-core >= 4.8.6
+Requires:   gap-core >= 4.8.8
 Requires:   gap-gapdoc >= 1.5.1
 Requires:   gap-polycyclic >= 2.11
 

++ utils-0.46.tar.bz2 -> utils-0.49.tar.bz2 ++
 2389 lines of diff (skipped)




commit givaro for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package givaro for openSUSE:Factory checked 
in at 2018-01-23 13:52:12

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


Package is "givaro"

Tue Jan 23 13:52:12 2018 rev:6 rq:559949 version:4.0.4

Changes:

--- /work/SRC/openSUSE:Factory/givaro/givaro.changes2017-09-13 
22:32:56.297620794 +0200
+++ /work/SRC/openSUSE:Factory/.givaro.new/givaro.changes   2018-01-23 
13:52:12.859786667 +0100
@@ -1,0 +2,7 @@
+Mon Dec 25 19:48:10 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 4.0.4
+  * build: fix SIMD detection script
+- Drop 0001-pkgconfig-file-must-not-have-non-I-flags.patch
+
+---

Old:

  0001-pkgconfig-file-must-not-have-non-I-flags.patch
  v4.0.2.tar.gz

New:

  v4.0.4.tar.gz



Other differences:
--
++ givaro.spec ++
--- /var/tmp/diff_new_pack.MHppc7/_old  2018-01-23 13:52:13.751744998 +0100
+++ /var/tmp/diff_new_pack.MHppc7/_new  2018-01-23 13:52:13.755744811 +0100
@@ -18,7 +18,7 @@
 
 Name:   givaro
 %define lname   libgivaro9
-Version:4.0.2
+Version:4.0.4
 Release:0
 Summary:C++ library for arithmetic and algebraic computations
 License:CECILL-B
@@ -28,7 +28,6 @@
 #Git-Clone:https://github.com/linbox-team/givaro
 Source: https://github.com/linbox-team/givaro/archive/v%version.tar.gz
 Patch1: givaro-doc-no-build-time.patch
-Patch2: 0001-pkgconfig-file-must-not-have-non-I-flags.patch
 # Old doxygen does not properly handle symlink recursion
 BuildRequires:  doxygen >= 1.5.7.1
 BuildRequires:  fdupes
@@ -106,7 +105,7 @@
 
 %prep
 %setup -q
-%patch -P 1 -P 2 -p1
+%patch -P 1 -p1
 
 %build
 autoreconf -fi

++ v4.0.2.tar.gz -> v4.0.4.tar.gz ++
 8395 lines of diff (skipped)




commit clanlib for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package clanlib for openSUSE:Factory checked 
in at 2018-01-23 13:52:41

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


Package is "clanlib"

Tue Jan 23 13:52:41 2018 rev:39 rq:565781 version:2.3.6

Changes:

--- /work/SRC/openSUSE:Factory/clanlib/clanlib.changes  2015-10-24 
10:30:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.clanlib.new/clanlib.changes 2018-01-23 
13:52:47.474169627 +0100
@@ -1,0 +2,5 @@
+Wed Jan 10 16:00:16 UTC 2018 - crrodrig...@opensuse.org
+
+- Do not use Mesa-devel package but pkgconfig(gl) 
+
+---



Other differences:
--
++ clanlib-doc.spec ++
--- /var/tmp/diff_new_pack.3Wwp9y/_old  2018-01-23 13:52:48.966099930 +0100
+++ /var/tmp/diff_new_pack.3Wwp9y/_new  2018-01-23 13:52:48.974099556 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package clanlib-doc
 #
-# 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

++ clanlib.spec ++
--- /var/tmp/diff_new_pack.3Wwp9y/_old  2018-01-23 13:52:49.018097501 +0100
+++ /var/tmp/diff_new_pack.3Wwp9y/_new  2018-01-23 13:52:49.022097314 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package clanlib
 #
-# 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
@@ -32,7 +32,6 @@
 Patch1: clanlib-cpuid.patch
 # Use std=gnu++11 option for ppc64le
 Patch2: stdgnu++11.patch
-BuildRequires:  Mesa-devel
 BuildRequires:  alsa-devel
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
@@ -43,12 +42,14 @@
 BuildRequires:  libmikmod-devel
 BuildRequires:  libogg-devel
 BuildRequires:  libpng-devel
-BuildRequires:  libstdc++-devel
 BuildRequires:  libvorbis-devel
 BuildRequires:  libxslt
 BuildRequires:  pcre-devel
+BuildRequires:  pkgconfig
 BuildRequires:  sqlite3-devel
 BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(x11)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -58,19 +59,10 @@
 Summary:A portable interface for writing games
 Group:  Development/Libraries/X11
 Requires:   %{name} = %{version}
-Requires:   Mesa-devel
-Requires:   alsa-devel
-Requires:   fontconfig-devel
-Requires:   freetype2-devel
-Requires:   libjpeg-devel
-Requires:   libmikmod-devel
-Requires:   libogg-devel
-Requires:   libpng-devel
-Requires:   libstdc++-devel
-Requires:   libvorbis-devel
-Requires:   pcre-devel
-Requires:   sqlite3-devel
-Requires:   zlib-devel
+#wants compiler intrinsics in installed headers
+Requires:   c++_compiler
+Requires:   pkgconfig(gl)
+Requires:   pkgconfig(x11)
 
 %description devel
 ClanLib delivers a platform independent interface to write games with.




commit gap-xmod for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-xmod for openSUSE:Factory 
checked in at 2018-01-23 13:52:10

Comparing /work/SRC/openSUSE:Factory/gap-xmod (Old)
 and  /work/SRC/openSUSE:Factory/.gap-xmod.new (New)


Package is "gap-xmod"

Tue Jan 23 13:52:10 2018 rev:2 rq:559947 version:2.64

Changes:

--- /work/SRC/openSUSE:Factory/gap-xmod/gap-xmod.changes2017-10-08 
20:13:24.996759362 +0200
+++ /work/SRC/openSUSE:Factory/.gap-xmod.new/gap-xmod.changes   2018-01-23 
13:52:11.395855056 +0100
@@ -1,0 +2,12 @@
+Mon Dec 25 16:44:31 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2.6.4
+  * fixed tests to work with both 4r8 and dev in 3 options
+  * removed attribute AutoGroup (=Range(XModAction)) for xmods
+  * added operations SinglePiecePreXModWithObjects(NC)
+  * added Root2dGroup for prexmods with objects 
+  * ImageElmXModAction now works for xmods of groupoids
+  * added operation ImageElmXModAction
+  * renamed test files and made them independent
+
+---

Old:

  XMod-2.62.tar.bz2

New:

  XMod-2.64.tar.bz2



Other differences:
--
++ gap-xmod.spec ++
--- /var/tmp/diff_new_pack.HducEg/_old  2018-01-23 13:52:12.279813761 +0100
+++ /var/tmp/diff_new_pack.HducEg/_new  2018-01-23 13:52:12.283813574 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-xmod
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -17,7 +17,7 @@
 
 
 Name:   gap-xmod
-Version:2.62
+Version:2.64
 Release:0
 Summary:GAP: Crossed Modules and Cat1-Groups
 License:GPL-2.0+
@@ -29,10 +29,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gap-rpm-devel
 Requires:   gap-autpgrp >= 1.6
-Requires:   gap-core >= 4.8.7
-Requires:   gap-groupoids >= 1.51
+Requires:   gap-core >= 4.8.8
+Requires:   gap-groupoids >= 1.54
 Requires:   gap-hap >= 1.11.13
-Requires:   gap-utils >= 0.46
+Requires:   gap-utils >= 0.48
 Suggests:   gap-gapdoc >= 1.5.1
 
 %description

++ XMod-2.62.tar.bz2 -> XMod-2.64.tar.bz2 ++
 11217 lines of diff (skipped)




commit WoeUSB for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package WoeUSB for openSUSE:Factory checked 
in at 2018-01-23 13:52:55

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


Package is "WoeUSB"

Tue Jan 23 13:52:55 2018 rev:2 rq:568207 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/WoeUSB/WoeUSB.changes2018-01-22 
16:10:15.865101806 +0100
+++ /work/SRC/openSUSE:Factory/.WoeUSB.new/WoeUSB.changes   2018-01-23 
13:52:56.693738926 +0100
@@ -1,0 +2,5 @@
+Mon Jan 15 11:07:11 UTC 2018 - jeng...@inai.de
+
+- Avoid assuming specific user context in description.
+
+---



Other differences:
--
++ WoeUSB.spec ++
--- /var/tmp/diff_new_pack.wTsPj0/_old  2018-01-23 13:52:57.877683617 +0100
+++ /var/tmp/diff_new_pack.wTsPj0/_new  2018-01-23 13:52:57.881683430 +0100
@@ -34,8 +34,8 @@
 BuildRequires:  fdupes
 
 %description
-A utility that enables you to create your own bootable Windows installation
-USB storage device from an existing Windows Installation disc or disk image.
+WoeUSB is a utility for creating a bootable Windows installation
+USB storage device from an existing Windows installation disc or disk image.
 
 %prep
 %setup -q




commit webkitgtk for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package webkitgtk for openSUSE:Factory 
checked in at 2018-01-23 13:53:01

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


Package is "webkitgtk"

Tue Jan 23 13:53:01 2018 rev:49 rq:568226 version:2.4.11

Changes:

--- /work/SRC/openSUSE:Factory/webkitgtk/webkitgtk.changes  2018-01-13 
21:49:41.876339019 +0100
+++ /work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk.changes 2018-01-23 
13:53:02.585463689 +0100
@@ -1,0 +2,5 @@
+Mon Jan 22 16:52:36 UTC 2018 - sch...@suse.de
+
+- Remove malformed assignment that was previously ignored
+
+---



Other differences:
--
++ webkitgtk.spec ++
--- /var/tmp/diff_new_pack.ibx1eO/_old  2018-01-23 13:53:03.833405390 +0100
+++ /var/tmp/diff_new_pack.ibx1eO/_new  2018-01-23 13:53:03.837405203 +0100
@@ -246,10 +246,6 @@
 %ifarch ppc64 ppc64le
 RPM_OPT_FLAGS+=" -mminimal-toc "
 %endif
-%ifarch %arm
-# we'll always want to remove the debug from the build on arm
-RPM_OPT_FLAGS="%{optflags}/-g / }"
-%endif
 %ifarch %arm ppc ppc64 ppc64le s390 s390x
 RPM_OPT_FLAGS+=" -Wl,--no-keep-memory -Wl,--reduce-memory-overheads "
 %endif




commit linbox for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package linbox for openSUSE:Factory checked 
in at 2018-01-23 13:52:14

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


Package is "linbox"

Tue Jan 23 13:52:14 2018 rev:2 rq:559950 version:1.5.2

Changes:

--- /work/SRC/openSUSE:Factory/linbox/linbox.changes2017-09-13 
22:35:07.055211795 +0200
+++ /work/SRC/openSUSE:Factory/.linbox.new/linbox.changes   2018-01-23 
13:52:15.519662409 +0100
@@ -1,0 +2,6 @@
+Mon Dec 25 19:54:37 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 1.5.2
+  * remove all unused stuff from linbox-sage
+
+---

Old:

  linbox-1.4.2.tar.gz

New:

  linbox-1.5.2.tar.gz



Other differences:
--
++ linbox.spec ++
--- /var/tmp/diff_new_pack.S3aRBt/_old  2018-01-23 13:52:16.515615882 +0100
+++ /var/tmp/diff_new_pack.S3aRBt/_new  2018-01-23 13:52:16.519615695 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package linbox
 #
-# Copyright (c) 2014 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:   linbox
 %define lname   liblinbox0
-Version:1.4.2
+Version:1.5.2
 Release:0
 Summary:C++ library for computation with matrices over ints and finite 
fields
 License:LGPL-2.1+
@@ -28,7 +28,6 @@
 Source: 
https://github.com/linbox-team/linbox/releases/download/v%version/linbox-%version.tar.gz
 BuildRequires:  autoconf >= 2.61
 BuildRequires:  automake >= 1.8
-BuildRequires:  fflas-ffpack-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
 BuildRequires:  iml-devel
@@ -38,6 +37,7 @@
 BuildRequires:  mpfr-devel
 BuildRequires:  ntl-devel
 BuildRequires:  openblas-devel
+BuildRequires:  pkgconfig(fflas-ffpack) >= 2.3.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -72,7 +72,12 @@
 
 %build
 autoreconf -fi
-%configure --disable-static
+%configure --disable-static \
+%ifarch %ix86
+   --disable-sse --disable-sse2 \
+%endif
+   --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 \
+   --disable-avx --disable-avx2 --disable-fma --disable-fma4
 make %{?_smp_mflags}
 
 %install

++ linbox-1.4.2.tar.gz -> linbox-1.5.2.tar.gz ++
 6 lines of diff (skipped)




commit librsb for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package librsb for openSUSE:Factory checked 
in at 2018-01-23 13:52:35

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


Package is "librsb"

Tue Jan 23 13:52:35 2018 rev:2 rq:560015 version:1.2.0~rc7

Changes:

--- /work/SRC/openSUSE:Factory/librsb/librsb.changes2017-05-29 
22:19:10.947948276 +0200
+++ /work/SRC/openSUSE:Factory/.librsb.new/librsb.changes   2018-01-23 
13:52:39.866525025 +0100
@@ -1,0 +2,16 @@
+Tue Dec 26 14:10:41 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 1.2.0~rc7
+  * bugfix: rsb_spmv/rsb_spmm/BLAS_cusmv/BLAS_zusmv/BLAS_cusmm/
+BLAS_zusmm could compute wrong values on complex hermitian
+matrices if rhs imaginary part non null.
+  * bugfix: complex conjugated transpose
+rsb_spsv/rsb_spsm/BLAS_cussv/BLAS_zussv/BLAS_cussm/BLAS_zussm
+could compute wrong values if rhs imaginary part non null.
+  * bugfix: rsb_sppsp/rsb_mtx_clone would compute scaled
+conjugate of complex matrices wrong if alpha imaginary part
+non null.
+  * might detect a forgotten rsb_lib_init() at first matrix
+allocation and return an error.
+
+---

Old:

  librsb-1.2.0-rc6.tar.gz

New:

  librsb-1.2.0-rc7.tar.gz



Other differences:
--
++ librsb.spec ++
--- /var/tmp/diff_new_pack.Ur61zR/_old  2018-01-23 13:52:40.706485785 +0100
+++ /var/tmp/diff_new_pack.Ur61zR/_new  2018-01-23 13:52:40.710485598 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package librsb
 #
-# Copyright (c) 2014 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,13 +18,13 @@
 
 Name:   librsb
 %define lname  librsb0
-%define rversion   1.2.0-rc6
-Version:1.2.0~rc6
+%define rversion   1.2.0-rc7
+Version:1.2.0~rc7
 Release:0
 Summary:Shared memory parallel sparse matrix and sparse BLAS library
 License:LGPL-3.0+
 Group:  Productivity/Scientific/Math
-URL:http://librsb.sf.net/
+Url:http://librsb.sf.net/
 
 Source: http://downloads.sf.net/%name/%name-%rversion.tar.gz
 Patch1: pun.diff
@@ -32,7 +32,7 @@
 BuildRequires:  gcc-fortran
 BuildRequires:  gsl-devel
 BuildRequires:  zlib-devel
-BuildRoot:  %_tmppath/%name-%version-build
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 librsb is a library for sparse matrix computations featuring the

++ librsb-1.2.0-rc6.tar.gz -> librsb-1.2.0-rc7.tar.gz ++
 78748 lines of diff (skipped)




commit gap-wedderga for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-wedderga for openSUSE:Factory 
checked in at 2018-01-23 13:52:07

Comparing /work/SRC/openSUSE:Factory/gap-wedderga (Old)
 and  /work/SRC/openSUSE:Factory/.gap-wedderga.new (New)


Package is "gap-wedderga"

Tue Jan 23 13:52:07 2018 rev:2 rq:559946 version:4.9.1

Changes:

--- /work/SRC/openSUSE:Factory/gap-wedderga/gap-wedderga.changes
2017-10-08 20:13:19.636995157 +0200
+++ /work/SRC/openSUSE:Factory/.gap-wedderga.new/gap-wedderga.changes   
2018-01-23 13:52:08.260001550 +0100
@@ -1,0 +2,6 @@
+Mon Dec 25 16:42:31 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 4.9.1
+  * No changelog available
+
+---

Old:

  wedderga-4.7.3.tar.bz2

New:

  wedderga-4.9.1.tar.bz2



Other differences:
--
++ gap-wedderga.spec ++
--- /var/tmp/diff_new_pack.JtzJPs/_old  2018-01-23 13:52:08.903971466 +0100
+++ /var/tmp/diff_new_pack.JtzJPs/_new  2018-01-23 13:52:08.907971279 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-wedderga
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -17,7 +17,7 @@
 
 
 Name:   gap-wedderga
-Version:4.7.3
+Version:4.9.1
 Release:0
 Summary:GAP: Wedderburn Decomposition of Group Algebras
 License:GPL-2.0+
@@ -28,7 +28,7 @@
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gap-rpm-devel
-Requires:   gap-core >= 4.7
+Requires:   gap-core >= 4.8
 Requires:   gap-gapdoc >= 1.5.1
 Suggests:   gap-guava >= 3.12
 Suggests:   gap-laguna >= 3.4
@@ -44,7 +44,7 @@
 multiplication determined by a given action and twisting.
 
 %prep
-%setup -qn wedderga
+%setup -qn wedderga-%version
 
 %build
 

++ wedderga-4.7.3.tar.bz2 -> wedderga-4.9.1.tar.bz2 ++
 18407 lines of diff (skipped)




commit gap-qpa for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-qpa for openSUSE:Factory checked 
in at 2018-01-23 13:51:26

Comparing /work/SRC/openSUSE:Factory/gap-qpa (Old)
 and  /work/SRC/openSUSE:Factory/.gap-qpa.new (New)


Package is "gap-qpa"

Tue Jan 23 13:51:26 2018 rev:2 rq:559935 version:1.27

Changes:

--- /work/SRC/openSUSE:Factory/gap-qpa/gap-qpa.changes  2017-10-08 
20:11:30.557793948 +0200
+++ /work/SRC/openSUSE:Factory/.gap-qpa.new/gap-qpa.changes 2018-01-23 
13:51:29.693803197 +0100
@@ -1,0 +2,10 @@
+Mon Dec 25 15:36:46 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 1.27
+  * Added functions: IsPosetAlgebra IsNthSyzygy
+PartialOrderOfPoset Poset PosetAlgebra PosetOfPosetAlgebra
+RestrictionViaAlgebraHomomorphism TensorAlgebraInclusion
+TrivialExtensionOfQuiverAlgebraLevel
+  * Removed functions: PositionsProperty (moved from QPA to GAP)
+
+---

Old:

  qpa-version-1.26.tar.bz2

New:

  qpa-version-1.27.tar.bz2



Other differences:
--
++ gap-qpa.spec ++
--- /var/tmp/diff_new_pack.McZF2g/_old  2018-01-23 13:51:31.461720608 +0100
+++ /var/tmp/diff_new_pack.McZF2g/_new  2018-01-23 13:51:31.465720421 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-qpa
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -17,7 +17,7 @@
 
 
 Name:   gap-qpa
-Version:1.26
+Version:1.27
 Release:0
 Summary:GAP: Quivers and Path Algebras
 License:GPL-2.0
@@ -41,7 +41,7 @@
 quotients of path algebras.
 
 %prep
-%setup -qn QPA-%version
+%setup -qn qpa-%version
 
 %build
 

++ qpa-version-1.26.tar.bz2 -> qpa-version-1.27.tar.bz2 ++
 9294 lines of diff (skipped)




commit gap-sgpviz for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-sgpviz for openSUSE:Factory 
checked in at 2018-01-23 13:51:53

Comparing /work/SRC/openSUSE:Factory/gap-sgpviz (Old)
 and  /work/SRC/openSUSE:Factory/.gap-sgpviz.new (New)


Package is "gap-sgpviz"

Tue Jan 23 13:51:53 2018 rev:2 rq:559941 version:0.999.1

Changes:

--- /work/SRC/openSUSE:Factory/gap-sgpviz/gap-sgpviz.changes2017-10-08 
20:12:11.415996446 +0200
+++ /work/SRC/openSUSE:Factory/.gap-sgpviz.new/gap-sgpviz.changes   
2018-01-23 13:51:53.78465 +0100
@@ -1,0 +2,10 @@
+Mon Dec 25 16:12:20 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 0.999.1
+  * Removed the SuperFail
+  * Drawings are now produced in two steps: first the dot code
+(that is accessible to the user) and then the display
+  * fix the code brocken by the change of IdentityTransformation
+in the GAP system
+
+---

Old:

  sgpviz-0.998.tar.bz2

New:

  SgpViz-0.999.1.tar.bz2



Other differences:
--
++ gap-sgpviz.spec ++
--- /var/tmp/diff_new_pack.gSiSrA/_old  2018-01-23 13:51:56.308559870 +0100
+++ /var/tmp/diff_new_pack.gSiSrA/_new  2018-01-23 13:51:56.316559497 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-sgpviz
 #
-# Copyright (c) 2013 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,13 +18,13 @@
 
 Name:   gap-sgpviz
 Summary:GAP: A package for semigroup visualization
-Version:0.998
-Release:0
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
-URL:http://cmup.fc.up.pt/cmup/mdelgado/sgpviz/
+Version:0.999.1
+Release:0
+Url:http://cmup.fc.up.pt/cmup/mdelgado/sgpviz/
 
-Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/sgpviz-%version.tar.bz2
+Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/SgpViz-%version.tar.bz2
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gap-rpm-devel
@@ -44,7 +44,7 @@
 * a Tcl/Tk interface to specify a semigroup
 
 %prep
-%setup -qn sgpviz
+%setup -qn SgpViz-%version
 
 %build
 




commit gap-orb for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-orb for openSUSE:Factory checked 
in at 2018-01-23 13:51:16

Comparing /work/SRC/openSUSE:Factory/gap-orb (Old)
 and  /work/SRC/openSUSE:Factory/.gap-orb.new (New)


Package is "gap-orb"

Tue Jan 23 13:51:16 2018 rev:2 rq:559933 version:4.8.0

Changes:

--- /work/SRC/openSUSE:Factory/gap-orb/gap-orb.changes  2017-10-08 
20:11:17.938349123 +0200
+++ /work/SRC/openSUSE:Factory/.gap-orb.new/gap-orb.changes 2018-01-23 
13:51:19.674271265 +0100
@@ -1,0 +2,14 @@
+Mon Dec 25 14:47:49 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 4.8.0
+  * Renamed the IsClosed filter to IsClosedOrbit, and added a new
+operation IsClosed which simply returns the value of the
+IsClosedOrbit filter. This allows other packages do also use
+the name IsClosed.
+  * Fix hash tables with initial size <= 5 not growing correctly
+  * Fix ORB_HashFunctionModWrapper
+  * Fix bug in HTGrow causing it to never call
+ORB_HashFunctionModWrapper
+  * Ensure compatibility with GAP 4.9
+
+---

Old:

  orb-4.7.6.tar.bz2

New:

  orb-4.8.0.tar.bz2



Other differences:
--
++ gap-orb.spec ++
--- /var/tmp/diff_new_pack.iO70Pp/_old  2018-01-23 13:51:22.610134115 +0100
+++ /var/tmp/diff_new_pack.iO70Pp/_new  2018-01-23 13:51:22.614133928 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-orb
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -17,7 +17,7 @@
 
 
 Name:   gap-orb
-Version:4.7.6
+Version:4.8.0
 Release:0
 Summary:GAP: Methods to enumerate Orbits
 License:GPL-3.0+

++ orb-4.7.6.tar.bz2 -> orb-4.8.0.tar.bz2 ++
 5014 lines of diff (skipped)




commit gap-unitlib for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-unitlib for openSUSE:Factory 
checked in at 2018-01-23 13:52:01

Comparing /work/SRC/openSUSE:Factory/gap-unitlib (Old)
 and  /work/SRC/openSUSE:Factory/.gap-unitlib.new (New)


Package is "gap-unitlib"

Tue Jan 23 13:52:01 2018 rev:2 rq:559944 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/gap-unitlib/gap-unitlib.changes  2017-10-08 
20:13:03.993683362 +0200
+++ /work/SRC/openSUSE:Factory/.gap-unitlib.new/gap-unitlib.changes 
2018-01-23 13:52:03.764211574 +0100
@@ -1,0 +2,6 @@
+Mon Dec 25 16:30:40 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 3.3.0
+  * No changelog available
+
+---

Old:

  unitlib-3.2.0.tar.bz2

New:

  unitlib-3.3.0.tar.bz2



Other differences:
--
++ gap-unitlib.spec ++
--- /var/tmp/diff_new_pack.IGyWqR/_old  2018-01-23 13:52:05.248142251 +0100
+++ /var/tmp/diff_new_pack.IGyWqR/_new  2018-01-23 13:52:05.256141877 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-unitlib
 #
-# Copyright (c) 2013 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
@@ -17,23 +17,22 @@
 
 
 Name:   gap-unitlib
-Version:3.2.0
+Version:3.3.0
 Release:0
 Summary:GAP: Library of normalized unit groups of modular group 
algebras
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
-URL:http://www.cs.st-andrews.ac.uk/~alexk/unitlib.htm
+Url:http://www.cs.st-andrews.ac.uk/~alexk/unitlib.htm
 
 Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/unitlib-%version.tar.bz2
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  gap-rpm-devel
-Requires:   gap-core >= 4.5
+Requires:   gap-core >= 4.8
 Requires:   gap-gapdoc >= 1.5.1
 Requires:   gap-io >= 3.0
 Requires:   gap-laguna >= 3.6
-Requires:   gap-qaos >= 1.0.19
 Requires:   gzip
 Suggests:   gap-scscp >= 2.0
 
@@ -44,7 +43,7 @@
 elements.
 
 %prep
-%setup -qn unitlib
+%setup -qn unitlib-%version
 
 %build
 

++ unitlib-3.2.0.tar.bz2 -> unitlib-3.3.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/gap-unitlib/unitlib-3.2.0.tar.bz2 
/work/SRC/openSUSE:Factory/.gap-unitlib.new/unitlib-3.3.0.tar.bz2 differ: char 
11, line 1




commit gap-resclasses for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-resclasses for openSUSE:Factory 
checked in at 2018-01-23 13:51:36

Comparing /work/SRC/openSUSE:Factory/gap-resclasses (Old)
 and  /work/SRC/openSUSE:Factory/.gap-resclasses.new (New)


Package is "gap-resclasses"

Tue Jan 23 13:51:36 2018 rev:2 rq:559937 version:4.7.0

Changes:

--- /work/SRC/openSUSE:Factory/gap-resclasses/gap-resclasses.changes
2017-10-08 20:11:58.612559716 +0200
+++ /work/SRC/openSUSE:Factory/.gap-resclasses.new/gap-resclasses.changes   
2018-01-23 13:51:36.493485545 +0100
@@ -1,0 +2,9 @@
+Mon Dec 25 15:43:28 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 4.7.0
+  * Several trivial methods for `SparseRep', `StandardRep' and
+`Classes' have been added (these methods are now needed by
+RCWA).
+  * A utility function `GetOption' has been added.
+
+---

Old:

  resclasses-4.6.0.tar.bz2

New:

  resclasses-4.7.0.tar.bz2



Other differences:
--
++ gap-resclasses.spec ++
--- /var/tmp/diff_new_pack.DhLBzr/_old  2018-01-23 13:51:37.421442195 +0100
+++ /var/tmp/diff_new_pack.DhLBzr/_new  2018-01-23 13:51:37.425442009 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-resclasses
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -17,7 +17,7 @@
 
 
 Name:   gap-resclasses
-Version:4.6.0
+Version:4.7.0
 Release:0
 Summary:GAP: Set-Theoretic Computations with Residue Classes
 License:GPL-2.0+
@@ -28,7 +28,7 @@
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gap-rpm-devel
-Requires:   gap-core >= 4.8.5
+Requires:   gap-core >= 4.8.7
 Requires:   gap-gapdoc >= 1.5.1
 Requires:   gap-polycyclic >= 2.11
 Requires:   gap-utils >= 0.40

++ resclasses-4.6.0.tar.bz2 -> resclasses-4.7.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resclasses-4.6.0/CHANGES new/resclasses-4.7.0/CHANGES
--- old/resclasses-4.6.0/CHANGES2017-03-30 14:06:33.0 +0200
+++ new/resclasses-4.7.0/CHANGES2017-12-19 12:41:34.0 +0100
@@ -3,6 +3,13 @@
 =
 
 
+Changes between ResClasses 4.6.0 and ResClasses 4.7.0 (December 5, 2017):
+
+ - Several trivial methods for `SparseRep', `StandardRep' and `Classes' have 
been
+   added (these methods are now needed by RCWA).
+
+ - A utility function `GetOption' has been added.
+
 Changes between ResClasses 4.5.0 and ResClasses 4.6.0 (February 12, 2017):
 
  - A utility function `LaTeXStringWord' has been added.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resclasses-4.6.0/PackageInfo.g 
new/resclasses-4.7.0/PackageInfo.g
--- old/resclasses-4.6.0/PackageInfo.g  2017-03-30 14:06:33.0 +0200
+++ new/resclasses-4.7.0/PackageInfo.g  2017-12-19 12:41:34.0 +0100
@@ -8,16 +8,16 @@
 
 PackageName  := "ResClasses",
 Subtitle := "Set-Theoretic Computations with Residue Classes",
-Version  := "4.6.0",
-Date := "12/02/2017",
-ArchiveURL   := 
"https://stefan-kohl.github.io/resclasses/resclasses-4.6.0;,
+Version  := "4.7.0",
+Date := "05/12/2017",
+ArchiveURL   := 
"https://stefan-kohl.github.io/resclasses/resclasses-4.7.0;,
 ArchiveFormats   := ".tar.gz", # "-win.zip" when providing text files with 
Windows line breaks
 Persons  := [
   rec( LastName  := "Kohl",
FirstNames:= "Stefan",
IsAuthor  := true,
IsMaintainer  := true,
-   Email := "ste...@mcs.st-and.ac.uk",
+   Email := "ste...@gap-system.org",
WWWHome   := "https://stefan-kohl.github.io/;
  )
 ],
@@ -40,7 +40,7 @@
  Autoload := true
),
 Dependencies := rec(
- GAP:= ">=4.8.5",
+ GAP:= ">=4.8.7",
  NeededOtherPackages:= [ ["GAPDoc",">=1.5.1"], 
["Polycyclic",">=2.11"],
  ["utils", ">=0.40"] ],
  SuggestedOtherPackages 

commit gap-normalizinterface for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-normalizinterface for 
openSUSE:Factory checked in at 2018-01-23 13:51:00

Comparing /work/SRC/openSUSE:Factory/gap-normalizinterface (Old)
 and  /work/SRC/openSUSE:Factory/.gap-normalizinterface.new (New)


Package is "gap-normalizinterface"

Tue Jan 23 13:51:00 2018 rev:2 rq:559931 version:1.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/gap-normalizinterface/gap-normalizinterface.changes  
2017-10-08 20:10:53.579420762 +0200
+++ 
/work/SRC/openSUSE:Factory/.gap-normalizinterface.new/gap-normalizinterface.changes
 2018-01-23 13:51:11.462654877 +0100
@@ -1,0 +2,8 @@
+Mon Dec 25 12:59:47 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 1.0.2
+  * update to libnormaliz 3.4.0
+  * added cone properties
+  * added wrappers for new normaliz functionality
+
+---

Old:

  NormalizInterface-0.9.8.tar.bz2

New:

  NormalizInterface-1.0.2.tar.bz2



Other differences:
--
++ gap-normalizinterface.spec ++
--- /var/tmp/diff_new_pack.cBtObg/_old  2018-01-23 13:51:12.726595831 +0100
+++ /var/tmp/diff_new_pack.cBtObg/_new  2018-01-23 13:51:12.730595644 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-normalizinterface
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -17,7 +17,7 @@
 
 
 Name:   gap-normalizinterface
-Version:0.9.8
+Version:1.0.2
 Release:0
 Summary:GAP: wrapper for Normaliz
 License:GPL-2.0+
@@ -26,10 +26,10 @@
 
 Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/NormalizInterface-%version.tar.bz2
 BuildRequires:  fdupes
-BuildRequires:  libtool
-BuildRequires:  gcc-c++
 BuildRequires:  gap-devel >= 4.8
 BuildRequires:  gap-rpm-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
 BuildRequires:  normaliz-devel >= 3.1
 BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ NormalizInterface-0.9.8.tar.bz2 -> NormalizInterface-1.0.2.tar.bz2 ++
 32692 lines of diff (skipped)




commit gap-simpcomp for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-simpcomp for openSUSE:Factory 
checked in at 2018-01-23 13:51:57

Comparing /work/SRC/openSUSE:Factory/gap-simpcomp (Old)
 and  /work/SRC/openSUSE:Factory/.gap-simpcomp.new (New)


Package is "gap-simpcomp"

Tue Jan 23 13:51:57 2018 rev:2 rq:559942 version:2.1.7

Changes:

--- /work/SRC/openSUSE:Factory/gap-simpcomp/gap-simpcomp.changes
2017-10-08 20:12:16.935753611 +0200
+++ /work/SRC/openSUSE:Factory/.gap-simpcomp.new/gap-simpcomp.changes   
2018-01-23 13:51:57.524503067 +0100
@@ -1,0 +2,10 @@
+Mon Dec 25 16:14:29 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2.1.7
+  * Adjusted SCRunTest (simpcomp testing facility)
+  * Minor changes in documentation/manual
+  * Added characterisation of tight 3-manifolds to SCIsTight
+(see http://arxiv.org/abs/1601.00065)
+  * Fixed bug in SCIsFlag
+
+---

Old:

  simpcomp-2.1.6.tar.bz2

New:

  simpcomp-2.1.7.tar.bz2



Other differences:
--
++ gap-simpcomp.spec ++
--- /var/tmp/diff_new_pack.Lbrrdy/_old  2018-01-23 13:51:59.480411695 +0100
+++ /var/tmp/diff_new_pack.Lbrrdy/_new  2018-01-23 13:51:59.480411695 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-simpcomp
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -17,7 +17,7 @@
 
 
 Name:   gap-simpcomp
-Version:2.1.6
+Version:2.1.7
 Release:0
 Summary:GAP toolbox for simplicial complexes
 License:GPL-2.0+

++ simpcomp-2.1.6.tar.bz2 -> simpcomp-2.1.7.tar.bz2 ++
/work/SRC/openSUSE:Factory/gap-simpcomp/simpcomp-2.1.6.tar.bz2 
/work/SRC/openSUSE:Factory/.gap-simpcomp.new/simpcomp-2.1.7.tar.bz2 differ: 
char 11, line 1




commit gap-toolsforhomalg for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-toolsforhomalg for 
openSUSE:Factory checked in at 2018-01-23 13:51:59

Comparing /work/SRC/openSUSE:Factory/gap-toolsforhomalg (Old)
 and  /work/SRC/openSUSE:Factory/.gap-toolsforhomalg.new (New)


Package is "gap-toolsforhomalg"

Tue Jan 23 13:51:59 2018 rev:2 rq:559943 version:2017.11.05

Changes:

--- /work/SRC/openSUSE:Factory/gap-toolsforhomalg/gap-toolsforhomalg.changes
2017-10-08 20:12:53.418148618 +0200
+++ 
/work/SRC/openSUSE:Factory/.gap-toolsforhomalg.new/gap-toolsforhomalg.changes   
2018-01-23 13:52:00.720353770 +0100
@@ -1,0 +2,6 @@
+Mon Dec 25 16:21:41 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.11.05
+  * No changelog available
+
+---

Old:

  ToolsForHomalg-2017.05.10.tar.bz2

New:

  ToolsForHomalg-2017.11.05.tar.bz2



Other differences:
--
++ gap-toolsforhomalg.spec ++
--- /var/tmp/diff_new_pack.Ihfq7h/_old  2018-01-23 13:52:01.524316212 +0100
+++ /var/tmp/diff_new_pack.Ihfq7h/_new  2018-01-23 13:52:01.528316026 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-toolsforhomalg
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -17,7 +17,7 @@
 
 
 Name:   gap-toolsforhomalg
-Version:2017.05.10
+Version:2017.11.05
 Release:0
 Summary:GAP: Special methods and knowledge propagation tools
 License:GPL-2.0

++ ToolsForHomalg-2017.05.10.tar.bz2 -> ToolsForHomalg-2017.11.05.tar.bz2 
++
 8555 lines of diff (skipped)




commit gap-sco for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-sco for openSUSE:Factory checked 
in at 2018-01-23 13:51:45

Comparing /work/SRC/openSUSE:Factory/gap-sco (Old)
 and  /work/SRC/openSUSE:Factory/.gap-sco.new (New)


Package is "gap-sco"

Tue Jan 23 13:51:45 2018 rev:2 rq:559939 version:2017.09.10

Changes:

--- /work/SRC/openSUSE:Factory/gap-sco/gap-sco.changes  2017-10-08 
20:12:05.476257757 +0200
+++ /work/SRC/openSUSE:Factory/.gap-sco.new/gap-sco.changes 2018-01-23 
13:51:50.220844262 +0100
@@ -1,0 +2,6 @@
+Mon Dec 25 16:03:01 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.09.10
+  * No changelog available
+
+---

Old:

  SCO-2015.11.06.tar.bz2

New:

  SCO-2017.09.10.tar.bz2



Other differences:
--
++ gap-sco.spec ++
--- /var/tmp/diff_new_pack.EDVrr5/_old  2018-01-23 13:51:51.620778863 +0100
+++ /var/tmp/diff_new_pack.EDVrr5/_new  2018-01-23 13:51:51.620778863 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-sco
 #
-# Copyright (c) 2013 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
@@ -17,12 +17,12 @@
 
 
 Name:   gap-sco
-Version:2015.11.06
+Version:2017.09.10
 Release:0
 Summary:GAP: Simplicial Cohomology of Orbifolds
 License:GPL-2.0
 Group:  Productivity/Scientific/Math
-URL:http://homalg-project.github.io/homalg_project/SCO/
+Url:http://homalg-project.github.io/homalg_project/SCO/
 
 Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/SCO-%version.tar.bz2
 BuildArch:  noarch
@@ -38,7 +38,7 @@
 cohomology of orbifolds.
 
 %prep
-%setup -qn SCO
+%setup -qn SCO-%version
 
 %build
 

++ SCO-2015.11.06.tar.bz2 -> SCO-2017.09.10.tar.bz2 ++
 2679 lines of diff (skipped)




commit gap-ringsforhomalg for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-ringsforhomalg for 
openSUSE:Factory checked in at 2018-01-23 13:51:39

Comparing /work/SRC/openSUSE:Factory/gap-ringsforhomalg (Old)
 and  /work/SRC/openSUSE:Factory/.gap-ringsforhomalg.new (New)


Package is "gap-ringsforhomalg"

Tue Jan 23 13:51:39 2018 rev:2 rq:559938 version:2017.11.03

Changes:

--- /work/SRC/openSUSE:Factory/gap-ringsforhomalg/gap-ringsforhomalg.changes
2017-10-08 20:12:00.568473668 +0200
+++ 
/work/SRC/openSUSE:Factory/.gap-ringsforhomalg.new/gap-ringsforhomalg.changes   
2018-01-23 13:51:46.761005891 +0100
@@ -1,0 +2,6 @@
+Mon Dec 25 15:57:30 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.11.03
+  * No changelog available
+
+---

Old:

  RingsForHomalg-2017.08.02.tar.bz2

New:

  RingsForHomalg-2017.11.03.tar.bz2



Other differences:
--
++ gap-ringsforhomalg.spec ++
--- /var/tmp/diff_new_pack.zcZNwz/_old  2018-01-23 13:51:48.252936195 +0100
+++ /var/tmp/diff_new_pack.zcZNwz/_new  2018-01-23 13:51:48.252936195 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-ringsforhomalg
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -17,7 +17,7 @@
 
 
 Name:   gap-ringsforhomalg
-Version:2017.08.02
+Version:2017.11.03
 Release:0
 Summary:GAP: Dictionaries of External Rings
 License:GPL-2.0
@@ -31,7 +31,7 @@
 Requires:   gap-core >= 4.7
 Requires:   gap-gapdoc >= 1.0
 Requires:   gap-homalgtocas >= 2015.09.30
-Requires:   gap-matricesforhomalg >= 2017.06.21
+Requires:   gap-matricesforhomalg >= 2017.11.03
 
 %description
 The RingsForHomalg package provides small dictionaries for homalg to

++ RingsForHomalg-2017.08.02.tar.bz2 -> RingsForHomalg-2017.11.03.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/RingsForHomalg-2017.08.02/PackageInfo.g 
new/RingsForHomalg-2017.11.03/PackageInfo.g
--- old/RingsForHomalg-2017.08.02/PackageInfo.g 2017-08-29 14:52:38.0 
+0200
+++ new/RingsForHomalg-2017.11.03/PackageInfo.g 2017-12-19 11:19:56.0 
+0100
@@ -9,7 +9,7 @@
 ## this line prevents merge conflicts
   "2017.04.17", ## Markus K's version
 ## this line prevents merge conflicts
-  "2017.08.02", ## Mohamed's version
+  "2017.11.03", ## Mohamed's version
 ## this line prevents merge conflicts
   "2011.12.13", ## Andreas's version
 ## this line prevents merge conflicts
@@ -212,7 +212,7 @@
 Dependencies := rec(
   GAP := ">=4.7",
   NeededOtherPackages := [
-   [ "MatricesForHomalg", ">= 2017.06.21" ],
+   [ "MatricesForHomalg", ">= 2017.11.03" ],
[ "HomalgToCAS", ">= 2015.09.30" ],
[ "GAPDoc", ">= 1.0" ]
],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/RingsForHomalg-2017.08.02/VERSION 
new/RingsForHomalg-2017.11.03/VERSION
--- old/RingsForHomalg-2017.08.02/VERSION   2017-08-29 14:52:38.0 
+0200
+++ new/RingsForHomalg-2017.11.03/VERSION   2017-12-19 11:19:56.0 
+0100
@@ -1 +1 @@
-2017.08.02
\ No newline at end of file
+2017.11.03
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/RingsForHomalg-2017.08.02/doc/chap0.html 
new/RingsForHomalg-2017.11.03/doc/chap0.html
--- old/RingsForHomalg-2017.08.02/doc/chap0.html2017-08-29 
14:52:38.0 +0200
+++ new/RingsForHomalg-2017.11.03/doc/chap0.html2017-12-19 
11:19:56.0 +0100
@@ -28,7 +28,7 @@
 
 Dictionaries of External Rings for the GAP 
Package homalg
 
-Version 2017.08.02
+Version 2017.11.03
 
 September 2015
 
@@ -155,21 +155,21 @@
 1.1 Ring Constructions for Supported External Computer Algebra 
Systems
 
 
-1.1-1 external 
GAP
+1.1-1 external 
GAP
 
-1.1-2 Singular
+1.1-2 Singular
 
-1.1-3 MAGMA
+1.1-3 MAGMA
 
-1.1-4 Macaulay2
+1.1-4 Macaulay2
 
-1.1-5 Sage
+1.1-5 Sage
 
-1.1-6 Maple
+1.1-6 Maple
 
 
 
-2 Installation of the RingsForHomalg 
Package
+2 Installation of the RingsForHomalg 
Package
 
 3 The Ring Table
 3.1 An Example for a Ring Table - Singular
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/RingsForHomalg-2017.08.02/doc/chap0.txt 
new/RingsForHomalg-2017.11.03/doc/chap0.txt
--- old/RingsForHomalg-2017.08.02/doc/chap0.txt 2017-08-29 14:52:38.0 

commit gap-polenta for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-polenta for openSUSE:Factory 
checked in at 2018-01-23 13:51:22

Comparing /work/SRC/openSUSE:Factory/gap-polenta (Old)
 and  /work/SRC/openSUSE:Factory/.gap-polenta.new (New)


Package is "gap-polenta"

Tue Jan 23 13:51:22 2018 rev:2 rq:559934 version:1.3.8

Changes:

--- /work/SRC/openSUSE:Factory/gap-polenta/gap-polenta.changes  2017-10-08 
20:11:21.686184242 +0200
+++ /work/SRC/openSUSE:Factory/.gap-polenta.new/gap-polenta.changes 
2018-01-23 13:51:26.113970431 +0100
@@ -1,0 +2,7 @@
+Mon Dec 25 15:34:55 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 1.3.8
+  * Internal changes (use TestDirectory() to run tests in
+tst/testall.g)
+
+---

Old:

  polenta-1.3.7.tar.bz2

New:

  polenta-1.3.8.tar.bz2



Other differences:
--
++ gap-polenta.spec ++
--- /var/tmp/diff_new_pack.yr6sgy/_old  2018-01-23 13:51:27.341913067 +0100
+++ /var/tmp/diff_new_pack.yr6sgy/_new  2018-01-23 13:51:27.349912694 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-polenta
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -17,7 +17,7 @@
 
 
 Name:   gap-polenta
-Version:1.3.7
+Version:1.3.8
 Release:0
 Summary:GAP: Polycyclic presentations for matrix groups
 License:GPL-2.0+

++ polenta-1.3.7.tar.bz2 -> polenta-1.3.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polenta-1.3.7/CHANGES new/polenta-1.3.8/CHANGES
--- old/polenta-1.3.7/CHANGES   2016-11-11 20:34:47.0 +0100
+++ new/polenta-1.3.8/CHANGES   2017-12-19 12:41:04.0 +0100
@@ -6,6 +6,9 @@
  from old records. If you notice anything amiss, please let us know.
 ===
 
+1.3.8 (2017-11-29)
+  - Internal changes (use TestDirectory() to run tests in tst/testall.g)
+
 1.3.7 (2016-11-09)
   - Disabled some unused code for multiplicative Jordan decomposition
 and for simultaneously diagonalizing commuting matrices
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polenta-1.3.7/PackageInfo.g 
new/polenta-1.3.8/PackageInfo.g
--- old/polenta-1.3.7/PackageInfo.g 2016-11-11 20:34:47.0 +0100
+++ new/polenta-1.3.8/PackageInfo.g 2017-12-19 12:41:04.0 +0100
@@ -7,8 +7,8 @@
 
 PackageName := "Polenta",
 Subtitle := "Polycyclic presentations for matrix groups",
-Version := "1.3.7",
-Date := "09/11/2016", # dd/mm/ format
+Version := "1.3.8",
+Date := "29/11/2017", # dd/mm/ format
 
 Persons := [
 
@@ -41,7 +41,7 @@
 CommunicatedBy := "Charles Wright (Eugene)",
 AcceptDate := "08/2005",
 
-PackageWWWHome := "http://gap-packages.github.io/polenta/;,
+PackageWWWHome := "https://gap-packages.github.io/polenta/;,
 README_URL := Concatenation(~.PackageWWWHome, "README"),
 PackageInfoURL := Concatenation(~.PackageWWWHome, "PackageInfo.g"),
 ArchiveURL := Concatenation("https://github.com/gap-packages/polenta/;,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polenta-1.3.7/doc/chap0.html 
new/polenta-1.3.8/doc/chap0.html
--- old/polenta-1.3.7/doc/chap0.html2016-11-11 20:34:47.0 +0100
+++ new/polenta-1.3.8/doc/chap0.html2017-12-19 12:41:04.0 +0100
@@ -29,10 +29,10 @@
 Polycyclic presentations for matrix groups
 
 
-1.3.7
+1.3.8
 
 
-09/11/2016
+29 November 2017
   
 
 
@@ -121,7 +121,7 @@
 4.1 Installing this package
 
 
-4.2 Loading the Polenta 
package
+4.2 Loading the Polenta 
package
 
 
 4.3 Running the test suite
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polenta-1.3.7/doc/chap0.txt 
new/polenta-1.3.8/doc/chap0.txt
--- old/polenta-1.3.7/doc/chap0.txt 2016-11-11 20:34:47.0 +0100
+++ new/polenta-1.3.8/doc/chap0.txt 2017-12-19 12:41:04.0 +0100
@@ -6,10 +6,10 @@
    Polycyclic presentations for matrix groups 
   
   
- 1.3.7
+ 1.3.8
   
   
-   09/11/2016
+29 November 2017
   
   
  Björn Assmann
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polenta-1.3.7/doc/chap0_mj.html 

commit gap-numericalsgps for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-numericalsgps for 
openSUSE:Factory checked in at 2018-01-23 13:51:12

Comparing /work/SRC/openSUSE:Factory/gap-numericalsgps (Old)
 and  /work/SRC/openSUSE:Factory/.gap-numericalsgps.new (New)


Package is "gap-numericalsgps"

Tue Jan 23 13:51:12 2018 rev:2 rq:559932 version:1.1.5

Changes:

--- /work/SRC/openSUSE:Factory/gap-numericalsgps/gap-numericalsgps.changes  
2017-10-08 20:11:01.119089064 +0200
+++ /work/SRC/openSUSE:Factory/.gap-numericalsgps.new/gap-numericalsgps.changes 
2018-01-23 13:51:15.102484840 +0100
@@ -1,0 +2,20 @@
+Mon Dec 25 13:19:46 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 1.1.5
+  * GBASIS is not set while loading singular; it is set inside
+functions calling Gröbner basis for methods using singular.
+  * Type is now an operation (clash with FinIng), and
+TypeOfNumericalSemigroup remains an attribute
+  * Inequalities was used in MatricesForHomalg as an operation,
+and so we turned it an operation; the corresponding attribute
+is AffineSemigroupInequalities
+  * Removed all methods in singular using SingularLibrary (this
+was producing unexpected issues if the required software for
+the singular libraries was not well installed)
+  * Removed [0,..,0] from GraverBasis in some methods (and thus
+in the testify)
+  * Fixed issue with GeneratorsOfKernelCongruence and
+MinimalPresentationOfAffineSemigroup when it was empty
+(singular method)
+
+---

Old:

  numericalsgps-1.0.1.tar.bz2

New:

  NumericalSgps-1.1.5.tar.bz2



Other differences:
--
++ gap-numericalsgps.spec ++
--- /var/tmp/diff_new_pack.xixJ73/_old  2018-01-23 13:51:16.110437753 +0100
+++ /var/tmp/diff_new_pack.xixJ73/_new  2018-01-23 13:51:16.114437566 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-numericalsgps
 #
-# Copyright (c) 2013 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,18 +18,17 @@
 
 Name:   gap-numericalsgps
 Summary:GAP: A package for numerical semigroups
-Version:1.0.1
-Release:0
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
-URL:http://www.fc.up.pt/cmup/mdelgado/numericalsgps/
+Version:1.1.5
+Release:0
+Url:http://www.fc.up.pt/cmup/mdelgado/numericalsgps/
 
-Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/numericalsgps-%version.tar.bz2
+Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/NumericalSgps-%version.tar.bz2
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gap-rpm-devel
-Requires:   gap-core >= 4.4
-Suggests:   gap-gapdoc >= 1.2
+Requires:   gap-core >= 4.7
 
 %description
 The features of this package include
@@ -45,7 +44,7 @@
   semigroups, add a special gap;
 
 %prep
-%setup -qn numericalsgps
+%setup -qn NumericalSgps-%version
 
 %build
 find . -type f -name "*~" -delete




commit gap-scscp for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-scscp for openSUSE:Factory 
checked in at 2018-01-23 13:51:50

Comparing /work/SRC/openSUSE:Factory/gap-scscp (Old)
 and  /work/SRC/openSUSE:Factory/.gap-scscp.new (New)


Package is "gap-scscp"

Tue Jan 23 13:51:50 2018 rev:2 rq:559940 version:2.2.3

Changes:

--- /work/SRC/openSUSE:Factory/gap-scscp/gap-scscp.changes  2017-10-08 
20:12:06.164227490 +0200
+++ /work/SRC/openSUSE:Factory/.gap-scscp.new/gap-scscp.changes 2018-01-23 
13:51:51.992761486 +0100
@@ -1,0 +2,6 @@
+Mon Dec 25 16:05:31 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2.2.3
+  * No changelog available
+
+---

Old:

  SCSCP-2.2.2.tar.bz2

New:

  SCSCP-2.2.3.tar.bz2



Other differences:
--
++ gap-scscp.spec ++
--- /var/tmp/diff_new_pack.CAJCxb/_old  2018-01-23 13:51:53.256702440 +0100
+++ /var/tmp/diff_new_pack.CAJCxb/_new  2018-01-23 13:51:53.260702253 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-scscp
 #
-# Copyright (c) 2013 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,11 +18,11 @@
 
 Name:   gap-scscp
 Summary:GAP: Symbolic Computation Software Composability Protocol in 
GAP
-Version:2.2.2
-Release:0
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
-URL:http://alexk.host.cs.st-andrews.ac.uk/scscp/
+Version:2.2.3
+Release:0
+Url:http://alexk.host.cs.st-andrews.ac.uk/scscp/
 
 Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/SCSCP-%version.tar.bz2
 BuildArch:  noarch

++ SCSCP-2.2.2.tar.bz2 -> SCSCP-2.2.3.tar.bz2 ++
 2432 lines of diff (skipped)




commit gap-json for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-json for openSUSE:Factory 
checked in at 2018-01-23 13:50:05

Comparing /work/SRC/openSUSE:Factory/gap-json (Old)
 and  /work/SRC/openSUSE:Factory/.gap-json.new (New)


Package is "gap-json"

Tue Jan 23 13:50:05 2018 rev:2 rq:559924 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/gap-json/gap-json.changes2017-10-08 
20:10:05.373541518 +0200
+++ /work/SRC/openSUSE:Factory/.gap-json.new/gap-json.changes   2018-01-23 
13:50:09.241561566 +0100
@@ -1,0 +2,6 @@
+Sun Dec 24 16:45:40 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 1.2.0
+  * No changelog available
+
+---

Old:

  json-1.1.0.tar.bz2

New:

  json-1.2.0.tar.bz2



Other differences:
--
++ gap-json.spec ++
--- /var/tmp/diff_new_pack.N0XjOo/_old  2018-01-23 13:50:12.001432637 +0100
+++ /var/tmp/diff_new_pack.N0XjOo/_new  2018-01-23 13:50:12.005432451 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-json
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -17,7 +17,7 @@
 
 
 Name:   gap-json
-Version:1.1.0
+Version:1.2.0
 Release:0
 Summary:GAP: Reading and Writing JSON
 License:BSD-2-Clause

++ json-1.1.0.tar.bz2 -> json-1.2.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/json-1.1.0/HISTORY new/json-1.2.0/HISTORY
--- old/json-1.1.0/HISTORY  1970-01-01 01:00:00.0 +0100
+++ new/json-1.2.0/HISTORY  2017-12-19 11:18:17.0 +0100
@@ -0,0 +1,5 @@
+
+1.2.0 : Fix compiling in recent versions of XCode on Mac OS X
+1.1.0 : Fix bug in handling badly formatted integers
+1.0.1 : Fix bug in nested structures
+1.0.0 : First release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/json-1.1.0/Makefile.in new/json-1.2.0/Makefile.in
--- old/json-1.1.0/Makefile.in  2016-11-11 20:33:50.0 +0100
+++ new/json-1.2.0/Makefile.in  2017-12-19 11:18:17.0 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -619,7 +619,7 @@
  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-   tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
+   tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c 
>$(distdir).tar.gz
$(am__post_remove_distdir)
 
 dist-bzip2: distdir
@@ -645,7 +645,7 @@
@echo WARNING: "Support for shar distribution archives is" \
   "deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-   shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+   shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
$(am__post_remove_distdir)
 
 dist-zip: distdir
@@ -663,7 +663,7 @@
 distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lz*) \
@@ -673,7 +673,7 @@
*.tar.Z*) \
  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
  unzip $(distdir).zip ;;\
esac
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/json-1.1.0/PackageInfo.g new/json-1.2.0/PackageInfo.g
--- old/json-1.1.0/PackageInfo.g2016-11-11 20:33:50.0 +0100
+++ new/json-1.2.0/PackageInfo.g2017-12-19 11:18:17.0 +0100
@@ -10,8 +10,8 @@
 
 PackageName := "json",
 Subtitle := "Reading and Writing JSON",
-Version := "1.1.0",
-Date := "01/11/2016", # dd/mm/ format
+Version := "1.2.0",
+Date := "10/10/2017", # dd/mm/ format
 
 Persons := [
   rec(
@@ -30,7 +30,7 

commit gap-matricesforhomalg for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-matricesforhomalg for 
openSUSE:Factory checked in at 2018-01-23 13:50:37

Comparing /work/SRC/openSUSE:Factory/gap-matricesforhomalg (Old)
 and  /work/SRC/openSUSE:Factory/.gap-matricesforhomalg.new (New)


Package is "gap-matricesforhomalg"

Tue Jan 23 13:50:37 2018 rev:2 rq:559928 version:2017.11.03

Changes:

--- 
/work/SRC/openSUSE:Factory/gap-matricesforhomalg/gap-matricesforhomalg.changes  
2017-10-08 20:10:45.451778327 +0200
+++ 
/work/SRC/openSUSE:Factory/.gap-matricesforhomalg.new/gap-matricesforhomalg.changes
 2018-01-23 13:50:45.359874282 +0100
@@ -1,0 +2,6 @@
+Sun Dec 24 17:38:39 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.11.03
+  * No changelog available
+
+---

Old:

  MatricesForHomalg-2017.08.02.tar.bz2

New:

  MatricesForHomalg-2017.11.03.tar.bz2



Other differences:
--
++ gap-matricesforhomalg.spec ++
--- /var/tmp/diff_new_pack.nxr0RY/_old  2018-01-23 13:50:46.871803652 +0100
+++ /var/tmp/diff_new_pack.nxr0RY/_new  2018-01-23 13:50:46.875803465 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-matricesforhomalg
 #
-# Copyright (c) 2013 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,11 +18,11 @@
 
 Name:   gap-matricesforhomalg
 Summary:GAP: Matrices for the homalg project
-Version:2017.08.02
-Release:0
 License:GPL-2.0
 Group:  Productivity/Scientific/Math
-URL:
http://homalg-project.github.io/homalg_project/MatricesForHomalg/
+Version:2017.11.03
+Release:0
+Url:
http://homalg-project.github.io/homalg_project/MatricesForHomalg/
 
 #Git-Clone:git://github.com/homalg-project/MatricesForHomalg
 #Git-Web:  https://github.com/homalg-project/MatricesForHomalg

++ MatricesForHomalg-2017.08.02.tar.bz2 -> 
MatricesForHomalg-2017.11.03.tar.bz2 ++
 4837 lines of diff (skipped)




commit gap-io_forhomalg for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-io_forhomalg for 
openSUSE:Factory checked in at 2018-01-23 13:49:56

Comparing /work/SRC/openSUSE:Factory/gap-io_forhomalg (Old)
 and  /work/SRC/openSUSE:Factory/.gap-io_forhomalg.new (New)


Package is "gap-io_forhomalg"

Tue Jan 23 13:49:56 2018 rev:2 rq:559923 version:2017.09.02

Changes:

--- /work/SRC/openSUSE:Factory/gap-io_forhomalg/gap-io_forhomalg.changes
2017-10-08 20:09:56.817917912 +0200
+++ /work/SRC/openSUSE:Factory/.gap-io_forhomalg.new/gap-io_forhomalg.changes   
2018-01-23 13:50:04.465784668 +0100
@@ -1,0 +2,6 @@
+Sun Dec 24 16:42:16 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.09.02
+  * No changelog available
+
+---

Old:

  IO_ForHomalg-2017.07.01.tar.bz2

New:

  IO_ForHomalg-2017.09.02.tar.bz2



Other differences:
--
++ gap-io_forhomalg.spec ++
--- /var/tmp/diff_new_pack.O7Wkoa/_old  2018-01-23 13:50:05.785723007 +0100
+++ /var/tmp/diff_new_pack.O7Wkoa/_new  2018-01-23 13:50:05.793722633 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-io_forhomalg
 #
-# Copyright (c) 2013 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,11 +18,11 @@
 
 Name:   gap-io_forhomalg
 Summary:GAP: IO Capabilities for the homalg Project
-Version:2017.07.01
-Release:0
 License:GPL-2.0
 Group:  Productivity/Scientific/Math
-URL:http://homalg-project.github.io/homalg_project/IO_ForHomalg/
+Version:2017.09.02
+Release:0
+Url:http://homalg-project.github.io/homalg_project/IO_ForHomalg/
 
 #Git-Clone:git://github.com/homalg-project/IO_ForHomalg
 #Git-Web:  https://github.com/homalg-project/IO_ForHomalg

++ IO_ForHomalg-2017.07.01.tar.bz2 -> IO_ForHomalg-2017.09.02.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO_ForHomalg-2017.07.01/PackageInfo.g 
new/IO_ForHomalg-2017.09.02/PackageInfo.g
--- old/IO_ForHomalg-2017.07.01/PackageInfo.g   2017-08-29 14:52:28.0 
+0200
+++ new/IO_ForHomalg-2017.09.02/PackageInfo.g   2017-12-19 11:18:12.0 
+0100
@@ -4,7 +4,7 @@
 
 Subtitle := "IO capabilities for the homalg project",
 
-Version := "2017.07.01",
+Version := "2017.09.02",
 
 Date := ~.Version{[ 1 .. 10 ]},
 Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 
1 .. 4 ]} ),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO_ForHomalg-2017.07.01/VERSION 
new/IO_ForHomalg-2017.09.02/VERSION
--- old/IO_ForHomalg-2017.07.01/VERSION 2017-08-29 14:52:28.0 +0200
+++ new/IO_ForHomalg-2017.09.02/VERSION 2017-12-19 11:18:12.0 +0100
@@ -1 +1 @@
-2017.07.01
\ No newline at end of file
+2017.09.02
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO_ForHomalg-2017.07.01/doc/chap0.html 
new/IO_ForHomalg-2017.09.02/doc/chap0.html
--- old/IO_ForHomalg-2017.07.01/doc/chap0.html  2017-08-29 14:52:28.0 
+0200
+++ new/IO_ForHomalg-2017.09.02/doc/chap0.html  2017-12-19 11:18:12.0 
+0100
@@ -28,7 +28,7 @@
 
 Input/Output capabilities for homalg
 
-Version 2017.07.01
+Version 2017.09.02
 
 March 2015
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO_ForHomalg-2017.07.01/doc/chap0.txt 
new/IO_ForHomalg-2017.09.02/doc/chap0.txt
--- old/IO_ForHomalg-2017.07.01/doc/chap0.txt   2017-08-29 14:52:28.0 
+0200
+++ new/IO_ForHomalg-2017.09.02/doc/chap0.txt   2017-12-19 11:18:12.0 
+0100
@@ -6,7 +6,7 @@
   Input/Output capabilities for homalg
   
   
-   Version 2017.07.01
+   Version 2017.09.02
   
   
March 2015
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO_ForHomalg-2017.07.01/doc/chap0_mj.html 
new/IO_ForHomalg-2017.09.02/doc/chap0_mj.html
--- old/IO_ForHomalg-2017.07.01/doc/chap0_mj.html   2017-08-29 
14:52:28.0 +0200
+++ new/IO_ForHomalg-2017.09.02/doc/chap0_mj.html   2017-12-19 
11:18:12.0 +0100
@@ -31,7 +31,7 @@
 
 Input/Output capabilities for homalg
 
-Version 2017.07.01
+Version 2017.09.02
 
 March 2015
 
Binary files old/IO_ForHomalg-2017.07.01/doc/manual.pdf and 

commit gap-nilmat for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-nilmat for openSUSE:Factory 
checked in at 2018-01-23 13:50:51

Comparing /work/SRC/openSUSE:Factory/gap-nilmat (Old)
 and  /work/SRC/openSUSE:Factory/.gap-nilmat.new (New)


Package is "gap-nilmat"

Tue Jan 23 13:50:51 2018 rev:2 rq:559930 version:1.3

Changes:

--- /work/SRC/openSUSE:Factory/gap-nilmat/gap-nilmat.changes2017-10-08 
20:10:49.955580189 +0200
+++ /work/SRC/openSUSE:Factory/.gap-nilmat.new/gap-nilmat.changes   
2018-01-23 13:50:54.611442091 +0100
@@ -1,0 +2,6 @@
+Sun Dec 24 17:44:41 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 1.3
+  * No changelog available
+
+---

Old:

  nilmat-1.2.tar.bz2

New:

  nilmat-1.3.tar.bz2



Other differences:
--
++ gap-nilmat.spec ++
--- /var/tmp/diff_new_pack.mySnGH/_old  2018-01-23 13:50:59.135230759 +0100
+++ /var/tmp/diff_new_pack.mySnGH/_new  2018-01-23 13:50:59.139230572 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-nilmat
 #
-# Copyright (c) 2013 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,18 +18,18 @@
 
 Name:   gap-nilmat
 Summary:GAP: Computing with nilpotent matrix groups
-Version:1.2
-Release:0
-License:GPL-1.0
+License:GPL-3.0
 Group:  Productivity/Scientific/Math
-URL:http://larmor.nuigalway.ie/~dane/nilmat
+Version:1.3
+Release:0
+Url:http://larmor.nuigalway.ie/~dane/nilmat
 
 Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/nilmat-%version.tar.bz2
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  gap-rpm-devel
-Requires:   gap-core >= 4.4
+Requires:   gap-core >= 4.4.12
 Requires:   gap-polenta >= 1.0
 
 %description
@@ -39,7 +39,7 @@
 or the field of rational numbers.
 
 %prep
-%setup -qn nilmat
+%setup -qn nilmat-%version
 
 %build
 

++ nilmat-1.2.tar.bz2 -> nilmat-1.3.tar.bz2 ++
 25346 lines of diff (skipped)




commit gap-laguna for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-laguna for openSUSE:Factory 
checked in at 2018-01-23 13:50:11

Comparing /work/SRC/openSUSE:Factory/gap-laguna (Old)
 and  /work/SRC/openSUSE:Factory/.gap-laguna.new (New)


Package is "gap-laguna"

Tue Jan 23 13:50:11 2018 rev:2 rq:559925 version:3.8.0

Changes:

--- /work/SRC/openSUSE:Factory/gap-laguna/gap-laguna.changes2017-10-08 
20:10:22.796775005 +0200
+++ /work/SRC/openSUSE:Factory/.gap-laguna.new/gap-laguna.changes   
2018-01-23 13:50:13.649355654 +0100
@@ -1,0 +2,8 @@
+Sun Dec 24 17:10:22 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 3.8.0
+  * Fixed a bug in PcPresentationOfNormalizedUnit that may cause
+NaturalBijectionToPcNormalizedUnitGroup returning wrong
+results for p>2
+
+---

Old:

  laguna-3.7.0.tar.bz2

New:

  laguna-3.8.0.tar.bz2



Other differences:
--
++ gap-laguna.spec ++
--- /var/tmp/diff_new_pack.z731kb/_old  2018-01-23 13:50:15.981246719 +0100
+++ /var/tmp/diff_new_pack.z731kb/_new  2018-01-23 13:50:15.985246532 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-laguna
 #
-# Copyright (c) 2013 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,25 +18,21 @@
 
 Name:   gap-laguna
 Summary:GAP: Lie AlGebras and UNits of group Algebras
-Version:3.7.0
-Release:0
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
-URL:http://www.cs.st-andrews.ac.uk/~alexk/laguna.htm
+Version:3.8.0
+Release:0
+Url:http://www.cs.st-andrews.ac.uk/~alexk/laguna.htm
 
 Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/laguna-%version.tar.bz2
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gap-rpm-devel
-Requires:   gap-core >= 4.7
+Requires:   gap-core >= 4.8
 Requires:   gap-gapdoc >= 1.5.1
 Suggests:   gap-sophus >= 1.2
 
 %description
-The title "LAGUNA" stands for "Lie AlGebras and UNits of group
-Algebras". This is the new name of the GAP4 package LAG, which is
-thus replaced by LAGUNA.
-
 LAGUNA extends GAP functionality for computations in group rings.
 Besides computing some general properties and attributes of group
 rings and their elements, LAGUNA is able to perform two main kinds of
@@ -46,7 +42,7 @@
 finite p-group over the field of p elements.
 
 %prep
-%setup -qn laguna
+%setup -qn laguna-%version
 
 %build
 

++ laguna-3.7.0.tar.bz2 -> laguna-3.8.0.tar.bz2 ++
 9315 lines of diff (skipped)




commit gap-modules for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-modules for openSUSE:Factory 
checked in at 2018-01-23 13:50:46

Comparing /work/SRC/openSUSE:Factory/gap-modules (Old)
 and  /work/SRC/openSUSE:Factory/.gap-modules.new (New)


Package is "gap-modules"

Tue Jan 23 13:50:46 2018 rev:2 rq:559929 version:2017.09.10

Changes:

--- /work/SRC/openSUSE:Factory/gap-modules/gap-modules.changes  2017-10-08 
20:10:49.195613622 +0200
+++ /work/SRC/openSUSE:Factory/.gap-modules.new/gap-modules.changes 
2018-01-23 13:50:50.491634549 +0100
@@ -1,0 +2,6 @@
+Sun Dec 24 17:42:25 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.09.10
+  * No changelog available
+
+---

Old:

  Modules-2017.07.17.tar.bz2

New:

  Modules-2017.09.10.tar.bz2



Other differences:
--
++ gap-modules.spec ++
--- /var/tmp/diff_new_pack.7Fc7fT/_old  2018-01-23 13:50:51.603582604 +0100
+++ /var/tmp/diff_new_pack.7Fc7fT/_new  2018-01-23 13:50:51.607582417 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-modules
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -17,12 +17,12 @@
 
 
 Name:   gap-modules
-Version:2017.07.17
+Version:2017.09.10
 Release:0
 Summary:GAP: Abelian Finitely Presented Modules over Computable Rings
 License:GPL-2.0
 Group:  Productivity/Scientific/Math
-URL:http://homalg-project.github.io/homalg_project/Modules/
+Url:http://homalg-project.github.io/homalg_project/Modules/
 
 #Git-Clone:git://github.com/homalg-project/Modules
 #Git-Web:  https://github.com/homalg-project/Modules

++ Modules-2017.07.17.tar.bz2 -> Modules-2017.09.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Modules-2017.07.17/PackageInfo.g 
new/Modules-2017.09.10/PackageInfo.g
--- old/Modules-2017.07.17/PackageInfo.g2017-08-29 14:52:33.0 
+0200
+++ new/Modules-2017.09.10/PackageInfo.g2017-12-19 11:18:48.0 
+0100
@@ -5,7 +5,7 @@
 Subtitle := "A homalg based package for the Abelian category of finitely 
presented modules over computable rings",
 
 Version := Maximum( [
-  "2017.07.17", ## Mohamed's version
+  "2017.09.10", ## Mohamed's version
 ## this line prevents merge conflicts
   "2014.07.02", ## Markus' version
 ## this line prevents merge conflicts
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Modules-2017.07.17/VERSION 
new/Modules-2017.09.10/VERSION
--- old/Modules-2017.07.17/VERSION  2017-08-29 14:52:33.0 +0200
+++ new/Modules-2017.09.10/VERSION  2017-12-19 11:18:48.0 +0100
@@ -1 +1 @@
-2017.07.17
\ No newline at end of file
+2017.09.10
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Modules-2017.07.17/doc/chap0.html 
new/Modules-2017.09.10/doc/chap0.html
--- old/Modules-2017.07.17/doc/chap0.html   2017-08-29 14:52:33.0 
+0200
+++ new/Modules-2017.09.10/doc/chap0.html   2017-12-19 11:18:48.0 
+0100
@@ -28,7 +28,7 @@
 
 A homalg based Package for the Abelian 
Category of Finitely Presented Modules over Computable Rings
 
-Version 2017.07.17
+Version 2017.09.10
 
 September 2015
 
@@ -92,10 +92,10 @@
 Contents
 
 1 Introduction
-1.1 What is the role of the Modules 
package in the homalg project?
+1.1 What is the role of the Modules 
package in the homalg project?
 
 
-1.1-1 Modules provides ...
+1.1-1 Modules provides ...
 
 1.1-2 Rings supported 
in a sufficient way
 
@@ -105,7 +105,7 @@
 
 1.1-5 The advantages 
of the outsourcing concept
 
-1.1-6 Does this mean 
that homalg has only algorithms for the generic 
case?
+1.1-6 Does this mean 
that homalg has only algorithms for the generic 
case?
 
 1.1-7 The principle 
of least communication (technical)
 
@@ -116,13 +116,13 @@
 
 
 
-2 Installation of the Modules 
Package
+2 Installation of the Modules 
Package
 
 3 Quick Start
-3.1 Why are all examples in this manual over ℤ or ℤ/mℤ?
+3.1 Why are all examples in this manual over ℤ or ℤ/mℤ?
 
 
-3.2 gap 
ExamplesForHomalg();
+3.2 gap 
ExamplesForHomalg();
 
 
 3.3 A typical example
@@ -420,17 +420,17 @@
 
 
 
-A The Mathematical Idea behind Modules
+A The Mathematical Idea behind Modules
 
 B Logic Subpackages
-B.1 LIMOD: Logical Implications for 
Modules
+B.1 LIMOD: Logical Implications for 
Modules
 
 
-B.2 LIHOM: Logical 

commit gap-lpres for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-lpres for openSUSE:Factory 
checked in at 2018-01-23 13:50:31

Comparing /work/SRC/openSUSE:Factory/gap-lpres (Old)
 and  /work/SRC/openSUSE:Factory/.gap-lpres.new (New)


Package is "gap-lpres"

Tue Jan 23 13:50:31 2018 rev:2 rq:559927 version:0.4.2

Changes:

--- /work/SRC/openSUSE:Factory/gap-lpres/gap-lpres.changes  2017-10-08 
20:10:36.936152961 +0200
+++ /work/SRC/openSUSE:Factory/.gap-lpres.new/gap-lpres.changes 2018-01-23 
13:50:35.348341976 +0100
@@ -1,0 +2,6 @@
+Sun Dec 24 17:30:40 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 0.4.2
+  * No changelog available
+
+---

Old:

  lpres-0.4.1.tar.bz2

New:

  lpres-0.4.2.tar.bz2



Other differences:
--
++ gap-lpres.spec ++
--- /var/tmp/diff_new_pack.9oT9gd/_old  2018-01-23 13:50:38.932174556 +0100
+++ /var/tmp/diff_new_pack.9oT9gd/_new  2018-01-23 13:50:38.936174369 +0100
@@ -20,7 +20,7 @@
 Summary:GAP: Nilpotent Quotients of L-Presented Groups
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
-Version:0.4.1
+Version:0.4.2
 Release:0
 Url:https://gap-packages.github.io/lpres
 
@@ -36,7 +36,7 @@
 Suggests:   gap-pargap >= 1.1.2
 
 %description
-The LPRES Package defines new GAP objects to work with L-presented
+The LPRES package defines new GAP objects to work with L-presented
 groups, namely groups given by a finite generating set and a
 possibly-infinite set of relations given as iterates of finitely many
 seed relations by a finite set of endomorphisms. The package

++ lpres-0.4.1.tar.bz2 -> lpres-0.4.2.tar.bz2 ++
 2557 lines of diff (skipped)




commit gap-localizeringforhomalg for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-localizeringforhomalg for 
openSUSE:Factory checked in at 2018-01-23 13:50:21

Comparing /work/SRC/openSUSE:Factory/gap-localizeringforhomalg (Old)
 and  /work/SRC/openSUSE:Factory/.gap-localizeringforhomalg.new (New)


Package is "gap-localizeringforhomalg"

Tue Jan 23 13:50:21 2018 rev:2 rq:559926 version:2017.09.02

Changes:

--- 
/work/SRC/openSUSE:Factory/gap-localizeringforhomalg/gap-localizeringforhomalg.changes
  2017-10-08 20:10:32.412351980 +0200
+++ 
/work/SRC/openSUSE:Factory/.gap-localizeringforhomalg.new/gap-localizeringforhomalg.changes
 2018-01-23 13:50:29.376620948 +0100
@@ -1,0 +2,6 @@
+Sun Dec 24 17:24:27 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.09.10
+  * No changelog available
+
+---

Old:

  LocalizeRingForHomalg-2017.07.17.tar.bz2

New:

  LocalizeRingForHomalg-2017.09.02.tar.bz2



Other differences:
--
++ gap-localizeringforhomalg.spec ++
--- /var/tmp/diff_new_pack.V4ujTE/_old  2018-01-23 13:50:31.628515750 +0100
+++ /var/tmp/diff_new_pack.V4ujTE/_new  2018-01-23 13:50:31.632515563 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-localizeringforhomalg
 #
-# Copyright (c) 2013 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,11 +18,11 @@
 
 Name:   gap-localizeringforhomalg
 Summary:GAP: A Package for Localization of Polynomial Rings
-Version:2017.07.17
-Release:0
 License:GPL-2.0
 Group:  Productivity/Scientific/Math
-URL:
http://homalg-project.github.io/homalg_project/LocalizeRingForHomalg/
+Version:2017.09.02
+Release:0
+Url:
http://homalg-project.github.io/homalg_project/LocalizeRingForHomalg/
 
 #Git-Clone:git://github.com/homalg-project/LocalizeRingForHomalg
 #Git-Web:  https://github.com/homalg-project/LocalizeRingForHomalg

++ LocalizeRingForHomalg-2017.07.17.tar.bz2 -> 
LocalizeRingForHomalg-2017.09.02.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LocalizeRingForHomalg-2017.07.17/PackageInfo.g 
new/LocalizeRingForHomalg-2017.09.02/PackageInfo.g
--- old/LocalizeRingForHomalg-2017.07.17/PackageInfo.g  2017-08-29 
14:52:31.0 +0200
+++ new/LocalizeRingForHomalg-2017.09.02/PackageInfo.g  2017-12-19 
11:18:28.0 +0100
@@ -10,7 +10,7 @@
 Version := Maximum( [ ##To prevent merge conflicts
   "2014.08.27", ## Markus' version
 ## this line prevents merge conflicts
-  "2017.07.17", ## Mohamed's version
+  "2017.09.02", ## Mohamed's version
 ## this line prevents merge conflicts
   "2013.07.15", ## Vinay's version
 ## this line prevents merge conflicts
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LocalizeRingForHomalg-2017.07.17/VERSION 
new/LocalizeRingForHomalg-2017.09.02/VERSION
--- old/LocalizeRingForHomalg-2017.07.17/VERSION2017-08-29 
14:52:31.0 +0200
+++ new/LocalizeRingForHomalg-2017.09.02/VERSION2017-12-19 
11:18:28.0 +0100
@@ -1 +1 @@
-2017.07.17
\ No newline at end of file
+2017.09.02
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LocalizeRingForHomalg-2017.07.17/doc/chap0.html 
new/LocalizeRingForHomalg-2017.09.02/doc/chap0.html
--- old/LocalizeRingForHomalg-2017.07.17/doc/chap0.html 2017-08-29 
14:52:31.0 +0200
+++ new/LocalizeRingForHomalg-2017.09.02/doc/chap0.html 2017-12-19 
11:18:28.0 +0100
@@ -28,7 +28,7 @@
 
 Localize Commutative homalg Rings at Maximal 
Ideals
 
-Version 2017.07.17
+Version 2017.09.02
 
 September 2015
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LocalizeRingForHomalg-2017.07.17/doc/chap0.txt 
new/LocalizeRingForHomalg-2017.09.02/doc/chap0.txt
--- old/LocalizeRingForHomalg-2017.07.17/doc/chap0.txt  2017-08-29 
14:52:31.0 +0200
+++ new/LocalizeRingForHomalg-2017.09.02/doc/chap0.txt  2017-12-19 
11:18:28.0 +0100
@@ -6,7 +6,7 @@
   Localize Commutative homalg Rings at Maximal 
Ideals
   
   
-   Version 2017.07.17
+   Version 2017.09.02
   
   
  September 2015
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit gap-io for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-io for openSUSE:Factory checked 
in at 2018-01-23 13:49:51

Comparing /work/SRC/openSUSE:Factory/gap-io (Old)
 and  /work/SRC/openSUSE:Factory/.gap-io.new (New)


Package is "gap-io"

Tue Jan 23 13:49:51 2018 rev:2 rq:559922 version:4.5.0

Changes:

--- /work/SRC/openSUSE:Factory/gap-io/gap-io.changes2017-10-08 
20:09:54.846004664 +0200
+++ /work/SRC/openSUSE:Factory/.gap-io.new/gap-io.changes   2018-01-23 
13:49:54.378255911 +0100
@@ -1,0 +2,11 @@
+Sun Dec 24 16:19:19 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 4.5.0
+  * Add support for (un)pickling ranges and character tables
+  * Add automatic call to InstallSIGCHLDHandler() when IO_Fork is
+used directly or indirectly. As a consequence, code directly
+calling IO_fork must now always call IO_WaitPid or the new
+IO_IgnorePid
+  * Remove undocumented function IO_MasterPointerNumber
+
+---

Old:

  io-4.4.6.tar.bz2

New:

  io-4.5.0.tar.bz2



Other differences:
--
++ gap-io.spec ++
--- /var/tmp/diff_new_pack.Io9lrk/_old  2018-01-23 13:49:56.010179675 +0100
+++ /var/tmp/diff_new_pack.Io9lrk/_new  2018-01-23 13:49:56.014179488 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-io
 #
-# Copyright (c) 2013 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,22 +18,22 @@
 
 Name:   gap-io
 Summary:GAP: Bindings for low level C library IO
-Version:4.4.6
-Release:0
 License:GPL-3.0+
 Group:  Productivity/Scientific/Math
-URL:http://gap-packages.github.io/io/
+Version:4.5.0
+Release:0
+Url:http://gap-packages.github.io/io/
 
 Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/io-%version.tar.bz2
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
-BuildRequires:  gap-devel >= 4.5.5
+BuildRequires:  gap-devel >= 4.8.0
 BuildRequires:  gap-rpm-devel
 BuildRequires:  gmp-devel
 BuildRequires:  libtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   gap-core >= 4.5.5
+Requires:   gap-core >= 4.8.0
 Requires:   gap-gapdoc >= 1.2
 
 %description

++ io-4.4.6.tar.bz2 -> io-4.5.0.tar.bz2 ++
 5383 lines of diff (skipped)




commit gap-homalg for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-homalg for openSUSE:Factory 
checked in at 2018-01-23 13:49:26

Comparing /work/SRC/openSUSE:Factory/gap-homalg (Old)
 and  /work/SRC/openSUSE:Factory/.gap-homalg.new (New)


Package is "gap-homalg"

Tue Jan 23 13:49:26 2018 rev:2 rq:559918 version:2017.10.26

Changes:

--- /work/SRC/openSUSE:Factory/gap-homalg/gap-homalg.changes2017-10-08 
20:09:41.434594682 +0200
+++ /work/SRC/openSUSE:Factory/.gap-homalg.new/gap-homalg.changes   
2018-01-23 13:49:31.095343579 +0100
@@ -1,0 +2,6 @@
+Sun Dec 24 13:03:47 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.10.26
+  * No changelog available
+
+---

Old:

  homalg-2017.05.10.tar.bz2

New:

  homalg-2017.10.26.tar.bz2



Other differences:
--
++ gap-homalg.spec ++
--- /var/tmp/diff_new_pack.ahAiH2/_old  2018-01-23 13:49:33.267242119 +0100
+++ /var/tmp/diff_new_pack.ahAiH2/_new  2018-01-23 13:49:33.271241932 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-homalg
 #
-# Copyright (c) 2013 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,11 +18,11 @@
 
 Name:   gap-homalg
 Summary:GAP: A homological algebra meta-package for computable Abelian 
categories
-Version:2017.05.10
-Release:0
 License:GPL-2.0
 Group:  Productivity/Scientific/Math
-URL:http://homalg-project.github.io/homalg_project/homalg/
+Version:2017.10.26
+Release:0
+Url:http://homalg-project.github.io/homalg_project/homalg/
 
 #Git-Clone:git://github.com/homalg-project/homalg
 #Git-Web:  https://github.com/homalg-project/homalg

++ homalg-2017.05.10.tar.bz2 -> homalg-2017.10.26.tar.bz2 ++
 1725 lines of diff (skipped)




commit gap-intpic for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-intpic for openSUSE:Factory 
checked in at 2018-01-23 13:49:45

Comparing /work/SRC/openSUSE:Factory/gap-intpic (Old)
 and  /work/SRC/openSUSE:Factory/.gap-intpic.new (New)


Package is "gap-intpic"

Tue Jan 23 13:49:45 2018 rev:2 rq:559921 version:0.2.3

Changes:

--- /work/SRC/openSUSE:Factory/gap-intpic/gap-intpic.changes2017-10-08 
20:09:52.858092120 +0200
+++ /work/SRC/openSUSE:Factory/.gap-intpic.new/gap-intpic.changes   
2018-01-23 13:49:49.094502743 +0100
@@ -1,0 +2,6 @@
+Sun Dec 24 13:08:51 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 0.2.3
+  * Minor changes to the manual
+
+---

Old:

  intpic-0.2.1.tar.bz2

New:

  IntPic-0.2.3.tar.bz2



Other differences:
--
++ gap-intpic.spec ++
--- /var/tmp/diff_new_pack.yl3PL8/_old  2018-01-23 13:49:50.142453787 +0100
+++ /var/tmp/diff_new_pack.yl3PL8/_new  2018-01-23 13:49:50.146453601 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-intpic
 #
-# Copyright (c) 2013 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
@@ -17,14 +17,14 @@
 
 
 Name:   gap-intpic
-Version:0.2.1
+Version:0.2.3
 Release:0
 Summary:GAP: package for drawing integers
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
-URL:http://www.fc.up.pt/cmup/mdelgado/intpic/
+Url:http://www.fc.up.pt/cmup/mdelgado/intpic/
 
-Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/intpic-%version.tar.bz2
+Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/IntPic-%version.tar.bz2
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
@@ -39,7 +39,7 @@
 some subsets.
 
 %prep
-%setup -qn intpic
+%setup -qn IntPic-%version
 
 %build
 




commit gap-gradedringforhomalg for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-gradedringforhomalg for 
openSUSE:Factory checked in at 2018-01-23 13:48:52

Comparing /work/SRC/openSUSE:Factory/gap-gradedringforhomalg (Old)
 and  /work/SRC/openSUSE:Factory/.gap-gradedringforhomalg.new (New)


Package is "gap-gradedringforhomalg"

Tue Jan 23 13:48:52 2018 rev:2 rq:559915 version:2017.09.02

Changes:

--- 
/work/SRC/openSUSE:Factory/gap-gradedringforhomalg/gap-gradedringforhomalg.changes
  2017-10-08 20:09:23.483384423 +0200
+++ 
/work/SRC/openSUSE:Factory/.gap-gradedringforhomalg.new/gap-gradedringforhomalg.changes
 2018-01-23 13:49:14.484119577 +0100
@@ -1,0 +2,6 @@
+Sat Dec 23 22:35:08 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.09.02
+  * No changelog available
+
+---

Old:

  GradedRingForHomalg-2017.05.26.tar.bz2

New:

  GradedRingForHomalg-2017.09.02.tar.bz2



Other differences:
--
++ gap-gradedringforhomalg.spec ++
--- /var/tmp/diff_new_pack.QfNNUl/_old  2018-01-23 13:49:15.756060158 +0100
+++ /var/tmp/diff_new_pack.QfNNUl/_new  2018-01-23 13:49:15.760059971 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-gradedringforhomalg
 #
-# Copyright (c) 2013 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,11 +18,11 @@
 
 Name:   gap-gradedringforhomalg
 Summary:GAP: Endow Commutative Rings with an Abelian Grading
-Version:2017.05.26
-Release:0
 License:GPL-2.0
 Group:  Productivity/Scientific/Math
-URL:
http://homalg-project.github.io/homalg_project/GradedRingForHomalg/
+Version:2017.09.02
+Release:0
+Url:
http://homalg-project.github.io/homalg_project/GradedRingForHomalg/
 
 #Git-Clone:git://github.com/homalg-project/GradedRingForHomalg
 #Git-Web:  https://github.com/homalg-project/GradedRingForHomalg

++ GradedRingForHomalg-2017.05.26.tar.bz2 -> 
GradedRingForHomalg-2017.09.02.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GradedRingForHomalg-2017.05.26/PackageInfo.g 
new/GradedRingForHomalg-2017.09.02/PackageInfo.g
--- old/GradedRingForHomalg-2017.05.26/PackageInfo.g2017-08-29 
15:29:36.0 +0200
+++ new/GradedRingForHomalg-2017.09.02/PackageInfo.g2017-12-19 
11:16:53.0 +0100
@@ -7,7 +7,7 @@
 Version := Maximum( [
   "2014.08.27", ## Markus' version
 ## this line prevents merge conflicts
-  "2017.05.26", ## Mohamed's version
+  "2017.09.02", ## Mohamed's version
 ## this line prevents merge conflicts
   "2011.05.05", ## Sebastian's version
 ## this line prevents merge conflicts
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GradedRingForHomalg-2017.05.26/VERSION 
new/GradedRingForHomalg-2017.09.02/VERSION
--- old/GradedRingForHomalg-2017.05.26/VERSION  2017-08-29 15:29:36.0 
+0200
+++ new/GradedRingForHomalg-2017.09.02/VERSION  2017-12-19 11:16:53.0 
+0100
@@ -1 +1 @@
-2017.05.26
\ No newline at end of file
+2017.09.02
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GradedRingForHomalg-2017.05.26/doc/chap0.html 
new/GradedRingForHomalg-2017.09.02/doc/chap0.html
--- old/GradedRingForHomalg-2017.05.26/doc/chap0.html   2017-08-29 
15:29:36.0 +0200
+++ new/GradedRingForHomalg-2017.09.02/doc/chap0.html   2017-12-19 
11:16:53.0 +0100
@@ -28,7 +28,7 @@
 
 Endow Commutative Rings with an Abelian Grading
 
-Version 2017.05.26
+Version 2017.09.02
 
 September 2015
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GradedRingForHomalg-2017.05.26/doc/chap0.txt 
new/GradedRingForHomalg-2017.09.02/doc/chap0.txt
--- old/GradedRingForHomalg-2017.05.26/doc/chap0.txt2017-08-29 
15:29:36.0 +0200
+++ new/GradedRingForHomalg-2017.09.02/doc/chap0.txt2017-12-19 
11:16:53.0 +0100
@@ -6,7 +6,7 @@
 Endow Commutative Rings with an Abelian Grading
   
   
-   Version 2017.05.26
+   Version 2017.09.02
   
   
  September 2015
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GradedRingForHomalg-2017.05.26/doc/chap0_mj.html 
new/GradedRingForHomalg-2017.09.02/doc/chap0_mj.html
--- 

commit gap-groupoids for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-groupoids for openSUSE:Factory 
checked in at 2018-01-23 13:49:14

Comparing /work/SRC/openSUSE:Factory/gap-groupoids (Old)
 and  /work/SRC/openSUSE:Factory/.gap-groupoids.new (New)


Package is "gap-groupoids"

Tue Jan 23 13:49:14 2018 rev:2 rq:559917 version:1.54

Changes:

--- /work/SRC/openSUSE:Factory/gap-groupoids/gap-groupoids.changes  
2017-10-08 20:09:25.959275499 +0200
+++ /work/SRC/openSUSE:Factory/.gap-groupoids.new/gap-groupoids.changes 
2018-01-23 13:49:20.919818932 +0100
@@ -1,0 +2,12 @@
+Sun Dec 24 12:37:49 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 1.54
+  * added MappingGeneratorsImages method for hom discrete mappings
+  * added other method for GroupoidInnerAutomorphism(R,S,r);
+  * added method for RestrictedMappingGroupoids for homdisc
+  * added DirectProductOp for groupoids; Projection & Embedding
+  * added MappingWithObjectsByFunction and associated prop/attr and
+then added new manual section on the inner automorphism group
+  * added operation GroupoidInnerAutomorphism
+
+---

Old:

  groupoids-1.51.tar.bz2

New:

  groupoids-1.54.tar.bz2



Other differences:
--
++ gap-groupoids.spec ++
--- /var/tmp/diff_new_pack.ckUzTA/_old  2018-01-23 13:49:22.187759699 +0100
+++ /var/tmp/diff_new_pack.ckUzTA/_new  2018-01-23 13:49:22.195759326 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-groupoids
 #
-# Copyright (c) 2013 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,17 +18,17 @@
 
 Name:   gap-groupoids
 Summary:GAP: Groupoids, graphs of groups, and graphs of groupoids
-Version:1.51
-Release:0
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
-URL:https://gap-packages.github.io/groupoids/
+Version:1.54
+Release:0
+Url:https://gap-packages.github.io/groupoids/
 
 Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/groupoids-%version.tar.bz2
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gap-rpm-devel
-Requires:   gap-core >= 4.8.7
+Requires:   gap-core >= 4.8.8
 Requires:   gap-fga >= 1.3.1
 Requires:   gap-gapdoc >= 1.5.1
 Suggests:   gap-semigroups >= 2.8.0

++ groupoids-1.51.tar.bz2 -> groupoids-1.54.tar.bz2 ++
 22129 lines of diff (skipped)




commit gap-idrel for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-idrel for openSUSE:Factory 
checked in at 2018-01-23 13:49:37

Comparing /work/SRC/openSUSE:Factory/gap-idrel (Old)
 and  /work/SRC/openSUSE:Factory/.gap-idrel.new (New)


Package is "gap-idrel"

Tue Jan 23 13:49:37 2018 rev:2 rq:559920 version:2.38

Changes:

--- /work/SRC/openSUSE:Factory/gap-idrel/gap-idrel.changes  2017-10-08 
20:09:47.074346568 +0200
+++ /work/SRC/openSUSE:Factory/.gap-idrel.new/gap-idrel.changes 2018-01-23 
13:49:37.667036581 +0100
@@ -1,0 +2,17 @@
+Sun Dec 24 13:06:31 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2.38
+  * removed examples/*.g from git but saved some in new /expt
+  * testall.g copied to testing.g; testall now calls TestDirectory
+  * split off method for PartialElementsOfMonoidPresentation
+  * added methods for String, ViewString, PrintString
+  * added PartialElementsOfMonoidPresentation
+added YSequencesFromRelatorSequences
+  * renamed OrderingYSequences -> YSequenceLessThan
+renamed ReducedYSequence -> YSequenceReduce
+new operation YSequenceConjugateAndReduce
+new operation RelatorSequenceReduce
+  * added MonoidGeneratorsFpGroup
+  * added ArrangementOfMonoidGenerators to allow various orders
+
+---

Old:

  idrel-2.34.tar.bz2

New:

  idrel-2.38.tar.bz2



Other differences:
--
++ gap-idrel.spec ++
--- /var/tmp/diff_new_pack.ID0X6o/_old  2018-01-23 13:49:38.774984822 +0100
+++ /var/tmp/diff_new_pack.ID0X6o/_new  2018-01-23 13:49:38.774984822 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-idrel
 #
-# Copyright (c) 2013 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,19 +18,19 @@
 
 Name:   gap-idrel
 Summary:GAP: Identities among relations
-Version:2.34
-Release:0
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
-URL:http://pages.bangor.ac.uk/~mas023/chda/idrel/
+Version:2.38
+Release:0
+Url:http://pages.bangor.ac.uk/~mas023/chda/idrel/
 
 Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/idrel-%version.tar.bz2
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gap-rpm-devel
-Requires:   gap-core >= 4.7
+Requires:   gap-core >= 4.8.7
 Requires:   gap-gapdoc >= 1.5.1
-Requires:   gap-xmod >= 2.26
+Requires:   gap-xmod >= 2.59
 
 %description
 The IdRel package is designed for computing the identities among

++ idrel-2.34.tar.bz2 -> idrel-2.38.tar.bz2 ++
 7693 lines of diff (skipped)




commit gap-homalgtocas for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-homalgtocas for openSUSE:Factory 
checked in at 2018-01-23 13:49:32

Comparing /work/SRC/openSUSE:Factory/gap-homalgtocas (Old)
 and  /work/SRC/openSUSE:Factory/.gap-homalgtocas.new (New)


Package is "gap-homalgtocas"

Tue Jan 23 13:49:32 2018 rev:2 rq:559919 version:2017.11.26

Changes:

--- /work/SRC/openSUSE:Factory/gap-homalgtocas/gap-homalgtocas.changes  
2017-10-08 20:09:44.690451445 +0200
+++ /work/SRC/openSUSE:Factory/.gap-homalgtocas.new/gap-homalgtocas.changes 
2018-01-23 13:49:36.423094692 +0100
@@ -1,0 +2,6 @@
+Sun Dec 24 13:05:06 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream releas 2017.11.26
+  * No changelog available
+
+---

Old:

  HomalgToCAS-2017.08.01.tar.bz2

New:

  HomalgToCAS-2017.11.26.tar.bz2



Other differences:
--
++ gap-homalgtocas.spec ++
--- /var/tmp/diff_new_pack.ezGSlW/_old  2018-01-23 13:49:37.151060685 +0100
+++ /var/tmp/diff_new_pack.ezGSlW/_new  2018-01-23 13:49:37.155060498 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-homalgtocas
 #
-# Copyright (c) 2013 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,11 +18,11 @@
 
 Name:   gap-homalgtocas
 Summary:GAP: Abstraction layer for Homalg to access external CAS
-Version:2017.08.01
-Release:0
 License:GPL-2.0
 Group:  Productivity/Scientific/Math
-URL:http://homalg-project.github.io/homalg_project/HomalgToCAS/
+Version:2017.11.26
+Release:0
+Url:http://homalg-project.github.io/homalg_project/HomalgToCAS/
 
 #Git-Clone:git://github.com/homalg-project/HomalgToCAS
 #Git-Web:  https://github.com/homalg-project/HomalgToCAS

++ HomalgToCAS-2017.08.01.tar.bz2 -> HomalgToCAS-2017.11.26.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HomalgToCAS-2017.08.01/PackageInfo.g 
new/HomalgToCAS-2017.11.26/PackageInfo.g
--- old/HomalgToCAS-2017.08.01/PackageInfo.g2017-08-29 14:52:28.0 
+0200
+++ new/HomalgToCAS-2017.11.26/PackageInfo.g2017-12-19 11:17:57.0 
+0100
@@ -4,7 +4,7 @@
 
 Subtitle := "A window to the outer world",
 
-Version := "2017.08.01",
+Version := "2017.11.26",
 
 Date := ~.Version{[ 1 .. 10 ]},
 Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 
1 .. 4 ]} ),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HomalgToCAS-2017.08.01/VERSION 
new/HomalgToCAS-2017.11.26/VERSION
--- old/HomalgToCAS-2017.08.01/VERSION  2017-08-29 14:52:28.0 +0200
+++ new/HomalgToCAS-2017.11.26/VERSION  2017-12-19 11:17:57.0 +0100
@@ -1 +1 @@
-2017.08.01
\ No newline at end of file
+2017.11.26
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HomalgToCAS-2017.08.01/doc/chap0.html 
new/HomalgToCAS-2017.11.26/doc/chap0.html
--- old/HomalgToCAS-2017.08.01/doc/chap0.html   2017-08-29 14:52:28.0 
+0200
+++ new/HomalgToCAS-2017.11.26/doc/chap0.html   2017-12-19 11:17:57.0 
+0100
@@ -28,7 +28,7 @@
 
 A window to the outer world
 
-Version 2017.08.01
+Version 2017.11.26
 
 September 2015
 
@@ -118,11 +118,11 @@
 Contents
 
 1 Introduction
-1.1 HomalgToCAS provides ...
+1.1 HomalgToCAS provides ...
 
 
 
-2 Installation of the HomalgToCAS 
Package
+2 Installation of the HomalgToCAS 
Package
 
 3 Watch and Influence the Communication
 3.1 Functions
@@ -149,7 +149,7 @@
 
 
 
-A Overview of the homalg Package 
Source Code
+A Overview of the homalg Package 
Source Code
 
 References
 Index
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HomalgToCAS-2017.08.01/doc/chap0.txt 
new/HomalgToCAS-2017.11.26/doc/chap0.txt
--- old/HomalgToCAS-2017.08.01/doc/chap0.txt2017-08-29 14:52:28.0 
+0200
+++ new/HomalgToCAS-2017.11.26/doc/chap0.txt2017-12-19 11:17:57.0 
+0100
@@ -6,7 +6,7 @@
   A window to the outer world
   
   
-   Version 2017.08.01
+   Version 2017.11.26
   
   
  September 2015
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HomalgToCAS-2017.08.01/doc/chap0_mj.html 
new/HomalgToCAS-2017.11.26/doc/chap0_mj.html
--- 

commit gap-gauss for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-gauss for openSUSE:Factory 
checked in at 2018-01-23 13:48:22

Comparing /work/SRC/openSUSE:Factory/gap-gauss (Old)
 and  /work/SRC/openSUSE:Factory/.gap-gauss.new (New)


Package is "gap-gauss"

Tue Jan 23 13:48:22 2018 rev:2 rq:559912 version:2017.12.07

Changes:

--- /work/SRC/openSUSE:Factory/gap-gauss/gap-gauss.changes  2017-10-08 
20:09:05.276185426 +0200
+++ /work/SRC/openSUSE:Factory/.gap-gauss.new/gap-gauss.changes 2018-01-23 
13:48:31.394132532 +0100
@@ -1,0 +2,6 @@
+Sat Dec 23 19:59:05 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.12.07
+  * No changelog available
+
+---

Old:

  Gauss-2017.06.14.tar.bz2

New:

  Gauss-2017.12.07.tar.bz2



Other differences:
--
++ gap-gauss.spec ++
--- /var/tmp/diff_new_pack.PI18p3/_old  2018-01-23 13:48:32.750069189 +0100
+++ /var/tmp/diff_new_pack.PI18p3/_new  2018-01-23 13:48:32.750069189 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-gauss
 #
-# Copyright (c) 2013 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,11 +18,11 @@
 
 Name:   gap-gauss
 Summary:GAP: Extended Gauss Functionality for GAP
-Version:2017.06.14
-Release:0
 License:GPL-2.0
 Group:  Productivity/Scientific/Math
-URL:http://homalg-project.github.io/homalg_project/Gauss/
+Version:2017.12.07
+Release:0
+Url:http://homalg-project.github.io/homalg_project/Gauss/
 
 #Git-Clone:git://github.com/homalg-project/Gauss
 #Git-Web:  https://github.com/homalg-project/Gauss

++ Gauss-2017.06.14.tar.bz2 -> Gauss-2017.12.07.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gauss-2017.06.14/Makefile.darwin.4.4.in 
new/Gauss-2017.12.07/Makefile.darwin.4.4.in
--- old/Gauss-2017.06.14/Makefile.darwin.4.4.in 2017-08-29 14:52:24.0 
+0200
+++ new/Gauss-2017.12.07/Makefile.darwin.4.4.in 1970-01-01 01:00:00.0 
+0100
@@ -1,7 +0,0 @@
-
-bin/@GAPARCH@/gauss.o: src/gauss.c
-   cp $(GAPPATH)/bin/@GAPARCH@/config.h bin/@GAPARCH@
-   $(CC) -fPIC -g -Wall -O2 -o bin/@GAPARCH@/gauss.o 
-I$(GAPPATH)/bin/@GAPARCH@/../.. -I$(GAPPATH)/bin/@GAPARCH@ -DCONFIG_H -c 
src/gauss.c
-
-bin/@GAPARCH@/gauss.so: bin/@GAPARCH@/gauss.o
-   $(CC) @EXTRACOPTS@ -Wl,-bundle -Wl,-bundle_loader 
"$(GAPPATH)/bin/@GAPARCH@/gap" -fPIC -o bin/@GAPARCH@/gauss.so 
bin/@GAPARCH@/gauss.o
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gauss-2017.06.14/Makefile.darwin.in 
new/Gauss-2017.12.07/Makefile.darwin.in
--- old/Gauss-2017.06.14/Makefile.darwin.in 2017-08-29 14:52:24.0 
+0200
+++ new/Gauss-2017.12.07/Makefile.darwin.in 1970-01-01 01:00:00.0 
+0100
@@ -1,6 +0,0 @@
-# The linker flag (after -P) can and therefore will cause a bug (remember: You 
are working with computers).
-# It can be (and will be) removed in GAP 4.5, but until that, we will, for the 
love of god, keep it. 
-
-
-bin/@GAPARCH@/gauss.so: src/gauss.c bindir
-   $(GAPPATH)/bin/@GAPARCH@/gac -P "-bundle_loader /usr/lib/bundle1.o" -d 
-o bin/@GAPARCH@/gauss.so src/gauss.c
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gauss-2017.06.14/Makefile.in 
new/Gauss-2017.12.07/Makefile.in
--- old/Gauss-2017.06.14/Makefile.in2017-08-29 14:52:24.0 +0200
+++ new/Gauss-2017.12.07/Makefile.in2017-12-19 11:16:35.0 +0100
@@ -9,6 +9,8 @@
 # Inspired  by the makefile prototype for the EDIM package of Frank Lübeck
 
 CONFIGNAME=@CONFIGNAME@
+GAPPATH=@GAPPATH@
+GAPARCH=@GAPARCH@
 
 GAPINCL=-I$(GAPPATH)/src -I$(GAPPATH)/bin/@GAPARCH@
 
@@ -16,23 +18,28 @@
 
 GAP=$(PKGROOT)/../../bin/gap-$(CONFIGNAME).sh
 
-.PHONY: default bindir static doc clean distclean docclean test
+.PHONY: default static doc clean distclean docclean test
 
-default: bindir bin/@GAPARCH@/gauss.so 
+default: bin/@GAPARCH@/gauss.so
 
-# this target creates a bin-directory
-bindir:
-   mkdir -p bin/@GAPARCH@
-   
 static:
+   mkdir -p bin/@GAPARCH@
(cd $(GAPPATH)/bin/@GAPARCH@; \
./gac -o gap-static -p "-DGAUSSSTATIC" -P "-static" \
../../pkg/Gauss/src/gauss.c)
 
-doc:
-   gap makedoc.g
-   
-clean: 
+bin/@GAPARCH@/gauss.so: src/gauss.c
+   mkdir -p bin/@GAPARCH@
+   $(GAPPATH)/bin/@GAPARCH@/gac -d -o 

commit gap-gaussforhomalg for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-gaussforhomalg for 
openSUSE:Factory checked in at 2018-01-23 13:48:29

Comparing /work/SRC/openSUSE:Factory/gap-gaussforhomalg (Old)
 and  /work/SRC/openSUSE:Factory/.gap-gaussforhomalg.new (New)


Package is "gap-gaussforhomalg"

Tue Jan 23 13:48:29 2018 rev:2 rq:559913 version:2017.09.10

Changes:

--- /work/SRC/openSUSE:Factory/gap-gaussforhomalg/gap-gaussforhomalg.changes
2017-10-08 20:09:08.080062073 +0200
+++ 
/work/SRC/openSUSE:Factory/.gap-gaussforhomalg.new/gap-gaussforhomalg.changes   
2018-01-23 13:48:41.741649146 +0100
@@ -1,0 +2,6 @@
+Sat Dec 23 22:15:46 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.09.10
+  * No changelog available
+
+---

Old:

  GaussForHomalg-2015.11.06.tar.bz2

New:

  GaussForHomalg-2017.09.10.tar.bz2



Other differences:
--
++ gap-gaussforhomalg.spec ++
--- /var/tmp/diff_new_pack.37139B/_old  2018-01-23 13:48:43.693557963 +0100
+++ /var/tmp/diff_new_pack.37139B/_new  2018-01-23 13:48:43.697557775 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-gaussforhomalg
 #
-# Copyright (c) 2013 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,11 +18,11 @@
 
 Name:   gap-gaussforhomalg
 Summary:GAP: Gauss Functionality for homalg
-Version:2015.11.06
-Release:0
 License:GPL-2.0
 Group:  Productivity/Scientific/Math
-URL:http://homalg-project.github.io/homalg_project/GaussForHomalg/
+Version:2017.09.10
+Release:0
+Url:http://homalg-project.github.io/homalg_project/GaussForHomalg/
 
 #Git-Clone:git://github.com/homalg-project/GaussForHomalg
 #Git-Web:  https://github.com/homalg-project/GaussForHomalg
@@ -40,7 +40,7 @@
 Gauss package.
 
 %prep
-%setup -qn GaussForHomalg
+%setup -qn GaussForHomalg-%version
 
 %build
 

++ GaussForHomalg-2015.11.06.tar.bz2 -> GaussForHomalg-2017.09.10.tar.bz2 
++
 2170 lines of diff (skipped)




commit gap-gradedmodules for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-gradedmodules for 
openSUSE:Factory checked in at 2018-01-23 13:48:39

Comparing /work/SRC/openSUSE:Factory/gap-gradedmodules (Old)
 and  /work/SRC/openSUSE:Factory/.gap-gradedmodules.new (New)


Package is "gap-gradedmodules"

Tue Jan 23 13:48:39 2018 rev:2 rq:559914 version:2017.09.10

Changes:

--- /work/SRC/openSUSE:Factory/gap-gradedmodules/gap-gradedmodules.changes  
2017-10-08 20:09:21.375477158 +0200
+++ /work/SRC/openSUSE:Factory/.gap-gradedmodules.new/gap-gradedmodules.changes 
2018-01-23 13:48:52.729135865 +0100
@@ -1,0 +2,6 @@
+Sat Dec 23 22:33:13 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.09.10
+  * No changelog available
+
+---

Old:

  GradedModules-2017.05.10.tar.bz2

New:

  GradedModules-2017.09.10.tar.bz2



Other differences:
--
++ gap-gradedmodules.spec ++
--- /var/tmp/diff_new_pack.0IKvzS/_old  2018-01-23 13:48:55.473007684 +0100
+++ /var/tmp/diff_new_pack.0IKvzS/_new  2018-01-23 13:48:55.473007684 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-gradedmodules
 #
-# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   gap-gradedmodules
-Version:2017.05.10
+Version:2017.09.10
 Release:0
 Summary:GAP: Abelian finitely presented graded modules over a 
computable graded ring
 License:GPL-2.0

++ GradedModules-2017.05.10.tar.bz2 -> GradedModules-2017.09.10.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GradedModules-2017.05.10/PackageInfo.g 
new/GradedModules-2017.09.10/PackageInfo.g
--- old/GradedModules-2017.05.10/PackageInfo.g  2017-08-29 15:29:35.0 
+0200
+++ new/GradedModules-2017.09.10/PackageInfo.g  2017-12-19 11:16:50.0 
+0100
@@ -1,6 +1,3 @@
-
-
-
 SetPackageInfo( rec(
 
 PackageName := "GradedModules",
@@ -10,7 +7,7 @@
 Version := Maximum( [
   "2014.08.27", ## Markus' version
 ## this line prevents merge conflicts
-  "2017.05.10", ## Mohamed's version
+  "2017.09.10", ## Mohamed's version
 ## this line prevents merge conflicts
   "2011.05.05", ## Sebastian's version
 ## this line prevents merge conflicts
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GradedModules-2017.05.10/VERSION 
new/GradedModules-2017.09.10/VERSION
--- old/GradedModules-2017.05.10/VERSION2017-08-29 15:29:35.0 
+0200
+++ new/GradedModules-2017.09.10/VERSION2017-12-19 11:16:50.0 
+0100
@@ -1 +1 @@
-2017.05.10
\ No newline at end of file
+2017.09.10
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GradedModules-2017.05.10/doc/chap0.html 
new/GradedModules-2017.09.10/doc/chap0.html
--- old/GradedModules-2017.05.10/doc/chap0.html 2017-08-29 15:29:35.0 
+0200
+++ new/GradedModules-2017.09.10/doc/chap0.html 2017-12-19 11:16:50.0 
+0100
@@ -28,7 +28,7 @@
 
 A homalg based package for the Abelian 
category of finitely presented graded modules over a computable graded ring
 
-Version 2017.05.10
+Version 2017.09.10
 
 September 2015
 
@@ -107,7 +107,7 @@
 
 1 Introduction
 
-2 Installation of the GradedModules 
Package
+2 Installation of the GradedModules 
Package
 
 3 Quick Start
 
@@ -142,7 +142,7 @@
 5.4-2 
CastelnuovoMumfordRegularity
 5.4-3 
CastelnuovoMumfordRegularityOfSheafification
 
-5.5 LISHV: Logical Implications for 
GradedModules
+5.5 LISHV: Logical Implications for 
GradedModules
 
 
 5.6 GradedModules: Operations and Functions
@@ -196,7 +196,7 @@
 
 
 
-A Overview of the GradedModules 
Package Source Code
+A Overview of the GradedModules 
Package Source Code
 
 References
 Index
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GradedModules-2017.05.10/doc/chap0.txt 
new/GradedModules-2017.09.10/doc/chap0.txt
--- old/GradedModules-2017.05.10/doc/chap0.txt  2017-08-29 15:29:35.0 
+0200
+++ new/GradedModules-2017.09.10/doc/chap0.txt  2017-12-19 11:16:50.0 
+0100
@@ -7,7 +7,7 @@
  modules over a computable graded ring
   
   
-   Version 2017.05.10
+   Version 2017.09.10
   
   
  September 2015
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit gap-fr for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-fr for openSUSE:Factory checked 
in at 2018-01-23 13:47:59

Comparing /work/SRC/openSUSE:Factory/gap-fr (Old)
 and  /work/SRC/openSUSE:Factory/.gap-fr.new (New)


Package is "gap-fr"

Tue Jan 23 13:47:59 2018 rev:2 rq:559910 version:2.4.3

Changes:

--- /work/SRC/openSUSE:Factory/gap-fr/gap-fr.changes2017-10-08 
20:08:48.812909708 +0200
+++ /work/SRC/openSUSE:Factory/.gap-fr.new/gap-fr.changes   2018-01-23 
13:48:19.870670851 +0100
@@ -1,0 +2,6 @@
+Sat Dec 23 16:43:18 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2.4.3
+  * No changelog available
+
+---

Old:

  FR-2.4.1.tar.bz2

New:

  fr-2.4.3.tar.bz2



Other differences:
--
++ gap-fr.spec ++
--- /var/tmp/diff_new_pack.7GuJc0/_old  2018-01-23 13:48:23.110519501 +0100
+++ /var/tmp/diff_new_pack.7GuJc0/_new  2018-01-23 13:48:23.110519501 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-fr
 #
-# Copyright (c) 2013 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,19 +18,20 @@
 
 Name:   gap-fr
 Summary:GAP: Computations with functionally recursive groups
-Version:2.4.1
-Release:0
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
-URL:http://www.uni-math.gwdg.de/laurent/FR/
+Version:2.4.3
+Release:0
+Url:http://www.uni-math.gwdg.de/laurent/FR/
 
-Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/FR-%version.tar.bz2
+Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/fr-%version.tar.bz2
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gap-rpm-devel
-Requires:   gap-core >= 4.7.6
+Requires:   gap-core >= 4.8
 Requires:   gap-fga >= 1.1
 Requires:   gap-gapdoc >= 1.0
+Requires:   gap-io >= 4.0
 Requires:   gap-polycyclic >= 2.2
 Suggests:   gap-gbnp >= 0.9
 Suggests:   gap-nq >= 2.4
@@ -44,7 +45,7 @@
 manipulated as standard GAP groups or semigroups.
 
 %prep
-%setup -qn FR-%version
+%setup -qn fr-%version
 
 %build
 




commit gap-gapdoc for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-gapdoc for openSUSE:Factory 
checked in at 2018-01-23 13:48:08

Comparing /work/SRC/openSUSE:Factory/gap-gapdoc (Old)
 and  /work/SRC/openSUSE:Factory/.gap-gapdoc.new (New)


Package is "gap-gapdoc"

Tue Jan 23 13:48:08 2018 rev:2 rq:559911 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/gap-gapdoc/gap-gapdoc.changes2017-10-08 
20:08:58.628477884 +0200
+++ /work/SRC/openSUSE:Factory/.gap-gapdoc.new/gap-gapdoc.changes   
2018-01-23 13:48:27.866297335 +0100
@@ -1,0 +2,9 @@
+Sat Dec 23 17:58:03 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 1.6.1
+  * Slightly nicer display of header lines of ManSection's with
+long names and/or long argument lists.
+  * Added an element  to be used in ManSection's on
+constructors.
+
+---

Old:

  GAPDoc-1.6.tar.bz2

New:

  GAPDoc-1.6.1.tar.bz2



Other differences:
--
++ gap-gapdoc.spec ++
--- /var/tmp/diff_new_pack.zwjVag/_old  2018-01-23 13:48:29.166236608 +0100
+++ /var/tmp/diff_new_pack.zwjVag/_new  2018-01-23 13:48:29.166236608 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-gapdoc
 #
-# Copyright (c) 2013 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,10 +18,10 @@
 
 Name:   gap-gapdoc
 Summary:GAP: package for GAP Documentation
-Version:1.6
-Release:0
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
+Version:1.6.1
+Release:0
 Url:http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc/
 
 Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/GAPDoc-%version.tar.bz2

++ GAPDoc-1.6.tar.bz2 -> GAPDoc-1.6.1.tar.bz2 ++
 6053 lines of diff (skipped)




commit gap-forms for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-forms for openSUSE:Factory 
checked in at 2018-01-23 13:47:48

Comparing /work/SRC/openSUSE:Factory/gap-forms (Old)
 and  /work/SRC/openSUSE:Factory/.gap-forms.new (New)


Package is "gap-forms"

Tue Jan 23 13:47:48 2018 rev:2 rq:559908 version:1.2.4

Changes:

--- /work/SRC/openSUSE:Factory/gap-forms/gap-forms.changes  2017-10-08 
20:08:40.365281351 +0200
+++ /work/SRC/openSUSE:Factory/.gap-forms.new/gap-forms.changes 2018-01-23 
13:48:08.851185626 +0100
@@ -1,0 +2,6 @@
+Sat Dec 23 16:32:08 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 1.2.4
+  * No changelog was provided
+
+---

Old:

  forms-1.2.3.tar.bz2

New:

  forms-1.2.4.tar.bz2



Other differences:
--
++ gap-forms.spec ++
--- /var/tmp/diff_new_pack.57YBlr/_old  2018-01-23 13:48:10.195122844 +0100
+++ /var/tmp/diff_new_pack.57YBlr/_new  2018-01-23 13:48:10.199122658 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-forms
 #
-# Copyright (c) 2013 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,18 +18,18 @@
 
 Name:   gap-forms
 Summary:GAP: Sesquilinear and Quadratic
-Version:1.2.3
-Release:0
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
+Version:1.2.4
+Release:0
 Url:http://www.debeule.eu/
 
 Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/forms-%version.tar.bz2
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gap-rpm-devel
-Requires:   gap-core >= 4.4
-Requires:   gap-gapdoc >= 0.99
+Requires:   gap-core >= 4.8
+Requires:   gap-gapdoc >= 1.5.1
 
 %description
 This package can be used for work with sesquilinear and quadratic

++ forms-1.2.3.tar.bz2 -> forms-1.2.4.tar.bz2 ++
 10972 lines of diff (skipped)




commit gap-fining for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-fining for openSUSE:Factory 
checked in at 2018-01-23 13:47:44

Comparing /work/SRC/openSUSE:Factory/gap-fining (Old)
 and  /work/SRC/openSUSE:Factory/.gap-fining.new (New)


Package is "gap-fining"

Tue Jan 23 13:47:44 2018 rev:2 rq:559907 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/gap-fining/gap-fining.changes2017-10-08 
20:08:30.825701034 +0200
+++ /work/SRC/openSUSE:Factory/.gap-fining.new/gap-fining.changes   
2018-01-23 13:47:59.563619495 +0100
@@ -1,0 +2,6 @@
+Mon Dec 25 22:14:07 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 1.4
+  * No changelog available
+
+---

Old:

  fining-1.3.3.tar.bz2

New:

  fining-1.4.tar.bz2



Other differences:
--
++ gap-fining.spec ++
--- /var/tmp/diff_new_pack.XmTtGG/_old  2018-01-23 13:48:00.863558768 +0100
+++ /var/tmp/diff_new_pack.XmTtGG/_new  2018-01-23 13:48:00.867558581 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-fining
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -17,7 +17,7 @@
 
 
 Name:   gap-fining
-Version:1.3.3
+Version:1.4
 Release:0
 Summary:GAP: Finite Incidence Geometry
 License:GPL-2.0+
@@ -29,13 +29,13 @@
 BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires:   gap-core >= 4.7
-Requires:   gap-cvec >= 2.5.3
+Requires:   gap-core >= 4.8
+Requires:   gap-cvec >= 2.5.7
 Requires:   gap-forms >= 1.2.3
-Requires:   gap-gapdoc >= 1.5.1
-Requires:   gap-genss >= 1.6.2
-Requires:   gap-grape >= 4.6.1
-Requires:   gap-orb >= 4.7.3
+Requires:   gap-gapdoc >= 1.6
+Requires:   gap-genss >= 1.6.4
+Requires:   gap-grape >= 4.7
+Requires:   gap-orb >= 4.7.6
 
 %description
 FinInG is a package for computation in Finite Incidence Geometry. It

++ fining-1.3.3.tar.bz2 -> fining-1.4.tar.bz2 ++
 95973 lines of diff (skipped)




commit bliss for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package bliss for openSUSE:Factory checked 
in at 2018-01-23 13:47:00

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


Package is "bliss"

Tue Jan 23 13:47:00 2018 rev:2 rq:559894 version:0.73

Changes:

--- /work/SRC/openSUSE:Factory/bliss/bliss.changes  2017-09-23 
21:32:54.361464989 +0200
+++ /work/SRC/openSUSE:Factory/.bliss.new/bliss.changes 2018-01-23 
13:47:01.434334997 +0100
@@ -1,0 +2,5 @@
+Mon Dec 25 16:59:01 UTC 2017 - jeng...@inai.de
+
+- Correct URL line in specfile
+
+---



Other differences:
--
++ bliss.spec ++
--- /var/tmp/diff_new_pack.rTaBy3/_old  2018-01-23 13:47:02.406289592 +0100
+++ /var/tmp/diff_new_pack.rTaBy3/_new  2018-01-23 13:47:02.418289032 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bliss
 #
-# Copyright (c) 2013 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
@@ -23,14 +23,14 @@
 Summary:A Tool for Computing Automorphism Groups and Canonical 
Labelings of Graphs
 License:LGPL-3.0
 Group:  Productivity/Scientific/Math
-URL:http://bliss.org/
+Url:http://www.tcs.hut.fi/Software/bliss/
 
 Source: http://www.tcs.hut.fi/Software/bliss/%name-%version.zip
 Patch1: bliss-am.diff
 Patch2: bliss-nodate.diff
+BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
-BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  unzip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build





commit gap-circle for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-circle for openSUSE:Factory 
checked in at 2018-01-23 13:47:23

Comparing /work/SRC/openSUSE:Factory/gap-circle (Old)
 and  /work/SRC/openSUSE:Factory/.gap-circle.new (New)


Package is "gap-circle"

Tue Jan 23 13:47:23 2018 rev:2 rq:559901 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/gap-circle/gap-circle.changes2017-10-08 
20:06:40.958534512 +0200
+++ /work/SRC/openSUSE:Factory/.gap-circle.new/gap-circle.changes   
2018-01-23 13:47:24.545255375 +0100
@@ -1,0 +2,6 @@
+Sat Dec 23 09:32:28 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 1.6.1
+  * No changelog as usual
+
+---

Old:

  circle-1.5.4.tar.bz2

New:

  circle-1.6.1.tar.bz2



Other differences:
--
++ gap-circle.spec ++
--- /var/tmp/diff_new_pack.A8vYEF/_old  2018-01-23 13:47:26.917144572 +0100
+++ /var/tmp/diff_new_pack.A8vYEF/_new  2018-01-23 13:47:26.921144385 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-circle
 #
-# Copyright (c) 2013 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,10 +18,10 @@
 
 Name:   gap-circle
 Summary:GAP: Adjoint groups of finite rings
-Version:1.5.4
-Release:0
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
+Version:1.6.1
+Release:0
 Url:http://www.cs.st-andrews.ac.uk/~alexk/circle/
 
 Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/circle-%version.tar.bz2
@@ -40,7 +40,7 @@
 groups of elements, invertible with respect to this operation.
 
 %prep
-%setup -qn circle
+%setup -qn circle-%version
 
 %build
 

++ circle-1.5.4.tar.bz2 -> circle-1.6.1.tar.bz2 ++
 4606 lines of diff (skipped)




commit gap-factint for openSUSE:Factory

2018-01-23 Thread root


bin_MPcgNYaSm.bin
Description: Binary data


commit gap-digraphs for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-digraphs for openSUSE:Factory 
checked in at 2018-01-23 13:47:29

Comparing /work/SRC/openSUSE:Factory/gap-digraphs (Old)
 and  /work/SRC/openSUSE:Factory/.gap-digraphs.new (New)


Package is "gap-digraphs"

Tue Jan 23 13:47:29 2018 rev:2 rq:559903 version:0.11.0

Changes:

--- /work/SRC/openSUSE:Factory/gap-digraphs/gap-digraphs.changes
2017-10-08 20:08:05.790802414 +0200
+++ /work/SRC/openSUSE:Factory/.gap-digraphs.new/gap-digraphs.changes   
2018-01-23 13:47:32.148900172 +0100
@@ -1,0 +2,22 @@
+Sat Dec 23 09:42:01 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 0.11.0
+  * Support for computing automorphisms, canonical labellings,
+and isomorphisms of digraphs with "nauty". This functionality
+requires the gap-nautytracesinterface package for GAP.
+However, this is not a required package, and the default
+engine remains "bliss". It is possible to specify the engine
+that is used by Digraphs.
+  * In particular, version 0.11.0 includes the following changes:
+  * `BlissAutomorphismGroup` and `NautyAutomorphismGroup` are
+introduced.
+  * `DigraphCanonicalLabelling` is replaced by
+`BlissCanonicalLabelling` and `NautyCanonicalLabelling`.
+  * `BlissCanonicalDigraph` and `NautyCanonicalDigraph` are
+introduced
+  * `DigraphsUseNauty` and `DigraphsUseBliss` are introduced.
+  * The property `IsHamiltonianDigraph` and the attribute
+`HamiltonianPath` were added.
+- Add digraphs-no-native.diff
+
+---

Old:

  digraphs-0.10.1.tar.bz2

New:

  digraphs-0.11.0.tar.bz2
  digraphs-no-native.diff



Other differences:
--
++ gap-digraphs.spec ++
--- /var/tmp/diff_new_pack.dmgy1p/_old  2018-01-23 13:47:33.092856074 +0100
+++ /var/tmp/diff_new_pack.dmgy1p/_new  2018-01-23 13:47:33.096855888 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gap-digraphs
-Version:0.10.1
+Version:0.11.0
 Release:0
 Summary:GAP: Digraphs and multigraphs
 License:GPL-3.0+
@@ -25,18 +25,23 @@
 Url:http://www-groups.mcs.st-andrews.ac.uk/~jamesm/digraphs.php
 
 Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/digraphs-%version.tar.bz2
+Patch1: digraphs-no-native.diff
+# Source contains a modified copy of bliss-0.73, so we cannot reuse bliss-devel
+BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gap-devel
 BuildRequires:  gap-rpm-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
+BuildRequires:  libtool
 BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   gap-core >= 4.8.2
-Requires:   gap-io >= 4.4.4
+Requires:   gap-io >= 4.4.6
 Requires:   gap-orb >= 4.7.5
 Suggests:   gap-gapdoc >= 1.5.1
 Suggests:   gap-grape >= 4.5
+Suggests:   gap-nautytracesinterface >= 0.2
 
 %description
 The Digraphs package is a GAP package containing methods for digraphs
@@ -44,10 +49,13 @@
 
 %prep
 %setup -qn digraphs-%version
+%patch -P 1 -p1
 
 %build
+autoreconf -fi
 %configure --with-gaproot="%gapdir"
 make %{?_smp_mflags}
+find . -type f -name "*~" -delete
 
 %install
 find . -type f -name .dirstamp -print -delete

++ digraphs-0.10.1.tar.bz2 -> digraphs-0.11.0.tar.bz2 ++
 15269 lines of diff (skipped)

++ digraphs-no-native.diff ++
From: Jan Engelhardt 
Date: 2017-12-23 10:46:26.870315439 +0100

build: drop host-specific compile flags

The system which built the program is not the same as to which runs it.
---
 Makefile.am |2 --
 1 file changed, 2 deletions(-)

Index: digraphs-0.11.0/Makefile.am
===
--- digraphs-0.11.0.orig/Makefile.am
+++ digraphs-0.11.0/Makefile.am
@@ -17,8 +17,6 @@ digraphs_la_SOURCES += src/bliss-0.73/pa
 digraphs_la_SOURCES += src/bliss-0.73/uintseqhash.cc src/bliss-0.73/heap.cc
 digraphs_la_SOURCES += src/bliss-0.73/timer.cc src/bliss-0.73/utils.cc 
 digraphs_la_SOURCES += src/bliss-0.73/bliss_C.cc
-digraphs_la_CXXFLAGS = -O3 -march=native -mpopcnt
-digraphs_la_CFLAGS = -O3 -march=native -mpopcnt
 
 digraphs_la_CPPFLAGS = $(GAP_CPPFLAGS) -DCONFIG_H
 # Note that the latter is only for GAP 4.4.12



commit gap-examplesforhomalg for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-examplesforhomalg for 
openSUSE:Factory checked in at 2018-01-23 13:47:31

Comparing /work/SRC/openSUSE:Factory/gap-examplesforhomalg (Old)
 and  /work/SRC/openSUSE:Factory/.gap-examplesforhomalg.new (New)


Package is "gap-examplesforhomalg"

Tue Jan 23 13:47:31 2018 rev:2 rq:559904 version:2017.09.02

Changes:

--- 
/work/SRC/openSUSE:Factory/gap-examplesforhomalg/gap-examplesforhomalg.changes  
2017-10-08 20:08:21.078129867 +0200
+++ 
/work/SRC/openSUSE:Factory/.gap-examplesforhomalg.new/gap-examplesforhomalg.changes
 2018-01-23 13:47:35.952722476 +0100
@@ -1,0 +2,6 @@
+Sat Dec 23 10:02:59 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.09.02
+  * No upstream changelog
+
+---

Old:

  ExamplesForHomalg-2017.05.25.tar.bz2

New:

  ExamplesForHomalg-2017.09.02.tar.bz2



Other differences:
--
++ gap-examplesforhomalg.spec ++
--- /var/tmp/diff_new_pack.GT0lJv/_old  2018-01-23 13:47:36.732686041 +0100
+++ /var/tmp/diff_new_pack.GT0lJv/_new  2018-01-23 13:47:36.736685854 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-examplesforhomalg
 #
-# Copyright (c) 2013 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,10 +18,10 @@
 
 Name:   gap-examplesforhomalg
 Summary:GAP: Examples for the homalg GAP Package
-Version:2017.05.25
-Release:0
 License:GPL-2.0
 Group:  Productivity/Scientific/Math
+Version:2017.09.02
+Release:0
 Url:
http://homalg-project.github.io/homalg_project/ExamplesForHomalg/
 
 Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/ExamplesForHomalg-%version.tar.bz2

++ ExamplesForHomalg-2017.05.25.tar.bz2 -> 
ExamplesForHomalg-2017.09.02.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExamplesForHomalg-2017.05.25/PackageInfo.g 
new/ExamplesForHomalg-2017.09.02/PackageInfo.g
--- old/ExamplesForHomalg-2017.05.25/PackageInfo.g  2017-08-29 
14:52:21.0 +0200
+++ new/ExamplesForHomalg-2017.09.02/PackageInfo.g  2017-12-19 
11:15:23.0 +0100
@@ -4,7 +4,7 @@
 
 Subtitle := "Examples for the GAP Package homalg",
 
-Version := "2017.05.25",
+Version := "2017.09.02",
 
 Date := ~.Version{[ 1 .. 10 ]},
 Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 
1 .. 4 ]} ),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExamplesForHomalg-2017.05.25/VERSION 
new/ExamplesForHomalg-2017.09.02/VERSION
--- old/ExamplesForHomalg-2017.05.25/VERSION2017-08-29 14:52:21.0 
+0200
+++ new/ExamplesForHomalg-2017.09.02/VERSION2017-12-19 11:15:23.0 
+0100
@@ -1 +1 @@
-2017.05.25
\ No newline at end of file
+2017.09.02
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExamplesForHomalg-2017.05.25/doc/chap0.html 
new/ExamplesForHomalg-2017.09.02/doc/chap0.html
--- old/ExamplesForHomalg-2017.05.25/doc/chap0.html 2017-08-29 
14:52:21.0 +0200
+++ new/ExamplesForHomalg-2017.09.02/doc/chap0.html 2017-12-19 
11:15:23.0 +0100
@@ -28,7 +28,7 @@
 
 Examples for the GAP package homalg
 
-Version 2017.05.25
+Version 2017.09.02
 
 June 2015
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExamplesForHomalg-2017.05.25/doc/chap0.txt 
new/ExamplesForHomalg-2017.09.02/doc/chap0.txt
--- old/ExamplesForHomalg-2017.05.25/doc/chap0.txt  2017-08-29 
14:52:21.0 +0200
+++ new/ExamplesForHomalg-2017.09.02/doc/chap0.txt  2017-12-19 
11:15:23.0 +0100
@@ -6,7 +6,7 @@
   Examples for the GAP package 
homalg
   
   
-   Version 2017.05.25
+   Version 2017.09.02
   
   
June 2015
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExamplesForHomalg-2017.05.25/doc/chap0_mj.html 
new/ExamplesForHomalg-2017.09.02/doc/chap0_mj.html
--- old/ExamplesForHomalg-2017.05.25/doc/chap0_mj.html  2017-08-29 
14:52:21.0 +0200
+++ new/ExamplesForHomalg-2017.09.02/doc/chap0_mj.html  2017-12-19 
11:15:23.0 +0100
@@ -31,7 +31,7 @@
 
 Examples for the GAP package homalg
 
-Version 2017.05.25
+Version 2017.09.02
 
 June 

commit gap-congruence for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-congruence for openSUSE:Factory 
checked in at 2018-01-23 13:47:26

Comparing /work/SRC/openSUSE:Factory/gap-congruence (Old)
 and  /work/SRC/openSUSE:Factory/.gap-congruence.new (New)


Package is "gap-congruence"

Tue Jan 23 13:47:26 2018 rev:2 rq:559902 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/gap-congruence/gap-congruence.changes
2017-10-08 20:06:52.886009776 +0200
+++ /work/SRC/openSUSE:Factory/.gap-congruence.new/gap-congruence.changes   
2018-01-23 13:47:28.021093002 +0100
@@ -1,0 +2,6 @@
+Sat Dec 23 09:36:30 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 1.2.1
+  * No changelog was provided
+
+---

Old:

  congruence-1.1.1.tar.bz2

New:

  congruence-1.2.1.tar.bz2



Other differences:
--
++ gap-congruence.spec ++
--- /var/tmp/diff_new_pack.YOAcFZ/_old  2018-01-23 13:47:28.657063292 +0100
+++ /var/tmp/diff_new_pack.YOAcFZ/_new  2018-01-23 13:47:28.661063105 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-congruence
 #
-# Copyright (c) 2013 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,10 +18,10 @@
 
 Name:   gap-congruence
 Summary:GAP: Congruence subgroups of SL(2,Z)
-Version:1.1.1
-Release:0
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
+Version:1.2.1
+Release:0
 Url:http://www.cs.st-andrews.ac.uk/~alexk/congruence/
 
 Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/congruence-%version.tar.bz2
@@ -29,7 +29,7 @@
 BuildRequires:  xz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   gap-core >= 4.7
+Requires:   gap-core >= 4.8
 Requires:   gap-gapdoc >= 1.5.1
 
 %description
@@ -41,7 +41,7 @@
 subgroups.
 
 %prep
-%setup -qn congruence
+%setup -qn congruence-%version
 
 %build
 

++ congruence-1.1.1.tar.bz2 -> congruence-1.2.1.tar.bz2 ++
 4733 lines of diff (skipped)




commit gap-autodoc for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-autodoc for openSUSE:Factory 
checked in at 2018-01-23 13:47:16

Comparing /work/SRC/openSUSE:Factory/gap-autodoc (Old)
 and  /work/SRC/openSUSE:Factory/.gap-autodoc.new (New)


Package is "gap-autodoc"

Tue Jan 23 13:47:16 2018 rev:2 rq:559899 version:2017.09.08

Changes:

--- /work/SRC/openSUSE:Factory/gap-autodoc/gap-autodoc.changes  2017-10-08 
20:06:15.311662817 +0200
+++ /work/SRC/openSUSE:Factory/.gap-autodoc.new/gap-autodoc.changes 
2018-01-23 13:47:18.121555457 +0100
@@ -1,0 +2,6 @@
+Fri Dec 22 19:53:07 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.09.08
+  * Fix spellos in documentation.
+
+---

Old:

  AutoDoc-2016.12.04.tar.bz2

New:

  AutoDoc-2017.09.08.tar.bz2



Other differences:
--
++ gap-autodoc.spec ++
--- /var/tmp/diff_new_pack.yO7F56/_old  2018-01-23 13:47:18.933517526 +0100
+++ /var/tmp/diff_new_pack.yO7F56/_new  2018-01-23 13:47:18.937517339 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-autodoc
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -20,7 +20,7 @@
 Summary:GAP: Tools for generating automatic GAPDoc documentations
 License:GPL-2.0
 Group:  Productivity/Scientific/Math
-Version:2016.12.04
+Version:2017.09.08
 Release:0
 Url:http://gap-packages.github.io/AutoDoc/
 

++ AutoDoc-2016.12.04.tar.bz2 -> AutoDoc-2017.09.08.tar.bz2 ++
 2060 lines of diff (skipped)




commit gap-4ti2interface for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-4ti2interface for 
openSUSE:Factory checked in at 2018-01-23 13:47:08

Comparing /work/SRC/openSUSE:Factory/gap-4ti2interface (Old)
 and  /work/SRC/openSUSE:Factory/.gap-4ti2interface.new (New)


Package is "gap-4ti2interface"

Tue Jan 23 13:47:08 2018 rev:1 rq:559897 version:2017.10.04

Changes:

New Changes file:

--- /dev/null   2018-01-05 12:14:39.755488130 +0100
+++ /work/SRC/openSUSE:Factory/.gap-4ti2interface.new/gap-4ti2interface.changes 
2018-01-23 13:47:11.705855165 +0100
@@ -0,0 +1,28 @@
+---
+Fri Dec 22 19:41:44 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.10.04
+  * Added COPYING file
+
+---
+Fri Sep  8 16:30:54 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.01.05
+  * No changelog was provided
+
+---
+Mon Dec  7 19:46:45 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 2015.11.06
+* No upstream changelog available
+
+---
+Tue Aug  4 09:04:01 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 2015.04.29
+* Resolve file descriptor leak
+
+---
+Fri Apr 18 09:47:00 UTC 2014 - jeng...@inai.de
+
+- Initial package (version 2013.09.20) for build.opensuse.org

New:

  4ti2Interface-4ti2Interface-2017.10.04.tar.bz2
  gap-4ti2interface.changes
  gap-4ti2interface.spec



Other differences:
--
++ gap-4ti2interface.spec ++
#
# spec file for package gap-4ti2interface
#
# Copyright (c) 2013 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


Name:   gap-4ti2interface
Version:2017.10.04
Release:0
Summary:GAP: Interface to 4ti2
License:GPL-2.0
Group:  Productivity/Scientific/Math
URL:http://homalg-project.github.io/homalg_project/4ti2Interface/

Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/4ti2Interface-4ti2Interface-%version.tar.bz2
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  gap-rpm-devel
Requires:   gap-core >= 4.7
Requires:   gap-io >= 4.2
Suggests:   gap-autodoc >= 2013.08.22

%description
This package provides a GAP module to interface with 4ti2,
a collection of programs that compute and solve algebraic,
geometric and combinational problems on linear spaces.

%prep
%setup -qn 4ti2Interface-%version

%build

%install
%gappkg_simple_install

%files -f %name.files
%defattr(-,root,root)

%changelog



commit gap for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap for openSUSE:Factory checked in 
at 2018-01-23 13:47:36

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


Package is "gap"

Tue Jan 23 13:47:36 2018 rev:2 rq:559906 version:4.8.9

Changes:

--- /work/SRC/openSUSE:Factory/gap/gap.changes  2017-10-08 20:14:00.955177422 
+0200
+++ /work/SRC/openSUSE:Factory/.gap.new/gap.changes 2018-01-23 
13:47:44.860306360 +0100
@@ -1,0 +2,10 @@
+Mon Dec 25 22:11:47 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 4.8.9
+  * Fixed a bug in RepresentativeAction producing incorrect
+answers for both symmetric and alternating groups, with both
+OnTuples and OnSets, by producing elements outside the group.
+  * Fixed a bug in RepresentativeAction for S_n and A_n acting on
+non-standard domains.
+
+---

Old:

  gap4r8p8_nopackages.zip

New:

  gap4r8p9_nopackages.zip



Other differences:
--
++ gap.spec ++
--- /var/tmp/diff_new_pack.L1thRs/_old  2018-01-23 13:47:49.884071674 +0100
+++ /var/tmp/diff_new_pack.L1thRs/_new  2018-01-23 13:47:49.888071488 +0100
@@ -17,14 +17,14 @@
 
 
 Name:   gap
-Version:4.8.8
+Version:4.8.9
 Release:0
 Summary:System for Computational Discrete Algebra
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://gap-system.org/
 
-Source: 
https://www.gap-system.org/pub/gap/gap4core/gap4r8p8_nopackages.zip
+Source: 
https://www.gap-system.org/pub/gap/gap4core/gap4r8p9_nopackages.zip
 Source2:macros.gap
 Source3:%name-rpmlintrc
 Patch1: gap-final-dir.diff
@@ -122,174 +122,165 @@
 Summary:Metapackage to cause installation of the GAP Distribution
 Group:  Productivity/Scientific/Math
 BuildArch:  noarch
-Recommends: gap >= %version
-Recommends: gap-4ti2interface >= 2017.01.05
-Recommends: gap-ace >= 5.2
+Requires:   gap >= %version
+Requires:   gap-4ti2interface >= 2017.10.04
+Requires:   gap-ace >= 5.2
 # gap-aclib-1.2 has no license attached: cannot ship that
-#Recommends:gap-aclib >= 1.2
-Recommends: gap-alnuth >= 3.0.0
-# gap-anupq-3.1.5 has no license attached: cannot ship that
-#Recommends:gap-anupq >= 3.1.5
-Recommends: gap-atlasrep >= 1.5.1
-Recommends: gap-autodoc >= 2016.12.04
-Recommends: gap-automata >= 1.13
-Recommends: gap-automgrp >= 1.3
-Recommends: gap-autpgrp >= 1.8
-Recommends: gap-browse >= 1.8.7
-# gap-cap-2017.07.25 has no license attached: cannot ship that
-#Recommends:gap-cap >= 2017.07.25
+#Requires:  gap-aclib >= 1.2
+Requires:   gap-alnuth >= 3.1.0
+# gap-anupq-3.2 has no license attached: cannot ship that
+#Requires:  gap-anupq >= 3.2
+Requires:   gap-atlasrep >= 1.5.1
+Requires:   gap-autodoc >= 2017.09.08
+Requires:   gap-automata >= 1.13
+Requires:   gap-automgrp >= 1.3
+Requires:   gap-autpgrp >= 1.8
+Requires:   gap-browse >= 1.8.7
+Recommends: gap-cap >= 2017.09.25
 # depends on unfinished carat
-#Recommends: gap-carat >= 2.1.6
-Recommends: gap-circle >= 1.5.4
-Recommends: gap-cohomolo >= 1.6.4
-Recommends: gap-congruence >= 1.1.1
-Recommends: gap-convex >= 2013.12.05
-Recommends: gap-corelg >= 1.20
-Recommends: gap-crime >= 1.4
-Recommends: gap-crisp >= 1.4.4
-Recommends: gap-cryst >= 4.1.12
-Recommends: gap-crystcat >= 1.1.6
-Recommends: gap-ctbllib >= 1.2.2
+#Requires:   gap-carat >= 2.1.6
+Requires:   gap-circle >= 1.6.1
+Requires:   gap-cohomolo >= 1.6.4
+Requires:   gap-congruence >= 1.2.1
+Requires:   gap-convex >= 2013.12.05
+Requires:   gap-corelg >= 1.20
+Requires:   gap-crime >= 1.4
+Requires:   gap-crisp >= 1.4.4
+Requires:   gap-cryst >= 4.1.12
+Requires:   gap-crystcat >= 1.1.6
+Requires:   gap-ctbllib >= 1.2.2
 # depends on grpconst (which is unfree)
-#Recommends: gap-cubefree >= 1.16
-Recommends: gap-cvec >= 2.5.7
-Recommends: gap-design >= 1.6
-Recommends: gap-digraphs >= 0.10.1
-Recommends: gap-edim >= 1.3.2
-Recommends: gap-example >= 3.5.1
-Recommends: gap-examplesforhomalg >= 2017.05.25
-Recommends: gap-factint >= 1.5.4
-Recommends: gap-fga >= 1.3.1
-Recommends: gap-fining >= 1.3.3
-Recommends: gap-float >= 0.7.6
+#Requires:   gap-cubefree >= 1.16
+Requires:   gap-cvec >= 2.5.7
+Requires:   gap-design >= 1.6
+Requires:   gap-digraphs >= 0.11.0
+Requires:   gap-edim >= 1.3.2
+Requires:   gap-example >= 3.5.1
+Requires:   gap-examplesforhomalg >= 

commit gap-alnuth for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package gap-alnuth for openSUSE:Factory 
checked in at 2018-01-23 13:47:12

Comparing /work/SRC/openSUSE:Factory/gap-alnuth (Old)
 and  /work/SRC/openSUSE:Factory/.gap-alnuth.new (New)


Package is "gap-alnuth"

Tue Jan 23 13:47:12 2018 rev:2 rq:559898 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/gap-alnuth/gap-alnuth.changes2017-10-08 
20:06:00.176328680 +0200
+++ /work/SRC/openSUSE:Factory/.gap-alnuth.new/gap-alnuth.changes   
2018-01-23 13:47:13.745759872 +0100
@@ -1,0 +2,6 @@
+Fri Dec 22 19:43:17 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 3.1.0
+  * Support PARI 2.9.0
+
+---

Old:

  Alnuth-3.0.0.tar.bz2

New:

  alnuth-3.1.0.tar.bz2



Other differences:
--
++ gap-alnuth.spec ++
--- /var/tmp/diff_new_pack.cKVptQ/_old  2018-01-23 13:47:14.581720820 +0100
+++ /var/tmp/diff_new_pack.cKVptQ/_new  2018-01-23 13:47:14.585720633 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gap-alnuth
 #
-# Copyright (c) 2013 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
@@ -17,18 +17,17 @@
 
 
 Name:   gap-alnuth
-Version:3.0.0
+Version:3.1.0
 Release:0
 Summary:GAP: Algebraic number theory and an interface to KANT
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://www.icm.tu-bs.de/ag_algebra/software/Alnuth/
-
-Source: 
ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/packages/Alnuth-%version.tar.bz2
+Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/alnuth-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 BuildRequires:  gap-rpm-devel
-Requires:   gap-core >= 4.5
+Requires:   gap-core >= 4.8
 Requires:   gap-polycyclic >= 1.1
 Requires:   pari-gp >= 2.5
 
@@ -43,7 +42,7 @@
 over number fields.
 
 %prep
-%setup -qn Alnuth-%version
+%setup -qn alnuth-%version
 
 %build
 

++ Alnuth-3.0.0.tar.bz2 -> alnuth-3.1.0.tar.bz2 ++
 4166 lines of diff (skipped)




commit fflas-ffpack for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package fflas-ffpack for openSUSE:Factory 
checked in at 2018-01-23 13:47:03

Comparing /work/SRC/openSUSE:Factory/fflas-ffpack (Old)
 and  /work/SRC/openSUSE:Factory/.fflas-ffpack.new (New)


Package is "fflas-ffpack"

Tue Jan 23 13:47:03 2018 rev:8 rq:559895 version:2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/fflas-ffpack/fflas-ffpack.changes
2017-09-11 16:23:30.986588676 +0200
+++ /work/SRC/openSUSE:Factory/.fflas-ffpack.new/fflas-ffpack.changes   
2018-01-23 13:47:03.526237274 +0100
@@ -1,0 +2,16 @@
+Mon Dec 25 17:03:23 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2.3.2
+  * new specialization for fgemv over recint
+  * improved fttrtri (triangular matrix inverse)
+  * clean-up and update all random matrix generator so they can
+be seeded.
+  * new pfgemv routine (parallel matrix vector product)
+  * new fpotrf routine (Cholesky factorization) and symmetric
+rand generator
+  * Gauss-Jordan inverse made to work
+  * change signature for CharPoly (now takes a polynomial domain
+as input)
+  * change the signature of ftrtrm
+
+---

Old:

  v2.2.2.tar.gz

New:

  v2.3.2.tar.gz



Other differences:
--
++ fflas-ffpack.spec ++
--- /var/tmp/diff_new_pack.JGPVpc/_old  2018-01-23 13:47:04.394196728 +0100
+++ /var/tmp/diff_new_pack.JGPVpc/_new  2018-01-23 13:47:04.394196728 +0100
@@ -24,7 +24,7 @@
 
 Name:   fflas-ffpack
 %define lname  libfflas0
-Version:2.2.2
+Version:2.3.2
 Release:0
 Summary:Finite Field Linear Algebra Subroutines
 License:LGPL-2.1+

++ v2.2.2.tar.gz -> v2.3.2.tar.gz ++
 31106 lines of diff (skipped)




commit fplll for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package fplll for openSUSE:Factory checked 
in at 2018-01-23 13:47:05

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


Package is "fplll"

Tue Jan 23 13:47:05 2018 rev:2 rq:559896 version:5.2.0

Changes:

--- /work/SRC/openSUSE:Factory/fplll/fplll.changes  2017-09-13 
22:34:59.228313818 +0200
+++ /work/SRC/openSUSE:Factory/.fplll.new/fplll.changes 2018-01-23 
13:47:06.654091157 +0100
@@ -1,0 +2,12 @@
+Mon Dec 25 19:08:54 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 5.2.0
+  * Bkz dump_gso in json
+  * Improve pruner
+  * BKZ with Z_NR
+  * Z_NR support
+  * Allow BOUNDED_LLL in Slide reduction and remove LLL from
+postprocessing by Michael Walter
+  * Add Gram-matrix object
+
+---

Old:

  fplll-5.1.0.tar.gz

New:

  fplll-5.2.0.tar.gz



Other differences:
--
++ fplll.spec ++
--- /var/tmp/diff_new_pack.NnkTxX/_old  2018-01-23 13:47:07.310060514 +0100
+++ /var/tmp/diff_new_pack.NnkTxX/_new  2018-01-23 13:47:07.314060327 +0100
@@ -17,8 +17,8 @@
 
 
 Name:   fplll
-%define lname   libfplll3
-Version:5.1.0
+%define lname   libfplll4
+Version:5.2.0
 Release:0
 Summary:Lenstra-Lovász Lattice Basis Reduction Algorithm Library
 License:LGPL-2.1+
@@ -79,9 +79,8 @@
 make %{?_smp_mflags}
 
 %install
-b="%buildroot"
-make install DESTDIR="$b"
-rm -f "$b/%_libdir"/*.la
+%make_install
+rm -f "%buildroot/%_libdir"/*.la
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig

++ fplll-5.1.0.tar.gz -> fplll-5.2.0.tar.gz ++
 12197 lines of diff (skipped)




commit ruby for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package ruby for openSUSE:Factory checked in 
at 2018-01-23 13:46:39

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


Package is "ruby"

Tue Jan 23 13:46:39 2018 rev:57 rq:568085 version:2.5

Changes:

--- /work/SRC/openSUSE:Factory/ruby/ruby.changes2017-07-17 
10:30:36.832281453 +0200
+++ /work/SRC/openSUSE:Factory/.ruby.new/ruby.changes   2018-01-23 
13:46:40.307321940 +0100
@@ -1,0 +2,5 @@
+Tue Nov 14 12:56:17 CET 2017 - behl...@suse.de
+
+- switch the default ruby to 2.5 
+
+---



Other differences:
--
++ ruby.spec ++
--- /var/tmp/diff_new_pack.omR71S/_old  2018-01-23 13:46:40.907293913 +0100
+++ /var/tmp/diff_new_pack.omR71S/_new  2018-01-23 13:46:40.907293913 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ruby
-Version:2.4
+Version:2.5
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: README




commit unbound for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package unbound for openSUSE:Factory checked 
in at 2018-01-23 13:46:22

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


Package is "unbound"

Tue Jan 23 13:46:22 2018 rev:22 rq:56 version:1.6.8

Changes:

--- /work/SRC/openSUSE:Factory/unbound/libunbound-devel-mini.changes
2017-10-20 16:10:47.545959813 +0200
+++ /work/SRC/openSUSE:Factory/.unbound.new/libunbound-devel-mini.changes   
2018-01-23 13:46:23.536105402 +0100
@@ -1,0 +2,7 @@
+Fri Jan 19 10:34:41 UTC 2018 - mich...@stroeder.com
+
+- update to 1.6.8
+  patch for CVE-2017-15105: vulnerability in the processing of
+  wildcard synthesized NSEC records.
+  
+---
unbound.changes: same change

Old:

  unbound-1.6.7.tar.gz

New:

  unbound-1.6.8.tar.gz



Other differences:
--
++ libunbound-devel-mini.spec ++
--- /var/tmp/diff_new_pack.UqKZj9/_old  2018-01-23 13:46:26.099985631 +0100
+++ /var/tmp/diff_new_pack.UqKZj9/_new  2018-01-23 13:46:26.103985444 +0100
@@ -24,7 +24,7 @@
 
 #
 Name:   libunbound-devel-mini
-Version:1.6.7
+Version:1.6.8
 Release:0
 #
 #

++ unbound.spec ++
--- /var/tmp/diff_new_pack.UqKZj9/_old  2018-01-23 13:46:26.139983762 +0100
+++ /var/tmp/diff_new_pack.UqKZj9/_new  2018-01-23 13:46:26.143983576 +0100
@@ -58,7 +58,7 @@
 %endif
 
 Name:   unbound
-Version:1.6.7
+Version:1.6.8
 Release:0
 #
 #

++ unbound-1.6.7.tar.gz -> unbound-1.6.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unbound-1.6.7/aclocal.m4 new/unbound-1.6.8/aclocal.m4
--- old/unbound-1.6.7/aclocal.m42017-10-10 09:12:57.0 +0200
+++ new/unbound-1.6.8/aclocal.m42018-01-19 10:10:59.0 +0100
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.15 -*- Autoconf -*-
+# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -9390,7 +9390,7 @@
 
 # AM_CONDITIONAL-*- Autoconf -*-
 
-# Copyright (C) 1997-2014 Free Software Foundation, Inc.
+# Copyright (C) 1997-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -9421,7 +9421,7 @@
 Usually this means the macro was only invoked conditionally.]])
 fi])])
 
-# Copyright (C) 2006-2014 Free Software Foundation, Inc.
+# Copyright (C) 2006-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unbound-1.6.7/configure new/unbound-1.6.8/configure
--- old/unbound-1.6.7/configure 2017-10-10 09:12:58.0 +0200
+++ new/unbound-1.6.8/configure 2018-01-19 10:11:00.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for unbound 1.6.7.
+# Generated by GNU Autoconf 2.69 for unbound 1.6.8.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='unbound'
 PACKAGE_TARNAME='unbound'
-PACKAGE_VERSION='1.6.7'
-PACKAGE_STRING='unbound 1.6.7'
+PACKAGE_VERSION='1.6.8'
+PACKAGE_STRING='unbound 1.6.8'
 PACKAGE_BUGREPORT='unbound-b...@nlnetlabs.nl'
 PACKAGE_URL=''
 
@@ -1437,7 +1437,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 unbound 1.6.7 to adapt to many kinds of systems.
+\`configure' configures unbound 1.6.8 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1502,7 +1502,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of unbound 1.6.7:";;
+ short | recursive ) echo "Configuration of unbound 1.6.8:";;
esac
   cat <<\_ACEOF
 
@@ -1714,7 +1714,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-unbound configure 1.6.7
+unbound configure 1.6.8
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2423,7 +2423,7 @@
 This file contains any messages produced by compilers while
 running 

commit multipath-tools for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package multipath-tools for openSUSE:Factory 
checked in at 2018-01-23 13:46:15

Comparing /work/SRC/openSUSE:Factory/multipath-tools (Old)
 and  /work/SRC/openSUSE:Factory/.multipath-tools.new (New)


Package is "multipath-tools"

Tue Jan 23 13:46:15 2018 rev:95 rq:567776 version:0.7.3+30+suse.6b5ed839

Changes:

--- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes  
2017-11-10 14:42:08.169188430 +0100
+++ /work/SRC/openSUSE:Factory/.multipath-tools.new/multipath-tools.changes 
2018-01-23 13:46:18.736329622 +0100
@@ -1,0 +2,65 @@
+Fri Jan 19 18:09:52 UTC 2018 - mwi...@suse.com
+
+- Update to version 0.7.3+30+suse.6b5ed839:
+  * multipath.rules: temporary rule to obtain ID_WWN for NVMe
+  (bsc#1076828)
+  * libmultipath: ignore natively multipathed NVME devices
+  (bsc#1076828)
+  * multipath.rules: handle NVME devices (bsc#1076828)
+  * FIX "libmultipath: hwtable: multibus for NetApp NVMe-FC"
+  (bsc#1073319)
+  * libmultipath: increase path product_id/rev field size for NVMe
+  (bsc#1073319)
+
+---
+Tue Jan 16 14:18:15 UTC 2018 - mwi...@suse.com
+
+- Update to version 0.7.3+25+suse.7c9920e2:
+  * assemble_map: no newline at end of params string (bsc#1072253)
+
+---
+Thu Jan 11 12:38:41 UTC 2018 - mwi...@suse.com
+
+- Update to version 0.7.3+24+suse.703a61d5:
+  * multipathd.service: drop Before=lvm2-lvmetad.service (bsc#1070427)
+  * libmultipath: hwtable: multibus for NetApp NVMe-FC
+  (bsc#1073319)
+  * libmultipath/propsel: select ALUA prioritizer for RDAC arrays only
+  (bsc#1075539)
+  * libmultipath: get_vpd_sgio: support VPD 0xc9 (bsc#1055949)
+  * libmultipath: sgio_get_vpd: add page argument (bsc#1055949)
+  * libmultipath: fix return code of sgio_get_vpd() (bsc#1055949)
+
+---
+Fri Dec 22 20:19:40 UTC 2017 - mwi...@suse.com
+
+- Update to version 0.7.3+19+suse.0fd18bdd:
+  * multipathd.socket: add WantedBy=sockets.target (bsc#1072253)
+
+---
+Fri Dec 22 17:21:57 UTC 2017 - mwi...@suse.com
+
+- Update to version 0.7.3+18+suse.8c97f433:
+  * multipath -C: decrease log level (bsc#1072504)
+
+---
+Fri Dec 22 16:30:47 UTC 2017 - mwi...@suse.com
+
+- Update to version 0.7.3+17+suse.cac42e6f:
+  * test-kpartx: add test for mapping without UUID
+  (bsc#1074013)
+
+---
+Wed Nov 29 21:41:37 UTC 2017 - mwi...@suse.com
+
+- Update to version 0.7.3+15+suse.570d5938:
+  * kpartx.rules: fix by-id/scsi-* for user_friendly_names
+  (bsc#1066893)
+
+---
+Mon Nov 20 17:59:50 UTC 2017 - mwi...@suse.com
+
+- Update to version 0.7.3+14+suse.da06e7f3:
+  * libmultipath: fix return code of sysfs_get_timeout (bsc#1069037)
+
+---

Old:

  multipath-tools-0.7.3+13+suse.db431514.tar.xz

New:

  multipath-tools-0.7.3+30+suse.6b5ed839.tar.xz



Other differences:
--
++ multipath-tools.spec ++
--- /var/tmp/diff_new_pack.xDyp5I/_old  2018-01-23 13:46:19.500293934 +0100
+++ /var/tmp/diff_new_pack.xDyp5I/_new  2018-01-23 13:46:19.500293934 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package multipath-tools
 #
-# Copyright (c) 2017 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
@@ -97,7 +97,7 @@
 
 Name:   multipath-tools
 Url:http://christophe.varoqui.free.fr/
-Version:0.7.3+13+suse.db431514
+Version:0.7.3+30+suse.6b5ed839
 Release:0
 Summary:Tools to Manage Multipathed Devices with the device-mapper
 License:GPL-2.0

++ _servicedata ++
--- /var/tmp/diff_new_pack.xDyp5I/_old  2018-01-23 13:46:19.548291692 +0100
+++ /var/tmp/diff_new_pack.xDyp5I/_new  2018-01-23 13:46:19.548291692 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/openSUSE/multipath-tools.git
-  db431514080f1479dcdf038a27214fd4a989c3d8
\ No newline at end of file
+  6b5ed8398a5d3b35cdf674d8256d9390a632b763
\ No newline at end of file

++ multipath-tools-0.7.3+13+suse.db431514.tar.xz -> 
multipath-tools-0.7.3+30+suse.6b5ed839.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore'