commit geronimo-specs for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package geronimo-specs for openSUSE:Factory 
checked in at 2018-07-24 17:33:17

Comparing /work/SRC/openSUSE:Factory/geronimo-specs (Old)
 and  /work/SRC/openSUSE:Factory/.geronimo-specs.new (New)


Package is "geronimo-specs"

Tue Jul 24 17:33:17 2018 rev:27 rq:623105 version:1.2

Changes:

--- /work/SRC/openSUSE:Factory/geronimo-specs/geronimo-specs.changes
2017-09-13 22:19:58.331142535 +0200
+++ /work/SRC/openSUSE:Factory/.geronimo-specs.new/geronimo-specs.changes   
2018-07-24 17:33:19.596133052 +0200
@@ -1,0 +2,12 @@
+Mon Jul 16 09:49:33 UTC 2018 - fst...@suse.com
+
+- BuildConflict with java-devel >= 11, since the build uses tools
+  and APIs removed in jdk11
+
+---
+Thu May 17 07:58:39 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+
+---



Other differences:
--
++ geronimo-specs.spec ++
--- /var/tmp/diff_new_pack.PukcDg/_old  2018-07-24 17:33:21.488135434 +0200
+++ /var/tmp/diff_new_pack.PukcDg/_new  2018-07-24 17:33:21.492135439 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package geronimo-specs
 #
-# 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
@@ -57,7 +57,7 @@
 Summary:Geronimo J2EE server J2EE specifications
 License:Apache-2.0
 Group:  Development/Languages/Java
-Url:http://geronimo.apache.org
+URL:http://geronimo.apache.org
 Source0:%{name}-%{version}-src.tar.bz2
 # STEPS TO CREATE THE SOURCE FILE
 # mkdir geronimo-specs-1.2
@@ -116,10 +116,11 @@
 Patch5: geronimo-specs-corba-2.3-pom_xml.patch
 BuildRequires:  ant
 BuildRequires:  fdupes
-BuildRequires:  java-devel >= 1.6.0
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  junit >= 3.8.1
+BuildConflicts: java-devel >= 11
 # The main package has links to all specs, so it requires all subpackages
 # except j2ee-schema (not linked) and javadocs
 Requires:   geronimo-annotation-1_0-api = %{version}
@@ -158,7 +159,6 @@
 Requires:   geronimo-stax-1_0-api = %{version}
 Requires:   geronimo-ws-metadata-2_0-api = %{version}
 Obsoletes:  geronimo-javadoc
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -807,7 +807,7 @@
 cp %{SOURCE1000} build.xml
 
 %build
-ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 \
 -Didlj=%{java_home}/bin/idlj
 
 %install




commit hsqldb for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package hsqldb for openSUSE:Factory checked 
in at 2018-07-24 17:33:05

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


Package is "hsqldb"

Tue Jul 24 17:33:05 2018 rev:26 rq:623088 version:2.4.1

Changes:

--- /work/SRC/openSUSE:Factory/hsqldb/hsqldb.changes2017-12-22 
12:16:53.711825729 +0100
+++ /work/SRC/openSUSE:Factory/.hsqldb.new/hsqldb.changes   2018-07-24 
17:33:09.612120479 +0200
@@ -1,0 +2,9 @@
+Thu Jul 12 07:59:04 UTC 2018 - fst...@suse.com
+
+- Version bump to 2.4.1
+  * Require java 8 or higher
+- Changed patch:
+  * hsqldb-2.3.3-javadoc10.patch -> hsqldb-2.4.1-javadoc10.patch
++ rediff to changed context
+
+---

Old:

  hsqldb-2.3.3-javadoc10.patch
  hsqldb-2.3.3.pom
  hsqldb-2.3.3.zip

New:

  hsqldb-2.4.1-javadoc10.patch
  hsqldb-2.4.1.pom
  hsqldb-2.4.1.zip



Other differences:
--
++ hsqldb.spec ++
--- /var/tmp/diff_new_pack.wksJZy/_old  2018-07-24 17:33:10.352121410 +0200
+++ /var/tmp/diff_new_pack.wksJZy/_new  2018-07-24 17:33:10.356121416 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hsqldb
 #
-# 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
@@ -22,7 +22,7 @@
 %endif
 
 Name:   hsqldb
-Version:2.3.3
+Version:2.4.1
 Release:0
 Summary:HyperSQL Database Engine
 License:BSD-3-Clause
@@ -45,9 +45,10 @@
 # Package org.hsqldb.cmdline was only compiled with java 1.5
 Patch1: %{name}-cmdline.patch
 # Jdk10's javadoc ends up in error when a remote url cannot be reached
-Patch2: hsqldb-2.3.3-javadoc10.patch
+Patch2: hsqldb-2.4.1-javadoc10.patch
 BuildRequires:  ant
 BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 # Needed for maven conversions
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
@@ -55,7 +56,7 @@
 BuildRequires:  servletapi5
 BuildRequires:  systemd
 BuildRequires:  unzip
-Requires:   java
+Requires:   java >= 1.8
 Requires:   servletapi5
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ hsqldb-2.3.3-javadoc10.patch -> hsqldb-2.4.1-javadoc10.patch ++
--- /work/SRC/openSUSE:Factory/hsqldb/hsqldb-2.3.3-javadoc10.patch  
2017-12-22 12:16:53.623830020 +0100
+++ /work/SRC/openSUSE:Factory/.hsqldb.new/hsqldb-2.4.1-javadoc10.patch 
2018-07-24 17:33:06.412116447 +0200
@@ -1,25 +1,22 @@
-diff -urEbwB hsqldb-2.3.3/hsqldb/build/build.xml 
hsqldb-2.3.3.new/hsqldb/build/build.xml
 hsqldb-2.3.3/hsqldb/build/build.xml2017-12-18 07:56:53.939190423 
+0100
-+++ hsqldb-2.3.3.new/hsqldb/build/build.xml2017-12-18 07:59:13.211190949 
+0100
-@@ -895,58 +895,7 @@
+--- hsqldb-2.4.1/hsqldb/build/build.xml2018-01-02 16:19:00.0 
+0100
 hsqldb-2.4.1/hsqldb/build/build.xml2018-07-11 08:35:42.354467810 
+0200
+@@ -871,36 +871,7 @@

  
  
--
--
+-
+-
 -http://docs.oracle.com/javase/7/docs/api/"/>
+-  value="http://docs.oracle.com/javase/8/docs/api/"/>
 -http://docs.oracle.com/javaee/6/api/"/>
+-  value="http://docs.oracle.com/javaee/7/api/"/>
 -
 -
 -
+-unless="ant.java.iscjava18">
 -http://docs.oracle.com/javase/6/docs/api/"/>
 -http://docs.oracle.com/javaee/5/api/"/>
 -
 -
--
--http://docs.oracle.com/javase/1.4.2/docs/api/"/>
--http://docs.oracle.com/javaee/1.4/api/"/>
--
--
--
--http://docs.oracle.com/javase/1.3/docs/api/"/>
--http://docs.oracle.com/javaee/1.3/api/"/>
--
--
--

commit antlr for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package antlr for openSUSE:Factory checked 
in at 2018-07-24 17:33:24

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


Package is "antlr"

Tue Jul 24 17:33:24 2018 rev:43 rq:624302 version:2.7.7

Changes:

--- /work/SRC/openSUSE:Factory/antlr/antlr-bootstrap.changes2017-12-10 
18:15:20.413209779 +0100
+++ /work/SRC/openSUSE:Factory/.antlr.new/antlr-bootstrap.changes   
2018-07-24 17:33:27.372142843 +0200
@@ -1,0 +2,6 @@
+Tue May 15 05:55:58 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+
+---
--- /work/SRC/openSUSE:Factory/antlr/antlr.changes  2018-01-16 
09:39:01.887066977 +0100
+++ /work/SRC/openSUSE:Factory/.antlr.new/antlr.changes 2018-07-24 
17:33:27.472142969 +0200
@@ -1,0 +2,11 @@
+Fri Jul 20 15:27:49 UTC 2018 - tchva...@suse.com
+
+- Do not use old compat macros for python directories
+
+---
+Tue May 15 05:54:51 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+
+---



Other differences:
--
++ antlr-bootstrap.spec ++
--- /var/tmp/diff_new_pack.cwlxVg/_old  2018-07-24 17:33:27.980143608 +0200
+++ /var/tmp/diff_new_pack.cwlxVg/_new  2018-07-24 17:33:27.984143613 +0200
@@ -24,10 +24,10 @@
 Summary:Antlr for bootstrapping purposes
 License:BSD-3-Clause AND SUSE-Public-Domain
 Group:  Development/Libraries/Java
-Url:http://www.antlr.org
+URL:http://www.antlr.org
 Source0:antlr-%{version}.tar.bz2
 Source1:manifest.antlr
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  unzip
 BuildRequires:  zip
 BuildArch:  noarch
@@ -94,7 +94,7 @@
 xargs jar cfm ${1}.jar manifest.* ;
   mv ${1}.jar $TARGET_DIR
 }
-COMPILER_COMMAND="javac -source 1.6 -target 1.6 -cp  "
+COMPILER_COMMAND="javac -source 8 -target 8 -cp  "
 delBinaryFiles
 mkdir src
 mv antlr src

++ antlr.spec ++
--- /var/tmp/diff_new_pack.cwlxVg/_old  2018-07-24 17:33:28.012143648 +0200
+++ /var/tmp/diff_new_pack.cwlxVg/_new  2018-07-24 17:33:28.012143648 +0200
@@ -21,9 +21,9 @@
 Version:2.7.7
 Release:0
 Summary:Another Tool for Language Recognition
-License:GPL-2.0+ AND SUSE-Public-Domain AND MIT
+License:GPL-2.0-or-later AND SUSE-Public-Domain AND MIT
 Group:  Development/Tools/Other
-Url:http://www.antlr.org/
+URL:http://www.antlr.org/
 Source0:antlr-%{version}.tar.bz2
 Source1:%{name}-build.xml
 Source2:%{name}-script
@@ -35,16 +35,16 @@
 BuildRequires:  ant
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-tools
-%if %{with python2}
-BuildRequires:  python2-base
-%endif
 BuildRequires:  xml-commons-apis
 Requires:   %{name}-java
 Provides:   %{name}-bootstrap = %{version}
 Obsoletes:  %{name}-bootstrap < %{version}
 Obsoletes:  %{name}-javadoc
+%if %{with python2}
+BuildRequires:  python2-base
+%endif
 
 %description
 ANTLR, Another Tool for Language Recognition, (formerly PCCTS) is a
@@ -55,7 +55,7 @@
 %packagejava
 Summary:ANother Tool for Language Recognition (Manual)
 Group:  Development/Tools/Other
-Requires:   java >= 1.6
+Requires:   java >= 1.8
 BuildArch:  noarch
 
 %descriptionjava
@@ -123,7 +123,7 @@
 %build
 ant \
 -Dj2se.apidoc=%{_javadocdir}/java \
--Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+-Dant.build.javac.source=8 -Dant.build.javac.target=8 \
 jar
 %configure
 make -j1
@@ -147,11 +147,11 @@
 
 ### python runtime ###
 %if %{with python2}
-install -d -m 0755 %{buildroot}%{py_sitedir}/%{name}
-cp -a lib/python/antlr/* %{buildroot}%{py_sitedir}/%{name}
+install -d -m 0755 %{buildroot}%{python_sitearch}/%{name}
+cp -a lib/python/antlr/* %{buildroot}%{python_sitearch}/%{name}
 # compat symlink
-ln -s -f %{py_sitedir}/%{name}/*.py %{buildroot}%{_datadir}/%{name}-%{version}/
-ln -s -f %{py_sitedir}/%{name}/*.pyc 
%{buildroot}%{_datadir}/%{name}-%{version}/
+ln -s -f %{python_sitearch}/%{name}/*.py 
%{buildroot}%{_datadir}/%{name}-%{version}/
+ln -s -f %{python_sitearch}/%{name}/*.pyc 
%{buildroot}%{_datadir}/%{name}-%{version}/
 %endif
 
 ### cpp runtime ###
@@ -167,7 +167,8 @@
 %fdupes -s doc
 
 %files
-%doc LICENSE.txt README.txt CHANGES.txt

commit dom4j for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package dom4j for openSUSE:Factory checked 
in at 2018-07-24 17:32:58

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


Package is "dom4j"

Tue Jul 24 17:32:58 2018 rev:20 rq:623086 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/dom4j/dom4j.changes  2017-09-13 
22:24:47.602418555 +0200
+++ /work/SRC/openSUSE:Factory/.dom4j.new/dom4j.changes 2018-07-24 
17:33:01.584110366 +0200
@@ -1,0 +2,16 @@
+Tue Jul 10 12:41:17 UTC 2018 - fst...@suse.com
+
+- Added patch:
+  * dom4j-javadoc.patch
++ Don't load urls while building javadoc in environment without
+  connectivity
+
+---
+Wed May 16 11:56:27 UTC 2018 - fst...@suse.com
+
+- Modified patch:
+  * dom4j-sourcetarget.patch
++ Build with source and target 8 to prepare for a possible
+  removal of 1.6 compatibility
+
+---

New:

  dom4j-javadoc.patch



Other differences:
--
++ dom4j.spec ++
--- /var/tmp/diff_new_pack.SQOEmw/_old  2018-07-24 17:33:02.332111308 +0200
+++ /var/tmp/diff_new_pack.SQOEmw/_new  2018-07-24 17:33:02.332111308 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dom4j
 #
-# 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
@@ -36,10 +36,12 @@
 Source2:http://repo1.maven.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom
 Patch0: dom4j-1.6.1-bug1618750.patch
 Patch1: dom4j-sourcetarget.patch
+Patch2: dom4j-javadoc.patch
 BuildRequires:  ant >= 1.6.5
 BuildRequires:  ant-apache-resolver
 BuildRequires:  ant-junit
 BuildRequires:  bea-stax
+BuildRequires:  fdupes
 BuildRequires:  isorelax
 BuildRequires:  java-devel >= 1.6
 # Needed for maven conversions
@@ -127,6 +129,7 @@
 rm -f src/test/org/dom4j/io/StaxTest.java
 %patch0 -p1 -b .bug1618750
 %patch1 -p1 -b .sourcetarget
+%patch2 -p1 -b .javadoc
 perl -pi -e 's/\r//g' LICENSE.txt docs/clover/*.css docs/style/*.css 
docs/xref/*.css docs/xref-test/*.css src/doc/style/*.css 
docs/benchmarks/xpath/*.java
 
 pushd lib
@@ -186,6 +189,9 @@
 cp -pr src/samples %{buildroot}%{_datadir}/%{name}/src
 #cp -pr build/classes/org/dom4j/samples 
$RPM_BUILD_ROOT%{_datadir}/%{name}/classes/org/dom4j
 install -m 0755 run.sh %{buildroot}%{_datadir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_docdir}/%{name}-%{version}
+%fdupes -s %{buildroot}%{_datadir}/%{name}
 
 %files
 %defattr(0644,root,root,0755)

++ dom4j-javadoc.patch ++
--- dom4j/build.xml 2009-05-12 15:04:18.0 +0200
+++ dom4j/build.xml 2018-07-10 10:51:51.814095475 +0200
@@ -224,7 +224,6 @@
  doctitle="${Name}"
  bottom="Copyright  ${year} MetaStuff Ltd. All Rights 
Reserved. Hosted by p img 
src='http://sourceforge.net/sflogo.php?group_id=16035' width='88' height='31' 
border='0' alt='SourceForge Logo' /"
  stylesheetfile="${doc.dir}/style/javadoc.css">
-  
 
 
 
@@ -240,8 +239,6 @@
  doctitle="${Name}"
  bottom="Copyright  ${year} MetaStuff Ltd. All Rights 
Reserved. Hosted by p img 
src='http://sourceforge.net/sflogo.php?group_id=16035' width='88' height='31' 
border='0' alt='SourceForge Logo' /"
  stylesheetfile="${doc.dir}/style/javadoc.css">
-  
-  
 
   
 
++ dom4j-sourcetarget.patch ++
--- /var/tmp/diff_new_pack.SQOEmw/_old  2018-07-24 17:33:02.388111379 +0200
+++ /var/tmp/diff_new_pack.SQOEmw/_new  2018-07-24 17:33:02.388111379 +0200
@@ -6,8 +6,8 @@
 optimize="${optimize}"
 -   target="1.3"
 -   source="1.3"
-+   target="1.6"
-+   source="1.6"
++   target="8"
++   source="8"
 deprecation="${deprecation}"
 classpathref="compile.classpath">

@@ -15,7 +15,7 @@
  
  
  
  

commit mx4j for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package mx4j for openSUSE:Factory checked in 
at 2018-07-24 17:33:11

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


Package is "mx4j"

Tue Jul 24 17:33:11 2018 rev:28 rq:623103 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/mx4j/mx4j.changes2017-10-10 
11:39:41.504148922 +0200
+++ /work/SRC/openSUSE:Factory/.mx4j.new/mx4j.changes   2018-07-24 
17:33:12.624124272 +0200
@@ -1,0 +2,6 @@
+Mon Jul 16 09:42:19 UTC 2018 - fst...@suse.com
+
+- BuildConflict with java-devel >= 11, since the package uses Corba
+  classes that were removed in jdk11
+
+---



Other differences:
--
++ mx4j.spec ++
--- /var/tmp/diff_new_pack.YRyej3/_old  2018-07-24 17:33:13.596125496 +0200
+++ /var/tmp/diff_new_pack.YRyej3/_new  2018-07-24 17:33:13.600125501 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mx4j
 #
-# 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
@@ -22,7 +22,7 @@
 Summary:Open Source Implementation of JMX Java API
 License:Apache-2.0
 Group:  Development/Libraries/Java
-Url:http://mx4j.sourceforge.net/
+URL:http://mx4j.sourceforge.net/
 Source0:mx4j-%{version}-src.tar.bz2
 Source1:mx4j-build.policy
 Source2:CatalogManager.properties
@@ -41,7 +41,7 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  docbook_3
 BuildRequires:  jaf
-BuildRequires:  java-devel >= 1.6.0
+BuildRequires:  java-devel >= 1.6
 BuildRequires:  javamail
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
@@ -53,6 +53,7 @@
 BuildRequires:  update-alternatives
 BuildRequires:  xalan-j2
 BuildRequires:  xerces-j2
+BuildConflicts: java-devel >= 11
 Requires:   apache-commons-logging >= 1.0.1
 Requires:   axis >= 1.1
 Requires:   bcel >= 5.0




commit junit for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package junit for openSUSE:Factory checked 
in at 2018-07-24 17:32:46

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


Package is "junit"

Tue Jul 24 17:32:46 2018 rev:22 rq:622094 version:4.11

Changes:

--- /work/SRC/openSUSE:Factory/junit/junit.changes  2017-12-22 
12:17:03.247360784 +0100
+++ /work/SRC/openSUSE:Factory/.junit.new/junit.changes 2018-07-24 
17:32:49.668095353 +0200
@@ -1,0 +2,8 @@
+Wed Jul 11 14:52:48 UTC 2018 - fst...@suse.com
+
+- Added patch:
+  * junit-jdk11.patch
++ Fix build with jdk11
++ Don't override removed SecurityManager methods
+
+---

New:

  junit-jdk11.patch



Other differences:
--
++ junit.spec ++
--- /var/tmp/diff_new_pack.mCjcbP/_old  2018-07-24 17:32:50.516096422 +0200
+++ /var/tmp/diff_new_pack.mCjcbP/_new  2018-07-24 17:32:50.520096426 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package junit
 #
-# 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
@@ -32,6 +32,7 @@
 Patch1: junit-jdk8.patch
 Patch2: junit-jdk9.patch
 Patch3: junit-jdk10.patch
+Patch4: junit-jdk11.patch
 BuildRequires:  ant
 BuildRequires:  fdupes
 BuildRequires:  hamcrest >= 1.3
@@ -87,6 +88,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 find . -type f -name "*.jar" -or -name "*.class" | xargs -t rm -rf
 

++ junit-jdk11.patch ++
--- junit-r4.11/src/test/java/org/junit/tests/running/core/MainRunner.java  
2012-11-13 21:10:09.0 +0100
+++ junit-r4.11/src/test/java/org/junit/tests/running/core/MainRunner.java  
2018-07-11 16:50:47.418496509 +0200
@@ -197,11 +197,6 @@
 }
 
 @Override
-public boolean checkTopLevelWindow(Object window) {
-return (originalSecurityManager == null) ? 
super.checkTopLevelWindow(window) : 
originalSecurityManager.checkTopLevelWindow(window);
-}
-
-@Override
 public void checkPrintJobAccess() {
 if (originalSecurityManager != null) {
 originalSecurityManager.checkPrintJobAccess();
@@ -209,20 +204,6 @@
 }
 
 @Override
-public void checkSystemClipboardAccess() {
-if (originalSecurityManager != null) {
-originalSecurityManager.checkSystemClipboardAccess();
-}
-}
-
-@Override
-public void checkAwtEventQueueAccess() {
-if (originalSecurityManager != null) {
-originalSecurityManager.checkAwtEventQueueAccess();
-}
-}
-
-@Override
 public void checkPackageAccess(String pkg) {
 if (originalSecurityManager != null) {
 originalSecurityManager.checkPackageAccess(pkg);
@@ -243,13 +224,6 @@
 }
 }
 
-@Override
-public void checkMemberAccess(Class clazz, int which) {
-if (originalSecurityManager != null) {
-originalSecurityManager.checkMemberAccess(clazz, which);
-}
-}
-
 @Override
 public void checkSecurityAccess(String target) {
 if (originalSecurityManager != null) {



commit xmlgraphics-batik for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package xmlgraphics-batik for 
openSUSE:Factory checked in at 2018-07-24 17:32:40

Comparing /work/SRC/openSUSE:Factory/xmlgraphics-batik (Old)
 and  /work/SRC/openSUSE:Factory/.xmlgraphics-batik.new (New)


Package is "xmlgraphics-batik"

Tue Jul 24 17:32:40 2018 rev:17 rq:622060 version:1.9

Changes:

--- /work/SRC/openSUSE:Factory/xmlgraphics-batik/xmlgraphics-batik.changes  
2017-06-01 16:30:09.880864545 +0200
+++ /work/SRC/openSUSE:Factory/.xmlgraphics-batik.new/xmlgraphics-batik.changes 
2018-07-24 17:32:42.588086431 +0200
@@ -1,0 +2,10 @@
+Wed Jul 11 10:21:58 UTC 2018 - fst...@suse.com
+
+- Added patch:
+  * xmlgraphics-batik-securitymanager.patch
++ Fix build with jdk11
++ Replace use of SecurityManager::checkSystemClipboardAccess
+  by check for AWTPermission("accessClipboard")
+- Run fdupes on relevant directories
+
+---
@@ -12 +22 @@
-- Add BuildRequires: javapackages-local (for maven conversions) 
+- Add BuildRequires: javapackages-local (for maven conversions) 

New:

  xmlgraphics-batik-securitymanager.patch



Other differences:
--
++ xmlgraphics-batik.spec ++
--- /var/tmp/diff_new_pack.VUJZxb/_old  2018-07-24 17:32:43.352087394 +0200
+++ /var/tmp/diff_new_pack.VUJZxb/_new  2018-07-24 17:32:43.356087399 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmlgraphics-batik
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2008, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -34,8 +34,10 @@
 Source7:%{name}.rasterizer.policy
 Patch1: %{name}-manifests.patch
 Patch2: %{name}-policy.patch
+Patch3: %{name}-securitymanager.patch
 BuildRequires:  ant
 # Needed for maven conversions
+BuildRequires:  fdupes
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  jython
@@ -132,11 +134,12 @@
 %setup -q -n batik-%{version}
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 export CLASSPATH=
 export OPT_JAR_LIST=:
-ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 all-jar jars
+ant all-jar jars
 
 %install
 
@@ -183,6 +186,7 @@
 mkdir -p %{buildroot}%{_datadir}/%{name}
 cp -pr contrib samples test-resources test-sources \
   %{buildroot}%{_datadir}/%{name}
+%fdupes -s %{buildroot}%{_datadir}/%{name}
 ln -s %{name} %{buildroot}%{_datadir}/batik
 
 # policy

++ xmlgraphics-batik-securitymanager.patch ++
--- 
batik-1.9/batik-swing/src/main/java/org/apache/batik/swing/gvt/JGVTComponent.java
   2017-03-17 16:56:33.0 +0100
+++ 
batik-1.9/batik-swing/src/main/java/org/apache/batik/swing/gvt/JGVTComponent.java
   2018-07-11 12:01:32.743072432 +0200
@@ -1275,7 +1275,7 @@
 securityManager = System.getSecurityManager();
 if (securityManager != null) {
 try {
-securityManager.checkSystemClipboardAccess();
+securityManager.checkPermission(new 
java.awt.AWTPermission("accessClipboard"));
 } catch (SecurityException e) {
 return; // Can't access clipboard.
 }



commit apache-commons-daemon for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package apache-commons-daemon for 
openSUSE:Factory checked in at 2018-07-24 17:32:53

Comparing /work/SRC/openSUSE:Factory/apache-commons-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-daemon.new (New)


Package is "apache-commons-daemon"

Tue Jul 24 17:32:53 2018 rev:14 rq:622501 version:1.0.15

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-daemon/apache-commons-daemon.changes  
2017-09-14 21:18:58.974761211 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-daemon.new/apache-commons-daemon.changes
 2018-07-24 17:32:55.228102358 +0200
@@ -1,0 +2,14 @@
+Thu Jul 12 15:01:55 UTC 2018 - sch...@suse.de
+
+- apache-commons-daemon-riscv64.patch: add riscv64 to the list of
+  supported cpus
+- Use %license for LICENSE.txt
+
+---
+Tue May 15 08:29:55 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+- Run fdupes on documentation
+
+---

New:

  apache-commons-daemon-riscv64.patch



Other differences:
--
++ apache-commons-daemon.spec ++
--- /var/tmp/diff_new_pack.w2rDu7/_old  2018-07-24 17:32:55.976103301 +0200
+++ /var/tmp/diff_new_pack.w2rDu7/_new  2018-07-24 17:32:55.976103301 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-daemon
 #
-# 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
@@ -31,9 +31,11 @@
 Patch1: apache-commons-daemon-s390x.patch
 Patch2: apache-commons-daemon-ppc64.patch
 Patch3: apache-commons-daemon-aarch64.patch
+Patch4: apache-commons-daemon-riscv64.patch
 BuildRequires:  ant
 BuildRequires:  apache-commons-parent
-BuildRequires:  java-devel
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  libcap-devel
@@ -77,6 +79,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 # remove java binaries from sources
 rm -rf src/samples/build/
@@ -97,7 +100,7 @@
 make %{?_smp_mflags}
 popd
 ant \
--Dcompile.source=1.6 -Dcompile.target=1.6 \
+-Dcompile.source=8 -Dcompile.target=8 \
 jar test javadoc
 
 %install
@@ -116,21 +119,23 @@
 # javadoc
 install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
-%doc LICENSE.txt PROPOSAL.html NOTICE.txt RELEASE-NOTES.txt src/samples
+%license LICENSE.txt
+%doc PROPOSAL.html NOTICE.txt RELEASE-NOTES.txt src/samples
 %{_javadir}/%{name}.jar
 %{_javadir}/%{short_name}.jar
 %{_mavenpomdir}/JPP-%{name}.pom
 %{_datadir}/maven-metadata/%{name}.xml
 
 %files jsvc
-%doc LICENSE.txt
+%license LICENSE.txt
 %{_bindir}/jsvc
 %{_mandir}/man1/jsvc.1*
 
 %files javadoc
-%doc LICENSE.txt
+%license LICENSE.txt
 %doc src/docs/*
 %doc %{_javadocdir}/%{name}
 

++ apache-commons-daemon-riscv64.patch ++
Index: commons-daemon-1.0.15-src/src/native/unix/configure
===
--- commons-daemon-1.0.15-src.orig/src/native/unix/configure
+++ commons-daemon-1.0.15-src/src/native/unix/configure
@@ -2709,6 +2709,10 @@ echo "$as_me: error: Unsupported operati
 CFLAGS="$CFLAGS -DCPU=\\\"aarch64\\\""
 HOST_CPU=$host_cpu
 ;;
+  riscv64)
+CFLAGS="$CFLAGS -DCPU=\\\"riscv64\\\""
+HOST_CPU=$host_cpu
+;;
   *)
 echo "$as_me:$LINENO: result: failed" >&5
 echo "${ECHO_T}failed" >&6
Index: commons-daemon-1.0.15-src/src/native/unix/support/apsupport.m4
===
--- commons-daemon-1.0.15-src.orig/src/native/unix/support/apsupport.m4
+++ commons-daemon-1.0.15-src/src/native/unix/support/apsupport.m4
@@ -175,6 +175,10 @@ AC_DEFUN(AP_SUPPORTED_HOST,[
 CFLAGS="$CFLAGS -DCPU=\\\"aarch64\\\""
 HOST_CPU=$host_cpu
 ;;
+  riscv64)
+CFLAGS="$CFLAGS -DCPU=\\\"riscv64\\\""
+HOST_CPU=$host_cpu
+;;
   *)
 AC_MSG_RESULT([failed])
 AC_MSG_ERROR([Unsupported CPU architecture "$host_cpu"]);;




commit gnu-jaf for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package gnu-jaf for openSUSE:Factory checked 
in at 2018-07-24 17:31:56

Comparing /work/SRC/openSUSE:Factory/gnu-jaf (Old)
 and  /work/SRC/openSUSE:Factory/.gnu-jaf.new (New)


Package is "gnu-jaf"

Tue Jul 24 17:31:56 2018 rev:21 rq:620798 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/gnu-jaf/gnu-jaf.changes  2017-09-17 
22:36:29.124204925 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-jaf.new/gnu-jaf.changes 2018-07-24 
17:31:58.648031026 +0200
@@ -1,0 +2,6 @@
+Thu May 17 20:40:21 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+
+---



Other differences:
--
++ gnu-jaf.spec ++
--- /var/tmp/diff_new_pack.Q4JQFT/_old  2018-07-24 17:31:59.912032621 +0200
+++ /var/tmp/diff_new_pack.Q4JQFT/_new  2018-07-24 17:31:59.916032626 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnu-jaf
 #
-# 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
@@ -21,13 +21,13 @@
 Version:1.1.1
 Release:0
 Summary:GNU implementation of the JavaBeans Activation Framework
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Libraries/Java
 Url:http://java.sun.com/products/javabeans/glasgow/jaf.html
 Source: %{official_name}-%{version}.tar.bz2
 BuildRequires:  ant
 BuildRequires:  antlr
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  unzip
 Requires(post): update-alternatives
 Provides:   jaf = %{version}
@@ -54,7 +54,7 @@
 
 %build
 export CLASSPATH=$(build-classpath glibj):$CLASSPATH
-ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 dist
+ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 dist
 
 %install
 mkdir -p %{buildroot}/%{_javadir}




commit objectweb-asm for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package objectweb-asm for openSUSE:Factory 
checked in at 2018-07-24 17:32:02

Comparing /work/SRC/openSUSE:Factory/objectweb-asm (Old)
 and  /work/SRC/openSUSE:Factory/.objectweb-asm.new (New)


Package is "objectweb-asm"

Tue Jul 24 17:32:02 2018 rev:19 rq:620875 version:3.3.1

Changes:

--- /work/SRC/openSUSE:Factory/objectweb-asm/objectweb-asm.changes  
2017-10-06 10:55:26.066060088 +0200
+++ /work/SRC/openSUSE:Factory/.objectweb-asm.new/objectweb-asm.changes 
2018-07-24 17:32:06.128040462 +0200
@@ -1,0 +2,9 @@
+Wed May 16 07:57:32 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+- Added patch:
+  * asm-3.3.1-jdk9.patch
++ Since JDK9, "_" is reserved keyword
+
+---

New:

  asm-3.3.1-jdk9.patch



Other differences:
--
++ objectweb-asm.spec ++
--- /var/tmp/diff_new_pack.I405wz/_old  2018-07-24 17:32:06.792041299 +0200
+++ /var/tmp/diff_new_pack.I405wz/_new  2018-07-24 17:32:06.796041305 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package objectweb-asm
 #
-# 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
@@ -35,8 +35,9 @@
 Source9:asm-MANIFEST.MF
 Patch0: objectweb-asm-no-classpath-in-manifest.patch
 Patch1: asm-3.3.1-sourcetarget.patch
+Patch2: asm-3.3.1-jdk9.patch
 BuildRequires:  ant >= 1.6.5
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  objectweb-anttask
@@ -62,6 +63,7 @@
 %setup -q -n asm-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 perl -pi -e 's/\r$//g' LICENSE.txt README.txt
 mkdir META-INF
 cp -p %{SOURCE9} META-INF/MANIFEST.MF
@@ -71,7 +73,7 @@
 export OPT_JAR_LIST=:
 ant \
 -Dobjectweb.ant.tasks.path=$(build-classpath objectweb-anttask) \
-   -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+   -Dant.build.javac.source=8 -Dant.build.javac.target=8 \
jar
 
 %install

++ asm-3.3.1-jdk9.patch ++
--- asm-3.3.1/src/org/objectweb/asm/util/CheckMethodAdapter.java
2010-12-19 09:35:58.0 +0100
+++ asm-3.3.1/src/org/objectweb/asm/util/CheckMethodAdapter.java
2018-05-16 09:39:36.099879920 +0200
@@ -1009,7 +1009,7 @@
 checkIdentifier(name, begin, slash, null);
 begin = slash + 1;
 } while (slash != max);
-} catch (IllegalArgumentException _) {
+} catch (IllegalArgumentException ex) {
 throw new IllegalArgumentException("Invalid "
 + msg
 + " (must be a fully qualified class name in internal 
form): "
@@ -1083,7 +1083,7 @@
 }
 try {
 checkInternalName(desc, start + 1, index, null);
-} catch (IllegalArgumentException _) {
+} catch (IllegalArgumentException ex) {
 throw new IllegalArgumentException("Invalid descriptor: "
 + desc);
 }



commit classpathx-mail for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package classpathx-mail for openSUSE:Factory 
checked in at 2018-07-24 17:31:50

Comparing /work/SRC/openSUSE:Factory/classpathx-mail (Old)
 and  /work/SRC/openSUSE:Factory/.classpathx-mail.new (New)


Package is "classpathx-mail"

Tue Jul 24 17:31:50 2018 rev:19 rq:620782 version:1.1.2

Changes:

--- /work/SRC/openSUSE:Factory/classpathx-mail/classpathx-mail.changes  
2017-09-13 22:24:39.463564345 +0200
+++ /work/SRC/openSUSE:Factory/.classpathx-mail.new/classpathx-mail.changes 
2018-07-24 17:31:52.544023325 +0200
@@ -1,0 +2,7 @@
+Wed May 16 09:19:57 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+- Run fdupes on the documentation
+
+---



Other differences:
--
++ classpathx-mail.spec ++
--- /var/tmp/diff_new_pack.rYyhqr/_old  2018-07-24 17:31:53.200024153 +0200
+++ /var/tmp/diff_new_pack.rYyhqr/_new  2018-07-24 17:31:53.204024159 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package classpathx-mail
 #
-# 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
@@ -22,7 +22,7 @@
 Version:1.1.2
 Release:0
 Summary:GNU JavaMail is a free implementation of the JavaMail API 
specification
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Libraries/Java
 Url:http://java.sun.com/products/javamail/
 Source0:http://ftp.gnu.org/gnu/classpathx/mail-%{version}.tar.gz
@@ -34,8 +34,9 @@
 # see bz157685
 Patch4: classpath-inetlib-docbuild.patch
 BuildRequires:  ant
+BuildRequires:  fdupes
 BuildRequires:  jaf >= 1.0
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  java-sasl
 BuildRequires:  javapackages-tools
 BuildRequires:  jce
@@ -98,7 +99,7 @@
 # build inetlib
 pushd inetlib-%{inetlibver}
   export CLASSPATH=%(build-classpath jce sasl)
-  ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6  
-Dj2se.apidoc=%{_javadocdir}/java inetlib.jar doc
+  ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 
-Dj2se.apidoc=%{_javadocdir}/java inetlib.jar doc
 popd
 mkdir classes
 cp -r inetlib-%{inetlibver}/classes/org classes
@@ -107,7 +108,7 @@
 ant \
   -Dj2se.apidoc=%{_javadocdir}/java \
   -Djaf.apidoc=%{_javadocdir}/jaf \
-  -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+  -Dant.build.javac.source=8 -Dant.build.javac.target=8 \
   dist javadoc
 # build monolithic
 mkdir monolithic
@@ -136,6 +137,7 @@
 ln -s classpathx-mail-%{jmailver}-monolithic-%{version}.jar 
%{buildroot}%{_javadir}/classpathx-mail-%{jmailver}-monolithic.jar
 install -dm 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pR docs/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 # javamail alternatives
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives/




commit apache-commons-collections for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package apache-commons-collections for 
openSUSE:Factory checked in at 2018-07-24 17:32:24

Comparing /work/SRC/openSUSE:Factory/apache-commons-collections (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-collections.new (New)


Package is "apache-commons-collections"

Tue Jul 24 17:32:24 2018 rev:13 rq:621901 version:3.2.2

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-collections/apache-commons-collections.changes
2017-10-17 01:51:07.106368278 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-collections.new/apache-commons-collections.changes
   2018-07-24 17:32:26.348065960 +0200
@@ -1,0 +2,15 @@
+Tue Jul 10 13:02:58 UTC 2018 - fst...@suse.com
+
+- Added patch:
+  * commons-collections-jdk11.patch
++ resolve ambiguity with toArray(null)
+   + fixes tests with jdk11
+
+---
+Tue May 15 07:37:07 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+- Run fdupes on documentation
+
+---

New:

  commons-collections-jdk11.patch



Other differences:
--
++ apache-commons-collections.spec ++
--- /var/tmp/diff_new_pack.G6zutc/_old  2018-07-24 17:32:27.888067901 +0200
+++ /var/tmp/diff_new_pack.G6zutc/_new  2018-07-24 17:32:27.888067901 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-collections
 #
-# 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
@@ -34,10 +34,12 @@
 # PATCH-FIX-UPSTREAM add missing MANIFEST.MF file
 Patch3: commons-collections-missing-MF.patch
 Patch4: commons-collections-3.2.2-tf.javadoc.patch
+Patch5: commons-collections-jdk11.patch
 BuildRequires:  ant
 BuildRequires:  ant-junit
 BuildRequires:  apache-commons-parent
-BuildRequires:  java-devel
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
@@ -100,6 +102,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 # Substitute version into testframework pom
 cp -p %{SOURCE1} pom-testframework.xml
@@ -108,8 +111,8 @@
 %build
 echo "junit.jar=$(build-classpath junit)" >>build.properties
 ant \
--Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
--Dant.build.javadoc.source=1.6 \
+-Dant.build.javac.source=8 -Dant.build.javac.target=8 \
+-Dant.build.javadoc.source=8 \
 -Djava.io.tmpdir=. jar javadoc tf.validate tf.jar dist.bin dist.src 
tf.javadoc
 
 %install
@@ -128,10 +131,12 @@
 # javadoc
 install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr build/docs/apidocs/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 # testframework-javadoc
 install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-testframework
 cp -pr build/docs/testframework/* 
%{buildroot}%{_javadocdir}/%{name}-testframework
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}-testframework
 
 %files
 %defattr(0644,root,root,0755)

++ commons-collections-jdk11.patch ++
--- 
commons-collections-3.2.2-src/src/test/org/apache/commons/collections/collection/AbstractTestCollection.java
2015-11-12 23:25:16.0 +0100
+++ 
commons-collections-3.2.2-src/src/test/org/apache/commons/collections/collection/AbstractTestCollection.java
2018-07-10 14:58:06.116528850 +0200
@@ -1116,7 +1116,7 @@
 verify();
 
 try {
-array = collection.toArray(null);
+array = collection.toArray((Object[])null);
 fail("toArray(null) should raise NPE");
 } catch (NullPointerException e) {
 // expected



commit axis for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package axis for openSUSE:Factory checked in 
at 2018-07-24 17:32:30

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


Package is "axis"

Tue Jul 24 17:32:30 2018 rev:30 rq:621938 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/axis/axis.changes2017-10-10 
11:39:28.292728773 +0200
+++ /work/SRC/openSUSE:Factory/.axis.new/axis.changes   2018-07-24 
17:32:36.120078279 +0200
@@ -1,0 +2,15 @@
+Tue Jul 10 16:47:47 UTC 2018 - fst...@suse.com
+
+- Added patch:
+  * axis-jdk11.patch
++ Fix build with jdk11
++ Don't build providers that are using APIs and classes removed
+  in jdk11
+
+---
+Tue May 15 14:01:35 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+
+---

New:

  axis-jdk11.patch



Other differences:
--
++ axis.spec ++
--- /var/tmp/diff_new_pack.tdsKTZ/_old  2018-07-24 17:32:37.068079474 +0200
+++ /var/tmp/diff_new_pack.tdsKTZ/_new  2018-07-24 17:32:37.068079474 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package axis
 #
-# 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
@@ -47,6 +47,7 @@
 Patch4: axis-encoding.patch
 Patch5: axis-compareto.patch
 Patch6: axis-enum.patch
+Patch7: axis-jdk11.patch
 BuildRequires:  ant
 BuildRequires:  ant-jdepend
 BuildRequires:  antlr
@@ -55,7 +56,7 @@
 BuildRequires:  classpathx-mail
 BuildRequires:  gnu-jaf
 BuildRequires:  jakarta-commons-discovery
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
@@ -97,12 +98,17 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 # Remove provided binaries
 find . -name "*.jar" -exec rm -f {} \;
 find . -name "*.zip" -exec rm -f {} \;
 find . -name "*.class" -exec rm -f {} \;
 rm -rf src/org/apache/axis/enum
+rm -f src/org/apache/axis/providers/java/CORBAProvider.java
+rm -f src/org/apache/axis/deployment/wsdd/providers/WSDDJavaCORBAProvider.java
+rm -f src/org/apache/axis/providers/java/EJBProvider.java
+rm -f src/org/apache/axis/deployment/wsdd/providers/WSDDJavaEJBProvider.java
 
 cp %{SOURCE1} %{SOURCE2} %{SOURCE3} .
 
@@ -125,8 +131,8 @@
 -Djunit.jar=$(build-classpath junit 2>/dev/null) \
 -Djimi.jar=$(build-classpath jimi 2>/dev/null) \
 -Djsse.jar=$(build-classpath jsse/jsse 2>/dev/null) \
--Dant.build.javac.source=1.6 -Dsource=1.6 \
--Dant.build.javac.target=1.6 -Dtarget=1.6 \
+-Dant.build.javac.source=8 -Dsource=8 \
+-Dant.build.javac.target=8 -Dtarget=8 \
 clean compile
 
 %install

++ axis-jdk11.patch ++
 766 lines (skipped)




commit cal10n for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package cal10n for openSUSE:Factory checked 
in at 2018-07-24 17:31:45

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


Package is "cal10n"

Tue Jul 24 17:31:45 2018 rev:10 rq:620779 version:0.7.7

Changes:

--- /work/SRC/openSUSE:Factory/cal10n/cal10n.changes2017-09-13 
22:19:33.258672300 +0200
+++ /work/SRC/openSUSE:Factory/.cal10n.new/cal10n.changes   2018-07-24 
17:31:46.600015825 +0200
@@ -1,0 +2,9 @@
+Wed May 16 09:00:43 UTC 2018 - fst...@suse.com
+
+- Modified patch:
+  * cal10n-0.7.7-sourcetarget.patch
++ Build with source and target 8 to prepare for a possible
+  removal of 1.6 compatibility
+- Run fdupes on documentation
+
+---



Other differences:
--
++ cal10n.spec ++
--- /var/tmp/diff_new_pack.VQ3NLI/_old  2018-07-24 17:31:47.556017032 +0200
+++ /var/tmp/diff_new_pack.VQ3NLI/_new  2018-07-24 17:31:47.560017037 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cal10n
 #
-# 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
@@ -27,7 +27,8 @@
 Source1:build.xml-0.7.7.tar.xz
 Patch0: cal10n-0.7.7-sourcetarget.patch
 BuildRequires:  ant
-BuildRequires:  java-devel
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  junit
 BuildRequires:  xz
 Requires:   java
@@ -95,6 +96,7 @@
 cp -pr target/site/apidocs*/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
 rm -rf target/site/api*
 popd
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}-%{version}
 
 %files
 %defattr(0644,root,root,0755)

++ cal10n-0.7.7-sourcetarget.patch ++
--- /var/tmp/diff_new_pack.VQ3NLI/_old  2018-07-24 17:31:47.584017067 +0200
+++ /var/tmp/diff_new_pack.VQ3NLI/_new  2018-07-24 17:31:47.588017072 +0200
@@ -5,11 +5,11 @@
 optimize="false" 
 deprecation="true" 
 -   target="1.5" 
-+   target="1.6" 
++   target="8" 
 verbose="false" 
 fork="false" 
 -   source="1.5">
-+   source="1.6">
++   source="8">

  

@@ -18,11 +18,11 @@
 optimize="false" 
 deprecation="true" 
 -   target="1.5" 
-+   target="1.6" 
++   target="8" 
 verbose="false" 
 fork="false" 
 -   source="1.5">
-+   source="1.6">
++   source="8">

  

@@ -31,7 +31,7 @@
   linksource="false" 
   breakiterator="false">
 -  http://java.sun.com/j2se/1.5.0/docs/api"/>
-+  http://java.sun.com/j2se/1.6.0/docs/api"/>
++  http://java.sun.com/j2se/1.8.0/docs/api"/>


  




commit bsf for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package bsf for openSUSE:Factory checked in 
at 2018-07-24 17:31:28

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


Package is "bsf"

Tue Jul 24 17:31:28 2018 rev:27 rq:620774 version:2.4.0

Changes:

--- /work/SRC/openSUSE:Factory/bsf/bsf.changes  2017-12-29 18:49:45.824641835 
+0100
+++ /work/SRC/openSUSE:Factory/.bsf.new/bsf.changes 2018-07-24 
17:31:29.715994515 +0200
@@ -1,0 +2,9 @@
+Wed May 16 05:52:07 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to anticipate a possible removal
+  of 1.6 compatibility
+- Modified patch:
+  * build.properties.patch
++ specify source level 8
+
+---



Other differences:
--
++ bsf.spec ++
--- /var/tmp/diff_new_pack.nDVusm/_old  2018-07-24 17:31:30.419995404 +0200
+++ /var/tmp/diff_new_pack.nDVusm/_new  2018-07-24 17:31:30.423995410 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bsf
 #
-# 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
@@ -32,7 +32,7 @@
 BuildRequires:  ant
 BuildRequires:  apache-commons-logging
 BuildRequires:  fdupes
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  rhino
@@ -93,7 +93,7 @@
 %build
 mkdir -p lib
 build-jar-repository -s -p lib apache-commons-logging rhino xalan-j2
-%{ant} -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 jar javadocs
+%{ant} -Dant.build.javac.source=8 -Dant.build.javac.target=8 jar javadocs
 
 %install
 # jar


++ build.properties.patch ++
--- /var/tmp/diff_new_pack.nDVusm/_old  2018-07-24 17:31:30.495995500 +0200
+++ /var/tmp/diff_new_pack.nDVusm/_new  2018-07-24 17:31:30.45506 +0200
@@ -35,7 +35,7 @@
 +
 +
 +
-+
++
 +
 +
 +




commit bsh2 for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package bsh2 for openSUSE:Factory checked in 
at 2018-07-24 17:31:39

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


Package is "bsh2"

Tue Jul 24 17:31:39 2018 rev:32 rq:620776 version:2.0.0.b6

Changes:

--- /work/SRC/openSUSE:Factory/bsh2/bsh2.changes2017-09-27 
16:49:13.234838589 +0200
+++ /work/SRC/openSUSE:Factory/.bsh2.new/bsh2.changes   2018-07-24 
17:31:40.944008687 +0200
@@ -1,0 +2,8 @@
+Wed May 16 07:29:15 UTC 2018 - fst...@suse.com
+
+- Modified patch:
+  * beanshell-2.0b6-target.patch
++ Build with source and target 8 to prepare for a possible
+  removal of 1.6 compatibility
+
+---



Other differences:
--
++ bsh2.spec ++
--- /var/tmp/diff_new_pack.tvRhxr/_old  2018-07-24 17:31:41.728009677 +0200
+++ /var/tmp/diff_new_pack.tvRhxr/_new  2018-07-24 17:31:41.728009677 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bsh2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2008, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -23,7 +23,7 @@
 Version:2.0.0.b6
 Release:0
 Summary:Lightweight Scripting for Java (BeanShell Version 2.x)
-License:SPL-1.0 OR LGPL-2.0+
+License:SPL-1.0 OR LGPL-2.0-or-later
 Group:  Development/Libraries/Java
 Url:http://www.beanshell.org/
 Source0:
https://github.com/beanshell/beanshell/archive/%{fversion}.tar.gz
@@ -52,7 +52,7 @@
 BuildRequires:  bsf-javadoc
 BuildRequires:  fdupes
 # Disable this one whenever the javadoc build is fixed for jdk9
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javacc3
 # Needed for maven conversions
 BuildRequires:  javapackages-local
@@ -150,7 +150,7 @@
 %build
 build-jar-repository -s -p lib asm/asm bsf javacc3 servlet
 pushd engine/javax-src/
-javac -cp $(build-classpath servlet) -source 1.6 -target 1.6 $(find . -name 
"*.java")
+javac -cp $(build-classpath servlet) -source 8 -target 8 $(find . -name 
"*.java")
 jar cf ../../lib/javaxscript.jar $(find . -name "*.class" -o -name "*.html")
 popd
 # set VERSION

++ beanshell-2.0b6-target.patch ++
--- /var/tmp/diff_new_pack.tvRhxr/_old  2018-07-24 17:31:41.760009717 +0200
+++ /var/tmp/diff_new_pack.tvRhxr/_new  2018-07-24 17:31:41.760009717 +0200
@@ -6,7 +6,7 @@
debug="on"
 -  target="1.5"
 +  source="1.6"
-+  target="1.6"
++  target="8"
includes="**/*.java"
excludes="${excludes},**/bak/**"
>
@@ -15,7 +15,7 @@
 author="true"
 version="true"
 -   source="1.5"
-+   source="1.6"
++   source="8"
 use="true"
 windowtitle="BeanShell ${version}"
 doctitle="h1BeanShell ${version}h1"




commit avalon-framework for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package avalon-framework for 
openSUSE:Factory checked in at 2018-07-24 17:31:02

Comparing /work/SRC/openSUSE:Factory/avalon-framework (Old)
 and  /work/SRC/openSUSE:Factory/.avalon-framework.new (New)


Package is "avalon-framework"

Tue Jul 24 17:31:02 2018 rev:11 rq:620766 version:4.1.4

Changes:

--- /work/SRC/openSUSE:Factory/avalon-framework/avalon-framework.changes
2017-09-15 22:32:01.457439642 +0200
+++ /work/SRC/openSUSE:Factory/.avalon-framework.new/avalon-framework.changes   
2018-07-24 17:31:02.211959784 +0200
@@ -1,0 +2,6 @@
+Tue May 15 13:56:16 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+
+---



Other differences:
--
++ avalon-framework.spec ++
--- /var/tmp/diff_new_pack.2NRWCG/_old  2018-07-24 17:31:02.715960421 +0200
+++ /var/tmp/diff_new_pack.2NRWCG/_new  2018-07-24 17:31:02.719960426 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package avalon-framework
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2007, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -31,7 +31,7 @@
 BuildRequires:  ant
 BuildRequires:  avalon-logkit
 BuildRequires:  fdupes
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
 BuildRequires:  log4j
@@ -81,7 +81,7 @@
 
 %build
 ant \
-   -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+   -Dant.build.javac.source=8 -Dant.build.javac.target=8 \
-Djunit.jar=$(build-classpath junit) \
-Dlogkit.jar=$(build-classpath avalon-logkit) \
-Dlog4j.jar=$(build-classpath log4j) \




commit bcel for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package bcel for openSUSE:Factory checked in 
at 2018-07-24 17:31:13

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


Package is "bcel"

Tue Jul 24 17:31:13 2018 rev:27 rq:620769 version:5.2

Changes:

--- /work/SRC/openSUSE:Factory/bcel/bcel.changes2017-09-29 
11:54:35.505525445 +0200
+++ /work/SRC/openSUSE:Factory/.bcel.new/bcel.changes   2018-07-24 
17:31:16.671978047 +0200
@@ -1,0 +2,6 @@
+Tue May 15 14:05:02 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+
+---



Other differences:
--
++ bcel.spec ++
--- /var/tmp/diff_new_pack.NZX8Np/_old  2018-07-24 17:31:17.307978850 +0200
+++ /var/tmp/diff_new_pack.NZX8Np/_new  2018-07-24 17:31:17.311978855 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bcel
 #
-# 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
@@ -28,7 +28,7 @@
 Source2:bcel.keyring
 Patch0: bcel-5.2-encoding.patch
 BuildRequires:  ant
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  regexp
 BuildRequires:  xml-commons-apis-bootstrap
 #!BuildIgnore:  xerces-j2
@@ -75,11 +75,11 @@
 export CLASSPATH=%(build-classpath regexp)
 export OPT_JAR_LIST="ant/ant-nodeps"
 ant \
--Dant.build.javac.target=1.6 -Dant.build.javac.source=1.6 \
+-Dant.build.javac.target=8 -Dant.build.javac.source=8 \
 -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} \
 compile
 ant \
--Dant.build.javac.target=1.6 -Dant.build.javac.source=1.6 \
+-Dant.build.javac.target=8 -Dant.build.javac.source=8 \
 -Dbuild.dest=./build -Dbuild.dir=./build -Dname=%{name} \
jar
 





commit bsh for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package bsh for openSUSE:Factory checked in 
at 2018-07-24 17:31:33

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


Package is "bsh"

Tue Jul 24 17:31:33 2018 rev:22 rq:620775 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/bsh/bsh.changes  2017-10-11 23:01:54.947423791 
+0200
+++ /work/SRC/openSUSE:Factory/.bsh.new/bsh.changes 2018-07-24 
17:31:37.584004447 +0200
@@ -1,0 +2,6 @@
+Wed May 16 07:25:41 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+
+---



Other differences:
--
++ bsh.spec ++
--- /var/tmp/diff_new_pack.62PsrI/_old  2018-07-24 17:31:38.116005118 +0200
+++ /var/tmp/diff_new_pack.62PsrI/_new  2018-07-24 17:31:38.120005124 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bsh
 #
-# 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
@@ -21,7 +21,7 @@
 Version:1.3.0
 Release:0
 Summary:Lightweight Scripting for Java
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/Java
 Url:http://www.beanshell.org/
 Source0:%{name}-%{version}-src.tar.bz2
@@ -32,7 +32,7 @@
 BuildRequires:  ant
 BuildRequires:  bsf
 BuildRequires:  fdupes
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 # Needed for maven conversions
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
@@ -108,9 +108,9 @@
 %build
 mkdir -p lib
 export CLASSPATH=$(build-classpath bsf servletapi5 xalan-j2)
-ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 dist
-(cd docs/faq && ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6)
-(cd docs/manual && ant -Dant.build.javac.source=1.6 
-Dant.build.javac.target=1.6)
+ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 dist
+(cd docs/faq && ant -Dant.build.javac.source=8 -Dant.build.javac.target=8)
+(cd docs/manual && ant -Dant.build.javac.source=8 -Dant.build.javac.target=8)
 
 %install
 # jars
@@ -154,8 +154,8 @@
 cp -pr javadoc/* %{buildroot}%{_javadocdir}/%{name}
 # demo
 for i in `find tests -name \*.bsh` tests/Template; do
-  perl -p -i -e 's,^\n?#!(/(usr/)?bin/java 
bsh\.Interpreter|/bin/sh),#!%{_bindir}/env %{_bindir}/%{name},' $i
-  if head -1 $i | grep '#!%{_bindir}/env %{_bindir}/%{name}' >/dev/null; then
+  perl -p -i -e 's,^\n?#!(/(usr/)?bin/java 
bsh\.Interpreter|/bin/sh),#!%{_bindir}/%{name},' $i
+  if head -1 $i | grep '#!%{_bindir}/%{name}' >/dev/null; then
 chmod 755 $i
   fi
 done




commit apache-ivy for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package apache-ivy for openSUSE:Factory 
checked in at 2018-07-24 17:30:51

Comparing /work/SRC/openSUSE:Factory/apache-ivy (Old)
 and  /work/SRC/openSUSE:Factory/.apache-ivy.new (New)


Package is "apache-ivy"

Tue Jul 24 17:30:51 2018 rev:13 rq:620759 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/apache-ivy/apache-ivy.changes2017-09-13 
22:25:07.551610106 +0200
+++ /work/SRC/openSUSE:Factory/.apache-ivy.new/apache-ivy.changes   
2018-07-24 17:30:52.975948116 +0200
@@ -1,0 +2,9 @@
+Tue May 15 13:26:55 UTC 2018 - fst...@suse.com
+
+- Modified patch:
+  * apache-ivy-2.3.0-jdk9.patch
++ Build with source and target 8 to prepare for a possible
+  removal of 1.6 compatibility
+- Run fdupes on documentation
+
+---



Other differences:
--
++ apache-ivy.spec ++
--- /var/tmp/diff_new_pack.f6zNZJ/_old  2018-07-24 17:30:54.051949476 +0200
+++ /var/tmp/diff_new_pack.f6zNZJ/_new  2018-07-24 17:30:54.055949481 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-ivy
 #
-# 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
@@ -31,7 +31,8 @@
 BuildRequires:  bouncycastle
 BuildRequires:  commons-httpclient
 BuildRequires:  dos2unix
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  jsch
@@ -98,6 +99,7 @@
 # API Documentation
 install -d %{buildroot}%{_javadocdir}/%{name}
 cp -rp build/doc/reports/api/. %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 # Command line script
 MAIN_CLASS=`sed -rn 's/^Main-Class: (.*)$/\1/gp' META-INF/MANIFEST.MF | tr -d 
'\r'`

++ apache-ivy-2.3.0-jdk9.patch ++
--- /var/tmp/diff_new_pack.f6zNZJ/_old  2018-07-24 17:30:54.075949506 +0200
+++ /var/tmp/diff_new_pack.f6zNZJ/_new  2018-07-24 17:30:54.075949506 +0200
@@ -5,7 +5,7 @@
  rat.report.dir=${reports.dir}/rat
  
 -ivy.minimum.javaversion=1.4
-+ivy.minimum.javaversion=1.6
++ivy.minimum.javaversion=1.8
  debug.mode=on
  ivy.install.version=1.4.1
  




commit avalon-logkit for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package avalon-logkit for openSUSE:Factory 
checked in at 2018-07-24 17:31:06

Comparing /work/SRC/openSUSE:Factory/avalon-logkit (Old)
 and  /work/SRC/openSUSE:Factory/.avalon-logkit.new (New)


Package is "avalon-logkit"

Tue Jul 24 17:31:06 2018 rev:14 rq:620767 version:2.1

Changes:

--- /work/SRC/openSUSE:Factory/avalon-logkit/avalon-logkit.changes  
2017-09-17 22:37:18.309289693 +0200
+++ /work/SRC/openSUSE:Factory/.avalon-logkit.new/avalon-logkit.changes 
2018-07-24 17:31:07.65996 +0200
@@ -1,0 +2,6 @@
+Tue May 15 13:57:23 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+
+---



Other differences:
--
++ avalon-logkit.spec ++
--- /var/tmp/diff_new_pack.3SY1co/_old  2018-07-24 17:31:08.511967741 +0200
+++ /var/tmp/diff_new_pack.3SY1co/_new  2018-07-24 17:31:08.511967741 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package avalon-logkit
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2005, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -37,7 +37,7 @@
 BuildRequires:  ant
 BuildRequires:  ant-junit
 BuildRequires:  fdupes
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javamail
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
@@ -83,7 +83,7 @@
tomcat-servlet-api \
junit \
 
-ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 \
 -Dencoding=ISO-8859-1 -Dnoget=true -lib %{_datadir}/java \
 jar javadoc
 
@@ -100,7 +100,7 @@
 # javadoc
 install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}
-%fdupes %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
 %doc LICENSE.txt NOTICE.txt





commit bea-stax for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package bea-stax for openSUSE:Factory 
checked in at 2018-07-24 17:31:19

Comparing /work/SRC/openSUSE:Factory/bea-stax (Old)
 and  /work/SRC/openSUSE:Factory/.bea-stax.new (New)


Package is "bea-stax"

Tue Jul 24 17:31:19 2018 rev:25 rq:620771 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/bea-stax/bea-stax.changes2017-09-17 
22:36:34.639429509 +0200
+++ /work/SRC/openSUSE:Factory/.bea-stax.new/bea-stax.changes   2018-07-24 
17:31:25.199988814 +0200
@@ -1,0 +2,8 @@
+Tue May 15 17:34:21 UTC 2018 - fst...@suse.com
+
+- Modified patch:
+  * bea-stax-target16.patch -> bea-stax-target8.patch
++ Build with source and target 8 to prepare for a possible
+  removal of 1.6 compatibility
+
+---

Old:

  bea-stax-target16.patch

New:

  bea-stax-target8.patch



Other differences:
--
++ bea-stax.spec ++
--- /var/tmp/diff_new_pack.UPHvq5/_old  2018-07-24 17:31:25.783989551 +0200
+++ /var/tmp/diff_new_pack.UPHvq5/_new  2018-07-24 17:31:25.787989557 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bea-stax
 #
-# 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
@@ -25,10 +25,10 @@
 Group:  Development/Libraries/Java
 Url:http://dev2dev.bea.com/technologies/stax/index.jsp
 Source0:stax-src-1.2.0_rc1-dev.zip
-Patch0: bea-stax-target16.patch
+Patch0: bea-stax-target8.patch
 Patch2: bea-stax-gcj-build.patch
 BuildRequires:  ant
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
 #!BuildIgnore:  xerces-j2-bootstrap

++ bea-stax-target16.patch -> bea-stax-target8.patch ++
--- /work/SRC/openSUSE:Factory/bea-stax/bea-stax-target16.patch 2017-09-17 
22:36:34.563440192 +0200
+++ /work/SRC/openSUSE:Factory/.bea-stax.new/bea-stax-target8.patch 
2018-07-24 17:31:24.119987451 +0200
@@ -5,7 +5,7 @@
  
  
@@ -14,7 +14,7 @@
  
  
  






commit asm for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package asm for openSUSE:Factory checked in 
at 2018-07-24 17:30:56

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


Package is "asm"

Tue Jul 24 17:30:56 2018 rev:19 rq:620763 version:1.5.3

Changes:

--- /work/SRC/openSUSE:Factory/asm/asm.changes  2017-09-13 22:19:17.280921690 
+0200
+++ /work/SRC/openSUSE:Factory/.asm.new/asm.changes 2018-07-24 
17:30:59.759956687 +0200
@@ -1,0 +2,8 @@
+Wed May 16 05:47:07 UTC 2018 - fst...@suse.com
+
+- Added patch:
+  * asm-1.5.3-jdk9.patch
++ "_" is keyword from jdk9
+- Run fdupes on documentation
+
+---

New:

  asm-1.5.3-jdk9.patch



Other differences:
--
++ asm.spec ++
--- /var/tmp/diff_new_pack.ysHauw/_old  2018-07-24 17:31:00.319957394 +0200
+++ /var/tmp/diff_new_pack.ysHauw/_new  2018-07-24 17:31:00.323957400 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package asm
 #
-# 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
@@ -27,7 +27,10 @@
 Source1:http://asm.objectweb.org/current/asm-eng.pdf
 Source2:http://asm.objectweb.org/doc/faq.html
 Patch0: %{name}-java16compat.patch
+Patch1: asm-1.5.3-jdk9.patch
 BuildRequires:  ant
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  objectweb-anttask
 BuildRequires:  xml-commons-apis
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -54,6 +57,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 find . -name "*.jar" -exec rm -f {} \;
 install -m 644 %{SOURCE1} .
 install -m 644 %{SOURCE2} .
@@ -66,13 +70,14 @@
 install -d -m 755 %{buildroot}%{_javadir}/%{name}
 for jar in output/dist/lib/*.jar; do
 install -m 644 ${jar} \
-%{buildroot}%{_javadir}/%{name}/`basename ${jar}`
+   %{buildroot}%{_javadir}/%{name}/`basename ${jar}`
 done
 (cd %{buildroot}%{_javadir}/%{name} && for jar in *-%{version}*; do \
 ln -sf ${jar} ${jar/-%{version}/}; done)
 # javadoc
 install -p -d -m 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr output/dist/doc/javadoc/user/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
 %defattr(0644,root,root,0755)

++ asm-1.5.3-jdk9.patch ++
diff -urEbwB asm-1.5.3/src/org/objectweb/asm/util/CheckCodeAdapter.java 
asm-1.5.3.new/src/org/objectweb/asm/util/CheckCodeAdapter.java
--- asm-1.5.3/src/org/objectweb/asm/util/CheckCodeAdapter.java  2004-03-19 
14:39:10.0 +0100
+++ asm-1.5.3.new/src/org/objectweb/asm/util/CheckCodeAdapter.java  
2018-05-16 07:38:33.742328672 +0200
@@ -722,7 +722,7 @@
 checkIdentifier(name, begin, slash, null);
 begin = slash + 1;
   } while (slash != max);
-} catch (IllegalArgumentException _) {
+} catch (IllegalArgumentException e) {
   throw new IllegalArgumentException(
 "Invalid " + msg +
 " (must be a fully qualified class name in internal form): " +
@@ -796,7 +796,7 @@
 }
 try {
   checkInternalName(desc, start + 1, index, null);
-} catch (IllegalArgumentException _) {
+} catch (IllegalArgumentException e) {
   throw new IllegalArgumentException("Invalid descriptor: " + desc);
 }
 return index + 1;
++ asm-java16compat.patch ++
--- /var/tmp/diff_new_pack.ysHauw/_old  2018-07-24 17:31:00.383957475 +0200
+++ /var/tmp/diff_new_pack.ysHauw/_new  2018-07-24 17:31:00.387957480 +0200
@@ -7,7 +7,7 @@
  
 -
 +
++   target="6" source="6">



@@ -20,10 +20,22 @@
  
 -
 +
++   target="6" source="6">


  
+diff -Naur ../asm-1.5.3.orig/jdoc/user.xml ./jdoc/user.xml
+--- ../asm-1.5.3.orig/jdoc/user.xml2004-04-06 06:14:22.0 +0200
 ./jdoc/user.xml2018-05-16 07:35:05.333298737 +0200
+@@ -12,7 +12,7 @@
+ 
+   
+ 
+-
+ 
 diff -Naur ../asm-1.5.3.orig/test/build.xml ./test/build.xml
 --- ../asm-1.5.3.orig/test/build.xml   2004-09-14 11:38:11.0 +0200
 +++ ./test/build.xml   2006-09-22 15:00:11.0 +0200
@@ -33,7 +45,7 @@
  
 -
 +
++   target="6" source="6">


  
@@ -43,7 +55,7 @@
  
 -
 +
++   target="6" source="6">


  
@@ -53,7 +65,7 @@
  
 -
 +
++   target="6" source="6">


  
@@ -63,7 +75,7 @@
  
 -
 +
++   target="6" source="6">


  
@@ -73,7 +85,7 

commit apache-commons-pool2 for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package apache-commons-pool2 for 
openSUSE:Factory checked in at 2018-07-24 17:30:46

Comparing /work/SRC/openSUSE:Factory/apache-commons-pool2 (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-pool2.new (New)


Package is "apache-commons-pool2"

Tue Jul 24 17:30:46 2018 rev:3 rq:620757 version:2.4.2

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-pool2/apache-commons-pool2.changes
2017-09-14 21:21:07.160720107 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-pool2.new/apache-commons-pool2.changes
   2018-07-24 17:30:47.551941263 +0200
@@ -1,0 +2,7 @@
+Tue May 15 13:19:59 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+- Run fdupes on documentation
+
+---



Other differences:
--
++ apache-commons-pool2.spec ++
--- /var/tmp/diff_new_pack.BQ8bqc/_old  2018-07-24 17:30:48.231942122 +0200
+++ /var/tmp/diff_new_pack.BQ8bqc/_new  2018-07-24 17:30:48.239942132 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-pool2
 #
-# 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
@@ -29,7 +29,8 @@
 Patch0: jakarta-commons-pool-build.patch
 BuildRequires:  ant
 BuildRequires:  cglib
-BuildRequires:  java-devel
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
 Requires:   cglib
@@ -65,7 +66,9 @@
 
 %build
 echo "cglib.jar=$(build-classpath cglib)" >> build.properties
-ant -Djava.io.tmpdir=. clean dist
+ant \
+-Djavac.target.version=8 -Djavac.src.version=8 \
+-Djava.io.tmpdir=. clean dist
 
 %install
 # jars
@@ -76,6 +79,7 @@
 # javadoc
 install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
 %doc README.txt LICENSE.txt




commit apache-commons-logging for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package apache-commons-logging for 
openSUSE:Factory checked in at 2018-07-24 17:30:38

Comparing /work/SRC/openSUSE:Factory/apache-commons-logging (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-logging.new (New)


Package is "apache-commons-logging"

Tue Jul 24 17:30:38 2018 rev:17 rq:620753 version:1.2

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-logging/apache-commons-logging.changes
2017-09-13 22:19:12.117648590 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-logging.new/apache-commons-logging.changes
   2018-07-24 17:30:42.503934884 +0200
@@ -1,0 +2,8 @@
+Tue May 15 10:56:40 UTC 2018 - fst...@suse.com
+
+- Modified patch:
+  * commons-logging-1.2-sourcetarget.patch
++ Build with source and target 8 to prepare for a possible
+  removal of 1.6 compatibility
+
+---



Other differences:
--
++ apache-commons-logging.spec ++
--- /var/tmp/diff_new_pack.eApVYB/_old  2018-07-24 17:30:43.447936077 +0200
+++ /var/tmp/diff_new_pack.eApVYB/_new  2018-07-24 17:30:43.447936077 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-logging
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2007, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -35,13 +35,13 @@
 BuildRequires:  ant
 BuildRequires:  ant-junit
 BuildRequires:  apache-commons-parent
-BuildRequires:  java-devel >= 1.6.0
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
 BuildRequires:  log4j-mini >= 1.2
 BuildRequires:  servletapi5
-Requires:   java >= 1.6.0
+Requires:   java >= 1.8
 Provides:   jakarta-%{short_name} = %{version}-%{release}
 Obsoletes:  jakarta-%{short_name} < %{version}
 Provides:   %{short_name} = %{version}-%{release}

++ commons-logging-1.2-sourcetarget.patch ++
--- /var/tmp/diff_new_pack.eApVYB/_old  2018-07-24 17:30:43.483936122 +0200
+++ /var/tmp/diff_new_pack.eApVYB/_new  2018-07-24 17:30:43.483936122 +0200
@@ -5,11 +5,11 @@
  

 -  
-+  
++  
  

 -  
-+  
++  
  







commit apache-commons-io for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package apache-commons-io for 
openSUSE:Factory checked in at 2018-07-24 17:30:32

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


Package is "apache-commons-io"

Tue Jul 24 17:30:32 2018 rev:11 rq:620751 version:2.4

Changes:

--- /work/SRC/openSUSE:Factory/apache-commons-io/apache-commons-io.changes  
2017-09-14 21:19:12.776818660 +0200
+++ /work/SRC/openSUSE:Factory/.apache-commons-io.new/apache-commons-io.changes 
2018-07-24 17:30:34.271924479 +0200
@@ -1,0 +2,7 @@
+Tue May 15 10:41:03 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+- Run fdupes on documentation
+
+---



Other differences:
--
++ apache-commons-io.spec ++
--- /var/tmp/diff_new_pack.gC66vi/_old  2018-07-24 17:30:35.491926022 +0200
+++ /var/tmp/diff_new_pack.gC66vi/_new  2018-07-24 17:30:35.495926026 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-io
 #
-# 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
@@ -29,11 +29,13 @@
 #PATCH-FIX-OPENSUSE: fix the version property to 2.4
 Patch0: commons-io-version-property.patch
 BuildRequires:  ant >= 1.6
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 Provides:   %{short_name} = %{version}-%{release}
 Provides:   jakarta-%{short_name} = %{version}-%{release}
-Obsoletes:  jakarta-%{short_name} <= %{version}
+Obsoletes:  jakarta-%{short_name} < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -59,7 +61,7 @@
 export OPT_JAR_LIST="junit"
 export CLASSPATH=
 CLASSPATH=target/classes:target/test-classes:$CLASSPATH
-ant -Dcompile.source=1.6 -Dcompile.target=1.6 \
+ant -Dcompile.source=8 -Dcompile.target=8 \
 -Dbuild.sysclasspath=only \
 dist
 
@@ -79,6 +81,7 @@
 # javadoc
 install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr target/apidocs/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
 %defattr(-,root,root,-)




commit apache-commons-codec for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package apache-commons-codec for 
openSUSE:Factory checked in at 2018-07-24 17:30:15

Comparing /work/SRC/openSUSE:Factory/apache-commons-codec (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-codec.new (New)


Package is "apache-commons-codec"

Tue Jul 24 17:30:15 2018 rev:17 rq:620745 version:1.10

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-codec/apache-commons-codec.changes
2017-10-20 16:11:56.634732384 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-codec.new/apache-commons-codec.changes
   2018-07-24 17:30:18.143904090 +0200
@@ -1,0 +2,7 @@
+Tue May 15 07:32:20 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+- Run fdupes on documentation
+
+---



Other differences:
--
++ apache-commons-codec.spec ++
--- /var/tmp/diff_new_pack.hpQ4Bu/_old  2018-07-24 17:30:18.879905021 +0200
+++ /var/tmp/diff_new_pack.hpQ4Bu/_new  2018-07-24 17:30:18.879905021 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-codec
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2010, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -32,13 +32,15 @@
 Patch0: timeout.patch
 BuildRequires:  ant >= 1.7
 BuildRequires:  ant-junit >= 1.7
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 # FIXME: mozilla-nss is necessary in order to use crypto, which is tested via 
junit tests
 #this should be a dependency of openjdk itself
 BuildRequires:  junit
 BuildRequires:  mozilla-nss
-Requires:   java >= 1.6.0
+Requires:   java >= 1.8
 Provides:   jakarta-%{short_name} = %{version}
 Obsoletes:  jakarta-%{short_name} < %{version}
 Provides:   %{short_name} = %{version}
@@ -82,7 +84,8 @@
 
 export CLASSPATH=$(build-classpath junit)
 ant -Dbuild.sysclasspath=first \
-  -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+  -Dant.build.javac.source=8 -Dant.build.javac.target=8 \
+  -Dcompile.source=8 -Dcompile.target=8 \
   -Dconf.home=src/conf \
   -Dbuild.home=build \
   -Dsource.home=src/main/java \
@@ -118,6 +121,7 @@
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
 cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}-%{version}
 ln -s %{name}-%{version} 
%{buildroot}%{_javadocdir}/jakarta-%{short_name}-%{version}
 ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/jakarta-%{short_name}
 ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}




commit ant for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ant for openSUSE:Factory checked in 
at 2018-07-24 17:29:58

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


Package is "ant"

Tue Jul 24 17:29:58 2018 rev:68 rq:620740 version:1.9.10

Changes:

--- /work/SRC/openSUSE:Factory/ant/ant-antlr.changes2018-02-25 
11:35:03.738521684 +0100
+++ /work/SRC/openSUSE:Factory/.ant.new/ant-antlr.changes   2018-07-24 
17:30:04.783887194 +0200
@@ -1,0 +2,14 @@
+Tue May 15 05:02:22 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+- Modified patch:
+  * apache-ant-1.9.9-sourcetarget.patch
+- Build with source/target 8
+
+---
+Fri Feb 23 10:24:31 UTC 2018 - ec...@opensuse.org
+
+- fix build error for Leap 42.3
+
+---
ant-junit.changes: same change
--- /work/SRC/openSUSE:Factory/ant/ant.changes  2018-02-25 11:35:03.938514422 
+0100
+++ /work/SRC/openSUSE:Factory/.ant.new/ant.changes 2018-07-24 
17:30:05.759888428 +0200
@@ -1,0 +2,9 @@
+Tue May 15 05:02:22 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+- Modified patch:
+  * apache-ant-1.9.9-sourcetarget.patch
+- Build with source/target 8
+
+---



Other differences:
--
++ ant-antlr.spec ++
--- /var/tmp/diff_new_pack.0LSJUO/_old  2018-07-24 17:30:06.863889825 +0200
+++ /var/tmp/diff_new_pack.0LSJUO/_new  2018-07-24 17:30:06.867889830 +0200
@@ -43,7 +43,7 @@
 Patch6: reproducible-build-date.patch
 Patch7: ant-python3.patch
 BuildRequires:  antlr-bootstrap
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
 BuildRequires:  xml-commons-apis-bootstrap
@@ -67,7 +67,7 @@
 BuildRequires:  strip-nondeterminism
 %endif
 %if %{with bootstrap}
-Requires:   java-devel >= 1.6
+Requires:   java-devel >= 1.8
 Requires:   javapackages-tools
 Requires:   jaxp_parser_impl
 Requires:   xml-commons-apis
@@ -381,7 +381,7 @@
 %if %{with bootstrap}
 export GC_MAXIMUM_HEAP_SIZE="134217728" #128M
 export JAVA_HOME="%{java_home}"
-export BOOTJAVAC_OPTS="-source 1.6 -target 1.6"
+export BOOTJAVAC_OPTS="-source 8 -target 8"
 sh -x ./build.sh --noconfig jars
 
 %endif
@@ -531,6 +531,8 @@
  -a ! -name tagdiff.xsl \
  -print -delete
 %endif
+# remove *.orig
+rm -rf %{buildroot}/usr/bin/ant.orig
 
 %if %{with bootstrap}
 %files

ant-junit.spec: same change
++ ant.spec ++
--- /var/tmp/diff_new_pack.0LSJUO/_old  2018-07-24 17:30:06.907889881 +0200
+++ /var/tmp/diff_new_pack.0LSJUO/_new  2018-07-24 17:30:06.907889881 +0200
@@ -42,7 +42,7 @@
 Patch6: reproducible-build-date.patch
 Patch7: ant-python3.patch
 BuildRequires:  antlr-bootstrap
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
 BuildRequires:  xml-commons-apis-bootstrap
@@ -66,7 +66,7 @@
 BuildRequires:  strip-nondeterminism
 %endif
 %if %{with bootstrap}
-Requires:   java-devel >= 1.6
+Requires:   java-devel >= 1.8
 Requires:   javapackages-tools
 Requires:   jaxp_parser_impl
 Requires:   xml-commons-apis
@@ -380,7 +380,7 @@
 %if %{with bootstrap}
 export GC_MAXIMUM_HEAP_SIZE="134217728" #128M
 export JAVA_HOME="%{java_home}"
-export BOOTJAVAC_OPTS="-source 1.6 -target 1.6"
+export BOOTJAVAC_OPTS="-source 8 -target 8"
 sh -x ./build.sh --noconfig jars
 
 %endif


++ apache-ant-1.9.9-sourcetarget.patch ++
--- /var/tmp/diff_new_pack.0LSJUO/_old  2018-07-24 17:30:07.003890002 +0200
+++ /var/tmp/diff_new_pack.0LSJUO/_new  2018-07-24 17:30:07.007890007 +0200
@@ -6,8 +6,8 @@

 -  
 -  
-+  
-+  
++  
++  







commit apache-commons-httpclient for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package apache-commons-httpclient for 
openSUSE:Factory checked in at 2018-07-24 17:30:27

Comparing /work/SRC/openSUSE:Factory/apache-commons-httpclient (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-httpclient.new (New)


Package is "apache-commons-httpclient"

Tue Jul 24 17:30:27 2018 rev:8 rq:620750 version:3.1

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-httpclient/apache-commons-httpclient.changes
  2017-09-13 22:19:01.971077052 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-httpclient.new/apache-commons-httpclient.changes
 2018-07-24 17:30:27.191915530 +0200
@@ -1,0 +2,7 @@
+Tue May 15 10:34:34 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+- Run fdupes on documentation
+
+---



Other differences:
--
++ apache-commons-httpclient.spec ++
--- /var/tmp/diff_new_pack.jWTofq/_old  2018-07-24 17:30:27.831916339 +0200
+++ /var/tmp/diff_new_pack.jWTofq/_new  2018-07-24 17:30:27.839916349 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-httpclient
 #
-# 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
@@ -36,15 +36,16 @@
 BuildRequires:  ant-junit
 BuildRequires:  commons-codec
 BuildRequires:  commons-logging >= 1.0.3
-BuildRequires:  java-devel >= 1.6.0
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  junit
 Requires:   commons-codec
 Requires:   commons-logging >= 1.0.3
 Provides:   %{short_name} = %{version}
 Provides:   jakarta-%{short_name} = %{version}
-Obsoletes:  jakarta-%{short_name} <= 3.1
+Obsoletes:  jakarta-%{short_name} < %{version}
 Provides:   jakarta-%{short_name}3 = %{version}
-Obsoletes:  jakarta-%{short_name}3 <= 3.1
+Obsoletes:  jakarta-%{short_name}3 < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -125,7 +126,7 @@
 
 %build
 ant \
-  -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+  -Dant.build.javac.source=8 -Dant.build.javac.target=8 \
   -Dbuild.sysclasspath=first \
   -Djavadoc.j2sdk.link=%{_javadocdir}/java \
   -Djavadoc.logging.link=%{_javadocdir}/apache-commons-logging \
@@ -151,14 +152,17 @@
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}
 mv dist/docs/api %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 # demo
 mkdir -p %{buildroot}%{_datadir}/%{name}
 cp -pr src/examples src/contrib %{buildroot}%{_datadir}/%{name}
+%fdupes -s %{buildroot}%{_datadir}/%{name}
 
 # manual and docs
 rm -f dist/docs/{BUILDING,TESTING}.txt
 ln -s %{_javadocdir}/%{name} dist/docs/apidocs
+%fdupes -s dist/docs
 
 %files
 %defattr(0644,root,root,0755)




commit ant-contrib for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ant-contrib for openSUSE:Factory 
checked in at 2018-07-24 17:30:08

Comparing /work/SRC/openSUSE:Factory/ant-contrib (Old)
 and  /work/SRC/openSUSE:Factory/.ant-contrib.new (New)


Package is "ant-contrib"

Tue Jul 24 17:30:08 2018 rev:26 rq:620741 version:1.0b3

Changes:

--- /work/SRC/openSUSE:Factory/ant-contrib/ant-contrib.changes  2017-09-13 
22:18:51.444559006 +0200
+++ /work/SRC/openSUSE:Factory/.ant-contrib.new/ant-contrib.changes 
2018-07-24 17:30:12.563897034 +0200
@@ -1,0 +2,7 @@
+Tue May 15 05:45:46 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+- Run fdupes on the documentation
+
+---



Other differences:
--
++ ant-contrib.spec ++
--- /var/tmp/diff_new_pack.jKpXZh/_old  2018-07-24 17:30:13.195897833 +0200
+++ /var/tmp/diff_new_pack.jKpXZh/_new  2018-07-24 17:30:13.203897843 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ant-contrib
 #
-# 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
@@ -22,7 +22,7 @@
 Summary:Collection of tasks for Ant
 License:Apache-2.0
 Group:  Development/Libraries/Java
-Url:http://ant-contrib.sourceforge.net/
+URL:http://ant-contrib.sourceforge.net/
 Source0:
http://prdownloads.sourceforge.net/ant-contrib/ant-contrib-%{version}-src.tar.gz
 Source1:
http://mirrors.ibiblio.org/pub/mirrors/maven2/%{name}/%{name}/1.0b3/%{name}-1.0b3.pom
 # ASL 2.0 Licence text
@@ -38,7 +38,8 @@
 BuildRequires:  bcel >= 5.1
 BuildRequires:  commons-httpclient
 BuildRequires:  commons-logging
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
@@ -46,7 +47,6 @@
 Requires:   junit >= 3.8.1
 Requires:   xerces-j2
 %requires_eqant
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -94,6 +94,7 @@
 # javadoc
 install -dm 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr target/docs/api/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 mkdir -p %{buildroot}%{_sysconfdir}/ant.d
 echo "ant/ant-contrib" > %{buildroot}%{_sysconfdir}/ant.d/ant-contrib
@@ -106,19 +107,19 @@
 
 %files
 %defattr(0644,root,root,0755)
-%doc target/docs/LICENSE.txt LICENSE-2.0.txt
+%license target/docs/LICENSE.txt
+%doc LICENSE-2.0.txt
 %config %{_sysconfdir}/ant.d/%{name}
 %{_javadir}/ant/%{name}.jar
 %{_mavenpomdir}/JPP.ant-%{name}.pom
 %{_datadir}/maven-metadata/%{name}.xml
 
 %files manual
-%defattr(-,root,root,-)
 %doc target/docs/manual/tasks/*
 
 %files javadoc
-%defattr(-,root,root,-)
-%doc target/docs/LICENSE.txt LICENSE-2.0.txt
+%license target/docs/LICENSE.txt
+%doc LICENSE-2.0.txt
 %doc %{_javadocdir}/%{name}
 
 %changelog

++ ant-contrib-sourcetarget.patch ++
--- /var/tmp/diff_new_pack.jKpXZh/_old  2018-07-24 17:30:13.295897959 +0200
+++ /var/tmp/diff_new_pack.jKpXZh/_new  2018-07-24 17:30:13.295897959 +0200
@@ -6,5 +6,5 @@
  ivy.deliver.revision=${project.version}
 -jdk.source=1.4
 -jdk.target=1.4
-+jdk.source=1.6
-+jdk.target=1.6
++jdk.source=8
++jdk.target=8




commit apache-commons-dbcp for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package apache-commons-dbcp for 
openSUSE:Factory checked in at 2018-07-24 17:30:21

Comparing /work/SRC/openSUSE:Factory/apache-commons-dbcp (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-dbcp.new (New)


Package is "apache-commons-dbcp"

Tue Jul 24 17:30:21 2018 rev:3 rq:620748 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/apache-commons-dbcp/apache-commons-dbcp.changes  
2016-11-05 21:24:58.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-dbcp.new/apache-commons-dbcp.changes 
2018-07-24 17:30:23.887911353 +0200
@@ -1,0 +2,10 @@
+Tue May 15 09:30:50 UTC 2018 - fst...@suse.com
+
+- Added patches:
+  * apache-commons-dbcp-sourcetarget.patch
++ build with java source / target 8 to align with other
+ packages
+  * apache-commons-dbcp-javadoc.patch
++ do not attempt to load urls while building
+
+---

New:

  apache-commons-dbcp-javadoc.patch
  apache-commons-dbcp-sourcetarget.patch



Other differences:
--
++ apache-commons-dbcp.spec ++
--- /var/tmp/diff_new_pack.eeCAHs/_old  2018-07-24 17:30:24.451912066 +0200
+++ /var/tmp/diff_new_pack.eeCAHs/_new  2018-07-24 17:30:24.455912071 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-dbcp
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,11 +28,14 @@
 Source0:
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
 Source100:  
http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz.asc
 Source101:  commons.keyring
+Patch0: apache-commons-dbcp-sourcetarget.patch
+Patch1: apache-commons-dbcp-javadoc.patch
 BuildRequires:  ant >= 1.6.5
 BuildRequires:  apache-commons-logging
 BuildRequires:  apache-commons-pool2
+BuildRequires:  fdupes
 BuildRequires:  geronimo-jta-1_1-api
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.7
 BuildRequires:  javapackages-tools
 BuildRequires:  jdbc-stdext >= 2.0
 BuildRequires:  junit >= 3.8.1
@@ -76,6 +79,8 @@
 
 %prep
 %setup -q -n %{short_name}-%{version}-src
+%patch0 -p1
+%patch1 -p1
 # remove all binary libs
 find . -name "*.jar" -exec rm -f {} \;
 
@@ -100,6 +105,7 @@
 # javadoc
 install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr dist/docs/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 # hibernate_jdbc_cache ghost symlink
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives/
 ln -sf %{_sysconfdir}/alternatives/hibernate_jdbc_cache.jar 
%{buildroot}%{_javadir}/hibernate_jdbc_cache.jar

++ apache-commons-dbcp-javadoc.patch ++
--- commons-dbcp2-2.1.1-src/build.xml   2018-05-15 11:17:10.227422992 +0200
+++ commons-dbcp2-2.1.1-src/build.xml   2018-05-15 11:24:49.257464289 +0200
@@ -145,8 +146,6 @@
nohelp="true"
nonavbar="false"
serialwarn="false">
-  http://docs.oracle.com/javase/7/docs/api/"/>
-  http://commons.apache.org/pool/apidocs"/>
   

 
++ apache-commons-dbcp-sourcetarget.patch ++
--- commons-dbcp2-2.1.1-src/build.xml   2018-05-15 11:17:10.227422992 +0200
+++ commons-dbcp2-2.1.1-src/build.xml   2018-05-15 11:24:49.257464289 +0200
@@ -58,7 +58,8 @@
   
   
   
-  
+  
+  
 


@@ -161,7 +160,8 @@
  debug="${javac.debug}"
  deprecation="${javac.deprecation}"
  optimize="${javac.optimize}"
- source="${javac.source}">
+ source="${javac.source}"
+ target="${javac.target}">
   
   
 
@@ -176,7 +176,8 @@
  includeantruntime="false"
  deprecation="${javac.deprecation}"
  optimize="${javac.optimize}"
- source="${javac.source}">
+ source="${javac.source}"
+ target="${javac.target}">
 






commit cmake for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2018-07-24 17:29:41

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


Package is "cmake"

Tue Jul 24 17:29:41 2018 rev:150 rq:624197 version:3.12.0

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2018-06-27 
10:16:51.601994552 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2018-07-24 
17:29:54.275873901 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 22:25:50 UTC 2018 - f...@grueninger.de
+
+- update to 3.12.0:
+  * No changes specific to CMake-GUI
+
+---
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2018-06-27 
10:16:52.257970692 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2018-07-24 
17:29:54.483874164 +0200
@@ -1,0 +2,16 @@
+Wed Jul 18 21:35:32 UTC 2018 - f...@grueninger.de
+
+- update to 3.12.0:
+  * The “target_link_libraries()” command now supports Object
+Libraries. Linking to an object library uses its object files in
+direct dependents and also propagates usage requirements.
+  * The "cmake(1)" Build Tool Mode ("cmake --build") gained "--
+parallel []" and "-j []" options to specify a parallel
+build level.
+  * New “FindPython3” and “FindPython2” modules, as well as a new
+“FindPython” module, have been added to provide a new way to locate
+python environments.
+  full changelog https://cmake.org/cmake/help/v3.12/release/3.12.html
+- adjust c17-default.patch 
+
+---

Old:

  cmake-3.11.4-SHA-256.txt
  cmake-3.11.4-SHA-256.txt.asc
  cmake-3.11.4.tar.gz

New:

  cmake-3.12.0-SHA-256.txt
  cmake-3.12.0-SHA-256.txt.asc
  cmake-3.12.0.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.dwf6pk/_old  2018-07-24 17:29:55.211875085 +0200
+++ /var/tmp/diff_new_pack.dwf6pk/_new  2018-07-24 17:29:55.211875085 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define shortversion 3.11
+%define shortversion 3.12
 Name:   cmake-gui
-Version:3.11.4
+Version:3.12.0
 Release:0
 Summary:CMake graphical user interface
 License:BSD-3-Clause

cmake.spec: same change
++ c17-default.patch ++
--- /var/tmp/diff_new_pack.dwf6pk/_old  2018-07-24 17:29:55.251875136 +0200
+++ /var/tmp/diff_new_pack.dwf6pk/_new  2018-07-24 17:29:55.251875136 +0200
@@ -37,13 +37,13 @@
 ===
 --- a/Source/cmMakefile.cxx
 +++ b/Source/cmMakefile.cxx
-@@ -4161,7 +4161,7 @@ static const char* const CXX_FEATURES[]
+@@ -4261,7 +4261,7 @@ static const char* const CXX_FEATURES[] = { nullptr 
FOR_EACH_CXX_FEATURE(
FEATURE_STRING) };
  #undef FEATURE_STRING
  
 -static const char* const C_STANDARDS[] = { "90", "99", "11" };
 +static const char* const C_STANDARDS[] = { "90", "99", "11", "17" };
- static const char* const CXX_STANDARDS[] = { "98", "11", "14", "17" };
+ static const char* const CXX_STANDARDS[] = { "98", "11", "14", "17", "20" };
  
  bool cmMakefile::AddRequiredTargetFeature(cmTarget* target,
 Index: b/Tests/CompileFeatures/CMakeLists.txt
@@ -67,9 +67,10 @@
 -#if DEFAULT_C11
 +#if DEFAULT_C17
 +#if __STDC_VERSION__ < 201710L
-+#error Unexpected value for __STDC_VERSION__.
++# error Unexpected value for __STDC_VERSION__.
 +#endif
 +#elif DEFAULT_C11
- #if __STDC_VERSION__ < 201112L
- #error Unexpected value for __STDC_VERSION__.
- #endif
+ #  if __STDC_VERSION__ < 201112L
+ #error Unexpected value for __STDC_VERSION__.
+ #  endif
+ 

++ cmake-3.11.4-SHA-256.txt -> cmake-3.12.0-SHA-256.txt ++
--- /work/SRC/openSUSE:Factory/cmake/cmake-3.11.4-SHA-256.txt   2018-06-27 
10:16:39.906419966 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-3.12.0-SHA-256.txt  
2018-07-24 17:29:45.715863070 +0200
@@ -1,11 +1,11 @@
-3649b7dd9c57a914bb89e6e054b37de324c85ab9ae055d4948cfa2d5df253416  
cmake-3.11.4-Darwin-x86_64.dmg
-2b5eb705f036b1906a5e0bce996e9cd56d43d73bdee8318ece3e5ce31657b812  
cmake-3.11.4-Darwin-x86_64.tar.gz
-317f37d8bd2e9a8beb3de720ff0d78740625d40225b4abf3d5591fd03f267ae2  
cmake-3.11.4-Linux-x86_64.sh
-6dab016a6b82082b8bcd0f4d1e53418d6372015dd983d29367b9153f1a376435  
cmake-3.11.4-Linux-x86_64.tar.gz
-72b3b82b6d2c2f3a375c0d2799c01819df8669dc55694c8b8daaf6232e873725  
cmake-3.11.4-win32-x86.msi
-b068001ff879f86e704977c50a8c5917e4b4406c66242366dba2674abe316579  
cmake-3.11.4-win32-x86.zip
-56e3605b8e49cd446f3487da88fcc38cb9c3e9e99a20f5d4bd63e54b7a35f869  
cmake-3.11.4-win64-x64.msi
-d3102abd0ded446c898252b58857871ee170312d8e7fd5cbff01fbcb1068a6e5  
cmake-3.11.4-win64-x64.zip

commit fwupdate for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package fwupdate for openSUSE:Factory 
checked in at 2018-07-24 17:29:28

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


Package is "fwupdate"

Tue Jul 24 17:29:28 2018 rev:10 rq:624146 version:12

Changes:

--- /work/SRC/openSUSE:Factory/fwupdate/fwupdate.changes2018-07-02 
23:28:24.649623844 +0200
+++ /work/SRC/openSUSE:Factory/.fwupdate.new/fwupdate.changes   2018-07-24 
17:29:38.839854368 +0200
@@ -1,0 +2,13 @@
+Thu Jul 19 21:56:34 UTC 2018 - bjorn@gmail.com
+
+- Update to version 12:
+  + Better CI.
+  + Limit how large our WMI buffer can be.
+  + Add fwup_version() because fwupd wants it.
+  + Fix linking on (some) platforms that need libgcc_eh.a.
+  + abicheck improvements.
+  + Default to creating a UX capsule, whatever it may actually do.
+- Refresh fwupdate-suse-build.patch with quilt.
+- Use url for source tarball and license tag for COPYING.
+
+---

Old:

  fwupdate-11.tar.bz2

New:

  fwupdate-12.tar.bz2



Other differences:
--
++ fwupdate.spec ++
--- /var/tmp/diff_new_pack.ZbXdQP/_old  2018-07-24 17:29:40.155856034 +0200
+++ /var/tmp/diff_new_pack.ZbXdQP/_new  2018-07-24 17:29:40.159856039 +0200
@@ -26,13 +26,13 @@
 %endif
 
 Name:   fwupdate
-Version:11
+Version:12
 Release:0
 Summary:Tools to manage UEFI firmware updates
 License:GPL-2.0-or-later
 Group:  System/Base
 Url:https://github.com/rhinstaller/fwupdate
-Source: %{name}-%{version}.tar.bz2
+Source0:
https://github.com/rhboot/fwupdate/releases/download/%{version}/%{name}-%{version}.tar.bz2
 Patch0: %{name}-suse-build.patch
 BuildRequires:  efivar-devel >= 34
 BuildRequires:  elfutils
@@ -151,7 +151,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_bindir}/fwupdate
 %doc %{_mandir}/man1/*
 %dir %{_datadir}/bash-completion

++ fwupdate-11.tar.bz2 -> fwupdate-12.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fwupdate-11/.travis.yml new/fwupdate-12/.travis.yml
--- old/fwupdate-11/.travis.yml 1970-01-01 01:00:00.0 +0100
+++ new/fwupdate-12/.travis.yml 2018-06-28 20:00:19.0 +0200
@@ -0,0 +1,17 @@
+language: c
+cache: ccache
+branches:
+  except:
+- travis
+
+matrix:
+ include:
+   - os: linux
+ dist: trusty
+ services: docker
+
+before_install:
+  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker pull 
vathpela/efi-ci-rawhide:v0 ; fi
+
+script:
+  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then docker run 
vathpela/efi-ci-rawhide:v0 /bin/sh -c "cd /root/ && ./build.sh --branch 
\"$TRAVIS_BRANCH\" --commit \"$TRAVIS_COMMIT\" --commit-range 
\"$TRAVIS_COMMIT_RANGE\" --event-type \"$TRAVIS_EVENT_TYPE\" --pull-request 
\"$TRAVIS_PULL_REQUEST\" --pr-branch \"$TRAVIS_PULL_REQUEST_BRANCH\" --pr-sha 
\"$TRAVIS_PULL_REQUEST_SHA\" --remote \"$TRAVIS_PULL_REQUEST_SLUG\" --repo 
\"$TRAVIS_REPO_SLUG\" --test-subject fwupdate" ; fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fwupdate-11/Make.defaults 
new/fwupdate-12/Make.defaults
--- old/fwupdate-11/Make.defaults   2018-04-09 20:44:38.0 +0200
+++ new/fwupdate-12/Make.defaults   2018-06-28 20:00:19.0 +0200
@@ -66,7 +66,17 @@
 
 EFIDIR ?= $(shell x=$$(which --skip-alias --skip-functions git 
2>/dev/null) ; [ -n "$$x" ] && git config --get fwupdate.efidir)
 ifeq ($(EFIDIR),)
-   EFIDIR_ERROR = $(error EFIDIR or .gitconfig fwupdate.efidir must be set 
to this distro's reserved EFI System Partition subdirectory name)
+   ifneq ("$(wildcard /etc/os-release)","")
+   RELEASE := /etc/os-release
+   else ifneq ("$(wildcard /usr/lib/os-release)","")
+   RELEASE := /usr/lib/os-release
+   endif
+   ifneq ($(RELEASE),)
+   EFIDIR = $(shell sed '/^ID=/!d; s/ID=//' $(RELEASE))
+   endif
+   ifeq ($(EFIDIR),)
+   EFIDIR_ERROR = $(error EFIDIR or .gitconfig fwupdate.efidir 
must be set to this distro's reserved EFI System Partition subdirectory name)
+   endif
 endif
 ESPMOUNTPOINT  ?= $(shell x=$$(which --skip-alias --skip-functions git 
2>/dev/null) ; [ -n "$$x" ] && git config --get fwupdate.espmountdir)
 ifeq ($(ESPMOUNTPOINT),)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fwupdate-11/Make.rules new/fwupdate-12/Make.rules
--- old/fwupdate-11/Make.rules  2018-04-09 20:44:38.0 +0200
+++ new/fwupdate-12/Make.rules  2018-06-28 20:00:19.0 +0200
@@ 

commit yast2-bootloader for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2018-07-24 17:28:47

Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-bootloader.new (New)


Package is "yast2-bootloader"

Tue Jul 24 17:28:47 2018 rev:266 rq:624667 version:4.1.6

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2018-07-03 23:32:31.488566110 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2018-07-24 17:28:53.883797440 +0200
@@ -1,0 +2,7 @@
+Fri Jul 20 15:12:13 CEST 2018 - sch...@suse.de
+
+- Update: Fixed crash while reading grub settings from installed
+  system (bsc#1094031).
+- 4.1.6
+
+---

Old:

  yast2-bootloader-4.1.5.tar.bz2

New:

  yast2-bootloader-4.1.6.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.lUwHfq/_old  2018-07-24 17:28:54.347798028 +0200
+++ /var/tmp/diff_new_pack.lUwHfq/_new  2018-07-24 17:28:54.351798032 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:4.1.5
+Version:4.1.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-bootloader-4.1.5.tar.bz2 -> yast2-bootloader-4.1.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-4.1.5/package/yast2-bootloader.changes 
new/yast2-bootloader-4.1.6/package/yast2-bootloader.changes
--- old/yast2-bootloader-4.1.5/package/yast2-bootloader.changes 2018-07-02 
16:48:24.0 +0200
+++ new/yast2-bootloader-4.1.6/package/yast2-bootloader.changes 2018-07-23 
10:19:29.0 +0200
@@ -1,4 +1,11 @@
 ---
+Fri Jul 20 15:12:13 CEST 2018 - sch...@suse.de
+
+- Update: Fixed crash while reading grub settings from installed
+  system (bsc#1094031).
+- 4.1.6
+
+---
 Thu Jun 28 15:36:26 CEST 2018 - sch...@suse.de
 
 - Added additional searchkeys to desktop file (fate#321043).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-4.1.5/package/yast2-bootloader.spec 
new/yast2-bootloader-4.1.6/package/yast2-bootloader.spec
--- old/yast2-bootloader-4.1.5/package/yast2-bootloader.spec2018-07-02 
16:48:24.0 +0200
+++ new/yast2-bootloader-4.1.6/package/yast2-bootloader.spec2018-07-23 
10:19:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:4.1.5
+Version:4.1.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-4.1.5/src/modules/Bootloader.rb 
new/yast2-bootloader-4.1.6/src/modules/Bootloader.rb
--- old/yast2-bootloader-4.1.5/src/modules/Bootloader.rb2018-07-02 
16:48:24.0 +0200
+++ new/yast2-bootloader-4.1.6/src/modules/Bootloader.rb2018-07-23 
10:19:29.0 +0200
@@ -1,7 +1,7 @@
 # encoding: utf-8
 
 # File:
-#  modules/Bootloader.ycp
+#  modules/Bootloader.rb
 #
 # Module:
 #  Bootloader installation and configuration
@@ -30,6 +30,7 @@
 Yast.import "Progress"
 Yast.import "Report"
 Yast.import "Stage"
+Yast.import "Installation"
 
 module Yast
   class BootloaderClass < Module
@@ -422,7 +423,23 @@
 Propose()
   else
 progress_orig = Progress.set(false)
+if Stage.initial && Mode.update
+  # SCR has been currently set to inst-sys. So we have
+  # set the SCR to installed system in order to read
+  # grub settings
+  old_SCR = WFM.SCRGetDefault
+  new_SCR = WFM.SCROpen("chroot=#{Yast::Installation.destdir}:scr",
+false)
+  WFM.SCRSetDefault(new_SCR)
+end
 Read()
+if Stage.initial && Mode.update
+  # settings have been read from the target system
+  current_bl.read
+  # reset target system to inst-sys
+  WFM.SCRSetDefault(old_SCR)
+  WFM.SCRClose(new_SCR)
+end
 Progress.set(progress_orig)
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-4.1.5/test/bootloader_test.rb 
new/yast2-bootloader-4.1.6/test/bootloader_test.rb
--- old/yast2-bootloader-4.1.5/test/bootloader_test.rb  2018-07-02 
16:48:24.0 +0200
+++ new/yast2-bootloader-4.1.6/test/bootloader_test.rb  2018-07-23 
10:19:29.0 +0200
@@ -110,6 +110,9 @@
 
 it 

commit libstorage-ng for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package libstorage-ng for openSUSE:Factory 
checked in at 2018-07-24 17:28:56

Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old)
 and  /work/SRC/openSUSE:Factory/.libstorage-ng.new (New)


Package is "libstorage-ng"

Tue Jul 24 17:28:56 2018 rev:28 rq:624759 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes  
2018-07-14 20:17:43.319031367 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage-ng.new/libstorage-ng.changes 
2018-07-24 17:29:05.915812682 +0200
@@ -1,0 +2,14 @@
+Mon Jul 23 12:08:03 UTC 2018 - wfe...@opensuse.org
+
+- merge gh#openSUSE/libstorage-ng#546
+- document package version scheme
+- 4.1.0
+
+
+Mon Jul 16 09:10:36 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#545
+- added document for limits
+- 3.3.317
+
+

Old:

  libstorage-ng-3.3.316.tar.xz

New:

  libstorage-ng-4.1.0.tar.xz



Other differences:
--
++ libstorage-ng.spec ++
--- /var/tmp/diff_new_pack.wJqod8/_old  2018-07-24 17:29:07.191814298 +0200
+++ /var/tmp/diff_new_pack.wJqod8/_new  2018-07-24 17:29:07.191814298 +0200
@@ -18,7 +18,7 @@
 
 %define libname %{name}1
 Name:   libstorage-ng
-Version:3.3.316
+Version:4.1.0
 Release:0
 Summary:Library for storage management
 License:GPL-2.0

++ libstorage-ng-3.3.316.tar.xz -> libstorage-ng-4.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-3.3.316/README.md 
new/libstorage-ng-4.1.0/README.md
--- old/libstorage-ng-3.3.316/README.md 2018-07-13 16:20:10.0 +0200
+++ new/libstorage-ng-4.1.0/README.md   2018-07-23 14:08:03.0 +0200
@@ -96,6 +96,17 @@
 look 
[here](https://github.com/openSUSE/linuxrc-devtools/blob/master/workflow.md).
 
 
+Package Versions
+
+
+Versioning follows 
[YaST](http://yastgithubio.readthedocs.io/en/latest/versioning)'s versioning 
scheme.
+
+Currently this means
+
+- 4.1.X for the `master` branch submitted to `Factory` and `SLE-15-SP1`
+- 3.3.X for the `SLE-15-GA` branch submitted to `SLE-15:Update`
+
+
 Code Documentation
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-3.3.316/VERSION 
new/libstorage-ng-4.1.0/VERSION
--- old/libstorage-ng-3.3.316/VERSION   2018-07-13 16:20:10.0 +0200
+++ new/libstorage-ng-4.1.0/VERSION 2018-07-23 14:08:03.0 +0200
@@ -1 +1 @@
-3.3.316
+4.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-3.3.316/doc/limits.md 
new/libstorage-ng-4.1.0/doc/limits.md
--- old/libstorage-ng-3.3.316/doc/limits.md 1970-01-01 01:00:00.0 
+0100
+++ new/libstorage-ng-4.1.0/doc/limits.md   2018-07-23 14:08:03.0 
+0200
@@ -0,0 +1,7 @@
+
+Limits
+--
+
+Sizes, e.g. for block devices or filesystems, equal or greater than 16 EiB are
+not supported.
+




commit yast2-storage-ng for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package yast2-storage-ng for 
openSUSE:Factory checked in at 2018-07-24 17:29:07

Comparing /work/SRC/openSUSE:Factory/yast2-storage-ng (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage-ng.new (New)


Package is "yast2-storage-ng"

Tue Jul 24 17:29:07 2018 rev:26 rq:624822 version:4.0.199

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage-ng/yast2-storage-ng.changes
2018-07-03 23:32:52.208536323 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage-ng.new/yast2-storage-ng.changes   
2018-07-24 17:29:13.259821983 +0200
@@ -1,0 +2,26 @@
+Mon Jul 23 13:55:03 UTC 2018 - snw...@suse.com
+
+- document XEN guest setup for testing (bsc#1085134)
+- 4.0.199
+
+---
+Wed Jul 18 19:00:11 UTC 2018 - an...@suse.com
+
+- Partitioner: when creating a partition, use only regions of
+  the selected type: primary, logical or extended (bsc#1097634).
+- 4.0.198
+
+---
+Wed Jul 18 11:38:39 UTC 2018 - an...@suse.com
+
+- AutoYaST: export BIOS RAID devices correctly (bsc#1098594).
+- 4.0.197
+
+---
+Mon Jul 16 16:26:28 UTC 2018 - an...@suse.com
+
+- AutoYaST: do not crash when reusing partitions on non-disk
+  devices like DASD or BIOS RAID (bsc#1098594).
+- 4.0.196
+
+---

Old:

  yast2-storage-ng-4.0.195.tar.bz2

New:

  yast2-storage-ng-4.0.199.tar.bz2



Other differences:
--
++ yast2-storage-ng.spec ++
--- /var/tmp/diff_new_pack.shr789/_old  2018-07-24 17:29:14.547823614 +0200
+++ /var/tmp/diff_new_pack.shr789/_new  2018-07-24 17:29:14.551823620 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage-ng
-Version:4.0.195
+Version:4.0.199
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-ng-4.0.195.tar.bz2 -> yast2-storage-ng-4.0.199.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-ng-4.0.195/doc/xen-setup.md 
new/yast2-storage-ng-4.0.199/doc/xen-setup.md
--- old/yast2-storage-ng-4.0.195/doc/xen-setup.md   1970-01-01 
01:00:00.0 +0100
+++ new/yast2-storage-ng-4.0.199/doc/xen-setup.md   2018-07-23 
16:25:46.0 +0200
@@ -0,0 +1,205 @@
+# Setting up XEN for testing
+
+This document describes how to setup a XEN vm within a QEMU vm to test
+special XEN block devices (that are named like partitions but are in fact
+disks).
+
+For this document the XEN host (= QEMU guest) system uses Leap 15.0, the XEN 
guest uses SLE 15. But it
+whould work similar with other SUSE releases.
+
+## Preparing the QEMU guest (XEN host) vm
+
+If you already have a Leap 15.0 vm, use it.
+
+Else create a new QEMU vm and install Leap 15.0, but:
+
+- add the Leap online repositories (the DVD image does not have XEN tools)
+- select `server` role
+- in the software selection, add the `XEN Virtualization Host and tools` 
pattern
+
+**Note**
+
+> It should be sufficient to add the `xen` and `xen-tools` packages to a 
standard Leap.
+
+Now reboot the QEMU vm and select `openSUSE Leap 15.0, with Xen hypervisor` at 
the boot menu.
+
+To communicate with the XEN vm you'll need a bridge device. Create a config 
like this in your QEMU vm
+
+```sh
+vm8101:/etc/sysconfig/network # cat ifcfg-br0
+STARTMODE='auto'
+BOOTPROTO='dhcp'
+BRIDGE='yes'
+BRIDGE_PORTS='eth0'
+```
+
+and run
+
+```sh
+wicked ifup br0
+```
+
+## Preparing the XEN guest vm
+
+> All the commands below are run inside the QEMU host vm.
+
+We'll need something to run inside the XEN vm. For this document SLE 15 is 
used (because it's comparatively small).
+
+Get `SLE-15-Installer-DVD-x86_64-GMC-DVD1.iso` and put it inside the QEMU vm, 
say as `/data/sle15.iso`
+
+```sh
+vm8101:/data # ls -l
+total 650240
+-rw-r--r-- 1 root root 665845760 Jul 19 14:25 sle15.iso
+```
+
+Mount it and extract kernel and initrd
+
+```sh
+vm8101:/data # mount -oloop,ro sle15.iso /mnt/
+vm8101:/data # cp /mnt/boot/x86_64/loader/{linux,initrd} .
+vm8101:/data # ls -l
+total 731160
+-r--r--r-- 1 root root  75971284 Jul 19 14:26 initrd
+-r--r--r-- 1 root root   6885728 Jul 19 14:26 linux
+-rw-r--r-- 1 root root 665845760 Jul 19 14:25 sle15.iso
+vm8101:/data # umount /mnt
+```
+
+You can use real devices or plain files to map into the XEN guest. For our 
example we'll try both.
+Let's get an empty file
+
+```sh
+vm8101:/data # dd if=/dev/zero of=disk1 bs=1G count=0 seek=60
+```
+
+The QEMU vm has a disk device for tests with two partitions
+
+```sh
+vm8101:~ # lsblk /dev/sdb
+NAME   MAJ:MIN RM SIZE 

commit rubygem-yast-rake for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package rubygem-yast-rake for 
openSUSE:Factory checked in at 2018-07-24 17:28:37

Comparing /work/SRC/openSUSE:Factory/rubygem-yast-rake (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-yast-rake.new (New)


Package is "rubygem-yast-rake"

Tue Jul 24 17:28:37 2018 rev:23 rq:624091 version:0.2.26

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-yast-rake/rubygem-yast-rake.changes  
2018-06-19 11:53:25.228850405 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-yast-rake.new/rubygem-yast-rake.changes 
2018-07-24 17:28:44.191785159 +0200
@@ -1,0 +2,8 @@
+Fri Jun 22 14:05:30 UTC 2018 - lsle...@suse.cz
+
+- Added "check:rubocop" and "check:rubocop:auto_correct" tasks
+  which run Rubocop in parallel (much faster that the traditional
+  sequential way) (bsc#1094875)
+- 0.2.26
+
+---

Old:

  yast-rake-0.2.25.gem

New:

  yast-rake-0.2.26.gem



Other differences:
--
++ rubygem-yast-rake.spec ++
--- /var/tmp/diff_new_pack.hgIl8r/_old  2018-07-24 17:28:45.755787140 +0200
+++ /var/tmp/diff_new_pack.hgIl8r/_new  2018-07-24 17:28:45.755787140 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-yast-rake
-Version:0.2.25
+Version:0.2.26
 Release:0
 %define mod_name yast-rake
 %define mod_full_name %{mod_name}-%{version}

++ yast-rake-0.2.25.gem -> yast-rake-0.2.26.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2018-04-11 12:13:28.0 +0200
+++ new/VERSION 2018-04-10 12:38:47.0 +0200
@@ -1 +1 @@
-0.2.25
+0.2.26
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/tasks/rubocop.rake new/lib/tasks/rubocop.rake
--- old/lib/tasks/rubocop.rake  1970-01-01 01:00:00.0 +0100
+++ new/lib/tasks/rubocop.rake  2018-04-10 12:38:47.0 +0200
@@ -0,0 +1,45 @@
+#--
+# Yast rake
+#
+# Copyright (C) 2018 SUSE LLC
+#   This library is free software; you can redistribute it and/or modify
+# it only under the terms of version 2.1 of the GNU Lesser General Public
+# License as published by the Free Software Foundation.
+#
+#   This library is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+# details.
+#
+#++
+
+# run Rubocop in parallel
+# @param params [String] optional Rubocop parameters
+def run_rubocop(params = "")
+  # how it works:
+  # 1) get the list of inspected files by Rubocop
+  # 2) shuffle it randomly (better would be evenly distribute them according to
+  #the analysis complexity but that is hard to evaluate and even simply
+  #distributing by file size turned out to be ineffective and slower than
+  #a simple random shuffling)
+  # 3) pass that as input for xargs
+  #a) use -P with number of processors to run the commands in parallel
+  #b) use -n to set the maximum number of files per process, this number
+  #   is computed to equally distribute the files across the workers
+  sh "rubocop -L | sort -R | xargs -P`nproc` -n$(expr `rubocop -L | wc -l` / " 
\
+"`nproc` + 1) rubocop #{params}"
+end
+
+namespace :check do
+  desc "Run Rubocop in parallel"
+  task :rubocop, [:options] do |_task, args|
+args.with_defaults = { options: "" }
+run_rubocop(args[:options])
+  end
+
+  desc "Run Rubocop in parallel in the auto correct mode"
+  task :"rubocop:auto_correct", [:options] do |_task, args|
+args.with_defaults = { options: "" }
+run_rubocop("-a #{args[:options]}")
+  end
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2018-06-18 11:45:28.0 +0200
+++ new/metadata2018-07-19 16:48:52.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: yast-rake
 version: !ruby/object:Gem::Version
-  version: 0.2.25
+  version: 0.2.26
 platform: ruby
 authors:
 - Josef Reidinger
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-06-18 00:00:00.0 Z
+date: 2018-07-19 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake
@@ -52,6 +52,7 @@
 - data/targets.yml
 - lib/tasks/install.rake
 - lib/tasks/pot.rake
+- lib/tasks/rubocop.rake
 - lib/tasks/run.rake
 - lib/tasks/spell.yml
 - lib/tasks/spellcheck.rake




commit yast2-registration for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package yast2-registration for 
openSUSE:Factory checked in at 2018-07-24 17:28:05

Comparing /work/SRC/openSUSE:Factory/yast2-registration (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-registration.new (New)


Package is "yast2-registration"

Tue Jul 24 17:28:05 2018 rev:21 rq:623678 version:4.0.43

Changes:

--- /work/SRC/openSUSE:Factory/yast2-registration/yast2-registration.changes
2018-07-03 23:32:38.640555826 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-registration.new/yast2-registration.changes   
2018-07-24 17:28:11.959744296 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 10:45:15 CEST 2018 - sch...@suse.de
+
+- Do not crash if getting zypp lock failed. (bnc#1043125)
+- 4.0.43
+
+---

Old:

  yast2-registration-4.0.42.tar.bz2

New:

  yast2-registration-4.0.43.tar.bz2



Other differences:
--
++ yast2-registration.spec ++
--- /var/tmp/diff_new_pack.T5UJQ5/_old  2018-07-24 17:28:12.891745478 +0200
+++ /var/tmp/diff_new_pack.T5UJQ5/_new  2018-07-24 17:28:12.895745483 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-registration
-Version:4.0.42
+Version:4.0.43
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-registration-4.0.42.tar.bz2 -> yast2-registration-4.0.43.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-registration-4.0.42/package/yast2-registration.changes 
new/yast2-registration-4.0.43/package/yast2-registration.changes
--- old/yast2-registration-4.0.42/package/yast2-registration.changes
2018-07-02 17:15:57.0 +0200
+++ new/yast2-registration-4.0.43/package/yast2-registration.changes
2018-07-18 16:46:49.0 +0200
@@ -1,4 +1,10 @@
 ---
+Wed Jul 18 10:45:15 CEST 2018 - sch...@suse.de
+
+- Do not crash if getting zypp lock failed. (bnc#1043125)
+- 4.0.43
+
+---
 Mon Jul  2 17:05:19 CEST 2018 - sch...@suse.de
 
 - Added additional searchkeys to desktop file (fate#321043).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-registration-4.0.42/package/yast2-registration.spec 
new/yast2-registration-4.0.43/package/yast2-registration.spec
--- old/yast2-registration-4.0.42/package/yast2-registration.spec   
2018-07-02 17:15:57.0 +0200
+++ new/yast2-registration-4.0.43/package/yast2-registration.spec   
2018-07-18 16:46:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-registration
-Version:4.0.42
+Version:4.0.43
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-registration-4.0.42/src/clients/scc.rb 
new/yast2-registration-4.0.43/src/clients/scc.rb
--- old/yast2-registration-4.0.42/src/clients/scc.rb2018-07-02 
17:15:57.0 +0200
+++ new/yast2-registration-4.0.43/src/clients/scc.rb2018-07-18 
16:46:49.0 +0200
@@ -52,6 +52,12 @@
   return WFM.call("inst_scc", WFM.Args)
 rescue Registration::SourceRestoreError => e
   retry if fix_repositories(e.message)
+rescue Registration::PkgAborted => e
+  # Libzypp init has failed because another application
+  # has already locked the zypp stack. The user has already
+  # decided to exit the module. So nothing more has to be
+  # done here.
+  log.info "User abort..."
 ensure
   Wizard.CloseDialog
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-registration-4.0.42/src/lib/registration/exceptions.rb 
new/yast2-registration-4.0.43/src/lib/registration/exceptions.rb
--- old/yast2-registration-4.0.42/src/lib/registration/exceptions.rb
2018-07-02 17:15:57.0 +0200
+++ new/yast2-registration-4.0.43/src/lib/registration/exceptions.rb
2018-07-18 16:46:49.0 +0200
@@ -41,4 +41,9 @@
   # generic download error
   class DownloadError < RuntimeError
   end
+
+  # User decision to abort because libzypp has already been
+  # locked by another application.
+  class PkgAborted < RuntimeError
+  end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-registration-4.0.42/src/lib/registration/sw_mgmt.rb 
new/yast2-registration-4.0.43/src/lib/registration/sw_mgmt.rb
--- old/yast2-registration-4.0.42/src/lib/registration/sw_mgmt.rb   
2018-07-02 17:15:57.0 +0200
+++ 

commit yast2-packager for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2018-07-24 17:28:17

Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-packager.new (New)


Package is "yast2-packager"

Tue Jul 24 17:28:17 2018 rev:357 rq:623708 version:4.1.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2018-07-01 21:25:24.484845619 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2018-07-24 17:28:25.427761374 +0200
@@ -1,0 +2,9 @@
+Mon Jul 16 11:19:03 UTC 2018 - lsle...@suse.cz
+
+- Do not display a false "not enough free space" warning popup if
+  the free space is bigger than 8EiB (2^63) (bsc#991090)
+- Do not display the "not enough free space" warning for partitions
+  where nothing is going to be installed (bsc#926841)
+- 4.1.2
+
+---

Old:

  yast2-packager-4.1.1.tar.bz2

New:

  yast2-packager-4.1.2.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.NwLY4Q/_old  2018-07-24 17:28:27.135763540 +0200
+++ /var/tmp/diff_new_pack.NwLY4Q/_new  2018-07-24 17:28:27.135763540 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:4.1.1
+Version:4.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-packager-4.1.1.tar.bz2 -> yast2-packager-4.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.1.1/package/yast2-packager.changes 
new/yast2-packager-4.1.2/package/yast2-packager.changes
--- old/yast2-packager-4.1.1/package/yast2-packager.changes 2018-06-29 
16:34:19.0 +0200
+++ new/yast2-packager-4.1.2/package/yast2-packager.changes 2018-07-18 
16:48:44.0 +0200
@@ -1,4 +1,13 @@
 ---
+Mon Jul 16 11:19:03 UTC 2018 - lsle...@suse.cz
+
+- Do not display a false "not enough free space" warning popup if
+  the free space is bigger than 8EiB (2^63) (bsc#991090)
+- Do not display the "not enough free space" warning for partitions
+  where nothing is going to be installed (bsc#926841)
+- 4.1.2
+
+---
 Tue Jun 26 17:19:48 CEST 2018 - sch...@suse.de
 
 - Added additional searchkeys to desktop file (fate#321043).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.1.1/package/yast2-packager.spec 
new/yast2-packager-4.1.2/package/yast2-packager.spec
--- old/yast2-packager-4.1.1/package/yast2-packager.spec2018-06-29 
16:34:19.0 +0200
+++ new/yast2-packager-4.1.2/package/yast2-packager.spec2018-07-18 
16:48:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:4.1.1
+Version:4.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-packager-4.1.1/src/modules/SlideShowCallbacks.rb 
new/yast2-packager-4.1.2/src/modules/SlideShowCallbacks.rb
--- old/yast2-packager-4.1.1/src/modules/SlideShowCallbacks.rb  2018-06-29 
16:34:19.0 +0200
+++ new/yast2-packager-4.1.2/src/modules/SlideShowCallbacks.rb  2018-07-18 
16:48:44.0 +0200
@@ -286,12 +286,23 @@
 if !pkgdu.nil?
   # check each mount point
   Builtins.foreach(pkgdu) do |part, data|
+# disk sizes from libzypp, in KiB!
+_disk_size, used_now, used_future, read_only = *data
+# the size difference, how much the package needs on this partition
+required_space = used_future - used_now
+
 # skip read-only partitions, the package cannot be installed anyway
-if Ops.get(data, 3, 0) == 1
+if read_only == 1
   Builtins.y2debug("Skipping read-only partition %1", part)
   next
 end
 
+# nothing to install on this partition, skip it (bsc#926841)
+if required_space <= 0
+  log.debug("Nothing to install at #{part}, skipping")
+  next
+end
+
 target_dir = File.join(Installation.destdir, part)
 
 # handle missing directories (not existing yet or incorrect 
metadata),
@@ -310,13 +321,20 @@
   target_dir,
   disk_available
 )
-if Ops.less_than(disk_available, Ops.get(data, 2, 0))
+
+if disk_available < 0
+  log.debug("Data overflow, too much free 

commit yast2-core for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2018-07-24 17:28:28

Comparing /work/SRC/openSUSE:Factory/yast2-core (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-core.new (New)


Package is "yast2-core"

Tue Jul 24 17:28:28 2018 rev:183 rq:624079 version:4.0.3

Changes:

--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes2018-02-13 
10:23:27.833933729 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes   
2018-07-24 17:28:36.127774939 +0200
@@ -1,0 +2,8 @@
+Thu Jul 19 14:30:12 CEST 2018 - aschn...@suse.com
+
+- fixed detection of aarch64 during update by recognizing aarch64
+  in elf-arch (bsc#1099325)
+- recognise RISC-V in elf-arch
+- 4.0.3
+
+---

Old:

  yast2-core-4.0.2.tar.bz2

New:

  yast2-core-4.0.3.tar.bz2



Other differences:
--
++ yast2-core.spec ++
--- /var/tmp/diff_new_pack.mE4a1z/_old  2018-07-24 17:28:36.691775653 +0200
+++ /var/tmp/diff_new_pack.mE4a1z/_new  2018-07-24 17:28:36.695775658 +0200
@@ -27,7 +27,7 @@
 %bcond_with werror
 
 Name:   yast2-core
-Version:4.0.2
+Version:4.0.3
 Release:0
 Url:https://github.com/yast/yast-core
 

++ yast2-core-4.0.2.tar.bz2 -> yast2-core-4.0.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.0.2/base/tools/elf-arch/elf-arch.c 
new/yast2-core-4.0.3/base/tools/elf-arch/elf-arch.c
--- old/yast2-core-4.0.2/base/tools/elf-arch/elf-arch.c 2018-02-07 
16:19:07.0 +0100
+++ new/yast2-core-4.0.3/base/tools/elf-arch/elf-arch.c 2018-07-19 
14:57:18.0 +0200
@@ -54,6 +54,7 @@
case EM_SPARC:  return "sparc";
case EM_ALPHA:  return "axp";
case EM_ARM:return "arm";
+   case EM_AARCH64: return "aarch64";
 
case EM_S390:
switch (e_class)
@@ -62,6 +63,14 @@
case ELFCLASS64: return "s390x";
}
break;
+
+   case EM_RISCV:
+   switch (e_class)
+   {
+   case ELFCLASS32: return "riscv32";
+   case ELFCLASS64: return "riscv64";
+   }
+   break;
 }
 
 return "unknown";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.0.2/libycp/src/YCPBuiltinString.cc 
new/yast2-core-4.0.3/libycp/src/YCPBuiltinString.cc
--- old/yast2-core-4.0.2/libycp/src/YCPBuiltinString.cc 2018-02-07 
16:19:07.0 +0100
+++ new/yast2-core-4.0.3/libycp/src/YCPBuiltinString.cc 2018-07-19 
14:57:18.0 +0200
@@ -1402,6 +1402,7 @@
  * Translates the text using the current textdomain.
  *
  * Example 
+ * textdomain "base"
  * _("File") -> "Soubor"
  * 
  */
@@ -1598,3 +1599,6 @@
 
 static_declarations.registerDeclarations ("YCPBuiltinString", 
declarations);
 }
+
+/* just to make the y2makepot script happy:
+textdomain "example" */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.0.2/package/yast2-core.changes 
new/yast2-core-4.0.3/package/yast2-core.changes
--- old/yast2-core-4.0.2/package/yast2-core.changes 2018-02-07 
16:19:07.0 +0100
+++ new/yast2-core-4.0.3/package/yast2-core.changes 2018-07-19 
14:57:18.0 +0200
@@ -1,4 +1,12 @@
 ---
+Thu Jul 19 14:30:12 CEST 2018 - aschn...@suse.com
+
+- fixed detection of aarch64 during update by recognizing aarch64
+  in elf-arch (bsc#1099325)
+- recognise RISC-V in elf-arch
+- 4.0.3
+
+---
 Tue Feb  6 16:16:58 UTC 2018 - mvid...@suse.com
 
 - glibc-2.27 compatibility: Removed an overly specific test case
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.0.2/package/yast2-core.spec 
new/yast2-core-4.0.3/package/yast2-core.spec
--- old/yast2-core-4.0.2/package/yast2-core.spec2018-02-07 
16:19:07.0 +0100
+++ new/yast2-core-4.0.3/package/yast2-core.spec2018-07-19 
14:57:18.0 +0200
@@ -26,7 +26,7 @@
 %bcond_with werror
 
 Name:   yast2-core
-Version:4.0.2
+Version:4.0.3
 Release:0
 Url:https://github.com/yast/yast-core
 




commit 000product for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2018-07-24 17:26:17

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


Package is "000product"

Tue Jul 24 17:26:17 2018 rev:383 rq: version:unknown
Tue Jul 24 17:26:14 2018 rev:382 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
_service:product_converter:openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi: same 
change
_service:product_converter:openSUSE-Addon-NonOss-release.spec: same change
++ 
_service:product_converter:openSUSE-Tumbleweed-Kubic-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.tJ0rAE/_old  2018-07-24 17:26:36.043622508 +0200
+++ /var/tmp/diff_new_pack.tJ0rAE/_new  2018-07-24 17:26:36.043622508 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,9 +35,9 @@
   true
   -x -2
   openSUSE
-  20180723
+  20180724
   11
-  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180723,openSUSE 
Tumbleweed Kubic
+  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180724,openSUSE 
Tumbleweed Kubic
   en_US 
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

++ _service:product_converter:openSUSE-Tumbleweed-Kubic-release.spec ++
--- /var/tmp/diff_new_pack.tJ0rAE/_old  2018-07-24 17:26:36.063622534 +0200
+++ /var/tmp/diff_new_pack.tJ0rAE/_new  2018-07-24 17:26:36.063622534 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openSUSE-Tumbleweed-Kubic-release
-Version:20180723
+Version:    20180724
 Release:0
 Summary:openSUSE Tumbleweed Kubic 
 License:GPL-2.0-or-later
@@ -38,9 +38,9 @@
 ExclusiveArch:  %ix86 x86_64 ppc64le s390x aarch64
 Provides:   %name-%version
 Provides:   product() = openSUSE-Tumbleweed-Kubic
-Provides:   product(openSUSE-Tumbleweed-Kubic) = 20180723-0
+Provides:   product(openSUSE-Tumbleweed-Kubic) = 20180724-0
 Provides:   product-label() = openSUSE%20Tumbleweed%20Kubic
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dtumbleweed%2Dkubic%3A20180723
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dtumbleweed%2Dkubic%3A20180724
 Provides:   product-url(releasenotes) = 
http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
 Provides:   product-endoflife()
 Requires:   product_flavor(openSUSE-Tumbleweed-Kubic)
@@ -61,7 +61,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(dvd)
-Provides:   product_flavor(openSUSE-Tumbleweed-Kubic) = 20180723-0
+Provides:   product_flavor(openSUSE-Tumbleweed-Kubic) = 20180724-0
 Summary:openSUSE Tumbleweed Kubic
 
 %description dvd
@@ -123,11 +123,11 @@
 
   openSUSE
   openSUSE-Tumbleweed-Kubic
-  20180723
+  20180724
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180723
+  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180724
   openSUSE-Tumbleweed-Kubic
   
 

++ _service:product_converter:openSUSE-cd-mini-i586.kiwi ++
--- /var/tmp/diff_new_pack.tJ0rAE/_old  2018-07-24 17:26:36.079622554 +0200
+++ /var/tmp/diff_new_pack.tJ0rAE/_new  2018-07-24 17:26:36.079622554 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,9 +32,9 @@
   true
   -x -2
   openSUSE
-  20180723
+  20180724
   11
-  cpe:/o:opensuse:opensuse:20180723,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20180724,openSUSE 
Tumbleweed
   cs da de en en_GB en_US es fi fr hu it ja nb 
nl pl pt pt_BR ru sv zh zh_CN zh_TW 
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

_service:product_converter:openSUSE-cd-mini-x86_64.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-i586.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-x86_64.kiwi: same change
++ _service:product_converter:openSUSE-ftp-ftp-i586_x86_64.kiwi ++
--- /var/tmp/diff_new_pack.tJ0rAE/_old  2018-07-24 17:26:36.147622641 +0200
+++ /var/tmp/diff_new_pack.tJ0rAE/_new  2018-07-24 17:26:36.151622645 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -24,7 +24,7 @@
   openSUSE
   ftp
   true
-  openSUSE-20180723-i586-x86_64
+  openSUSE-20180724-i586-x86_64
   true
   /
   $DISTNAME-$FLAVOR
@@ -36,9 +36,9 @@
   true
   -x -2
   openSUSE
-  20180723
+  20180724
   11
-  cpe:/o:opensuse:opensuse:20180723,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20180724,openSUSE 
Tumbleweed
   cs da de en en_GB en_US es fi fr hu it ja

commit wireshark for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2018-07-24 17:25:42

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


Package is "wireshark"

Tue Jul 24 17:25:42 2018 rev:138 rq:624965 version:2.6.2

Changes:

--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes  2018-07-23 
17:57:08.905218992 +0200
+++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2018-07-24 
17:26:00.619577457 +0200
@@ -8,6 +8,6 @@
-  * CVE-2018-14343: ASN.1 BER dissector crash (wnpa-sec-2018-37, boo#11101786)
-  * CVE-2018-14339: MMSE dissector infinite loop (wnpa-sec-2018-38, 
boo#11101810)
-  * CVE-2018-14341: DICOM dissector crash (wnpa-sec-2018-39, boo#11101776)
-  * CVE-2018-14368: Bazaar dissector infinite loop (wnpa-sec-2018-40, 
boo#11101794)
-  * CVE-2018-14369: HTTP2 dissector crash (wnpa-sec-2018-41, boo#11101800)
-  * CVE-2018-14367: CoAP dissector crash (wnpa-sec-2018-42, boo#11101791)
+  * CVE-2018-14343: ASN.1 BER dissector crash (wnpa-sec-2018-37, boo#1101786)
+  * CVE-2018-14339: MMSE dissector infinite loop (wnpa-sec-2018-38, 
boo#1101810)
+  * CVE-2018-14341: DICOM dissector crash (wnpa-sec-2018-39, boo#1101776)
+  * CVE-2018-14368: Bazaar dissector infinite loop (wnpa-sec-2018-40, 
boo#1101794)
+  * CVE-2018-14369: HTTP2 dissector crash (wnpa-sec-2018-41, boo#1101800)
+  * CVE-2018-14367: CoAP dissector crash (wnpa-sec-2018-42, boo#1101791)



Other differences:
--




commit php7-phalcon for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package php7-phalcon for openSUSE:Factory 
checked in at 2018-07-24 17:26:06

Comparing /work/SRC/openSUSE:Factory/php7-phalcon (Old)
 and  /work/SRC/openSUSE:Factory/.php7-phalcon.new (New)


Package is "php7-phalcon"

Tue Jul 24 17:26:06 2018 rev:11 rq:625000 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Factory/php7-phalcon/php7-phalcon.changes
2018-04-05 15:32:31.318245208 +0200
+++ /work/SRC/openSUSE:Factory/.php7-phalcon.new/php7-phalcon.changes   
2018-07-24 17:26:20.935603299 +0200
@@ -1,0 +2,30 @@
+Sat Jul 21 21:55:27 UTC 2018 - fi...@opensuse.org
+
+- Update to 3.4.0:
+  * Added Phalcon\Mvc\Router::attach to add Route object directly into Router
+  * Added the ability to listen request:beforeAuthorizationResolve and
+request:afterAuthorizationResolve events
+  * Added call event afterFetch in Phalcon\Mvc\Model:refresh
+  * Added Phalcon\Http\Response::getReasonPhrase to retrieve the reason phrase 
from the Status header
+  * Added Phalcon\Loader::setFileCheckingCallback to set internal file 
existence resolver
+  * Added ability to pass aggregation options for 
Phalcon\Mvc\Collection::aggregate
+  * Added Phalcon\Crypt::setHashAlgo, Phalcon\Crypt::getHashAlgo, 
Phalcon\Crypt::useSigning
+and Phalcon\Crypt::getAvailableHashAlgos
+  * Added Phalcon\Crypt::__construct so now the cipher can be set at object
+construction and the calculating message digest can be enabled without the
+need to call setCipher or useSigning explicitly
+  * Added Phalcon\Crypt\Mismatch. Exceptions thrown in Phalcon\Crypt will use 
this class
+  * Added Phalcon\Http\Cookie::setSignKey to set sign key used to generate a 
message
+authentication code (eg. message digest)
+  * Added Phalcon\Http\Response\Cookies::setSignKey to set sign key used to
+generate a message authentication code (eg. message digest)
+  * Changed Phalcon\Crypt::setCipher so that IV length will be reconfigured
+during setting the cipher algorithm
+  * Changed Phalcon\Crypt::setCipher so that method will throw 
Phalcon\Crypt\Exception if a cipher is unavailable
+  * Fixed regression for Phalcon\Debug\Dump::output to correctly work with 
detailed mode
+  * Fixed Phalcon\Mvc\Model\Query\Builder::having and 
Phalcon\Mvc\Model\Query\Builder::where
+to correctly merge the bind types
+  * Fixed Phalcon\Mvc\Model::setSnapshotData to properly sets the old snapshot
+  * Do not throw Exception when superglobal does not exist
+
+---

Old:

  cphalcon-3.3.2.tar.gz

New:

  cphalcon-3.4.0.tar.gz



Other differences:
--
++ php7-phalcon.spec ++
--- /var/tmp/diff_new_pack.N5DgNW/_old  2018-07-24 17:26:21.687604255 +0200
+++ /var/tmp/diff_new_pack.N5DgNW/_new  2018-07-24 17:26:21.691604261 +0200
@@ -22,7 +22,7 @@
 %define _architecture   %([[ %{_arch} == "i586" ]] && echo "32bits" || echo 
"64bits")
 
 Name:   %{_php}-phalcon
-Version:3.3.2
+Version:3.4.0
 Release:0
 Summary:PHP7 Extension Module
 License:BSD-3-Clause

++ cphalcon-3.3.2.tar.gz -> cphalcon-3.4.0.tar.gz ++
/work/SRC/openSUSE:Factory/php7-phalcon/cphalcon-3.3.2.tar.gz 
/work/SRC/openSUSE:Factory/.php7-phalcon.new/cphalcon-3.4.0.tar.gz differ: char 
12, line 1




commit wine for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2018-07-24 17:25:49

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


Package is "wine"

Tue Jul 24 17:25:49 2018 rev:258 rq:624968 version:3.13

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2018-07-12 
09:21:56.722651875 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2018-07-24 
17:26:13.379593689 +0200
@@ -1,0 +2,21 @@
+Mon Jul 23 14:54:27 UTC 2018 - tobias.johannes.klausm...@mni.thm.de
+
+- Switch to using pkgconfig for dri2proto as dri2proto-devel does 
+  not exist in "Factory" anymore, it is now provided by 
+  xorgproto-devel, yet using pkgconfig is more robust
+
+---
+Sat Jul 21 08:15:41 UTC 2018 - meiss...@suse.com
+
+- Update to 3.13 development release
+  - Vulkan support on macOS using MoltenVK.
+  - Initial support for performance data in the registry.
+  - Mono engine updated with some bug fixes.
+  - Support for fetching BIOS information on Linux.
+  - GnuTLS also used on macOS when available.
+  - Improvements in the standard Task Dialog.
+  - Various bug fixes.
+- updated staging to 3.13
+- updated winetricks
+
+---

Old:

  wine-3.12.tar.xz
  wine-3.12.tar.xz.sign
  wine-d3d9-patches-3.11.tar.xz
  wine-staging-3.12.tar.xz

New:

  wine-3.13.tar.xz
  wine-3.13.tar.xz.sign
  wine-d3d9-patches-3.12.tar.xz
  wine-staging-3.13.tar.xz



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.clNOo8/_old  2018-07-24 17:26:15.407596269 +0200
+++ /var/tmp/diff_new_pack.clNOo8/_new  2018-07-24 17:26:15.411596274 +0200
@@ -107,8 +107,8 @@
 BuildRequires:  pkgconfig(xrender)
 BuildRequires:  pkgconfig(xxf86vm)
 BuildRequires:  pkgconfig(zlib)
-%define realver 3.12
-Version:3.12
+%define realver 3.13
+Version:3.13
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1-or-later
@@ -146,7 +146,7 @@
 ExclusiveArch:  %{ix86} x86_64 ppc %arm aarch64
 %if %{staging}
 # upstream patch target version
-%define staging_version 3.12
+%define staging_version 3.13
 Source100:  wine-staging-%{staging_version}.tar.xz
 BuildRequires:  gtk3-devel
 BuildRequires:  libOSMesa-devel
@@ -154,10 +154,10 @@
 %endif
 %if %{nine}
 # upstream patch target version
-%define nine_version 3.11
+%define nine_version 3.12
 BuildRequires:  Mesa-libd3d-devel
-BuildRequires:  dri2proto-devel
 BuildRequires:  libOSMesa-devel
+BuildRequires:  pkgconfig(dri2proto)
 Source110:  wine-d3d9-patches-%{nine_version}.tar.xz
 %endif
 
@@ -169,6 +169,15 @@
 penalties of other methods and allowing you to cleanly integrate
 Windows applications into your desktop.
 
+%if %{staging}
+This WINE flavor contains the "staging" development patchset
+on top of the regular Wine release.
+%endif
+
+%if %{nine}
+This WINE flavor contains Direct3D9 enhancements patches for Gallium Nine 
support.
+%endif
+
 You can run your Windows executables with it and write your Windows
 programs under Linux and link against the WINE libraries. It is not
 necessary to have a Windows installation to run WINE.
@@ -180,7 +189,6 @@
 You can invoke wine by entering 'wine program.exe'. Configure it by
 running 'winecfg'.
 
-
 %package devel
 Summary:Files for Wine development
 Group:  Development/Libraries/C and C++

++ _service ++
--- /var/tmp/diff_new_pack.clNOo8/_old  2018-07-24 17:26:15.463596340 +0200
+++ /var/tmp/diff_new_pack.clNOo8/_new  2018-07-24 17:26:15.463596340 +0200
@@ -3,7 +3,7 @@
 @PARENT_TAG@
 v(.*)
 https://github.com/wine-staging/wine-staging.git
-refs/tags/v3.12
+refs/tags/v3.13
 v*.*
 git
   
@@ -11,7 +11,7 @@
 @PARENT_TAG@
 wined3d9(.*)
 https://github.com/sarnex/wine-d3d9-patches.git
-refs/tags/wine-d3d9-3.11
+refs/tags/wine-d3d9-3.12
 git
   
   

++ wine-3.12.tar.xz -> wine-3.13.tar.xz ++
/work/SRC/openSUSE:Factory/wine/wine-3.12.tar.xz 
/work/SRC/openSUSE:Factory/.wine.new/wine-3.13.tar.xz differ: char 26, line 1

++ wine-d3d9-patches-3.11.tar.xz -> wine-d3d9-patches-3.12.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wine-d3d9-patches-3.11/d3d9-helper.patch 
new/wine-d3d9-patches-3.12/d3d9-helper.patch
--- old/wine-d3d9-patches-3.11/d3d9-helper.patch2018-06-24 
19:54:47.0 +0200
+++ new/wine-d3d9-patches-3.12/d3d9-helper.patch2018-07-14 
04:28:43.0 +0200
@@ -1,6 +1,6 @@
-From 6ccba02d4f144a415394642dcd37a88ed29a40a4 Mon Sep 17 00:00:00 2001
+From 

commit lxqt-session for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package lxqt-session for openSUSE:Factory 
checked in at 2018-07-24 17:25:57

Comparing /work/SRC/openSUSE:Factory/lxqt-session (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-session.new (New)


Package is "lxqt-session"

Tue Jul 24 17:25:57 2018 rev:13 rq:624971 version:0.13.0

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-session/lxqt-session.changes
2018-06-29 22:31:41.570242241 +0200
+++ /work/SRC/openSUSE:Factory/.lxqt-session.new/lxqt-session.changes   
2018-07-24 17:26:17.911599454 +0200
@@ -1,0 +2,7 @@
+Tue Jul 24 08:52:28 UTC 2018 - mvet...@suse.com
+
+- bsc#1099800: Various LXQt components weren't able to find
+  their config files
+- Add lxqt-0.13.0-xdg-config-dir.patch
+
+---

New:

  lxqt-0.13.0-xdg-config-dir.patch



Other differences:
--
++ lxqt-session.spec ++
--- /var/tmp/diff_new_pack.zAQsKF/_old  2018-07-24 17:26:18.423600104 +0200
+++ /var/tmp/diff_new_pack.zAQsKF/_new  2018-07-24 17:26:18.427600110 +0200
@@ -26,6 +26,8 @@
 Source: 
https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
 Source1:
https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
+# FIX-OPENSUSE mvet...@suse.com bsc#1099800
+Patch0: lxqt-0.13.0-xdg-config-dir.patch
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -53,6 +55,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 # Changing LXQt into X-LXQt in desktop files to be freedesktop compliant and 
shut rpmlint warnings
 #find -name '*desktop.in*' -exec sed -ri 's/(LXQt;)/X-\1/' {} +
 

++ lxqt-0.13.0-xdg-config-dir.patch ++
Added because of: https://bugzilla.suse.com/show_bug.cgi?id=1099800
This patch was proposed by Simon Quigly and was declined by upstream.
See discussion at: https://github.com/lxqt/lxqt-session/pull/126/files

>From e76f0ebf14b2d54495b3fa27fe751b229b15f6d8 Mon Sep 17 00:00:00 2001
From: Simon Quigley 
Date: Fri, 25 May 2018 22:57:21 -0500
Subject: [PATCH] Ensure all paths are added to $XDG_CONFIG_DIRS.

---
 startlxqt.in | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/startlxqt.in b/startlxqt.in
index ae0569e..58b2b25 100755
--- a/startlxqt.in
+++ b/startlxqt.in
@@ -26,9 +26,11 @@ export XDG_DATA_DIRS
 if [ -z "$XDG_CONFIG_DIRS" ]; then
 export XDG_CONFIG_DIRS="@PREDEF_XDG_CONFIG_DIRS@"
 else
-if ! contains "$XDG_CONFIG_DIRS" '@LXQT_ETC_XDG_DIR@'; then
-XDG_CONFIG_DIRS="$XDG_CONFIG_DIRS:@LXQT_ETC_XDG_DIR@"
-fi
+for directory in "/etc" "@LXQT_ETC_XDG_DIR@" "/usr/share"; do
+if ! contains "$XDG_CONFIG_DIRS" "$directory"; then
+XDG_CONFIG_DIRS="$XDG_CONFIG_DIRS:$directory"
+fi
+done
 fi
 
 if [ -z "$XDG_CACHE_HOME" ]; then





commit libopenshot for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package libopenshot for openSUSE:Factory 
checked in at 2018-07-24 17:25:37

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


Package is "libopenshot"

Tue Jul 24 17:25:37 2018 rev:3 rq:624957 version:0.2.0

Changes:

--- /work/SRC/openSUSE:Factory/libopenshot/libopenshot.changes  2018-05-01 
23:24:01.563656187 +0200
+++ /work/SRC/openSUSE:Factory/.libopenshot.new/libopenshot.changes 
2018-07-24 17:25:54.135569207 +0200
@@ -1,0 +2,17 @@
+Mon Jul  2 12:44:51 UTC 2018 - adr...@suse.de
+
+- update to version 0.2.0
+  * FFMPEG 3.2.0 support
+  * New video effects
+  * bugfixes
+  * new soname
+- return to ffmpeg3-devel BuildRequires
+  * ffmpeg4 is not supported
+  * exact version numbers are bad in case of new ffmpeg3 release
+
+---
+Fri May  4 14:03:47 UTC 2018 - o...@aepfle.de
+
+- Use ffmpeg3 versions of pkgconfig(libav*)
+
+---

Old:

  libopenshot-0.1.9.obscpio

New:

  libopenshot-0.2.0.obscpio



Other differences:
--
++ libopenshot.spec ++
--- /var/tmp/diff_new_pack.edygke/_old  2018-07-24 17:25:55.179570535 +0200
+++ /var/tmp/diff_new_pack.edygke/_new  2018-07-24 17:25:55.183570540 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define sover 14
+%define sover 15
 Name:   libopenshot
-Version:0.1.9
+Version:0.2.0
 Release:0
 Summary:The core library for the OpenShot video editor
 License:LGPL-3.0-or-later
@@ -28,27 +28,20 @@
 BuildRequires:  ImageMagick-devel
 BuildRequires:  cmake
 BuildRequires:  cppzmq-devel
-BuildRequires:  ffmpeg3-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libopenshot-audio-devel
 BuildRequires:  pkgconfig
 BuildRequires:  swig
+#still broken
+#BuildRequires:  pkgconfig(Magick++)
+BuildRequires:  ffmpeg3-devel
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Multimedia)
 BuildRequires:  pkgconfig(Qt5MultimediaWidgets)
 BuildRequires:  pkgconfig(Qt5Widgets)
-# currently broken at compile time
-#BuildRequires:  pkgconfig(Magick++)
 BuildRequires:  pkgconfig(UnitTest++)
 BuildRequires:  pkgconfig(jsoncpp)
-BuildRequires:  pkgconfig(libavcodec)
-BuildRequires:  pkgconfig(libavdevice)
-BuildRequires:  pkgconfig(libavfilter)
-BuildRequires:  pkgconfig(libavformat)
-BuildRequires:  pkgconfig(libavresample)
-BuildRequires:  pkgconfig(libavutil)
-BuildRequires:  pkgconfig(libswscale)
 BuildRequires:  pkgconfig(python3)
 # currently broken at compile time
 #BuildRequires:  ruby-devel
@@ -104,9 +97,13 @@
 %setup -q
 
 %build
+# operators of base classes are not supposed to be used here, we can ignore it 
therefore.
+sed -i '/^set(CMAKE_CXX_FLAGS/d' CMakeLists.txt
 export CXXFLAGS="%{optflags} -Wno-return-type"
+
 %cmake \
 -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
 -DUSE_SYSTEM_JSONCPP=ON
 
 make %{?_smp_mflags}
@@ -118,17 +115,15 @@
 %postun -n %{name}%{sover} -p /sbin/ldconfig
 
 %files -n %{name}%{sover}
-%defattr(-,root,root)
-%doc AUTHORS COPYING
+%license COPYING
+%doc AUTHORS
 %{_libdir}/%{name}.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/%{name}/
 %{_libdir}/%{name}.so
 
 %files -n python3-openshot
-%defattr(-,root,root)
 %{python3_sitearch}/*openshot*
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.edygke/_old  2018-07-24 17:25:55.203570566 +0200
+++ /var/tmp/diff_new_pack.edygke/_new  2018-07-24 17:25:55.207570571 +0200
@@ -2,8 +2,8 @@
   
 https://github.com/OpenShot/libopenshot.git
 git
-v0.1.9
-0.1.9
+v0.2.0
+0.2.0
   
   
 

++ libopenshot-0.1.9.obscpio -> libopenshot-0.2.0.obscpio ++
/work/SRC/openSUSE:Factory/libopenshot/libopenshot-0.1.9.obscpio 
/work/SRC/openSUSE:Factory/.libopenshot.new/libopenshot-0.2.0.obscpio differ: 
char 10, line 1

++ libopenshot.obsinfo ++
--- /var/tmp/diff_new_pack.edygke/_old  2018-07-24 17:25:55.231570602 +0200
+++ /var/tmp/diff_new_pack.edygke/_new  2018-07-24 17:25:55.231570602 +0200
@@ -1,5 +1,5 @@
 name: libopenshot
-version: 0.1.9
-mtime: 1510480052
-commit: 67d355d215bb8e5cd17627176a4c487e43d3f34f
+version: 0.2.0
+mtime: 1530302794
+commit: 9972600931211c8db89141cfec207be829b7eb03
 




commit mailman for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package mailman for openSUSE:Factory checked 
in at 2018-07-24 17:25:33

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


Package is "mailman"

Tue Jul 24 17:25:33 2018 rev:43 rq:624942 version:2.1.28

Changes:

--- /work/SRC/openSUSE:Factory/mailman/mailman.changes  2018-07-06 
10:41:48.943267584 +0200
+++ /work/SRC/openSUSE:Factory/.mailman.new/mailman.changes 2018-07-24 
17:25:37.039547447 +0200
@@ -1,0 +2,15 @@
+Tue Jul 24 05:52:51 UTC 2018 - lie...@rz.uni-mannheim.de
+
+- update to 2.1.28:
+  * A content spoofing vulnerability with invalid list name messages in
+the web UI has been fixed.  CVE-2018-13796 bsc#1101288
+  * It is now possible to edit HTML and text templates via the web admin
+UI in a supported language other than the list's preferred_language.
+  * The Japanese translation has been updated
+  * The German translation has been updated
+  * The Esperanto translation has been updated
+  * The BLOCK_SPAMHAUS_LISTED_DBL_SUBSCRIBE feature added in 2.1.27 was
+not working.  This is fixed.
+  * Escaping of HTML entities for the web UI is now done more selectively.
+
+---

Old:

  mailman-2.1.27.tgz
  mailman-2.1.27.tgz.sig

New:

  mailman-2.1.28.tgz
  mailman-2.1.28.tgz.sig



Other differences:
--
++ mailman.spec ++
--- /var/tmp/diff_new_pack.Uey4ln/_old  2018-07-24 17:25:37.787548399 +0200
+++ /var/tmp/diff_new_pack.Uey4ln/_new  2018-07-24 17:25:37.791548404 +0200
@@ -26,7 +26,7 @@
   %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
 Name:   mailman
-Version:2.1.27
+Version:2.1.28
 Release:0
 Summary:The GNU Mailing List Manager
 License:GPL-2.0-or-later

++ mailman-2.1.27.tgz -> mailman-2.1.28.tgz ++
/work/SRC/openSUSE:Factory/mailman/mailman-2.1.27.tgz 
/work/SRC/openSUSE:Factory/.mailman.new/mailman-2.1.28.tgz differ: char 5, line 
1





commit psgml for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package psgml for openSUSE:Factory checked 
in at 2018-07-24 17:25:16

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


Package is "psgml"

Tue Jul 24 17:25:16 2018 rev:23 rq:624795 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/psgml/psgml.changes  2018-02-20 
17:56:05.552266704 +0100
+++ /work/SRC/openSUSE:Factory/.psgml.new/psgml.changes 2018-07-24 
17:25:20.087525861 +0200
@@ -1,0 +2,11 @@
+Mon Jul 23 13:20:56 UTC 2018 - k...@suse.com
+
+- In comments, escape macros.
+- Stop compiling tdtd-font-maker.el (do not needed at run-time).
+
+---
+Tue Jul 17 10:54:23 UTC 2018 - k...@suse.com
+
+- Run emacs with -Q (instead of --no-site).
+
+---



Other differences:
--
++ psgml.spec ++
--- /var/tmp/diff_new_pack.oY8apY/_old  2018-07-24 17:25:20.619526539 +0200
+++ /var/tmp/diff_new_pack.oY8apY/_new  2018-07-24 17:25:20.619526539 +0200
@@ -105,14 +105,14 @@
 ./configure --prefix=%{_prefix} --infodir=%{_infodir}
 make # emacs
 echo "(add-to-list (quote load-path) (getenv \"PWD\"))" > load-psgml.el
-emacs --batch --no-site -l load-psgml.el \
+emacs --batch -Q -l load-psgml.el \
   -l ./tdtd-font.el \
-  -f batch-byte-compile tdtd-font.el tdtd-font-maker.el tdtd.el
-emacs --batch --no-site -l load-psgml.el -f batch-byte-compile xxml.el
-emacs --batch --no-site -l load-psgml.el -l ./xxml.el \
+  -f batch-byte-compile tdtd-font.el tdtd.el
+emacs --batch -Q -l load-psgml.el -f batch-byte-compile xxml.el
+emacs --batch -Q -l load-psgml.el -l ./xxml.el \
   -f batch-byte-compile ke-docbook.el
-emacs --batch --no-site -l load-psgml.el -f batch-byte-compile 
psgml-xpointer.el
-emacs --batch --no-site -l load-psgml.el -l tempo -f batch-byte-compile 
psgml-html.el
+emacs --batch -Q -l load-psgml.el -f batch-byte-compile psgml-xpointer.el
+emacs --batch -Q -l load-psgml.el -l tempo -f batch-byte-compile psgml-html.el
 makeinfo psgml.texi
 makeinfo psgml-api.texi
 
@@ -130,11 +130,11 @@
   
lispdir="$RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/psgml" \
   infodir="$RPM_BUILD_ROOT%{_infodir}"
 #install -p -m644 suse-start-psgml.el \
-#$RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/suse-start-psgml.el
+#$RPM_BUILD_ROOT%%{_prefix}/share/emacs/site-lisp/suse-start-psgml.el
 install -p -m644 iso88591.map \
 $RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/psgml/iso88591.map
 install -p -m644 tdtd-font.el tdtd-font.elc \
- tdtd-font-maker.el tdtd-font-maker.elc \
+ tdtd-font-maker.el \
  tdtd.el tdtd.elc \
  $RPM_BUILD_ROOT%{_prefix}/share/emacs/site-lisp/psgml/
 install -p -m644 xxml.el xxml.elc \
@@ -168,7 +168,7 @@
 %doc suse-start-psgml.el
 %doc psgml-jade
 %doc tdtd-readme.txt tdtd-tutorial.txt tdtd.dot.emacs
-# %config %{_prefix}/share/emacs/site-lisp/suse-start-psgml.el
+# %config %%{_prefix}/share/emacs/site-lisp/suse-start-psgml.el
 %{_prefix}/share/emacs/site-lisp/psgml
 %doc %{_infodir}/psgml-api.info*
 %doc %{_infodir}/psgml.info*





commit python-pymongo for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package python-pymongo for openSUSE:Factory 
checked in at 2018-07-24 17:25:27

Comparing /work/SRC/openSUSE:Factory/python-pymongo (Old)
 and  /work/SRC/openSUSE:Factory/.python-pymongo.new (New)


Package is "python-pymongo"

Tue Jul 24 17:25:27 2018 rev:30 rq:624853 version:3.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pymongo/python-pymongo.changes
2018-03-19 23:37:56.506298008 +0100
+++ /work/SRC/openSUSE:Factory/.python-pymongo.new/python-pymongo.changes   
2018-07-24 17:25:29.047537271 +0200
@@ -1,0 +2,7 @@
+Mon Jul 16 16:55:52 UTC 2018 - mc...@suse.com
+
+- Upgrade to 3.7.0
+Version 3.7 adds support for MongoDB 4.0. More details are available
+at http://api.mongodb.com/python/3.7.0/changelog.html
+
+---

Old:

  pymongo-3.6.0.tar.gz

New:

  pymongo-3.7.0.tar.gz



Other differences:
--
++ python-pymongo.spec ++
--- /var/tmp/diff_new_pack.mjBeuC/_old  2018-07-24 17:25:29.951538422 +0200
+++ /var/tmp/diff_new_pack.mjBeuC/_new  2018-07-24 17:25:29.955538427 +0200
@@ -16,20 +16,16 @@
 #
 
 
-%bcond_without tests
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-
 Name:   python-pymongo
-Version:3.6.0
+Version:3.7.0
 Release:0
-Url:http://github.com/mongodb/mongo-python-driver
 Summary:Python driver for MongoDB
 License:Apache-2.0
 Group:  Development/Languages/Python
+URL:http://github.com/mongodb/mongo-python-driver
 Source: 
https://files.pythonhosted.org/packages/source/p/pymongo/pymongo-%{version}.tar.gz
 # PATCH-FIX-UPSTREAm -- tests_should_pass_without_MongoDB_running.patch -- 
https://jira.mongodb.org/browse/PYTHON-1216
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -58,14 +54,12 @@
 
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
-%if %{with tests}
 %check
-%python_exec setup.py test
-%endif
+%python_exec setup.py test -v
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %{python_sitearch}/*
 
 %changelog

++ pymongo-3.6.0.tar.gz -> pymongo-3.7.0.tar.gz ++
 19089 lines of diff (skipped)




commit python-botocore for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package python-botocore for openSUSE:Factory 
checked in at 2018-07-24 17:24:56

Comparing /work/SRC/openSUSE:Factory/python-botocore (Old)
 and  /work/SRC/openSUSE:Factory/.python-botocore.new (New)


Package is "python-botocore"

Tue Jul 24 17:24:56 2018 rev:30 rq:624783 version:1.10.62

Changes:

--- /work/SRC/openSUSE:Factory/python-botocore/python-botocore.changes  
2018-07-14 20:24:44.656112656 +0200
+++ /work/SRC/openSUSE:Factory/.python-botocore.new/python-botocore.changes 
2018-07-24 17:25:11.971515523 +0200
@@ -1,0 +2,46 @@
+Sun Jul 22 20:43:56 UTC 2018 - adrian.glaub...@suse.com
+
+- Version update to 1.10.62
+  * api-change:``config``: Update config client to latest version
+  * api-change:``dlm``: Update dlm client to latest version
+- from version 1.10.61
+  * api-change:``mediapackage``: Update mediapackage client to latest version
+- from version 1.10.60
+  * api-change:``iotanalytics``: Update iotanalytics client to latest version
+- from version 1.10.59
+  * api-change:``sagemaker``: Update sagemaker client to latest version
+  * api-change:``polly``: Update polly client to latest version
+  * api-change:``comprehend``: Update comprehend client to latest version
+  * api-change:``snowball``: Update snowball client to latest version
+- from version 1.10.58
+  * api-change:``kinesisvideo``: Update kinesisvideo client to latest version
+  * api-change:``appstream``: Update appstream client to latest version
+  * api-change:``kinesis-video-archived-media``: Update 
kinesis-video-archived-media client to latest version
+- from version 1.10.57
+  * api-change:``iam``: Update iam client to latest version
+  * api-change:``dlm``: Update dlm client to latest version
+  * api-change:``appsync``: Update appsync client to latest version
+  * api-change:``efs``: Update efs client to latest version
+  * api-change:``codebuild``: Update codebuild client to latest version
+  * api-change:``emr``: Update emr client to latest version
+- from version 1.10.56
+  * api-change:``ssm``: Update ssm client to latest version
+  * api-change:``s3``: Update s3 client to latest version
+  * api-change:``apigateway``: Update apigateway client to latest version
+  * api-change:``ce``: Update ce client to latest version
+- from version 1.10.55
+  * api-change:``ec2``: Update ec2 client to latest version
+  * api-change:``codebuild``: Update codebuild client to latest version
+  * api-change:``glue``: Update glue client to latest version
+  * api-change:``opsworks``: Update opsworks client to latest version
+  * api-change:``appstream``: Update appstream client to latest version
+- from version 1.10.54
+  * api-change:``application-autoscaling``: Update application-autoscaling 
client to latest version
+- from version 1.10.53
+  * api-change:``application-autoscaling``: Update application-autoscaling 
client to latest version
+  * api-change:``lambda``: Update lambda client to latest version
+  * api-change:``dms``: Update dms client to latest version
+  * api-change:``ce``: Update ce client to latest version
+  * api-change:``transcribe``: Update transcribe client to latest version
+
+---

Old:

  botocore-1.10.57.tar.gz

New:

  botocore-1.10.62.tar.gz



Other differences:
--
++ python-botocore.spec ++
--- /var/tmp/diff_new_pack.zlG485/_old  2018-07-24 17:25:12.483516176 +0200
+++ /var/tmp/diff_new_pack.zlG485/_new  2018-07-24 17:25:12.483516176 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-botocore
-Version:1.10.57
+Version:1.10.62
 Release:0
 Summary:Python interface for AWS
 License:Apache-2.0

++ botocore-1.10.57.tar.gz -> botocore-1.10.62.tar.gz ++
 2968 lines of diff (skipped)




commit s3fs for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package s3fs for openSUSE:Factory checked in 
at 2018-07-24 17:25:12

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


Package is "s3fs"

Tue Jul 24 17:25:12 2018 rev:9 rq:624792 version:1.84

Changes:

--- /work/SRC/openSUSE:Factory/s3fs/s3fs.changes2018-02-05 
10:53:27.847035551 +0100
+++ /work/SRC/openSUSE:Factory/.s3fs.new/s3fs.changes   2018-07-24 
17:25:17.379522412 +0200
@@ -1,0 +2,33 @@
+Sun Jul  8 11:58:19 UTC 2018 - ju...@juliogonzalez.es
+
+- Update to version 1.84
+  + Update README.md with details about .passwd-s3fs
+  + add disk space reservation
+  + Added Cygwin build options
+  + reduce lock contention on file open
+  + don't fail multirequest on single thread error
+  + add an instance_name option for logging
+  + FreeBSD build fixes
+  + More useful error message for dupe entries in passwd file
+  + cleanup curl handle state on retries
+  + don't fail mkdir when directory exists
+  + fix xpath selector in bucket listing
+  + Validate the URL format for http/https
+  + Added reset curl handle when returning to handle pool
+  + Optimize defaults
+  + Simplify installation for Ubuntu 16.04
+  + Upgrade to S3Proxy 1.6.0
+  + cleanup curl handles before curl share
+  + Remove false multihead warnings
+  + Add Debian installation instructions
+  + Remove s3fs-python
+  + Fixed memory leak
+  + Revert "enable FUSE read_sync by default"
+  + Option for IAM authentication endpoint
+  + gnutls_auth: initialize libgcrypt
+  + Fixed an error by cppcheck on OSX
+  + Log messages for 5xx and 4xx HTTP response code
+  + Instructions for SUSE and openSUSE prebuilt packages
+  + Added list_object_max_keys option based on #783 PR 
+
+---

Old:

  s3fs-1.83.tar.gz

New:

  s3fs-1.84.tar.gz



Other differences:
--
++ s3fs.spec ++
--- /var/tmp/diff_new_pack.f7tjtU/_old  2018-07-24 17:25:18.051523268 +0200
+++ /var/tmp/diff_new_pack.f7tjtU/_new  2018-07-24 17:25:18.055523273 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   s3fs
-Version:1.83
+Version:1.84
 Release:0
 Summary:FUSE file system backed by Amazon S3 bucket
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  System/Filesystems
 Url:https://github.com/s3fs-fuse/s3fs-fuse
 Source0:
https://github.com/s3fs-fuse/s3fs-fuse/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz

++ s3fs-1.83.tar.gz -> s3fs-1.84.tar.gz ++
 2279 lines of diff (skipped)




commit python-boto3 for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package python-boto3 for openSUSE:Factory 
checked in at 2018-07-24 17:25:05

Comparing /work/SRC/openSUSE:Factory/python-boto3 (Old)
 and  /work/SRC/openSUSE:Factory/.python-boto3.new (New)


Package is "python-boto3"

Tue Jul 24 17:25:05 2018 rev:14 rq:624784 version:1.7.62

Changes:

--- /work/SRC/openSUSE:Factory/python-boto3/python-boto3.changes
2018-06-20 15:33:39.657060462 +0200
+++ /work/SRC/openSUSE:Factory/.python-boto3.new/python-boto3.changes   
2018-07-24 17:25:15.843520456 +0200
@@ -1,0 +2,88 @@
+Sun Jul 22 21:12:03 UTC 2018 - adrian.glaub...@suse.com
+
+- Version update to 1.7.62
+  * api-change:``config``: [``botocore``] Update config client to latest 
version
+  * api-change:``dlm``: [``botocore``] Update dlm client to latest version
+- from version 1.7.61
+  * api-change:``mediapackage``: [``botocore``] Update mediapackage client to 
latest version
+- from version 1.7.60
+  * api-change:``iotanalytics``: [``botocore``] Update iotanalytics client to 
latest version
+- from version 1.7.59
+  * api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest 
version
+  * api-change:``polly``: [``botocore``] Update polly client to latest version
+  * api-change:``comprehend``: [``botocore``] Update comprehend client to 
latest version
+  * api-change:``snowball``: [``botocore``] Update snowball client to latest 
version
+- from version 1.7.58
+  * api-change:``kinesisvideo``: [``botocore``] Update kinesisvideo client to 
latest version
+  * api-change:``appstream``: [``botocore``] Update appstream client to latest 
version
+  * api-change:``kinesis-video-archived-media``: [``botocore``] Update 
kinesis-video-archived-media client to latest version
+- from version 1.7.57
+  * api-change:``iam``: [``botocore``] Update iam client to latest version
+  * api-change:``dlm``: [``botocore``] Update dlm client to latest version
+  * api-change:``appsync``: [``botocore``] Update appsync client to latest 
version
+  * api-change:``efs``: [``botocore``] Update efs client to latest version
+  * api-change:``codebuild``: [``botocore``] Update codebuild client to latest 
version
+  * api-change:``emr``: [``botocore``] Update emr client to latest version
+- from version 1.7.56
+  * api-change:``ssm``: [``botocore``] Update ssm client to latest version
+  * api-change:``s3``: [``botocore``] Update s3 client to latest version
+  * api-change:``apigateway``: [``botocore``] Update apigateway client to 
latest version
+  * api-change:``ce``: [``botocore``] Update ce client to latest version
+- from version 1.7.55
+  * api-change:``ec2``: [``botocore``] Update ec2 client to latest version
+  * api-change:``codebuild``: [``botocore``] Update codebuild client to latest 
version
+  * api-change:``glue``: [``botocore``] Update glue client to latest version
+  * api-change:``opsworks``: [``botocore``] Update opsworks client to latest 
version
+  * api-change:``appstream``: [``botocore``] Update appstream client to latest 
version
+- from version 1.7.54
+  * api-change:``application-autoscaling``: [``botocore``] Update 
application-autoscaling client to latest version
+- from version 1.7.53
+  * api-change:``application-autoscaling``: [``botocore``] Update 
application-autoscaling client to latest version
+  * api-change:``lambda``: [``botocore``] Update lambda client to latest 
version
+  * api-change:``dms``: [``botocore``] Update dms client to latest version
+  * api-change:``ce``: [``botocore``] Update ce client to latest version
+  * api-change:``transcribe``: [``botocore``] Update transcribe client to 
latest version
+- from version 1.7.52
+  * api-change:``mediaconvert``: [``botocore``] Update mediaconvert client to 
latest version
+  * api-change:``serverlessrepo``: [``botocore``] Update serverlessrepo client 
to latest version
+- from version 1.7.51
+  * api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest 
version
+  * api-change:``pinpoint``: [``botocore``] Update pinpoint client to latest 
version
+- from version 1.7.50
+  * api-change:``ec2``: [``botocore``] Update ec2 client to latest version
+  * api-change:``redshift``: [``botocore``] Update redshift client to latest 
version
+  * api-change:``acm``: [``botocore``] Update acm client to latest version
+- from version 1.7.49
+  * api-change:``ssm``: [``botocore``] Update ssm client to latest version
+- from version 1.7.48
+  * api-change:``elasticbeanstalk``: [``botocore``] Update elasticbeanstalk 
client to latest version
+  * api-change:``storagegateway``: [``botocore``] Update storagegateway client 
to latest version
+  * api-change:``lambda``: [``botocore``] Update lambda client to latest 
version
+- from version 1.7.47
+  * api-change:``cloudfront``: [``botocore``] Update cloudfront client to 
latest 

commit mame for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package mame for openSUSE:Factory checked in 
at 2018-07-24 17:24:44

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


Package is "mame"

Tue Jul 24 17:24:44 2018 rev:10 rq:624702 version:0.199

Changes:

--- /work/SRC/openSUSE:Factory/mame/mame.changes2018-07-02 
23:32:53.225291146 +0200
+++ /work/SRC/openSUSE:Factory/.mame.new/mame.changes   2018-07-24 
17:25:00.303500658 +0200
@@ -1,0 +2,5 @@
+Mon Jul 23 08:54:50 UTC 2018 - guillaume.gar...@opensuse.org
+
+- Update _constraints to avoid no space left seen on aarch64
+
+---



Other differences:
--
++ _constraints ++
--- /var/tmp/diff_new_pack.KZ6lZp/_old  2018-07-24 17:25:02.051502885 +0200
+++ /var/tmp/diff_new_pack.KZ6lZp/_new  2018-07-24 17:25:02.051502885 +0200
@@ -2,7 +2,7 @@
   
 4
   
-32
+40
   
   
 8






commit FlightGear for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package FlightGear for openSUSE:Factory 
checked in at 2018-07-24 17:24:31

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


Package is "FlightGear"

Tue Jul 24 17:24:31 2018 rev:6 rq:624569 version:2018.2.2

Changes:

--- /work/SRC/openSUSE:Factory/FlightGear/FlightGear.changes2018-01-09 
14:53:49.574021586 +0100
+++ /work/SRC/openSUSE:Factory/.FlightGear.new/FlightGear.changes   
2018-07-24 17:24:38.595472989 +0200
@@ -1,0 +2,21 @@
+Thu Jul 19 00:50:45 UTC 2018 - stefan.bru...@rwth-aachen.de
+
+- Relax FlightGear-data dependency to Recommends, data can also
+  be downloaded using FGs download dialog, or e.g. using git
+  checkouts, which is significantly more efficient as the
+  majority of data never changes.
+- Use %license for COPYING
+
+---
+Wed Jun 27 15:48:52 UTC 2018 - mathias.hom...@opensuse.org
+ 
+- Update to 2018.2.2
+  * changelog: see upstream, http://wiki.flightgear.org/Changelog_2018.2
+
+---
+Fri May  4 21:55:30 UTC 2018 - mathias.hom...@opensuse.org
+
+- Update to 2018.1.1
+  * changelog: see upstream, http://wiki.flightgear.org/Changelog_2018.1
+
+---

Old:

  flightgear-2017.3.1.tar.bz2

New:

  _constraints
  flightgear-2018.2.2.tar.bz2



Other differences:
--
++ FlightGear.spec ++
--- /var/tmp/diff_new_pack.xbYXlA/_old  2018-07-24 17:24:51.375489280 +0200
+++ /var/tmp/diff_new_pack.xbYXlA/_new  2018-07-24 17:24:51.379489286 +0200
@@ -16,12 +16,12 @@
 #
 
 
-%define main_version 2017.3
+%define main_version 2018.2
 Name:   FlightGear
-Version:%{main_version}.1
+Version:%{main_version}.2
 Release:0
 Summary:Flight Simulator
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Amusements/Games/3D/Simulation
 Url:http://www.flightgear.org/
 Source0:
https://sourceforge.net/projects/flightgear/files/release-%{main_version}/flightgear-%{version}.tar.bz2
@@ -29,14 +29,14 @@
 
 BuildRequires:  SimGear-devel = %{version}
 BuildRequires:  cmake
+BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
-# Required for screensaver inhibition
-BuildRequires:  freeglut-devel
 BuildRequires:  plib-devel
 BuildRequires:  sqlite3-devel
 BuildRequires:  update-desktop-files
+# Required for screensaver inhibition
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(glew)
@@ -45,13 +45,19 @@
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(xi)
 BuildRequires:  pkgconfig(xmu)
+%if 0%{?suse_version} > 1330
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel
+%endif
 
 # Additional dependencies to enable FlightGear's new Qt launcher interface
+BuildRequires:  libQt5Gui-private-headers-devel
 BuildRequires:  libQt5Network-devel
 BuildRequires:  libQt5Widgets-devel
 BuildRequires:  libqt5-qtdeclarative-devel
 
-Requires:   FlightGear-data = %{version}
+Recommends: FlightGear-data = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -105,7 +111,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog NEWS README Thanks docs-mini/*
+%doc AUTHORS ChangeLog NEWS README Thanks docs-mini/*
+%license COPYING
 %{_mandir}/man1/*
 %{_mandir}/man5/*
 %{_mandir}/it/man1/*
@@ -116,11 +123,5 @@
 %{_datadir}/icons/hicolor/scalable/apps/*.svg
 %{_datadir}/bash-completion/completions/fgfs
 %{_datadir}/zsh/site-functions/_fgfs
-# Workaround for Leap 42.2
-%if 0%{?sle_version} == 120200 && 0%{?is_opensuse}
-%dir %{_datadir}/bash-completion
-%dir %{_datadir}/zsh
-%dir %{_datadir}/zsh/site-functions
-%endif
 
 %changelog

++ _constraints ++

  

  6000

  


++ flightgear-2017.3.1.tar.bz2 -> flightgear-2018.2.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/FlightGear/flightgear-2017.3.1.tar.bz2 
/work/SRC/openSUSE:Factory/.FlightGear.new/flightgear-2018.2.2.tar.bz2 differ: 
char 11, line 1




commit SimGear for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package SimGear for openSUSE:Factory checked 
in at 2018-07-24 17:24:38

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


Package is "SimGear"

Tue Jul 24 17:24:38 2018 rev:7 rq:624571 version:2018.2.2

Changes:

--- /work/SRC/openSUSE:Factory/SimGear/SimGear.changes  2018-01-05 
01:00:32.345583874 +0100
+++ /work/SRC/openSUSE:Factory/.SimGear.new/SimGear.changes 2018-07-24 
17:24:52.539490764 +0200
@@ -1,0 +2,30 @@
+Thu Jul 19 00:44:12 UTC 2018 - stefan.bru...@rwth-aachen.de
+
+- Adjust BuildRequires and Requires
+  * Use BuildConflicts to force a OSG version >= 3.2
+  * Drop BuildRequires for OSG plugins, not needed
+  * Add versioned Requires: openSceneGraph-plugins. We want plugins
+with the same version as the linked library
+- Use %license for COPYING
+
+---
+Sun Jul  1 03:21:06 UTC 2018 - stefan.bru...@rwth-aachen.de
+
+- Fix failing build, no-return-in-nonvoid-function
+  0001-Add-missing-return-value.patch
+- Change BuildRequires, OpenSceneGraph 3.6 has an incompatible API
+
+---
+Wed Jun 27 15:43:30 UTC 2018 - mathias.hom...@opensuse.org
+
+- Update to 2018.2.2
+  * changelog: see upstream, http://wiki.flightgear.org/Changelog_2018.2
+  * Fixes boo#1099288 (update requested)
+
+---
+Fri May  4 21:52:40 UTC 2018 - mathias.hom...@opensuse.org
+
+- Update to 2018.1.1
+  * changelog: see upstream, http://wiki.flightgear.org/Changelog_2018.1
+
+---

Old:

  simgear-2017.3.1.tar.bz2

New:

  0001-Add-missing-return-value.patch
  simgear-2018.2.2.tar.bz2



Other differences:
--
++ SimGear.spec ++
--- /var/tmp/diff_new_pack.fleGly/_old  2018-07-24 17:24:55.927495081 +0200
+++ /var/tmp/diff_new_pack.fleGly/_new  2018-07-24 17:24:55.927495081 +0200
@@ -15,27 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+# We want specific versions of the devel and plugins OpenSceneGraph subpackages
+# in our requirements, i.e. the same version we have built against
+%define openscenegraph_version %(rpm -qa --nosignature --nodigest 
libOpenSceneGraph\*-devel | sed 's/.*-devel-\\(.*\\)-.*/\\1/')
 
-%define libname libSimGearCore-2017_3_1
-%define main_version 2017.3
+%define libname libSimGearCore-2018_2_2
+%define main_version 2018.2
 Name:   SimGear
-Version:%{main_version}.1
+Version:%{main_version}.2
 Release:0
 Summary:Simulator Construction Gear
 # https://sourceforge.net/p/flightgear/codetickets/1940/
-License:LGPL-2.0+ and GPL-2.0+ and MIT
+License:LGPL-2.0-or-later AND GPL-2.0-or-later AND MIT
 Group:  Amusements/Games/3D/Simulation
 Url:http://www.flightgear.org/
 Source0:
https://sourceforge.net/projects/flightgear/files/release-%{main_version}/simgear-%{version}.tar.bz2
-BuildRequires:  OpenSceneGraph-plugins >= 3.2
+# PATCH-FIX-UPSTREAM 0001-Add-missing-return-value.patch
+Patch0: 0001-Add-missing-return-value.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  libOpenSceneGraph-devel > 1.2
+BuildRequires:  libOpenSceneGraph-devel < 3.6
+BuildConflicts: libOpenSceneGraph-devel < 3.2
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(openal)
-BuildRequires:  pkgconfig(openthreads)
 BuildRequires:  pkgconfig(zlib)
 %if 0%{?suse_version} > 1330
 BuildRequires:  libboost_headers-devel
@@ -54,7 +58,7 @@
 %package -n %{libname}
 Summary:Simulator Construction Gear
 Group:  Amusements/Games/3D/Simulation
-Requires:   OpenSceneGraph-plugins >= 3.0
+Requires:   OpenSceneGraph-plugins = %{openscenegraph_version}
 
 %description -n %{libname}
 SimGear is a set of open-source libraries designed to be used as building
@@ -68,9 +72,12 @@
 Summary:Development libraries and headers for SimGear
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
-Requires:   boost-devel
-Requires:   libOpenSceneGraph-devel > 1.2
-Requires:   libOpenThreads-devel
+%if 0%{?suse_version} > 1330
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel
+%endif
+Requires:   libOpenSceneGraph-devel = %{openscenegraph_version}
 Requires:   libjpeg-devel
 Requires:   openal-soft-devel
 Requires:   zlib-devel
@@ -81,6 +88,7 @@
 
 %prep
 %setup -q -n simgear-%{version}
+%patch0 -p1
 
 %build
 export 

commit pandoc for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2018-07-24 17:24:20

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


Package is "pandoc"

Tue Jul 24 17:24:20 2018 rev:24 rq:624320 version:2.2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2018-05-30 
12:33:13.131356136 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2018-07-24 
17:24:31.859464400 +0200
@@ -1,0 +2,206 @@
+Fri Jul 20 13:38:45 UTC 2018 - psim...@suse.com
+
+- Update pandoc to version 2.2.2.1.
+  pandoc (2.2.2.1)
+
+* Fix regression finding templates in user data directory (#4777).
+  Under version 2.2.1 and prior pandoc found latex templates in the
+  templates directory under the data directory, but this broke in 2.2.2.
+
+* Fix for bug in parsing `\input` in `rawLaTeXBlock` and
+  `rawLaTeXInline` (#4781). (This primarily affects the markdown
+  reader, and other readers that accept raw tex.)
+  Starting in 2.2.2, everything after an `\input` (or `\include`)
+  in a markdown file would be parsed as raw LaTeX.
+
+* MANUAL:
+
+  + Clarify `gfm` vs `markdown_github` (#4783, Mauro Bieg).
+  * Use `keywords` instead of `tags` in YAML metadata example (#4779).
+Unlike `tags`, `keywords` is used in some of the writers
+and default templates.
+
+* Add missing `rollingLinks` option to revealjs template (#4778,
+  Igor Khorlo).
+
+---
+Wed Jul 18 14:26:50 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Tue Jul 17 19:31:14 UTC 2018 - psim...@suse.com
+
+- Update pandoc to version 2.2.2.
+
+  * Use HsYAML instead of yaml for translations and YAML metadata (#4747).
+yaml wraps a C library; HsYAML is pure Haskell.  Advances #4535.
+
+Note: HsYAML implements YAML 1.2, in which the valid true
+values are `true`, `True`, `TRUE`.  This means a change in
+the semantics of YAML metadata that could affect users:
+`y`, `yes`, and `on` no longer count as true values.
+
+  * Fix regression: make `--pdf-engine` work with full paths (#4681, Mauro
+Bieg).
+
+  * CommonMark reader: Handle `ascii_identifiers` extension (#4742,
+Anders Waldenborg).  Non-ascii characters were not stripped from
+identifiers even if the `ascii_identifiers` extension was
+enabled (which is is by default for gfm).
+
+  * TikiWiki reader: Improve list parsing (#4722, Mauro Bieg).
+Remove trailing Space from list items.  Parse lists that have no space
+after marker.
+
+  * LaTeX reader:
+
++ Treat `lilypond` as a verbatim environment (#4725).
++ Parse figure label into Image id (#4700, Mauro Bieg).
++ Beamer: Allow "noframenumbering" option (#4696, Raymond Ehlers).
++ Allow spaces around `\graphicspath` arguments (#4698).
++ Handle includes without surrounding blanklines (#4553).
+In addition, `\input` can now be used in an inline context,
+e.g. to provide part of a paragraph, as it can in LaTeX.
++ In `rawLaTeXBlock`, handle macros that resolve to a
+`\begin` or `\end` (#4667).
++ In `rawLaTeXBlock`, don't expand macros in macro definitions (#4653).
+Note that this only affected LaTeX in markdown.
++ Tighten up reading of beamer overlay specifications (#4669).
+Ideally we'd turn these on only when reading beamer, but currently
+beamer is not distinguished from latex as an input format.
+This commit also activates parsing of overlay specifications
+after commands in general (e.g. `\item`), since they can occur
+in many contexts in beamer.
++ Parse more siunitx unit commands (#4296, #4773).
++ Be more forgiving in key/value option parsing (#4761).
+
+  * Markdown reader:
+
++ Allow empty code spans, e.g. `` ` ` ``.
++ Emojis are now wrapped in Spans with class `emoji` and
+attribute `data-emoji` (Anders Waldenborg, #4743).
+This allows the writer to handle them in a special way
+(e.g. using a special font, or just rendering the
+emoji name).
+
+  * Muse reader (Alexander Krotov, except where indicated):
+
++ Get rid of non-exhaustive pattern match warning (Mauro Bieg).
++ Add support for floating images.
++ Add support for images with specified width.
++ Parse image URLs without "guard" and "takeExtension".
++ Split link and image parsing into separate functions.
++ Parse links starting with "URL:" explicitly instead of trying to strip
+"URL:" prefix after parsing.

commit ghc-xml for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-xml for openSUSE:Factory checked 
in at 2018-07-24 17:24:17

Comparing /work/SRC/openSUSE:Factory/ghc-xml (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-xml.new (New)


Package is "ghc-xml"

Tue Jul 24 17:24:17 2018 rev:7 rq:624319 version:1.3.14

Changes:

--- /work/SRC/openSUSE:Factory/ghc-xml/ghc-xml.changes  2018-05-30 
12:27:59.292846932 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-xml.new/ghc-xml.changes 2018-07-24 
17:24:19.927449183 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:49 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -45 +50,0 @@
-



Other differences:
--
++ ghc-xml.spec ++
--- /var/tmp/diff_new_pack.nJhksh/_old  2018-07-24 17:24:20.535449959 +0200
+++ /var/tmp/diff_new_pack.nJhksh/_new  2018-07-24 17:24:20.535449959 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-xml
 #
-# 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




commit ghc-void for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-void for openSUSE:Factory 
checked in at 2018-07-24 17:24:14

Comparing /work/SRC/openSUSE:Factory/ghc-void (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-void.new (New)


Package is "ghc-void"

Tue Jul 24 17:24:14 2018 rev:9 rq:624318 version:0.7.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-void/ghc-void.changes2018-05-30 
12:27:54.121029207 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-void.new/ghc-void.changes   2018-07-24 
17:24:16.491444800 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:48 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -28 +33,0 @@
-
@@ -40 +44,0 @@
-



Other differences:
--
++ ghc-void.spec ++
--- /var/tmp/diff_new_pack.idFXNd/_old  2018-07-24 17:24:16.931445361 +0200
+++ /var/tmp/diff_new_pack.idFXNd/_new  2018-07-24 17:24:16.935445367 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-void
 #
-# 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




commit ghc-semigroups for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-semigroups for openSUSE:Factory 
checked in at 2018-07-24 17:24:10

Comparing /work/SRC/openSUSE:Factory/ghc-semigroups (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-semigroups.new (New)


Package is "ghc-semigroups"

Tue Jul 24 17:24:10 2018 rev:13 rq:624317 version:0.18.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-semigroups/ghc-semigroups.changes
2018-05-30 12:27:10.730543618 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-semigroups.new/ghc-semigroups.changes   
2018-07-24 17:24:14.615442407 +0200
@@ -1,0 +2,15 @@
+Wed Jul 18 14:26:40 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Fri Jul 13 14:31:26 UTC 2018 - psim...@suse.com
+
+- Update semigroups to version 0.18.5.
+  0.18.5 [2018.07.02]
+  ---
+  * Use a more efficient `sconcat` for the `Semigroup` instances for strict and
+lazy `ByteString`.
+
+---
@@ -54 +68,0 @@
-

Old:

  semigroups-0.18.4.tar.gz

New:

  semigroups-0.18.5.tar.gz



Other differences:
--
++ ghc-semigroups.spec ++
--- /var/tmp/diff_new_pack.K1jJNu/_old  2018-07-24 17:24:15.223443183 +0200
+++ /var/tmp/diff_new_pack.K1jJNu/_new  2018-07-24 17:24:15.223443183 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name semigroups
 Name:   ghc-%{pkg_name}
-Version:0.18.4
+Version:0.18.5
 Release:0
 Summary:Anything that associates
 License:BSD-3-Clause

++ semigroups-0.18.4.tar.gz -> semigroups-0.18.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/semigroups-0.18.4/.travis.yml 
new/semigroups-0.18.5/.travis.yml
--- old/semigroups-0.18.4/.travis.yml   2018-01-30 05:26:43.0 +0100
+++ new/semigroups-0.18.5/.travis.yml   2018-07-03 00:09:07.0 +0200
@@ -1,6 +1,6 @@
 # This Travis job script has been generated by a script via
 #
-#   runghc make_travis_yml_2.hs '-o' '.travis.yml' 
'--irc-channel=irc.freenode.org#haskell-lens' '--no-no-tests-no-bench' 
'--no-installed' 'cabal.project'
+#   runghc make_travis_yml_2.hs '-o' '.travis.yml' '--ghc-head' 
'--irc-channel=irc.freenode.org#haskell-lens' '--no-no-tests-no-bench' 
'--no-unconstrained' 'cabal.project'
 #
 # For more information, see https://github.com/hvr/multi-ghc-travis
 #
@@ -36,42 +36,45 @@
 
 matrix:
   include:
-- compiler: "ghc-7.0.4"
+- compiler: "ghc-8.6.1"
+  env: GHCHEAD=true
+  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.6.1], 
sources: [hvr-ghc]}}
+- compiler: "ghc-8.4.3"
 # env: TEST=--disable-tests BENCH=--disable-benchmarks
-  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.0,ghc-7.0.4], 
sources: [hvr-ghc]}}
-- compiler: "ghc-7.2.2"
+  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.4.3], 
sources: [hvr-ghc]}}
+- compiler: "ghc-8.2.2"
 # env: TEST=--disable-tests BENCH=--disable-benchmarks
-  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.0,ghc-7.2.2], 
sources: [hvr-ghc]}}
-- compiler: "ghc-7.4.2"
+  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.2.2], 
sources: [hvr-ghc]}}
+- compiler: "ghc-8.0.2"
 # env: TEST=--disable-tests BENCH=--disable-benchmarks
-  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.0,ghc-7.4.2], 
sources: [hvr-ghc]}}
-- compiler: "ghc-7.6.3"
+  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.0.2], 
sources: [hvr-ghc]}}
+- compiler: "ghc-7.10.3"
 # env: TEST=--disable-tests BENCH=--disable-benchmarks
-  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.0,ghc-7.6.3], 
sources: [hvr-ghc]}}
+  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-7.10.3], 
sources: [hvr-ghc]}}
 - compiler: "ghc-7.8.4"
 # env: TEST=--disable-tests BENCH=--disable-benchmarks
-  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.0,ghc-7.8.4], 
sources: [hvr-ghc]}}
-- compiler: "ghc-7.10.3"
+  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-7.8.4], 
sources: [hvr-ghc]}}
+- compiler: "ghc-7.6.3"
 # env: TEST=--disable-tests BENCH=--disable-benchmarks
-  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.0,ghc-7.10.3], 
sources: [hvr-ghc]}}
-- compiler: "ghc-8.0.2"
+  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-7.6.3], 
sources: [hvr-ghc]}}
+- compiler: "ghc-7.4.2"
 # env: TEST=--disable-tests BENCH=--disable-benchmarks
-  addons: {apt: 

commit ghc-JuicyPixels for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-JuicyPixels for openSUSE:Factory 
checked in at 2018-07-24 17:23:59

Comparing /work/SRC/openSUSE:Factory/ghc-JuicyPixels (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-JuicyPixels.new (New)


Package is "ghc-JuicyPixels"

Tue Jul 24 17:23:59 2018 rev:18 rq:624313 version:3.3

Changes:

--- /work/SRC/openSUSE:Factory/ghc-JuicyPixels/ghc-JuicyPixels.changes  
2018-05-30 12:22:33.919426236 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-JuicyPixels.new/ghc-JuicyPixels.changes 
2018-07-24 17:24:03.211427857 +0200
@@ -1,0 +2,19 @@
+Wed Jul 18 14:26:10 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Tue Jul 17 19:31:07 UTC 2018 - psim...@suse.com
+
+- Update JuicyPixels to version 3.3.
+  v3.3 July 2018
+  --
+
+   * New: Eq instances for image
+   * Fix: color gif resolution offset
+   * New: support for Float Tiff
+   * Breaking change: New `ImageY32` constructor for `Dynamic`
+hence the version bump.
+
+---
@@ -104 +122,0 @@
-

Old:

  JuicyPixels-3.2.9.5.tar.gz

New:

  JuicyPixels-3.3.tar.gz



Other differences:
--
++ ghc-JuicyPixels.spec ++
--- /var/tmp/diff_new_pack.zJQkjQ/_old  2018-07-24 17:24:03.923428765 +0200
+++ /var/tmp/diff_new_pack.zJQkjQ/_new  2018-07-24 17:24:03.927428770 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name JuicyPixels
 Name:   ghc-%{pkg_name}
-Version:3.2.9.5
+Version:3.3
 Release:0
 Summary:Picture loading/serialization (in png, jpeg, bitmap, gif, tga, 
tiff and radiance)
 License:BSD-3-Clause

++ JuicyPixels-3.2.9.5.tar.gz -> JuicyPixels-3.3.tar.gz ++
 2527 lines of diff (skipped)




commit ghc-http-conduit for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-http-conduit for 
openSUSE:Factory checked in at 2018-07-24 17:24:04

Comparing /work/SRC/openSUSE:Factory/ghc-http-conduit (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-http-conduit.new (New)


Package is "ghc-http-conduit"

Tue Jul 24 17:24:04 2018 rev:13 rq:624314 version:2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-http-conduit/ghc-http-conduit.changes
2018-05-30 12:26:06.260741017 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-http-conduit.new/ghc-http-conduit.changes   
2018-07-24 17:24:05.991431404 +0200
@@ -1,0 +2,16 @@
+Wed Jul 18 14:26:28 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Fri Jul 13 14:31:42 UTC 2018 - psim...@suse.com
+
+- Update http-conduit to version 2.3.2.
+  ## 2.3.2
+
+  * Adds `parseRequestThrow`, `parseRequestThrow_`, and
+`setRequestCheckStatus` to `Network.HTTP.Simple`.
+See [#304](https://github.com/snoyberg/http-client/issues/304)
+
+---
@@ -84 +99,0 @@
-

Old:

  http-conduit-2.3.1.tar.gz

New:

  http-conduit-2.3.2.tar.gz
  http-conduit.cabal



Other differences:
--
++ ghc-http-conduit.spec ++
--- /var/tmp/diff_new_pack.kCsoBN/_old  2018-07-24 17:24:06.735432353 +0200
+++ /var/tmp/diff_new_pack.kCsoBN/_new  2018-07-24 17:24:06.739432358 +0200
@@ -19,13 +19,14 @@
 %global pkg_name http-conduit
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:2.3.1
+Version:2.3.2
 Release:0
 Summary:HTTP client package with conduit interface and HTTPS support
 License:BSD-2-Clause
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-bytestring-devel
@@ -77,6 +78,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ http-conduit-2.3.1.tar.gz -> http-conduit-2.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-conduit-2.3.1/ChangeLog.md 
new/http-conduit-2.3.2/ChangeLog.md
--- old/http-conduit-2.3.1/ChangeLog.md 2018-04-09 15:40:11.0 +0200
+++ new/http-conduit-2.3.2/ChangeLog.md 2018-07-01 03:15:12.0 +0200
@@ -1,3 +1,9 @@
+## 2.3.2
+
+* Adds `parseRequestThrow`, `parseRequestThrow_`, and
+  `setRequestCheckStatus` to `Network.HTTP.Simple`.
+  See [#304](https://github.com/snoyberg/http-client/issues/304)
+
 ## 2.3.1
 
 * Reexport Query from Network.HTTP.Types
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-conduit-2.3.1/Network/HTTP/Simple.hs 
new/http-conduit-2.3.2/Network/HTTP/Simple.hs
--- old/http-conduit-2.3.1/Network/HTTP/Simple.hs   2018-04-09 
15:40:11.0 +0200
+++ new/http-conduit-2.3.2/Network/HTTP/Simple.hs   2018-07-01 
03:15:12.0 +0200
@@ -38,6 +38,8 @@
 , H.defaultRequest
 , H.parseRequest
 , H.parseRequest_
+, parseRequestThrow
+, parseRequestThrow_
   -- * Request lenses
   -- ** Basics
 , setRequestMethod
@@ -60,6 +62,7 @@
 , setRequestBodyURLEncoded
   -- ** Special fields
 , H.setRequestIgnoreStatus
+, H.setRequestCheckStatus
 , setRequestBasicAuth
 , setRequestManager
 , setRequestProxy
@@ -86,14 +89,14 @@
 import qualified Data.Aeson.Types as A
 import qualified Data.Aeson as A
 import qualified Data.Traversable as T
-import Control.Exception (throwIO, Exception)
+import Control.Exception (throw, throwIO, Exception)
 import Data.Typeable (Typeable)
 import qualified Data.Conduit as C
 import Data.Conduit (runConduit, (.|), ConduitM)
 import qualified Data.Conduit.Attoparsec as C
 import qualified Network.HTTP.Types as H
 import Data.Int (Int64)
-import Control.Monad.Trans.Resource (MonadResource)
+import Control.Monad.Trans.Resource (MonadResource, MonadThrow)
 import qualified Control.Exception as E (bracket)
 import Data.Void (Void)
 
@@ -237,6 +240,25 @@
 H.responseClose
 (run . withRes . fmap bodyReaderSource)
 
+-- | Same as 'parseRequest', except will throw an 'HttpException' in the
+-- event of a non-2XX response. This uses 'throwErrorStatusCodes' to
+-- implement 'checkResponse'.
+--
+-- 

commit ghc-profunctors for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-profunctors for openSUSE:Factory 
checked in at 2018-07-24 17:24:06

Comparing /work/SRC/openSUSE:Factory/ghc-profunctors (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-profunctors.new (New)


Package is "ghc-profunctors"

Tue Jul 24 17:24:06 2018 rev:8 rq:624316 version:5.3

Changes:

--- /work/SRC/openSUSE:Factory/ghc-profunctors/ghc-profunctors.changes  
2018-05-30 12:26:52.267179627 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-profunctors.new/ghc-profunctors.changes 
2018-07-24 17:24:06.947432624 +0200
@@ -1,0 +2,28 @@
+Wed Jul 18 14:26:37 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Fri Jul 13 14:31:49 UTC 2018 - psim...@suse.com
+
+- Update profunctors to version 5.3.
+  5.3 [2018.07.02]
+  
+  * Generalize the types of `(#.)` and `(.#)`. Before, they were:
+
+```haskell
+(#.) :: (Profunctor p, Coercible c b) => (b -> c) -> p a b-> p a c
+(.#) :: (Profunctor p, Coercible b a) => p b c-> (a -> b) -> p a c
+```
+
+Now, they are:
+
+```haskell
+(#.) :: (Profunctor p, Coercible c b) => q b c-> p a b-> p a c
+(.#) :: (Profunctor p, Coercible b a) => p b c-> q a b-> p a c
+```
+  * Drop support for GHC < 7.8.
+  * Add a `Profunctor` instance for `Data.Bifunctor.Sum`.
+
+---
@@ -43 +70,0 @@
-
@@ -64 +90,0 @@
-

Old:

  profunctors-5.2.2.tar.gz
  profunctors.cabal

New:

  profunctors-5.3.tar.gz



Other differences:
--
++ ghc-profunctors.spec ++
--- /var/tmp/diff_new_pack.UFDaSK/_old  2018-07-24 17:24:07.491433318 +0200
+++ /var/tmp/diff_new_pack.UFDaSK/_new  2018-07-24 17:24:07.491433318 +0200
@@ -18,14 +18,13 @@
 
 %global pkg_name profunctors
 Name:   ghc-%{pkg_name}
-Version:5.2.2
+Version:5.3
 Release:0
 Summary:Profunctors
 License:BSD-3-Clause
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-orphans-devel
 BuildRequires:  ghc-bifunctors-devel
@@ -53,7 +52,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ profunctors-5.2.2.tar.gz -> profunctors-5.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/profunctors-5.2.2/.hlint.yaml 
new/profunctors-5.3/.hlint.yaml
--- old/profunctors-5.2.2/.hlint.yaml   1970-01-01 01:00:00.0 +0100
+++ new/profunctors-5.3/.hlint.yaml 2018-07-03 03:33:59.0 +0200
@@ -0,0 +1,54 @@
+- extensions:
+  - default: false # all extension are banned by default
+  - name:
+- CPP
+- DeriveFunctor
+- FlexibleContexts
+- FlexibleInstances
+- FunctionalDependencies
+- GADTs
+- InstanceSigs
+- MultiParamTypeClasses
+- RankNTypes
+- ScopedTypeVariables
+- Trustworthy
+- TypeOperators
+- TypeFamilies
+- UndecidableInstances
+
+- functions:
+  - {name: unsafeCoerce, within: []} # banned
+
+- ignore:
+name: Use const
+within:
+- Data.Profunctor.Types
+
+- ignore:
+name: Avoid lambda
+within:
+- Data.Profunctor.Choice
+- Data.Profunctor.Traversing
+
+- ignore:
+name: Use fmap
+within:
+- Data.Profunctor.Composition
+- Data.Profunctor.Strong
+- Data.Profunctor.Unsafe
+
+- ignore:
+name: Avoid lambda
+within: Data.Profunctor.Strong
+
+- ignore:
+name: Redundant lambda
+within: Data.Profunctor.Unsafe
+
+- ignore:
+name: Collapse lambdas
+within: Data.Profunctor.Unsafe
+
+- fixity: "infixr 9 #."
+- fixity: "infixl 8 .#"
+- fixity: "infixr 0 :->"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/profunctors-5.2.2/.travis.yml 
new/profunctors-5.3/.travis.yml
--- old/profunctors-5.2.2/.travis.yml   2018-01-18 21:05:00.0 +0100
+++ new/profunctors-5.3/.travis.yml 2018-07-03 03:33:59.0 +0200
@@ -1,6 +1,6 @@
 # This Travis job script has been generated by a script via
 #
-#   runghc make_travis_yml_2.hs '-o' '.travis.yml' 
'--irc-channel=irc.freenode.org#haskell-lens' '--no-no-tests-no-bench' 
'--no-installed' 'cabal.project'
+#   runghc make_travis_yml_2.hs '-o' 

commit stack for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package stack for openSUSE:Factory checked 
in at 2018-07-24 17:23:44

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


Package is "stack"

Tue Jul 24 17:23:44 2018 rev:12 rq:623907 version:1.7.1

Changes:

--- /work/SRC/openSUSE:Factory/stack/stack.changes  2018-05-30 
12:40:51.325362600 +0200
+++ /work/SRC/openSUSE:Factory/.stack.new/stack.changes 2018-07-24 
17:23:46.567406613 +0200
@@ -1,0 +2,11 @@
+Wed Jul 18 14:26:50 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Wed Jul 18 14:14:20 UTC 2018 - psim...@suse.com
+
+- Revise cabal build file to specify more accurate dependencies.
+
+---
@@ -633 +643,0 @@
-



Other differences:
--
++ stack.spec ++
--- /var/tmp/diff_new_pack.hPBPyy/_old  2018-07-24 17:23:47.051407231 +0200
+++ /var/tmp/diff_new_pack.hPBPyy/_new  2018-07-24 17:23:47.055407236 +0200
@@ -26,7 +26,7 @@
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/2.cabal#/%{name}.cabal
+Source1:
https://hackage.haskell.org/package/%{name}-%{version}/revision/8.cabal#/%{name}.cabal
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel

++ stack.cabal ++
--- /var/tmp/diff_new_pack.hPBPyy/_old  2018-07-24 17:23:47.103407297 +0200
+++ /var/tmp/diff_new_pack.hPBPyy/_new  2018-07-24 17:23:47.103407297 +0200
@@ -6,7 +6,7 @@
 
 name:   stack
 version:1.7.1
-x-revision: 2
+x-revision: 8
 synopsis:   The Haskell Tool Stack
 description:Please see the README.md for usage information, and the wiki 
on Github for more details.  Also, note that the API for the library is not 
currently stable, and may change significantly, even between minor releases. It 
is currently only intended for use by the executable.
 category:   Development
@@ -218,7 +218,7 @@
   ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns 
-fwarn-incomplete-record-updates -fwarn-identities
   build-depends:
   Cabal >=2.2.0.1 && <2.3
-, aeson >=1.2.4.0 && <1.4
+, aeson >=1.2.4.0 && <1.5
 , annotated-wl-pprint >=0.7.0 && <0.8
 , ansi-terminal >=0.8.0.2 && <0.9
 , async (>=2.1.1.1 && <2.2) || (>=2.2.1 && <2.3)
@@ -234,16 +234,16 @@
 , deepseq >=1.4.3.0 && <1.5
 , directory (>=1.3.0.2 && <1.4) || (>=1.3.1.5 && <1.4)
 , echo >=0.1.3 && <0.2
-, exceptions >=0.8.3 && <0.9
+, exceptions >=0.8.3 && <0.11
 , extra >=1.6.6 && <1.7
 , file-embed >=0.0.10.1 && <0.1
 , filelock >=0.1.1.2 && <0.2
 , filepath (>=1.4.1.2 && <1.5) || (>=1.4.2 && <1.5)
-, fsnotify (>=0.2.1.1 && <0.3) || (>=0.2.1.2 && <0.3)
+, fsnotify (>=0.2.1.1 && <0.4) || (>=0.2.1.2 && <0.4)
 , generic-deriving >=1.12.1 && <1.13
 , hackage-security >=0.5.3.0 && <0.6
 , hashable >=1.2.7.0 && <1.3
-, hpack >=0.28.2 && <0.29
+, hpack >=0.28.2 && <0.30
 , hpc >=0.6.0.3 && <0.7
 , http-client >=0.5.12.1 && <0.6
 , http-client-tls >=0.3.5.3 && <0.4
@@ -276,7 +276,7 @@
 , semigroups >=0.18.4 && <0.19
 , split >=0.2.3.3 && <0.3
 , stm >=2.4.5.0 && <2.5
-, store >=0.4.3.2 && <0.5
+, store >=0.4.3.2 && <0.6
 , store-core >=0.4.1 && <0.5
 , streaming-commons (>=0.1.19 && <0.2) || (>=0.2.0.0 && <0.3)
 , tar >=0.5.1.0 && <0.6
@@ -294,7 +294,7 @@
 , unliftio >=0.2.4.0 && <0.3
 , unordered-containers >=0.2.9.0 && <0.3
 , vector >=0.12.0.1 && <0.13
-, yaml >=0.8.29 && <0.9
+, yaml >=0.8.29 && <0.10
 , zip-archive >=0.3.2.4 && <0.4
 , zlib >=0.6.2 && <0.7
   if os(windows)
@@ -326,7 +326,7 @@
   ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns 
-fwarn-incomplete-record-updates -threaded -rtsopts
   build-depends:
   Cabal >=2.2.0.1 && <2.3
-, aeson >=1.2.4.0 && <1.3
+, aeson >=1.2.4.0 && <1.5
 , annotated-wl-pprint >=0.7.0 && <0.8
 , ansi-terminal >=0.8.0.2 && <0.9
 , async (>=2.1.1.1 && <2.2) || (>=2.2.1 && <2.3)
@@ -342,16 +342,16 @@
 , deepseq >=1.4.3.0 && <1.5
 , directory (>=1.3.0.2 && <1.4) || (>=1.3.1.5 && <1.4)
 , echo >=0.1.3 && <0.2
-, exceptions >=0.8.3 && <0.9
+, exceptions >=0.8.3 && <0.11
 , extra >=1.6.6 && <1.7
 , file-embed >=0.0.10.1 && <0.1
 , filelock 

commit ghc-setenv for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-setenv for openSUSE:Factory 
checked in at 2018-07-24 17:23:51

Comparing /work/SRC/openSUSE:Factory/ghc-setenv (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-setenv.new (New)


Package is "ghc-setenv"

Tue Jul 24 17:23:51 2018 rev:5 rq:623909 version:0.1.1.3

Changes:

--- /work/SRC/openSUSE:Factory/ghc-setenv/ghc-setenv.changes2018-05-30 
12:27:11.486517466 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-setenv.new/ghc-setenv.changes   
2018-07-24 17:23:55.247417693 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:48:40 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---



Other differences:
--
++ ghc-setenv.spec ++
--- /var/tmp/diff_new_pack.wYKfXQ/_old  2018-07-24 17:23:55.867418484 +0200
+++ /var/tmp/diff_new_pack.wYKfXQ/_new  2018-07-24 17:23:55.871418489 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-setenv
 #
-# 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




commit texmath for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package texmath for openSUSE:Factory checked 
in at 2018-07-24 17:23:47

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


Package is "texmath"

Tue Jul 24 17:23:47 2018 rev:25 rq:623908 version:0.11.0.1

Changes:

--- /work/SRC/openSUSE:Factory/texmath/texmath.changes  2018-05-30 
12:41:17.252468334 +0200
+++ /work/SRC/openSUSE:Factory/.texmath.new/texmath.changes 2018-07-24 
17:23:51.175412495 +0200
@@ -1,0 +2,17 @@
+Wed Jul 18 14:26:50 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Fri Jul 13 14:31:28 UTC 2018 - psim...@suse.com
+
+- Update texmath to version 0.11.0.1.
+  texmath (0.11.0.1)
+
+* OMML writer: use zero-width space to avoid dashed box (#118).
+  In Word, a dashed box shows up for empty text runs in
+  exponents and bases, or empty exponents and bases.  So
+  we use a zero-width space in these contexts.
+
+---

Old:

  texmath-0.11.tar.gz

New:

  texmath-0.11.0.1.tar.gz



Other differences:
--
++ texmath.spec ++
--- /var/tmp/diff_new_pack.rtGRZ8/_old  2018-07-24 17:23:51.979413522 +0200
+++ /var/tmp/diff_new_pack.rtGRZ8/_new  2018-07-24 17:23:51.983413527 +0200
@@ -19,7 +19,7 @@
 %global pkg_name texmath
 %bcond_with tests
 Name:   %{pkg_name}
-Version:0.11
+Version:0.11.0.1
 Release:0
 Summary:Conversion between formats used to represent mathematics
 License:GPL-2.0-or-later

++ texmath-0.11.tar.gz -> texmath-0.11.0.1.tar.gz ++
 2534 lines of diff (skipped)




commit ghc-vector-algorithms for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-vector-algorithms for 
openSUSE:Factory checked in at 2018-07-24 17:23:26

Comparing /work/SRC/openSUSE:Factory/ghc-vector-algorithms (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-vector-algorithms.new (New)


Package is "ghc-vector-algorithms"

Tue Jul 24 17:23:26 2018 rev:6 rq:623893 version:0.7.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-vector-algorithms/ghc-vector-algorithms.changes  
2018-05-30 12:27:52.489086645 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-vector-algorithms.new/ghc-vector-algorithms.changes
 2018-07-24 17:23:28.827383961 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:47 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -25 +30,0 @@
-



Other differences:
--
++ ghc-vector-algorithms.spec ++
--- /var/tmp/diff_new_pack.gqql9i/_old  2018-07-24 17:23:29.279384539 +0200
+++ /var/tmp/diff_new_pack.gqql9i/_new  2018-07-24 17:23:29.279384539 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-vector-algorithms
 #
-# 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




commit ghc-zip-archive for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-zip-archive for openSUSE:Factory 
checked in at 2018-07-24 17:23:31

Comparing /work/SRC/openSUSE:Factory/ghc-zip-archive (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-zip-archive.new (New)


Package is "ghc-zip-archive"

Tue Jul 24 17:23:31 2018 rev:11 rq:623901 version:0.3.3

Changes:

--- /work/SRC/openSUSE:Factory/ghc-zip-archive/ghc-zip-archive.changes  
2018-05-30 12:28:01.104782987 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-zip-archive.new/ghc-zip-archive.changes 
2018-07-24 17:23:33.543389984 +0200
@@ -1,0 +2,21 @@
+Wed Jul 18 14:26:49 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Fri Jul 13 14:31:35 UTC 2018 - psim...@suse.com
+
+- Update zip-archive to version 0.3.3.
+  zip-archive 0.3.3
+
+* Remove dependency on old-time (typedrat).
+* Drop splitBase flag and support for base versions < 3.
+
+  zip-archive 0.3.2.5
+
+* Move 'build-tools: unzip' from library stanza to test stanza.
+  unzip should only be required for testing, not for regular
+  builds of the library.
+
+---

Old:

  zip-archive-0.3.2.4.tar.gz

New:

  zip-archive-0.3.3.tar.gz



Other differences:
--
++ ghc-zip-archive.spec ++
--- /var/tmp/diff_new_pack.Pwp68l/_old  2018-07-24 17:23:34.043390622 +0200
+++ /var/tmp/diff_new_pack.Pwp68l/_new  2018-07-24 17:23:34.043390622 +0200
@@ -19,7 +19,7 @@
 %global pkg_name zip-archive
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.3.2.4
+Version:0.3.3
 Release:0
 Summary:Library for creating and modifying zip archives
 License:BSD-3-Clause
@@ -35,14 +35,12 @@
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-mtl-devel
-BuildRequires:  ghc-old-time-devel
 BuildRequires:  ghc-pretty-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-time-devel
 BuildRequires:  ghc-unix-devel
 BuildRequires:  ghc-zlib-devel
-BuildRequires:  unzip
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-process-devel

++ zip-archive-0.3.2.4.tar.gz -> zip-archive-0.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zip-archive-0.3.2.4/changelog 
new/zip-archive-0.3.3/changelog
--- old/zip-archive-0.3.2.4/changelog   2018-02-21 23:27:59.0 +0100
+++ new/zip-archive-0.3.3/changelog 2018-06-25 21:51:15.0 +0200
@@ -1,3 +1,14 @@
+zip-archive 0.3.3
+
+  * Remove dependency on old-time (typedrat).
+  * Drop splitBase flag and support for base versions < 3.
+
+zip-archive 0.3.2.5
+
+  * Move 'build-tools: unzip' from library stanza to test stanza.
+unzip should only be required for testing, not for regular
+builds of the library.
+
 zip-archive 0.3.2.4
 
   * Make build-tools stanza conditional on non-windows. Closes #44.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zip-archive-0.3.2.4/src/Codec/Archive/Zip.hs 
new/zip-archive-0.3.3/src/Codec/Archive/Zip.hs
--- old/zip-archive-0.3.2.4/src/Codec/Archive/Zip.hs2018-01-22 
21:12:49.0 +0100
+++ new/zip-archive-0.3.3/src/Codec/Archive/Zip.hs  2018-06-25 
21:51:15.0 +0200
@@ -1,5 +1,6 @@
 {-# LANGUAGE CPP #-}
 {-# LANGUAGE DeriveDataTypeable #-}
+{-# LANGUAGE ViewPatterns #-}
 
 -- |
 -- Module  : Codec.Archive.Zip
@@ -65,10 +66,10 @@
 
) where
 
-import System.Time ( toUTCTime, addToClockTime, CalendarTime (..), ClockTime 
(..), TimeDiff (..) )
-#if MIN_VERSION_directory(1,2,0)
-import Data.Time.Clock.POSIX ( utcTimeToPOSIXSeconds )
-#endif
+import Data.Time.Calendar ( toGregorian, fromGregorian )
+import Data.Time.Clock ( UTCTime(..) )
+import Data.Time.Clock.POSIX ( posixSecondsToUTCTime, utcTimeToPOSIXSeconds )
+import Data.Time.LocalTime ( TimeOfDay(..), timeToTimeOfDay )
 import Data.Bits ( shiftL, shiftR, (.&.) )
 import Data.Binary
 import Data.Binary.Get
@@ -292,12 +293,8 @@
 return B.empty
   else
 B.fromStrict <$> S.readFile path
-#if MIN_VERSION_directory(1,2,0)
   modEpochTime <- fmap (floor . utcTimeToPOSIXSeconds)
$ getModificationTime path
-#else
-  (TOD modEpochTime _) <- getModificationTime path
-#endif
   let entry = toEntry path' modEpochTime contents
 
   entryE <-
@@ -485,9 +482,14 @@
   

commit hspec-discover for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package hspec-discover for openSUSE:Factory 
checked in at 2018-07-24 17:23:40

Comparing /work/SRC/openSUSE:Factory/hspec-discover (Old)
 and  /work/SRC/openSUSE:Factory/.hspec-discover.new (New)


Package is "hspec-discover"

Tue Jul 24 17:23:40 2018 rev:6 rq:623905 version:2.5.5

Changes:

--- /work/SRC/openSUSE:Factory/hspec-discover/hspec-discover.changes
2018-05-30 12:28:58.874721734 +0200
+++ /work/SRC/openSUSE:Factory/.hspec-discover.new/hspec-discover.changes   
2018-07-24 17:23:43.647402885 +0200
@@ -1,0 +2,18 @@
+Wed Jul 18 14:26:50 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Tue Jul 17 19:30:59 UTC 2018 - psim...@suse.com
+
+- Update hspec-discover to version 2.5.5.
+  Upstream does not provide a change log file.
+
+---
+Fri Jul 13 14:31:52 UTC 2018 - psim...@suse.com
+
+- Update hspec-discover to version 2.5.4.
+  Upstream does not provide a change log file.
+
+---
@@ -41 +58,0 @@
-

Old:

  hspec-discover-2.5.0.tar.gz

New:

  hspec-discover-2.5.5.tar.gz



Other differences:
--
++ hspec-discover.spec ++
--- /var/tmp/diff_new_pack.QocOCL/_old  2018-07-24 17:23:44.163403544 +0200
+++ /var/tmp/diff_new_pack.QocOCL/_new  2018-07-24 17:23:44.163403544 +0200
@@ -19,7 +19,7 @@
 %global pkg_name hspec-discover
 %bcond_with tests
 Name:   %{pkg_name}
-Version:2.5.0
+Version:2.5.5
 Release:0
 Summary:Automatically discover and run Hspec tests
 License:MIT

++ hspec-discover-2.5.0.tar.gz -> hspec-discover-2.5.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-discover-2.5.0/LICENSE 
new/hspec-discover-2.5.5/LICENSE
--- old/hspec-discover-2.5.0/LICENSE2018-03-14 10:17:49.0 +0100
+++ new/hspec-discover-2.5.5/LICENSE2018-07-16 22:34:28.0 +0200
@@ -1,6 +1,4 @@
-Copyright (c) 2011-2017 Simon Hengel 
-Copyright (c) 2011-2012 Trystan Spangler 
-Copyright (c) 2011-2011 Greg Weber 
+Copyright (c) 2012-2018 Simon Hengel 
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-discover-2.5.0/hspec-discover.cabal 
new/hspec-discover-2.5.5/hspec-discover.cabal
--- old/hspec-discover-2.5.0/hspec-discover.cabal   2018-03-14 
10:17:49.0 +0100
+++ new/hspec-discover-2.5.5/hspec-discover.cabal   2018-07-16 
22:34:28.0 +0200
@@ -1,16 +1,19 @@
--- This file has been generated from package.yaml by hpack version 0.19.0.
+cabal-version: >= 1.10
+
+-- This file has been generated from package.yaml by hpack version 0.29.5.
 --
 -- see: https://github.com/sol/hpack
+--
+-- hash: f1e6b9e6a90c282a862d4fe8deff4269fd94d1d71f6d3f307f6e622f97b0d756
 
 name: hspec-discover
-version:  2.5.0
+version:  2.5.5
 license:  MIT
 license-file: LICENSE
-copyright:(c) 2012-2017 Simon Hengel
+copyright:(c) 2012-2018 Simon Hengel
 author:   Simon Hengel 
 maintainer:   Simon Hengel 
 build-type:   Simple
-cabal-version:>= 1.10
 category: Testing
 stability:experimental
 bug-reports:  https://github.com/hspec/hspec/issues
@@ -19,7 +22,6 @@
 description:  Automatically discover and run Hspec tests
   .
   
-
 extra-source-files:
 test-data/empty-dir/Foo/Bar/Baz/.placeholder
 test-data/nested-spec/Foo/Bar/BazSpec.hs
@@ -75,10 +77,10 @@
   Test.Hspec.Discover.SortSpec
   Paths_hspec_discover
   build-depends:
-  base ==4.*
+  QuickCheck >=2.7
+, base ==4.*
 , directory
 , filepath
 , hspec-discover
 , hspec-meta >=2.3.2
-, QuickCheck >= 2.7
   default-language: Haskell2010




commit ghc-yaml for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-yaml for openSUSE:Factory 
checked in at 2018-07-24 17:23:29

Comparing /work/SRC/openSUSE:Factory/ghc-yaml (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-yaml.new (New)


Package is "ghc-yaml"

Tue Jul 24 17:23:29 2018 rev:28 rq:623900 version:0.9.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-yaml/ghc-yaml.changes2018-05-30 
12:28:00.172815882 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-yaml.new/ghc-yaml.changes   2018-07-24 
17:23:31.323387149 +0200
@@ -1,0 +2,38 @@
+Wed Jul 18 14:26:49 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Tue Jul 17 19:31:11 UTC 2018 - psim...@suse.com
+
+- Update yaml to version 0.9.0.
+  # ChangeLog for yaml
+
+  ## 0.9.0
+
+  * Expose style and tags on mappings and sequences in Text.Libyaml 
[#141](https://github.com/snoyberg/yaml/pull/141)
+
+  ## 0.8.32
+
+  * Escape keys as necessary 
[#137](https://github.com/snoyberg/yaml/issues/137)
+  * Support hexadecimal and octal number values 
[#135](https://github.com/snoyberg/yaml/issues/135)
+  * More resilient `isNumeric` (should reduce cases of unneeded quoting)
+  * hpackify
+  * src subdir
+
+---
+Fri Jul 13 14:31:38 UTC 2018 - psim...@suse.com
+
+- Update yaml to version 0.8.31.1.
+  ## 0.8.31.1
+
+  * Add a workaround for a cabal bug 
[haskell-infra/hackage-trustees#165](https://github.com/haskell-infra/hackage-trustees/issues/165)
+
+  ## 0.8.31
+
+  * Add `decodeThrow` and `decodeFileThrow` convenience functions.
+  * Upgrade libyaml versions
+  * Deprecate `decode` and `decodeEither`
+
+---
@@ -183 +220,0 @@
-

Old:

  yaml-0.8.30.tar.gz

New:

  yaml-0.9.0.tar.gz



Other differences:
--
++ ghc-yaml.spec ++
--- /var/tmp/diff_new_pack.KU3krJ/_old  2018-07-24 17:23:32.255388339 +0200
+++ /var/tmp/diff_new_pack.KU3krJ/_new  2018-07-24 17:23:32.255388339 +0200
@@ -19,7 +19,7 @@
 %global pkg_name yaml
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.8.30
+Version:0.9.0
 Release:0
 Summary:Support for parsing and rendering YAML documents
 License:BSD-3-Clause

++ yaml-0.8.30.tar.gz -> yaml-0.9.0.tar.gz ++
 5573 lines of diff (skipped)




commit ghc-uuid-types for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-uuid-types for openSUSE:Factory 
checked in at 2018-07-24 17:23:21

Comparing /work/SRC/openSUSE:Factory/ghc-uuid-types (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-uuid-types.new (New)


Package is "ghc-uuid-types"

Tue Jul 24 17:23:21 2018 rev:7 rq:623891 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/ghc-uuid-types/ghc-uuid-types.changes
2018-05-30 12:27:50.173168097 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-uuid-types.new/ghc-uuid-types.changes   
2018-07-24 17:23:22.563375960 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:47 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -30 +35,0 @@
-



Other differences:
--
++ ghc-uuid-types.spec ++
--- /var/tmp/diff_new_pack.wIVHm6/_old  2018-07-24 17:23:23.223376803 +0200
+++ /var/tmp/diff_new_pack.wIVHm6/_new  2018-07-24 17:23:23.223376803 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-uuid-types
 #
-# 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




commit happy for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package happy for openSUSE:Factory checked 
in at 2018-07-24 17:23:34

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


Package is "happy"

Tue Jul 24 17:23:34 2018 rev:16 rq:623903 version:1.19.9

Changes:

--- /work/SRC/openSUSE:Factory/happy/happy.changes  2018-05-30 
12:28:51.115001054 +0200
+++ /work/SRC/openSUSE:Factory/.happy.new/happy.changes 2018-07-24 
17:23:37.051394463 +0200
@@ -1,0 +2,19 @@
+Wed Jul 18 14:26:49 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Wed Jun 13 18:35:28 UTC 2018 - ptromm...@icloud.com
+
+- Another tweak for SLE 12
+  * use plain make to build documentation
+
+---
+Tue Jun 12 18:09:12 UTC 2018 - ptromm...@icloud.com
+
+- Fix build on SLE 12 SP 3
+  * configure in doc directory chokes on
+--disable-dependency-tracking
+
+---
@@ -159 +177,0 @@
-



Other differences:
--
++ happy.spec ++
--- /var/tmp/diff_new_pack.0d3oiP/_old  2018-07-24 17:23:37.607395173 +0200
+++ /var/tmp/diff_new_pack.0d3oiP/_new  2018-07-24 17:23:37.607395173 +0200
@@ -55,8 +55,9 @@
 %ghc_bin_build
 cd doc
 autoreconf
-%configure
-%make_build html
+# FIXME: you should use the %%configure macro
+./configure
+make %{?_smp_mflags} html
 
 %install
 %ghc_bin_install




commit hpack for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package hpack for openSUSE:Factory checked 
in at 2018-07-24 17:23:37

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


Package is "hpack"

Tue Jul 24 17:23:37 2018 rev:11 rq:623904 version:0.29.5

Changes:

--- /work/SRC/openSUSE:Factory/hpack/hpack.changes  2018-05-30 
12:28:57.830759355 +0200
+++ /work/SRC/openSUSE:Factory/.hpack.new/hpack.changes 2018-07-24 
17:23:37.879395521 +0200
@@ -1,0 +2,24 @@
+Wed Jul 18 14:26:50 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Tue Jul 17 19:31:03 UTC 2018 - psim...@suse.com
+
+- Update hpack to version 0.29.5.
+  - Fix a regression related to indentation sniffing (close #310)
+  - Desugar ^>= when dependency is a string (see #309)
+  - Add support for Apache, MPL and ISC when inferring `license` (see #305)
+  - Desugar `^>=` for compatibility with `Cabal < 2` (see #213)
+  - Add support for GPL, LGPL and AGPL when inferring `license` (see #305)
+  - Add missing `extra-source-files` (see #302)
+  - Infer `license` from `license-file`
+  - Put the `cabal-version` at the beginning of the generated file. This Is
+required with `cabal-version: 2.1` and higher. (see #292)
+  - With `cabal-version: 2.1` or higher omit `>=` when rendering (see #292)
+  - Require `cabal-version: 2.2` when SPDX license identifiers are used (see 
#292)
+  - Map cabal-style licenses to SPDX license identifiers when `cabal-version`
+is 2.2 or higher (see #292)
+
+---
@@ -92 +115,0 @@
-

Old:

  hpack-0.28.2.tar.gz

New:

  hpack-0.29.5.tar.gz



Other differences:
--
++ hpack.spec ++
--- /var/tmp/diff_new_pack.Cgjt4u/_old  2018-07-24 17:23:38.279396032 +0200
+++ /var/tmp/diff_new_pack.Cgjt4u/_new  2018-07-24 17:23:38.283396036 +0200
@@ -19,7 +19,7 @@
 %global pkg_name hpack
 %bcond_with tests
 Name:   %{pkg_name}
-Version:0.28.2
+Version:0.29.5
 Release:0
 Summary:An alternative format for Haskell packages
 License:MIT
@@ -40,6 +40,7 @@
 BuildRequires:  ghc-http-client-devel
 BuildRequires:  ghc-http-client-tls-devel
 BuildRequires:  ghc-http-types-devel
+BuildRequires:  ghc-infer-license-devel
 BuildRequires:  ghc-pretty-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-scientific-devel

++ hpack-0.28.2.tar.gz -> hpack-0.29.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpack-0.28.2/CHANGELOG.md 
new/hpack-0.29.5/CHANGELOG.md
--- old/hpack-0.28.2/CHANGELOG.md   2018-03-16 11:34:12.0 +0100
+++ new/hpack-0.29.5/CHANGELOG.md   2018-07-16 22:27:18.0 +0200
@@ -1,4 +1,29 @@
-## next
+## Changes in 0.29.5
+  - Fix a regression related to indentation sniffing (close #310)
+
+## Changes in 0.29.4
+  - Desugar ^>= when dependency is a string (see #309)
+  - Add support for Apache, MPL and ISC when inferring `license` (see #305)
+
+## Changes in 0.29.3
+  - Desugar `^>=` for compatibility with `Cabal < 2` (see #213)
+  - Add support for GPL, LGPL and AGPL when inferring `license` (see #305)
+
+## Changes in 0.29.2
+  - Add missing `extra-source-files` (see #302)
+
+## Changes in 0.29.1
+  - Infer `license` from `license-file`
+
+## Changes in 0.29.0
+  - Put the `cabal-version` at the beginning of the generated file. This Is
+required with `cabal-version: 2.1` and higher. (see #292)
+  - With `cabal-version: 2.1` or higher omit `>=` when rendering (see #292)
+  - Require `cabal-version: 2.2` when SPDX license identifiers are used (see 
#292)
+  - Map cabal-style licenses to SPDX license identifiers when `cabal-version`
+is 2.2 or higher (see #292)
+
+## Changes in 0.28.2
   - Exit with `exitFailure` on `AlreadyGeneratedByNewerHpack` or
 `ExistingCabalFileWasModifiedManually` in `Hpack.printResult`
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hpack-0.28.2/hpack.cabal new/hpack-0.29.5/hpack.cabal
--- old/hpack-0.28.2/hpack.cabal2018-03-16 11:34:12.0 +0100
+++ new/hpack-0.29.5/hpack.cabal2018-07-16 22:27:18.0 +0200
@@ -1,11 +1,13 @@
--- This file has been generated from package.yaml by hpack version 0.27.0.
+cabal-version: >= 1.10
+
+-- This file has been generated from package.yaml by hpack version 0.29.4.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 5391105d37fea2b976290b95e847c0d2da5ea7e0ef9ae9e5cf8945911dd983a1
+-- hash: 

commit ghc-vector for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-vector for openSUSE:Factory 
checked in at 2018-07-24 17:23:23

Comparing /work/SRC/openSUSE:Factory/ghc-vector (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-vector.new (New)


Package is "ghc-vector"

Tue Jul 24 17:23:23 2018 rev:16 rq:623892 version:0.12.0.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-vector/ghc-vector.changes2018-05-30 
12:27:51.145133922 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-vector.new/ghc-vector.changes   
2018-07-24 17:23:26.695381238 +0200
@@ -1,0 +2,11 @@
+Wed Jul 18 14:26:47 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Wed Jul 18 14:14:06 UTC 2018 - psim...@suse.com
+
+- Revise cabal build file to specify more accurate dependencies.
+
+---



Other differences:
--
++ ghc-vector.spec ++
--- /var/tmp/diff_new_pack.3Now6f/_old  2018-07-24 17:23:27.367382096 +0200
+++ /var/tmp/diff_new_pack.3Now6f/_new  2018-07-24 17:23:27.367382096 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-vector
 #
-# 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
@@ -26,7 +26,7 @@
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-primitive-devel

++ vector.cabal ++
--- /var/tmp/diff_new_pack.3Now6f/_old  2018-07-24 17:23:27.399382137 +0200
+++ /var/tmp/diff_new_pack.3Now6f/_new  2018-07-24 17:23:27.399382137 +0200
@@ -1,6 +1,6 @@
 Name:   vector
 Version:0.12.0.1
-x-revision: 2
+x-revision: 3
 -- don't forget to update the changelog file!
 License:BSD3
 License-File:   LICENSE
@@ -145,7 +145,7 @@
   Install-Includes:
 vector.h
 
-  Build-Depends: base >= 4.5 && < 4.12
+  Build-Depends: base >= 4.5 && < 4.13
, primitive >= 0.5.0.1 && < 0.7
, ghc-prim >= 0.2 && < 0.6
, deepseq >= 1.1 && < 1.5




commit ghc-th-orphans for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-th-orphans for openSUSE:Factory 
checked in at 2018-07-24 17:23:07

Comparing /work/SRC/openSUSE:Factory/ghc-th-orphans (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-th-orphans.new (New)


Package is "ghc-th-orphans"

Tue Jul 24 17:23:07 2018 rev:4 rq:623875 version:0.13.6

Changes:

--- /work/SRC/openSUSE:Factory/ghc-th-orphans/ghc-th-orphans.changes
2018-05-30 12:27:36.225657049 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-th-orphans.new/ghc-th-orphans.changes   
2018-07-24 17:23:10.731360843 +0200
@@ -1,0 +2,14 @@
+Wed Jul 18 14:26:44 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Fri Jul 13 14:31:57 UTC 2018 - psim...@suse.com
+
+- Update th-orphans to version 0.13.6.
+  ### 0.13.6 [2018.07.01]
+  * Allow building with `template-haskell-2.14`.
+  * Implement `qAddForeignFilePath` and `qAddTempFile` for `Quasi` instances
+
+---
@@ -22 +35,0 @@
-

Old:

  th-orphans-0.13.5.tar.gz
  th-orphans.cabal

New:

  th-orphans-0.13.6.tar.gz



Other differences:
--
++ ghc-th-orphans.spec ++
--- /var/tmp/diff_new_pack.5WKohX/_old  2018-07-24 17:23:11.815362228 +0200
+++ /var/tmp/diff_new_pack.5WKohX/_new  2018-07-24 17:23:11.815362228 +0200
@@ -19,14 +19,13 @@
 %global pkg_name th-orphans
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.13.5
+Version:0.13.6
 Release:0
 Summary:Orphan instances for TH datatypes
 License:BSD-3-Clause
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-rpm-macros
@@ -56,7 +55,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ th-orphans-0.13.5.tar.gz -> th-orphans-0.13.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/th-orphans-0.13.5/CHANGELOG.md 
new/th-orphans-0.13.6/CHANGELOG.md
--- old/th-orphans-0.13.5/CHANGELOG.md  2018-01-18 19:05:27.0 +0100
+++ new/th-orphans-0.13.6/CHANGELOG.md  2018-07-01 13:48:49.0 +0200
@@ -1,3 +1,7 @@
+### 0.13.6 [2018.07.01]
+* Allow building with `template-haskell-2.14`.
+* Implement `qAddForeignFilePath` and `qAddTempFile` for `Quasi` instances
+
 ### 0.13.5 [2018.01.18]
 * Implement `qAddCorePlugin` for `Quasi` instances
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/th-orphans-0.13.5/src/Language/Haskell/TH/Instances.hs 
new/th-orphans-0.13.6/src/Language/Haskell/TH/Instances.hs
--- old/th-orphans-0.13.5/src/Language/Haskell/TH/Instances.hs  2018-01-18 
19:05:27.0 +0100
+++ new/th-orphans-0.13.6/src/Language/Haskell/TH/Instances.hs  2018-07-01 
13:48:49.0 +0200
@@ -356,147 +356,159 @@
 #endif
 
 instance Quasi m => Quasi (ReaderT r m) where
-  qNewName= MTL.lift . qNewName
-  qReport a b = MTL.lift $ qReport a b
-  qRecover m1 m2  = ReaderT $ \ r -> runReaderT m1 r `qRecover` runReaderT 
m2 r
-  qReify  = MTL.lift . qReify
-  qLocation   = MTL.lift qLocation
-  qRunIO  = MTL.lift . qRunIO
+  qNewName= MTL.lift . qNewName
+  qReport a b = MTL.lift $ qReport a b
+  qRecover m1 m2  = ReaderT $ \ r -> runReaderT m1 r `qRecover` 
runReaderT m2 r
+  qReify  = MTL.lift . qReify
+  qLocation   = MTL.lift qLocation
+  qRunIO  = MTL.lift . qRunIO
 #if MIN_VERSION_template_haskell(2,7,0)
-  qReifyInstances a b = MTL.lift $ qReifyInstances a b
-  qLookupName a b = MTL.lift $ qLookupName a b
-  qAddDependentFile   = MTL.lift . qAddDependentFile
+  qReifyInstances a b = MTL.lift $ qReifyInstances a b
+  qLookupName a b = MTL.lift $ qLookupName a b
+  qAddDependentFile   = MTL.lift . qAddDependentFile
 # if MIN_VERSION_template_haskell(2,9,0)
-  qReifyRoles = MTL.lift . qReifyRoles
-  qReifyAnnotations   = MTL.lift . qReifyAnnotations
-  qReifyModule= MTL.lift . qReifyModule
-  qAddTopDecls= MTL.lift . qAddTopDecls
-  qAddModFinalizer= MTL.lift . qAddModFinalizer
-  qGetQ   = MTL.lift qGetQ
-  

commit ghc-uri-bytestring for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-uri-bytestring for 
openSUSE:Factory checked in at 2018-07-24 17:23:15

Comparing /work/SRC/openSUSE:Factory/ghc-uri-bytestring (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-uri-bytestring.new (New)


Package is "ghc-uri-bytestring"

Tue Jul 24 17:23:15 2018 rev:7 rq:623889 version:0.3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-uri-bytestring/ghc-uri-bytestring.changes
2018-05-30 12:27:48.117240342 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-uri-bytestring.new/ghc-uri-bytestring.changes   
2018-07-24 17:23:18.047370191 +0200
@@ -1,0 +2,13 @@
+Wed Jul 18 14:26:47 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Fri Jul 13 14:31:32 UTC 2018 - psim...@suse.com
+
+- Update uri-bytestring to version 0.3.2.0.
+  0.3.2.0
+  * Only depend on the fail package when it is needed due to GHC version.
+
+---
@@ -49 +61,0 @@
-

Old:

  uri-bytestring-0.3.1.1.tar.gz

New:

  uri-bytestring-0.3.2.0.tar.gz



Other differences:
--
++ ghc-uri-bytestring.spec ++
--- /var/tmp/diff_new_pack.wFl3wN/_old  2018-07-24 17:23:18.507370779 +0200
+++ /var/tmp/diff_new_pack.wFl3wN/_new  2018-07-24 17:23:18.511370784 +0200
@@ -19,7 +19,7 @@
 %global pkg_name uri-bytestring
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.3.1.1
+Version:0.3.2.0
 Release:0
 Summary:Haskell URI parsing as ByteStrings
 License:BSD-3-Clause
@@ -31,7 +31,6 @@
 BuildRequires:  ghc-blaze-builder-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
-BuildRequires:  ghc-fail-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-template-haskell-devel
 BuildRequires:  ghc-th-lift-instances-devel

++ uri-bytestring-0.3.1.1.tar.gz -> uri-bytestring-0.3.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/uri-bytestring-0.3.1.1/README.md 
new/uri-bytestring-0.3.2.0/README.md
--- old/uri-bytestring-0.3.1.1/README.md2017-09-30 00:25:09.0 
+0200
+++ new/uri-bytestring-0.3.2.0/README.md2018-05-21 20:39:35.0 
+0200
@@ -17,3 +17,4 @@
 * [reactormonk](https://github.com/reactormonk)
 * [Oleg Grenrus](https://github.com/phadej)
 * [Edward Betts](https://github.com/EdwardBetts)
+* [clinty](https://github.com/clinty)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/uri-bytestring-0.3.1.1/changelog.md 
new/uri-bytestring-0.3.2.0/changelog.md
--- old/uri-bytestring-0.3.1.1/changelog.md 2017-12-21 01:45:25.0 
+0100
+++ new/uri-bytestring-0.3.2.0/changelog.md 2018-05-21 20:40:32.0 
+0200
@@ -1,3 +1,6 @@
+0.3.2.0
+* Only depend on the fail package when it is needed due to GHC version.
+
 0.3.0.2
 * Avoid using OverloadedStrings for Builder.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/uri-bytestring-0.3.1.1/src/URI/ByteString/Internal.hs 
new/uri-bytestring-0.3.2.0/src/URI/ByteString/Internal.hs
--- old/uri-bytestring-0.3.1.1/src/URI/ByteString/Internal.hs   2018-02-10 
00:09:08.0 +0100
+++ new/uri-bytestring-0.3.2.0/src/URI/ByteString/Internal.hs   2018-05-21 
18:53:56.0 +0200
@@ -26,9 +26,9 @@
  sortBy, stripPrefix, (\\))
 import qualified Data.Map.Strictas M
 import   Data.Maybe
-import   Data.Monoid
-import   Data.Semigroup (Semigroup)
+import   Data.Monoidas Monoid
 import   Data.Ord   (comparing)
+import   Data.Semigroup (Semigroup)
 import   Data.Word
 import   Text.Read  (readMaybe)
 ---
@@ -183,7 +183,7 @@
 dropSegs (h:t)
   | unoDropExtraSlashes = h:(filter (not . BS.null) t)
   | otherwise = h:t
-authority = maybe mempty (serializeAuthority o mScheme) rrAuthority
+authority = maybe Monoid.mempty (serializeAuthority o mScheme) rrAuthority
 query = serializeQuery o rrQuery
 fragment = maybe mempty (\s -> c8 '#' <> bs s) rrFragment
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/uri-bytestring-0.3.1.1/uri-bytestring.cabal 
new/uri-bytestring-0.3.2.0/uri-bytestring.cabal
--- 

commit ghc-utf8-string for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-utf8-string for openSUSE:Factory 
checked in at 2018-07-24 17:23:18

Comparing /work/SRC/openSUSE:Factory/ghc-utf8-string (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-utf8-string.new (New)


Package is "ghc-utf8-string"

Tue Jul 24 17:23:18 2018 rev:8 rq:623890 version:1.0.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-utf8-string/ghc-utf8-string.changes  
2018-05-30 12:27:49.333197619 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-utf8-string.new/ghc-utf8-string.changes 
2018-07-24 17:23:20.975373931 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:47 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---



Other differences:
--
++ ghc-utf8-string.spec ++
--- /var/tmp/diff_new_pack.NybQFV/_old  2018-07-24 17:23:21.439374524 +0200
+++ /var/tmp/diff_new_pack.NybQFV/_new  2018-07-24 17:23:21.443374530 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-utf8-string
 #
-# 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




commit ghc-th-utilities for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-th-utilities for 
openSUSE:Factory checked in at 2018-07-24 17:23:11

Comparing /work/SRC/openSUSE:Factory/ghc-th-utilities (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-th-utilities.new (New)


Package is "ghc-th-utilities"

Tue Jul 24 17:23:11 2018 rev:4 rq:623877 version:0.2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-th-utilities/ghc-th-utilities.changes
2018-05-30 12:27:38.805566812 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-th-utilities.new/ghc-th-utilities.changes   
2018-07-24 17:23:12.403362980 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:45 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -15 +20,0 @@
-



Other differences:
--
++ ghc-th-utilities.spec ++
--- /var/tmp/diff_new_pack.ghEJgh/_old  2018-07-24 17:23:12.943363670 +0200
+++ /var/tmp/diff_new_pack.ghEJgh/_new  2018-07-24 17:23:12.943363670 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-th-utilities
 #
-# 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




commit ghc-th-lift-instances for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-th-lift-instances for 
openSUSE:Factory checked in at 2018-07-24 17:23:03

Comparing /work/SRC/openSUSE:Factory/ghc-th-lift-instances (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-th-lift-instances.new (New)


Package is "ghc-th-lift-instances"

Tue Jul 24 17:23:03 2018 rev:5 rq:623874 version:0.1.11

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-th-lift-instances/ghc-th-lift-instances.changes  
2018-05-30 12:27:35.089696752 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-th-lift-instances.new/ghc-th-lift-instances.changes
 2018-07-24 17:23:07.015356095 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:44 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -25 +30,0 @@
-



Other differences:
--
++ ghc-th-lift-instances.spec ++
--- /var/tmp/diff_new_pack.fwEseh/_old  2018-07-24 17:23:08.187357593 +0200
+++ /var/tmp/diff_new_pack.fwEseh/_new  2018-07-24 17:23:08.191357598 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-th-lift-instances
 #
-# 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




commit ghc-th-abstraction for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-th-abstraction for 
openSUSE:Factory checked in at 2018-07-24 17:22:48

Comparing /work/SRC/openSUSE:Factory/ghc-th-abstraction (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-th-abstraction.new (New)


Package is "ghc-th-abstraction"

Tue Jul 24 17:22:48 2018 rev:3 rq:623871 version:0.2.8.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-th-abstraction/ghc-th-abstraction.changes
2018-05-30 12:27:31.997804721 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-th-abstraction.new/ghc-th-abstraction.changes   
2018-07-24 17:22:56.323342430 +0200
@@ -1,0 +2,34 @@
+Wed Jul 18 14:26:43 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Fri Jul 13 14:31:53 UTC 2018 - psim...@suse.com
+
+- Update th-abstraction to version 0.2.8.0.
+  ## 0.2.8.0 -- 2018-06-29
+  * GADT reification is now much more robust with respect to `PolyKinds`:
+* A bug in which universally quantified kind variables were mistakenly
+  flagged as existential has been fixed.
+* A bug in which the kinds of existentially quantified type variables
+  were not substituted properly has been fixed.
+* More kind equalities are detected than before. For example, in the
+  following data type:
+
+  ```haskell
+  data T (a :: k) where
+MkT :: forall (a :: Bool). T a
+  ```
+
+  We now catch the `k ~ Bool` equality.
+  * Tweak `resolveTypeSynonyms` so that failing to reify a type constructor
+name so longer results in an error. Among other benefits, this makes
+it possible to pass data types with GADT syntax to `normalizeDec`.
+
+  ## 0.2.7.0 -- 2018-06-17
+  * Fix bug in which data family instances with duplicate occurrences of type
+variables in the left-hand side would have redundant equality constraints
+in their contexts.
+
+---
@@ -34 +67,0 @@
-

Old:

  th-abstraction-0.2.6.0.tar.gz

New:

  th-abstraction-0.2.8.0.tar.gz



Other differences:
--
++ ghc-th-abstraction.spec ++
--- /var/tmp/diff_new_pack.zA8LiY/_old  2018-07-24 17:22:58.883345702 +0200
+++ /var/tmp/diff_new_pack.zA8LiY/_new  2018-07-24 17:22:58.883345702 +0200
@@ -19,7 +19,7 @@
 %global pkg_name th-abstraction
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.6.0
+Version:0.2.8.0
 Release:0
 Summary:Nicer interface for reified information about data types
 License:ISC

++ th-abstraction-0.2.6.0.tar.gz -> th-abstraction-0.2.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/th-abstraction-0.2.6.0/ChangeLog.md 
new/th-abstraction-0.2.8.0/ChangeLog.md
--- old/th-abstraction-0.2.6.0/ChangeLog.md 2017-09-05 04:55:33.0 
+0200
+++ new/th-abstraction-0.2.8.0/ChangeLog.md 2018-06-29 18:03:23.0 
+0200
@@ -1,5 +1,29 @@
 # Revision history for th-abstraction
 
+## 0.2.8.0 -- 2018-06-29
+* GADT reification is now much more robust with respect to `PolyKinds`:
+  * A bug in which universally quantified kind variables were mistakenly
+flagged as existential has been fixed.
+  * A bug in which the kinds of existentially quantified type variables
+were not substituted properly has been fixed.
+  * More kind equalities are detected than before. For example, in the
+following data type:
+
+```haskell
+data T (a :: k) where
+  MkT :: forall (a :: Bool). T a
+```
+
+We now catch the `k ~ Bool` equality.
+* Tweak `resolveTypeSynonyms` so that failing to reify a type constructor
+  name so longer results in an error. Among other benefits, this makes
+  it possible to pass data types with GADT syntax to `normalizeDec`.
+
+## 0.2.7.0 -- 2018-06-17
+* Fix bug in which data family instances with duplicate occurrences of type
+  variables in the left-hand side would have redundant equality constraints
+  in their contexts.
+
 ## 0.2.6.0 -- 2017-09-04
 * Fix bug in which `applySubstitution` and `freeVariables` would ignore
   type variables in the kinds of type variable binders.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/th-abstraction-0.2.6.0/src/Language/Haskell/TH/Datatype.hs 
new/th-abstraction-0.2.8.0/src/Language/Haskell/TH/Datatype.hs
--- old/th-abstraction-0.2.6.0/src/Language/Haskell/TH/Datatype.hs  
2017-09-05 04:55:33.0 +0200
+++ new/th-abstraction-0.2.8.0/src/Language/Haskell/TH/Datatype.hs  
2018-06-29 18:03:23.0 +0200
@@ -776,16 +776,9 @@
   

commit ghc-tf-random for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-tf-random for openSUSE:Factory 
checked in at 2018-07-24 17:22:36

Comparing /work/SRC/openSUSE:Factory/ghc-tf-random (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-tf-random.new (New)


Package is "ghc-tf-random"

Tue Jul 24 17:22:36 2018 rev:5 rq:623870 version:0.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-tf-random/ghc-tf-random.changes  
2018-05-30 12:27:30.909842680 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-tf-random.new/ghc-tf-random.changes 
2018-07-24 17:22:44.127326838 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:43 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -20 +25,0 @@
-



Other differences:
--
++ ghc-tf-random.spec ++
--- /var/tmp/diff_new_pack.RVTUk6/_old  2018-07-24 17:22:44.907327835 +0200
+++ /var/tmp/diff_new_pack.RVTUk6/_new  2018-07-24 17:22:44.919327851 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-tf-random
 #
-# 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




commit ghc-th-lift for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-th-lift for openSUSE:Factory 
checked in at 2018-07-24 17:22:58

Comparing /work/SRC/openSUSE:Factory/ghc-th-lift (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-th-lift.new (New)


Package is "ghc-th-lift"

Tue Jul 24 17:22:58 2018 rev:5 rq:623873 version:0.7.10

Changes:

--- /work/SRC/openSUSE:Factory/ghc-th-lift/ghc-th-lift.changes  2018-05-30 
12:27:34.125730428 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-th-lift.new/ghc-th-lift.changes 
2018-07-24 17:23:02.467350283 +0200
@@ -1,0 +2,13 @@
+Wed Jul 18 14:26:44 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Fri Jul 13 14:31:25 UTC 2018 - psim...@suse.com
+
+- Update th-lift to version 0.7.10.
+  Upstream has not updated the file "Changelog" since the last
+  release.
+
+---
@@ -21 +33,0 @@
-

Old:

  th-lift-0.7.8.tar.gz

New:

  th-lift-0.7.10.tar.gz



Other differences:
--
++ ghc-th-lift.spec ++
--- /var/tmp/diff_new_pack.8nK79n/_old  2018-07-24 17:23:02.983350942 +0200
+++ /var/tmp/diff_new_pack.8nK79n/_new  2018-07-24 17:23:02.983350942 +0200
@@ -19,7 +19,7 @@
 %global pkg_name th-lift
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.7.8
+Version:0.7.10
 Release:0
 Summary:Derive Template Haskell's Lift class for datatypes
 License:(BSD-3-Clause OR GPL-2.0-only)
@@ -29,6 +29,7 @@
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-template-haskell-devel
+BuildRequires:  ghc-th-abstraction-devel
 
 %description
 Derive Template Haskell's Lift class for datatypes.

++ th-lift-0.7.8.tar.gz -> th-lift-0.7.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/th-lift-0.7.8/src/Language/Haskell/TH/Lift.hs 
new/th-lift-0.7.10/src/Language/Haskell/TH/Lift.hs
--- old/th-lift-0.7.8/src/Language/Haskell/TH/Lift.hs   2016-01-18 
18:29:12.0 +0100
+++ new/th-lift-0.7.10/src/Language/Haskell/TH/Lift.hs  2018-05-14 
22:12:56.0 +0200
@@ -28,37 +28,62 @@
 import GHC.Prim (Char#)
 #endif /* !(MIN_VERSION_template_haskell(2,11,0)) */
 
+import Control.Applicative
 #if MIN_VERSION_template_haskell(2,8,0)
 import Data.Char (ord)
 #endif /* !(MIN_VERSION_template_haskell(2,8,0)) */
+#if MIN_VERSION_base(4,8,0)
+import Data.Functor.Identity
+#endif
 #if !(MIN_VERSION_template_haskell(2,10,0))
 import Data.Ratio (Ratio)
 #endif /* !(MIN_VERSION_template_haskell(2,10,0)) */
 import Language.Haskell.TH
+import Language.Haskell.TH.Datatype
+import qualified Language.Haskell.TH.Lib as Lib (starK)
 import Language.Haskell.TH.Syntax
 import Control.Monad ((<=<), zipWithM)
 #if MIN_VERSION_template_haskell(2,9,0)
 import Data.Maybe (catMaybes)
 #endif /* MIN_VERSION_template_haskell(2,9,0) */
 
-modName :: String
-modName = "Language.Haskell.TH.Lift"
-
 -- | Derive Lift instances for the given datatype.
 deriveLift :: Name -> Q [Dec]
-deriveLift = deriveLift' <=< reify
+#if MIN_VERSION_template_haskell(2,9,0)
+deriveLift name = do
+  roles <- reifyDatatypeRoles name
+  info <- reifyDatatype name
+  fmap (:[]) $ deriveLiftOne roles info
+#else
+deriveLift = fmap (:[]) . deriveLiftOne <=< reifyDatatype
+#endif
 
 -- | Derive Lift instances for many datatypes.
 deriveLiftMany :: [Name] -> Q [Dec]
-deriveLiftMany = deriveLiftMany' <=< mapM reify
+#if MIN_VERSION_template_haskell(2,9,0)
+deriveLiftMany names = do
+  roles <- mapM reifyDatatypeRoles names
+  infos <- mapM reifyDatatype names
+  mapM (uncurry deriveLiftOne) $ zip roles infos
+#else
+deriveLiftMany = mapM deriveLiftOne <=< mapM reifyDatatype
+#endif
 
 -- | Obtain Info values through a custom reification function. This is useful
 -- when generating instances for datatypes that have not yet been declared.
+#if MIN_VERSION_template_haskell(2,9,0)
+deriveLift' :: [Role] -> Info -> Q [Dec]
+deriveLift' roles = fmap (:[]) . deriveLiftOne roles <=< normalizeInfo
+
+deriveLiftMany' :: [([Role], Info)] -> Q [Dec]
+deriveLiftMany' = mapM (\(rs, i) -> deriveLiftOne rs =<< normalizeInfo i)
+#else
 deriveLift' :: Info -> Q [Dec]
-deriveLift' = fmap (:[]) . deriveLiftOne
+deriveLift' = fmap (:[]) . deriveLiftOne <=< normalizeInfo
 
 deriveLiftMany' :: [Info] -> Q [Dec]
-deriveLiftMany' = mapM deriveLiftOne
+deriveLiftMany' = mapM (deriveLiftOne <=< normalizeInfo)
+#endif
 
 -- | Generates a lambda expresson which behaves like 'lift' (without requiring
 -- a 'Lift' instance). Example:
@@ -70,90 +95,92 @@
 --   lift = 

commit ghc-syb for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-syb for openSUSE:Factory checked 
in at 2018-07-24 17:22:16

Comparing /work/SRC/openSUSE:Factory/ghc-syb (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-syb.new (New)


Package is "ghc-syb"

Tue Jul 24 17:22:16 2018 rev:16 rq:623863 version:0.7

Changes:

--- /work/SRC/openSUSE:Factory/ghc-syb/ghc-syb.changes  2018-05-30 
12:27:24.558063953 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-syb.new/ghc-syb.changes 2018-07-24 
17:22:20.579296718 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:42 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -103 +108,0 @@
-



Other differences:
--
++ ghc-syb.spec ++
--- /var/tmp/diff_new_pack.1eBIuq/_old  2018-07-24 17:22:21.635298070 +0200
+++ /var/tmp/diff_new_pack.1eBIuq/_new  2018-07-24 17:22:21.635298070 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-syb
 #
-# 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




commit ghc-text-metrics for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-text-metrics for 
openSUSE:Factory checked in at 2018-07-24 17:22:27

Comparing /work/SRC/openSUSE:Factory/ghc-text-metrics (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-text-metrics.new (New)


Package is "ghc-text-metrics"

Tue Jul 24 17:22:27 2018 rev:6 rq:623869 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-text-metrics/ghc-text-metrics.changes
2018-05-30 12:27:29.837880064 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-text-metrics.new/ghc-text-metrics.changes   
2018-07-24 17:22:27.703305832 +0200
@@ -1,0 +2,11 @@
+Wed Jul 18 14:26:43 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Wed Jul 18 14:13:48 UTC 2018 - psim...@suse.com
+
+- Revise cabal build file to specify more accurate dependencies.
+
+---
@@ -32 +42,0 @@
-



Other differences:
--
++ ghc-text-metrics.spec ++
--- /var/tmp/diff_new_pack.vIzLsC/_old  2018-07-24 17:22:28.923307393 +0200
+++ /var/tmp/diff_new_pack.vIzLsC/_new  2018-07-24 17:22:28.927307398 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-text-metrics
 #
-# 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
@@ -26,7 +26,7 @@
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-rpm-macros

++ text-metrics.cabal ++
--- /var/tmp/diff_new_pack.vIzLsC/_old  2018-07-24 17:22:28.959307439 +0200
+++ /var/tmp/diff_new_pack.vIzLsC/_new  2018-07-24 17:22:28.963307445 +0200
@@ -1,6 +1,6 @@
 name: text-metrics
 version:  0.3.0
-x-revision: 2
+x-revision: 3
 cabal-version:>= 1.10
 tested-with:  GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1
 license:  BSD3
@@ -57,7 +57,7 @@
   hs-source-dirs: bench-speed
   type:   exitcode-stdio-1.0
   build-depends:  base >= 4.7 && < 5.0
-, criterion>= 0.6.2.1 && < 1.5
+, criterion>= 0.6.2.1 && < 1.6
 , deepseq  >= 1.4 && < 1.5
 , text >= 0.2 && < 1.3
 , text-metrics




commit ghc-tagged for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-tagged for openSUSE:Factory 
checked in at 2018-07-24 17:22:21

Comparing /work/SRC/openSUSE:Factory/ghc-tagged (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-tagged.new (New)


Package is "ghc-tagged"

Tue Jul 24 17:22:21 2018 rev:11 rq:623864 version:0.8.6

Changes:

--- /work/SRC/openSUSE:Factory/ghc-tagged/ghc-tagged.changes2018-05-30 
12:27:25.818020108 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-tagged.new/ghc-tagged.changes   
2018-07-24 17:22:26.223303939 +0200
@@ -1,0 +2,19 @@
+Wed Jul 18 14:26:42 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Fri Jul 13 14:31:51 UTC 2018 - psim...@suse.com
+
+- Update tagged to version 0.8.6.
+  0.8.6 [2018.07.02]
+  --
+  * Make the `Read(1)` instances for `Proxy` ignore the precedence argument,
+mirroring similar changes to `base`
+
[here](http://git.haskell.org/ghc.git/commitdiff/8fd959998e900dffdb7f752fcd42df7aaedeae6e).
+  * Fix a bug in the `Floating` instance for `Tagged` in which `logBase` was
+defined in terms of `(**)`.
+  * Avoid incurring some dependencies when using recent GHCs.
+
+---

Old:

  tagged-0.8.5.tar.gz
  tagged.cabal

New:

  tagged-0.8.6.tar.gz



Other differences:
--
++ ghc-tagged.spec ++
--- /var/tmp/diff_new_pack.yviYRG/_old  2018-07-24 17:22:27.483305551 +0200
+++ /var/tmp/diff_new_pack.yviYRG/_new  2018-07-24 17:22:27.487305556 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-tagged
 #
-# 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
@@ -18,19 +18,17 @@
 
 %global pkg_name tagged
 Name:   ghc-%{pkg_name}
-Version:0.8.5
+Version:0.8.6
 Release:0
 Summary:Haskell 98 phantom types to avoid unsafely passing dummy 
arguments
 License:BSD-3-Clause
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-template-haskell-devel
-BuildRequires:  ghc-transformers-compat-devel
 BuildRequires:  ghc-transformers-devel
 
 %description
@@ -49,7 +47,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ tagged-0.8.5.tar.gz -> tagged-0.8.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tagged-0.8.5/.travis.yml new/tagged-0.8.6/.travis.yml
--- old/tagged-0.8.5/.travis.yml2016-07-23 15:07:54.0 +0200
+++ new/tagged-0.8.6/.travis.yml2018-07-03 00:53:28.0 +0200
@@ -1,146 +1,158 @@
-# This file has been generated -- see https://github.com/hvr/multi-ghc-travis
+# This Travis job script has been generated by a script via
+#
+#   runghc make_travis_yml_2.hs '-o' '.travis.yml' '--ghc-head' 
'--irc-channel=irc.freenode.org#haskell-lens' '--no-no-tests-no-bench' 
'--no-unconstrained' 'cabal.project'
+#
+# For more information, see https://github.com/hvr/multi-ghc-travis
+#
 language: c
 sudo: false
 
+git:
+  submodules: false  # whether to recursively clone submodules
+
+notifications:
+  irc:
+channels:
+  - "irc.freenode.org#haskell-lens"
+skip_join: true
+template:
+  - "\x0313tagged\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} 
%{message}"
+
 cache:
   directories:
-- $HOME/.cabsnap
 - $HOME/.cabal/packages
-- $HOME/.stack
+- $HOME/.cabal/store
 
 before_cache:
   - rm -fv $HOME/.cabal/packages/hackage.haskell.org/build-reports.log
-  - rm -fv $HOME/.cabal/packages/hackage.haskell.org/00-index.tar
+  # remove files that are regenerated by 'cabal update'
+  - rm -fv $HOME/.cabal/packages/hackage.haskell.org/00-index.*
+  - rm -fv $HOME/.cabal/packages/hackage.haskell.org/*.json
+  - rm -fv $HOME/.cabal/packages/hackage.haskell.org/01-index.cache
+  - rm -fv $HOME/.cabal/packages/hackage.haskell.org/01-index.tar
+  - rm -fv $HOME/.cabal/packages/hackage.haskell.org/01-index.tar.idx
+
+  - rm -rfv 

commit ghc-streaming-commons for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-streaming-commons for 
openSUSE:Factory checked in at 2018-07-24 17:22:11

Comparing /work/SRC/openSUSE:Factory/ghc-streaming-commons (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-streaming-commons.new (New)


Package is "ghc-streaming-commons"

Tue Jul 24 17:22:11 2018 rev:15 rq:623862 version:0.2.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-streaming-commons/ghc-streaming-commons.changes  
2018-05-30 12:27:22.698128637 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-streaming-commons.new/ghc-streaming-commons.changes
 2018-07-24 17:22:14.751289261 +0200
@@ -1,0 +2,14 @@
+Wed Jul 18 14:26:42 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Fri Jul 13 14:31:59 UTC 2018 - psim...@suse.com
+
+- Update streaming-commons to version 0.2.1.0.
+  ## 0.2.1.0
+
+  * Change `bindRandomPortGen` to use binding to port 0
+
+---
@@ -87 +100,0 @@
-

Old:

  streaming-commons-0.2.0.0.tar.gz

New:

  streaming-commons-0.2.1.0.tar.gz



Other differences:
--
++ ghc-streaming-commons.spec ++
--- /var/tmp/diff_new_pack.AlFiPt/_old  2018-07-24 17:22:15.275289932 +0200
+++ /var/tmp/diff_new_pack.AlFiPt/_new  2018-07-24 17:22:15.275289932 +0200
@@ -19,7 +19,7 @@
 %global pkg_name streaming-commons
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.0.0
+Version:0.2.1.0
 Release:0
 Summary:Common lower-level functions needed by various streaming data 
libraries
 License:MIT

++ streaming-commons-0.2.0.0.tar.gz -> streaming-commons-0.2.1.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/streaming-commons-0.2.0.0/ChangeLog.md 
new/streaming-commons-0.2.1.0/ChangeLog.md
--- old/streaming-commons-0.2.0.0/ChangeLog.md  2018-03-02 14:23:34.0 
+0100
+++ new/streaming-commons-0.2.1.0/ChangeLog.md  2018-06-27 09:12:16.0 
+0200
@@ -1,3 +1,7 @@
+## 0.2.1.0
+
+* Change `bindRandomPortGen` to use binding to port 0
+
 ## 0.2.0
 
 * Drop `blaze-builder` dependency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/streaming-commons-0.2.0.0/Data/Streaming/Network.hs 
new/streaming-commons-0.2.1.0/Data/Streaming/Network.hs
--- old/streaming-commons-0.2.0.0/Data/Streaming/Network.hs 2018-02-18 
17:52:03.0 +0100
+++ new/streaming-commons-0.2.1.0/Data/Streaming/Network.hs 2018-06-27 
09:10:50.0 +0200
@@ -205,24 +205,10 @@
 --
 -- Since 0.1.1
 bindRandomPortGen :: SocketType -> HostPreference -> IO (Int, Socket)
-bindRandomPortGen sockettype s =
-loop (30 :: Int)
-  where
-loop cnt = do
-port <- getUnassignedPort
-esocket <- try $ bindPortGen sockettype port s
-case esocket :: Either IOException Socket of
-Left e
-| cnt <= 1 -> error $ concat
-[ "Data.Streaming.Network.bindRandomPortGen: Could not get 
port. Last attempted: "
-, show port
-, ". Exception was: "
-, show e
-]
-| otherwise -> do
-skipUnassigned 50
-loop $! cnt - 1
-Right socket -> return (port, socket)
+bindRandomPortGen sockettype s = do
+  socket <- bindPortGen sockettype 0 s
+  port <- NS.socketPort socket
+  return (fromIntegral port, socket)
 
 -- | Top 10 Largest IANA unassigned port ranges with no unauthorized uses known
 unassignedPortsList :: [Int]
@@ -263,14 +249,6 @@
 | i > unassignedPortsMax = (succ unassignedPortsMin, unassignedPorts ! 
unassignedPortsMin)
 | otherwise = (succ i, unassignedPorts ! i)
 
--- | Skip ahead in the unassigned ports list by the given number
-skipUnassigned :: Int -> IO ()
-skipUnassigned i = do
-!() <- atomicModifyIORef nextUnusedPort $ \j ->
-let k = i + j `mod` unassignedPortsMax
- in k `seq` (k, ())
-return ()
-
 -- | Attempt to connect to the given host/port.
 getSocketUDP :: String -> Int -> IO (Socket, AddrInfo)
 getSocketUDP = getSocketGen NS.Datagram
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/streaming-commons-0.2.0.0/streaming-commons.cabal 
new/streaming-commons-0.2.1.0/streaming-commons.cabal
--- old/streaming-commons-0.2.0.0/streaming-commons.cabal   2018-03-02 
14:23:34.0 +0100
+++ new/streaming-commons-0.2.1.0/streaming-commons.cabal   2018-06-27 

commit ghc-skylighting-core for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-skylighting-core for 
openSUSE:Factory checked in at 2018-07-24 17:21:54

Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-core (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-skylighting-core.new (New)


Package is "ghc-skylighting-core"

Tue Jul 24 17:21:54 2018 rev:2 rq:623855 version:0.7.2

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2018-05-30 13:10:32.553942911 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new/ghc-skylighting-core.changes
   2018-07-24 17:21:56.123265419 +0200
@@ -1,0 +2,11 @@
+Fri Jul 13 14:31:50 UTC 2018 - psim...@suse.com
+
+- Update skylighting-core to version 0.7.2.
+  ## 0.7.2 -- 2018-06-08
+
+* Update syntax definitions from upstream.
+* Added support for POV-Ray syntax (#46).
+* Display line numbers without absolute positioning (David
+  Baynard, #32).
+
+---
@@ -4 +15 @@
-- Adding initial version version 0.7.1.
+- Add skylighting-core at version 0.7.1.

Old:

  skylighting-core-0.7.1.tar.gz

New:

  skylighting-core-0.7.2.tar.gz
  skylighting-core.cabal



Other differences:
--
++ ghc-skylighting-core.spec ++
--- /var/tmp/diff_new_pack.nzP0FX/_old  2018-07-24 17:21:58.895268967 +0200
+++ /var/tmp/diff_new_pack.nzP0FX/_new  2018-07-24 17:21:58.899268973 +0200
@@ -19,13 +19,14 @@
 %global pkg_name skylighting-core
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.7.1
+Version:0.7.2
 Release:0
 Summary:Syntax highlighting library
 License:BSD-3-Clause
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-ansi-terminal-devel
@@ -82,6 +83,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ skylighting-core-0.7.1.tar.gz -> skylighting-core-0.7.2.tar.gz ++
 11157 lines of diff (skipped)

++ skylighting-core.cabal ++
name:skylighting-core
version: 0.7.2
x-revision: 1
synopsis:syntax highlighting library
description: Skylighting is a syntax highlighting library.
 It derives its tokenizers from XML syntax
 definitions used by KDE's KSyntaxHighlighting
 framework, so any syntax supported by that
 framework can be added. An optional command-line
 program is provided.

 Skylighting is intended to be the successor to
 highlighting-kate.

 This package provides the core highlighting
 functionality under a permissive license. It also
 bundles XML parser definitions licensed under the
 GPL.

homepage:https://github.com/jgm/skylighting
license: BSD3
license-file:LICENSE
author:  John MacFarlane
maintainer:  j...@berkeley.edu
copyright:   (C) 2016-2018 John MacFarlane
category:Text
build-type:  Simple
extra-source-files:  README.md
 changelog.md
 xml/*.xml
 xml/language.dtd
 test/default.theme
 test/cases/abc.ada
 test/cases/abc.agda
 test/cases/abc.c
 test/cases/abc.clojure
 test/cases/abc.cpp
 test/cases/abc.cs
 test/cases/abc.d
 test/cases/abc.fortran
 test/cases/abc.go
 test/cases/abc.haskell
 test/cases/abc.java
 test/cases/abc.javascript
 test/cases/abc.julia
 test/cases/abc.kotlin
 test/cases/abc.lisp
 test/cases/abc.matlab
 test/cases/abc.ocaml
 test/cases/abc.perl
 test/cases/abc.php
 test/cases/abc.prolog
 test/cases/abc.python
 test/cases/abc.r
 test/cases/abc.ruby
 test/cases/abc.scala
 test/cases/abc.scheme

commit ghc-stm-chans for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-stm-chans for openSUSE:Factory 
checked in at 2018-07-24 17:22:01

Comparing /work/SRC/openSUSE:Factory/ghc-stm-chans (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-stm-chans.new (New)


Package is "ghc-stm-chans"

Tue Jul 24 17:22:01 2018 rev:5 rq:623859 version:3.0.0.4

Changes:

--- /work/SRC/openSUSE:Factory/ghc-stm-chans/ghc-stm-chans.changes  
2018-05-30 12:27:18.718266874 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-stm-chans.new/ghc-stm-chans.changes 
2018-07-24 17:22:04.151275695 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:41 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -22 +27,0 @@
-



Other differences:
--
++ ghc-stm-chans.spec ++
--- /var/tmp/diff_new_pack.RRe6xJ/_old  2018-07-24 17:22:04.595276264 +0200
+++ /var/tmp/diff_new_pack.RRe6xJ/_new  2018-07-24 17:22:04.595276264 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-stm-chans
 #
-# 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




commit ghc-store-core for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-store-core for openSUSE:Factory 
checked in at 2018-07-24 17:22:08

Comparing /work/SRC/openSUSE:Factory/ghc-store-core (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-store-core.new (New)


Package is "ghc-store-core"

Tue Jul 24 17:22:08 2018 rev:6 rq:623861 version:0.4.4

Changes:

--- /work/SRC/openSUSE:Factory/ghc-store-core/ghc-store-core.changes
2018-05-30 12:27:21.102184099 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-store-core.new/ghc-store-core.changes   
2018-07-24 17:22:09.899283052 +0200
@@ -1,0 +2,33 @@
+Wed Jul 18 14:26:42 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Fri Jul 13 14:32:10 UTC 2018 - psim...@suse.com
+
+- Update store-core to version 0.4.4.
+  ## 0.4.4
+
+  * Build fixed with  `--flag store-core:force-alignment` / on architectures
+like PowerPC.
+
+  ## 0.4.3
+
+  * Now builds with primitive >= 0.6.4.0
+
+  ## 0.4.2
+
+  * Adds `unsafeMakePokeState`, `unsafeMakePeekState`, and
+`maybeAlignmentBufferSize`, so that library users can write their own
+`encode` / `decode` functions.
+See [#126](https://github.com/fpco/store/pull/126)
+
+---
+Sun Jun 17 08:44:48 UTC 2018 - ptromm...@icloud.com
+
+- Add fix-force-aligment.patch
+* fixes build on ppc64
+* see upstream issue https://github.com/fpco/store/issues/133
+
+---
@@ -25 +57,0 @@
-

Old:

  store-core-0.4.1.tar.gz

New:

  store-core-0.4.4.tar.gz



Other differences:
--
++ ghc-store-core.spec ++
--- /var/tmp/diff_new_pack.tm6o6M/_old  2018-07-24 17:22:10.919284357 +0200
+++ /var/tmp/diff_new_pack.tm6o6M/_new  2018-07-24 17:22:10.923284363 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-store-core
 #
-# 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
@@ -18,7 +18,7 @@
 
 %global pkg_name store-core
 Name:   ghc-%{pkg_name}
-Version:0.4.1
+Version:0.4.4
 Release:0
 Summary:Fast and lightweight binary serialization
 License:MIT
@@ -27,7 +27,6 @@
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-bytestring-devel
-BuildRequires:  ghc-fail-devel
 BuildRequires:  ghc-primitive-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel

++ store-core-0.4.1.tar.gz -> store-core-0.4.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/store-core-0.4.1/ChangeLog.md 
new/store-core-0.4.4/ChangeLog.md
--- old/store-core-0.4.1/ChangeLog.md   2017-05-06 04:54:38.0 +0200
+++ new/store-core-0.4.4/ChangeLog.md   2018-06-17 10:51:22.0 +0200
@@ -1,5 +1,21 @@
 # ChangeLog
 
+## 0.4.4
+
+* Build fixed with  `--flag store-core:force-alignment` / on architectures
+  like PowerPC.
+
+## 0.4.3
+
+* Now builds with primitive >= 0.6.4.0
+
+## 0.4.2
+
+* Adds `unsafeMakePokeState`, `unsafeMakePeekState`, and
+  `maybeAlignmentBufferSize`, so that library users can write their own
+  `encode` / `decode` functions.
+  See [#126](https://github.com/fpco/store/pull/126)
+
 ## 0.4.1
 
 * Less aggressive inlining, resulting in faster compilation / simplifier
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/store-core-0.4.1/src/Data/Store/Core.hs 
new/store-core-0.4.4/src/Data/Store/Core.hs
--- old/store-core-0.4.1/src/Data/Store/Core.hs 2017-05-06 05:07:24.0 
+0200
+++ new/store-core-0.4.4/src/Data/Store/Core.hs 2018-06-17 10:49:13.0 
+0200
@@ -30,6 +30,8 @@
 , pokeFromForeignPtr, peekToPlainForeignPtr, pokeFromPtr
   -- * ByteArray
 , pokeFromByteArray, peekToByteArray
+  -- * Creation of PokeState / PeekState
+, unsafeMakePokeState, unsafeMakePeekState, maybeAlignmentBufferSize
 ) where
 
 import   Control.Applicative
@@ -40,14 +42,14 @@
 import   Data.ByteString (ByteString)
 import qualified Data.ByteString.Internal as BS
 import   Data.Monoid ((<>))
-import   Data.Primitive.ByteArray
+import   Data.Primitive.ByteArray (ByteArray, MutableByteArray(..), 
newByteArray, unsafeFreezeByteArray)
 import qualified Data.Text as T
 import 

commit ghc-smallcheck for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-smallcheck for openSUSE:Factory 
checked in at 2018-07-24 17:21:58

Comparing /work/SRC/openSUSE:Factory/ghc-smallcheck (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-smallcheck.new (New)


Package is "ghc-smallcheck"

Tue Jul 24 17:21:58 2018 rev:4 rq:623856 version:1.1.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-smallcheck/ghc-smallcheck.changes
2018-05-30 12:27:15.586375495 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-smallcheck.new/ghc-smallcheck.changes   
2018-07-24 17:22:00.091270499 +0200
@@ -1,0 +2,19 @@
+Wed Jul 18 14:26:41 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Fri Jul 13 14:31:42 UTC 2018 - psim...@suse.com
+
+- Update smallcheck to version 1.1.5.
+  Version 1.1.5
+  -
+
+  * Add `limit :: Monad m => Int -> Series m a -> Series m a`
+  * Add `genericSeries` and `genericCoseries`, so that you can use the generic
+implementations more flexibly. Previously, the generic implementation was
+only avaialable as the default method for `series`/`coseries` but not as
+standalone functions.
+
+---
@@ -20 +38,0 @@
-

Old:

  smallcheck-1.1.4.tar.gz

New:

  smallcheck-1.1.5.tar.gz



Other differences:
--
++ ghc-smallcheck.spec ++
--- /var/tmp/diff_new_pack.CfoQrG/_old  2018-07-24 17:22:00.819271430 +0200
+++ /var/tmp/diff_new_pack.CfoQrG/_new  2018-07-24 17:22:00.823271435 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name smallcheck
 Name:   ghc-%{pkg_name}
-Version:1.1.4
+Version:1.1.5
 Release:0
 Summary:A property-based testing library
 License:BSD-3-Clause

++ smallcheck-1.1.4.tar.gz -> smallcheck-1.1.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smallcheck-1.1.4/CHANGELOG.md 
new/smallcheck-1.1.5/CHANGELOG.md
--- old/smallcheck-1.1.4/CHANGELOG.md   2018-05-12 16:05:11.0 +0200
+++ new/smallcheck-1.1.5/CHANGELOG.md   2018-07-05 10:17:01.0 +0200
@@ -1,6 +1,15 @@
 Changes
 ===
 
+Version 1.1.5
+-
+
+* Add `limit :: Monad m => Int -> Series m a -> Series m a`
+* Add `genericSeries` and `genericCoseries`, so that you can use the generic
+  implementations more flexibly. Previously, the generic implementation was
+  only avaialable as the default method for `series`/`coseries` but not as
+  standalone functions.
+
 Version 1.1.4
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smallcheck-1.1.4/Test/SmallCheck/Series.hs 
new/smallcheck-1.1.5/Test/SmallCheck/Series.hs
--- old/smallcheck-1.1.4/Test/SmallCheck/Series.hs  2018-05-12 
15:59:45.0 +0200
+++ new/smallcheck-1.1.5/Test/SmallCheck/Series.hs  2018-06-04 
16:34:44.0 +0200
@@ -24,7 +24,7 @@
 
 
 {-# LANGUAGE CPP, RankNTypes, MultiParamTypeClasses, FlexibleInstances,
- GeneralizedNewtypeDeriving, FlexibleContexts #-}
+ GeneralizedNewtypeDeriving, FlexibleContexts, ScopedTypeVariables 
#-}
 -- The following is needed for generic instances
 {-# LANGUAGE DefaultSignatures, FlexibleContexts, TypeOperators,
  TypeSynonymInstances, FlexibleInstances, OverlappingInstances #-}
@@ -165,6 +165,10 @@
   -- * Basic definitions
   Depth, Series, Serial(..), CoSerial(..),
 
+  -- * Generic implementations
+  genericSeries,
+  genericCoseries,
+
   -- * Convenient wrappers
   Positive(..), NonNegative(..), NonEmpty(..),
 
@@ -174,6 +178,7 @@
   decDepth,
   getDepth,
   generate,
+  limit,
   listSeries,
   list,
   listM,
@@ -204,7 +209,12 @@
   series   :: Series m a
 
   default series :: (Generic a, GSerial m (Rep a)) => Series m a
-  series = to <$> gSeries
+  series = genericSeries
+
+genericSeries
+  :: (Monad m, Generic a, GSerial m (Rep a))
+  => Series m a
+genericSeries = to <$> gSeries
 
 class Monad m => CoSerial m a where
   -- | A proper 'coseries' implementation should pass the depth unchanged to
@@ -213,8 +223,12 @@
   coseries :: Series m b -> Series m (a->b)
 
   default coseries :: (Generic a, GCoSerial m (Rep a)) => Series m b -> Series 
m (a->b)
-  coseries rs = (. from) <$> gCoseries rs
+  coseries = genericCoseries
 
+genericCoseries
+  :: (Monad m, Generic a, GCoSerial m (Rep a))
+  => Series m b -> Series m (a->b)
+genericCoseries rs = (. from) <$> gCoseries rs
 -- }}}
 
 --
@@ -229,6 +243,18 @@
   d <- 

commit ghc-store for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-store for openSUSE:Factory 
checked in at 2018-07-24 17:22:04

Comparing /work/SRC/openSUSE:Factory/ghc-store (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-store.new (New)


Package is "ghc-store"

Tue Jul 24 17:22:04 2018 rev:4 rq:623860 version:0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-store/ghc-store.changes  2018-05-30 
12:27:19.734231607 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-store.new/ghc-store.changes 2018-07-24 
17:22:04.743276454 +0200
@@ -1,0 +2,12 @@
+Wed Jul 18 14:26:41 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Fri Jul 13 14:31:43 UTC 2018 - psim...@suse.com
+
+- Update store to version 0.5.0.
+  * `Data.Store.Streaming` moved to a separate package, `store-streaming`.
+
+---
@@ -31 +42,0 @@
-

Old:

  store-0.4.3.2.tar.gz

New:

  store-0.5.0.tar.gz



Other differences:
--
++ ghc-store.spec ++
--- /var/tmp/diff_new_pack.9EIrDR/_old  2018-07-24 17:22:05.159276985 +0200
+++ /var/tmp/diff_new_pack.9EIrDR/_new  2018-07-24 17:22:05.159276985 +0200
@@ -19,7 +19,7 @@
 %global pkg_name store
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.4.3.2
+Version:0.5.0
 Release:0
 Summary:Fast binary serialization
 License:MIT
@@ -31,8 +31,8 @@
 BuildRequires:  ghc-async-devel
 BuildRequires:  ghc-base-orphans-devel
 BuildRequires:  ghc-base64-bytestring-devel
+BuildRequires:  ghc-bifunctors-devel
 BuildRequires:  ghc-bytestring-devel
-BuildRequires:  ghc-conduit-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-contravariant-devel
 BuildRequires:  ghc-cryptohash-devel
@@ -54,7 +54,6 @@
 BuildRequires:  ghc-semigroups-devel
 BuildRequires:  ghc-smallcheck-devel
 BuildRequires:  ghc-store-core-devel
-BuildRequires:  ghc-streaming-commons-devel
 BuildRequires:  ghc-syb-devel
 BuildRequires:  ghc-template-haskell-devel
 BuildRequires:  ghc-text-devel

++ store-0.4.3.2.tar.gz -> store-0.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/store-0.4.3.2/ChangeLog.md 
new/store-0.5.0/ChangeLog.md
--- old/store-0.4.3.2/ChangeLog.md  2017-08-31 22:39:28.0 +0200
+++ new/store-0.5.0/ChangeLog.md2018-06-01 23:11:47.0 +0200
@@ -1,9 +1,15 @@
 # ChangeLog
 
+## 0.5.0
+
+* `Data.Store.Streaming` moved to a separate package, `store-streaming`.
+
 ## 0.4.3.2
 
 * Buildable with GHC 8.2
 
+* Fix to haddock formatting of Data.Store.TH code example
+
 ## 0.4.3.1
 
 * Fixed compilation on GHC 7.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/store-0.4.3.2/README.md new/store-0.5.0/README.md
--- old/store-0.4.3.2/README.md 2017-06-07 10:29:25.0 +0200
+++ new/store-0.5.0/README.md   2018-05-31 06:35:48.0 +0200
@@ -33,6 +33,9 @@
 
 * TH generation of testcases.
 
+* Utilities for streaming encoding / decoding of Store encoded messages, via 
the
+  `store-streaming` package.
+
 ## Blog posts
 
 * [Initial release 
announcement](https://www.fpcomplete.com/blog/2016/05/store-package)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/store-0.4.3.2/src/Data/Store/Streaming/Internal.hs 
new/store-0.5.0/src/Data/Store/Streaming/Internal.hs
--- old/store-0.4.3.2/src/Data/Store/Streaming/Internal.hs  2016-11-16 
23:02:06.0 +0100
+++ new/store-0.5.0/src/Data/Store/Streaming/Internal.hs1970-01-01 
01:00:00.0 +0100
@@ -1,26 +0,0 @@
-module Data.Store.Streaming.Internal
-  ( messageMagic
-  , magicLength
-  , sizeTagLength
-  , headerLength
-  , SizeTag
-  ) where
-
-import   Data.Word (Word64)
-import qualified Foreign.Storable as Storable
-
--- | Type used to store the length of a 'Message'.
-type SizeTag = Int
-
--- | Some fixed arbitrary magic number that precedes every 'Message'.
-messageMagic :: Word64
-messageMagic = 18205256374652458875
-
-magicLength :: Int
-magicLength = Storable.sizeOf messageMagic
-
-sizeTagLength :: Int
-sizeTagLength = Storable.sizeOf (undefined :: SizeTag)
-
-headerLength :: Int
-headerLength = sizeTagLength + magicLength
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/store-0.4.3.2/src/Data/Store/Streaming.hs 
new/store-0.5.0/src/Data/Store/Streaming.hs
--- old/store-0.4.3.2/src/Data/Store/Streaming.hs   2017-06-07 
10:29:25.0 +0200
+++ 

commit ghc-rio for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-rio for openSUSE:Factory checked 
in at 2018-07-24 17:21:37

Comparing /work/SRC/openSUSE:Factory/ghc-rio (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-rio.new (New)


Package is "ghc-rio"

Tue Jul 24 17:21:37 2018 rev:2 rq:623847 version:0.1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-rio/ghc-rio.changes  2018-05-30 
13:10:31.425985688 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-rio.new/ghc-rio.changes 2018-07-24 
17:21:41.575246790 +0200
@@ -1,0 +2,21 @@
+Fri Jul 13 14:32:15 UTC 2018 - psim...@suse.com
+
+- Update rio to version 0.1.4.0.
+  ## 0.1.4.0
+
+  * Add `Const` and `Identity`
+  * Add `Reader` and `runReader`
+  * Add instances for `MonadWriter` and `MonadState` to `RIO` via mutable 
reference [#103](https://github.com/commercialhaskell/rio/issues/103)
+
+  ## 0.1.3.0
+
+  * Add `newLogFunc` function to create `LogFunc` records outside of a 
callback scope
+  * Allow dynamic reloading of `logMinLevel` and `logVerboseFormat` for the 
`LogOptions` record
+  * Add `foldMapM`
+  * Add `headMaybe`, `lastMaybe`, `tailMaybe`, `initMaybe`, `maximumMaybe`, 
`minimumMaybe`,
+`maximumByMaybe`, `minimumByMaybe` functions to `RIO.List` module (issue 
#82)
+  * Move non partial functions `scanr1` and `scanl1` from `RIO.List.Partial` 
to `RIO.List` (issue #82)
+  * Add `SimpleApp` and `runSimpleApp`
+  * Add `asIO`
+
+---
@@ -4 +25 @@
-- Adding initial version version 0.1.2.0.
+- Add rio at version 0.1.2.0.

Old:

  rio-0.1.2.0.tar.gz

New:

  rio-0.1.4.0.tar.gz



Other differences:
--
++ ghc-rio.spec ++
--- /var/tmp/diff_new_pack.cwAFKS/_old  2018-07-24 17:21:43.327249034 +0200
+++ /var/tmp/diff_new_pack.cwAFKS/_new  2018-07-24 17:21:43.331249039 +0200
@@ -19,7 +19,7 @@
 %global pkg_name rio
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.2.0
+Version:0.1.4.0
 Release:0
 Summary:A standard library for Haskell
 License:MIT

++ rio-0.1.2.0.tar.gz -> rio-0.1.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rio-0.1.2.0/ChangeLog.md new/rio-0.1.4.0/ChangeLog.md
--- old/rio-0.1.2.0/ChangeLog.md2018-04-23 14:42:57.0 +0200
+++ new/rio-0.1.4.0/ChangeLog.md2018-07-06 05:20:13.0 +0200
@@ -1,4 +1,22 @@
 # Changelog for rio
+
+## 0.1.4.0
+
+* Add `Const` and `Identity`
+* Add `Reader` and `runReader`
+* Add instances for `MonadWriter` and `MonadState` to `RIO` via mutable 
reference [#103](https://github.com/commercialhaskell/rio/issues/103)
+
+## 0.1.3.0
+
+* Add `newLogFunc` function to create `LogFunc` records outside of a callback 
scope
+* Allow dynamic reloading of `logMinLevel` and `logVerboseFormat` for the 
`LogOptions` record
+* Add `foldMapM`
+* Add `headMaybe`, `lastMaybe`, `tailMaybe`, `initMaybe`, `maximumMaybe`, 
`minimumMaybe`,
+  `maximumByMaybe`, `minimumByMaybe` functions to `RIO.List` module (issue #82)
+* Move non partial functions `scanr1` and `scanl1` from `RIO.List.Partial` to 
`RIO.List` (issue #82)
+* Add `SimpleApp` and `runSimpleApp`
+* Add `asIO`
+
 ## 0.1.2.0
 
 * Allow setting usage of code location in the log output
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rio-0.1.2.0/rio.cabal new/rio-0.1.4.0/rio.cabal
--- old/rio-0.1.2.0/rio.cabal   2018-04-29 17:01:55.0 +0200
+++ new/rio-0.1.4.0/rio.cabal   2018-07-06 05:13:57.0 +0200
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: ceb8120bf0a35f85bf8e2dc1e5fe5cb70fabef54290d42e7051d631841b690ee
+-- hash: 11d51864811c17133c8f1aecfbec3086de7f37c755fad2fb3e2c54ed8b85f817
 
 name:   rio
-version:0.1.2.0
+version:0.1.4.0
 synopsis:   A standard library for Haskell
 description:See README and Haddocks at 

 category:   Control
@@ -44,11 +44,13 @@
   RIO.Map
   RIO.Map.Partial
   RIO.Map.Unchecked
+  RIO.Prelude.Simple
   RIO.Process
   RIO.Seq
   RIO.Set
   RIO.Set.Partial
   RIO.Set.Unchecked
+  RIO.State
   RIO.Text
   RIO.Text.Lazy
   RIO.Text.Lazy.Partial
@@ -66,6 +68,7 @@
   RIO.Vector.Unboxed.Partial
   RIO.Vector.Unboxed.Unsafe
   RIO.Vector.Unsafe
+  RIO.Writer
   other-modules:
   RIO.Prelude.Display
   RIO.Prelude.Extra
@@ -114,7 +117,10 @@
   other-modules:
   RIO.ListSpec
   RIO.LoggerSpec
+  RIO.Prelude.ExtraSpec
   RIO.Prelude.IOSpec
+  RIO.Prelude.RIOSpec
+  RIO.Prelude.SimpleSpec
   RIO.PreludeSpec
   RIO.TextSpec
   

commit ghc-semigroupoids for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-semigroupoids for 
openSUSE:Factory checked in at 2018-07-24 17:21:43

Comparing /work/SRC/openSUSE:Factory/ghc-semigroupoids (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-semigroupoids.new (New)


Package is "ghc-semigroupoids"

Tue Jul 24 17:21:43 2018 rev:8 rq:623851 version:5.3.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-semigroupoids/ghc-semigroupoids.changes  
2018-05-30 12:27:09.078600733 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-semigroupoids.new/ghc-semigroupoids.changes 
2018-07-24 17:21:45.111251319 +0200
@@ -1,0 +2,18 @@
+Wed Jul 18 14:26:40 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Fri Jul 13 14:32:00 UTC 2018 - psim...@suse.com
+
+- Update semigroupoids to version 5.3.1.
+  * Fix a regression introduced in `semigroupoids-5.3` in which some modules
+regressed from `Trustworthy` to `Unsafe`.
+  * Allow building with `containers-0.6`.
+  * Add `Alt` instances for `First` and `Last` from `Data.Semigroup`, and
+`Alt` and `Plus` instances for `First` and `Last` from `Data.Monoid`.
+  * Add missing `Apply`, `Bind`, `Extend`, `Foldable1` and `Traversable1`
+instances for `Data.Semigroups`, `Data.Monoid` and `GHC.Generics`.
+
+---
@@ -79 +96,0 @@
-

Old:

  semigroupoids-5.2.2.tar.gz
  semigroupoids.cabal

New:

  semigroupoids-5.3.1.tar.gz



Other differences:
--
++ ghc-semigroupoids.spec ++
--- /var/tmp/diff_new_pack.beKCiL/_old  2018-07-24 17:21:45.955252399 +0200
+++ /var/tmp/diff_new_pack.beKCiL/_new  2018-07-24 17:21:45.955252399 +0200
@@ -19,14 +19,13 @@
 %global pkg_name semigroupoids
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:5.2.2
+Version:5.3.1
 Release:0
 Summary:Semigroupoids: Category sans id
 License:BSD-2-Clause
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-orphans-devel
 BuildRequires:  ghc-bifunctors-devel
@@ -97,7 +96,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ semigroupoids-5.2.2.tar.gz -> semigroupoids-5.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/semigroupoids-5.2.2/.gitignore 
new/semigroupoids-5.3.1/.gitignore
--- old/semigroupoids-5.2.2/.gitignore  2018-01-18 21:07:06.0 +0100
+++ new/semigroupoids-5.3.1/.gitignore  2018-07-02 20:08:27.0 +0200
@@ -1,3 +1,4 @@
+.ghc.environment.*
 dist
 docs
 wiki
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/semigroupoids-5.2.2/.travis.yml 
new/semigroupoids-5.3.1/.travis.yml
--- old/semigroupoids-5.2.2/.travis.yml 2018-01-18 21:07:06.0 +0100
+++ new/semigroupoids-5.3.1/.travis.yml 2018-07-02 20:08:27.0 +0200
@@ -1,6 +1,6 @@
 # This Travis job script has been generated by a script via
 #
-#   runghc make_travis_yml_2.hs '-o' '.travis.yml' 
'--irc-channel=irc.freenode.org#haskell-lens' '--no-no-tests-no-bench' 
'--no-installed' 'cabal.project'
+#   runghc make_travis_yml_2.hs '-o' '.travis.yml' '--ghc-head' 
'--irc-channel=irc.freenode.org#haskell-lens' '--no-no-tests-no-bench' 
'--no-unconstrained' 'cabal.project'
 #
 # For more information, see https://github.com/hvr/multi-ghc-travis
 #
@@ -36,42 +36,45 @@
 
 matrix:
   include:
-- compiler: "ghc-7.0.4"
+- compiler: "ghc-8.6.1"
+  env: GHCHEAD=true
+  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.6.1], 
sources: [hvr-ghc]}}
+- compiler: "ghc-8.4.3"
 # env: TEST=--disable-tests BENCH=--disable-benchmarks
-  addons: {apt: {packages: [*apt_packages,cabal-install-2.0,ghc-7.0.4], 
sources: [hvr-ghc]}}
-- compiler: "ghc-7.2.2"
+  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.4.3], 
sources: [hvr-ghc]}}
+- compiler: "ghc-8.2.2"
 # env: TEST=--disable-tests BENCH=--disable-benchmarks
-  addons: {apt: {packages: [*apt_packages,cabal-install-2.0,ghc-7.2.2], 
sources: [hvr-ghc]}}
-- compiler: "ghc-7.4.2"
+  addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.2.2], 
sources: [hvr-ghc]}}
+- compiler: 

commit ghc-silently for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-silently for openSUSE:Factory 
checked in at 2018-07-24 17:21:46

Comparing /work/SRC/openSUSE:Factory/ghc-silently (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-silently.new (New)


Package is "ghc-silently"

Tue Jul 24 17:21:46 2018 rev:5 rq:623853 version:1.2.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-silently/ghc-silently.changes
2018-05-30 12:27:12.474483277 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-silently.new/ghc-silently.changes   
2018-07-24 17:21:50.875258699 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:40 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -20 +25,0 @@
-



Other differences:
--
++ ghc-silently.spec ++
--- /var/tmp/diff_new_pack.5dNjNq/_old  2018-07-24 17:21:51.331259283 +0200
+++ /var/tmp/diff_new_pack.5dNjNq/_new  2018-07-24 17:21:51.331259283 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-silently
 #
-# 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




commit ghc-regex-tdfa for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-regex-tdfa for openSUSE:Factory 
checked in at 2018-07-24 17:21:29

Comparing /work/SRC/openSUSE:Factory/ghc-regex-tdfa (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-regex-tdfa.new (New)


Package is "ghc-regex-tdfa"

Tue Jul 24 17:21:29 2018 rev:6 rq:623842 version:1.2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-regex-tdfa/ghc-regex-tdfa.changes
2018-05-30 12:27:01.186873018 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-regex-tdfa.new/ghc-regex-tdfa.changes   
2018-07-24 17:21:32.167234740 +0200
@@ -1,0 +2,14 @@
+Wed Jul 18 14:26:38 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Fri Jul 13 14:31:47 UTC 2018 - psim...@suse.com
+
+- Update regex-tdfa to version 1.2.3.1.
+  # 1.2.3.1
+
+  * Compatibility with `containers-0.6`.
+
+---
@@ -40 +53,0 @@
-

Old:

  regex-tdfa-1.2.3.tar.gz

New:

  regex-tdfa-1.2.3.1.tar.gz



Other differences:
--
++ ghc-regex-tdfa.spec ++
--- /var/tmp/diff_new_pack.bY3gM2/_old  2018-07-24 17:21:32.919235703 +0200
+++ /var/tmp/diff_new_pack.bY3gM2/_new  2018-07-24 17:21:32.923235708 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name regex-tdfa
 Name:   ghc-%{pkg_name}
-Version:1.2.3
+Version:1.2.3.1
 Release:0
 Summary:Replaces/Enhances Text.Regex
 License:BSD-3-Clause

++ regex-tdfa-1.2.3.tar.gz -> regex-tdfa-1.2.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/regex-tdfa-1.2.3/CHANGELOG.md 
new/regex-tdfa-1.2.3.1/CHANGELOG.md
--- old/regex-tdfa-1.2.3/CHANGELOG.md   2018-03-10 15:00:10.0 +0100
+++ new/regex-tdfa-1.2.3.1/CHANGELOG.md 2018-06-22 10:56:03.0 +0200
@@ -1,3 +1,7 @@
+# 1.2.3.1
+
+* Compatibility with `containers-0.6`.
+
 # 1.2.3
 
 * Added `Semigroup` instances for some types (h/t Herbert Valerio Riedel).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/regex-tdfa-1.2.3/Data/IntMap/CharMap2.hs 
new/regex-tdfa-1.2.3.1/Data/IntMap/CharMap2.hs
--- old/regex-tdfa-1.2.3/Data/IntMap/CharMap2.hs2018-03-10 
14:59:08.0 +0100
+++ new/regex-tdfa-1.2.3.1/Data/IntMap/CharMap2.hs  2018-06-22 
11:57:21.0 +0200
@@ -9,6 +9,11 @@
 import Data.Char as C(ord)
 import Data.List as L (map)
 import qualified Data.IntMap as M
+#if MIN_VERSION_containers(0,6,0)
+import qualified Data.IntMap.Internal.Debug as MD
+#else
+import qualified Data.IntMap as MD
+#endif
 import qualified Data.IntSet as S(IntSet)
 import Data.Semigroup as Sem
 
@@ -150,10 +155,10 @@
 f' a1 b a2 = f a1 (unsafeChr b) a2
 
 fold :: (a -> b -> b) -> b -> CharMap a -> b
-fold f a (CharMap m) = M.fold f a m
+fold f a (CharMap m) = M.foldr f a m
 
 foldWithKey :: (Key -> a -> b -> b) -> b -> CharMap a -> b
-foldWithKey f a (CharMap m) = M.foldWithKey f' a m
+foldWithKey f a (CharMap m) = M.foldrWithKey f' a m
   where f' b a1 a2 = f (unsafeChr b) a1 a2
 
 elems :: CharMap a -> [a]
@@ -250,10 +255,10 @@
 isProperSubmapOfBy f (CharMap m1) (CharMap m2) = M.isProperSubmapOfBy f m1 m2
 
 showTree :: Show a => CharMap a -> String
-showTree (CharMap m) = M.showTree m
+showTree (CharMap m) = MD.showTree m
 
 showTreeWith :: Show a => Bool -> Bool -> CharMap a -> String
-showTreeWith b1 b2 (CharMap m) = M.showTreeWith b1 b2 m
+showTreeWith b1 b2 (CharMap m) = MD.showTreeWith b1 b2 m
 {-# INLINE (!) #-}
 {-# INLINE (\\) #-}
 {-# INLINE null #-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/regex-tdfa-1.2.3/Data/IntMap/EnumMap2.hs 
new/regex-tdfa-1.2.3.1/Data/IntMap/EnumMap2.hs
--- old/regex-tdfa-1.2.3/Data/IntMap/EnumMap2.hs2018-03-10 
14:59:08.0 +0100
+++ new/regex-tdfa-1.2.3.1/Data/IntMap/EnumMap2.hs  2018-06-22 
11:57:40.0 +0200
@@ -1,7 +1,14 @@
+{-# LANGUAGE CPP #-}
+
 module Data.IntMap.EnumMap2 where
 
 import Data.Foldable(Foldable(..))
 import qualified Data.IntMap as M
+#if MIN_VERSION_containers(0,6,0)
+import qualified Data.IntMap.Internal.Debug as MD
+#else
+import qualified Data.IntMap as MD
+#endif
 import qualified Data.IntSet.EnumSet2 as S (EnumSet(..))
 import Data.Semigroup as Sem
 import Prelude
@@ -144,10 +151,10 @@
 f' a1 b a2 = f a1 (toEnum b) a2
 
 fold :: (Enum key) => (a -> b -> b) -> b -> EnumMap key a -> b
-fold f a (EnumMap m) = M.fold f a m
+fold f a (EnumMap m) = M.foldr f a m
 
 foldWithKey :: (Enum key) => (key -> a -> b -> b) -> b -> EnumMap key a -> b

commit ghc-regex-pcre-builtin for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-regex-pcre-builtin for 
openSUSE:Factory checked in at 2018-07-24 17:21:27

Comparing /work/SRC/openSUSE:Factory/ghc-regex-pcre-builtin (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-regex-pcre-builtin.new (New)


Package is "ghc-regex-pcre-builtin"

Tue Jul 24 17:21:27 2018 rev:5 rq:623841 version:0.94.4.8.8.35

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-regex-pcre-builtin/ghc-regex-pcre-builtin.changes
2018-05-30 12:27:00.162908278 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-regex-pcre-builtin.new/ghc-regex-pcre-builtin.changes
   2018-07-24 17:21:28.619230194 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:38 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -20 +25,0 @@
-



Other differences:
--
++ ghc-regex-pcre-builtin.spec ++
--- /var/tmp/diff_new_pack.THBkXM/_old  2018-07-24 17:21:29.327231101 +0200
+++ /var/tmp/diff_new_pack.THBkXM/_new  2018-07-24 17:21:29.327231101 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-regex-pcre-builtin
 #
-# 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




commit ghc-resource-pool for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-resource-pool for 
openSUSE:Factory checked in at 2018-07-24 17:21:33

Comparing /work/SRC/openSUSE:Factory/ghc-resource-pool (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-resource-pool.new (New)


Package is "ghc-resource-pool"

Tue Jul 24 17:21:33 2018 rev:5 rq:623844 version:0.2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-resource-pool/ghc-resource-pool.changes  
2018-05-30 12:27:01.922847665 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-resource-pool.new/ghc-resource-pool.changes 
2018-07-24 17:21:36.519240314 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:39 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -20 +25,0 @@
-



Other differences:
--
++ ghc-resource-pool.spec ++
--- /var/tmp/diff_new_pack.FPuXYl/_old  2018-07-24 17:21:37.991242200 +0200
+++ /var/tmp/diff_new_pack.FPuXYl/_new  2018-07-24 17:21:37.991242200 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-resource-pool
 #
-# 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




commit ghc-regex-applicative-text for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-regex-applicative-text for 
openSUSE:Factory checked in at 2018-07-24 17:21:21

Comparing /work/SRC/openSUSE:Factory/ghc-regex-applicative-text (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-regex-applicative-text.new (New)


Package is "ghc-regex-applicative-text"

Tue Jul 24 17:21:21 2018 rev:6 rq:623839 version:0.1.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-regex-applicative-text/ghc-regex-applicative-text.changes
2018-05-30 12:26:58.334971182 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-regex-applicative-text.new/ghc-regex-applicative-text.changes
   2018-07-24 17:21:23.679223864 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:38 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -32 +37,0 @@
-



Other differences:
--
++ ghc-regex-applicative-text.spec ++
--- /var/tmp/diff_new_pack.Va28Ql/_old  2018-07-24 17:21:24.111224418 +0200
+++ /var/tmp/diff_new_pack.Va28Ql/_new  2018-07-24 17:21:24.111224418 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-regex-applicative-text
 #
-# 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




commit ghc-regex-base for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-regex-base for openSUSE:Factory 
checked in at 2018-07-24 17:21:24

Comparing /work/SRC/openSUSE:Factory/ghc-regex-base (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-regex-base.new (New)


Package is "ghc-regex-base"

Tue Jul 24 17:21:24 2018 rev:11 rq:623840 version:0.93.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-regex-base/ghc-regex-base.changes
2018-05-30 12:26:59.310937603 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-regex-base.new/ghc-regex-base.changes   
2018-07-24 17:21:26.667227693 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:38 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -50 +55,0 @@
-



Other differences:
--
++ ghc-regex-base.spec ++
--- /var/tmp/diff_new_pack.4YJdu0/_old  2018-07-24 17:21:27.227228410 +0200
+++ /var/tmp/diff_new_pack.4YJdu0/_new  2018-07-24 17:21:27.227228410 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-regex-base
 #
-# 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




commit ghc-persistent-template for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-persistent-template for 
openSUSE:Factory checked in at 2018-07-24 17:21:03

Comparing /work/SRC/openSUSE:Factory/ghc-persistent-template (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-persistent-template.new (New)


Package is "ghc-persistent-template"

Tue Jul 24 17:21:03 2018 rev:13 rq:623831 version:2.5.4

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-persistent-template/ghc-persistent-template.changes
  2018-05-30 12:26:48.535307543 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-persistent-template.new/ghc-persistent-template.changes
 2018-07-24 17:21:05.147200113 +0200
@@ -1,0 +2,11 @@
+Wed Jul 18 14:26:36 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
+Wed Jul 18 14:13:26 UTC 2018 - psim...@suse.com
+
+- Revise cabal build file to specify more accurate dependencies.
+
+---
@@ -67 +77,0 @@
-



Other differences:
--
++ ghc-persistent-template.spec ++
--- /var/tmp/diff_new_pack.W5TMS1/_old  2018-07-24 17:21:05.787200934 +0200
+++ /var/tmp/diff_new_pack.W5TMS1/_new  2018-07-24 17:21:05.791200938 +0200
@@ -26,7 +26,7 @@
 Group:  Development/Libraries/Haskell
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-compat-devel
 BuildRequires:  ghc-aeson-devel

++ persistent-template.cabal ++
--- /var/tmp/diff_new_pack.W5TMS1/_old  2018-07-24 17:21:05.823200979 +0200
+++ /var/tmp/diff_new_pack.W5TMS1/_new  2018-07-24 17:21:05.823200979 +0200
@@ -1,6 +1,6 @@
 name:persistent-template
 version: 2.5.4
-x-revision: 1
+x-revision: 2
 license: MIT
 license-file:LICENSE
 author:  Michael Snoyman 
@@ -24,7 +24,7 @@
, text >= 0.5
, transformers >= 0.2   && < 0.6
, containers
-   , aeson>= 0.7   && < 1.4
+   , aeson>= 0.7   && < 1.5
, aeson-compat >= 0.3.2.0   && < 0.4
, monad-logger
, unordered-containers




commit ghc-path-pieces for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package ghc-path-pieces for openSUSE:Factory 
checked in at 2018-07-24 17:21:00

Comparing /work/SRC/openSUSE:Factory/ghc-path-pieces (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-path-pieces.new (New)


Package is "ghc-path-pieces"

Tue Jul 24 17:21:00 2018 rev:5 rq:623827 version:0.2.1

Changes:

--- /work/SRC/openSUSE:Factory/ghc-path-pieces/ghc-path-pieces.changes  
2018-05-30 12:26:42.955498397 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-path-pieces.new/ghc-path-pieces.changes 
2018-07-24 17:21:01.875195918 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:26:35 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+---
@@ -25 +30,0 @@
-



Other differences:
--
++ ghc-path-pieces.spec ++
--- /var/tmp/diff_new_pack.wtGoZZ/_old  2018-07-24 17:21:02.427196626 +0200
+++ /var/tmp/diff_new_pack.wtGoZZ/_new  2018-07-24 17:21:02.427196626 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-path-pieces
 #
-# 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




  1   2   3   >