commit jogl2 for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jogl2 for openSUSE:Factory checked 
in at 2017-09-20 17:14:04

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


Package is "jogl2"

Wed Sep 20 17:14:04 2017 rev:7 rq:527511 version:2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/jogl2/jogl2.changes  2016-03-16 
10:35:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.jogl2.new/jogl2.changes 2017-09-20 
17:14:04.645844886 +0200
@@ -1,0 +2,5 @@
+Wed Sep 20 10:53:44 UTC 2017 - fst...@suse.com
+
+- Force building with jdk < 1.9
+
+---



Other differences:
--
++ jogl2.spec ++
--- /var/tmp/diff_new_pack.emAoh7/_old  2017-09-20 17:14:06.165630948 +0200
+++ /var/tmp/diff_new_pack.emAoh7/_new  2017-09-20 17:14:06.165630948 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jogl2
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -43,7 +43,7 @@
 Requires:   gluegen2 = %{version}
 Requires:   java
 Requires:   jpackage-utils
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildConflicts: java-devel >= 1.9
 
 %description
 The JOGL project hosts the development version of the Java Binding for
@@ -120,7 +120,6 @@
 install -t %{buildroot}%{_libdir}/%{name}/ build/lib/*.so
 
 %files
-%defattr(-,root,root)
 %doc README.txt LICENSE.txt CHANGELOG.txt
 %{_libdir}/%{name}
 %{_jnidir}/%{name}.jar




commit openmarkup for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package openmarkup for openSUSE:Factory 
checked in at 2017-09-20 17:13:41

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


Package is "openmarkup"

Wed Sep 20 17:13:41 2017 rev:13 rq:527447 version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/openmarkup/openmarkup.changes2011-09-23 
12:20:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.openmarkup.new/openmarkup.changes   
2017-09-20 17:13:42.996892385 +0200
@@ -1,0 +2,8 @@
+Wed Sep 20 05:55:14 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target level 1.6
+- Added patch:
+  * openmarkup-1.1-nosource.patch
++ Don't hardcode source level; specify it on the command-line
+
+---

New:

  openmarkup-1.1-nosource.patch



Other differences:
--
++ openmarkup.spec ++
--- /var/tmp/diff_new_pack.hZu4Ci/_old  2017-09-20 17:13:43.640801742 +0200
+++ /var/tmp/diff_new_pack.hZu4Ci/_new  2017-09-20 17:13:43.644801179 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package openmarkup (Version 1.1)
+# spec file for package openmarkup
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   openmarkup
 Version:1.1
-Release:2
+Release:0
 Summary:Open Markup Interface for object realizers and XML object 
realization
-Group:  Development/Languages/Java
 License:LGPL-2.1+
+Group:  Development/Languages/Java
 Url:https://openmarkup.dev.java.net/
 #Source: om_1_1.zip
 Source0:%{name}-%{version}.tar.bz2
 Source1:AsyncClients.pdf
 Source2:XMLContentHandlers.pdf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  java-devel
+Patch0: openmarkup-1.1-nosource.patch
 BuildRequires:  ant
+BuildRequires:  fdupes
+BuildRequires:  java-devel
 BuildArch:  noarch
 
 %description
@@ -46,10 +45,7 @@
 compositions, or otherwise manipulating them according to control
 information embedded in the object descriptions.
 
-
-
 %package javadoc
-License:LGPL-2.1+
 Summary:Open Markup Interface for object realizers and XML object 
realization
 Group:  Development/Languages/Java
 
@@ -65,10 +61,7 @@
 compositions, or otherwise manipulating them according to control
 information embedded in the object descriptions.
 
-
-
 %package manual
-License:LGPL-2.1+
 Summary:Open Markup Interface for object realizers and XML object 
realization
 Group:  Development/Languages/Java
 
@@ -84,40 +77,36 @@
 compositions, or otherwise manipulating them according to control
 information embedded in the object descriptions.
 
-
-
 %prep
 %setup -q
 cp %{SOURCE1} %{SOURCE2} .
 # wrong end of line encoding
 sed -i -e 's/.$//' doc/javadoc/stylesheet.css doc/javadoc/package-list 
Copyright.txt LICENSE.txt
+%patch0 -p1
 
 %build
-ant -f make/build.xml -Djavaws.dir=%{java_home}/bin
+ant \
+-f make/build.xml -Djavaws.dir=%{java_home}/bin \
+-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6
 
 %install
-install -d -m 755 $RPM_BUILD_ROOT/%{_javadir}
-install -m 644 dist/bin/om.jar $RPM_BUILD_ROOT/%{_javadir}
+install -d -m 755 %{buildroot}/%{_javadir}
+install -m 644 dist/bin/om.jar %{buildroot}/%{_javadir}
 # javadoc
-install -d -m 755 $RPM_BUILD_ROOT/%{_javadocdir}/%{name}-%{version}
-cp -pr doc/javadoc/* $RPM_BUILD_ROOT/%{_javadocdir}/%{name}-%{version}
-ln -s %{name}-%{version} $RPM_BUILD_ROOT/%{_javadocdir}/%{name}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+install -d -m 755 %{buildroot}/%{_javadocdir}/%{name}-%{version}
+cp -pr doc/javadoc/* %{buildroot}/%{_javadocdir}/%{name}-%{version}
+ln -s %{name}-%{version} %{buildroot}/%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}/%{_javadocdir}/%{name}
 
 %files
-%defattr(-,root,root,0755)
 %doc Copyright.txt LICENSE.txt
 %{_javadir}/*jar
 
 %files javadoc
-%defattr(-,root,root)
 %{_javadocdir}/%{name}-%{version}
 %{_javadocdir}/%{name}
 
 %files manual
-%defattr(-,root,root,0755)
 %doc AsyncClients.pdf XMLContentHandlers.pdf
 
 %changelog

++ openmarkup-1.1-nosource.patch ++
--- openmarkup-1.1/make/build.xml   2017-09-20 07:46:44.507304390 +0200
+++ openmarkup-1.1/make/build.xml   2017-09-20 07:47:32.083304569 +0200
@@ -95,7 +95,7 @@


   

commit python-azure-agent for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package python-azure-agent for 
openSUSE:Factory checked in at 2017-09-20 17:14:07

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


Package is "python-azure-agent"

Wed Sep 20 17:14:07 2017 rev:3 rq:527525 version:2.2.17

Changes:

--- /work/SRC/openSUSE:Factory/python-azure-agent/python-azure-agent.changes
2017-08-10 14:12:54.197693996 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-agent.new/python-azure-agent.changes   
2017-09-20 17:14:10.908963234 +0200
@@ -1,0 +2,43 @@
+Wed Sep 20 12:12:53 UTC 2017 - rjsch...@suse.com
+
+- Fix typo in dependency
+
+---
+Sat Sep 16 11:00:53 UTC 2017 - rjsch...@suse.com
+
+- Update to version 2.2.17 (bsc#1058974, bsc#1058975)
+  + Remove paa_noref_local_install.patch, included upstream
+  + Setup build for Python 3 for distros > SLE 12
+  + [#879] -- OS.EnableFirewall=y breaks load balanced sets probing
+- From 2.2.16
+  + [#865] -- The agent should retry ETIMEDOUT (110) IOErrors
+- From 2.2.15
+  + [#783] -- The agent fails to use the standard Linux environment variables
+for HTTP proxy
+  + [#784] -- Adjust http retry and logging
+  + [#786] -- Add Provisioning.SshHostKeyPairType=auto to support ssh-keygen -A
+  + [#791] -- Prevent bloating sudoers waagent when agent has problem
+  + [#792] -- Clearlinux distro_name does not match
+  + [#796] -- Accommodate new Clear Linux distro string in os-release
+  + [#798] -- Support Ubuntu RDMA driver update
+  + [#800] -- HostGAPlugin still use proxy while auto-updating
+  + [#801] -- Agent fails to clean-up PID files
+  + [#807] -- The agent should not emit duplicate events
+  + [#808] -- The agent should more gracefully handle out-of-space disk
+errors (IOError 28)
+  + [#811] -- Comments inline in /etc/waagent.conf cause config to not be read
+  + [#812] -- Agent fails and isn't recoverable if an extension's log
+directory is not present anymore
+  + [#823] -- Show config options in use
+  + [#830] -- Ensure VM identifier is properly ordered
+  + [#845] -- ')' is missed in show-configuration
+  + [#850] -- Cannot get to state 'Running' with Provisioning.Enabled=n
+
+---
+Fri Sep  8 18:33:06 UTC 2017 - rjsch...@suse.com
+
+- Add paa_fix_driver_install_detect.patch (bsc#1057888)
+  + Avoid the driver from re-installing if the same version is already
+installed, this avoids an enless reboot loop
+
+---

Old:

  WALinuxAgent-2.2.14.tar.gz
  paa_noref_local_install.patch

New:

  WALinuxAgent-2.2.17.tar.gz
  paa_fix_driver_install_detect.patch



Other differences:
--
++ python-azure-agent.spec ++
--- /var/tmp/diff_new_pack.rM1KIq/_old  2017-09-20 17:14:11.692852888 +0200
+++ /var/tmp/diff_new_pack.rM1KIq/_new  2017-09-20 17:14:11.696852325 +0200
@@ -20,30 +20,37 @@
 Summary:Microsoft Azure Linux Agent
 License:Apache-2.0
 Group:  System/Daemons
-Version:2.2.14
+Version:2.2.17
 Release:0
 Url:https://github.com/Azure/WALinuxAgent
 Source0:WALinuxAgent-%{version}.tar.gz
 Patch1: agent-no-auto-update.patch
-Patch2: paa_noref_local_install.patch
+Patch3: paa_fix_driver_install_detect.patch
 BuildRequires:  dos2unix
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-%if 0%{?suse_version}
-BuildRequires:  python-xml
-%endif
-BuildRequires:  udev
+
 %if 0%{?is_opensuse} || 0%{?suse_version} == 1310 || 0%{?suse_version} == 1320
 BuildRequires:  openSUSE-release
 %else
 BuildRequires:  sles-release
 %endif
-BuildRequires:  python-mock
+BuildRequires:  openssl
 %if 0%{?suse_version} < 1140
 BuildRequires:  python-ordereddict
 %endif
-BuildRequires:  openssl
+%if 0%{?suse_version} && 0%{?suse_version} > 1315
+BuildRequires:  python3-devel
+BuildRequires:  python3-mock
+BuildRequires:  python3-pytest
+BuildRequires:  python3-setuptools
+BuildRequires:  python3-xml
+%else
+BuildRequires:  python-devel
+BuildRequires:  python-mock
 BuildRequires:  python-pytest
+BuildRequires:  python-setuptools
+BuildRequires:  python-xml
+%endif
+BuildRequires:  udev
 Requires:   eject
 Requires:   grep
 Requires:   iptables
@@ -58,8 +65,11 @@
 Requires:   openssh
 Requires:   openssl
 Requires:   pwdutils
+%if 0%{?suse_version} && 0%{?suse_version} > 1315
+Requires:   python3-pyasn1
+Requires:   python3-xml
+%else
 Requires:   python-pyasn1
-%if 0%{?suse_version}
 Requires:   python-xml
 %endif
 Requires: 

commit python-openqa_review for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package python-openqa_review for 
openSUSE:Factory checked in at 2017-09-20 17:13:43

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


Package is "python-openqa_review"

Wed Sep 20 17:13:43 2017 rev:16 rq:527457 version:1.7.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openqa_review/python-openqa_review.changes
2017-08-28 15:19:09.875868826 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openqa_review.new/python-openqa_review.changes
   2017-09-20 17:13:43.964756139 +0200
@@ -1,0 +2,7 @@
+Wed Sep 20 06:26:21 UTC 2017 - ok...@suse.com
+
+- Update to version 1.7.5:
+  * Add preliminary tumblesle release script for SLE 15
+  * Support multi-distri job groups with openQA#037ffd33
+
+---

Old:

  python-openqa_review-1.7.4.tar.gz

New:

  python-openqa_review-1.7.5.tar.gz



Other differences:
--
++ python-openqa_review.spec ++
--- /var/tmp/diff_new_pack.ltlTfs/_old  2017-09-20 17:13:44.528676757 +0200
+++ /var/tmp/diff_new_pack.ltlTfs/_new  2017-09-20 17:13:44.532676194 +0200
@@ -18,7 +18,7 @@
 
 %define short_name openqa_review
 Name:   python-%{short_name}
-Version:1.7.4
+Version:1.7.5
 Release:0
 Summary:A review helper script for openQA
 License:MIT

++ python-openqa_review-1.7.4.tar.gz -> python-openqa_review-1.7.5.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openqa_review-1.7.4/bin/tumblesle-release-15-x86_64 
new/openqa_review-1.7.5/bin/tumblesle-release-15-x86_64
--- old/openqa_review-1.7.4/bin/tumblesle-release-15-x86_64 1970-01-01 
01:00:00.0 +0100
+++ new/openqa_review-1.7.5/bin/tumblesle-release-15-x86_64 2017-09-19 
08:02:36.0 +0200
@@ -0,0 +1 @@
+flock -n /tmp/tumblesle_release.lock -c "tumblesle-release --openqa-host 
http://openqa.suse.de --group-id 110 --product 'Leanos' --src 
openqa:/var/lib/openqa/factory/ --match 'SLE-15*Leanos*x86_64*' --match-hdd 
'SLES-15-x86_64*' - --post-release-hook /home/tumblesle/bin/update_jekyll 
--seen-maxlen=24 $@" 2>&1 | tee -a /var/log/tumblesle/tumblesle-release.log
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openqa_review-1.7.4/openqa_review/openqa_review.py 
new/openqa_review-1.7.5/openqa_review/openqa_review.py
--- old/openqa_review-1.7.4/openqa_review/openqa_review.py  2017-08-26 
10:51:56.0 +0200
+++ new/openqa_review-1.7.5/openqa_review/openqa_review.py  2017-09-19 
08:02:36.0 +0200
@@ -433,7 +433,9 @@
 r = get_group_result()
 b = r.get(build, next(iter(r.values(
 build = b.get('build', build)
-return '/tests/overview?distri=%s&version=%s&build=%s&groupid=%i' % 
(b['distri'], b['version'], quote(build), job_group['group']['id'])
+# openQA introduced multi-distri support for the job groups with 
openQA#037ffd33
+distri_str = 'distri=%s' % b['distri'] if 'distri' in b.keys() else 
'distri=' + '&distri='.join(sorted(b['distris'].keys()))
+return '/tests/overview?%s&version=%s&build=%s&groupid=%i' % 
(distri_str, b['version'], quote(build), job_group['group']['id'])
 
 finished_builds = find_builds(get_group_result(), running_threshold)
 # find last finished and previous one
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openqa_review-1.7.4/tests/https%3A::openqa.opensuse.org:group_overview:25.json
 
new/openqa_review-1.7.5/tests/https%3A::openqa.opensuse.org:group_overview:25.json
--- 
old/openqa_review-1.7.4/tests/https%3A::openqa.opensuse.org:group_overview:25.json
  2017-08-26 10:51:56.0 +0200
+++ 
new/openqa_review-1.7.5/tests/https%3A::openqa.opensuse.org:group_overview:25.json
  2017-09-19 08:02:36.0 +0200
@@ -10,7 +10,7 @@
"group": {"id": 25, "name": "openSUSE Tumbleweed Gnome"},
"result": {
"0299": {
-   "distri": "opensuse",
+   "distris": {"opensuse": 1, "kubic": 1},
"version": "42.1",
"reviewed": "",
"reviewed_all_passed": "",




commit perl-File-Slurper for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package perl-File-Slurper for 
openSUSE:Factory checked in at 2017-09-20 17:13:58

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


Package is "perl-File-Slurper"

Wed Sep 20 17:13:58 2017 rev:3 rq:527489 version:0.010

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Slurper/perl-File-Slurper.changes  
2016-08-09 22:15:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Slurper.new/perl-File-Slurper.changes 
2017-09-20 17:14:00.570418579 +0200
@@ -1,0 +2,9 @@
+Mon Sep 18 05:30:29 UTC 2017 - co...@suse.com
+
+- updated to 0.010
+   see /usr/share/doc/packages/perl-File-Slurper/Changes
+
+  0.010 2017-09-17 22:09:05+02:00 Europe/Amsterdam
+Recognize "latin-1" as iso-8859-1
+
+---

Old:

  File-Slurper-0.009.tar.gz

New:

  File-Slurper-0.010.tar.gz



Other differences:
--
++ perl-File-Slurper.spec ++
--- /var/tmp/diff_new_pack.dv1QRy/_old  2017-09-20 17:14:01.042352146 +0200
+++ /var/tmp/diff_new_pack.dv1QRy/_new  2017-09-20 17:14:01.050351020 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Slurper
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-File-Slurper
-Version:0.009
+Version:0.010
 Release:0
 %define cpan_name File-Slurper
 Summary:Simple, Sane and Efficient Module to Slurp a File
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-Slurper/
-Source0:
http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,7 +36,8 @@
 
 %description
 This module provides functions for fast and correct slurping and spewing.
-All functions are optionally exported.
+All functions are optionally exported. All functions throw exceptions on
+errors, write functions don't return any meaningful value.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -56,6 +57,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++ File-Slurper-0.009.tar.gz -> File-Slurper-0.010.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.009/Changes 
new/File-Slurper-0.010/Changes
--- old/File-Slurper-0.009/Changes  2016-08-05 18:27:01.0 +0200
+++ new/File-Slurper-0.010/Changes  2017-09-17 22:09:07.0 +0200
@@ -1,5 +1,8 @@
 Revision history for File-Slurper
 
+0.010 2017-09-17 22:09:05+02:00 Europe/Amsterdam
+  Recognize "latin-1" as iso-8859-1
+
 0.009 2016-08-05 18:26:58+02:00 Europe/Amsterdam
   Load PerlIO::encoding before localizing $PerlIO::encoding::fallback
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.009/MANIFEST 
new/File-Slurper-0.010/MANIFEST
--- old/File-Slurper-0.009/MANIFEST 2016-08-05 18:27:01.0 +0200
+++ new/File-Slurper-0.010/MANIFEST 2017-09-17 22:09:07.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.005.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.007.
 Changes
 INSTALL
 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.009/META.json 
new/File-Slurper-0.010/META.json
--- old/File-Slurper-0.009/META.json2016-08-05 18:27:01.0 +0200
+++ new/File-Slurper-0.010/META.json2017-09-17 22:09:07.0 +0200
@@ -4,7 +4,7 @@
   "Leon Timmermans "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.005, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 6.007, CPAN::Meta::Converter version 
2.150005",
"license" : [
   "perl_5"
],
@@ -65,7 +65,7 @@
"provides" : {
   "File::Slurper" : {
  "file" : "lib/File/Slurper.pm",
- "version" : "0.009"
+ "version" : "0.010"
   }
},
"release_status" : "stable",
@@ -80,12 +80,13 @@
  "web" : "https://github.com/Leont/f

commit cloud-init for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package cloud-init for openSUSE:Factory 
checked in at 2017-09-20 17:14:12

Comparing /work/SRC/openSUSE:Factory/cloud-init (Old)
 and  /work/SRC/openSUSE:Factory/.cloud-init.new (New)


Package is "cloud-init"

Wed Sep 20 17:14:12 2017 rev:39 rq:527526 version:0.7.8

Changes:

--- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes2017-09-19 
17:35:25.652014441 +0200
+++ /work/SRC/openSUSE:Factory/.cloud-init.new/cloud-init.changes   
2017-09-20 17:14:13.332622059 +0200
@@ -1,0 +2,7 @@
+Wed Sep 20 10:11:42 UTC 2017 - dmuel...@suse.com
+
+- add skip-argparse-on-python3.patch: don't depend on argparse
+  for python3, it is builtin there (as of python 3.2, so the
+  patch should be good enough)
+
+---

New:

  skip-argparse-on-python3.patch



Other differences:
--
++ cloud-init.spec ++
--- /var/tmp/diff_new_pack.e8SRBc/_old  2017-09-20 17:14:14.052520720 +0200
+++ /var/tmp/diff_new_pack.e8SRBc/_new  2017-09-20 17:14:14.056520157 +0200
@@ -57,6 +57,7 @@
 Patch30:cloud-init-handle-not-implemented-query.patch
 Patch32:cloud-init-net-sysconfig-lp1665441.patch
 Patch33:cloud-init-spceandtabs-clean.patch
+Patch34:skip-argparse-on-python3.patch
 BuildRequires:  fdupes
 BuildRequires:  filesystem
 %if 0%{?suse_version} && 0%{?suse_version} > 1315
@@ -223,6 +224,7 @@
 %patch30
 %patch32 -p1
 %patch33 -p1
+%patch34
 %if 0%{?suse_version} && 0%{?suse_version} <= 1210
 %patch40 -p1
 %endif

++ skip-argparse-on-python3.patch ++
--- requirements.txt
+++ requirements.txt
@@ -27,9 +27,6 @@
 # All new style configurations are in the yaml format
 pyyaml
 
-# The new main entrypoint uses argparse instead of optparse
-argparse
-
 # Requests handles ssl correctly!
 requests
 
--- setup.py
+++ setup.py
@@ -198,7 +198,7 @@
 
 requirements = read_requires()
 if sys.version_info < (3,):
-requirements.append('cheetah')
+requirements.extend(('cheetah', 'argparse'))
 
 setuptools.setup(
 name='cloud-init',



commit apache2-mod_wsgi for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package apache2-mod_wsgi for 
openSUSE:Factory checked in at 2017-09-20 17:13:45

Comparing /work/SRC/openSUSE:Factory/apache2-mod_wsgi (Old)
 and  /work/SRC/openSUSE:Factory/.apache2-mod_wsgi.new (New)


Package is "apache2-mod_wsgi"

Wed Sep 20 17:13:45 2017 rev:23 rq:527458 version:4.5.18

Changes:

--- 
/work/SRC/openSUSE:Factory/apache2-mod_wsgi/apache2-mod_wsgi-python3.changes
2016-06-07 23:49:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache2-mod_wsgi.new/apache2-mod_wsgi-python3.changes
   2017-09-20 17:13:46.992329951 +0200
@@ -1,0 +2,7 @@
+Sat Sep 16 13:56:42 UTC 2017 - br...@ioda-net.ch
+
+- update to 4.5.18 see full changes bugfix and new features here:
+  http://modwsgi.readthedocs.io/en/latest/release-notes
+- specleanup
+
+---
apache2-mod_wsgi.changes: same change

Old:

  mod_wsgi-4.5.2.tar.gz

New:

  mod_wsgi-4.5.18.tar.gz



Other differences:
--
++ apache2-mod_wsgi-python3.spec ++
--- /var/tmp/diff_new_pack.uK9Msl/_old  2017-09-20 17:13:48.672093492 +0200
+++ /var/tmp/diff_new_pack.uK9Msl/_new  2017-09-20 17:13:48.676092930 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache2-mod_wsgi-python3
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,17 @@
 
 
 %define modname mod_wsgi
+%if 0%{?suse_version}
+BuildRequires:  apache-rpm-macros
+BuildRequires:  apache2-devel
+%else
+%define apache_apxs %{bindir}/apxs
+%define apache_sysconfdir %(%{apache_apxs} -q PREFIX)
+BuildRequires:  httpd
+BuildRequires:  httpd-devel
+%endif
 Name:   apache2-mod_wsgi-python3
-Version:4.5.2
+Version:4.5.18
 Release:0
 Summary:A WSGI interface for Python3 web applications in Apache
 License:Apache-2.0
@@ -28,25 +37,16 @@
 ## Work around for inconsistent Apache source tree in SLE 12, see bnc#915479
 Patch0: wsgi_fixVersionCheck.patch
 BuildRequires:  python3-devel
+Conflicts:  apache2-mod_wsgi
 Provides:   %{modname} = %{version}-%{release}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
-BuildRequires:  apache-rpm-macros
-BuildRequires:  apache2-devel
-%else
-%define apache_apxs %{bindir}/apxs
-%define apache_sysconfdir %(%{apache_apxs} -q PREFIX)
-BuildRequires:  httpd
-BuildRequires:  httpd-devel
-%endif
-%if 0%{?suse_version}
 Requires:   %{apache_mmn}
 Requires:   %{apache_suse_maintenance_mmn}
 Requires:   apache2
 %else
 Requires:   httpd
 %endif
-Conflicts:  apache2-mod_wsgi
 
 %description
 The mod_wsgi adapter is an Apacheache module that provides a WSGI compliant
@@ -55,7 +55,6 @@
 for hosting WSGI applications within Apache has a lower overhead than using
 existing WSGI adapters for mod_python or CGI.
 
-
 %prep
 %setup -q -n %{modname}-%{version}
 %patch0 -p1

++ apache2-mod_wsgi.spec ++
--- /var/tmp/diff_new_pack.uK9Msl/_old  2017-09-20 17:13:48.696090115 +0200
+++ /var/tmp/diff_new_pack.uK9Msl/_new  2017-09-20 17:13:48.700089551 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache2-mod_wsgi
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,17 @@
 
 
 %define modname mod_wsgi
+%if 0%{?suse_version}
+BuildRequires:  apache-rpm-macros
+BuildRequires:  apache2-devel
+%else
+%define apache_apxs %{bindir}/apxs
+%define apache_sysconfdir %(%{apache_apxs} -q PREFIX)
+BuildRequires:  httpd
+BuildRequires:  httpd-devel
+%endif
 Name:   apache2-mod_wsgi
-Version:4.5.2
+Version:4.5.18
 Release:0
 Summary:A WSGI interface for Python web applications in Apache
 License:Apache-2.0
@@ -28,25 +37,16 @@
 ## Work around for inconsistent Apache source tree in SLE 12, see bnc#915479
 Patch0: wsgi_fixVersionCheck.patch
 BuildRequires:  python-devel
+Conflicts:  apache2-mod_wsgi-python3
 Provides:   %{modname} = %{version}-%{release}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
-BuildRequires:  apache-rpm-macros
-BuildRequires:  apache2-devel
-%else
-%define apache_apxs %{bindir}/apxs
-%define apache_sysconfdir %(%{apache_apxs} -q PREFIX)
-BuildRequires:  httpd
-BuildRequires:  httpd-devel
-%endif
-%if 0%{?suse_version}
 Requires:   %{apache_m

commit eclipse-swt for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package eclipse-swt for openSUSE:Factory 
checked in at 2017-09-20 17:14:13

Comparing /work/SRC/openSUSE:Factory/eclipse-swt (Old)
 and  /work/SRC/openSUSE:Factory/.eclipse-swt.new (New)


Package is "eclipse-swt"

Wed Sep 20 17:14:13 2017 rev:21 rq:527528 version:4.333

Changes:

--- /work/SRC/openSUSE:Factory/eclipse-swt/eclipse-swt.changes  2016-06-12 
18:54:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.eclipse-swt.new/eclipse-swt.changes 
2017-09-20 17:14:16.852126623 +0200
@@ -1,0 +2,18 @@
+Wed Sep 20 06:32:32 UTC 2017 - zai...@opensuse.org
+
+- Drop libwebkit-devel BuildRequires: webkitgtk is deprecated, and
+  will be removed from tumbleweed.
+
+---
+Mon Sep 18 07:21:18 UTC 2017 - fst...@suse.com
+
+- Temporarily build against jdk8 until the build is fixed
+- Modified patch:
+  * libswt-includes.patch
++ Do not explicitely look for gcj includes, since we use the
+  includes in JAVA_HOME
+- Added patch:
+  * libswt-4.333-libjawt.patch
++ Find libjawt correctly also in jdk9
+
+---

New:

  libswt-4.333-libjawt.patch



Other differences:
--
++ eclipse-swt.spec ++
--- /var/tmp/diff_new_pack.10WGAo/_old  2017-09-20 17:14:19.767716199 +0200
+++ /var/tmp/diff_new_pack.10WGAo/_new  2017-09-20 17:14:19.771715636 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package eclipse-swt
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,14 @@
 #
 
 
+%defineversion_suffix 4.3.3.3
+%defineso_suffix 4333
 Name:   eclipse-swt
+Version:4.333
+Release:0
 Summary:SWT Library for GTK2
 License:EPL-1.0
 Group:  Development/Libraries/Other
-Version:4.333
-Release:1
-%defineversion_suffix 4.3.3.3
-%defineso_suffix 4333
 Url:http://www.eclipse.org/swt/
 Source0:libswt-%{version}.tar.bz2
 Source1:org.eclipse.swt-4.3.1.tar.bz2
@@ -34,38 +34,38 @@
 Patch3: libswt-plugindir.patch
 Patch4: ppc64le.patch
 Patch5: ppc64le_path_for_jre_1_7_0.patch
-Provides:   libswt3-gtk2 = %{version}
-%if 0%{?suse_version} <= 1210
-Requires:   mozilla-xulrunner192
-%endif
-Requires:   java >= 1.6
+Patch6: libswt-4.333-libjawt.patch
+BuildRequires:  Mesa-devel
 BuildRequires:  ant
+BuildRequires:  cairo
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
+BuildRequires:  glib2-devel
+BuildRequires:  gnome-vfs2-devel
+BuildRequires:  gtk2-devel
 BuildRequires:  java-devel >= 1.6
 BuildRequires:  jpackage-utils
-BuildRequires:  libgcj-devel
-BuildRequires:  libwebkit-devel
+BuildRequires:  libgnome-devel
+BuildRequires:  libgnomeui-devel
 BuildRequires:  make
-BuildRequires:  pkg-config
+BuildRequires:  mozilla-nspr-devel
+BuildRequires:  pkgconfig
 BuildRequires:  unzip
 BuildRequires:  zip
+BuildRequires:  pkgconfig(glu)
+Requires:   java >= 1.6
+Provides:   libswt3-gtk2 = %{version}
+BuildConflicts: java-devel >= 1.9
+%if 0%{?suse_version} <= 1210
+Requires:   mozilla-xulrunner192
+%endif
 %if 0%{?suse_version} <= 1210
-BuildRequires:  mozilla-xulrunner192-devel
 BuildRequires:  libxslt
+BuildRequires:  mozilla-xulrunner192-devel
 %else
 BuildRequires:  libXt-devel
 BuildRequires:  libXtst-devel
 %endif
-BuildRequires:  Mesa-devel
-BuildRequires:  cairo
-BuildRequires:  glib2-devel
-BuildRequires:  gnome-vfs2-devel
-BuildRequires:  gtk2-devel
-BuildRequires:  libgnome-devel
-BuildRequires:  libgnomeui-devel
-BuildRequires:  mozilla-nspr-devel
-BuildRequires:  pkgconfig(glu)
 
 %description
 SWT is the software component that delivers native widget functionality
@@ -79,13 +79,14 @@
 %patch1
 %patch2
 pushd org/eclipse
-tar -xjf %{S:1}
+tar -xjf %{SOURCE1}
 %patch3
 popd
 %patch4
 %patch5 -p1
+%patch6 -p1
 pushd org/eclipse/swt
-cp %{S:2} .
+cp %{SOURCE2} .
 # remove all third party jars
 find . -iname '*.jar' | xargs rm -rf
 popd
@@ -93,35 +94,18 @@
 %build
 export LIBDIR=%{_libdir}
 export NO_STRIP=TRUE
-%if 0%{?suse_version} <= 1140
-export GCJ_VERSION=4.5
-%else
-%if 0%{?suse_version} <= 1210
-export GCJ_VERSION=4.6
-%else
-export GCJ_VERSION=4.7
-%endif
-%endif
-%ifarch x86_64
-export ARCH=x86_64
-%else
-export ARCH=i586
-%endif
+export JAVA_HOME="%{_sysconfdir}/alternatives/java_sdk"
 ./build.sh
 
 pushd org/eclipse/swt
-%ant \
-%ifarch x86_64
--Dswt.ar

commit tanukiwrapper for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package tanukiwrapper for openSUSE:Factory 
checked in at 2017-09-20 17:14:00

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


Package is "tanukiwrapper"

Wed Sep 20 17:14:00 2017 rev:12 rq:527492 version:3.5.32

Changes:

--- /work/SRC/openSUSE:Factory/tanukiwrapper/tanukiwrapper.changes  
2017-05-27 13:16:11.305968059 +0200
+++ /work/SRC/openSUSE:Factory/.tanukiwrapper.new/tanukiwrapper.changes 
2017-09-20 17:14:02.470151156 +0200
@@ -1,0 +2,5 @@
+Wed Sep 20 09:34:00 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target levels 1.6
+
+---



Other differences:
--
++ tanukiwrapper.spec ++
--- /var/tmp/diff_new_pack.5Jf1x2/_old  2017-09-20 17:14:03.250041372 +0200
+++ /var/tmp/diff_new_pack.5Jf1x2/_new  2017-09-20 17:14:03.254040809 +0200
@@ -31,13 +31,13 @@
 BuildRequires:  ant-junit
 BuildRequires:  ant-nodeps >= 1.6.1
 BuildRequires:  cunit-devel
+BuildRequires:  fdupes
 BuildRequires:  glibc-devel
 BuildRequires:  java-devel >= 1.6.0
 BuildRequires:  javapackages-tools
 BuildRequires:  perl
 BuildRequires:  xerces-j2
 BuildRequires:  xml-commons-apis
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Java Service Wrapper is an application which has
@@ -75,9 +75,12 @@
 
 %build
 export CLASSPATH=$(build-classpath ant junit xerces-j2 xml-commons-apis)
-ant -Dbuild.sysclasspath=first -Dbits=%{__isa_bits}
+ant \
+-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+-Djavac.target.version=1.6 -Djava.specification.version=1.6 \
+-Dbuild.sysclasspath=first -Dbits=%{__isa_bits}
 
-javadoc -sourcepath src/java -d build/javadoc org.tanukisoftware.wrapper
+javadoc -source 1.6 -sourcepath src/java -d build/javadoc 
org.tanukisoftware.wrapper
 
 %install
 # jar
@@ -96,28 +99,30 @@
 # javadoc
 install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
 cp -a build/javadoc/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 # manpage
 mkdir -p %{buildroot}%{_mandir}/man1
 install -p -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
 
 %check
-ant -Dbuild.sysclasspath=first -Dbits=%{__isa_bits} test
+ant \
+-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+-Djavac.target.version=1.6 -Djava.specification.version=1.6 \
+-Dbuild.sysclasspath=first -Dbits=%{__isa_bits} \
+test
 
 %files
-%defattr(-,root,root,-)
 %doc doc/wrapper-community-license-1.3.txt
 %{_sbindir}/%{name}
 %{_libdir}/libwrapper.so
 %{_javadir}/%{name}*.jar
-%{_mandir}/man1/%{name}.1.*
+%{_mandir}/man1/%{name}.1%{ext_man}
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %{_javadocdir}/%{name}
 
 %files manual
-%defattr(0644,root,root,0755)
 %doc doc/*
 
 %changelog




commit scap-workbench for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package scap-workbench for openSUSE:Factory 
checked in at 2017-09-20 17:13:55

Comparing /work/SRC/openSUSE:Factory/scap-workbench (Old)
 and  /work/SRC/openSUSE:Factory/.scap-workbench.new (New)


Package is "scap-workbench"

Wed Sep 20 17:13:55 2017 rev:8 rq:527481 version:1.1.5

Changes:

--- /work/SRC/openSUSE:Factory/scap-workbench/scap-workbench.changes
2017-01-23 11:36:45.363271183 +0100
+++ /work/SRC/openSUSE:Factory/.scap-workbench.new/scap-workbench.changes   
2017-09-20 17:13:58.326734420 +0200
@@ -1,0 +2,18 @@
+Wed Sep 20 06:24:10 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.1.5:
+  + Highlights: Tri-state checkboxes in Tailoring Window.
+  + Bugfixes:
+- Fixed remote host and port being cleared when scan starts
+- Fixed formating of Profile html description in Tailoring Window
+- Fixed oscap message "Downloading ... ok" appearing as an error
+  + Other improvements:
+- Fixed tab order of widgets in main window.
+- Load Content as the default button of the SSG integration
+  dialog.
+- New validation of the customization file name.
+- Drop obsolete and unused conditional libwebkitgtk-devel and
+  libwebkit-devel BuildRequires, this dependency was dropped in
+  version 0.0.8 upstream.
+
+---

Old:

  scap-workbench-1.1.4.tar.bz2

New:

  scap-workbench-1.1.5.tar.bz2



Other differences:
--
++ scap-workbench.spec ++
--- /var/tmp/diff_new_pack.lVZaOC/_old  2017-09-20 17:13:58.994640400 +0200
+++ /var/tmp/diff_new_pack.lVZaOC/_new  2017-09-20 17:13:58.994640400 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   scap-workbench
-Version:1.1.4
+Version:1.1.5
 Release:0
 Summary:A SCAP scanner and SCAP content editor
 License:GPL-3.0
 Group:  System/Security
 Url:https://github.com/OpenSCAP/scap-workbench
 Source: 
https://github.com/OpenSCAP/scap-workbench/releases/download/%version/scap-workbench-%version.tar.bz2
-BuildRequires:  cmake
+BuildRequires:  cmake >= 2.6
 BuildRequires:  openscap-devel
 # SLE 11 SP3: libopenscap needs libxslt without requiring it
 # libxslt nees pcre
@@ -36,11 +36,6 @@
 # QXmlQuery is in 4.8 and later
 BuildRequires:  libqt4-devel >= 4.8
 BuildRequires:  update-desktop-files
-%if 0%{?suse_version} >= 1140
-BuildRequires:  libwebkitgtk-devel
-%else
-BuildRequires:  libwebkit-devel
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ scap-workbench-1.1.4.tar.bz2 -> scap-workbench-1.1.5.tar.bz2 ++
 6497 lines of diff (skipped)




commit werken-xpath for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package werken-xpath for openSUSE:Factory 
checked in at 2017-09-20 17:14:02

Comparing /work/SRC/openSUSE:Factory/werken-xpath (Old)
 and  /work/SRC/openSUSE:Factory/.werken-xpath.new (New)


Package is "werken-xpath"

Wed Sep 20 17:14:02 2017 rev:17 rq:527494 version:0.9.4

Changes:

--- /work/SRC/openSUSE:Factory/werken-xpath/werken-xpath.changes
2017-06-01 16:32:25.313766695 +0200
+++ /work/SRC/openSUSE:Factory/.werken-xpath.new/werken-xpath.changes   
2017-09-20 17:14:03.593992954 +0200
@@ -1,0 +2,6 @@
+Wed Sep 20 09:39:48 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target level 1.6
+- Clean spec file and fix rpmlint errors and warnings
+
+---



Other differences:
--
++ werken-xpath.spec ++
--- /var/tmp/diff_new_pack.JWyd4w/_old  2017-09-20 17:14:04.413877540 +0200
+++ /var/tmp/diff_new_pack.JWyd4w/_new  2017-09-20 17:14:04.417876977 +0200
@@ -37,6 +37,7 @@
 Patch8: %{name}-runtests_sh.patch
 BuildRequires:  ant >= 1.6
 BuildRequires:  antlr
+BuildRequires:  fdupes
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  jdom
@@ -44,8 +45,7 @@
 BuildRequires:  xml-commons-apis
 Requires:   jdom
 Provides:   werken.xpath = %{version}-%{release}
-Obsoletes:  werken.xpath <= 0.9.4
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Obsoletes:  werken.xpath < 0.9.4
 BuildArch:  noarch
 
 %description
@@ -60,7 +60,7 @@
 Summary:Javadoc for %{name}
 Group:  Documentation/HTML
 Provides:   werken.xpath-javadoc = %{version}-%{release}
-Obsoletes:  werken.xpath-javadoc <= 0.9.4
+Obsoletes:  werken.xpath-javadoc < 0.9.4
 
 %descriptionjavadoc
 werken.xpath is an implementation of the W3C XPath Recommendation, on
@@ -85,15 +85,10 @@
 for j in $(find . -name "*.jar"); do
mv $j $j.no
 done
-#pushd lib
-#ln -sf $(build-classpath antlr) antlr-runtime.jar
-#ln -sf $(build-classpath jdom) jdom.jar
-#ln -sf $(build-classpath xerces-j2) xerces.jar
-#popd
 
 %build
 export CLASSPATH=$(build-classpath jdom antlr xerces-j2 xml-commons-apis)
-ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 
-Dbuild.compiler=modern package javadoc compile-test
+ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 
-Dbuild.compiler=modern package javadoc compile-test
 # Note that you'll have to java in PATH for this to work, it is by default
 # when using a JPackage JVM.
 CLASSPATH=$CLASSPATH:build/werken.xpath.jar:build/test/classes
@@ -112,16 +107,15 @@
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -pr build/apidocs/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
-%defattr(0644,root,root,0755)
-%doc INSTALL LICENSE LIMITATIONS README TODO
+%doc LICENSE LIMITATIONS README TODO
 %{_javadir}/*
 %{_mavenpomdir}/*
 %{_datadir}/maven-metadata/%{name}.xml*
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %{_javadocdir}/%{name}
 
 %changelog




commit paperclips for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package paperclips for openSUSE:Factory 
checked in at 2017-09-20 17:13:51

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


Package is "paperclips"

Wed Sep 20 17:13:51 2017 rev:2 rq:527464 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/paperclips/paperclips.changes2016-08-12 
15:42:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.paperclips.new/paperclips.changes   
2017-09-20 17:13:53.195456744 +0200
@@ -1,0 +2,9 @@
+Wed Sep 20 07:02:33 UTC 2017 - fst...@suse.com
+
+- Specify java source and target level 1.6: fix build with jdk9
+- Added patch:
+  * paperclips-1.0.4-javadoc.patch
++ Don't hardcode the source level, specify it on command-line
+   + Fix the classpath to look for swt.jar in the right place
+
+---

New:

  paperclips-1.0.4-javadoc.patch



Other differences:
--
++ paperclips.spec ++
--- /var/tmp/diff_new_pack.8f3tWS/_old  2017-09-20 17:13:53.811370043 +0200
+++ /var/tmp/diff_new_pack.8f3tWS/_new  2017-09-20 17:13:53.815369480 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package paperclips
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,12 +24,13 @@
 Group:  Development/Languages/Java
 Url:https://code.google.com/archive/p/swt-paperclips/
 Source: 
http://swt-paperclips.googlecode.com/files/net.sf.paperclips.source_%{version}.200908120926.jar
+Patch0: paperclips-1.0.4-javadoc.patch
 BuildRequires:  ant
 BuildRequires:  eclipse-swt
+BuildRequires:  fdupes
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -59,12 +60,13 @@
 
 %prep
 %setup -q -c %{name}-%{version}
+%patch0 -p1
 
 %build
 export CLASSPATH=%{_libdir}/java/swt.jar
 
 pushd src
-  %javac -g -encoding UTF-8 $(find . -type f -name "*.java")
+  %javac -source 1.6 -target 1.6 -g -encoding UTF-8 $(find . -type f -name 
"*.java")
   jarfile="../net.sf.paperclips_%{version}.jar"
   files="$(find . -type f \( -name '*.class' -o -name '*.properties' \))"
   test ! -d classes && mf="" \
@@ -73,7 +75,9 @@
 || %jar cvf $jarfile $files
 popd
 
-%{ant} -f gen_javadoc.xml
+%{ant} \
+  -f gen_javadoc.xml \
+ -Dant.build.javac.source=1.6 -Dswt.jar=$(build-classpath swt)
 
 %install
 mkdir -p %{buildroot}%{_javadir}
@@ -81,13 +85,12 @@
 
 mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
 cp -r api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}-%{version}
 
 %files
-%defattr(-,root,root)
 %{_javadir}/net.sf.paperclips_%{version}.jar
 
 %files javadoc
-%defattr(-,root,root)
 %{_javadocdir}/%{name}-%{version}
 
 %changelog


++ paperclips-1.0.4-javadoc.patch ++
--- paperclips-1.0.4/gen_javadoc.xml2017-09-20 07:58:21.542429755 +0200
+++ paperclips-1.0.4/gen_javadoc.xml2017-09-20 08:09:27.966056004 +0200
@@ -1,6 +1,7 @@
 
 
 
-
+
+
 
 



commit moinmoin-wiki for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package moinmoin-wiki for openSUSE:Factory 
checked in at 2017-09-20 17:13:48

Comparing /work/SRC/openSUSE:Factory/moinmoin-wiki (Old)
 and  /work/SRC/openSUSE:Factory/.moinmoin-wiki.new (New)


Package is "moinmoin-wiki"

Wed Sep 20 17:13:48 2017 rev:3 rq:527459 version:1.9.8

Changes:

--- /work/SRC/openSUSE:Factory/moinmoin-wiki/moinmoin-wiki.changes  
2017-07-17 09:13:09.383050111 +0200
+++ /work/SRC/openSUSE:Factory/.moinmoin-wiki.new/moinmoin-wiki.changes 
2017-09-20 17:13:49.775938105 +0200
@@ -1,0 +2,7 @@
+Tue Sep 19 21:24:42 UTC 2017 - seroto...@gmail.com
+
+- Adjust to Java9 as default compiler
+  + added anywikidraw-java9.patch
+  + added twikidraw-java9.patch
+
+---

New:

  anywikidraw-java9.patch
  twikidraw-java9.patch



Other differences:
--
++ moinmoin-wiki.spec ++
--- /var/tmp/diff_new_pack.E8P5CR/_old  2017-09-20 17:13:52.435563713 +0200
+++ /var/tmp/diff_new_pack.E8P5CR/_new  2017-09-20 17:13:52.439563151 +0200
@@ -40,6 +40,8 @@
 Source99:   moinmoin-wiki.rpmlintrc
 Patch0: anywikidraw.patch
 Patch1: anywikidraw-java8.patch
+Patch2: anywikidraw-java9.patch
+Patch3: twikidraw-java9.patch
 BuildRequires:  ant >= 1.5.4
 BuildRequires:  apache2
 BuildRequires:  dos2unix
@@ -69,11 +71,14 @@
 
 # remove pre-built JARs
 find . -type f -name "*.jar" -print -delete
+# prepare rebuild of TWikiDraw applet
+%patch3
 # prepare rebuild of AnyWikiDraw applet JAR
 cd contrib/AnyWikiDraw
 tar -xjf src.tar.bz
 %patch0
 %patch1
+%patch2
 
 %build
 

++ anywikidraw-java9.patch ++
diff -ur AnyWikiDraw.orig/build-for-moinmoin.xml 
AnyWikiDraw/build-for-moinmoin.xml
--- AnyWikiDraw.orig/build-for-moinmoin.xml 2017-09-19 23:21:05.439008627 
+0200
+++ AnyWikiDraw/build-for-moinmoin.xml  2017-09-19 23:21:28.957409630 +0200
@@ -31,8 +31,8 @@
 destdir="${build}"
 srcdir="${src.main}:${src.jhotdraw}"
 debug="${debug}"
-source="1.5"
-target="1.5"
+source="1.6"
+target="1.6"
 optimize="true"
 encoding="UTF-8"
 
++ twikidraw-java9.patch ++
--- contrib/TWikiDrawPlugin/build.xml.orig  2017-09-19 22:52:33.852076551 
+0200
+++ contrib/TWikiDrawPlugin/build.xml   2017-09-19 22:53:02.254431416 +0200
@@ -12,7 +12,7 @@
 
 
 
-
+
 
 
 



commit sat4j for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package sat4j for openSUSE:Factory checked 
in at 2017-09-20 17:13:53

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


Package is "sat4j"

Wed Sep 20 17:13:53 2017 rev:18 rq:527466 version:2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/sat4j/sat4j.changes  2017-05-22 
10:49:10.290638914 +0200
+++ /work/SRC/openSUSE:Factory/.sat4j.new/sat4j.changes 2017-09-20 
17:13:54.499273207 +0200
@@ -1,0 +2,12 @@
+Wed Sep 20 07:19:52 UTC 2017 - fst...@suse.com
+
+- Added patches:
+  * sat4j-sourcetarget.patch
++ make the java source and target level consistent with what
+  is specified on command-line
++ specify the UTF-8 encoding of the source files
+  * sat4j-manifest.patch
++ fix rpmlint warning about Class-path in manifest
+   + remove all mentions of Class-path from MANIFEST.MF files
+
+---

New:

  sat4j-manifest.patch
  sat4j-sourcetarget.patch



Other differences:
--
++ sat4j.spec ++
--- /var/tmp/diff_new_pack.1rEYbN/_old  2017-09-20 17:13:55.423143155 +0200
+++ /var/tmp/diff_new_pack.1rEYbN/_new  2017-09-20 17:13:55.423143155 +0200
@@ -23,11 +23,13 @@
 Version:2.3.2
 Release:0
 Summary:A library of SAT solvers written in Java
-License:EPL-1.0 and LGPL-2.0
+License:EPL-1.0 AND LGPL-2.0
 Group:  Development/Libraries/Java
 Url:http://www.sat4j.org/
 # svn co 
svn://svn.forge.objectweb.org/svnroot/sat4j/maven/tags/org.sat4j.pom-2.3.2
 Source0:%{name}-%{version}.tar.bz2
+Patch0: sat4j-sourcetarget.patch
+Patch1: sat4j-manifest.patch
 BuildRequires:  ant
 Requires:   java
 BuildArch:  noarch
@@ -40,11 +42,15 @@
 
 %prep
 %setup -q -n org.%{name}.pom-%{version}
+%patch0 -p1
+%patch1 -p1
 # Only used for the tests
 rm lib/commons-cli.jar
 
 %build
-ant -Dbuild.compiler=modern -Drelease=%{version} -DBUILD_DATE=%{qualifier} 
-Dsource=1.5 -Dtarget=1.5 p2
+ant \
+-Dbuild.compiler=modern -Drelease=%{version} \
+   -DBUILD_DATE=%{qualifier} -Dsource=1.6 -Dtarget=1.6 p2
 
 %install
 install -d -m 755 %{buildroot}%{_javadir}
@@ -53,7 +59,6 @@
 (cd %{buildroot}%{_javadir}/ && for jar in *-%{version}*; do ln -sf ${jar} 
${jar/-%{version}/}; done)
 
 %files
-%defattr(-,root,root,-)
 %{_javadir}/org.%{name}*.jar
 
 %changelog

++ sat4j-manifest.patch ++
--- org.sat4j.pom-2.3.2/org.sat4j.csp/META-INF/MANIFEST.MF  2017-09-20 
09:05:47.513887173 +0200
+++ org.sat4j.pom-2.3.2/org.sat4j.csp/META-INF/MANIFEST.MF  2017-09-20 
09:16:38.860739366 +0200
@@ -20,5 +20,4 @@
 Implementation-Title: SAT4J
 Implementation-Version: 9.9.9.token 
 Implementation-Vendor: CRIL CNRS UMR 8188 - Universite d'Artois
-Class-Path: org.sat4j.core.jar lib/js.jar lib/cspparserxml.jar
 Bundle-RequiredExecutionEnvironment: J2SE-1.4
--- org.sat4j.pom-2.3.2/org.sat4j.intervalorders/META-INF/MANIFEST.MF   
2017-09-20 09:05:47.517887173 +0200
+++ org.sat4j.pom-2.3.2/org.sat4j.intervalorders/META-INF/MANIFEST.MF   
2017-09-20 09:16:49.132739405 +0200
@@ -7,4 +7,3 @@
 Implementation-Title: SAT4J
 Implementation-Version: 9.9.9.token 
 Implementation-Vendor: CRIL CNRS UMR 8188 - Universite d'Artois
-Class-Path: org.sat4j.core.jar org.sat4j.pb.jar
\ No newline at end of file
--- org.sat4j.pom-2.3.2/org.sat4j.maxsat/META-INF/MANIFEST.MF   2017-09-20 
09:05:47.513887173 +0200
+++ org.sat4j.pom-2.3.2/org.sat4j.maxsat/META-INF/MANIFEST.MF   2017-09-20 
09:16:31.380739338 +0200
@@ -18,5 +18,4 @@
 Implementation-Title: SAT4J
 Implementation-Version: 2.0 
 Implementation-Vendor: CRIL CNRS UMR 8188 - Universite d'Artois
-Class-Path: org.sat4j.pb.jar lib/commons-cli.jar
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
--- org.sat4j.pom-2.3.2/org.sat4j.pb/META-INF/MANIFEST.MF   2017-09-20 
09:05:47.509887173 +0200
+++ org.sat4j.pom-2.3.2/org.sat4j.pb/META-INF/MANIFEST.MF   2017-09-20 
09:17:04.052739461 +0200
@@ -21,5 +21,4 @@
 Implementation-Title: SAT4J
 Implementation-Version: 9.9.9.token 
 Implementation-Vendor: CRIL CNRS UMR 8188 - Universite d'Artois
-Class-Path: org.sat4j.core.jar
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
--- org.sat4j.pom-2.3.2/org.sat4j.sat/META-INF/MANIFEST.MF  2017-09-20 
09:05:47.513887173 +0200
+++ org.sat4j.pom-2.3.2/org.sat4j.sat/META-INF/MANIFEST.MF  2017-09-20 
09:16:13.548739271 +0200
@@ -7,7 +7,6 @@
 Implementation-Title: SAT4J
 Implementation-Version: 9.9.9.token 
 Implementation-Vendor: CRIL CNRS UMR 8188 - Universite d'Artois
-Class-Path: org.sat4j.core.jar org.sat4j.pb.jar lib/commons-beanutils.jar 
lib/commons-cli.jar lib/commons-logging.jar
 Export-Package: org.s

commit netcomponents for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package netcomponents for openSUSE:Factory 
checked in at 2017-09-20 17:12:55

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


Package is "netcomponents"

Wed Sep 20 17:12:55 2017 rev:17 rq:527348 version:1.3.8

Changes:

--- /work/SRC/openSUSE:Factory/netcomponents/netcomponents.changes  
2017-05-22 10:49:04.659432608 +0200
+++ /work/SRC/openSUSE:Factory/.netcomponents.new/netcomponents.changes 
2017-09-20 17:13:01.810690123 +0200
@@ -1,0 +2,9 @@
+Tue Sep 19 15:38:03 UTC 2017 - fst...@suse.com
+
+- Specify java source and target level 1.6: fix jdk9 build
+- Modified patch:
+  * netcomponents-java14compat.patch
++ Don't hardcode java source and target levels, specify them
+  on command-line.
+
+---



Other differences:
--
++ netcomponents.spec ++
--- /var/tmp/diff_new_pack.H6rhLU/_old  2017-09-20 17:13:03.166499267 +0200
+++ /var/tmp/diff_new_pack.H6rhLU/_new  2017-09-20 17:13:03.170498704 +0200
@@ -26,8 +26,8 @@
 Source: 
http://www.savarese.org/downloads/NetComponents/NetComponents-1.3.8-src.tar.gz
 Patch0: %{name}-java14compat.patch
 BuildRequires:  ant
+BuildRequires:  fdupes
 BuildRequires:  xml-commons-apis
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -69,7 +69,9 @@
 %patch0 -p1
 
 %build
-ant jar javadocs
+ant \
+-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+jar javadocs
 
 %install
 # jar
@@ -79,14 +81,13 @@
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -pr build/docs/api/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
-%defattr(0644,root,root,0755)
 %doc CHANGES README COPYRIGHT LICENSE
 %{_javadir}/*
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %{_javadocdir}/%{name}
 
 %changelog

++ netcomponents-java14compat.patch ++
--- /var/tmp/diff_new_pack.H6rhLU/_old  2017-09-20 17:13:03.202494200 +0200
+++ /var/tmp/diff_new_pack.H6rhLU/_new  2017-09-20 17:13:03.202494200 +0200
@@ -1,39 +1,3 @@
-Nur in NetComponents-1.3.8: build.
-diff -ru NetComponents-1.3.8.orig/build.xml NetComponents-1.3.8/build.xml
 NetComponents-1.3.8.orig/build.xml 2001-11-30 04:20:12.0 +0100
-+++ NetComponents-1.3.8/build.xml  2007-07-23 21:13:39.462024000 +0200
-@@ -33,7 +33,9 @@
-  excludes="examples/**"
-  debug="${build.debug}"
-  deprecation="${build.deprecation}"
-- optimize="${build.optimize}"/>
-+ optimize="${build.optimize}"
-+   source="1.4"
-+   target="1.4" />
-   
- 
-   
-@@ -44,7 +46,9 @@
-  destdir="${build.dir}/examples"
-  debug="${build.debug}"
-  deprecation="${build.deprecation}"
-- optimize="${build.optimize}"/>
-+ optimize="${build.optimize}"
-+   source="1.4"
-+   target="1.4"/>
-   
- 
-   
-@@ -68,7 +72,8 @@
- windowtitle="${name} ${version} API"
- doctitle="${name} ${version} API"
- header="Savarese.Org/ORO 
Logo"
--bottom="${copyright.message}">
-+bottom="${copyright.message}"
-+  source="1.4">
- 
 diff -ru NetComponents-1.3.8.orig/src/java/com/oroinc/net/ftp/FTP.java 
NetComponents-1.3.8/src/java/com/oroinc/net/ftp/FTP.java
 --- NetComponents-1.3.8.orig/src/java/com/oroinc/net/ftp/FTP.java  
2001-11-30 04:20:12.0 +0100
 +++ NetComponents-1.3.8/src/java/com/oroinc/net/ftp/FTP.java   2007-07-23 
21:10:49.091561000 +0200




commit gambas3 for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package gambas3 for openSUSE:Factory checked 
in at 2017-09-20 17:13:38

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


Package is "gambas3"

Wed Sep 20 17:13:38 2017 rev:4 rq:527446 version:3.10.0

Changes:

--- /work/SRC/openSUSE:Factory/gambas3/gambas3.changes  2017-08-29 
11:47:28.251650333 +0200
+++ /work/SRC/openSUSE:Factory/.gambas3.new/gambas3.changes 2017-09-20 
17:13:39.817339967 +0200
@@ -1,0 +2,7 @@
+Tue Sep 19 21:27:26 UTC 2017 - zai...@opensuse.org
+
+- Add gambas3-adapt-to-poppler-058.patch: Adapt to poppler 0.58 api
+  changes.
+- Drop obsolete and unused pkgconfig(webkit-1.0) BuildRequires.
+
+---

New:

  gambas3-adapt-to-poppler-058.patch



Other differences:
--
++ gambas3.spec ++
--- /var/tmp/diff_new_pack.mosoiH/_old  2017-09-20 17:13:41.009172193 +0200
+++ /var/tmp/diff_new_pack.mosoiH/_new  2017-09-20 17:13:41.017171068 +0200
@@ -38,6 +38,8 @@
 Patch0: gambas3-mime_translation.patch
 # PATCH-FIX-OPENSUSE llvm.patch avvi...@yandex.ru -- Change the location for 
an header files
 Patch1: gambas3-3.10.0-llvm.patch
+# PATCH-FIX-UPSTREAM gambas3-adapt-to-poppler-058.patch zai...@opensuse.org -- 
Adapt to poppler 0.58 api changes
+Patch2: gambas3-adapt-to-poppler-058.patch
 BuildRequires:  SDL_image
 BuildRequires:  aalib-devel
 BuildRequires:  atk-devel
@@ -102,7 +104,6 @@
 BuildRequires:  pkgconfig(sdl2)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(vorbis)
-BuildRequires:  pkgconfig(webkit-1.0)
 BuildRequires:  pkgconfig(xtst)
 BuildRequires:  pkgconfig(zlib)
 %if !%{with qt4}
@@ -1124,6 +1125,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # don't compile in DATE and TIME
 BUILDTIME=$(LC_ALL=C date -ur %{_sourcedir}/%{name}.changes +'%H:%M')

++ gambas3-adapt-to-poppler-058.patch ++
>From 6a4adabfd7e02e6fef99049e8e2373b12b559e69 Mon Sep 17 00:00:00 2001
From: David Tardon 
Date: Wed, 6 Sep 2017 12:58:12 +0200
Subject: [PATCH] adapt to poppler 0.58

---
 gb.pdf/configure.ac |  2 ++
 gb.pdf/src/CPdfDocument.cpp | 24 
 2 files changed, 26 insertions(+)

diff --git a/gb.pdf/configure.ac b/gb.pdf/configure.ac
index 25b344a9a..be4bf9557 100644
--- a/gb.pdf/configure.ac
+++ b/gb.pdf/configure.ac
@@ -29,6 +29,8 @@ if test "$have_poppler" = "yes"; then
   AC_DEFINE_UNQUOTED(POPPLER_VERSION_0_17, $((1-$?)), Poppler version >= 0.17)
   pkg-config --atleast-version=0.20.0 poppler
   AC_DEFINE_UNQUOTED(POPPLER_VERSION_0_20, $((1-$?)), Poppler version >= 0.20)
+  pkg-config --atleast-version=0.58.0 poppler
+  AC_DEFINE_UNQUOTED(POPPLER_VERSION_0_58, $((1-$?)), Poppler version >= 0.58)
 fi
 
 AC_OUTPUT( \
diff --git a/gb.pdf/src/CPdfDocument.cpp b/gb.pdf/src/CPdfDocument.cpp
index 43802c77b..80d2d97c5 100644
--- a/gb.pdf/src/CPdfDocument.cpp
+++ b/gb.pdf/src/CPdfDocument.cpp
@@ -132,11 +132,19 @@ static void aux_return_string_info(void *_object, const 
char *key)
Dict *info_dict;
char *tmpstr;
 
+   #if POPPLER_VERSION_0_58
+   obj = THIS->doc->getDocInfo ();
+   #else
THIS->doc->getDocInfo (&obj);
+   #endif
if (!obj.isDict()) { GB.ReturnNewZeroString(""); return; }

info_dict=obj.getDict();
+   #if POPPLER_VERSION_0_58
+   dst = info_dict->lookup ((char *)key);
+   #else
info_dict->lookup ((char *)key, &dst);
+   #endif
if (!dst.isString ()) { GB.ReturnNewZeroString(""); }
else {
goo_value = dst.getString();
@@ -149,8 +157,10 @@ static void aux_return_string_info(void *_object, const 
char *key)
else

GB.ReturnNewString(goo_value->getCString(),goo_value->getLength()); 
}
+   #if ! POPPLER_VERSION_0_58
dst.free();
obj.free(); 
+   #endif
 }
 
 static void aux_return_date_info(void *_object, const char *key)
@@ -167,11 +177,19 @@ static void aux_return_date_info(void *_object, const 
char *key)
 
GB.ReturnDate(NULL);

+   #if POPPLER_VERSION_0_58
+   obj = THIS->doc->getDocInfo ();
+   #else
THIS->doc->getDocInfo (&obj);
+   #endif
if (!obj.isDict()) return;
 
info_dict=obj.getDict();
+   #if POPPLER_VERSION_0_58
+   dst = info_dict->lookup ((char *)key);
+   #else
info_dict->lookup ((char *)key, &dst);
+   #endif
if (dst.isString ())
{
goo = dst.getString();
@@ -197,8 +215,10 @@ static void aux_return_date_info(void *_object, const char 
*key)
}

commit netbeans-javaparser for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package netbeans-javaparser for 
openSUSE:Factory checked in at 2017-09-20 17:12:47

Comparing /work/SRC/openSUSE:Factory/netbeans-javaparser (Old)
 and  /work/SRC/openSUSE:Factory/.netbeans-javaparser.new (New)


Package is "netbeans-javaparser"

Wed Sep 20 17:12:47 2017 rev:17 rq:527341 version:6.8

Changes:

--- /work/SRC/openSUSE:Factory/netbeans-javaparser/netbeans-javaparser.changes  
2014-07-11 20:05:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.netbeans-javaparser.new/netbeans-javaparser.changes 
2017-09-20 17:12:57.415308856 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 15:09:27 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target 1.6
+
+---



Other differences:
--
++ netbeans-javaparser.spec ++
--- /var/tmp/diff_new_pack.lzd90G/_old  2017-09-20 17:12:58.023223281 +0200
+++ /var/tmp/diff_new_pack.lzd90G/_new  2017-09-20 17:12:58.027222718 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package netbeans-javaparser
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,7 +37,6 @@
 BuildRequires:  javapackages-tools
 Requires:   java >= 1.6.0
 Requires:   javapackages-tools
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -50,7 +49,10 @@
 
 %build
 [ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java
-ant -f make/netbeans/nb-javac/build.xml jar
+ant \
+-f make/netbeans/nb-javac/build.xml \
+-Djavac.source=1.6 -Djavac.target=1.6 \
+jar
 
 %install
 # jar
@@ -61,7 +63,6 @@
 ln -s %{name}-impl-%{version}.jar %{buildroot}%{_javadir}/%{name}-impl.jar
 
 %files
-%defattr(-,root,root)
 %doc ASSEMBLY_EXCEPTION LICENSE README
 %{_javadir}/*
 




commit libjnidispatch for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package libjnidispatch for openSUSE:Factory 
checked in at 2017-09-20 17:12:37

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


Package is "libjnidispatch"

Wed Sep 20 17:12:37 2017 rev:17 rq:527333 version:4.5.0

Changes:

--- /work/SRC/openSUSE:Factory/libjnidispatch/libjnidispatch.changes
2017-06-01 16:32:13.383449663 +0200
+++ /work/SRC/openSUSE:Factory/.libjnidispatch.new/libjnidispatch.changes   
2017-09-20 17:12:47.548697770 +0200
@@ -1,0 +2,23 @@
+Tue Sep 19 14:53:38 UTC 2017 - fst...@suse.com
+
+- Upstream version 4.5.0
+- Removed patch:
+  * reproducible.patch
++ integrated upstream
+- Added patch:
+  * jna-getpeer.patch
++ upstream workaround to the inaccessibility of the getPeer
+  method
++ Fix build with jdk9
+- Modified patch:
+  * jna-build.patch
++ rediff to the new context
+
+---
+Tue Sep 19 12:19:45 UTC 2017 - fst...@suse.com
+
+- Build with source and target levels 1.6
+- Force building with java-devel < 1.9, since the code uses APIs
+  removed in jdk9
+
+---

Old:

  4.2.2.tar.gz
  reproducible.patch

New:

  4.5.0.tar.gz
  jna-getpeer.patch



Other differences:
--
++ libjnidispatch.spec ++
--- /var/tmp/diff_new_pack.kAzn5g/_old  2017-09-20 17:12:49.976356031 +0200
+++ /var/tmp/diff_new_pack.kAzn5g/_new  2017-09-20 17:12:49.976356031 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libjnidispatch
-Version:4.2.2
+Version:4.5.0
 Release:0
 Summary:Java Native Access (shared library)
 License:LGPL-2.1+ or Apache-2.0
@@ -28,18 +28,19 @@
 Source1:jna-4.1.0.pom
 Source2:libjnidispatch-rpmlintrc
 Patch0: jna-build.patch
-Patch1: reproducible.patch
+Patch1: jna-getpeer.patch
 BuildRequires:  ant
 BuildRequires:  ant-junit
 BuildRequires:  dos2unix
-BuildRequires:  java-devel >= 1.5.0
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.6
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
 BuildRequires:  libffi-devel
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  xorg-x11-libXt-devel
-Requires:   java >= 1.5.0
+Requires:   java >= 1.6
 Provides:   jna-native = %{version}-%{release}
 Obsoletes:  jna-native < %{version}-%{release}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -83,24 +84,24 @@
 find . -name '*jar' | xargs rm
 rm -rf dist
 dos2unix OTHERS
-# Then apply patches
+# Then apply patch
 %patch0 -p1 -b .orig
 %patch1 -p1
 
 #FIXME: DirectTest fails
-rm test/com/sun/jna/DirectTest.java test/com/sun/jna/PerformanceTest.java
+#rm test/com/sun/jna/DirectTest.java test/com/sun/jna/PerformanceTest.java
 
 sed -i 's|soname,\$@|soname,%{name}.so|' native/Makefile
 
 %build
-
+build-jar-repository -s -p lib ant
 ant \
 jar \
 native \
 platform-jar \
 -Dcflags_extra.native="%{optflags}" \
 -Dbuild-native=true \
--Dcompatibility=1.5 \
+-Dcompatibility=1.6 \
 -Ddynlink.native=true \
 javadoc
 
@@ -124,6 +125,7 @@
 
 install -d -m 755 %{buildroot}%{_javadocdir}/jna
 cp -pr doc/javadoc/* %{buildroot}%{_javadocdir}/jna
+%fdupes -s %{buildroot}%{_javadocdir}/jna
 
 %files
 %defattr(0644,root,root,0755)

++ 4.2.2.tar.gz -> 4.5.0.tar.gz ++
/work/SRC/openSUSE:Factory/libjnidispatch/4.2.2.tar.gz 
/work/SRC/openSUSE:Factory/.libjnidispatch.new/4.5.0.tar.gz differ: char 12, 
line 1

++ jna-build.patch ++
--- /var/tmp/diff_new_pack.kAzn5g/_old  2017-09-20 17:12:50.028348712 +0200
+++ /var/tmp/diff_new_pack.kAzn5g/_new  2017-09-20 17:12:50.032348149 +0200
@@ -1,17 +1,15 @@
-Index: jna-4.1.0/build.xml
-===
 jna-4.1.0.orig/build.xml
-+++ jna-4.1.0/build.xml
-@@ -290,7 +290,7 @@
+--- jna-4.5.0/build.xml2017-09-13 22:12:57.0 +0200
 jna-4.5.0/build.xml2017-09-19 16:29:45.193799835 +0200
+@@ -337,7 +337,7 @@

  

 -
 +  

+   
  
- 
-@@ -332,7 +332,7 @@
+@@ -382,7 +382,7 @@

  

@@ -20,7 +18,7 @@
description="Build primary jar">
  
@@ -63,12 +61,18 @@
 -processor=x86-64;osname=linux,
 -com/sun/jna/linux-arm/libjnidispatch.so;
 -processor=arm;osname=linux,
+-com/sun/jna/linux-armel/libjnidispatch.so;
+-processor=armel;osname=linux,
 -com/sun/jna/linux-aarch64/libjnidispatch.so;
 -processor=aarch64;osname=linux,
 -com/sun/jna/linux-ia64/libjnidispatch.so;
 -processor=ia64;osname=linux,
 

commit python-msrest for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package python-msrest for openSUSE:Factory 
checked in at 2017-09-20 17:13:04

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


Package is "python-msrest"

Wed Sep 20 17:13:04 2017 rev:3 rq:527378 version:0.4.11

Changes:

--- /work/SRC/openSUSE:Factory/python-msrest/python-msrest.changes  
2017-07-19 12:21:53.384902716 +0200
+++ /work/SRC/openSUSE:Factory/.python-msrest.new/python-msrest.changes 
2017-09-20 17:13:08.417760052 +0200
@@ -1,0 +2,10 @@
+Tue Sep 19 19:54:12 UTC 2017 - adrian.glaub...@suse.com
+
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + m_drop-compatible-releases-operator.patch
+- Add patch to extras_require field from setup.py, required
+  for SLES12 as the setuptools version is too old
+  + m_drop-extras-require.patch
+
+---

New:

  m_drop-compatible-releases-operator.patch
  m_drop-extras-require.patch



Other differences:
--
++ python-msrest.spec ++
--- /var/tmp/diff_new_pack.s7RMic/_old  2017-09-20 17:13:09.117661527 +0200
+++ /var/tmp/diff_new_pack.s7RMic/_new  2017-09-20 17:13:09.121660965 +0200
@@ -25,6 +25,8 @@
 Group:  Development/Languages/Python
 Url:https://pypi.python.org/pypi/msrest
 Source: 
https://files.pythonhosted.org/packages/source/m/msrest/msrest-%{version}.tar.gz
+Patch0: m_drop-compatible-releases-operator.patch
+Patch1: m_drop-extras-require.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -46,6 +48,8 @@
 
 %prep
 %setup -q -n msrest-%{version}
+%patch0 -p1
+%patch1 -p1
 
 %build
 %python_build

++ m_drop-compatible-releases-operator.patch ++
diff -Nru msrest-0.4.11.orig/setup.py msrest-0.4.11/setup.py
--- msrest-0.4.11.orig/setup.py 2017-06-21 21:21:28.0 +0200
+++ msrest-0.4.11/setup.py  2017-09-19 21:48:38.208520870 +0200
@@ -48,7 +48,7 @@
 'License :: OSI Approved :: MIT License',
 'Topic :: Software Development'],
 install_requires=[
-"requests~=2.14",
+"requests>=2.14",
 "requests_oauthlib>=0.5.0",
 "isodate>=0.5.4",
 "certifi>=2017.4.17",
++ m_drop-extras-require.patch ++
diff -Nru msrest-0.4.11.orig/setup.py msrest-0.4.11/setup.py
--- msrest-0.4.11.orig/setup.py 2017-09-19 21:48:38.208520870 +0200
+++ msrest-0.4.11/setup.py  2017-09-19 21:50:56.557685936 +0200
@@ -52,8 +52,5 @@
 "requests_oauthlib>=0.5.0",
 "isodate>=0.5.4",
 "certifi>=2017.4.17",
-],
-extras_require={
-":python_version<'3.4'": ['enum34>=1.0.4'],
-}
+]
 )



commit python-docrepr for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package python-docrepr for openSUSE:Factory 
checked in at 2017-09-20 17:13:25

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


Package is "python-docrepr"

Wed Sep 20 17:13:25 2017 rev:1 rq:527411 version:0.1.0

Changes:

New Changes file:

--- /dev/null   2017-07-20 07:30:00.335470106 +0200
+++ /work/SRC/openSUSE:Factory/.python-docrepr.new/python-docrepr.changes   
2017-09-20 17:13:27.187117909 +0200
@@ -0,0 +1,4 @@
+---
+Tue Sep 19 21:48:58 UTC 2017 - toddrme2...@gmail.com
+
+- Initial version

New:

  docrepr-0.1.0.tar.gz
  python-docrepr.changes
  python-docrepr.spec



Other differences:
--
++ python-docrepr.spec ++
#
# spec file for package python-docrepr
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name:   python-docrepr
Version:0.1.0
Release:0
Summary:Render Python docstrings in HTML
License:BSD-3-Clause
Group:  Development/Languages/Python
Url:https://github.com/spyder-ide/docrepr
Source: 
https://files.pythonhosted.org/packages/source/d/docrepr/docrepr-%{version}.tar.gz
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
%if %{with test}
BuildRequires:  %{python_module Jinja2}
BuildRequires:  %{python_module Sphinx}
BuildRequires:  %{python_module docutils}
%endif
Requires:   python-Jinja2
Requires:   python-Sphinx
Requires:   python-docutils
BuildArch:  noarch

%python_subpackages

%description
The docrepr package renders Python docstrings in HTML. It is based on
the sphinxify module developed by Tim Dumol for the Sage Notebook and
the utils.inspector module developed for the Spyder IDE.


%prep
%setup -q -n docrepr-%{version}

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%files %{python_files}
%defattr(-,root,root,-)
%doc README.md
%{python_sitelib}/*

%changelog



commit python-os-api-ref for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package python-os-api-ref for 
openSUSE:Factory checked in at 2017-09-20 17:13:15

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


Package is "python-os-api-ref"

Wed Sep 20 17:13:15 2017 rev:3 rq:527393 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-os-api-ref/python-os-api-ref.changes  
2017-02-21 13:41:07.378386203 +0100
+++ /work/SRC/openSUSE:Factory/.python-os-api-ref.new/python-os-api-ref.changes 
2017-09-20 17:13:16.224661083 +0200
@@ -1,0 +2,16 @@
+Tue Aug 22 11:07:45 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.4.0
+  - Update hacking
+  - Removes unnecessary utf-8 encoding
+  - Updated from global requirements
+  - Import httplib from six to support Python 3
+  - Fix for sphinx 1.6.2
+  - Enable warnings as errors
+  - [Fix gate]Update test requirement
+  - add file on releasing the software
+  - Replaces yaml.load() with yaml.safe_load()
+  - Delete support py33
+  - Update tests for more recent sphinx
+
+---

Old:

  os-api-ref-1.2.0.tar.gz

New:

  os-api-ref-1.4.0.tar.gz



Other differences:
--
++ python-os-api-ref.spec ++
--- /var/tmp/diff_new_pack.fJNhgD/_old  2017-09-20 17:13:16.760585641 +0200
+++ /var/tmp/diff_new_pack.fJNhgD/_new  2017-09-20 17:13:16.764585078 +0200
@@ -18,7 +18,7 @@
 
 %global sname os-api-ref
 Name:   python-os-api-ref
-Version:1.2.0
+Version:1.4.0
 Release:0
 Summary:Sphinx Extensions to support API reference sites in OpenStack
 License:Apache-2.0
@@ -30,9 +30,9 @@
 BuildRequires:  python-Sphinx
 BuildRequires:  python-beautifulsoup4
 BuildRequires:  python-docutils >= 0.11
-BuildRequires:  python-openstackdocstheme >= 1.5.0
+BuildRequires:  python-openstackdocstheme >= 1.11.0
 BuildRequires:  python-oslosphinx >= 4.7.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-sphinx-testing
 BuildRequires:  python-testrepository >= 0.0.18
@@ -40,8 +40,8 @@
 Requires:   python-PyYAML >= 3.10.0
 Requires:   python-Sphinx
 Requires:   python-docutils >= 0.11
-Requires:   python-openstackdocstheme >= 1.5.0
-Requires:   python-pbr >= 1.8
+Requires:   python-openstackdocstheme >= 1.11.0
+Requires:   python-pbr >= 2.0.0
 BuildArch:  noarch
 
 %description

++ _service ++
--- /var/tmp/diff_new_pack.fJNhgD/_old  2017-09-20 17:13:16.796580574 +0200
+++ /var/tmp/diff_new_pack.fJNhgD/_new  2017-09-20 17:13:16.800580011 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/os-api-ref/os-api-ref.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/os-api-ref/os-api-ref.spec.j2
 python-os-api-ref.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,os-api-ref
   

++ os-api-ref-1.2.0.tar.gz -> os-api-ref-1.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-api-ref-1.2.0/AUTHORS new/os-api-ref-1.4.0/AUTHORS
--- old/os-api-ref-1.2.0/AUTHORS2017-01-19 22:29:25.0 +0100
+++ new/os-api-ref-1.4.0/AUTHORS2017-06-13 22:11:08.0 +0200
@@ -1,3 +1,4 @@
+Andreas Jaeger 
 Anne Gentle 
 Cao Xuan Hoang 
 Daniel Gonzalez 
@@ -6,9 +7,15 @@
 Flavio Percoco 
 Graham Hayes 
 Karen Bradshaw 
+Monty Taylor 
+Nam Nguyen Hoai 
 Ondřej Nový 
 Sean Dague 
 Thomas Bechtold 
 Tony Breeds 
 Tony Xu 
+Yuval Brik 
+gengchc2 
+ricolin 
+shashi.kant 
 tengqm 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-api-ref-1.2.0/ChangeLog 
new/os-api-ref-1.4.0/ChangeLog
--- old/os-api-ref-1.2.0/ChangeLog  2017-01-19 22:29:25.0 +0100
+++ new/os-api-ref-1.4.0/ChangeLog  2017-06-13 22:11:08.0 +0200
@@ -1,6 +1,26 @@
 CHANGES
 ===
 
+1.4.0
+-
+
+* Fix for sphinx 1.6.2
+* Updated from global requirements
+* Updated from global requirements
+* Replaces yaml.load() with yaml.safe\_load()
+* Update tests for more recent sphinx
+* Enable warnings as errors
+* Updated from global requirements
+* [Fix gate]Update test requirement
+* Update hacking
+
+1.3.0
+-
+
+* Updated from global requirements
+* Delete support py33
+* add file on releasing the software
+
 1.2.0
 -
 
@@ -9,8 +29,10 @@
 * Removes unnecessary

commit libica for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package libica for openSUSE:Factory checked 
in at 2017-09-20 17:13:22

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


Package is "libica"

Wed Sep 20 17:13:22 2017 rev:5 rq:527398 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/libica/libica.changes2017-06-07 
09:55:05.417507562 +0200
+++ /work/SRC/openSUSE:Factory/.libica.new/libica.changes   2017-09-20 
17:13:23.795595330 +0200
@@ -1,0 +2,10 @@
+Wed Sep 13 20:23:05 UTC 2017 - mp...@suse.com
+
+- libica: AES-GCM/CCM sometimes compute wrong tag values (bsc#1058567)
+  - Added the following patches (bsc#1058567)
+- libica-3.0.2-01-fix-old-aes-gcm-decrypt-code-path.patch
+- libica-3.0.2-02-fix-aes-ccm-encrypt-code-path.patch
+- libica-3.0.2-03-fix-aes-ctr.patch
+- libica-3.0.2-04-fix-aes-gcm-to-allow-zero-pt-ct-length.patch
+
+---

New:

  libica-3.0.2-01-fix-old-aes-gcm-decrypt-code-path.patch
  libica-3.0.2-02-fix-aes-ccm-encrypt-code-path.patch
  libica-3.0.2-03-fix-aes-ctr.patch
  libica-3.0.2-04-fix-aes-gcm-to-allow-zero-pt-ct-length.patch



Other differences:
--
++ libica.spec ++
--- /var/tmp/diff_new_pack.xnxY9V/_old  2017-09-20 17:13:24.367514822 +0200
+++ /var/tmp/diff_new_pack.xnxY9V/_new  2017-09-20 17:13:24.371514258 +0200
@@ -36,6 +36,11 @@
 Source6:baselibs.conf
 Source7:%{name}-rpmlintrc
 
+Patch1: libica-3.0.2-01-fix-old-aes-gcm-decrypt-code-path.patch
+Patch2: libica-3.0.2-02-fix-aes-ccm-encrypt-code-path.patch
+Patch3: libica-3.0.2-03-fix-aes-ctr.patch
+Patch4: libica-3.0.2-04-fix-aes-gcm-to-allow-zero-pt-ct-length.patch
+
 Url:http://sourceforge.net/projects/opencryptoki/files/libica
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %fillup_prereq %insserv_prereq
@@ -99,6 +104,10 @@
 
 %prep
 %setup -a 1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
 mkdir -p include/linux/

++ libica-3.0.2-01-fix-old-aes-gcm-decrypt-code-path.patch ++
From: Patrick Steuer 
Subject: fix old aes-gcm decrypt code path.
Patch-mainline: v3.1.1
Git-commit: b95a9fd29fbdab9fd201c8f347bd4710d1811ada
References: LTC#158531

Description:  libica: AES-GCM/CCM sometimes compute wrong tag values
Symptom:  When the tag values of (unmodified) data are wrong, it is
  (wrongly) indicated that the data has been modified.
Problem:  With AES-GCM in-place decryption, the tag is computed from the
  plaintext. With AES-CCM in-place encryption, the tag is computed
  from the ciphertext.
Solution: AES-GCM decryption always computes the tag from the ciphertext.
  AES-CCM encryption always computes the tag from the plaintext.
Reproduction: When used with the ibmca 1.4 openssl engine (which enables
  libica's AES-GCM for libcrypto): (1) A SSH connection fails
  using an AES-GCM based cipher-suite, (2) A connection of
  openssl's s_client and s_server using an AES-GCM based
  cipher-suite fails.

Upstream-Description:

   fix old aes-gcm decrypt code path.

The old aes-gcm decrypt code was like pt<-dec(ct), tag<-mac(ct).
So in case of "in-place" decryption (pt=ct), the tag was computed
from the plaintext.

Signed-off-by: Patrick Steuer 

Signed-off-by: Patrick Steuer 
---
 src/include/s390_gcm.h |   41 ++---
 1 file changed, 26 insertions(+), 15 deletions(-)

--- a/src/include/s390_gcm.h
+++ b/src/include/s390_gcm.h
@@ -321,8 +321,14 @@ static inline int s390_gcm(unsigned int 
memcpy(tmp_ctr, j0, AES_BLOCK_SIZE);
__inc_aes_ctr((struct uint128 *)tmp_ctr, GCM_CTR_WIDTH);
 
-   /* en-/decrypt payload */
if (function_code % 2) {
+   /* mac */
+   rc = s390_gcm_authenticate(ciphertext, text_length,
+  aad, aad_length,
+  subkey_h, tmp_tag);
+   if (rc)
+   return rc;
+
/* decrypt */
rc = s390_aes_ctr(UNDIRECTED_FC(function_code),
  ciphertext, plaintext, text_length,
@@ -336,14 +342,14 @@ static inline int s390_gcm(unsigned int 
  key, tmp_ctr, GCM_CTR_WIDTH);
if (rc)
return rc;
-   }
 
-   /* generate authentication tag */
-   rc = s390_gcm_authenticate(ciphertext, text_length,
-  aad, aad_length,
-  subke

commit python-stevedore for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package python-stevedore for 
openSUSE:Factory checked in at 2017-09-20 17:13:20

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


Package is "python-stevedore"

Wed Sep 20 17:13:20 2017 rev:27 rq:527396 version:1.25.0

Changes:

--- /work/SRC/openSUSE:Factory/python-stevedore/python-stevedore.changes
2017-04-24 09:49:04.981417914 +0200
+++ /work/SRC/openSUSE:Factory/.python-stevedore.new/python-stevedore.changes   
2017-09-20 17:13:20.440067684 +0200
@@ -1,0 +2,25 @@
+Tue Aug 22 11:14:05 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.25.0
+  - move documentation into the new standard layout
+  - Remove 'run_sphinx' script
+  - Remove unused doc/requirements.txt
+  - turn on warning-is-error for doc build
+  - Mark as Production/Stable instead of Alpha
+  - Remove oslotest from test-requirements
+  - Update URLs in documents according to document migration
+  - fix setuptools url
+  - Remove support for py34
+  - Update reno for stable/ocata
+  - Updated from global requirements
+  - switch from oslosphinx to openstackdocstheme
+
+---
+Tue Aug 22 11:11:52 UTC 2017 - cloud-de...@suse.de
+
+- update to version 1.20.1
+  - Update UPPER_CONSTRAINTS_FILE for stable/ocata
+  - Updated from global requirements
+  - Update .gitreview for stable/ocata
+
+---

Old:

  stevedore-1.20.0.tar.gz

New:

  stevedore-1.25.0.tar.gz



Other differences:
--
++ python-stevedore.spec ++
--- /var/tmp/diff_new_pack.v8K1cq/_old  2017-09-20 17:13:20.963993931 +0200
+++ /var/tmp/diff_new_pack.v8K1cq/_new  2017-09-20 17:13:20.963993931 +0200
@@ -18,20 +18,21 @@
 
 %global pypi_name stevedore
 Name:   python-stevedore
-Version:1.20.0
+Version:1.25.0
 Release:0
 Summary:Manage dynamic plugins for Python applications
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://docs.openstack.org/developer/stevedore/
-Source0:
https://tarballs.openstack.org/stevedore/%{pypi_name}-%{version}.tar.gz
+Source0:
https://pypi.io/packages/source/s/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
+BuildRequires:  python-reno >= 1.8.0
 BuildRequires:  python-setuptools >= 16.0
-Requires:   python-pbr >= 1.8
+BuildRequires:  python-testrepository >= 0.0.18
+Requires:   python-pbr >= 2.0.0
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch
 
@@ -50,7 +51,7 @@
 Summary:Documentation for %{name}
 Group:  Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-openstackdocstheme >= 1.16.0
 
 %description doc
 Python makes loading code dynamically easy, allowing you to configure
@@ -68,6 +69,7 @@
 %prep
 %autosetup -n %{pypi_name}-%{version}
 %py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %py2_build
@@ -78,7 +80,7 @@
 rm -rf html/.{doctrees,buildinfo}
 
 %check
-%{__python2} setup.py testr
+%{__python2} setup.py test
 
 %install
 %py2_install

++ _service ++
--- /var/tmp/diff_new_pack.v8K1cq/_old  2017-09-20 17:13:20.88865 +0200
+++ /var/tmp/diff_new_pack.v8K1cq/_new  2017-09-20 17:13:21.003988301 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/stevedore/stevedore.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/stevedore/stevedore.spec.j2
 python-stevedore.spec
-https://raw.githubusercontent.com/openstack/requirements/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/requirements/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,stevedore
   

++ stevedore-1.20.0.tar.gz -> stevedore-1.25.0.tar.gz ++
 3318 lines of diff (skipped)




commit python-prompt_toolkit for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package python-prompt_toolkit for 
openSUSE:Factory checked in at 2017-09-20 17:13:29

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


Package is "python-prompt_toolkit"

Wed Sep 20 17:13:29 2017 rev:3 rq:527414 version:1.0.15

Changes:

--- 
/work/SRC/openSUSE:Factory/python-prompt_toolkit/python-prompt_toolkit.changes  
2017-05-17 17:14:45.003566287 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-prompt_toolkit.new/python-prompt_toolkit.changes
 2017-09-20 17:13:31.538505368 +0200
@@ -1,0 +2,14 @@
+Tue Sep 19 19:54:26 UTC 2017 - toddrme2...@gmail.com
+
+- Update to version 1.0.15
+  + Fixes:
+* Don't shuffle tasks in the event loop. This fixes an issue where lines
+  printed from background threads were printed in a different order if
+  `patch_stdout=True`.
+* Only consider the text before the cursor when activating history search.
+* Pressing escape should accept the search, this is closer to how readline 
works.
+* Enable autowrap again when required.
+  + New features:
+* Add run_in_terminal option to disable cooked mode.
+
+---

Old:

  prompt_toolkit-1.0.14.tar.gz

New:

  prompt_toolkit-1.0.15.tar.gz



Other differences:
--
++ python-prompt_toolkit.spec ++
--- /var/tmp/diff_new_pack.3ZDkpi/_old  2017-09-20 17:13:32.146419793 +0200
+++ /var/tmp/diff_new_pack.3ZDkpi/_new  2017-09-20 17:13:32.150419231 +0200
@@ -17,9 +17,10 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without  test
 %define oldpython python
 Name:   python-prompt_toolkit
-Version:1.0.14
+Version:1.0.15
 Release:0
 Summary:Library for building powerful interactive command lines in 
Python
 License:BSD-3-Clause
@@ -30,13 +31,13 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module Pygments}
-BuildRequires:  %{python_module six >= 1.9.0}
+%if %{with test}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module wcwidth}
-Requires:   python-Pygments
+%endif
 Requires:   python-six >= 1.9.0
 Requires:   python-wcwidth
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Recommends: python-Pygments
 BuildArch:  noarch
 %ifpython2
 Obsoletes:  %{oldpython}-python-prompt-toolkit < %{version}
@@ -58,9 +59,16 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%if %{with test}
+%check
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
+py.test-%{$python_bin_suffix}
+}
+%endif
+
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc README.rst CHANGELOG
+%doc AUTHORS.rst LICENSE README.rst CHANGELOG
 %{python_sitelib}/*
 
 %changelog

++ prompt_toolkit-1.0.14.tar.gz -> prompt_toolkit-1.0.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prompt_toolkit-1.0.14/CHANGELOG 
new/prompt_toolkit-1.0.15/CHANGELOG
--- old/prompt_toolkit-1.0.14/CHANGELOG 2017-03-26 20:34:55.0 +0200
+++ new/prompt_toolkit-1.0.15/CHANGELOG 2017-07-27 12:03:08.0 +0200
@@ -1,6 +1,21 @@
 CHANGELOG
 =
 
+1.0.15: 2017-07-27
+--
+
+Fixes:
+- Don't shuffle tasks in the event loop. This fixes an issue where lines
+  printed from background threads were printed in a different order if
+  `patch_stdout=True`.
+- Only consider the text before the cursor when activating history search.
+- Pressing escape should accept the search, this is closer to how readline 
works.
+- Enable autowrap again when required.
+
+New features:
+- Add run_in_terminal option to disable cooked mode.
+
+
 1.0.14: 2017-03-26
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prompt_toolkit-1.0.14/PKG-INFO 
new/prompt_toolkit-1.0.15/PKG-INFO
--- old/prompt_toolkit-1.0.14/PKG-INFO  2017-03-26 20:36:28.0 +0200
+++ new/prompt_toolkit-1.0.15/PKG-INFO  2017-07-27 12:08:26.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: prompt_toolkit
-Version: 1.0.14
+Version: 1.0.15
 Summary: Library for building powerful interactive command lines in Python
 Home-page: https://github.com/jonathanslenders/python-prompt-toolkit
 Author: Jonathan Slenders
@@ -137,6 +137,7 @@
 - `http-prompt `_: An 
interactive command-line HTTP client.
 - `coconut `_: Functional programming in 
Python.
 - `Ergonomica 

commit vm-install for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package vm-install for openSUSE:Factory 
checked in at 2017-09-20 17:12:59

Comparing /work/SRC/openSUSE:Factory/vm-install (Old)
 and  /work/SRC/openSUSE:Factory/.vm-install.new (New)


Package is "vm-install"

Wed Sep 20 17:12:59 2017 rev:160 rq:527362 version:0.9.03

Changes:

--- /work/SRC/openSUSE:Factory/vm-install/vm-install.changes2017-08-16 
16:13:54.919685306 +0200
+++ /work/SRC/openSUSE:Factory/.vm-install.new/vm-install.changes   
2017-09-20 17:13:06.114084339 +0200
@@ -1,0 +2,7 @@
+Thu Aug 31 16:01:36 MDT 2017 - carn...@suse.com
+
+- bsc#1056738 - vm-install: Can't install SLE15 PV guest on SLE11
+  SP4 host
+- Version 0.9.03
+
+---

Old:

  vm-install-0.9.02.tar.bz2

New:

  vm-install-0.9.03.tar.bz2



Other differences:
--
++ vm-install.spec ++
--- /var/tmp/diff_new_pack.oHIzi0/_old  2017-09-20 17:13:07.361908683 +0200
+++ /var/tmp/diff_new_pack.oHIzi0/_new  2017-09-20 17:13:07.361908683 +0200
@@ -28,12 +28,12 @@
 %endif
 # For directory ownership:
 BuildRequires:  yast2
-Version:0.9.02
+Version:0.9.03
 Release:0
 Summary:Tool to Define a Virtual Machine and Install Its Operating 
System
 License:GPL-2.0
 Group:  System/Emulators/PC
-Source0:%{name}-0.9.02.tar.bz2
+Source0:%{name}-0.9.03.tar.bz2
 Source1:vm-install.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   dbus-1-python

++ vm-install-0.9.02.tar.bz2 -> vm-install-0.9.03.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.9.02/Makefile 
new/vm-install-0.9.03/Makefile
--- old/vm-install-0.9.02/Makefile  2017-08-10 00:21:30.941675223 +0200
+++ new/vm-install-0.9.03/Makefile  2017-09-06 16:21:56.726685869 +0200
@@ -1,5 +1,5 @@
 PACKAGE = vm-install
-VER = 0.9.02
+VER = 0.9.03
 
 default:
@echo "Run 'make install DESTDIR=$destdir' to install."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.9.02/setup.py 
new/vm-install-0.9.03/setup.py
--- old/vm-install-0.9.02/setup.py  2017-08-10 00:21:25.769871113 +0200
+++ new/vm-install-0.9.03/setup.py  2017-09-06 16:21:56.418697535 +0200
@@ -1,7 +1,7 @@
 from distutils.core import setup
 
 setup(name='vminstall',
-  version='0.9.02',
+  version='0.9.03',
   description='Define a virtual machine and install its operating system',
   author='Charles Coffing',
   author_email='ccoff...@novell.com',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.9.02/src/vminstall/ParaVirtGuest.py 
new/vm-install-0.9.03/src/vminstall/ParaVirtGuest.py
--- old/vm-install-0.9.02/src/vminstall/ParaVirtGuest.py2017-07-07 
00:53:28.089793091 +0200
+++ new/vm-install-0.9.03/src/vminstall/ParaVirtGuest.py2017-09-06 
16:21:56.638689203 +0200
@@ -20,6 +20,7 @@
 from .globals import *
 from .log import log
 from vmdisks import Disk
+from uuid import UUID
 from . import hypervisor
 from . import mount
 from . import paths
@@ -107,7 +108,7 @@
 partitions = []
 # Old version of sfdisk returns Id=... New version returns type=
 pre_old = re.compile('([^ ]*)[ \\t]*:[ \\t]*start=[ \\t]*([0-9]*)[ \\t]*, 
size=[ \\t]*([0-9]*)[ \\t]*, Id=[ \\t]*([0-9a-fA-F]*)')
-pre = re.compile('([^ ]*)[ \\t]*:[ \\t]*start=[ \\t]*([0-9]*)[ \\t]*, 
size=[ \\t]*([0-9]*)[ \\t]*, type=[ \\t]*([0-9a-fA-F]*)')
+pre = re.compile('([^ ]*)[ \\t]*:[ \\t]*start=[ \\t]*([0-9]*)[ \\t]*, 
size=[ \\t]*([0-9]*)[ \\t]*, type=[ \\t]*([0-9a-fA-F-]*)')
 log.debug("Examining '%s' for partitions..." % dev)
 try:
 lines = util.run(['/sbin/sfdisk', '--force', '-d', '-uS', '--', dev])
@@ -123,8 +124,13 @@
 pstart = m.group(2)
 pid = m.group(4)
 # For now, only investigate 83 (Linux) and 6 (FAT16)
-if pid not in ('6', '83'):
-continue
+if pid not in ('6', '83', 'ee'):
+# Check if type is GUID for a GPT partition
+try:
+UUID(pid)
+pid = 'ee'
+except:
+continue
 log.debug("Found partition '%s'." % (pname,))
 partition['name'] = pname
 partition['id'] = pid
@@ -257,7 +263,7 @@
 actions = VMDefaults[self.options.os_type].actions()
 for partition in partitions:
 # For now, only investigate 6 (FAT16) and 83 (Linux), 8e (Linux 
LVM)
-if partition['id'] not in ('6', '83', '8e'

commit netbeans-resolver for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package netbeans-resolver for 
openSUSE:Factory checked in at 2017-09-20 17:12:50

Comparing /work/SRC/openSUSE:Factory/netbeans-resolver (Old)
 and  /work/SRC/openSUSE:Factory/.netbeans-resolver.new (New)


Package is "netbeans-resolver"

Wed Sep 20 17:12:50 2017 rev:15 rq:527344 version:6.7.1

Changes:

--- /work/SRC/openSUSE:Factory/netbeans-resolver/netbeans-resolver.changes  
2013-09-12 17:04:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.netbeans-resolver.new/netbeans-resolver.changes 
2017-09-20 17:12:58.919097170 +0200
@@ -1,0 +2,11 @@
+Tue Sep 19 15:16:33 UTC 2017 - fst...@suse.com
+
+- Modified patch:
+  * netbeans-resolver-6.7.1-resolver.patch
++ Don't hardcode source 1.4, since we are specifying the level
+  on command-line
+   + Rename enum -> emun to avoid clash with reserved word in
+  java 5
+- Fix build with jdk9: specify source and target level 1.6
+
+---



Other differences:
--
++ netbeans-resolver.spec ++
--- /var/tmp/diff_new_pack.EH1llV/_old  2017-09-20 17:12:59.603000897 +0200
+++ /var/tmp/diff_new_pack.EH1llV/_new  2017-09-20 17:12:59.607000334 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package netbeans-resolver
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -62,7 +62,10 @@
 dos2unix -k LICENSE.resolver.txt
 
 %build
-%{ant} -f resolver.xml jar
+%{ant} \
+-f resolver.xml \
+-Djavac.target=1.6 -Djavac.source=1.6 \
+jar
 
 %install
 

++ netbeans-resolver-6.7.1-resolver.patch ++
--- /var/tmp/diff_new_pack.EH1llV/_old  2017-09-20 17:12:59.634996393 +0200
+++ /var/tmp/diff_new_pack.EH1llV/_new  2017-09-20 17:12:59.638995830 +0200
@@ -1,15 +1,3 @@
-diff -Nur xml-commons-resolver-1.2/resolver.xml 
xml-commons-resolver-1.2.new/resolver.xml
 xml-commons-resolver-1.2/resolver.xml  2006-11-20 15:23:08.0 
+0300
-+++ xml-commons-resolver-1.2.new/resolver.xml  2009-08-12 01:21:03.0 
+0400
-@@ -88,7 +88,7 @@
- 
-
- 
--   
-+   
-  
-  
-  
 diff -Nur xml-commons-resolver-1.2/src/org/apache/xml/resolver/Catalog.java 
xml-commons-resolver-1.2.new/src/org/apache/xml/resolver/Catalog.java
 --- xml-commons-resolver-1.2/src/org/apache/xml/resolver/Catalog.java  
2006-11-20 15:23:08.0 +0300
 +++ xml-commons-resolver-1.2.new/src/org/apache/xml/resolver/Catalog.java  
2009-08-12 01:44:32.0 +0400
@@ -30,10 +18,10 @@
 +*/
 +   public Iterator getPublicIDs() {
 +   Vector v = new Vector();
-+   Enumeration enum = catalogEntries.elements();
++   Enumeration emun = catalogEntries.elements();
 +
-+   while (enum.hasMoreElements()) {
-+ CatalogEntry e = (CatalogEntry) enum.nextElement();
++   while (emun.hasMoreElements()) {
++ CatalogEntry e = (CatalogEntry) emun.nextElement();
 + if (e.getEntryType() == PUBLIC) {
 + v.add(e.getEntryArg(0));
 + }




commit python-multidict for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package python-multidict for 
openSUSE:Factory checked in at 2017-09-20 17:13:36

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


Package is "python-multidict"

Wed Sep 20 17:13:36 2017 rev:2 rq:527445 version:3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-multidict/python-multidict.changes
2017-08-04 11:59:45.716393561 +0200
+++ /work/SRC/openSUSE:Factory/.python-multidict.new/python-multidict.changes   
2017-09-20 17:13:38.197567980 +0200
@@ -1,0 +2,9 @@
+Tue Sep 19 17:44:52 UTC 2017 - sean.mar...@suse.com
+
+- Update to version 3.2.0:
+  + Fix pickling
+  + Fix equality check when other contains more keys
+  + Fix CIMultiDict copy
+- Pre-compiled shared libraries have been removed from sdist.
+
+---

Old:

  multidict-3.1.1.tar.gz

New:

  multidict-3.2.0.tar.gz



Other differences:
--
++ python-multidict.spec ++
--- /var/tmp/diff_new_pack.D5ol19/_old  2017-09-20 17:13:38.829479027 +0200
+++ /var/tmp/diff_new_pack.D5ol19/_new  2017-09-20 17:13:38.833478464 +0200
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %bcond_without test
 Name:   python-multidict
-Version:3.1.1
+Version:3.2.0
 Release:0
 Summary:Multidict implementation
 License:Apache-2.0
@@ -46,8 +46,6 @@
 
 %build
 export CFLAGS="%{optflags}"
-# Package contains pre-compiled shared libraries
-rm -f multidict/*.so
 %python_build
 
 %install

++ multidict-3.1.1.tar.gz -> multidict-3.2.0.tar.gz ++
 20449 lines of diff (skipped)




commit python-pycadf for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package python-pycadf for openSUSE:Factory 
checked in at 2017-09-20 17:13:17

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


Package is "python-pycadf"

Wed Sep 20 17:13:17 2017 rev:10 rq:527395 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pycadf/python-pycadf.changes  
2017-02-21 13:41:42.409444250 +0100
+++ /work/SRC/openSUSE:Factory/.python-pycadf.new/python-pycadf.changes 
2017-09-20 17:13:19.404213501 +0200
@@ -1,0 +2,8 @@
+Mon Aug  7 14:45:59 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.6.0
+  - Make `is_valid` more flexible with uuid validation
+  - Updated from global requirements
+  - Use https for *.openstack.org references
+
+---

Old:

  pycadf-2.5.0.tar.gz

New:

  pycadf-2.6.0.tar.gz



Other differences:
--
++ python-pycadf.spec ++
--- /var/tmp/diff_new_pack.awcWK4/_old  2017-09-20 17:13:20.124112161 +0200
+++ /var/tmp/diff_new_pack.awcWK4/_new  2017-09-20 17:13:20.124112161 +0200
@@ -18,7 +18,7 @@
 
 %global sname pycadf
 Name:   python-%{sname}
-Version:2.5.0
+Version:2.6.0
 Release:0
 Summary:DMTF Cloud Audit (CADF) data model
 License:Apache-2.0
@@ -27,15 +27,15 @@
 Source0:
https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-setuptools >= 16.0
 Requires:   python-Babel >= 2.3.4
-Requires:   python-WebOb >= 1.6.0
+Requires:   python-WebOb >= 1.7.1
 Requires:   python-debtcollector >= 1.2.0
 Requires:   python-iso8601 >= 0.1.11
 Requires:   python-netaddr >= 0.7.13
-Requires:   python-oslo.config >= 3.14.0
-Requires:   python-oslo.messaging >= 5.14.0
+Requires:   python-oslo.config >= 4.0.0
+Requires:   python-oslo.messaging >= 5.24.2
 Requires:   python-oslo.serialization >= 1.10.0
 Requires:   python-pytz >= 2013.6
 Requires:   python-six >= 1.9.0

++ _service ++
--- /var/tmp/diff_new_pack.awcWK4/_old  2017-09-20 17:13:20.164106531 +0200
+++ /var/tmp/diff_new_pack.awcWK4/_new  2017-09-20 17:13:20.164106531 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/pycadf/pycadf.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/pycadf/pycadf.spec.j2
 python-pycadf.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,pycadf
   

++ pycadf-2.5.0.tar.gz -> pycadf-2.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycadf-2.5.0/AUTHORS new/pycadf-2.6.0/AUTHORS
--- old/pycadf-2.5.0/AUTHORS2017-01-18 21:03:00.0 +0100
+++ new/pycadf-2.6.0/AUTHORS2017-06-12 15:22:58.0 +0200
@@ -14,6 +14,7 @@
 Eric Brown 
 Fernando Diaz 
 Flavio Percoco 
+Gage Hugo 
 Gordon Chung 
 JUNJIE NAN 
 James E. Blair 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycadf-2.5.0/CONTRIBUTING.rst 
new/pycadf-2.6.0/CONTRIBUTING.rst
--- old/pycadf-2.5.0/CONTRIBUTING.rst   2017-01-18 21:01:21.0 +0100
+++ new/pycadf-2.6.0/CONTRIBUTING.rst   2017-06-12 15:21:18.0 +0200
@@ -1,12 +1,12 @@
 If you would like to contribute to the development of OpenStack,
 you must follow the steps documented at:
 
-   http://docs.openstack.org/infra/manual/developers.html#development-workflow
+   https://docs.openstack.org/infra/manual/developers.html#development-workflow
 
 Once those steps have been completed, changes to OpenStack should be submitted
 for review via the Gerrit tool, following the workflow documented at:
 
-   http://docs.openstack.org/infra/manual/developers.html#development-workflow
+   https://docs.openstack.org/infra/manual/developers.html#development-workflow
 
 Pull requests submitted through GitHub will be ignored.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycadf-2.5.0/ChangeLog new/pycadf-2.6.0/ChangeLog
--- old/pycadf-2.5.0/ChangeLog  2017-01-18 21:03:00.0 +0100
+++ new/pycadf-2.6.0/ChangeLog  2017-06-12 15:22:58.0 +0200
@@ -1,6 +1,17 @@
 CHANGES
 ===
 
+2.6.0
+-
+
+* Updated from global requirements
+* Updated from global requirements
+* Update

commit gstreamer-editing-services for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package gstreamer-editing-services for 
openSUSE:Factory checked in at 2017-09-20 17:13:32

Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)


Package is "gstreamer-editing-services"

Wed Sep 20 17:13:32 2017 rev:20 rq:527437 version:1.12.3

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2017-07-17 09:12:29.612652048 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
   2017-09-20 17:13:32.454376442 +0200
@@ -1,0 +2,22 @@
+Mon Sep 18 21:59:09 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.12.3:
+  + track_element: Always emit "control-binding-removed" signal.
+  + Revert "timeline: Return FALSE when commiting an empty
+timeline".
+  + xml-formatter: Save encoder and muxer advanced settings.
+  + Enhance some pad linking issue debug logging.
+  + smartmixer: Give a unique name to each compositor instances.
+  + pipeline: Allow up to 2 seconds queueing in the playsink video
+queue.
+  + asset:
+- Add a function to stop proxying an asset.
+- Clear loading error when reload is requested.
+  + nlecomposition: Properly update segment->start/stop on commit.
+  + timeline: Remove trackelements initating move from the moving
+context.
+  + xml-formatter: Serialize encoding profiles in reverse order.
+  + pipeline: Make sure tracks are unlinked on NULL->NULL state
+changes.
+
+---

Old:

  gstreamer-editing-services-1.12.2.tar.xz

New:

  gstreamer-editing-services-1.12.3.tar.xz



Other differences:
--
++ gstreamer-editing-services.spec ++
--- /var/tmp/diff_new_pack.0pQncO/_old  2017-09-20 17:13:33.066290304 +0200
+++ /var/tmp/diff_new_pack.0pQncO/_new  2017-09-20 17:13:33.066290304 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   gstreamer-editing-services
-Version:1.12.2
+Version:1.12.3
 Release:0
 Summary:GStreamer Editing Services
 License:GPL-3.0+ and LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Url:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/ges-architecture.html
-Source: 
http://gstreamer.freedesktop.org/src/gstreamer-editing-services/%{name}-%{version}.tar.xz
+Source: 
https://gstreamer.freedesktop.org/src/gstreamer-editing-services/%{name}-%{version}.tar.xz
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(bash-completion) >= 2.0

++ gstreamer-editing-services-1.12.2.tar.xz -> 
gstreamer-editing-services-1.12.3.tar.xz ++
 12745 lines of diff (skipped)




commit netbeans-svnclientadapter for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package netbeans-svnclientadapter for 
openSUSE:Factory checked in at 2017-09-20 17:12:53

Comparing /work/SRC/openSUSE:Factory/netbeans-svnclientadapter (Old)
 and  /work/SRC/openSUSE:Factory/.netbeans-svnclientadapter.new (New)


Package is "netbeans-svnclientadapter"

Wed Sep 20 17:12:53 2017 rev:16 rq:527347 version:6.7.1

Changes:

--- 
/work/SRC/openSUSE:Factory/netbeans-svnclientadapter/netbeans-svnclientadapter.changes
  2014-07-11 20:05:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.netbeans-svnclientadapter.new/netbeans-svnclientadapter.changes
 2017-09-20 17:12:59.754979504 +0200
@@ -1,0 +2,10 @@
+Tue Sep 19 15:30:58 UTC 2017 - fst...@suse.com
+
+- Specify java source and target level 1.6: fix build with jdk9
+- Modified patch:
+  * svnClientAdapter-1.6.0-build.patch
++ specify encoding ISO-8859-1 for all files. Some of them are
+  UTF-8, some are ISO-8859-1. But it looks like UTF-8 can
+  be considered a valid ISO-8859-1 and the build works.
+
+---



Other differences:
--
++ netbeans-svnclientadapter.spec ++
--- /var/tmp/diff_new_pack.57pHXV/_old  2017-09-20 17:13:00.358894490 +0200
+++ /var/tmp/diff_new_pack.57pHXV/_new  2017-09-20 17:13:00.358894490 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package netbeans-svnclientadapter
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,7 +45,6 @@
 Requires:   java >= 1.6.0
 Requires:   javapackages-tools
 Requires:   subversion
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -63,7 +62,10 @@
 
 %build
 [ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java
-ant -verbose svnClientAdapter.jar
+ant \
+-verbose \
+   -DtargetJvm=1.6 \
+   svnClientAdapter.jar
 
 %install
 # jar
@@ -72,7 +74,6 @@
 ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
 
 %files
-%defattr(-,root,root)
 %doc license.txt readme.txt
 %{_javadir}/*
 

++ svnClientAdapter-1.6.0-build.patch ++
--- /var/tmp/diff_new_pack.57pHXV/_old  2017-09-20 17:13:00.39860 +0200
+++ /var/tmp/diff_new_pack.57pHXV/_new  2017-09-20 17:13:00.402888298 +0200
@@ -1,6 +1,5 @@
-diff -Nur svnClientAdapter-1.6.0/build.properties 
svnClientAdapter-1.6.0.new/build.properties
 svnClientAdapter-1.6.0/build.properties2007-08-27 18:37:03.0 
+0400
-+++ svnClientAdapter-1.6.0.new/build.properties2009-08-11 
22:50:17.0 +0400
+--- svnClientAdapter-1.6.0/build.properties2007-08-27 16:37:03.0 
+0200
 svnClientAdapter-1.6.0/build.properties2017-09-19 17:25:52.781134873 
+0200
 @@ -34,10 +34,10 @@
  # 
-
  # all jar needed
@@ -16,10 +15,9 @@
  
  # 
-
  # JavaHL win32 lib dir
-diff -Nur svnClientAdapter-1.6.0/build.xml svnClientAdapter-1.6.0.new/build.xml
 svnClientAdapter-1.6.0/build.xml   2007-08-27 18:37:03.0 +0400
-+++ svnClientAdapter-1.6.0.new/build.xml   2009-08-11 20:06:01.0 
+0400
-@@ -32,12 +32,14 @@
+--- svnClientAdapter-1.6.0/build.xml   2007-08-27 16:37:03.0 +0200
 svnClientAdapter-1.6.0/build.xml   2017-09-19 17:28:39.177137713 +0200
+@@ -32,15 +32,18 @@
  
@@ -34,7 +32,17 @@
  
  
@@ -42,7 +50,9 @@
  
  
@@ -51,7 +61,9 @@
  
  
@@ -59,3 +71,22 @@
  

  
+@@ -85,6 +95,8 @@
+ 
+@@ -214,6 +226,9 @@
+ 
+   
+   




commit google-compute-engine for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package google-compute-engine for 
openSUSE:Factory checked in at 2017-09-20 17:12:57

Comparing /work/SRC/openSUSE:Factory/google-compute-engine (Old)
 and  /work/SRC/openSUSE:Factory/.google-compute-engine.new (New)


Package is "google-compute-engine"

Wed Sep 20 17:12:57 2017 rev:2 rq:527358 version:20170829

Changes:

--- 
/work/SRC/openSUSE:Factory/google-compute-engine/google-compute-engine.changes  
2017-09-13 22:36:55.072003162 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-compute-engine.new/google-compute-engine.changes
 2017-09-20 17:13:04.478314604 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 16:49:18 UTC 2017 - rjsch...@suse.com
+
+- Ship the udevrules with the -init package only
+
+---



Other differences:
--
++ google-compute-engine.spec ++
--- /var/tmp/diff_new_pack.A6PECh/_old  2017-09-20 17:13:05.046234659 +0200
+++ /var/tmp/diff_new_pack.A6PECh/_new  2017-09-20 17:13:05.050234096 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package google-compute-engine-init
+# spec file for package google-compute-engine
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define setup_version 2.6.0
 
 Name:   google-compute-engine
@@ -41,9 +42,8 @@
 Google Compute Engine instance code.
 
 %package init
-License:Apache-2.0
-Group:  System/Daemons
 Summary:GCE Instance Initialization
+Group:  System/Daemons
 %if 0%{?suse_version} && 0%{?suse_version} > 1315
 Requires:   python3-setuptools
 %else
@@ -79,7 +79,6 @@
 Initialization code for Google Compute Engine instances.
 
 %package oslogin
-License:Apache-2.0
 Summary:OS Login Functionality for Google Compute Engine
 Group:  Hardware
 Requires:   google-compute-engine-init == %{version}
@@ -87,9 +86,9 @@
 Requires(post): openssh
 Requires(post): glibc
 BuildRequires:  gcc-c++
-BuildRequires:  make
 BuildRequires:  libcurl-devel
 BuildRequires:  libjson-c-devel
+BuildRequires:  make
 BuildRequires:  pam-devel
 
 %description oslogin
@@ -103,7 +102,6 @@
 %patch2
 find -name "*.py" | xargs sed -i 'sm#!/usr/bin/pythonmm'
 
-
 %build
 %if 0%{?suse_version} && 0%{?suse_version} > 1315
 python3 setup.py build
@@ -155,7 +153,6 @@
 make install DESTDIR=%{buildroot} NSS_INSTALL_PATH=%{_lib} 
PAM_INSTALL_PATH=%{_lib}/security
 popd
 
-
 %pre
 %if 0%{?suse_version} > 1140
 %service_add_pre google-accounts-daemon.service 
google-clock-skew-daemon.service google-instance-setup.service 
google-ip-forwarding-daemon.service google-shutdown-scripts.service 
google-startup-scripts.service
@@ -255,5 +252,6 @@
 %attr(0755,root,root) %{_bindir}/google_oslogin_control
 %attr(0755,root,root) %{_bindir}/google_authorized_keys
 /%{_lib}/*
+%exclude /%{_lib}/udev*
 
 %changelog




commit python-k8sclient for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package python-k8sclient for 
openSUSE:Factory checked in at 2017-09-20 17:13:12

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


Package is "python-k8sclient"

Wed Sep 20 17:13:12 2017 rev:5 rq:527392 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-k8sclient/python-k8sclient.changes
2017-08-10 14:11:14.263764455 +0200
+++ /work/SRC/openSUSE:Factory/.python-k8sclient.new/python-k8sclient.changes   
2017-09-20 17:13:15.224801832 +0200
@@ -1,0 +2,5 @@
+Mon Aug  7 14:43:25 UTC 2017 - tbecht...@suse.com
+
+- switch to stable/pike spec template
+
+---



Other differences:
--
++ python-k8sclient.spec ++
--- /var/tmp/diff_new_pack.jL9mjc/_old  2017-09-20 17:13:15.816718508 +0200
+++ /var/tmp/diff_new_pack.jL9mjc/_new  2017-09-20 17:13:15.820717946 +0200
@@ -26,18 +26,18 @@
 Source0:
https://pypi.io/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-python-dateutil >= 2.4.2
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
-BuildRequires:  python-urllib3 >= 1.15.1
-Requires:   python-pbr >= 1.8
+BuildRequires:  python-urllib3 >= 1.21.1
+Requires:   python-pbr >= 2.0.0
 Requires:   python-python-dateutil >= 2.4.2
 Requires:   python-six >= 1.9.0
-Requires:   python-urllib3 >= 1.15.1
+Requires:   python-urllib3 >= 1.21.1
 BuildArch:  noarch
 
 %description

++ _service ++
--- /var/tmp/diff_new_pack.jL9mjc/_old  2017-09-20 17:13:15.852713441 +0200
+++ /var/tmp/diff_new_pack.jL9mjc/_new  2017-09-20 17:13:15.852713441 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/python-k8sclient/python-k8sclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/python-k8sclient/python-k8sclient.spec.j2
 python-k8sclient.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
   
   
 enable




commit python-aodhclient for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package python-aodhclient for 
openSUSE:Factory checked in at 2017-09-20 17:13:10

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


Package is "python-aodhclient"

Wed Sep 20 17:13:10 2017 rev:4 rq:527386 version:0.9.0

Changes:

--- /work/SRC/openSUSE:Factory/python-aodhclient/python-aodhclient.changes  
2017-08-10 14:11:13.535866939 +0200
+++ /work/SRC/openSUSE:Factory/.python-aodhclient.new/python-aodhclient.changes 
2017-09-20 17:13:11.837278690 +0200
@@ -1,0 +2,13 @@
+Tue Aug  1 04:46:35 UTC 2017 - cloud-de...@suse.de
+
+- update to version 0.9.0
+  - Remove unused test dependency
+  - Remove upper cap on pbr
+  - Clean deprecated "query" paremeter in alarm.list()
+  - Trivial-fix: make the capabilities help message more specific in OSC
+  - Correct the port number of gnocchi endpoint
+  - Trivial: remove support for py34
+  - Update reno for stable/ocata
+  - Remove the duplicated __version__ definition
+
+---

Old:

  aodhclient-0.8.0.tar.gz

New:

  aodhclient-0.9.0.tar.gz



Other differences:
--
++ python-aodhclient.spec ++
--- /var/tmp/diff_new_pack.V9YWIA/_old  2017-09-20 17:13:12.381202123 +0200
+++ /var/tmp/diff_new_pack.V9YWIA/_new  2017-09-20 17:13:12.385201559 +0200
@@ -18,7 +18,7 @@
 
 %global sname aodhclient
 Name:   python-aodhclient
-Version:0.8.0
+Version:0.9.0
 Release:0
 Summary:Python client library for Aodh
 License:Apache-2.0
@@ -26,27 +26,27 @@
 Url:https://github.com/openstack/python-aodhclient
 Source0:
https://pypi.io/packages/source/a/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-cliff >= 2.3.0
+BuildRequires:  python-cliff >= 2.6.0
 BuildRequires:  python-devel
-BuildRequires:  python-keystoneauth1 >= 2.18.0
+BuildRequires:  python-keystoneauth1 >= 2.21.0
 BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslo.utils >= 3.20.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.8
+BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-pyparsing >= 2.1.0
 BuildRequires:  python-python-subunit >= 0.0.18
-BuildRequires:  python-requests >= 2.10.0
+BuildRequires:  python-requests >= 2.14.2
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testtools >= 1.4.0
-Requires:   python-cliff >= 2.3.0
+Requires:   python-cliff >= 2.6.0
 Requires:   python-debtcollector >= 1.2.0
-Requires:   python-keystoneauth1 >= 2.18.0
-Requires:   python-osc-lib >= 1.2.0
+Requires:   python-keystoneauth1 >= 2.21.0
+Requires:   python-osc-lib >= 1.5.1
 Requires:   python-oslo.i18n >= 2.1.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.18.0
-Requires:   python-pbr >= 1.8
+Requires:   python-oslo.utils >= 3.20.0
+Requires:   python-pbr >= 2.0.0
 Requires:   python-pyparsing >= 2.1.0
 Requires:   python-six >= 1.9.0
 BuildArch:  noarch

++ _service ++
--- /var/tmp/diff_new_pack.V9YWIA/_old  2017-09-20 17:13:12.429195367 +0200
+++ /var/tmp/diff_new_pack.V9YWIA/_new  2017-09-20 17:13:12.429195367 +0200
@@ -1,8 +1,8 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/aodhclient/aodhclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/aodhclient/aodhclient.spec.j2
 python-aodhclient.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt
 cloud-de...@suse.de
 gh,openstack,python-aodhclient
   

++ aodhclient-0.8.0.tar.gz -> aodhclient-0.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aodhclient-0.8.0/AUTHORS new/aodhclient-0.9.0/AUTHORS
--- old/aodhclient-0.8.0/AUTHORS2017-01-23 15:28:05.0 +0100
+++ new/aodhclient-0.9.0/AUTHORS2017-03-01 23:27:16.0 +0100
@@ -11,6 +11,7 @@
 Mehdi Abaakouk 
 Mehdi Abaakouk 
 Monty Taylor 
+OpenStack Release Bot 
 PanFengyun 
 Pradeep Kilambi 
 Stéphane Albert 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aodhclient-0.8.0/ChangeLog 
new/aodhclient-0.9.0/ChangeLog
--- old/aodhclient-0.8.0/ChangeLog  2017-01-23 15:28:05.0 +0100
+++ new/aodhclie

commit xml-im-exporter for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package xml-im-exporter for openSUSE:Factory 
checked in at 2017-09-20 17:12:40

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


Package is "xml-im-exporter"

Wed Sep 20 17:12:40 2017 rev:18 rq:527334 version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/xml-im-exporter/xml-im-exporter.changes  
2017-07-27 11:13:39.781446403 +0200
+++ /work/SRC/openSUSE:Factory/.xml-im-exporter.new/xml-im-exporter.changes 
2017-09-20 17:12:50.204323940 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 15:01:30 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target 1.6
+
+---
@@ -9 +14 @@
-- Add BuildRequires: javapackages-local (for maven conversions) 
+- Add BuildRequires: javapackages-local (for maven conversions) 



Other differences:
--
++ xml-im-exporter.spec ++
--- /var/tmp/diff_new_pack.YfSkvP/_old  2017-09-20 17:12:50.712252440 +0200
+++ /var/tmp/diff_new_pack.YfSkvP/_new  2017-09-20 17:12:50.716251877 +0200
@@ -66,7 +66,7 @@
 %build
 export CLASSPATH=
 export OPT_JAT_LIST="junit ant/ant-junit"
-ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 
-Djavac.encoding="utf-8" jar test javadocs
+ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 
-Djavac.encoding="utf-8" jar test javadocs
 
 %install
 # jars




commit python-msrestazure for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package python-msrestazure for 
openSUSE:Factory checked in at 2017-09-20 17:13:07

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


Package is "python-msrestazure"

Wed Sep 20 17:13:07 2017 rev:3 rq:527379 version:0.4.11

Changes:

--- /work/SRC/openSUSE:Factory/python-msrestazure/python-msrestazure.changes
2017-07-19 12:21:41.650558564 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-msrestazure.new/python-msrestazure.changes   
2017-09-20 17:13:10.189510645 +0200
@@ -1,0 +2,7 @@
+Tue Sep 19 19:59:23 UTC 2017 - adrian.glaub...@suse.com
+
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + m_drop-compatible-releases-operator.patch
+
+---

New:

  m_drop-compatible-releases-operator.patch



Other differences:
--
++ python-msrestazure.spec ++
--- /var/tmp/diff_new_pack.e3C0i0/_old  2017-09-20 17:13:10.797425069 +0200
+++ /var/tmp/diff_new_pack.e3C0i0/_new  2017-09-20 17:13:10.801424506 +0200
@@ -25,6 +25,7 @@
 Group:  Development/Languages/Python
 Url:https://pypi.python.org/pypi/msrestazure
 Source: 
https://files.pythonhosted.org/packages/source/m/msrestazure/msrestazure-%{version}.tar.gz
+Patch0: m_drop-compatible-releases-operator.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -42,6 +43,7 @@
 
 %prep
 %setup -q -n msrestazure-%{version}
+%patch0 -p1
 
 %build
 %python_build

++ m_drop-compatible-releases-operator.patch ++
diff -Nru msrestazure-0.4.11.orig/setup.py msrestazure-0.4.11/setup.py
--- msrestazure-0.4.11.orig/setup.py2017-06-30 01:17:47.0 +0200
+++ msrestazure-0.4.11/setup.py 2017-09-19 21:58:49.165620615 +0200
@@ -49,8 +49,8 @@
 'License :: OSI Approved :: MIT License',
 'Topic :: Software Development'],
 install_requires=[
-"msrest~=0.4.10",
+"msrest>=0.4.10",
 "keyring>=5.6",
-"adal~=0.4.0"
+"adal>=0.4.0"
 ],
 )



commit openmpi2 for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package openmpi2 for openSUSE:Factory 
checked in at 2017-09-20 17:12:42

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


Package is "openmpi2"

Wed Sep 20 17:12:42 2017 rev:6 rq:527336 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/openmpi2/openmpi2-testsuite.changes  
2017-09-12 19:56:09.284666820 +0200
+++ /work/SRC/openSUSE:Factory/.openmpi2.new/openmpi2-testsuite.changes 
2017-09-20 17:12:50.992213030 +0200
@@ -1,0 +2,18 @@
+Tue Sep 19 14:36:31 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Remove --disable-mca-dso
+  Related bug was due to openmpi/*.so wrongly packaged as devel
+
+---
+Fri Sep 15 13:39:33 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Reenable fortan08 bindings as gcc >= 5 is now the default
+- Remove devel-headers configure option (reserved for MPI plugins developers)
+
+---
+Tue Sep 12 16:12:29 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Update to 2.1.1.186.9a3ac9803c
+- Drop openmpi-pmix-configure-ac.patch as it was merged upstream
+
+---
@@ -5 +23 @@
-  * Too manu bug fixes to list. See NEWS
+  * Too many bug fixes to list. See NEWS
openmpi2.changes: same change

Old:

  openmpi-2.1.1.176.7aa585d4ff.tar.bz2
  openmpi-pmix-configure-ac.patch

New:

  openmpi-2.1.1.186.9a3ac9803c.tar.bz2



Other differences:
--
++ openmpi2-testsuite.spec ++
--- /var/tmp/diff_new_pack.I8MmaL/_old  2017-09-20 17:12:52.412013165 +0200
+++ /var/tmp/diff_new_pack.I8MmaL/_new  2017-09-20 17:12:52.416012603 +0200
@@ -52,7 +52,7 @@
 %endif
 %endif
 
-%define git_ver .176.7aa585d4ff
+%define git_ver .186.9a3ac9803c
 
 #
 #
@@ -70,7 +70,6 @@
 Source0:openmpi-%{version}%{git_ver}.tar.bz2
 Source1:baselibs.conf
 Source2:openmpi2-rpmlintrc
-Patch0: openmpi-pmix-configure-ac.patch
 Provides:   mpi
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  Modules
@@ -243,7 +242,6 @@
 #
 %prep
 %setup -q -n  openmpi-%{version}%{git_ver}
-%patch0
 
 #
 #
@@ -273,10 +271,7 @@
--with-ucx \
--with-ucx-libdir=/usr/%_lib \
 %endif
-   --with-devel-headers \
   --with-package-string="Open MPI2 Distribution for SUSE" \
-  --enable-mpi-fortran=usempi \
-  --disable-mca-dso \
   --disable-silent-rules \
   --disable-wrapper-rpath
 make %{?_smp_mflags}
@@ -392,6 +387,8 @@
 %endif # !openmpi2-testsuite
 
 %if "%{name}" == "openmpi2"
+%fdupes -s %{buildroot}%{mpi_mandir}
+%fdupes -s %{buildroot}%{mpi_datadir}
 
 #
 #
@@ -553,16 +550,20 @@
 %defattr(-, root, root, -)
 %dir %{mpi_libdir}
 %mpi_libdir/*.so.*
+%{mpi_libdir}/openmpi/*.so
 
 %files devel
 %defattr(-, root, root, -)
 %dir %{mpi_libdir}/openmpi
 %dir %{mpi_libdir}/pkgconfig
 %{mpi_includedir}
-%{mpi_libdir}/openmpi/*.so
 %{mpi_libdir}/*.so
 %{mpi_libdir}/pkgconfig/*.pc
 %{mpi_libdir}/mpi.mod
+%if 0%{?suse_version} >= 1320
+%{mpi_libdir}/mpi_f08*.mod
+%{mpi_libdir}/pmpi_f08*.mod
+%endif
 %{mpi_bindir}/mpiCC
 %{mpi_bindir}/mpic++
 %{mpi_bindir}/mpicc
@@ -572,8 +573,6 @@
 %{mpi_bindir}/mpif90
 %{mpi_bindir}/mpifort
 %{mpi_bindir}/opal_wrapper
-%{mpi_bindir}/opalc++
-%{mpi_bindir}/opalcc
 %{mpi_bindir}/ortecc
 %{mpi_bindir}/shmemcc
 
@@ -584,8 +583,6 @@
 %{mpi_datadir}/openmpi/mpif77-wrapper-data.txt
 %{mpi_datadir}/openmpi/mpif90-wrapper-data.txt
 %{mpi_datadir}/openmpi/mpifort-wrapper-data.txt
-%{mpi_datadir}/openmpi/opalc++-wrapper-data.txt
-%{mpi_datadir}/openmpi/opalcc-wrapper-data.txt
 %{mpi_datadir}/openmpi/openmpi-valgrind.supp
 %{mpi_datadir}/openmpi/ortecc-wrapper-data.txt
 %{mpi_datadir}/openmpi/oshcc-wrapper-data.txt

++ openmpi2.spec ++
--- /var/tmp/diff_new_pack.I8MmaL/_old  2017-09-20 17:12:52.452007535 +0200
+++ /var/tmp/diff_new_pack.I8MmaL/_new  2017-09-20 17:12:52.452007535 +0200
@@ -52,7 +52,7 @@
 %endif
 %endif
 
-%define git_ver .176.7aa585d4ff
+%define git_ver .186.9a3ac9803c
 
 #
 #
@@ -70,7 +70,6 @@
 Source0:openmpi-%{version}%{git_ver}.tar.bz2
 Source1:baselibs.conf
 Source2:openmpi2-rpmlintrc
-Patch0: openmpi-pmix-configure-ac.pat

commit kubernetes for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package kubernetes for openSUSE:Factory 
checked in at 2017-09-20 17:11:51

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


Package is "kubernetes"

Wed Sep 20 17:11:51 2017 rev:7 rq:527275 version:1.7.6

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes/kubernetes.changes2017-09-15 
21:03:52.462300560 +0200
+++ /work/SRC/openSUSE:Factory/.kubernetes.new/kubernetes.changes   
2017-09-20 17:11:53.484308369 +0200
@@ -1,0 +2,101 @@
+Mon Sep 18 17:49:05 UTC 2017 - jmassaguer...@suse.com
+
+- Update to 1.7.6 (fix bsc#1059207)
+[fluentd-gcp addon] Fluentd will trim lines exceeding 100KB instead of 
dropping them. (#52289, @crassirostris)
+Cluster Autoscaler 0.6.2 (#52359, @mwielgus)
+Add --request-timeout to kube-apiserver to make global request timeout 
configurable. (#51415, @jpbetz)
+Fix credentials providers for docker sandbox image. (#51870, @feiskyer)
+Fix security holes in GCE metadata proxy. (#51302, @ihmccreery)
+Fixed an issue looking up cronjobs when they existed in more than one API 
version (#52227, @liggitt)
+Fixes an issue with upgrade requests made via pod/service/node proxy 
subresources sending a non-absolute HTTP request-uri to backends (#52065, 
@liggitt)
+Fix a kube-controller-manager crash which can result when 
--concurrent-resource-quota-syncs is >1 and pods exist in the system containing 
certain alpha/beta annotation keys. (#52092, @ironcladlou)
+Make logdump support kubemark and support gke with 
'use_custom_instance_list' (#51834, @shyamjvs)
+Fixes an issue with APIService auto-registration affecting rolling HA 
apiserver restarts that add or remove API groups being served. (#51921, 
@liggitt)
+In GCE with COS, increase TasksMax for Docker service to raise cap on 
number of threads/processes used by containers. (#51986, @yujuhong)
+Fix providerID update validation (#51761, @karataliu)
+Automated cherry pick of #50381 to release-1.7 (#51871, @feiskyer)
+The emptyDir.sizeLimit field is now correctly omitted from API requests 
and responses when unset. (#50163, @jingxu97)
+Calico has been updated to v2.5, RBAC added, and is now automatically 
scaled when GCE clusters are resized. (#51237, @gunjan5)
+
+- Update to 1.7.5
+Bumped Heapster version to 1.4.2 - more details 
https://github.com/kubernetes/heapster/releases/tag/v1.4.2. (#51620, @piosz)
+Fix for Pod stuck in ContainerCreating with error "Volume is not yet 
attached according to node". (#50806, @verult)
+Fixed controller manager crash by making it tolerant to discovery 
errors.(#49767, @deads2k)
+Finalizers are now honored on custom resources, and on other resources 
even when garbage collection is disabled via the apiserver flag 
--enable-garbage-collector=false (#51469, @ironcladlou)
+Allow attach of volumes to multiple nodes for vSphere (#51066, @BaluDontu)
+vSphere: Fix attach volume failing on the first try. (#51217, @BaluDontu)
+azure: support retrieving access tokens via managed identity extension 
(#48854, @colemickens)
+Fixed a bug in strategic merge patch that caused kubectl apply to error 
out under some conditions (#50862, @guoshimin)
+It is now posible to use flexVolumes to bind mount directories and files. 
(#50596, @adelton)
+StatefulSet: Fix "forbidden pod updates" error on Pods created prior to 
upgrading to 1.7. (#48327) (#51149, @kow3ns)
+Fixed regression in initial kubectl exec terminal dimensions (#51127, 
@chen-anders)
+Enforcement of fsGroup; enable ScaleIO multiple-instance volume mapping; 
default PVC capacity; alignment of PVC, PV, and volume names for dynamic 
provisioning (#48999, @vladimirvivien)
+
+- Update to 1.7.4
+Azure: Allow VNet to be in a separate Resource Group. (#49725, @sylr)
+Fix an issue where if a CSR is not approved initially by the SAR approver 
is not retried. (#49788, @mikedanese)
+Cluster Autoscaler - fixes issues with taints and updates kube-proxy cpu 
request. (#50514, @mwielgus)
+Bumped Heapster version to 1.4.1: (#50642, @piosz)
+handle gracefully problem when kubelet reports duplicated stats 
for the same container (see #47853) on Heapster side
+fixed bugs and improved performance in Stackdriver Sink
+fluentd-gcp addon: Fix a bug in the event-exporter, when repeated events 
were not sent to Stackdriver. (#50511, @crassirostris)
+Collect metrics from Heapster in Stackdriver mode. (#50517, @piosz)
+fixes a bug around using the Global config ElbSecurityGroup where 
Kuberentes would modify the passed in Security Group. (#49805, @nbutton23)
+Updates Cinder AttachDisk operation to be more reliable by delegating 
Detaches to volume manager. (#50042,

commit swing-layout for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package swing-layout for openSUSE:Factory 
checked in at 2017-09-20 17:12:00

Comparing /work/SRC/openSUSE:Factory/swing-layout (Old)
 and  /work/SRC/openSUSE:Factory/.swing-layout.new (New)


Package is "swing-layout"

Wed Sep 20 17:12:00 2017 rev:17 rq:527279 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/swing-layout/swing-layout.changes
2014-07-22 09:55:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.swing-layout.new/swing-layout.changes   
2017-09-20 17:12:02.759002777 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 10:08:01 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target level 1.6
+
+---



Other differences:
--
++ swing-layout.spec ++
--- /var/tmp/diff_new_pack.ccbrpj/_old  2017-09-20 17:12:03.606883421 +0200
+++ /var/tmp/diff_new_pack.ccbrpj/_new  2017-09-20 17:12:03.606883421 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package swing-layout
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,13 +25,13 @@
 Url:https://swing-layout.dev.java.net/
 Source0:%{name}-%{version}-src.tar.bz2
 BuildRequires:  ant
-BuildRequires:  javapackages-tools
-Requires:   jre >= 1.5
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
+BuildRequires:  fdupes
 BuildRequires:  java-devel
+BuildRequires:  javapackages-tools
 BuildRequires:  xml-commons-apis
 BuildRequires:  xml-commons-resolver
+Requires:   jre >= 1.5
+BuildArch:  noarch
 
 %description
 Swing Layout Extensions goal is to make it easy to create
@@ -69,9 +69,7 @@
 sed -i -e 's/.$//' releaseNotes.txt COPYING
 
 %build
-unset CLASSPATH
-export CLASSPATH=%{java_home}/jre/lib/rt.jar
-ant jar javadoc
+ant -Djavac.source=1.6 -Djavac.target=1.6 jar javadoc
 
 %install
 # jars
@@ -87,14 +85,13 @@
 install -dm 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr dist/javadoc/* \
%{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
-%defattr(-,root,root)
 %doc releaseNotes.txt COPYING
 %{_javadir}/%{name}*.jar
 
 %files javadoc
-%defattr(644,root,root,755)
 %doc %{_javadocdir}/%{name}
 
 %changelog




commit opa-fm for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package opa-fm for openSUSE:Factory checked 
in at 2017-09-20 17:12:18

Comparing /work/SRC/openSUSE:Factory/opa-fm (Old)
 and  /work/SRC/openSUSE:Factory/.opa-fm.new (New)


Package is "opa-fm"

Wed Sep 20 17:12:18 2017 rev:7 rq:527302 version:10.5.1

Changes:

--- /work/SRC/openSUSE:Factory/opa-fm/opa-fm.changes2017-09-09 
20:25:21.144089680 +0200
+++ /work/SRC/openSUSE:Factory/.opa-fm.new/opa-fm.changes   2017-09-20 
17:12:22.936162455 +0200
@@ -1,0 +2,8 @@
+Tue Sep 19 11:53:01 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Update to v10.5.1.0.1
+  * No changelog available
+- Update opa-fm-Fallback-to-custom-vendor-if-os_vendor-fails.patch
+  to the latest sources
+
+---

Old:

  opa-fm-10.4.1.0.2.0.3784085.tar.gz

New:

  opa-fm-10.5.1.0.1.0.b5eaf8d.tar.gz



Other differences:
--
++ opa-fm.spec ++
--- /var/tmp/diff_new_pack.6WFvIm/_old  2017-09-20 17:12:23.808039722 +0200
+++ /var/tmp/diff_new_pack.6WFvIm/_new  2017-09-20 17:12:23.812039158 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define git_ver .0.2.0.3784085
+%define git_ver .0.1.0.b5eaf8d
 
 %define pseudo_opt %{_prefix}/lib/opa-fm
 %define opasysconfdir %{_sysconfdir}/opa/sysconfig
 %define opavarlibdir %{_localstatedir}/usr/lib/opa-fm/
 Name:   opa-fm
-Version:10.4.1
+Version:10.5.1
 Release:0
 Summary:Intel Omni-Path Fabric Management Software
 License:BSD-3-Clause

++ _service ++
--- /var/tmp/diff_new_pack.6WFvIm/_old  2017-09-20 17:12:23.840035217 +0200
+++ /var/tmp/diff_new_pack.6WFvIm/_new  2017-09-20 17:12:23.840035217 +0200
@@ -8,7 +8,7 @@
 @PARENT_TAG@.@TAG_OFFSET@.%h
 v(.*)
 \1
-3784085c8d7cb1eea36b0c71043884618f9b7e59
+b5eaf8d7a4170fcd25dcf939ac7fca7cfcab3e41
   
   
 opa-fm*.tar

++ opa-fm-10.4.1.0.2.0.3784085.tar.gz -> opa-fm-10.5.1.0.1.0.b5eaf8d.tar.gz 
++
/work/SRC/openSUSE:Factory/opa-fm/opa-fm-10.4.1.0.2.0.3784085.tar.gz 
/work/SRC/openSUSE:Factory/.opa-fm.new/opa-fm-10.5.1.0.1.0.b5eaf8d.tar.gz 
differ: char 12, line 1

++ opa-fm-Fallback-to-custom-vendor-if-os_vendor-fails.patch ++
--- /var/tmp/diff_new_pack.6WFvIm/_old  2017-09-20 17:12:23.876030150 +0200
+++ /var/tmp/diff_new_pack.6WFvIm/_new  2017-09-20 17:12:23.876030150 +0200
@@ -1,17 +1,20 @@
 diff --git MakeTools/funcs-ext.sh MakeTools/funcs-ext.sh
-index afeeba9..62c96fe 100755
+index 0d9f1d5..3d283d3 100755
 --- MakeTools/funcs-ext.sh
 +++ MakeTools/funcs-ext.sh
-@@ -711,27 +711,32 @@ function os_vendor()
+@@ -711,30 +711,35 @@ function os_vendor()
  rval=apple
  else
- filelist=`'ls' /etc/*-release | egrep -v lsb | egrep -v os`
+ filelist=($('ls' /etc/*-release | egrep -v lsb | egrep -v os))
 -rval=""
+-if [ ${#filelist[@]} -eq 0 ] && [ -f /etc/lsb-release ]; then
+-rval=$(cat /etc/lsb-release | egrep DISTRIB_ID | cut -d'=' -f2)
+-fi
 -for file in $filelist
 -do
 -  if [ -f $file ]
 -  then
--  rval=`basename $file -release`
+-  rval=$(basename $file -release)
 -  if [ $rval = 'SuSE' ]
 -  then
 -  if [ -f /etc/UnitedLinux-release ]
@@ -31,28 +34,31 @@
 +then
 +rval="custom"
 +else
-+rval=""
-+for file in $filelist
-+do
-+if [ -f $file ]
-+then
-+rval=`basename $file -release`
-+if [ $rval = 'SuSE' ]
-+then
-+if [ -f /etc/UnitedLinux-release ]
-+then
-+rval=UnitedLinux
-+fi
-+elif [ $rval = 'centos' ]
-+then
-+rval=redhat
-+elif [ $rval != 'os' ]
-+then
-+break
-+fi
-+fi
-+done
-+fi
++  rval=""
++  if [ ${#filelist[@]} -eq 0 ] && [ -f /etc/lsb-release 
]; then
++  rval=$(cat /etc/lsb-release | egrep DISTRIB_ID 
| cut -d'=' -f2)
++  fi
++  for file in $filelist
++  do
++  if [ -f $file ]
++  then
++  rval=$(basename $file -release)
++  if [ $rval = 'SuSE' ]
++  then
++  

commit opa-ff for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package opa-ff for openSUSE:Factory checked 
in at 2017-09-20 17:12:25

Comparing /work/SRC/openSUSE:Factory/opa-ff (Old)
 and  /work/SRC/openSUSE:Factory/.opa-ff.new (New)


Package is "opa-ff"

Wed Sep 20 17:12:25 2017 rev:5 rq:527303 version:10.5.0

Changes:

--- /work/SRC/openSUSE:Factory/opa-ff/opa-ff.changes2017-09-12 
19:54:22.003751257 +0200
+++ /work/SRC/openSUSE:Factory/.opa-ff.new/opa-ff.changes   2017-09-20 
17:12:26.951597206 +0200
@@ -1,0 +2,6 @@
+Tue Sep 19 11:59:58 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Update to v10.5.0.0.140
+  * No changelog available
+
+---

Old:

  opa-ff-10.4.0.0.197.0.4cf2934.tar.gz

New:

  opa-ff-10.5.0.0.140.0.206c362.tar.gz



Other differences:
--
++ opa-ff.spec ++
--- /var/tmp/diff_new_pack.0S37Sl/_old  2017-09-20 17:12:27.823474472 +0200
+++ /var/tmp/diff_new_pack.0S37Sl/_new  2017-09-20 17:12:27.827473909 +0200
@@ -16,12 +16,12 @@
 #
 
 
-%define git_ver .0.197.0.4cf2934
+%define git_ver .0.140.0.206c362
 
 %define pseudo_opt %{_prefix}/lib/opa-ff/
 %define opasysconfdir %{_sysconfdir}/opa/sysconfig
 Name:   opa-ff
-Version:10.4.0
+Version:10.5.0
 Release:0
 Summary:Intel Omni-Path basic tools and libraries for fabric managment
 License:BSD-3-Clause or GPL-2.0

++ _service ++
--- /var/tmp/diff_new_pack.0S37Sl/_old  2017-09-20 17:12:27.859469405 +0200
+++ /var/tmp/diff_new_pack.0S37Sl/_new  2017-09-20 17:12:27.859469405 +0200
@@ -8,7 +8,7 @@
 @PARENT_TAG@.@TAG_OFFSET@.%h
 v(.*)
 \1
-4cf2934fbe186b4a75ec62865dfe9e6ab7cdf287
+206c362b545ab1acd42b36822e5083fb74d26e63
   
   
 opa-ff*.tar

++ opa-ff-10.4.0.0.197.0.4cf2934.tar.gz -> 
opa-ff-10.5.0.0.140.0.206c362.tar.gz ++
/work/SRC/openSUSE:Factory/opa-ff/opa-ff-10.4.0.0.197.0.4cf2934.tar.gz 
/work/SRC/openSUSE:Factory/.opa-ff.new/opa-ff-10.5.0.0.140.0.206c362.tar.gz 
differ: char 13, line 1




commit python-buku for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package python-buku for openSUSE:Factory 
checked in at 2017-09-20 17:12:30

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


Package is "python-buku"

Wed Sep 20 17:12:30 2017 rev:4 rq:527319 version:3.4

Changes:

--- /work/SRC/openSUSE:Factory/python-buku/python-buku.changes  2017-09-12 
19:55:32.225877562 +0200
+++ /work/SRC/openSUSE:Factory/.python-buku.new/python-buku.changes 
2017-09-20 17:12:31.418968337 +0200
@@ -1,0 +2,11 @@
+Mon Sep 18 08:05:12 UTC 2017 - aloi...@gmx.com
+
+- Update to version 3.4
+  * Export bookmarks (including specific tags) to Buku DB file
+using --export
+  * Option --import can merge Buku DB files now, option --merge is
+retired
+  * Option --suggest now works at prompt as well
+  * Auto-import issue when Firefox is not installed fixed
+
+---

Old:

  buku-3.3.1.tar.gz

New:

  buku-3.4.tar.gz



Other differences:
--
++ python-buku.spec ++
--- /var/tmp/diff_new_pack.AhKjv0/_old  2017-09-20 17:12:31.970890644 +0200
+++ /var/tmp/diff_new_pack.AhKjv0/_new  2017-09-20 17:12:31.970890644 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-buku
-Version:3.3.1
+Version:3.4
 Release:0
 Summary:Command-line bookmark manager
 License:GPL-3.0+

++ buku-3.3.1.tar.gz -> buku-3.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/buku-3.3.1/CHANGELOG new/buku-3.4/CHANGELOG
--- old/buku-3.3.1/CHANGELOG2017-09-11 07:36:37.0 +0200
+++ new/buku-3.4/CHANGELOG  2017-09-18 09:53:49.0 +0200
@@ -1,3 +1,14 @@
+Buku 3.4
+2017-09-18
+
+What's in?
+- Export bookmarks (including specific tags) to Buku DB file using `--export`
+- Option `--import` can merge Buku DB files now, option `--merge` is retired
+- Option `--suggest` now works at prompt as well
+- Auto-import issue when Firefox is not installed fixed
+
+---
+
 Buku 3.3.1
 2017-09-11
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/buku-3.3.1/PKG-INFO new/buku-3.4/PKG-INFO
--- old/buku-3.3.1/PKG-INFO 2017-09-11 07:37:02.0 +0200
+++ new/buku-3.4/PKG-INFO   2017-09-18 09:54:17.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: buku
-Version: 3.3.1
+Version: 3.4
 Summary: Powerful command-line bookmark manager.
 Home-page: https://github.com/jarun/Buku
 Author: Arun Prakash Jana
 Author-email: engineera...@gmail.com
 License: GPLv3
+Description-Content-Type: UNKNOWN
 Description: Buku
 
 
@@ -21,7 +22,7 @@
 
 
 
-https://asciinema.org/a/137065";>https://asciinema.org/a/137065.png"; alt="Buku in action!" width="734"/>
+https://asciinema.org/a/137065";>https://s26.postimg.org/o6lka0dw9/buku_demo.png"; alt="Buku in action!" 
width="734"/>
 
 
 Buku in action!
@@ -196,24 +197,23 @@
search bookmarks by tags
use ',' to find entries matching ANY tag
use '+' to find entries matching ALL tags
-   excludes entries matching tags following ' 
- '
+   excludes entries with tags after ' - '
list all tags, if no search keywords
 
 ENCRYPTION OPTIONS:
-  -l, --lock [N]   encrypt DB file with N (> 0, default 8)
-   hash iterations to generate key
-  -k, --unlock [N] decrypt DB file with N (> 0, default 8)
-   hash iterations to generate key
+  -l, --lock [N]   encrypt DB in N (default 8) # iterations
+  -k, --unlock [N] decrypt DB in N (default 8) # iterations
 
 POWER TOYS:
   --ai auto-import from Firefox and Chrome
   -e, --export fileexport bookmarks in Firefox format html
export markdown, if file ends with '.md'
format: [title](url), 1 entry per line
-   use --tag to export only specific tags
+   export buku DB, if file ends with '.db'
+   use --tag to export specific tags
   -i, --import file 

commit hivex for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package hivex for openSUSE:Factory checked 
in at 2017-09-20 17:12:33

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


Package is "hivex"

Wed Sep 20 17:12:33 2017 rev:9 rq:527322 version:1.3.14

Changes:

--- /work/SRC/openSUSE:Factory/hivex/hivex.changes  2017-09-04 
12:30:35.287889325 +0200
+++ /work/SRC/openSUSE:Factory/.hivex.new/hivex.changes 2017-09-20 
17:12:36.686226870 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 07:23:09 UTC 2017 - cbosdon...@suse.com
+
+- Add ocaml-hivex and hivex-devel as dependencies for ocaml-hivex-devel
+
+---



Other differences:
--
++ hivex.spec ++
--- /var/tmp/diff_new_pack.olnoNT/_old  2017-09-20 17:12:37.370130598 +0200
+++ /var/tmp/diff_new_pack.olnoNT/_new  2017-09-20 17:12:37.370130598 +0200
@@ -112,6 +112,8 @@
 %package -n ocaml-hivex-devel
 Summary:OCAML bindings development files for libhivex
 Group:  Development/Libraries/Other
+Requires:   hivex-devel = %{version}
+Requires:   ocaml-hivex = %{version}
 
 %description -n ocaml-hivex-devel
 This subpackage contains the OCAML bindings development file





commit swing-worker for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package swing-worker for openSUSE:Factory 
checked in at 2017-09-20 17:12:03

Comparing /work/SRC/openSUSE:Factory/swing-worker (Old)
 and  /work/SRC/openSUSE:Factory/.swing-worker.new (New)


Package is "swing-worker"

Wed Sep 20 17:12:03 2017 rev:14 rq:527282 version:1.2

Changes:

--- /work/SRC/openSUSE:Factory/swing-worker/swing-worker.changes
2014-07-21 22:34:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.swing-worker.new/swing-worker.changes   
2017-09-20 17:12:07.138386294 +0200
@@ -1,0 +2,13 @@
+Tue Sep 19 10:53:19 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target 1.6
+- Added patches:
+  * swing-worker-1.2-nosource.patch
++ Don't hardcode the source and target levels in the build.xml
++ We are specifying them on command-line
+  * swing-worker-1.2-encoding.patch
++ Patch out the offending characters instead of specifying the
+  encoding, since there are different encodings in different
+  files.
+
+---

New:

  swing-worker-1.2-encoding.patch
  swing-worker-1.2-nosource.patch



Other differences:
--
++ swing-worker.spec ++
--- /var/tmp/diff_new_pack.9F42Gi/_old  2017-09-20 17:12:07.654313668 +0200
+++ /var/tmp/diff_new_pack.9F42Gi/_new  2017-09-20 17:12:07.658313105 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package swing-worker
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,10 +25,12 @@
 Url:https://swingworker.dev.java.net/
 Source0:%{name}-src-%{version}.tar.bz2
 Source1:releasenotes.txt
+Patch0: swing-worker-1.2-nosource.patch
+Patch1: swing-worker-1.2-encoding.patch
 BuildRequires:  ant
+BuildRequires:  fdupes
 BuildRequires:  java-devel
-Requires:   jre >= 1.5
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   java
 BuildArch:  noarch
 
 %description
@@ -60,6 +62,8 @@
 
 %prep
 %setup -q -c %{name}-%{version}
+%patch0 -p1
+%patch1 -p1
 # remove all third party jars
 find . -iname '*.jar' | xargs rm -rf
 cp %{SOURCE1} .
@@ -68,7 +72,7 @@
 
 %build
 ant \
--Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
+-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
 bundles
 
 %install
@@ -79,21 +83,20 @@
 # javadoc
 install -d -m 755 %{buildroot}/%{_javadocdir}/%{name}
 cp -pr dist/javadoc/* %{buildroot}/%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}/%{_javadocdir}/%{name}
 # demo
 install -d %{buildroot}/%{_datadir}/%{name}
 cp -pr src/demo  %{buildroot}/%{_datadir}/%{name}
+%fdupes -s %{buildroot}/%{_datadir}/%{name}
 
 %files
-%defattr(0644,root,root,0755)
 %doc COPYING releasenotes.txt
 %{_javadir}/*.jar
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %{_javadocdir}/%{name}
 
 %files demo
-%defattr(0644,root,root,0755)
 %{_datadir}/%{name}
 
 %changelog

++ swing-worker-1.2-encoding.patch ++
--- 
swing-worker-1.2/src/java/org/jdesktop/swingworker/AccumulativeRunnable.java
2017-09-19 12:45:11.236777157 +0200
+++ 
swing-worker-1.2/src/java/org/jdesktop/swingworker/AccumulativeRunnable.java
2017-09-19 12:45:52.264777858 +0200
@@ -1,7 +1,7 @@
 /* 
  * $Id: AccumulativeRunnable.java,v 1.3 2008/07/25 19:32:29 idk Exp $
  * 
- * Copyright � 2005 Sun Microsystems, Inc. All rights
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights
  * reserved. Use is subject to license terms.
  */
 
--- 
swing-worker-1.2/src/java/org/jdesktop/swingworker/SwingPropertyChangeSupport.java
  2017-09-19 12:45:11.236777157 +0200
+++ 
swing-worker-1.2/src/java/org/jdesktop/swingworker/SwingPropertyChangeSupport.java
  2017-09-19 12:46:44.532778750 +0200
@@ -1,7 +1,7 @@
 /* 
  * $Id: SwingPropertyChangeSupport.java,v 1.1 2005/06/18 21:27:14 idk Exp $
  * 
- * Copyright � 2005 Sun Microsystems, Inc. All rights
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights
  * reserved. Use is subject to license terms.
  */
 
--- swing-worker-1.2/src/java/org/jdesktop/swingworker/SwingWorker.java 
2017-09-19 12:45:11.236777157 +0200
+++ swing-worker-1.2/src/java/org/jdesktop/swingworker/SwingWorker.java 
2017-09-19 12:45:52.268777858 +0200
@@ -1,7 +1,7 @@
 /* 
  * $Id: SwingWorker.java,v 1.6 2008/07/25 19:32:29 idk Exp $
  * 
- * Copyright � 2005 Sun Microsystems, Inc. All rights
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights
  * reserved. Use is subject to license terms.
  */
 
Binary file (standard input) matches
++ swin

commit swtcalendar for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package swtcalendar for openSUSE:Factory 
checked in at 2017-09-20 17:12:16

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


Package is "swtcalendar"

Wed Sep 20 17:12:16 2017 rev:2 rq:527293 version:0.5

Changes:

--- /work/SRC/openSUSE:Factory/swtcalendar/swtcalendar.changes  2016-08-12 
15:42:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.swtcalendar.new/swtcalendar.changes 
2017-09-20 17:12:17.392942769 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 12:03:26 UTC 2017 - fst...@suse.com
+
+- Build with java source and target level 1.6
+
+---



Other differences:
--
++ swtcalendar.spec ++
--- /var/tmp/diff_new_pack.IDdAVW/_old  2017-09-20 17:12:17.952863949 +0200
+++ /var/tmp/diff_new_pack.IDdAVW/_new  2017-09-20 17:12:17.952863949 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package swtcalendar
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   swtcalendar
-License:MIT
-Group:  Development/Languages/Java
-Summary:GUI date picker for Java using SWT
 Version:0.5
 Release:0
+Summary:GUI date picker for Java using SWT
+License:MIT
+Group:  Development/Languages/Java
 Url:http://swtcalendar.sourceforge.net/
 Source: 
http://downloads.sourceforge.net/%{name}/%{name}/%{name}-src-%{version}.zip
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ant
-BuildRequires:  unzip
+BuildRequires:  dos2unix
 BuildRequires:  eclipse-swt
 BuildRequires:  jpackage-utils
-BuildRequires:  dos2unix
+BuildRequires:  unzip
 BuildArch:  noarch
 
 %description
@@ -44,17 +44,13 @@
 
 %build
 export CLASSPATH=%{_libdir}/java/swt.jar
-%ant
+%{ant} -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6
 
 %install
 mkdir -p %{buildroot}%{_javadir}
 install swtcalendar.jar %{buildroot}%{_javadir}
 
-%clean
-%ant clean
-
 %files
-%defattr(-,root,root)
 %doc MIT.txt README.txt
 %{_javadir}/*
 





commit swtchart for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package swtchart for openSUSE:Factory 
checked in at 2017-09-20 17:12:14

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


Package is "swtchart"

Wed Sep 20 17:12:14 2017 rev:3 rq:527292 version:0.10.0

Changes:

--- /work/SRC/openSUSE:Factory/swtchart/swtchart.changes2017-08-08 
11:59:32.829424657 +0200
+++ /work/SRC/openSUSE:Factory/.swtchart.new/swtchart.changes   2017-09-20 
17:12:15.353229898 +0200
@@ -1,0 +2,6 @@
+Tue Sep 19 11:59:09 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: build with source and target level 1.6
+- Detect the arch-dependent swt.jar correctly
+
+---



Other differences:
--
++ swtchart.spec ++
--- /var/tmp/diff_new_pack.TaRIK6/_old  2017-09-20 17:12:16.017136440 +0200
+++ /var/tmp/diff_new_pack.TaRIK6/_new  2017-09-20 17:12:16.017136440 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package swtchart
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,9 +27,11 @@
 Source1:build.xml
 BuildRequires:  ant
 BuildRequires:  eclipse-swt
+BuildRequires:  fdupes
+BuildRequires:  java-devel
 BuildRequires:  jpackage-utils
+BuildRequires:  sed
 BuildRequires:  unzip
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -46,9 +48,8 @@
 %setup -q
 
 %build
-cp %{SOURCE1} .
-export CLASSPATH=%{_libdir}/java/swt.jar
-%{ant}
+sed "s#SWTJAR#$(build-classpath swt)#g" <%{SOURCE1} >build.xml
+%{ant} -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6
 
 %install
 mkdir -p %{buildroot}%{_javadir}
@@ -56,13 +57,12 @@
 
 mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
 cp -r api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}-%{version}
 
 %files
-%defattr(-,root,root)
 %{_javadir}/*
 
 %files javadoc
-%defattr(-,root,root)
 %{_javadocdir}/%{name}-%{version}
 
 %changelog

++ build.xml ++
--- /var/tmp/diff_new_pack.TaRIK6/_old  2017-09-20 17:12:16.061130247 +0200
+++ /var/tmp/diff_new_pack.TaRIK6/_new  2017-09-20 17:12:16.065129685 +0200
@@ -18,8 +18,8 @@
 
 
 
-
-
+
+
 
 
 
@@ -32,6 +32,10 @@
 
 
 
+
+
+
+
 
 
 




commit laf-plugin for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package laf-plugin for openSUSE:Factory 
checked in at 2017-09-20 17:11:55

Comparing /work/SRC/openSUSE:Factory/laf-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.laf-plugin.new (New)


Package is "laf-plugin"

Wed Sep 20 17:11:55 2017 rev:5 rq:527276 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/laf-plugin/laf-plugin.changes2014-07-28 
16:21:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.laf-plugin.new/laf-plugin.changes   
2017-09-20 17:11:56.879830384 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 09:58:12 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target level 1.6
+
+---



Other differences:
--
++ laf-plugin.spec ++
--- /var/tmp/diff_new_pack.FpJOyc/_old  2017-09-20 17:11:57.531738615 +0200
+++ /var/tmp/diff_new_pack.FpJOyc/_new  2017-09-20 17:11:57.531738615 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package laf-plugin
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,22 +20,22 @@
 Version:1.0
 Release:0
 Summary:Generic plugin framework for Java look-and-feels
-License:BSD-3-Clause and Zlib
-Group:  Development/Libraries/Java
 # nanoxml distributed with laf-plugin is licensed under Zlib license while 
laf-plugin itself is BSD-3-Clause
+License:BSD-3-Clause AND Zlib
+Group:  Development/Libraries/Java
 Url:https://java.net/projects/laf-plugin
 # Upstream download URL 
https://laf-plugin.dev.java.net/files/documents/4261/50297/%{name}-all.zip 
seems dead
 Source0:%{name}-all.zip
 Source1:%{name}-build.xml
 BuildRequires:  ant
 BuildRequires:  dos2unix
+BuildRequires:  fdupes
 BuildRequires:  java-devel
 BuildRequires:  jpackage-utils
 BuildRequires:  unzip
 BuildRequires:  xmlbeans
 Requires:   java >= 1.5
 Requires:   jpackage-utils
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -63,10 +63,11 @@
 chmod 644 src/org/jvnet/lafplugin/*.license
 
 %build
-ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 all
+ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 all
 
 javadoc -quiet \
 -d doc \
+-source 1.6 \
 -classpath ./build/classes50 \
 -public \
 `find ./ -name \*.java`
@@ -84,14 +85,13 @@
 # javadoc
 install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
 cp -pr doc/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}-%{version}
 
 %files
-%defattr(-,root,root)
 %doc src/org/jvnet/lafplugin/*.license
 %{_javadir}/%{name}*.jar
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %doc %{_javadocdir}/%{name}-%{version}
 
 %changelog





commit nanoxml for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package nanoxml for openSUSE:Factory checked 
in at 2017-09-20 17:11:57

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


Package is "nanoxml"

Wed Sep 20 17:11:57 2017 rev:2 rq:527277 version:2.2.3

Changes:

--- /work/SRC/openSUSE:Factory/nanoxml/nanoxml.changes  2016-08-12 
15:42:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.nanoxml.new/nanoxml.changes 2017-09-20 
17:11:58.827556204 +0200
@@ -1,0 +2,8 @@
+Tue Sep 19 10:02:39 UTC 2017 - fst...@suse.com
+
+- Modified patch:
+  * nanoxml-2.2.3_build.patch
++ build with java source and target level 1.6
++ fixes build with jdk9
+
+---



Other differences:
--
++ nanoxml.spec ++
--- /var/tmp/diff_new_pack.jGL8r4/_old  2017-09-20 17:11:59.407474569 +0200
+++ /var/tmp/diff_new_pack.jGL8r4/_new  2017-09-20 17:11:59.407474569 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nanoxml
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2005, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -29,13 +29,13 @@
 Patch0: %{name}-build.patch
 Patch1: %{name}-%{version}_build.patch
 Patch2: %{name}-%{version}_enum.patch
+BuildRequires:  fdupes
 BuildRequires:  java-devel
 BuildRequires:  jpackage-utils >= 1.6
+BuildRequires:  unzip
 Requires:   java
 Recommends: %{name}-manual = %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-BuildRequires:  unzip
 
 %description
 NanoXML is a small non-validating parser for Java.
@@ -103,29 +103,25 @@
 # javadoc
 install -dm 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr Documentation/JavaDoc/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
-%defattr(-,root,root,-)
 %{_javadir}/%{name}-%{version}.jar
 %{_javadir}/%{name}.jar
 %{_javadir}/%{name}-sax-%{version}.jar
 %{_javadir}/%{name}-sax.jar
 
 %files lite
-%defattr(-,root,root,-)
 %{_javadir}/%{name}-lite-%{version}.jar
 %{_javadir}/%{name}-lite.jar
 
 %files manual
-%defattr(0644,root,root,0755)
 %doc Documentation/NanoXML-Java/*
 
 %files manual-lite
-%defattr(0644,root,root,0755)
 %doc Documentation/NanoXML-Lite/*
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %{_javadocdir}/%{name}
 
 %changelog

++ nanoxml-2.2.3_build.patch ++
--- /var/tmp/diff_new_pack.jGL8r4/_old  2017-09-20 17:11:59.431471191 +0200
+++ /var/tmp/diff_new_pack.jGL8r4/_new  2017-09-20 17:11:59.435470628 +0200
@@ -5,18 +5,18 @@
  echo "Compiling NanoXML/Lite 2.2.3"
  mkdir "${CURDIR}/tmp/nanoxml-lite-build-$$"
 -(cd Sources/Lite; javac -deprecation -target 1.1 -g:none -d 
"${CURDIR}/tmp/nanoxml-lite-build-$$" nanoxml/*.java) || exit 1
-+(cd Sources/Lite; javac -deprecation -target 1.4 -source 1.4 -g:none -d 
"${CURDIR}/tmp/nanoxml-lite-build-$$" nanoxml/*.java) || exit 1
++(cd Sources/Lite; javac -deprecation -target 1.6 -source 1.6 -g:none -d 
"${CURDIR}/tmp/nanoxml-lite-build-$$" nanoxml/*.java) || exit 1
  (cd ${CURDIR}/tmp/nanoxml-lite-build-$$; jar cf 
"$CURRDIR/Output/nanoxml-lite.jar" nanoxml/*.class) || exit 1
 -(cd Test/Lite; javac -classpath ":$CURRDIR/Output/nanoxml-lite.jar:." 
DumpXML_Lite.java) || exit 1
-+(cd Test/Lite; javac -target 1.4 -source 1.4 -classpath 
":$CURRDIR/Output/nanoxml-lite.jar:." DumpXML_Lite.java) || exit 1
++(cd Test/Lite; javac -target 1.6 -source 1.6 -classpath 
":$CURRDIR/Output/nanoxml-lite.jar:." DumpXML_Lite.java) || exit 1
  
  echo "Compiling NanoXML/Java 2.2.3"
  mkdir "${CURDIR}/tmp/nanoxml-build-$$"
 -(cd Sources/Java; javac -deprecation -g:none -d 
"${CURDIR}/tmp/nanoxml-build-$$" net/n3/nanoxml/*.java) || exit 1
-+(cd Sources/Java; javac -deprecation -target 1.4 -source 1.4 -g:none -d 
"${CURDIR}/tmp/nanoxml-build-$$" net/n3/nanoxml/*.java) || exit 1
++(cd Sources/Java; javac -deprecation -target 1.6 -source 1.6 -g:none -d 
"${CURDIR}/tmp/nanoxml-build-$$" net/n3/nanoxml/*.java) || exit 1
  (cd ${CURDIR}/tmp/nanoxml-build-$$; jar cf "$CURRDIR/Output/nanoxml.jar" 
net/n3/nanoxml/*.class) || exit 1
 -(cd Test/Java; javac -classpath ":$CURRDIR/Output/nanoxml.jar:." 
DumpXML.java) || exit 1
-+(cd Test/Java; javac -target 1.4 -source 1.4 -classpath 
":$CURRDIR/Output/nanoxml.jar:." DumpXML.java) || exit 1
++(cd Test/Java; javac -target 1.6 -source 1.6 -classpath 
":$CURRDIR/Output/nanoxml.jar:." DumpXML.java) || exit 1
  
  echo "Compiling NanoXML/SAX 2.2.3"
  
CLASSPATH=":$CURRDIR/ThirdParty/SAX/sax.jar:${CURDIR}/tmp/nanoxml-build-$$:."; 
export CLASSPATH
@@ -25,7 +25,7 @@

commit freeradius-server for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package freeradius-server for 
openSUSE:Factory checked in at 2017-09-20 17:12:10

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


Package is "freeradius-server"

Wed Sep 20 17:12:10 2017 rev:71 rq:527291 version:3.0.15

Changes:

--- /work/SRC/openSUSE:Factory/freeradius-server/freeradius-server.changes  
2017-08-28 15:18:32.981053486 +0200
+++ /work/SRC/openSUSE:Factory/.freeradius-server.new/freeradius-server.changes 
2017-09-20 17:12:12.821586275 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 11:18:53 UTC 2017 - adam.ma...@suse.de
+
+- Fix permissions of radiusd.service (bnc#1053654)
+
+---



Other differences:
--
++ freeradius-server.spec ++
--- /var/tmp/diff_new_pack.FRnI2B/_old  2017-09-20 17:12:13.525487188 +0200
+++ /var/tmp/diff_new_pack.FRnI2B/_new  2017-09-20 17:12:13.525487188 +0200
@@ -300,7 +300,7 @@
 %if %{with systemd}
 mkdir -p %{buildroot}%{_tmpfilesdir}
 install -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{unitname}.conf
-install -D -m 755 %{SOURCE1} %{buildroot}%{_unitdir}/%{unitname}.service
+install -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{unitname}.service
 # name the rc script according to the systemd unit
 ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcradiusd
 %else






commit swingx for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package swingx for openSUSE:Factory checked 
in at 2017-09-20 17:12:07

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


Package is "swingx"

Wed Sep 20 17:12:07 2017 rev:16 rq:527283 version:0.9.4

Changes:

--- /work/SRC/openSUSE:Factory/swingx/swingx.changes2017-05-22 
10:48:38.515117531 +0200
+++ /work/SRC/openSUSE:Factory/.swingx.new/swingx.changes   2017-09-20 
17:12:07.830288896 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 11:01:03 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target level 1.6
+
+---



Other differences:
--
++ swingx.spec ++
--- /var/tmp/diff_new_pack.6kzl9j/_old  2017-09-20 17:12:08.782154903 +0200
+++ /var/tmp/diff_new_pack.6kzl9j/_new  2017-09-20 17:12:08.782154903 +0200
@@ -34,11 +34,11 @@
 Patch2: swingx-0.9.4-swinglabs-build-impl.patch
 BuildRequires:  ant
 BuildRequires:  batik
+BuildRequires:  fdupes
 BuildRequires:  java-devel >= 1.6.0
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 Requires:   java >= 1.6.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -62,7 +62,7 @@
 rm -rf lib/
 
 %build
-ant jar javadoc
+ant -Djavac.source=1.6 -Djavac.target=1.6 jar javadoc
 
 %install
 # jar
@@ -76,16 +76,15 @@
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}/
 cp -r dist/javadoc %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
-%defattr(-,root,root,-)
 %doc COPYING README
 %{_javadir}/*.jar
 %{_mavenpomdir}/*
 %config(noreplace) %{_datadir}/maven-metadata/%{name}.xml
 
 %files javadoc
-%defattr(-,root,root,-)
 %{_javadocdir}/%{name}
 
 %changelog




commit joda-time for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package joda-time for openSUSE:Factory 
checked in at 2017-09-20 17:11:37

Comparing /work/SRC/openSUSE:Factory/joda-time (Old)
 and  /work/SRC/openSUSE:Factory/.joda-time.new (New)


Package is "joda-time"

Wed Sep 20 17:11:37 2017 rev:13 rq:527270 version:1.6

Changes:

--- /work/SRC/openSUSE:Factory/joda-time/joda-time.changes  2014-07-11 
20:05:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.joda-time.new/joda-time.changes 2017-09-20 
17:11:43.037778919 +0200
@@ -1,0 +2,10 @@
+Tue Sep 19 09:33:47 UTC 2017 - fst...@suse.com
+
+- Added patch:
+  * joda-time-1.6-sourcetarget.patch
++ make compile.source and compile.target properties that can be
+  specified on command-line
+- Build with java source and target level 1.6 in order to allow
+  building with jdk9
+
+---

New:

  joda-time-1.6-sourcetarget.patch



Other differences:
--
++ joda-time.spec ++
--- /var/tmp/diff_new_pack.n9kRCN/_old  2017-09-20 17:11:43.809670260 +0200
+++ /var/tmp/diff_new_pack.n9kRCN/_new  2017-09-20 17:11:43.813669698 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package joda-time
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,19 +21,21 @@
 Version:1.6
 Release:0
 Summary:Java date and time API
+# FIXME: use correct group, see 
"https://en.opensuse.org/openSUSE:Package_group_guidelines";
 License:Apache-2.0
 Group:  Development/Libraries
 Url:http://joda-time.sourceforge.net/index.html
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.gz
 Source1:ftp://elsie.nci.nih.gov/pub/%{tzversion}.tar.gz
 Patch0: joda-time-use-system-junit.patch
+Patch1: joda-time-1.6-sourcetarget.patch
 BuildRequires:  ant
+BuildRequires:  fdupes
 BuildRequires:  java-devel > 1.5.0
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
 Requires:   java > 1.5.0
 Requires:   javapackages-tools
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -48,6 +50,7 @@
 
 %packagejavadoc
 Summary:Javadocs for %{name}
+# FIXME: use correct group, see 
"https://en.opensuse.org/openSUSE:Package_group_guidelines";
 Group:  Documentation
 Requires:   %{name} = %{version}-%{release}
 Requires:   javapackages-tools
@@ -58,6 +61,7 @@
 %prep
 %setup -q -n %{name}-%{version}-src
 %patch0 -p1
+%patch1 -p1
 
 # all java binaries must be removed from the sources
 find . -name '*.jar' -exec rm -f '{}' \;
@@ -71,8 +75,8 @@
 tar -xzf %{SOURCE1} -C src/java/org/joda/time/tz/src/
 
 %build
-ant
-ant javadoc
+ant -Dcompile.source=1.6 -Dcompile.target=1.6
+ant -Dcompile.source=1.6 -Dcompile.target=1.6 javadoc
 
 %install
 # jars
@@ -84,14 +88,13 @@
 # javadocs
 install -p -d -m 755 %{buildroot}%{_javadocdir}/%{name}
 cp -a build/docs/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
-%defattr(-,root,root,-)
 %doc LICENSE.txt RELEASE-NOTES.txt ToDo.txt
 %{_javadir}/%{name}.jar
 
 %files javadoc
-%defattr(-,root,root,-)
 %doc %{_javadocdir}/%{name}
 
 %changelog

++ joda-time-1.6-sourcetarget.patch ++
--- joda-time-1.6-src/build.xml 2008-10-28 01:13:44.0 +0100
+++ joda-time-1.6-src/build.xml 2017-09-19 11:32:14.760904280 +0200
@@ -79,6 +79,12 @@
   
   
 
+  
+  
+
+  
+  
+
   
   
 
@@ -181,7 +187,8 @@
 debuglevel="${compile.debuglevel}"
deprecation="${compile.deprecation}"
   optimize="${compile.optimize}"
-   source="1.3" target="1.3">
+source="${compile.source}"
+target="${compile.target}">
   
 
   
@@ -227,7 +234,9 @@
destdir="${build.tests}"
  debug="${compile.debug}"
deprecation="${compile.deprecation}"
-  optimize="${compile.optimize}">
+  optimize="${compile.optimize}"
+source="${compile.source}"
+target="${compile.target}">
   
 
 
@@ -251,6 +260,7 @@
  author="true"
 private="false"
 package="false"
+ source="${compile.source}"
 version="true"
 use="yes"
  splitindex="yes"



commit jvyamlb for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jvyamlb for openSUSE:Factory checked 
in at 2017-09-20 17:11:47

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


Package is "jvyamlb"

Wed Sep 20 17:11:47 2017 rev:12 rq:527274 version:0.2.5

Changes:

--- /work/SRC/openSUSE:Factory/jvyamlb/jvyamlb.changes  2013-09-11 
13:38:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.jvyamlb.new/jvyamlb.changes 2017-09-20 
17:11:48.648989033 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 09:52:43 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: build with java source and target 1.6
+
+---



Other differences:
--
++ jvyamlb.spec ++
--- /var/tmp/diff_new_pack.wo2arN/_old  2017-09-20 17:11:49.340891634 +0200
+++ /var/tmp/diff_new_pack.wo2arN/_new  2017-09-20 17:11:49.344891072 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jvyamlb
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -63,7 +63,7 @@
 build-jar-repository -s -p lib joda-time bytelist jcodings
 
 %build
-%ant
+%ant -Djavac.version=1.6
 
 %install
 %__rm -rf %{buildroot}




commit jsr-305 for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jsr-305 for openSUSE:Factory checked 
in at 2017-09-20 17:11:46

Comparing /work/SRC/openSUSE:Factory/jsr-305 (Old)
 and  /work/SRC/openSUSE:Factory/.jsr-305.new (New)


Package is "jsr-305"

Wed Sep 20 17:11:46 2017 rev:14 rq:527273 version:0.1

Changes:

--- /work/SRC/openSUSE:Factory/jsr-305/jsr-305.changes  2017-06-01 
16:32:28.741283189 +0200
+++ /work/SRC/openSUSE:Factory/.jsr-305.new/jsr-305.changes 2017-09-20 
17:11:46.509290237 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 09:49:18 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java target and source 1.6
+
+---



Other differences:
--
++ jsr-305.spec ++
--- /var/tmp/diff_new_pack.JCFVOG/_old  2017-09-20 17:11:47.077210291 +0200
+++ /var/tmp/diff_new_pack.JCFVOG/_new  2017-09-20 17:11:47.085209166 +0200
@@ -32,6 +32,7 @@
 # The URL reffers to New BSD License - used  == Bill Pugh,  == 
2008
 Source2:license
 BuildRequires:  ant
+BuildRequires:  fdupes
 BuildRequires:  java-devel
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
@@ -64,7 +65,7 @@
 export OPT_JAR_LIST=:
 export CLASSPATH=
 pushd ri
-%{ant} -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
+%{ant} -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
-Dversion=%{version} -Djava.javadoc=%{_javadocdir}/java
 popd
 
@@ -82,6 +83,7 @@
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -a ri/javadoc/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
 %defattr(0644,root,root,0755)

++ jsr-305-ri-build.xml ++
--- /var/tmp/diff_new_pack.JCFVOG/_old  2017-09-20 17:11:47.125203536 +0200
+++ /var/tmp/diff_new_pack.JCFVOG/_new  2017-09-20 17:11:47.125203536 +0200
@@ -2,7 +2,7 @@



-   
+   







commit 389-ds for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package 389-ds for openSUSE:Factory checked 
in at 2017-09-20 17:11:24

Comparing /work/SRC/openSUSE:Factory/389-ds (Old)
 and  /work/SRC/openSUSE:Factory/.389-ds.new (New)


Package is "389-ds"

Wed Sep 20 17:11:24 2017 rev:12 rq:527262 version:1.3.6.6

Changes:

--- /work/SRC/openSUSE:Factory/389-ds/389-ds.changes2017-08-31 
21:03:43.130252892 +0200
+++ /work/SRC/openSUSE:Factory/.389-ds.new/389-ds.changes   2017-09-20 
17:11:26.632088337 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 09:39:08 CEST 2017 - ku...@suse.de
+
+- Remove unnecessary ldconfig calls
+
+---



Other differences:
--
++ 389-ds.spec ++
--- /var/tmp/diff_new_pack.Oyt0E9/_old  2017-09-20 17:11:27.967900295 +0200
+++ /var/tmp/diff_new_pack.Oyt0E9/_new  2017-09-20 17:11:27.971899733 +0200
@@ -175,7 +175,6 @@
 %service_add_pre dirsrv@*.service dirsrv-snmp.service dirsrv.target
 
 %post
-/sbin/ldconfig
 %fillup_only -n dirsrv
 %fillup_only -n dirsrv.systemd
 %service_add_post dirsrv@*.service dirsrv-snmp.service dirsrv.target
@@ -184,7 +183,6 @@
 %service_del_preun dirsrv@*.service dirsrv-snmp.service dirsrv.target
 
 %postun
-/sbin/ldconfig
 %service_del_postun dirsrv@*.service dirsrv-snmp.service dirsrv.target
 
 %files




commit u-boot for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2017-09-20 17:10:47

Comparing /work/SRC/openSUSE:Factory/u-boot (Old)
 and  /work/SRC/openSUSE:Factory/.u-boot.new (New)


Package is "u-boot"

Wed Sep 20 17:10:47 2017 rev:89 rq:527250 version:2017.09

Changes:

--- /work/SRC/openSUSE:Factory/u-boot/u-boot-a10-olinuxino-lime.changes 
2017-08-30 16:21:54.432427765 +0200
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-a10-olinuxino-lime.changes
2017-09-20 17:10:56.000400342 +0200
@@ -1,0 +2,21 @@
+Wed Sep 13 15:14:30 UTC 2017 - guilla...@opensuse.org
+
+- Merge and rename packages to follow upstream:
+  old configs:
+   mvebu_db-88f7040-nand_defconfig
+mvebu_db-88f7040_defconfig
+mvebu_db-88f8040_defconfig
+  merged to new config:
+mvebu_db_armada8k_defconfig
+
+---
+Tue Sep 12 08:26:24 UTC 2017 - guilla...@opensuse.org
+
+- Updated to v2017.09
+
+---
+Tue Sep  5 09:22:47 UTC 2017 - guilla...@opensuse.org
+
+- Updated to v2017.09-rc4
+
+---
u-boot-a13-olinuxino.changes: same change
u-boot-a13-olinuxinom.changes: same change
u-boot-a20-olinuxino-lime.changes: same change
u-boot-a20-olinuxino-lime2.changes: same change
u-boot-a20-olinuxinomicro.changes: same change
u-boot-am335xboneblack.changes: same change
u-boot-am335xevm.changes: same change
u-boot-am57xxevm.changes: same change
u-boot-am57xxevmnodt.changes: same change
u-boot-arndale.changes: same change
u-boot-bananapi.changes: same change
u-boot-clearfog.changes: same change
u-boot-colibrit20.changes: same change
u-boot-cubieboard.changes: same change
u-boot-cubieboard2.changes: same change
u-boot-cubietruck.changes: same change
u-boot-dragonboard410c.changes: same change
u-boot-evb-rk3399.changes: same change
u-boot-firefly-rk3288.changes: same change
u-boot-highbank.changes: same change
u-boot-hikey.changes: same change
u-boot-hyundaia7hd.changes: same change
u-boot-jetson-tk1.changes: same change
u-boot-lamobor1.changes: same change
u-boot-ls1012afrdmqspi.changes: same change
u-boot-melea1000.changes: same change
u-boot-merriia80optimus.changes: same change
u-boot-mvebudb-88f3720.changes: same change
New Changes file:

--- /dev/null   2017-07-20 07:30:00.335470106 +0200
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-mvebudbarmada8k.changes   
2017-09-20 17:11:04.155252388 +0200
@@ -0,0 +1,1642 @@
+---
+Wed Sep 13 15:14:30 UTC 2017 - guilla...@opensuse.org
+
+- Merge and rename packages to follow upstream:
+  old configs:
+   mvebu_db-88f7040-nand_defconfig
+mvebu_db-88f7040_defconfig
+mvebu_db-88f8040_defconfig
+  merged to new config:
+mvebu_db_armada8k_defconfig
+
+---
+Tue Sep 12 08:26:24 UTC 2017 - guilla...@opensuse.org
+
+- Updated to v2017.09
+
+---
+Tue Sep  5 09:22:47 UTC 2017 - guilla...@opensuse.org
+
+- Updated to v2017.09-rc4
+
+---
+Mon Aug 21 14:46:36 UTC 2017 - guilla...@opensuse.org
+
+- Updated to v2017.07
+
+---
+Mon Jul 10 12:54:03 UTC 2017 - guilla...@opensuse.org
+
+- Updated to v2017.07-rc3
+
+---
+Thu Jun 22 08:19:18 UTC 2017 - guilla...@opensuse.org
+
+- Patch queue updated from git://github.com/openSUSE/u-boot.git 
tumbleweed-2017.07
+* Patches added:
+  0003-Revert-rockchip-mkimage-remove-plac.patch
+
+---
+Wed Jun 21 14:18:06 UTC 2017 - guillaume.gar...@opensuse.org
+
+- Updated to v2017.07-rc2
+
+---
+Fri Jun  9 14:21:41 UTC 2017 - afaer...@suse.de
+
+- Updated to v2017.07-rc1
+
+---
+Mon May  8 15:27:50 UTC 2017 - afaer...@suse.de
+
+- Updated to v2017.05
+
+---
+Tue May  2 16:22:39 UTC 2017 - afaer...@suse.de
+
+- Updated to v2017.05-rc3
+* Patch queue updated from git://github.com/openSUSE/u-boot.git 
tumbleweed-2017.05
+* Patches dropped (upstreamed):
+  0003-meson-gxbb-enable-MMC-as-boot-targe.patch
+
+---
+Fri Apr 21 03:45:10 UTC 2017 - afaer...@suse.de
+
+- Switch firefly-rk3288 and tinker-rk3288 to u-boot.bin
+
+-

commit kde-l10n for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package kde-l10n for openSUSE:Factory 
checked in at 2017-09-20 17:11:31

Comparing /work/SRC/openSUSE:Factory/kde-l10n (Old)
 and  /work/SRC/openSUSE:Factory/.kde-l10n.new (New)


Package is "kde-l10n"

Wed Sep 20 17:11:31 2017 rev:28 rq:527268 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/kde-l10n/kde-l10n.changes2017-09-11 
16:20:43.854060842 +0200
+++ /work/SRC/openSUSE:Factory/.kde-l10n.new/kde-l10n.changes   2017-09-20 
17:11:31.759366573 +0200
@@ -0,0 +1,5 @@
+---
+Mon Sep 18 13:36:05 UTC 2017 - fab...@ritter-vogt.de
+
+- Remove kdesu manpage translations to avoid file conflicts
+  with kde-cli-tools >= 5.10.95



Other differences:
--
++ kde-l10n.spec ++
--- /var/tmp/diff_new_pack.1WOcT3/_old  2017-09-20 17:11:34.802938132 +0200
+++ /var/tmp/diff_new_pack.1WOcT3/_new  2017-09-20 17:11:34.806937569 +0200
@@ -1114,6 +1114,9 @@
 find %{buildroot}%{_datadir}/locale/ -type f -name akonadi_baloo_indexer.mo 
-delete
 find %{buildroot}%{_datadir}/locale/ -type f -name baloowidgets.mo -delete
 
+# Also part of kde-cli-tools 5.10.95
+rm %{buildroot}%{_datadir}/man/*/man1/kdesu.1
+
 #
 rm -f files.* files.data.* files.doc.*
 




commit tomcat for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package tomcat for openSUSE:Factory checked 
in at 2017-09-20 17:11:27

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


Package is "tomcat"

Wed Sep 20 17:11:27 2017 rev:39 rq:527265 version:8.0.44

Changes:

--- /work/SRC/openSUSE:Factory/tomcat/tomcat.changes2017-06-24 
08:34:59.931768737 +0200
+++ /work/SRC/openSUSE:Factory/.tomcat.new/tomcat.changes   2017-09-20 
17:11:29.235721825 +0200
@@ -1,0 +2,9 @@
+Tue Sep 19 09:07:39 UTC 2017 - fst...@suse.com
+
+- Added patch:
+  * tomcat-8.0.44-javadoc.patch
+- generate documentation with the same source level as class
+  files
+   - fixes build with jdk9
+
+---

New:

  tomcat-8.0.44-javadoc.patch



Other differences:
--
++ tomcat.spec ++
--- /var/tmp/diff_new_pack.VmjVaM/_old  2017-09-20 17:11:31.203444830 +0200
+++ /var/tmp/diff_new_pack.VmjVaM/_new  2017-09-20 17:11:31.203444830 +0200
@@ -77,7 +77,8 @@
 Patch3: tomcat-8.0.33-JDTCompiler-java.patch
 # PATCH-FIX-SLE: Change security manager default policies bnc#891264
 Patch4: tomcat-8.0-sle.catalina.policy.patch
-
+# PATCH-FIX-OPENSUSE: build javadoc with the same java source level as the 
class files
+Patch5: tomcat-8.0.44-javadoc.patch
 BuildRequires:  ant >= 1.8.1
 BuildRequires:  ant-antlr
 BuildRequires:  apache-commons-collections
@@ -114,7 +115,6 @@
 Requires(pre):  %{_sbindir}/useradd
 Recommends: libtcnative-1-0 >= 1.1.24
 Recommends: logrotate
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %systemd_requires
 
@@ -247,6 +247,7 @@
 %patch2 -p1
 %patch3
 %patch4
+%patch5 -p1
 
 # remove date from docs
 sed -i -e '/build-date/ d' webapps/docs/tomcat-docs.xsl
@@ -699,16 +700,13 @@
 %{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
 
 %files admin-webapps
-%defattr(0644,root,root,0755)
 %{appdir}/host-manager
 %{appdir}/manager
 
 %files docs-webapp
-%defattr(-,root,root)
 %doc %{appdir}/docs
 
 %files el-3_0-api
-%defattr(-,root,root)
 %{_javadir}/%{name}-el-%{elspec}-api.jar
 %{_javadir}/%{name}-el-api.jar
 %{libdir}/%{name}-el-%{elspec}-api.jar
@@ -724,11 +722,9 @@
 %ghost %{_sysconfdir}/alternatives/el_api.jar
 
 %files javadoc
-%defattr(-,root,root)
 %doc %{_javadocdir}/%{name}
 
 %files jsp-2_3-api
-%defattr(0644,root,root,0755)
 %{_javadir}/%{name}-jsp-%{jspspec}-api.jar
 %{_javadir}/%{name}-jsp-api.jar
 %{_javadir}/jsp.jar
@@ -739,8 +735,8 @@
 %else
 %{_datadir}/maven-metadata/%{name}-tomcat-jsp-api.xml
 %endif
+
 %files lib
-%defattr(-,root,root)
 %{libdir}
 %dir %{bindir}
 %{bindir}/tomcat-juli.jar
@@ -768,7 +764,6 @@
 %config(noreplace) %{_sysconfdir}/ant.d/catalina-ant
 
 %files embed
-%defattr(-,root,root)
 %dir %{libdir}
 %{libdir}/%{name}*-embed-*.jar
 %{_mavenpomdir}/JPP.%{name}-tomcat-embed-websocket.pom
@@ -778,7 +773,6 @@
 %{_mavenpomdir}/JPP.%{name}-tomcat-embed-logging-juli.pom
 
 %files servlet-3_1-api
-%defattr(-,root,root)
 %doc LICENSE
 %{_javadir}/%{name}-servlet-%{servletspec}-api.jar
 %{_javadir}/%{name}-servlet-api.jar
@@ -792,7 +786,6 @@
 %{_mavenpomdir}/JPP-%{name}-servlet-api.pom
 
 %files webapps
-%defattr(-,root,root)
 #bnc#520532
 %config(noreplace) %{appdir}/ROOT
 %{appdir}/examples


++ tomcat-8.0.44-javadoc.patch ++
--- apache-tomcat-8.0.44-src/build.xml  2017-05-10 19:27:41.0 +0200
+++ apache-tomcat-8.0.44-src/build.xml  2017-09-19 11:04:39.650918739 +0200
@@ -1952,6 +1952,7 @@
   encoding="UTF-8"
   docencoding="UTF-8"
   charset="UTF-8"
+  source="${compile.source}"
   additionalparam="-breakiterator -notimestamp"
   maxmemory="512m"
   failonerror="true">
@@ -1972,6 +1973,7 @@
   encoding="UTF-8"
   docencoding="UTF-8"
   charset="UTF-8"
+  source="${compile.source}"
   additionalparam="-breakiterator -notimestamp"
   maxmemory="512m"
   failonerror="true">
@@ -1992,6 +1994,7 @@
   encoding="UTF-8"
   docencoding="UTF-8"
   charset="UTF-8"
+  source="${compile.source}"
   additionalparam="-breakiterator -notimestamp"
   maxmemory="512m"
   failonerror="true">
@@ -2012,6 +2015,7 @@
   encoding="UTF-8"
   docencoding="UTF-8"
   charset="UTF-8"
+  source="${compile.source}"
   additionalparam="-breakiterator -notimestamp"
   maxmemory="512m"
   failonerror="true">
@@ -2031,6 +2035,7 @@
   encoding="UTF-8"
   docencoding="UTF-8"
   charset="UTF-8"
+  source="${compile.source}"
   additionalparam="-breakiterator -notimestamp"
   maxmemory="512m"
   failonerror="true">



commit postgresql-jdbc for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package postgresql-jdbc for openSUSE:Factory 
checked in at 2017-09-20 17:11:21

Comparing /work/SRC/openSUSE:Factory/postgresql-jdbc (Old)
 and  /work/SRC/openSUSE:Factory/.postgresql-jdbc.new (New)


Package is "postgresql-jdbc"

Wed Sep 20 17:11:21 2017 rev:9 rq:527253 version:9.4

Changes:

--- /work/SRC/openSUSE:Factory/postgresql-jdbc/postgresql-jdbc.changes  
2015-07-12 22:52:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql-jdbc.new/postgresql-jdbc.changes 
2017-09-20 17:11:21.780771254 +0200
@@ -1,0 +2,8 @@
+Tue Sep 19 08:47:08 UTC 2017 - fst...@suse.com
+
+- Build with java compatibility 1.6
+- Modified file:
+  * build.xml
++ Detect correctly java 9
+
+---



Other differences:
--
++ postgresql-jdbc.spec ++
--- /var/tmp/diff_new_pack.NjdyRh/_old  2017-09-20 17:11:22.596656402 +0200
+++ /var/tmp/diff_new_pack.NjdyRh/_new  2017-09-20 17:11:22.600655839 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package postgresql-jdbc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,9 +29,9 @@
 Source1:build.xml
 Patch0: jdbc-postgresql-9.4_p1201-remove-sspi.patch
 BuildRequires:  ant
+BuildRequires:  fdupes
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -63,16 +63,12 @@
 rm -f org/postgresql/sspi/SSPIClient.java
 
 %build
-ant
+ant -Djava.specification.version=1.6
 
 # build the public api
-ant publicapi
+ant -Djava.specification.version=1.6 publicapi
 
 %install
-%if 0%{?suse_version} == 1110
-export NO_BRP_CHECK_BYTECODE_VERSION=true
-%endif
-
 # create directory for installing the jars
 install -d -m 755 %{buildroot}%{_javadir}
 install -m 655 
$RPM_BUILD_DIR/%{name}-%{version}-%{buildnum}.src/jars/postgresql.jar \
@@ -82,14 +78,13 @@
 # javadoc
 install -d -m 755 %{buildroot}/%{_javadocdir}/%{name}
 cp -pr build/publicapi/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
-%defattr(-,root,root,0755)
 %{_javadir}/%{name}-%{version}.jar
 %{_javadir}/%{name}.jar
 
 %files javadoc
-%defattr(-,root,root)
 %{_javadocdir}/%{name}
 
 %changelog

++ build.xml ++
--- /var/tmp/diff_new_pack.NjdyRh/_old  2017-09-20 17:11:22.648649083 +0200
+++ /var/tmp/diff_new_pack.NjdyRh/_new  2017-09-20 17:11:22.648649083 +0200
@@ -50,6 +50,8 @@
   

 
+
+
   
 
 




commit gradio for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package gradio for openSUSE:Factory checked 
in at 2017-09-20 17:11:18

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


Package is "gradio"

Wed Sep 20 17:11:18 2017 rev:4 rq:527251 version:6.0.1

Changes:

--- /work/SRC/openSUSE:Factory/gradio/gradio.changes2017-09-12 
19:55:08.641193733 +0200
+++ /work/SRC/openSUSE:Factory/.gradio.new/gradio.changes   2017-09-20 
17:11:19.353112994 +0200
@@ -1,0 +2,10 @@
+Mon Sep 18 13:35:32 UTC 2017 - mvet...@suse.com
+
+- Update to versoin 6.0.1:
+  * New keyboard shortcuts
+  * New translations
+  * bugfix #208[1] Duplicated appmenu on non GNOME desktops
+  * bugfix #209[2] No title is displayed if it contains an & sign
+- Remove gradio-add-missed-translation.patch
+
+---

Old:

  gradio-add-missed-translation.patch
  v6.0.tar.gz

New:

  v6.0.1.tar.gz



Other differences:
--
++ gradio.spec ++
--- /var/tmp/diff_new_pack.bdLzM2/_old  2017-09-20 17:11:20.284981815 +0200
+++ /var/tmp/diff_new_pack.bdLzM2/_new  2017-09-20 17:11:20.288981252 +0200
@@ -17,14 +17,13 @@
 
 
 Name:   gradio
-Version:6.0
+Version:6.0.1
 Release:0
 Summary:GTK3 app for finding and listening to internet radio stations
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Players
 Url:https://github.com/haecker-felix/gradio
 Source: 
https://github.com/haecker-felix/gradio/archive/v%{version}.tar.gz
-Patch0: gradio-add-missed-translation.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -54,7 +53,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{meson}

++ v6.0.tar.gz -> v6.0.1.tar.gz ++
 4575 lines of diff (skipped)




commit jlatexmath for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jlatexmath for openSUSE:Factory 
checked in at 2017-09-20 17:10:43

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


Package is "jlatexmath"

Wed Sep 20 17:10:43 2017 rev:4 rq:527244 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/jlatexmath/jlatexmath.changes2014-06-30 
22:50:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.jlatexmath.new/jlatexmath.changes   
2017-09-20 17:10:44.330043172 +0200
@@ -1,0 +2,9 @@
+Tue Sep 19 08:31:24 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target level 1.6
+- Added patch:
+  * jlatexmath-1.0.3-nosource.patch
++ Don't hardcode java source and target level; we specify them
+  on command-line
+
+---

New:

  jlatexmath-1.0.3-nosource.patch



Other differences:
--
++ jlatexmath.spec ++
--- /var/tmp/diff_new_pack.87xuKU/_old  2017-09-20 17:10:44.969953091 +0200
+++ /var/tmp/diff_new_pack.87xuKU/_new  2017-09-20 17:10:44.969953091 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jlatexmath
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,19 +20,21 @@
 Version:1.0.3
 Release:0
 Summary:Java API to display mathematical formulas written in LaTeX
+# FIXME: use correct group, see 
"https://en.opensuse.org/openSUSE:Package_group_guidelines";
 License:GPL-2.0+
 Group:  Development/Libraries
 Url:http://forge.scilab.org/index.php/p/jlatexmath/
 Source0:
http://forge.scilab.org/index.php/p/jlatexmath/downloads/get/%{name}-src-all-%{version}.zip
 Source1:patched_fop.properties
+Patch0: jlatexmath-1.0.3-nosource.patch
 BuildRequires:  ant
+BuildRequires:  fdupes
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
 BuildRequires:  xmlgraphics-fop
 Requires:   java
 Requires:   javapackages-tools
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -43,6 +45,7 @@
 
 %package fop
 Summary:FOP plug-in for %{name}
+# FIXME: use correct group, see 
"https://en.opensuse.org/openSUSE:Package_group_guidelines";
 Group:  Development/Libraries
 Requires:   %{name} = %{version}-%{release}
 Requires:   javapackages-tools
@@ -53,6 +56,7 @@
 
 %package javadoc
 Summary:API Documentation for %{name}
+# FIXME: use correct group, see 
"https://en.opensuse.org/openSUSE:Package_group_guidelines";
 Group:  Documentation
 Requires:   %{name} = %{version}-%{release}
 
@@ -61,6 +65,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 rm fop.properties
 cp -a %{SOURCE1} fop.properties
@@ -72,9 +77,7 @@
 sed -i '/class-path/I d' plugin/fop/MANIFEST.MF
 
 %build
-ant buildJar
-ant fop
-ant doc
+ant -Djava_version=1.6 buildJar fop doc
 
 %install
 
@@ -84,22 +87,20 @@
 
 mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -rp doc/ %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
-%defattr(-,root,root)
 %{_javadir}/%{name}.jar
 %doc README
 %doc COPYING
 %doc LICENSE
 
 %files fop
-%defattr(-,root,root)
 %{_javadir}/%{name}-fop.jar
 %doc plugin/fop/COPYING
 %doc plugin/fop/LICENSE
 
 %files javadoc
-%defattr(-,root,root)
 %{_javadocdir}/%{name}
 
 %changelog

++ jlatexmath-1.0.3-nosource.patch ++
--- jlatexmath-1.0.3/plugin/fop/build.xml   2014-02-09 18:30:10.0 
+0100
+++ jlatexmath-1.0.3/plugin/fop/build.xml   2017-09-19 10:27:38.975496694 
+0200
@@ -62,14 +62,14 @@
   
   
   
-
+
   
   
 
   
   
   
-
+
   
   
 




commit geany-plugins for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2017-09-20 17:10:41

Comparing /work/SRC/openSUSE:Factory/geany-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.geany-plugins.new (New)


Package is "geany-plugins"

Wed Sep 20 17:10:41 2017 rev:23 rq:527243 version:1.31

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2017-07-17 09:10:16.427411423 +0200
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new/geany-plugins.changes 
2017-09-20 17:10:41.674417003 +0200
@@ -1,0 +2,53 @@
+Sat Sep 16 19:25:52 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 1.31:
+  + General:
+- New plugin: keyrecord (gh#geany/geany-plugins#460).
+- Add a note to plugins which are currently orphaned and might
+  not receive further fixes (gh#geany/geany-plugins#540).
+  Affected plugins:
+  . Geanydoc.
+  . GeanyExtrasel.
+  . GeanyInsertNum.
+  . GeanyLua.
+  . GeanyPG.
+  . GeanyPrj.
+  . GeanyVC.
+  . PrettyPrinter.
+  . Scope.
+  . Shiftcolumn.
+  . Treebrowser.
+  + Addons: Enable Mark Word also for newly opened documents
+(gh#geany/geany-plugins#563).
+  + Automark: Extend documentation (gh#geany/geany-plugins#582).
+  + GeanyDoc: Make OK the default button in interactive mode
+(gh#geany/geany-plugins#566).
+  + GeanyExtrasel: Fix issues related to Scintilla Rectancle select
+(gh#geany/geany-plugins#568).
+  + GeanyLua, GeanyMacro, GeanyNumbersBookmarks: Pass a GdkKeymap
+to gdk_keymap_* functions to prevent crashes on Windows and
+critical warnings on other platforms
+(gh#geany/geany-plugins#586).
+  + GeniusPaste: Update configuration for shipped pastebins
+(gh#geany/geany-plugins#551).
+  + GitChangebar: Fix spurious line wrapping
+(gh#geany/geany-plugins#564).
+  + LineOperations: Add a feature to keep unique lines
+(gh#geany/geany-plugins#560).
+  + PrettyPrinter: Add missing README, COPYING, NEWS and AUTHORS
+files (gh#geany/geany-plugins#580).
+  + ProjectOrganizer: Fix a crash by ensuring project is open
+before trying to expand the tree (gh#geany/geany-plugins#555,
+gh#geany/geany-plugins#557, gh#geany/geany-plugins#559).
+  + Scope: Correct a misleading error message
+(gh#geany/geany-plugins#561).
+  + Spellcheck:
+- Stop processing if the document gets invalid to prevent
+  crashes while file gets closed during long check runs
+  (gh#geany/geany-plugins#547).
+- Add style mappings for Rust and PHPSCRIPT.
+  + Updatechecker: Remove deprecated soup call
+(gh#geany/geany-plugins#541).
+  + Updated translations.
+
+---

Old:

  geany-plugins-1.30.tar.bz2

New:

  geany-plugins-1.31.tar.bz2



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.BvbdCN/_old  2017-09-20 17:10:42.454307218 +0200
+++ /var/tmp/diff_new_pack.BvbdCN/_new  2017-09-20 17:10:42.458306654 +0200
@@ -20,7 +20,7 @@
 %define gtk3_ready 1
 
 Name:   geany-plugins
-Version:1.30
+Version:1.31
 Release:0
 # FIXME: gendoc requires ctpl (http://ctpl.tuxfamily.org/)
 Summary:A collection of different plugins for Geany
@@ -130,6 +130,7 @@
 %{_libdir}/geany/geanynumberedbookmarks.so
 %{_libdir}/geany/geanyprj.so
 %{_libdir}/geany/geanydoc.so
+%{_libdir}/geany/keyrecord.so
 
 %else
 # These plugins are not compatible with gtk3

++ geany-plugins-1.30.tar.bz2 -> geany-plugins-1.31.tar.bz2 ++
 50208 lines of diff (skipped)




commit ghc-bifunctors for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package ghc-bifunctors for openSUSE:Factory 
checked in at 2017-09-20 17:10:32

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


Package is "ghc-bifunctors"

Wed Sep 20 17:10:32 2017 rev:9 rq:527237 version:5.4.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-bifunctors/ghc-bifunctors.changes
2017-06-04 01:51:49.380065358 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-bifunctors.new/ghc-bifunctors.changes   
2017-09-20 17:10:33.587555386 +0200
@@ -1,0 +2,5 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---



Other differences:
--
++ ghc-bifunctors.spec ++
--- /var/tmp/diff_new_pack.cc9uQr/_old  2017-09-20 17:10:34.299455173 +0200
+++ /var/tmp/diff_new_pack.cc9uQr/_new  2017-09-20 17:10:34.299455173 +0200
@@ -21,10 +21,10 @@
 Name:   ghc-%{pkg_name}
 Version:5.4.2
 Release:0
-Summary:Bifunctors
+Summary:Collection Haskell 98 bifunctors, bifoldables and 
bitraversables
 License:BSD-2-Clause
-Group:  Development/Languages/Other
-Url:https://hackage.haskell.org/package/%{pkg_name}
+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
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-orphans-devel
@@ -36,18 +36,17 @@
 BuildRequires:  ghc-template-haskell-devel
 BuildRequires:  ghc-transformers-compat-devel
 BuildRequires:  ghc-transformers-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-hspec-devel
 %endif
 
 %description
-Bifunctors.
+Bifunctor, bifoldable, and bitraversable instances for Haskell 98.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -75,11 +74,9 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 %doc CHANGELOG.markdown README.markdown
 
 %changelog




commit jgroups for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jgroups for openSUSE:Factory checked 
in at 2017-09-20 17:10:36

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


Package is "jgroups"

Wed Sep 20 17:10:36 2017 rev:18 rq:527240 version:2.6.10

Changes:

--- /work/SRC/openSUSE:Factory/jgroups/jgroups.changes  2014-07-11 
20:05:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.jgroups.new/jgroups.changes 2017-09-20 
17:10:40.726550433 +0200
@@ -1,0 +2,9 @@
+Tue Sep 19 08:08:14 UTC 2017 - fst...@suse.com
+
+- Added patch:
+  * jgroups-nosource.patch
++ don't hardcode source level; we specify it on command-line
+- Build with java source and target levels 1.6 in order to allow
+  building with jdk9 
+
+---

New:

  jgroups-nosource.patch



Other differences:
--
++ jgroups.spec ++
--- /var/tmp/diff_new_pack.uL2fjo/_old  2017-09-20 17:10:41.434450782 +0200
+++ /var/tmp/diff_new_pack.uL2fjo/_new  2017-09-20 17:10:41.438450220 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jgroups
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,10 +22,6 @@
 %define repodir %{_javadir}/repository.jboss.com/jgroups/2.4.1.SP4-brew
 %define repodirlib %{repodir}/lib
 %define repodirsrc %{repodir}/src
-# If you don't want to run the unit tests
-# give rpmbuild option '--without tests'
-%define with_tests %{!?_without_tests:1}%{?_without_tests:0}
-%define without_tests %{?_without_tests:1}%{!?_without_tests:0}
 Name:   jgroups
 Version:2.6.10
 Release:0
@@ -49,12 +45,15 @@
 Source1:jgroups-component-info.xml
 #PATCH-FIX-OPENSUSE: junit.swingui does not exists in junit 4
 Patch0: jgroups-swingui.patch
+#PATCH-FIX-OPENSUSE: don't hardcode source so that it can be specified from 
command-line
+Patch1: jgroups-nosource.patch
 BuildRequires:  ant >= 1.6
 BuildRequires:  ant-junit
 BuildRequires:  apache-commons-logging
 BuildRequires:  bsh
+BuildRequires:  fdupes
 BuildRequires:  geronimo-jms-1_1-api
-BuildRequires:  java-devel >= 1.5.0
+BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  jaxp_parser_impl
 BuildRequires:  junit
@@ -69,7 +68,6 @@
 Requires:   log4j
 Provides:   javagroups = %{version}
 Obsoletes:  javagroups < %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -100,7 +98,6 @@
 using JGroups.
 
 %if %{with_repolib}
-
 %package repolib
 Summary:Artifacts to be uploaded to a repository library
 Group:  Development/Libraries/Java
@@ -151,6 +148,7 @@
 %prep
 %setup -q -n JGroups-%{version}.merge.src
 %patch0 -p1
+%patch1 -p1
 find . -type f -name '*.jar' | xargs rm -f
 # this test requires bouncycastle
 rm tests/junit/org/jgroups/protocols/ENCRYPTAsymmetricTest.java
@@ -178,13 +176,7 @@
 ln -sf $(build-classpath xalan-j2) .
 ln -sf $(build-classpath xalan-j2-serializer) .
 popd
-%if %{without_tests}
-ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 jar javadoc 
gossip-service jgroups-service
-%else
-#export ANT_OPTS="-Djava.net.preferIPv4Stack=true"
-#ant jar javadoc gossip-service jgroups-service unittests-xml testreport
-ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 jar javadoc 
gossip-service jgroups-service
-%endif
+ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 jar javadoc 
gossip-service jgroups-service
 
 %install
 # jar
@@ -197,6 +189,7 @@
 # javadoc
 install -d %{buildroot}%{_javadocdir}/%{name}-%{version}
 cp -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}/
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}-%{version}
 (cd %{buildroot}%{_javadocdir} && ln -sf %{name}-%{version} %{name})
 # services
 install -p -d -m 755 %{buildroot}%{_datadir}/%{name}-%{version}
@@ -215,23 +208,18 @@
 %endif
 
 %files
-%defattr(0644,root,root,0755)
 %doc CREDITS INSTALL.html README LICENSE
 %{_javadir}/%{name}*jar
 %{_datadir}/%{name}-%{version}
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %{_javadocdir}/%{name}-%{version}
 %{_javadocdir}/%{name}
 
 %files manual
-%defattr(0644,root,root,0755)
 %doc %{_docdir}/%{name}-%{version}
 %if %{with_repolib}
-
 %files repolib
-%defattr(0644,root,root,0755)
 %{repodir}
 %dir %{_javadir}/repository.jboss.com
 %dir %{_javadir}/repository.jboss.com/%{name}

++ jgroups-nosource.patch ++
--- JGroups-2.6.10.merge.src/build.xml  2017-09-19 09:56:25.

commit velocity for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package velocity for openSUSE:Factory 
checked in at 2017-09-20 17:10:44

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


Package is "velocity"

Wed Sep 20 17:10:44 2017 rev:19 rq:527245 version:1.7

Changes:

--- /work/SRC/openSUSE:Factory/velocity/velocity.changes2017-05-22 
10:48:54.268897108 +0200
+++ /work/SRC/openSUSE:Factory/.velocity.new/velocity.changes   2017-09-20 
17:10:46.609722262 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 08:36:49 UTC 2017 - fst...@suse.com
+
+- Fix buid with jdk9: specify java source and target level 1.6
+
+---



Other differences:
--
++ velocity.spec ++
--- /var/tmp/diff_new_pack.15LOMJ/_old  2017-09-20 17:10:48.121509449 +0200
+++ /var/tmp/diff_new_pack.15LOMJ/_new  2017-09-20 17:10:48.121509449 +0200
@@ -47,13 +47,12 @@
 Requires:   avalon-logkit
 Requires:   commons-collections
 Requires:   commons-lang
-Requires:   java >= 1.5.0
+Requires:   java >= 1.6.0
 Requires:   jdom >= 1.0-1
 Requires:   log4j >= 1.1
 Requires:   oro
 Requires:   servletapi4
 Requires:   werken-xpath
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -194,7 +193,7 @@
 #FIXME: tests failed on CommonsExtPropTestCase
 #but resulting files seems to be same
 ant \
-  -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
+  -Djavac.source=1.6 -Djavac.target=1.6 \
   -buildfile build/build.xml \
   jar javadocs #test
 
@@ -218,22 +217,18 @@
 %fdupes -s %{buildroot}
 
 %files
-%defattr(0644,root,root,0755)
 %doc LICENSE NOTICE README.txt
 %{_javadir}/*.jar
 %{_mavenpomdir}/*
 %{_datadir}/maven-metadata/%{name}.xml
 
 %files manual
-%defattr(0644,root,root,0755)
 %doc docs/*
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %{_javadocdir}/%{name}
 
 %files demo
-%defattr(0644,root,root,0755)
 %{_datadir}/%{name}
 
 %changelog




commit ghc-libinfluxdb for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package ghc-libinfluxdb for openSUSE:Factory 
checked in at 2017-09-20 17:10:34

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


Package is "ghc-libinfluxdb"

Wed Sep 20 17:10:34 2017 rev:2 rq:527238 version:0.0.4

Changes:

--- /work/SRC/openSUSE:Factory/ghc-libinfluxdb/ghc-libinfluxdb.changes  
2016-11-02 12:33:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-libinfluxdb.new/ghc-libinfluxdb.changes 
2017-09-20 17:10:35.375303726 +0200
@@ -1,0 +2,10 @@
+Thu Aug  3 15:38:38 UTC 2017 - psim...@suse.com
+
+- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
+
+---
+Thu Aug  3 03:01:20 UTC 2017 - psim...@suse.com
+
+- Update to version 0.0.4 revision 1.
+
+---

New:

  libinfluxdb.cabal



Other differences:
--
++ ghc-libinfluxdb.spec ++
--- /var/tmp/diff_new_pack.NBmFOI/_old  2017-09-20 17:10:36.871093165 +0200
+++ /var/tmp/diff_new_pack.NBmFOI/_new  2017-09-20 17:10:36.875092601 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-libinfluxdb
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,13 +20,13 @@
 Name:   ghc-%{pkg_name}
 Version:0.0.4
 Release:0
-Summary:Libinfluxdb
+Summary:send metrics data to InfluxDB
 License:MIT
-Group:  System/Libraries
-Url:https://hackage.haskell.org/package/%{pkg_name}
+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
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-clock-devel
 BuildRequires:  ghc-containers-devel
@@ -37,15 +37,13 @@
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-stm-devel
 BuildRequires:  ghc-text-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
-Libinfluxdb.
+Small library for sending metrics data to InfluxDB.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -56,16 +54,14 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 
@@ -73,10 +69,8 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 
 %changelog

++ libinfluxdb.cabal ++
name:libinfluxdb
version: 0.0.4
x-revision: 1

synopsis:libinfluxdb
description: libinfluxdb

license: MIT
license-file:LICENSE

author:  Tomas Carnecky
maintainer:  tomas.carne...@gmail.com

category:Database

build-type:  Simple
cabal-version:   >=1.10


source-repository head
  type: git
  location: git://github.com/wereHamster/libinfluxdb.git


library
  hs-source-dirs:  src
  default-language:Haskell2010

  exposed-modules:
 Database.InfluxDB.Writer

  build-depends:
 base >=4.8 && <4.11
   , bytestring
   , text
   , clock
   , containers
   , resource-pool
   , stm
   , http-types
   , http-client
   , http-client-tls

  ghc-options: -Wall



commit jgraphx for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jgraphx for openSUSE:Factory checked 
in at 2017-09-20 17:10:29

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


Package is "jgraphx"

Wed Sep 20 17:10:29 2017 rev:5 rq:527235 version:3.1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/jgraphx/jgraphx.changes  2015-02-03 
11:40:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.jgraphx.new/jgraphx.changes 2017-09-20 
17:10:29.932069967 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 07:53:37 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target 1.6
+
+---



Other differences:
--
++ jgraphx.spec ++
--- /var/tmp/diff_new_pack.ODrkDX/_old  2017-09-20 17:10:30.755953989 +0200
+++ /var/tmp/diff_new_pack.ODrkDX/_new  2017-09-20 17:10:30.759953427 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jgraphx
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,7 +31,6 @@
 BuildRequires:  unzip
 Requires:   java
 Requires:   jpackage-utils
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -50,7 +49,7 @@
 find -type f -name "*.jar" | xargs -t rm
 
 %build
-ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5
+ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6
 
 # Remove copies of source so that we don't confuse
 # the debuginfo finder
@@ -67,7 +66,6 @@
 popd
 
 %files
-%defattr(-,root,root)
 %doc license.txt
 %{_javadir}/%{name}.jar
 %{_javadir}/%{name}-%{version}.jar





commit jgoodies-forms for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jgoodies-forms for openSUSE:Factory 
checked in at 2017-09-20 17:10:24

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


Package is "jgoodies-forms"

Wed Sep 20 17:10:24 2017 rev:4 rq:527231 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/jgoodies-forms/jgoodies-forms.changes
2014-07-29 16:48:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.jgoodies-forms.new/jgoodies-forms.changes   
2017-09-20 17:10:26.236590178 +0200
@@ -1,0 +2,6 @@
+Tue Sep 19 07:38:27 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target 1.6
+- Clean spec file and fix duplicate waste rpmlint error
+
+---



Other differences:
--
++ jgoodies-forms.spec ++
--- /var/tmp/diff_new_pack.cfq5Hj/_old  2017-09-20 17:10:26.936491654 +0200
+++ /var/tmp/diff_new_pack.cfq5Hj/_new  2017-09-20 17:10:26.940491091 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jgoodies-forms
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,13 +27,13 @@
 Url:http://jgoodies.com
 Source0:
http://www.jgoodies.com/download/libraries/%{_shortname}/%{_shortname}-%{tar_ver}.zip
 BuildRequires:  ant
+BuildRequires:  fdupes
 BuildRequires:  java-devel
 BuildRequires:  jpackage-utils
 BuildRequires:  unzip
 BuildRequires:  xml-commons-apis
 BuildRequires:  xml-commons-resolver
 Requires:   jre >= 1.5
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -53,8 +53,10 @@
 
 %package javadoc
 Summary:Javadoc for JGoodies Forms framework
-Group:  Development/Languages/Java
 # FIXME: use proper Requires(pre/post/preun/...)
+# FIXME: use proper Requires(pre/post/preun/...)
+# FIXME: use proper Requires(pre/post/preun/...)
+Group:  Development/Languages/Java
 PreReq: coreutils
 
 %description javadoc
@@ -122,7 +124,9 @@
 %build
 unset CLASSPATH
 export CLASSPATH=%{java_home}/jre/lib/rt.jar
-%{ant} compile jar javadoc
+%{ant} \
+-Dbuild.compile.source=1.6 -Dbuild.compile.target=1.6 \
+compile jar javadoc
 
 %install
 # jars
@@ -137,14 +141,16 @@
 # javadoc
 install -dm 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr build/docs/api/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 # demo
 install -dm 755 %{buildroot}%{_datadir}/%{name}
 cp -pr src/tutorial/* %{buildroot}%{_datadir}/%{name}
 cp -pr build/classes/tutorial/* %{buildroot}%{_datadir}/%{name}
+%fdupes -s %{buildroot}%{_datadir}/%{name}
 cat > %{name}.sh << EOF
 #!/bin/bash
 cd %{_datadir}/%{name}
-%{java} -cp .:%{_javadir}/forms.jar \
+%java -cp .:%{_javadir}/forms.jar \
com/jgoodies/forms/tutorial/QuickStartExample
 EOF
 install -dm 755 %{buildroot}%{_bindir}
@@ -157,16 +163,13 @@
 EOF
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS LICENSE.txt README.html RELEASE-NOTES.txt
 %{_javadir}/%{_shortname}*.jar
 
 %files javadoc
-%defattr(-,root,root)
 %doc %{_javadocdir}/%{name}
 
 %files manual
-%defattr(-,root,root,-)
 %doc docs/references.html
 %doc docs/tips.html
 %doc docs/visualbuilders.html
@@ -176,7 +179,6 @@
 %doc docs/images/
 
 %files demo
-%defattr(644,root,root,755)
 %doc LICENSE.txt README.html RELEASE-NOTES.txt
 %doc docs/tutorial
 %{_datadir}/%{name}





commit jcodings for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jcodings for openSUSE:Factory 
checked in at 2017-09-20 17:09:54

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


Package is "jcodings"

Wed Sep 20 17:09:54 2017 rev:14 rq:527149 version:1.0.12

Changes:

--- /work/SRC/openSUSE:Factory/jcodings/jcodings.changes2015-01-30 
15:09:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.jcodings.new/jcodings.changes   2017-09-20 
17:09:58.324519350 +0200
@@ -1,0 +2,5 @@
+Mon Sep 18 22:20:10 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target 1.6
+
+---



Other differences:
--
++ jcodings.spec ++
--- /var/tmp/diff_new_pack.X2J3FH/_old  2017-09-20 17:09:58.888439967 +0200
+++ /var/tmp/diff_new_pack.X2J3FH/_new  2017-09-20 17:09:58.892439404 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jcodings
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,11 +30,10 @@
 BuildRequires:  javapackages-tools
 Requires:   java
 Requires:   javapackages-tools
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
-Java-based codings helper classes for Joni and JRuby.
+%{name}: java-based codings helper classes for Joni and JRuby.
 
 %prep
 %setup -q 
@@ -45,7 +44,7 @@
 %build
 echo "See %{url} for more info about the %{name} project." > README.txt
 
-ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5
+ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6
 
 %install
 mkdir -p %{buildroot}%{_javadir}
@@ -56,7 +55,6 @@
 popd
 
 %files
-%defattr(-,root,root,-)
 %{_javadir}/*
 %doc README.txt
 




commit xmlgraphics-fop for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package xmlgraphics-fop for openSUSE:Factory 
checked in at 2017-09-20 17:10:18

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


Package is "xmlgraphics-fop"

Wed Sep 20 17:10:18 2017 rev:32 rq:527226 version:2.1

Changes:

--- /work/SRC/openSUSE:Factory/xmlgraphics-fop/xmlgraphics-fop.changes  
2017-05-22 10:48:52.461151901 +0200
+++ /work/SRC/openSUSE:Factory/.xmlgraphics-fop.new/xmlgraphics-fop.changes 
2017-09-20 17:10:21.321282104 +0200
@@ -1,0 +2,6 @@
+Tue Sep 19 07:23:59 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target 1.6 and fix
+  javadoc build
+
+---
@@ -4 +10 @@
-- Add BuildRequires: javapackages-local (for maven conversions)
+- Add BuildRequires: javapackages-local (for maven conversions)



Other differences:
--
++ xmlgraphics-fop.spec ++
--- /var/tmp/diff_new_pack.I6nQBJ/_old  2017-09-20 17:10:22.885061972 +0200
+++ /var/tmp/diff_new_pack.I6nQBJ/_new  2017-09-20 17:10:22.885061972 +0200
@@ -57,6 +57,7 @@
 BuildRequires:  xml-commons-jaxp-1.3-apis
 BuildRequires:  xmlgraphics-batik >= 1.8
 BuildRequires:  xmlgraphics-commons >= 2.1
+#!BuildIgnore:  saxon
 Requires:   apache-commons-io >= 2.4
 Requires:   apache-commons-logging
 Requires:   apache-pdfbox
@@ -65,11 +66,9 @@
 Requires:   xml-commons-jaxp-1.3-apis
 Requires:   xmlgraphics-batik >= 1.8
 Requires:   xmlgraphics-commons >= 2.1
-#!BuildIgnore:  saxon
 Provides:   %{bname} = %{version}-%{release}
 Obsoletes:  %{bname} < %{version}-%{release}
 Provides:   fo-formatter = %{version}-%{release}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -83,6 +82,9 @@
 %setup -q -n %{bname}-%{version} -a5
 ln -thyph offo-hyphenation/hyph/*.xml
 find -name "*.jar" | xargs -t rm
+# Remove this file. It needs jai and we don't compile it.
+# Just javadoc chokes on it.
+rm src/java/org/apache/fop/util/bitmap/JAIMonochromeBitmapConverter.java
 %patch1 -p1 -b .cli
 %patch2 -p1
 %patch3 -p1
@@ -121,7 +123,9 @@
 ln -s $(build-classpath qdox)
 popd
 export CLASSPATH= LANG=en_US.UTF-8
-ant package maven-artifacts
+ant \
+-Djavac.source=1.6 -Djavac.target=1.6 \
+   package maven-artifacts
 
 # Build the manpage(s) and HTML
 DB=%{_datadir}/xml/docbook/stylesheet/nwalsh/current
@@ -173,7 +177,6 @@
 popd
 
 %files
-%defattr(0644,root,root,0755)
 %doc NOTICE LICENSE README known-issues.xml
 %doc *.html
 





commit jeuclid for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jeuclid for openSUSE:Factory checked 
in at 2017-09-20 17:10:10

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


Package is "jeuclid"

Wed Sep 20 17:10:10 2017 rev:6 rq:527205 version:3.1.3

Changes:

--- /work/SRC/openSUSE:Factory/jeuclid/jeuclid.changes  2016-07-14 
09:50:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.jeuclid.new/jeuclid.changes 2017-09-20 
17:10:11.870612471 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 05:36:53 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target 6
+
+---



Other differences:
--
++ jeuclid.spec ++
--- /var/tmp/diff_new_pack.w5Ml93/_old  2017-09-20 17:10:13.386399094 +0200
+++ /var/tmp/diff_new_pack.w5Ml93/_new  2017-09-20 17:10:13.386399094 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jeuclid
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Release:0
 Summary:MathML rendering solution
 # LGPL-2.1 is for the FreeHEP component only (see LICENSE.FreeHEP)
-License:Apache-2.0 and LGPL-2.1
+License:Apache-2.0 AND LGPL-2.1
 Group:  Development/Libraries/Java
 Url:http://jeuclid.sourceforge.net/index.html
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-parent-%{version}-src.zip
@@ -49,7 +49,6 @@
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
 BuildRequires:  xmlgraphics-commons >= 1.3
-BuildRequires:  xmlgraphics-fop
 BuildRequires:  xmlgraphics-fop >= 0.95
 Requires:   apache-commons-logging
 Requires:   batik >= 1.7
@@ -57,7 +56,6 @@
 Requires:   javapackages-tools
 Requires:   jcip-annotations
 Requires:   xmlgraphics-commons >= 1.3
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -200,23 +198,19 @@
 %icon_theme_cache_postun
 
 %files
-%defattr(-,root,root,-)
 %doc NOTICE LICENSE.txt README.Release jeuclid/LICENSE.FreeHEP
 %{_javadir}/%{name}-core.jar
 
 %files mathviewer
-%defattr(-,root,root,-)
 %{_javadir}/%{name}-mathviewer.jar
 %{_bindir}/jeuclid-mathviewer
 %{_datadir}/icons/hicolor/48x48/apps/jeuclid_48x48.png
 %{_datadir}/applications/jeuclid-mathviewer.desktop
 
 %files fop
-%defattr(-,root,root,-)
 %{_javadir}/%{name}-fop.jar
 
 %files cli
-%defattr(-,root,root,-)
 %{_javadir}/%{name}-cli.jar
 %{_bindir}/jeuclid-cli
 

++ build.xml ++
--- /var/tmp/diff_new_pack.w5Ml93/_old  2017-09-20 17:10:13.422394027 +0200
+++ /var/tmp/diff_new_pack.w5Ml93/_new  2017-09-20 17:10:13.422394027 +0200
@@ -122,7 +122,7 @@
   
 
 
-
+
   
 
 
@@ -141,7 +141,7 @@
   
   
 
-
+
   
 
 
@@ -169,7 +169,7 @@
   
 
 
-
+
   
 
 
@@ -195,7 +195,7 @@
   
 
 
-
+
   
 
 





commit jcommon for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jcommon for openSUSE:Factory checked 
in at 2017-09-20 17:10:02

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


Package is "jcommon"

Wed Sep 20 17:10:02 2017 rev:14 rq:527154 version:1.0.9

Changes:

--- /work/SRC/openSUSE:Factory/jcommon/jcommon.changes  2013-09-12 
17:04:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.jcommon.new/jcommon.changes 2017-09-20 
17:10:03.675766056 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 22:25:43 UTC 2017 - fst...@suse.com
+
+- Specify java source and target 1.6 in order to allow building
+  with jdk9
+
+---



Other differences:
--
++ jcommon.spec ++
--- /var/tmp/diff_new_pack.MP0Cgb/_old  2017-09-20 17:10:04.447657398 +0200
+++ /var/tmp/diff_new_pack.MP0Cgb/_new  2017-09-20 17:10:04.447657398 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jcommon
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,6 @@
 
 
 %define section free
-
 Name:   jcommon
 Version:1.0.9
 Release:0
@@ -28,18 +27,15 @@
 Source0:
http://download.sourceforge.net/jfreechart/jcommon-%{version}.tar.bz2
 BuildRequires:  ant >= 1.6.5
 BuildRequires:  fdupes
+BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
 BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  java-devel
 
 %description
 Collection of classes used by Object Refinery Projects, for example
 jfreechart
 
-
-
 %package test
 Summary:Common library
 Group:  Development/Languages/Java
@@ -50,8 +46,6 @@
 Collection of classes used by Object Refinery Projects, for example
 jfreechart
 
-
-
 %package javadoc
 Summary:Common library
 Group:  Development/Languages/Java
@@ -60,14 +54,10 @@
 Collection of classes used by Object Refinery Projects, for example
 jfreechart
 
-
-
 %description javadoc -l fr
 Collection of classes used by Object Refinery Projects, for example
 jfreechart
 
-
-
 %prep
 %setup -q
 # remove all binary libs
@@ -75,38 +65,37 @@
 
 %build
 export CLASSPATH=%(build-classpath junit)
-ant -f ant/build.xml -Dbuildstable=true -Dproject.outdir=. -Dbasedir=. compile 
compile-junit-tests javadoc
+ant \
+-f ant/build.xml \
+-Dbuildstable=true -Dproject.outdir=. -Dbasedir=. \
+-Dbuild.source=1.6 -Dbuild.target=1.6 \
+compile compile-junit-tests javadoc
 
 %install
-install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/%{name}
+install -d -m 755 %{buildroot}%{_javadir}/%{name}
 # jars
-install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
-install -m 644 %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}
-install -m 644 lib/%{name}-%{version}-junit.jar 
$RPM_BUILD_ROOT%{_javadir}/%{name}-junit-%{version}.jar
-(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*.jar; do ln -sf 
${jar} `echo $jar| sed  "s|-%{version}||g"`; done)
+install -d -m 755 %{buildroot}%{_javadir}
+install -m 644 %{name}-%{version}.jar %{buildroot}%{_javadir}
+install -m 644 lib/%{name}-%{version}-junit.jar 
%{buildroot}%{_javadir}/%{name}-junit-%{version}.jar
+(cd %{buildroot}%{_javadir} && for jar in *-%{version}*.jar; do ln -sf ${jar} 
`echo $jar| sed  "s|-%{version}||g"`; done)
 # javadoc
-install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-cp -pr javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
-%fdupes -s ${RPM_BUILD_ROOT}
+install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
+cp -pr javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}-%{version}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
 
 %files
-%defattr(0644,root,root,0755)
 %doc licence-LGPL.txt README.txt
 %{_javadir}/%{name}.jar
 %{_javadir}/%{name}-%{version}.jar
 %dir %{_javadir}/%{name}
 
 %files test
-%defattr(0644,root,root,0755)
 %{_javadir}/%{name}-junit-%{version}.jar
 %{_javadir}/%{name}-junit.jar
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %{_javadocdir}/%{name}-%{version}
 %{_javadocdir}/%{name}
 




commit xmlunit for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package xmlunit for openSUSE:Factory checked 
in at 2017-09-20 17:10:15

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


Package is "xmlunit"

Wed Sep 20 17:10:15 2017 rev:16 rq:527224 version:1.5

Changes:

--- /work/SRC/openSUSE:Factory/xmlunit/xmlunit.changes  2017-05-22 
10:48:33.503823850 +0200
+++ /work/SRC/openSUSE:Factory/.xmlunit.new/xmlunit.changes 2017-09-20 
17:10:18.125731941 +0200
@@ -1,0 +2,7 @@
+Tue Sep 19 07:20:04 UTC 2017 - fst...@suse.com
+
+- Specify java source and target level 1.6 in order to allow build
+  with jdk9
+- Clean spec file and fix duplicate waste rpmlint error
+
+---
@@ -4 +11 @@
-- Add BuildRequires: javapackages-local (for maven conversions) 
+- Add BuildRequires: javapackages-local (for maven conversions) 



Other differences:
--
++ xmlunit.spec ++
--- /var/tmp/diff_new_pack.7Lwta2/_old  2017-09-20 17:10:18.701650869 +0200
+++ /var/tmp/diff_new_pack.7Lwta2/_new  2017-09-20 17:10:18.705650306 +0200
@@ -28,6 +28,7 @@
 Source1:
http://repo1.maven.org/maven2/%{name}/%{name}/%{version}/%{name}-%{version}.pom
 BuildRequires:  ant
 BuildRequires:  ant-junit
+BuildRequires:  fdupes
 # Needed for maven conversions
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
@@ -77,7 +78,7 @@
 
 export CLASSPATH=
 export OPT_JAR_LIST="junit ant/ant-junit jaxp_transform_impl ant/ant-trax 
xalan-j2-serializer"
-ant -Dbuild.compiler=modern -Dhaltonfailure=yes jar javadocs
+ant -Djavac.source=1.6 -Djavac.target=1.6 -Dbuild.compiler=modern 
-Dhaltonfailure=yes jar javadocs
 
 %install
 mkdir -p %{buildroot}%{_javadir}
@@ -86,6 +87,7 @@
 # Javadoc
 mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -pr build/doc/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 # poms
 install -d -m 755 %{buildroot}%{_mavenpomdir}
@@ -94,14 +96,12 @@
 %add_maven_depmap
 
 %files
-%defattr(0644,root,root,0755)
 %doc README.txt LICENSE.txt
 %{_javadir}/%{name}.jar
 %{_mavenpomdir}/JPP-%{name}.pom
 %{_datadir}/maven-metadata/%{name}.xml
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %doc userguide
 %{_javadocdir}/%{name}
 





commit jcip-annotations for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jcip-annotations for 
openSUSE:Factory checked in at 2017-09-20 17:09:52

Comparing /work/SRC/openSUSE:Factory/jcip-annotations (Old)
 and  /work/SRC/openSUSE:Factory/.jcip-annotations.new (New)


Package is "jcip-annotations"

Wed Sep 20 17:09:52 2017 rev:13 rq:527147 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/jcip-annotations/jcip-annotations.changes
2017-05-22 10:48:34.231721256 +0200
+++ /work/SRC/openSUSE:Factory/.jcip-annotations.new/jcip-annotations.changes   
2017-09-20 17:09:53.709169051 +0200
@@ -1,0 +2,8 @@
+Mon Sep 18 22:08:24 UTC 2017 - fst...@suse.com
+
+- Specify java source and target 1.6: build with all java-devel
+  providers until jdk9
+- Resurect the javadoc package
+- Fix rpmlint error and clean spec file
+
+---



Other differences:
--
++ jcip-annotations.spec ++
--- /var/tmp/diff_new_pack.zeLHqF/_old  2017-09-20 17:09:54.233095298 +0200
+++ /var/tmp/diff_new_pack.zeLHqF/_new  2017-09-20 17:09:54.237094735 +0200
@@ -25,17 +25,26 @@
 Url:http://www.jcip.net/
 Source0:http://www.jcip.net/jcip-annotations-src.jar
 Source1:
http://repo1.maven.org/maven/livetribe/maven/m2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
-BuildRequires:  java-devel = 1.5.0
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.6.0
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
-Requires:   java >= 1.5.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  unzip
+Requires:   java >= 1.6.0
 BuildArch:  noarch
 
 %description
 Class, field, and method level annotations for describing thread-safety
 policies.
 
+%package javadoc
+Summary:Javadoc for %{name}
+Group:  Development/Libraries/Java
+
+%description javadoc
+Class, field, and method level annotations for describing thread-safety
+policies.
+
 %prep
 %setup -q -c
 mkdir -p target/site/apidocs/
@@ -44,10 +53,9 @@
 mv net src/main/java
 
 %build
-export JAVA_HOME=%{_jvmdir}/java-1.5.0
-export JFLAGS=-C
-
-$JAVA_HOME/bin/javac ${JFLAGS} -d target/classes $(find src/main/java -name 
"*.java")
+export JAVA_HOME=%{_jvmdir}/java
+$JAVA_HOME/bin/javac -source 1.6 -target 1.6 -d target/classes $(find 
src/main/java -name "*.java")
+$JAVA_HOME/bin/javadoc -source 1.6 -d target/site/apidocs -sourcepath 
src/main/java net.jcip.annotations
 for f in $(find aQute/ -type f -not -name "*.class"); do
 cp $f target/classes/$f
 done
@@ -66,10 +74,19 @@
 install -m 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
 %add_maven_depmap
 
+# javadoc
+install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
+cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}-%{version}
+ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} # ghost symlink
+
 %files
-%defattr(0644,root,root,0755)
 %{_javadir}/*
 %{_mavenpomdir}/*
 %{_datadir}/maven-metadata/%{name}.xml
 
+%files javadoc
+%doc %{_javadocdir}/%{name}-%{version}
+%doc %{_javadocdir}/%{name}
+
 %changelog





commit jedit for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jedit for openSUSE:Factory checked 
in at 2017-09-20 17:10:06

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


Package is "jedit"

Wed Sep 20 17:10:06 2017 rev:27 rq:527187 version:5.1.0

Changes:

--- /work/SRC/openSUSE:Factory/jedit/jedit.changes  2014-07-10 
14:55:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.jedit.new/jedit.changes 2017-09-20 
17:10:07.827181664 +0200
@@ -1,0 +2,7 @@
+Mon Sep 18 22:53:29 UTC 2017 - fst...@suse.com
+
+- Added patch:
+  * jedit-encoding.patch
++ fix javadoc generation with jdk9
+
+---

New:

  jedit-encoding.patch



Other differences:
--
++ jedit.spec ++
--- /var/tmp/diff_new_pack.JDI6ds/_old  2017-09-20 17:10:08.755051048 +0200
+++ /var/tmp/diff_new_pack.JDI6ds/_new  2017-09-20 17:10:08.759050485 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jedit
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Release:0
 Summary:Programmer's Text Editor Written in Java
 License:GPL-2.0+
-Group:  Productivity/Editors/Other
+Group:  Productivity/Text/Editors
 Url:http://www.jedit.org/
 Source0:
http://download.sourceforge.net/jedit/jedit%{version}source.tar.bz2
 Source1:%{name}-16.png
@@ -33,6 +33,7 @@
 Source6:
http://prdownloads.sourceforge.net/jedit-plugins/QuickNotepad-5.0.tgz
 #svn co https://jedit.svn.sourceforge.net/svnroot/jedit/build-support/trunk 
build-support
 Source7:build-support-r22713.tar.gz
+Patch0: jedit-encoding.patch
 BuildRequires:  ant >= 1.8.2
 BuildRequires:  ant-apache-bsf
 BuildRequires:  ant-contrib
@@ -48,7 +49,6 @@
 BuildRequires:  jsr-305
 BuildRequires:  junit
 BuildRequires:  xerces-j2-xml-apis
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -73,13 +73,14 @@
 
 %package javadoc
 Summary:Programmer's text editor written in Java (Documentation)
-Group:  Productivity/Editors/Other
+Group:  Productivity/Text/Editors
 
 %description javadoc
 Javadoc for %{summary}.
 
 %prep
 %setup -q -D -n jEdit -a 6 -a 7
+%patch0 -p1
 
 find . -name '*jar' -delete
 
@@ -117,13 +118,13 @@
 export CLASSPATH=$(build-classpath apache-commons-logging xerces-j2-xml-apis)
 # Run the build
 # XXX: there's NPE on build-docs, but who care about html docs those times, 
right?
-ant -Divy.done=true build docs-javadoc
+ant -Dtarget.java.version=1.6 -Divy.done=true build docs-javadoc
 
 # plugins-build hardcodes the jedit.jar path - so to make it happy
 ln -s build/jedit.jar
 
 pushd QuickNotepad
-ant
+ant -Dtarget.java.version=1.6
 popd
 mv QuickNotepad.jar build/jars
 rm build/jars/HACK
@@ -171,7 +172,6 @@
 %desktop_database_postun
 
 %files
-%defattr(0644,root,root,0755)
 %attr(0755,root,root) %{_bindir}/%{name}
 %{_javadir}/%{name}.jar
 %{_datadir}/%{name}/
@@ -181,7 +181,6 @@
 %exclude %{_datadir}/%{name}/doc/api
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %doc %{_javadocdir}/%{name}
 %{_datadir}/%{name}/doc/api
 




++ jedit-encoding.patch ++
--- jEdit/build.xml 2017-09-19 00:37:45.034686782 +0200
+++ jEdit/build.xml 2017-09-19 00:45:49.916917830 +0200
@@ -790,7 +790,8 @@
 source="${target.java.version}"
 encoding="UTF-8"
 docencoding="UTF-8"
-charset="UTF-8">
+charset="UTF-8"
+
additionalparam="-J-Dfile.encoding=UTF-8">
 
   


commit lua-lua-mpris for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package lua-lua-mpris for openSUSE:Factory 
checked in at 2017-09-20 17:10:13

Comparing /work/SRC/openSUSE:Factory/lua-lua-mpris (Old)
 and  /work/SRC/openSUSE:Factory/.lua-lua-mpris.new (New)


Package is "lua-lua-mpris"

Wed Sep 20 17:10:13 2017 rev:3 rq:527220 version:0.0+git20170918.28b1c75

Changes:

--- /work/SRC/openSUSE:Factory/lua-lua-mpris/lua-lua-mpris.changes  
2017-08-28 15:17:44.867814443 +0200
+++ /work/SRC/openSUSE:Factory/.lua-lua-mpris.new/lua-lua-mpris.changes 
2017-09-20 17:10:13.662360247 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 17:10:58 UTC 2017 - alarr...@suse.com
+
+- Update to version 0.0+git20170918.28b1c75:
+  * Check if the table parameter of table_contains is nil
+
+---

Old:

  lua-mpris-0.0+git20170820.2126067.tar.xz

New:

  lua-mpris-0.0+git20170918.28b1c75.tar.xz



Other differences:
--
++ lua-lua-mpris.spec ++
--- /var/tmp/diff_new_pack.BnM0us/_old  2017-09-20 17:10:14.602227943 +0200
+++ /var/tmp/diff_new_pack.BnM0us/_new  2017-09-20 17:10:14.606227379 +0200
@@ -19,7 +19,7 @@
 %define flavor @BUILD_FLAVOR@
 %define mod_name lua-mpris
 %define mpv_lua_flavor lua51
-Version:0.0+git20170820.2126067
+Version:0.0+git20170918.28b1c75
 Release:0
 Summary:MPRIS api for lua
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.BnM0us/_old  2017-09-20 17:10:14.694214994 +0200
+++ /var/tmp/diff_new_pack.BnM0us/_new  2017-09-20 17:10:14.694214994 +0200
@@ -4,7 +4,7 @@
 lua-mpris
 0.0+git%cd.%h
 git
-212606758eb243d54416f254b09357fc89a10235
+28b1c75444eccee91eaf648d9d75361de31605bd
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.BnM0us/_old  2017-09-20 17:10:14.718211616 +0200
+++ /var/tmp/diff_new_pack.BnM0us/_new  2017-09-20 17:10:14.718211616 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/antlarr/lua-mpris
-  212606758eb243d54416f254b09357fc89a10235
\ No newline at end of file
+  28b1c75444eccee91eaf648d9d75361de31605bd
\ No newline at end of file

++ lua-mpris-0.0+git20170820.2126067.tar.xz -> 
lua-mpris-0.0+git20170918.28b1c75.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lua-mpris-0.0+git20170820.2126067/mpv.lua 
new/lua-mpris-0.0+git20170918.28b1c75/mpv.lua
--- old/lua-mpris-0.0+git20170820.2126067/mpv.lua   2017-08-20 
19:22:22.0 +0200
+++ new/lua-mpris-0.0+git20170918.28b1c75/mpv.lua   2017-09-18 
19:03:38.0 +0200
@@ -125,8 +125,10 @@
 end
 
 local function table_contains(table, item)
-for key, value in pairs(table) do
-if value == item then return key end
+if table then
+for key, value in pairs(table) do
+if value == item then return key end
+end
 end
 return false
 end




commit mednafen for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package mednafen for openSUSE:Factory 
checked in at 2017-09-20 17:09:59

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


Package is "mednafen"

Wed Sep 20 17:09:59 2017 rev:10 rq:527153 version:0.9.48

Changes:

--- /work/SRC/openSUSE:Factory/mednafen/mednafen.changes2017-09-04 
12:37:32.417232061 +0200
+++ /work/SRC/openSUSE:Factory/.mednafen.new/mednafen.changes   2017-09-20 
17:09:59.676329056 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 22:19:52 UTC 2017 - i...@ilya.pp.ua
+
+- Update to mednafen 0.9.48
+  * ChangeLog https://mednafen.github.io/documentation/ChangeLog.txt
+
+---

Old:

  mednafen-0.9.47.tar.xz

New:

  mednafen-0.9.48.tar.xz



Other differences:
--
++ mednafen.spec ++
--- /var/tmp/diff_new_pack.Pl1hrT/_old  2017-09-20 17:10:00.332236724 +0200
+++ /var/tmp/diff_new_pack.Pl1hrT/_new  2017-09-20 17:10:00.336236161 +0200
@@ -18,7 +18,7 @@
 Name:  mednafen
 License:   GPL-2.0+
 Group: System/Emulators/Other
-Version:   0.9.47
+Version:   0.9.48
 Release:   0
 Summary:   Multiple video game console emulator
 Source:
https://mednafen.github.io/releases/files/%{name}-%{version}.tar.xz

++ mednafen-0.9.47.tar.xz -> mednafen-0.9.48.tar.xz ++
 13030 lines of diff (skipped)




commit xmlgraphics-commons for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package xmlgraphics-commons for 
openSUSE:Factory checked in at 2017-09-20 17:10:22

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


Package is "xmlgraphics-commons"

Wed Sep 20 17:10:22 2017 rev:20 rq:527229 version:2.1

Changes:

--- /work/SRC/openSUSE:Factory/xmlgraphics-commons/xmlgraphics-commons.changes  
2017-06-01 16:32:32.268785578 +0200
+++ 
/work/SRC/openSUSE:Factory/.xmlgraphics-commons.new/xmlgraphics-commons.changes 
2017-09-20 17:10:23.340997790 +0200
@@ -1,0 +2,5 @@
+Tue Sep 19 07:32:15 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target level 1.6
+
+---
@@ -4 +9 @@
-- Add BuildRequires: javapackages-local (for maven conversions) 
+- Add BuildRequires: javapackages-local (for maven conversions) 



Other differences:
--
++ xmlgraphics-commons.spec ++
--- /var/tmp/diff_new_pack.zvxjLy/_old  2017-09-20 17:10:24.164881812 +0200
+++ /var/tmp/diff_new_pack.zvxjLy/_new  2017-09-20 17:10:24.168881249 +0200
@@ -30,6 +30,7 @@
 BuildRequires:  ant-junit
 BuildRequires:  apache-commons-io >= 1.1
 BuildRequires:  apache-commons-logging
+BuildRequires:  fdupes
 BuildRequires:  gpg2
 # Needed for maven conversions
 BuildRequires:  javapackages-local
@@ -54,8 +55,7 @@
 Group:  Documentation/HTML
 
 %description javadoc
-
-%{summary}.
+Javadoc for package %{name}.
 
 %prep
 %setup -q %{name}-%{version}
@@ -69,7 +69,7 @@
 ln -sf $(build-classpath commons-io) .
 ln -sf $(build-classpath commons-logging) .
 popd
-ant package javadocs maven-artifacts
+ant -Djavac.source=1.6 -Djavac.target=1.6 package javadocs maven-artifacts
 
 %install
 install -Dpm 644 build/%{name}-%{version}.jar \
@@ -83,11 +83,11 @@
 
 install -dm 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr build/javadocs/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 #
 install -dm 755 %{buildroot}%{_docdir}/%{name}
 
 %files
-%defattr(0644,root,root,0755)
 %doc LICENSE
 %{_javadir}/%{name}.jar
 %{_mavenpomdir}/*
@@ -98,7 +98,6 @@
 %endif
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %{_javadocdir}/%{name}
 
 %changelog




commit jgoodies-looks for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jgoodies-looks for openSUSE:Factory 
checked in at 2017-09-20 17:10:26

Comparing /work/SRC/openSUSE:Factory/jgoodies-looks (Old)
 and  /work/SRC/openSUSE:Factory/.jgoodies-looks.new (New)


Package is "jgoodies-looks"

Wed Sep 20 17:10:26 2017 rev:4 rq:527234 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/jgoodies-looks/jgoodies-looks.changes
2014-07-21 22:34:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.jgoodies-looks.new/jgoodies-looks.changes   
2017-09-20 17:10:28.804228733 +0200
@@ -1,0 +2,11 @@
+Tue Sep 19 07:49:11 UTC 2017 - fst...@suse.com
+
+- Modified patch:
+  * jgoodies-looks-default.properties.patch
+- Specify java source and target level 1.6 in order to allow
+  building with jdk9
+- Fix javadoc build with jdk9: pass the source option to
+  javadoc too
+- Clean sped file and run fdupes
+
+---



Other differences:
--
++ jgoodies-looks.spec ++
--- /var/tmp/diff_new_pack.K0jFHR/_old  2017-09-20 17:10:29.776091924 +0200
+++ /var/tmp/diff_new_pack.K0jFHR/_new  2017-09-20 17:10:29.780091361 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jgoodies-looks
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,7 @@
 Source1000: jgoodies-looks-rpmlintrc
 Patch0: jgoodies-looks-default.properties.patch
 BuildRequires:  ant
+BuildRequires:  fdupes
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  jgoodies-forms >= 1.0.5
@@ -37,7 +38,6 @@
 BuildRequires:  xml-commons-resolver
 Requires:   jgoodies-forms >= 1.0.5
 Requires:   jre >= 1.5
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -113,26 +113,23 @@
 # javadoc
 install -dm 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr build/docs/api/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 # demo
 install -dm 755 %{buildroot}%{_datadir}/%{name}
 install -pm 644 build/demo.jar %{buildroot}%{_datadir}/%{name}
 install -pm 644 build/tiny.jar %{buildroot}%{_datadir}/%{name}
 
 %files
-%defattr(-,root,root)
 %{_javadir}/%{_shortname}*.jar
 %doc LICENSE.txt README.html RELEASE-NOTES.txt
 
 %files javadoc
-%defattr(-,root,root)
 %doc %{_javadocdir}/%{name}
 
 %files manual
-%defattr(-,root,root,-)
 %doc docs/examples.html docs/guide/ docs/images/ docs/quickstart.html 
docs/style.css docs/tips.html
 
 %files demo
-%defattr(-,root,root,-)
 %{_datadir}/%{name}
 
 %changelog

++ jgoodies-looks-default.properties.patch ++
--- /var/tmp/diff_new_pack.K0jFHR/_old  2017-09-20 17:10:29.804087984 +0200
+++ /var/tmp/diff_new_pack.K0jFHR/_new  2017-09-20 17:10:29.804087984 +0200
@@ -1,8 +1,16 @@
-Index: looks-2.3.1/default.properties
-===
 looks-2.3.1.orig/default.properties
-+++ looks-2.3.1/default.properties
-@@ -33,12 +33,12 @@ src.demo.dir= ${src.dir}/demo
+--- looks-2.3.1/build.xml  2009-12-26 13:59:54.0 +0100
 looks-2.3.1/build.xml  2017-09-19 09:44:22.833909456 +0200
+@@ -180,6 +180,7 @@
+ packagenames="${javadoc.packages}"
+   destdir="${build.javadocs.dir}"
+   encoding="${build.encoding}"
++  source="${build.compile.source}"
+ access="protected" 
+ author="true" 
+ version="true" 
+--- looks-2.3.1/default.properties 2009-12-26 13:59:54.0 +0100
 looks-2.3.1/default.properties 2017-09-19 09:42:14.805907270 +0200
+@@ -33,12 +33,12 @@
  src.test.dir= ${src.dir}/test
  docs.dir= ${top.dir}/docs
  
@@ -18,14 +26,14 @@
  lib.forms.jar  = ${lib.dir}/${lib.forms.name}
  
  
-@@ -54,8 +54,8 @@ build.compile.debug=on
+@@ -54,8 +54,8 @@
  build.compile.deprecation=off
  build.compile.fork=no
  build.compile.nowarn=on
 -build.compile.source=1.4
 -build.compile.target=1.4
-+build.compile.source=1.5
-+build.compile.target=1.5
++build.compile.source=1.6
++build.compile.target=1.6
  build.encoding=ISO-8859-1
  
  build.dir  = ${top.dir}/build





commit jemmy for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jemmy for openSUSE:Factory checked 
in at 2017-09-20 17:10:08

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


Package is "jemmy"

Wed Sep 20 17:10:08 2017 rev:18 rq:527189 version:2.3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/jemmy/jemmy.changes  2017-05-22 
10:48:28.596515512 +0200
+++ /work/SRC/openSUSE:Factory/.jemmy.new/jemmy.changes 2017-09-20 
17:10:09.210986866 +0200
@@ -1,0 +2,9 @@
+Mon Sep 18 23:11:43 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target 1.6
+- Added patch:
+  * jemmy-nosource.patch
++ Don't hardcode java source so that it can be specified from
+  ant's build command-line
+
+---

New:

  jemmy-nosource.patch



Other differences:
--
++ jemmy.spec ++
--- /var/tmp/diff_new_pack.YLDYcV/_old  2017-09-20 17:10:09.958881585 +0200
+++ /var/tmp/diff_new_pack.YLDYcV/_new  2017-09-20 17:10:09.962881021 +0200
@@ -25,7 +25,7 @@
 Version:2.3.0.0
 Release:0
 Summary:Java UI testing library
-License:GPL-2.0 or CDDL-1.0
+License:GPL-2.0 OR CDDL-1.0
 Group:  Development/Libraries/Java
 Url:https://jemmy.dev.java.net
 # The source for this package was pulled from upstream's vcs.  Use the
@@ -37,8 +37,10 @@
 # where  is a name of the user registered here: 
https://www.dev.java.net/servlets/Join
 Source0:jemmy-2.3.0.0.tar.bz2
 Source1:jemmy-2.3.0.0.pom
+Patch0: jemmy-nosource.patch
 BuildRequires:  ant >= 1.6.5
-BuildRequires:  java-devel >= 1.6.0
+BuildRequires:  fdupes
+BuildRequires:  java-devel
 # Needed for maven conversions
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
@@ -65,11 +67,12 @@
 
 %prep
 %setup -q
+%patch0 -p1
 find . -type f -name '*.jar' | xargs -t rm
 echo "Please, visit https://jemmy.dev.java.net for more info about Jemmy." > 
README.txt
 
 %build
-ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 jar javadoc
+ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 jar javadoc
 
 %install
 # jar
@@ -83,16 +86,15 @@
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -a %{target_javadoc} %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
-%defattr(-,root,root,-)
 %doc README.txt
 %{_javadir}/*.jar
 %{_mavenpomdir}/*
 %config(noreplace) %{_datadir}/maven-metadata/%{name}.xml*
 
 %files javadoc
-%defattr(-,root,root,-)
 %{_javadocdir}/%{name}
 
 %changelog

++ jemmy-nosource.patch ++
diff -urEbwB jemmy-2.3.0.0/build.xml jemmy-2.3.0.0/build.xml
--- jemmy-2.3.0.0/build.xml 2009-06-22 17:18:56.0 +0200
+++ jemmy-2.3.0.0/build.xml 2017-09-19 01:09:33.610773643 +0200
@@ -42,7 +42,7 @@
 
 
 
-
+
 
 
 
@@ -68,7 +68,7 @@
 
 
 
-
+
 
 
 



commit servletapi3 for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package servletapi3 for openSUSE:Factory 
checked in at 2017-09-20 17:10:04

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


Package is "servletapi3"

Wed Sep 20 17:10:04 2017 rev:18 rq:527171 version:3.3.1

Changes:

--- /work/SRC/openSUSE:Factory/servletapi3/servletapi3.changes  2015-10-06 
13:26:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.servletapi3.new/servletapi3.changes 
2017-09-20 17:10:05.363528471 +0200
@@ -1,0 +2,9 @@
+Mon Sep 18 22:29:43 UTC 2017 - fst...@suse.com
+
+- Fix jdk9 build: specify java source and target 1.6
+- Removed patch:
+  * servletapi3-java14compat.patch
++ not needed, since the java source and target can be handled
+  by ant.build.javac.{source,target} properties
+
+---

Old:

  servletapi3-java14compat.patch



Other differences:
--
++ servletapi3.spec ++
--- /var/tmp/diff_new_pack.8e7o7u/_old  2017-09-20 17:10:06.227406863 +0200
+++ /var/tmp/diff_new_pack.8e7o7u/_new  2017-09-20 17:10:06.235405737 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package servletapi3
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,10 +26,9 @@
 Group:  Development/Libraries/Java
 Url:http://jakarta.apache.org/tomcat/
 Source0:
http://jakarta.apache.org/builds/jakarta-tomcat/release/v%{version}a/src/%{full_name}-src.tar.gz
-Patch0: %{name}-java14compat.patch
-BuildRequires:  ant
 BuildRequires:  ant >= 1.6.2
-BuildRequires:  java-devel >= 1.7.0
+BuildRequires:  fdupes
+BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  xml-commons-apis
 Requires(post): %{_sbindir}/update-alternatives
@@ -38,7 +37,6 @@
 Obsoletes:  servlet3 < %{version}
 Provides:   servlet22 = %{version}
 Provides:   servlet3 = %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -55,10 +53,12 @@
 
 %prep
 %setup -q -n %{full_name}-src
-%patch0
 
 %build
-ant dist -Dservletapi.build=build -Dservletapi.dist=dist
+ant \
+-Dant.build.javac.target=1.6 -Dant.build.javac.source=1.6 \
+-Dservletapi.build=build -Dservletapi.dist=dist \
+dist
 
 %install
 # jar
@@ -68,6 +68,7 @@
 #javadoc
 install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr build/docs/api/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 # alternatives
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives/
 ln -sf %{_sysconfdir}/alternatives/servlet.jar 
%{buildroot}%{_javadir}/servlet.jar
@@ -81,14 +82,12 @@
 fi
 
 %files
-%defattr(-,root,root)
 %doc LICENSE README
 %{_javadir}/*
 %{_javadir}/servlet.jar
 %ghost %{_sysconfdir}/alternatives/servlet.jar
 
 %files javadoc
-%defattr(-,root,root)
 %{_javadocdir}/%{name}
 
 %changelog




commit javahelp2 for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package javahelp2 for openSUSE:Factory 
checked in at 2017-09-20 17:09:42

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


Package is "javahelp2"

Wed Sep 20 17:09:42 2017 rev:18 rq:527124 version:2.0.05

Changes:

--- /work/SRC/openSUSE:Factory/javahelp2/javahelp2.changes  2017-05-22 
10:48:36.691374579 +0200
+++ /work/SRC/openSUSE:Factory/.javahelp2.new/javahelp2.changes 2017-09-20 
17:09:46.262217356 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 21:07:13 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java target and source 1.6
+- Clean spec file and fix duplicate waste error
+
+---



Other differences:
--
++ javahelp2.spec ++
--- /var/tmp/diff_new_pack.rsBIJl/_old  2017-09-20 17:09:46.958119394 +0200
+++ /var/tmp/diff_new_pack.rsBIJl/_new  2017-09-20 17:09:46.962118831 +0200
@@ -31,6 +31,7 @@
 Source3:%{oname}-%{version}.pom
 Source4:https://javahelp.dev.java.net/license.txt
 BuildRequires:  ant >= 1.6.5
+BuildRequires:  fdupes
 BuildRequires:  geronimo-jsp-2_0-api
 BuildRequires:  geronimo-servlet-2_4-api
 BuildRequires:  java-devel >= 1.5.0
@@ -38,7 +39,6 @@
 BuildRequires:  javapackages-tools
 Requires:   geronimo-jsp-2_0-api
 Requires:   geronimo-servlet-2_4-api
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -89,9 +89,9 @@
 cp %{SOURCE4} .
 
 %build
-#export JAVA_HOME=%{_jvmdir}/java-1.5.0
 ant \
 -f javahelp_nbproject/build.xml \
+   -Djavac.source=1.6 -Djavac.target=1.6 \
 -Djdic-jar-present=true \
 -Djdic-zip-present=true \
 -Dservlet-jar-present=true \
@@ -108,6 +108,7 @@
 install -m 644 javahelp_nbproject/dist/lib/jhall.jar 
%{buildroot}%{_javadir}/%{name}.jar
 #cp -pr jhMaster/JavaHelp/doc/public-spec/dtd %{buildroot}%{_datadir}/%{name}
 cp -pr javahelp_nbproject/dist/lib/javadoc/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 # pom
 install -d -m 755 %{buildroot}%{_mavenpomdir}
@@ -116,7 +117,6 @@
 %add_maven_depmap
 
 %files
-%defattr(0644,root,root,0755)
 %doc license.txt
 %attr(0755,root,root) %{_bindir}/*
 %{_javadir}/%{name}.jar
@@ -126,11 +126,9 @@
 %{_datadir}/maven-metadata/%{name}.xml
 
 %files manual
-%defattr(0644,root,root,0755)
 %doc jhMaster/JavaHelp/doc/public-spec/*
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %{_javadocdir}/%{name}
 
 %changelog




commit budgie-desktop for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package budgie-desktop for openSUSE:Factory 
checked in at 2017-09-20 17:09:40

Comparing /work/SRC/openSUSE:Factory/budgie-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.budgie-desktop.new (New)


Package is "budgie-desktop"

Wed Sep 20 17:09:40 2017 rev:5 rq:527108 version:10.4

Changes:

--- /work/SRC/openSUSE:Factory/budgie-desktop/budgie-desktop.changes
2017-08-21 11:37:32.154012099 +0200
+++ /work/SRC/openSUSE:Factory/.budgie-desktop.new/budgie-desktop.changes   
2017-09-20 17:09:41.398901964 +0200
@@ -1,0 +2,5 @@
+Mon Sep 18 18:30:34 UTC 2017 - mailaen...@opensuse.org
+
+- Update pkgconfig libmutter-0 to libmutter-1
+
+---



Other differences:
--
++ budgie-desktop.spec ++
--- /var/tmp/diff_new_pack.OpjvQE/_old  2017-09-20 17:09:42.190790490 +0200
+++ /var/tmp/diff_new_pack.OpjvQE/_new  2017-09-20 17:09:42.194789926 +0200
@@ -44,7 +44,7 @@
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libwnck-3.0)
 %if 0%{?suse_version} > 1320
-BuildRequires:  pkgconfig(libmutter-0)
+BuildRequires:  pkgconfig(libmutter-1)
 %else
 BuildRequires:  pkgconfig(libmutter)
 %endif




commit saxon6 for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package saxon6 for openSUSE:Factory checked 
in at 2017-09-20 17:09:34

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


Package is "saxon6"

Wed Sep 20 17:09:34 2017 rev:11 rq:527099 version:6.5.5

Changes:

--- /work/SRC/openSUSE:Factory/saxon6/saxon6.changes2017-05-31 
13:31:24.414281876 +0200
+++ /work/SRC/openSUSE:Factory/.saxon6.new/saxon6.changes   2017-09-20 
17:09:35.579721128 +0200
@@ -1,0 +2,5 @@
+Mon Sep 18 17:51:41 UTC 2017 - fst...@suse.com
+
+- Specify java source and target 1.6 to fix build with jdk9
+
+---



Other differences:
--
++ saxon6.spec ++
--- /var/tmp/diff_new_pack.R1jty9/_old  2017-09-20 17:09:36.527587697 +0200
+++ /var/tmp/diff_new_pack.R1jty9/_new  2017-09-20 17:09:36.531587134 +0200
@@ -40,6 +40,7 @@
 #PATCH-FIX-OPENSUSE: implements batch mode in which saxon is capable to 
proceed more files per one JVM launch
 Patch5: saxon6-batch.patch
 BuildRequires:  ant
+BuildRequires:  fdupes
 BuildRequires:  fop >= 0.20.1
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
@@ -50,7 +51,6 @@
 Requires:   jaxp_parser_impl
 Provides:   jaxp_transform_impl = %{name}-%{version}
 Provides:   saxon
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -157,7 +157,7 @@
 export LC_ALL=en_US.ISO-8859-2
 export CLASSPATH=%(build-classpath xml-commons-apis xmlgraphics-fop jdom)
 ant \
-  -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
+  -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
   -Dj2se.javadoc=%{_javadocdir}/java \
   -Dfop.javadoc=%{_javadocdir}/fop \
   -Djdom.javadoc=%{_javadocdir}/jdom
@@ -173,6 +173,7 @@
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -pr build/api/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 # demo
 mkdir -p %{buildroot}%{_datadir}/%{name}
@@ -203,34 +204,27 @@
 fi
 
 %files
-%defattr(0644,root,root,0755)
 %{_javadir}/%{name}.jar
 %{_javadir}/%{name}.jar
 %{_javadir}/jaxp_transform_impl.jar
 %ghost %{_sysconfdir}/alternatives/jaxp_transform_impl.jar
 
 %files aelfred
-%defattr(0644,root,root,0755)
 %{_javadir}/%{name}-aelfred*
 
 %files fop
-%defattr(0644,root,root,0755)
 %{_javadir}/%{name}-fop*
 
 %files jdom
-%defattr(0644,root,root,0755)
 %{_javadir}/%{name}-jdom*
 
 %files manual
-%defattr(0644,root,root,0755)
 %doc doc/*.html
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %doc %{_javadocdir}/%{name}
 
 %files demo
-%defattr(0644,root,root,0755)
 %{_datadir}/%{name}
 
 %files scripts





commit jaxodraw for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jaxodraw for openSUSE:Factory 
checked in at 2017-09-20 17:09:46

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


Package is "jaxodraw"

Wed Sep 20 17:09:46 2017 rev:3 rq:527143 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/jaxodraw/jaxodraw.changes2016-08-03 
11:43:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.jaxodraw.new/jaxodraw.changes   2017-09-20 
17:09:47.706014113 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 21:46:09 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target 1.6
+- Clean spec file and fix duplicate waste error
+
+---



Other differences:
--
++ jaxodraw.spec ++
--- /var/tmp/diff_new_pack.OYCn7a/_old  2017-09-20 17:09:48.445909958 +0200
+++ /var/tmp/diff_new_pack.OYCn7a/_new  2017-09-20 17:09:48.445909958 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jaxodraw
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,15 @@
 #
 
 
-Name:   jaxodraw
 %define major 2.1
 %define minor 0
+Name:   jaxodraw
 Version:%{major}.%{minor}
 Release:0
 Summary:A Java-based GUI for drawing Feynman diagrams
-License:GPL-2.0+ and Apache-2.0
-Group:  Productivity/Scientific/Physics
 # The xslt files in the manual are Apache-2.0 licensed, GPL-2.0+ for 
everything else
+License:GPL-2.0+ AND Apache-2.0
+Group:  Productivity/Scientific/Physics
 Url:http://jaxodraw.sourceforge.net
 Source0:
http://download.sourceforge.net/%{name}/%{name}-%{major}-%{minor}-src.tar.gz
 Source1:
http://sourceforge.net/projects/jaxodraw/files/installer_files/installer-2.0-1.tar.gz
@@ -38,15 +38,15 @@
 Patch0: jaxodraw-set-default-viewers.patch
 BuildRequires:  ant
 BuildRequires:  desktop-file-utils
+BuildRequires:  fdupes
 BuildRequires:  java-devel >= 1.7.0
 BuildRequires:  javapackages-tools
 BuildRequires:  tex(latex)
 Requires:   java >= 1.7.0
 Requires:   javapackages-tools
-Recommends: %{name}-latex
 Recommends: %{name}-javadoc = %{version}
+Recommends: %{name}-latex
 BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 JaxoDraw is a Java program for drawing Feynman diagrams. It has a
@@ -65,6 +65,7 @@
 
 %package javadoc
 Summary:Javadocs for %{name}
+# FIXME: use correct group, see 
"https://en.opensuse.org/openSUSE:Package_group_guidelines";
 License:GPL-2.0+
 Group:  Documentation
 Requires:   %{name} = %{version}
@@ -73,20 +74,19 @@
 %description javadoc
 This package contains the API documentation for %{name}.
 
-
 %package latex
 Summary:LaTeX style file axodraw4j.sty for documents generated with 
jaxodraw
+# In order to compile documents one needs a LaTeX compiler
 License:LPPL-1.3c
 Group:  Productivity/Scientific/Physics
-# In order to compile documents one needs a LaTeX compiler
 Requires:   %{name} = %{version}
 Requires:   texlive-pst-tools
 Requires:   tex(latex)
-Requires(pre):  texlive
 Requires(post): coreutils
+Requires(posttrans): texlive
 Requires(postun): coreutils
 Requires(postun): texlive
-Requires(posttrans): texlive
+Requires(pre):  texlive
 
 %description latex
 This package contains the LaTeX style file that is needed for EPS export
@@ -104,8 +104,8 @@
 test -d src/site && rm -r src/site
 
 %build
-cp %{S:4} ./
-cp %{S:5} ./
+cp %{SOURCE4} ./
+cp %{SOURCE5} ./
 sed -i "s/jaxodraw.release=SNAPSHOT/jaxodraw.release=0/" build.properties
 
 # FIX EOF ENCODINGS
@@ -144,12 +144,13 @@
 # Javadoc
 mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -rp build/javadoc/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 # LaTeX style
 install -D -p -m 644 axodraw4j.sty 
%{buildroot}%{_datadir}/texmf/tex/latex/axodraw4j/axodraw4j.sty
 
 # Register as an application to be visible in the software center
-install -D -m 0644 %{S:3} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
+install -D -m 0644 %{SOURCE3} 
%{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
 
 %post
 %desktop_database_post
@@ -159,27 +160,26 @@
 
 # POST SCRIPTS IMPORTED FROM texlive-specs-a SPECFILE
 %post latex
-mkdir -p /var/run/texlive
-> /var/run/texlive/run-mktexlsr
-> /var/run/texlive/run-update
+mkdir -p %{_localstatedir}/run/texlive
+> %{_localstatedir}/run/texlive/run-mk

commit jcifs for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jcifs for openSUSE:Factory checked 
in at 2017-09-20 17:09:48

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


Package is "jcifs"

Wed Sep 20 17:09:48 2017 rev:13 rq:527144 version:1.3.8

Changes:

--- /work/SRC/openSUSE:Factory/jcifs/jcifs.changes  2011-09-23 
02:04:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.jcifs.new/jcifs.changes 2017-09-20 
17:09:49.897705589 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 21:52:07 UTC 2017 - fst...@suse.com
+
+- Fix jdk9 build: specify java source and target 1.6
+- Clean spec file and fix rpmlint error
+
+---



Other differences:
--
++ jcifs.spec ++
--- /var/tmp/diff_new_pack.e7utd8/_old  2017-09-20 17:09:51.461485456 +0200
+++ /var/tmp/diff_new_pack.e7utd8/_new  2017-09-20 17:09:51.461485456 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package jcifs (Version 1.3.8)
+# spec file for package jcifs
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,20 @@
 
 
 %define section free
-
 Name:   jcifs
 Version:1.3.8
-Release:2
+Release:0
 Summary:Common Internet File System Client in 100% Java
 License:LGPL-2.1+
+Group:  Development/Libraries/Java
 Url:http://jcifs.samba.org/
 Source0:http://jcifs.samba.org/src/jcifs-%{version}.tar.bz2
-Group:  Development/Libraries/Java
-Requires:   servlet_2_4_api
 BuildRequires:  ant
-BuildRequires:  java-devel
+BuildRequires:  fdupes
 BuildRequires:  geronimo-servlet-2_4-api
+BuildRequires:  java-devel
+Requires:   servlet_2_4_api
 BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The jCIFS SMB client library enables any Java application to remotely
@@ -46,10 +45,7 @@
 give away a modified binary only version of the library itself without
 reciprocation).
 
-
-
 %package javadoc
-License:LGPL-2.1+
 Summary:Common Internet File System Client in 100% Java
 Group:  Development/Libraries/Java
 
@@ -66,13 +62,10 @@
 give away a modified binary only version of the library itself without
 reciprocation).
 
-
-
 %package demo
-License:LGPL-2.1+
 Summary:Common Internet File System Client in 100% Java
-Requires:   %{name} = %{version}
 Group:  Development/Libraries/Java
+Requires:   %{name} = %{version}
 
 %description demo
 The jCIFS SMB client library enables any Java application to remotely
@@ -87,8 +80,6 @@
 give away a modified binary only version of the library itself without
 reciprocation).
 
-
-
 %prep
 %setup -q -n %{name}_%{version}
 find . -name "*.jar" | xargs -t rm
@@ -98,9 +89,9 @@
 %build
 export CLASSPATH=$(build-classpath servlet_2_4_api)
 export OPT_JAR_LIST=:
-%ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 jar javadoc
+%{ant} -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 jar javadoc
 export CLASSPATH=$(build-classpath 
servlet_2_4_api):`pwd`/%{name}-%{version}.jar
-(cd examples && %javac -target 1.5 -source 1.5 *.java)
+(cd examples && %javac -target 1.6 -source 1.6 *.java)
 
 %install
 # jar
@@ -110,27 +101,23 @@
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
 cp -pr docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}-%{version}
 ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
 # data
 mkdir -p %{buildroot}%{_datadir}/%{name}/examples
 cp -pr examples/*{.class,.java} %{buildroot}%{_datadir}/%{name}/examples
-
-%clean
-rm -rf %{buildroot}
+%fdupes -s %{buildroot}%{_datadir}/%{name}/examples
 
 %files
-%defattr(0644,root,root,0755)
 %doc README.txt docs/*.{html,txt,gif}
 %{_javadir}/%{name}.jar
 %{_javadir}/%{name}-%{version}.jar
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %{_javadocdir}/%{name}
 %{_javadocdir}/%{name}-%{version}
 
 %files demo
-%defattr(0644,root,root,0755)
 %{_datadir}/%{name}
 
 %changelog




commit jakarta-taglibs-standard for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jakarta-taglibs-standard for 
openSUSE:Factory checked in at 2017-09-20 17:09:28

Comparing /work/SRC/openSUSE:Factory/jakarta-taglibs-standard (Old)
 and  /work/SRC/openSUSE:Factory/.jakarta-taglibs-standard.new (New)


Package is "jakarta-taglibs-standard"

Wed Sep 20 17:09:28 2017 rev:17 rq:527059 version:1.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/jakarta-taglibs-standard/jakarta-taglibs-standard.changes
2015-10-08 08:24:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-taglibs-standard.new/jakarta-taglibs-standard.changes
   2017-09-20 17:09:28.792676538 +0200
@@ -1,0 +2,10 @@
+Mon Sep 18 15:40:25 UTC 2017 - fst...@suse.com
+
+- Modified patch:
+  * jakarta-taglibs-standard-1.1.1-build.patch
++ Don't hardcode java source and target levels
+- Specify source and target level 1.6 in order to allow building
+  with jdk9
+- Clean spec file and fix some rpmlint errors
+
+---



Other differences:
--
++ jakarta-taglibs-standard.spec ++
--- /var/tmp/diff_new_pack.UlIE1i/_old  2017-09-20 17:09:29.360596592 +0200
+++ /var/tmp/diff_new_pack.UlIE1i/_new  2017-09-20 17:09:29.364596030 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jakarta-taglibs-standard
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,12 +31,12 @@
 Patch3: jakarta-taglibs-standard-java7.patch
 Patch4: CVE-2015-0254.patch
 BuildRequires:  ant
+BuildRequires:  fdupes
 BuildRequires:  java-devel
 BuildRequires:  servletapi5
 BuildRequires:  xalan-j2
 Requires:   servletapi5 >= 5.0.16
 Requires:   xalan-j2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -70,6 +70,7 @@
 
 %build
 ant \
+  -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
   -Dfinal.name=%{short_name} \
   -Dj2se.javadoc=%{_javadocdir}/java \
   -f standard/build.xml \
@@ -85,14 +86,13 @@
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -pr standard/dist/standard/javadoc/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
-%defattr(0644,root,root,0755)
 %doc standard/README_src.txt standard/README_bin.txt 
standard/dist/doc/doc/standard-doc/*.html
 %{_javadir}/*
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %doc %{_javadocdir}/%{name}
 
 %changelog

++ jakarta-taglibs-standard-1.1.1-build.patch ++
--- /var/tmp/diff_new_pack.UlIE1i/_old  2017-09-20 17:09:29.396591526 +0200
+++ /var/tmp/diff_new_pack.UlIE1i/_new  2017-09-20 17:09:29.396591526 +0200
@@ -1,6 +1,6 @@
 --- standard/build.xml
 +++ standard/build.xml
-@@ -164,18 +164,17 @@
+@@ -164,14 +164,11 @@

  
  
@@ -17,21 +17,3 @@
excludes="org/apache/taglibs/standard/lang/jstl/parser/jsp20/* 
org/apache/taglibs/standard/lang/jpath/** 
org/apache/taglibs/standard/lang/spel/**"
debug="${compile.debug}"
deprecation="${compile.deprecation}"
--  optimize="${compile.optimize}"/> 
-+  optimize="${compile.optimize}"
-+  source="1.5"
-+  target="1.5"/> 
-   
- 
- 
-@@ -277,7 +276,9 @@
-classpath="${servlet24.jar}:${jsp20.jar}:${build.library}/classes"
-debug="${compile.debug}"
-deprecation="${compile.deprecation}"
--   optimize="${compile.optimize}"/>
-+   optimize="${compile.optimize}"
-+   source="1.5"
-+   target="1.5"/>
-   
- 
- 




commit javacc for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package javacc for openSUSE:Factory checked 
in at 2017-09-20 17:09:31

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


Package is "javacc"

Wed Sep 20 17:09:31 2017 rev:19 rq:527074 version:5.0

Changes:

--- /work/SRC/openSUSE:Factory/javacc/javacc.changes2017-01-10 
10:48:55.5 +0100
+++ /work/SRC/openSUSE:Factory/.javacc.new/javacc.changes   2017-09-20 
17:09:32.336177720 +0200
@@ -1,0 +2,5 @@
+Mon Sep 18 16:25:17 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target 1.6
+
+---



Other differences:
--
++ javacc.spec ++
--- /var/tmp/diff_new_pack.b5cFkI/_old  2017-09-20 17:09:32.980087078 +0200
+++ /var/tmp/diff_new_pack.b5cFkI/_new  2017-09-20 17:09:32.984086515 +0200
@@ -29,10 +29,10 @@
 Source3:jjtree
 Patch0: javacc.patch
 BuildRequires:  ant
+BuildRequires:  fdupes
 BuildRequires:  java-devel
 BuildRequires:  xml-commons-apis
 Requires:   javapackages-tools
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -79,13 +79,8 @@
 mv www/doc .
 
 %build
-for file in `find -name build.xml` ; do
- if ! grep -q "javac.*source=" $file ; then
-  perl -p -i -e 's|

commit notmuch for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package notmuch for openSUSE:Factory checked 
in at 2017-09-20 17:09:24

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


Package is "notmuch"

Wed Sep 20 17:09:24 2017 rev:12 rq:527056 version:0.25

Changes:

--- /work/SRC/openSUSE:Factory/notmuch/notmuch.changes  2017-09-14 
21:14:16.642499179 +0200
+++ /work/SRC/openSUSE:Factory/.notmuch.new/notmuch.changes 2017-09-20 
17:09:25.433149458 +0200
@@ -1,0 +2,7 @@
+Thu Sep 14 15:53:43 UTC 2017 - zai...@opensuse.org
+
+- Add conditional for pkgconfig(gmime-2.6) and new
+  pkgconfig(gmime-3.0) BuildRequires: adjust to whats available in
+  Tumbleweed and what the source supports.
+
+---



Other differences:
--
++ notmuch.spec ++
--- /var/tmp/diff_new_pack.qCrjyt/_old  2017-09-20 17:09:26.089057127 +0200
+++ /var/tmp/diff_new_pack.qCrjyt/_new  2017-09-20 17:09:26.093056564 +0200
@@ -40,7 +40,11 @@
 
 BuildRequires:  libxapian-devel
 BuildRequires:  pkg-config
+%if 0%{?suse_version} == 1315
 BuildRequires:  pkgconfig(gmime-2.6)
+%else
+BuildRequires:  pkgconfig(gmime-3.0)
+%endif
 BuildRequires:  pkgconfig(talloc)
 
 %if %{with emacs}





commit saxon8 for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package saxon8 for openSUSE:Factory checked 
in at 2017-09-20 17:09:36

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


Package is "saxon8"

Wed Sep 20 17:09:36 2017 rev:18 rq:527102 version:B.8.8

Changes:

--- /work/SRC/openSUSE:Factory/saxon8/saxon8.changes2017-05-31 
13:31:19.898918339 +0200
+++ /work/SRC/openSUSE:Factory/.saxon8.new/saxon8.changes   2017-09-20 
17:09:36.787551102 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 18:02:12 UTC 2017 - fst...@suse.com
+
+- Specify encoding ISO-8859-1 and java source and target 1.6 in
+  order to fix build with jdk9
+
+---



Other differences:
--
++ saxon8.spec ++
--- /var/tmp/diff_new_pack.GkOYjK/_old  2017-09-20 17:09:37.499450888 +0200
+++ /var/tmp/diff_new_pack.GkOYjK/_new  2017-09-20 17:09:37.503450325 +0200
@@ -32,6 +32,7 @@
 Source5:%{name}q.1
 BuildRequires:  ant
 BuildRequires:  bea-stax-api
+BuildRequires:  fdupes
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  jdom >= 1.0-0.b7
@@ -43,7 +44,6 @@
 Requires:   bea-stax-api
 Requires:   jaxp_parser_impl
 Provides:   jaxp_transform_impl
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -172,7 +172,7 @@
 ant \
   -Dj2se.javadoc=%{_javadocdir}/java \
   -Djdom.javadoc=%{_javadocdir}/jdom \
-  -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4
+  -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6
 
 %install
 # jars
@@ -187,9 +187,11 @@
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -pr build/api/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 # demo
 mkdir -p %{buildroot}%{_datadir}/%{name}
 cp -pr samples/* %{buildroot}%{_datadir}/%{name}
+%fdupes -s %{buildroot}%{_datadir}/%{name}
 # scripts
 mkdir -p %{buildroot}%{_bindir}
 sed 's,__RESOLVERDIR__,%{resolverdir},' < %{SOURCE1} \
@@ -215,42 +217,33 @@
 fi
 
 %files
-%defattr(0644,root,root,0755)
 %{_javadir}/%{name}.jar
 %{_javadir}/%{name}-%{version}.jar
 %{_javadir}/jaxp_transform_impl.jar
 %ghost %{_sysconfdir}/alternatives/jaxp_transform_impl.jar
 
 %files xpath
-%defattr(0644,root,root,0755)
 %{_javadir}/%{name}-xpath*
 
 %files xom
-%defattr(0644,root,root,0755)
 %{_javadir}/%{name}-xom*
 
 %files sql
-%defattr(0644,root,root,0755)
 %{_javadir}/%{name}-sql*
 
 %files jdom
-%defattr(0644,root,root,0755)
 %{_javadir}/%{name}-jdom*
 
 %files dom
-%defattr(0644,root,root,0755)
 %{_javadir}/%{name}-dom*
 
 %files manual
-%defattr(0644,root,root,0755)
 %doc doc/*.html
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %doc %{_javadocdir}/%{name}
 
 %files demo
-%defattr(0644,root,root,0755)
 %{_datadir}/%{name}
 
 %files scripts

++ saxon8.build.script ++
--- /var/tmp/diff_new_pack.GkOYjK/_old  2017-09-20 17:09:37.559442443 +0200
+++ /var/tmp/diff_new_pack.GkOYjK/_new  2017-09-20 17:09:37.559442443 +0200
@@ -36,7 +36,7 @@
 
   
   
-
+
   
 
   
@@ -89,6 +89,7 @@
 

commit jakarta-commons-modeler for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jakarta-commons-modeler for 
openSUSE:Factory checked in at 2017-09-20 17:09:01

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


Package is "jakarta-commons-modeler"

Wed Sep 20 17:09:01 2017 rev:19 rq:527006 version:2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/jakarta-commons-modeler/jakarta-commons-modeler.changes
  2017-05-22 10:49:03.891540839 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-modeler.new/jakarta-commons-modeler.changes
 2017-09-20 17:09:03.840189096 +0200
@@ -1,0 +2,11 @@
+Mon Sep 18 11:43:04 UTC 2017 - fst...@suse.com
+
+- Removed patch:
+  * jakarta-commons-modeler-java14compat.patch
+- Not needed, since we pass those source and target levels to 
+  ant on command-line
+- Clean spec file and fix a warning
+- Specify to ant dependencies on command-line instead of using
+  system-wide classpath
+
+---

Old:

  jakarta-commons-modeler-java14compat.patch



Other differences:
--
++ jakarta-commons-modeler.spec ++
--- /var/tmp/diff_new_pack.S4gjf0/_old  2017-09-20 17:09:04.656074243 +0200
+++ /var/tmp/diff_new_pack.S4gjf0/_new  2017-09-20 17:09:04.656074243 +0200
@@ -26,8 +26,8 @@
 Group:  Development/Libraries/Java
 Url:http://jakarta.apache.org/commons/modeler/
 Source0:%{short_name}-%{version}-src.tar.bz2
-Patch0: %{name}-java14compat.patch
 BuildRequires:  ant
+BuildRequires:  fdupes
 BuildRequires:  jakarta-commons-digester
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
@@ -42,9 +42,8 @@
 Requires:   jaxp_transform_impl
 Requires:   mx4j
 Requires:   xml-commons-apis
-Provides:   %{short_name}
-Obsoletes:  %{short_name}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Provides:   %{short_name} = %{version}-%{release}
+Obsoletes:  %{short_name} < %{version}-%{release}
 BuildArch:  noarch
 
 %description
@@ -68,13 +67,20 @@
 
 %prep
 %setup -q -n %{short_name}-%{version}-src
-%patch0 -p1
 # remove all binary libs
 find . -name "*.jar" -exec rm -f {} \;
 
 %build
-export CLASSPATH=$(build-classpath xml-commons-apis jaxp_parser_impl 
jaxp_transform_impl mx4j/mx4j-jmx junit commons-beanutils commons-collections 
commons-digester commons-logging)
-ant dist
+ant \
+-Dant.jar=$(build-classpath ant) \
+-Djaxp.parser.jar=$(build-classpath jaxp_parser_impl) \
+-Djaxp.xalan.jar=$(build-classpath jaxp_trasform_impl) \
+-Djmx.jar=$(build-classpath mx4j/mx4j-jmx) \
+-Djunit.jar=$(build-classpath junit) \
+-Dcommons-digester.jar=$(build-classpath commons-digester) \
+-Dcommons-logging.jar=$(build-classpath commons-logging) \
+-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+dist
 
 %install
 # jars
@@ -85,14 +91,13 @@
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -a dist/docs/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
-%defattr(0644,root,root,0755)
 %doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt xdocs
 %{_javadir}/*
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %{_javadocdir}/%{name}
 
 %changelog




commit gama for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package gama for openSUSE:Factory checked in 
at 2017-09-20 17:09:20

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


Package is "gama"

Wed Sep 20 17:09:20 2017 rev:4 rq:527044 version:1.19

Changes:

--- /work/SRC/openSUSE:Factory/gama/gama.changes2017-01-20 
13:08:47.957742015 +0100
+++ /work/SRC/openSUSE:Factory/.gama.new/gama.changes   2017-09-20 
17:09:22.229600421 +0200
@@ -1,0 +2,7 @@
+Mon Sep 18 14:03:37 UTC 2017 - astie...@suse.com
+
+- update to 1.19:
+  Fix implicit value of covariance band in XML adjustment output
+  being -1 (full bandwidth)
+
+---

Old:

  gama-1.18.tar.gz
  gama-1.18.tar.gz.sig

New:

  gama-1.19.tar.gz
  gama-1.19.tar.gz.sig



Other differences:
--
++ gama.spec ++
--- /var/tmp/diff_new_pack.9JEhiP/_old  2017-09-20 17:09:23.193464739 +0200
+++ /var/tmp/diff_new_pack.9JEhiP/_new  2017-09-20 17:09:23.201463612 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gama
-Version:1.18
+Version:1.19
 Release:0
 Summary:Adjustment of geodetic networks
 License:GPL-3.0+

++ gama-1.18.tar.gz -> gama-1.19.tar.gz ++
 2630 lines of diff (skipped)

++ gama.keyring ++
Binary files /var/tmp/diff_new_pack.9JEhiP/_old and 
/var/tmp/diff_new_pack.9JEhiP/_new differ




commit jakarta-slide-webdavclient for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jakarta-slide-webdavclient for 
openSUSE:Factory checked in at 2017-09-20 17:09:26

Comparing /work/SRC/openSUSE:Factory/jakarta-slide-webdavclient (Old)
 and  /work/SRC/openSUSE:Factory/.jakarta-slide-webdavclient.new (New)


Package is "jakarta-slide-webdavclient"

Wed Sep 20 17:09:26 2017 rev:16 rq:527058 version:2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/jakarta-slide-webdavclient/jakarta-slide-webdavclient.changes
2015-04-02 15:56:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-slide-webdavclient.new/jakarta-slide-webdavclient.changes
   2017-09-20 17:09:27.784818414 +0200
@@ -1,0 +2,11 @@
+Mon Sep 18 15:29:59 UTC 2017 - fst...@suse.com
+
+- Moved patch:
+  * jakarta-slide-webdavclient-build-jdk15.patch ->
+-> jakarta-slide-webdavclient-build-jdk16.patch
+   + Build with java source and targer 1.6
+  * jakarta-slide-webdavclient-enum.patch
++ rename enum -> emun to build with source and target >= 1.5
+- Clean spec file and fix some rpmlint errors
+
+---

Old:

  jakarta-slide-webdavclient-build-jdk15.patch

New:

  jakarta-slide-webdavclient-build-jdk16.patch
  jakarta-slide-webdavclient-enum.patch



Other differences:
--
++ jakarta-slide-webdavclient.spec ++
--- /var/tmp/diff_new_pack.8zKmwt/_old  2017-09-20 17:09:28.544711445 +0200
+++ /var/tmp/diff_new_pack.8zKmwt/_new  2017-09-20 17:09:28.548710882 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jakarta-slide-webdavclient
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,6 @@
 %define section   devel
 %define base_name slide
 %define jakarta_version 2.1
-
 Name:   jakarta-slide-webdavclient
 Version:%{jakarta_version}
 Release:0
@@ -40,12 +39,13 @@
 Source4:
http://mirrors.ibiblio.org/pub/mirrors/maven2/slide/slide-webdavlib/2.1/slide-webdavlib-2.1.pom
 # FIXME Temporary fix !!!
 Patch0: jakarta-slide-webdavclient-3.0-compat.patch
-Patch1: jakarta-slide-webdavclient-build-jdk15.patch
+Patch1: jakarta-slide-webdavclient-build-jdk16.patch
 Patch2: jakarta-slide-webdavclient-jdk15.patch
-BuildArch:  noarch
+Patch3: jakarta-slide-webdavclient-enum.patch
 BuildRequires:  ant >= 1.6
 BuildRequires:  ant-antlr
 BuildRequires:  antlr
+BuildRequires:  fdupes
 BuildRequires:  geronimo-j2ee-connector-1_5-api
 BuildRequires:  jakarta-commons-httpclient3
 BuildRequires:  jakarta-commons-transaction
@@ -57,16 +57,13 @@
 Requires:   jakarta-commons-transaction
 Requires:   jdom
 Requires:   xml-im-exporter
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 Slide includes a fully featured WebDAV client library and command line
 client.
 
-
-
 %if %{with_repolib}
-
 %packagerepolib
 Summary:Slide WebDAV client
 Group:  Development/Libraries/Java
@@ -75,8 +72,6 @@
 Slide includes a fully featured WebDAV client library and command line
 client.
 
-
-
 %endif
 
 %packagejavadoc
@@ -87,11 +82,9 @@
 Slide includes a fully featured WebDAV client library and command line
 client.
 
-
-
 %prep
 %setup -q -n jakarta-slide-webdavclient-src-2.1
-find . -name "*.jar" | xargs %{__rm}
+find . -name "*.jar" | xargs rm
 #for j in $(find . -name "*.jar"); do
 #  mv $j $j.no
 #done
@@ -99,6 +92,7 @@
 %patch0 -b .sav
 %patch1 -b .sav
 %patch2 -b .sav
+%patch3 -p1
 
 %build
 export CLASSPATH=$(build-classpath \
@@ -112,47 +106,47 @@
 ant -v -d -Dbuild.sysclasspath=first
 
 %install
-install -dm 755 $RPM_BUILD_ROOT%{_bindir}
-install -pm 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/webdavclient
-install -dm 755 $RPM_BUILD_ROOT%{_javadir}/%{base_name}
+install -dm 755 %{buildroot}%{_bindir}
+install -pm 755 %{SOURCE1} %{buildroot}%{_bindir}/webdavclient
+install -dm 755 %{buildroot}%{_javadir}/%{base_name}
 install -pm 644 \
  dist/lib/jakarta-slide-webdavlib-%{jakarta_version}.jar \
- $RPM_BUILD_ROOT%{_javadir}/%{base_name}
+ %{buildroot}%{_javadir}/%{base_name}
 ln -s jakarta-slide-webdavlib-%{jakarta_version}.jar \
- $RPM_BUILD_ROOT%{_javadir}/%{base_name}/%{name}-webdavlib-%{version}.jar
+ %{buildroot}%{_javadir}/%{base_name}/%{name}-webdavlib-%{version}.jar
 install -pm 644 \
  dist/lib/jakarta-slide-commandline-%{jakarta_version}.jar \
- $RPM_BUILD_ROOT%{_javadir}/%{base_name}
+ %{buildroot}%{_javadir}/%{base_name}
 ln -s jakarta-slide-commandline-%{jakarta_version}.jar 

commit jakarta-poi for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jakarta-poi for openSUSE:Factory 
checked in at 2017-09-20 17:09:22

Comparing /work/SRC/openSUSE:Factory/jakarta-poi (Old)
 and  /work/SRC/openSUSE:Factory/.jakarta-poi.new (New)


Package is "jakarta-poi"

Wed Sep 20 17:09:22 2017 rev:17 rq:527052 version:2.5.1

Changes:

--- /work/SRC/openSUSE:Factory/jakarta-poi/jakarta-poi.changes  2014-07-16 
16:49:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.jakarta-poi.new/jakarta-poi.changes 
2017-09-20 17:09:23.677396615 +0200
@@ -1,0 +2,7 @@
+Mon Sep 18 14:47:56 UTC 2017 - fst...@suse.com
+
+- Added patch:
+  * poi-encoding.patch
++ specify encoding ISO-8859-1 and fix jdk9 build
+
+---

New:

  poi-encoding.patch



Other differences:
--
++ jakarta-poi.spec ++
--- /var/tmp/diff_new_pack.FMhkH3/_old  2017-09-20 17:09:24.381297528 +0200
+++ /var/tmp/diff_new_pack.FMhkH3/_new  2017-09-20 17:09:24.385296964 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jakarta-poi
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,7 @@
 #cvs -z3 -d :pserver:anon...@cvs.apache.org:/home/cvspublic export -r HEAD 
jakarta-poi/src/scratchpad
 Source1:poi-scratchpad-unreleased-src-20050824.tar.bz2
 Patch0: poi-build_xml.patch
+Patch1: poi-encoding.patch
 Patch2: %{name}-%{version}-junittest.patch
 BuildRequires:  ant >= 1.6
 BuildRequires:  ant-jdepend >= 1.6
@@ -54,7 +55,6 @@
 Requires:   log4j >= 1.2.8
 Requires:   xalan-j2 >= 2.5.2
 Requires:   xerces-j2 >= 2.6.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -107,7 +107,9 @@
 rm -rf src/scratchpad/testcases/org/apache/poi/hslf/
 # FIXME
 rm src/testcases/org/apache/poi/hssf/usermodel/TestEscherGraphics*.java
+rm src/testcases/org/apache/poi/hssf/HSSFTests.java
 %patch0 -b .sav
+%patch1 -b .sav1
 %patch2 -b .sav2
 # wrong end of line necoding
 sed -i -e 's/.$//' \
@@ -119,6 +121,7 @@
 docs/apidocs/package-list \
 docs/apidocs/stylesheet.css \
 docs/junit/stylesheet.css \
+docs/junit/TESTS-TestSuites.xml \
 docs/junit/org/apache/poi/hssf/usermodel/TestBugs*
 
 %build
@@ -134,7 +137,7 @@
 xerces-j2-xml-apis \
 )
 export ANT_OPTS="-Xmx256m -Djava.awt.headless=true -Dbuild.sysclasspath=first 
-Ddisconnected=true"
-ant -Dant.build.javac.target=1.4 -Dant.build.javac.source=1.4 jar test
+ant -Dant.build.javac.target=1.6 -Dant.build.javac.source=1.6 jar test
 
 %install
 install -dm 755 %{buildroot}%{_javadir}
@@ -159,17 +162,14 @@
 %fdupes -s %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %doc %{_docdir}/%{name}-%{version}/LICENSE
 %{_javadir}/*.jar
 
 %files javadoc
-%defattr(-,root,root,-)
 %doc %{_javadocdir}/%{name}-%{version}
 %ghost %doc %{_javadocdir}/%{name}
 
 %files manual
-%defattr(-,root,root,-)
 %doc %{_docdir}/%{name}-%{version}
 %exclude %{_docdir}/%{name}-%{version}/LICENSE
 

++ poi-encoding.patch ++
--- build.xml   2017-09-18 16:34:04.709182154 +0200
+++ build.xml   2017-09-18 16:39:09.690366238 +0200
@@ -186,10 +186,10 @@
 
 
 
-
+
 
 
-
+
 
 
 
@@ -199,10 +199,10 @@
 
 
 
-
+
 
 
-
+
 
 
 
@@ -212,10 +212,10 @@
 
 
 
-
+
 
 
-
+
 
 
 
@@ -481,6 +481,7 @@
 

commit jakarta-commons-transaction for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jakarta-commons-transaction for 
openSUSE:Factory checked in at 2017-09-20 17:09:10

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


Package is "jakarta-commons-transaction"

Wed Sep 20 17:09:10 2017 rev:15 rq:527014 version:1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/jakarta-commons-transaction/jakarta-commons-transaction.changes
  2017-05-27 13:15:44.341780176 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-transaction.new/jakarta-commons-transaction.changes
 2017-09-20 17:09:11.539105320 +0200
@@ -1,0 +2,5 @@
+Mon Sep 18 12:29:27 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target 1.6
+
+---



Other differences:
--
++ jakarta-commons-transaction.spec ++
--- /var/tmp/diff_new_pack.sGvk4V/_old  2017-09-20 17:09:12.175015803 +0200
+++ /var/tmp/diff_new_pack.sGvk4V/_new  2017-09-20 17:09:12.179015240 +0200
@@ -44,7 +44,6 @@
 Requires:   log4j
 Requires:   xerces-j2
 Requires:   xml-commons-apis
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -64,7 +63,10 @@
 %build
 export CLASSPATH=$(build-classpath commons-codec jta log4j):`pwd`/build/classes
 export OPT_JAR_LIST=:
-ant -Dbuild.sysclasspath=only jar
+ant \
+-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
+-Dbuild.sysclasspath=only -Dant.java.version=1.6 -Dcompile.target=1.6 \
+   jar
 
 %install
 # jars
@@ -77,7 +79,6 @@
 ln -sf ${jar} ${jar/-%{version}/}; done)
 
 %files
-%defattr(0644,root,root,0755)
 %doc LICENSE.txt
 %{_javadir}/*
 




commit jakarta-commons-vfs for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jakarta-commons-vfs for 
openSUSE:Factory checked in at 2017-09-20 17:09:18

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


Package is "jakarta-commons-vfs"

Wed Sep 20 17:09:18 2017 rev:17 rq:527033 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/jakarta-commons-vfs/jakarta-commons-vfs.changes  
2017-05-20 10:14:36.059933671 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-vfs.new/jakarta-commons-vfs.changes 
2017-09-20 17:09:19.645964120 +0200
@@ -1,0 +2,5 @@
+Mon Sep 18 13:28:49 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target version 1.6
+
+---



Other differences:
--
++ jakarta-commons-vfs.spec ++
--- /var/tmp/diff_new_pack.OUdMci/_old  2017-09-20 17:09:20.437852645 +0200
+++ /var/tmp/diff_new_pack.OUdMci/_new  2017-09-20 17:09:20.437852645 +0200
@@ -41,22 +41,9 @@
 Source13:   sandbox-maven-build.xml
 Patch0: commons-vfs-1.0-project_properties.patch
 Patch1: commons-vfs-1.0-jakarta-commons-httpclient-3.1.patch
-Requires:   jaf_1_1_api
-Requires:   jakarta-commons-codec
-Requires:   jakarta-commons-collections
-Requires:   jakarta-commons-compress
-Requires:   jakarta-commons-httpclient3
-Requires:   jakarta-commons-logging
-Requires:   jakarta-commons-net
-Requires:   jakarta-slide-webdavclient
-Requires:   javamail_1_4_api
-Requires:   jcifs
-Requires:   jdom
-Requires:   jsch
-Requires:   oro
-Requires:   xml-commons-apis
 BuildRequires:  ant >= 1.6
 BuildRequires:  ant-junit
+BuildRequires:  fdupes
 BuildRequires:  jaf_1_1_api
 BuildRequires:  jakarta-commons-codec
 BuildRequires:  jakarta-commons-collections
@@ -74,6 +61,20 @@
 BuildRequires:  junit
 BuildRequires:  oro
 BuildRequires:  xml-commons-apis
+Requires:   jaf_1_1_api
+Requires:   jakarta-commons-codec
+Requires:   jakarta-commons-collections
+Requires:   jakarta-commons-compress
+Requires:   jakarta-commons-httpclient3
+Requires:   jakarta-commons-logging
+Requires:   jakarta-commons-net
+Requires:   jakarta-slide-webdavclient
+Requires:   javamail_1_4_api
+Requires:   jcifs
+Requires:   jdom
+Requires:   jsch
+Requires:   oro
+Requires:   xml-commons-apis
 BuildArch:  noarch
 
 %description
@@ -111,7 +112,7 @@
 %prep
 %setup -q -n vfs-%{version}
 %setup -q -T -D -a 5 -n vfs-%{version}
-%patch0 -p0
+%patch0
 %patch1 -p1
 find . -name "*.jar" | xargs -t rm
 cp -p %{SOURCE6} %{SOURCE7} .
@@ -141,9 +142,9 @@
 
 %install
 # jars
-install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
-install -m 644 target/%{base_name}-%{version}.jar 
$RPM_BUILD_ROOT%{_javadir}/%{name}.jar
-(cd $RPM_BUILD_ROOT%{_javadir} && for jar in jakarta-*; do \
+install -d -m 755 %{buildroot}%{_javadir}
+install -m 644 target/%{base_name}-%{version}.jar 
%{buildroot}%{_javadir}/%{name}.jar
+(cd %{buildroot}%{_javadir} && for jar in jakarta-*; do \
 ln -sf ${jar} ${jar/jakarta-/}; done)
 
 #pom
@@ -152,25 +153,23 @@
 %add_maven_depmap
 
 # javadoc
-install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
-cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
+install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
+cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 rm -rf target/site/apidocs
-ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
-mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
+ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
+mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}
 
 %files
-%defattr(0644,root,root,0755)
 %doc *.txt
 %{_javadir}/*
 %{_mavenpomdir}/*
 %{_datadir}/maven-metadata/%{name}.xml*
 
 %files manual
-%defattr(0644,root,root,0755)
 %{_docdir}/%{name}-%{version}
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %{_javadocdir}/%{name}
 
 %changelog

++ core-maven-build.xml ++
--- /var/tmp/diff_new_pack.OUdMci/_old  2017-09-20 17:09:20.513841948 +0200
+++ /var/tmp/diff_new_pack.OUdMci/_new  2017-09-20 17:09:20.513841948 +0200
@@ -92,10 +92,10 @@
debug="true" 
optimize="false" 
deprecation="true" 
-   target="1.3" 
+   target="1.6" 
verbose="false" 
fork="false" 
-   source="1.3">
+   source="1.6">
   
 
   
@@ -133,10 +133,10 @@
debug="true" 
optimize="false" 
deprecation="true" 
-   target="1.3" 
+   target="1.6" 
verbose="false" 

commit python-metaextract for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package python-metaextract for 
openSUSE:Factory checked in at 2017-09-20 17:09:13

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


Package is "python-metaextract"

Wed Sep 20 17:09:13 2017 rev:7 rq:527030 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-metaextract/python-metaextract.changes
2017-05-08 19:02:54.109095472 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-metaextract.new/python-metaextract.changes   
2017-09-20 17:09:18.222164548 +0200
@@ -1,0 +2,8 @@
+Mon Sep 18 13:22:31 UTC 2017 - tbecht...@suse.com
+
+- update to 1.0.3:
+  * Release 1.0.3
+  * Test python 3.6 instead of 3.5
+  * Fix json serialization for dict_items on py3 (#4)
+
+---

Old:

  metaextract-1.0.2.tar.gz

New:

  metaextract-1.0.3.tar.gz



Other differences:
--
++ python-metaextract.spec ++
--- /var/tmp/diff_new_pack.fK40I8/_old  2017-09-20 17:09:18.766087979 +0200
+++ /var/tmp/diff_new_pack.fK40I8/_new  2017-09-20 17:09:18.766087979 +0200
@@ -18,17 +18,17 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-metaextract
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:get metadata for python modules
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://github.com/toabctl/metaextract
 Source: 
https://files.pythonhosted.org/packages/source/m/metaextract/metaextract-%{version}.tar.gz
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 # Needed even though no tests are present
 BuildRequires:  %{python_module pytest-runner}
 Requires:   python-setuptools

++ metaextract-1.0.2.tar.gz -> metaextract-1.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metaextract-1.0.2/PKG-INFO 
new/metaextract-1.0.3/PKG-INFO
--- old/metaextract-1.0.2/PKG-INFO  2017-04-24 14:56:18.0 +0200
+++ new/metaextract-1.0.3/PKG-INFO  2017-09-18 14:57:29.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: metaextract
-Version: 1.0.2
+Version: 1.0.3
 Summary: get metadata for python modules
 Home-page: http://github.com/toabctl/metaextract
 Author: Thomas Bechtold
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metaextract-1.0.2/metaextract/__init__.py 
new/metaextract-1.0.3/metaextract/__init__.py
--- old/metaextract-1.0.2/metaextract/__init__.py   2017-04-24 
14:55:44.0 +0200
+++ new/metaextract-1.0.3/metaextract/__init__.py   2017-09-18 
14:56:28.0 +0200
@@ -15,4 +15,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-__version__ = "1.0.2"
+__version__ = "1.0.3"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metaextract-1.0.2/metaextract/metaextract.py 
new/metaextract-1.0.3/metaextract/metaextract.py
--- old/metaextract-1.0.2/metaextract/metaextract.py2017-04-24 
14:55:44.0 +0200
+++ new/metaextract-1.0.3/metaextract/metaextract.py2017-09-18 
14:56:28.0 +0200
@@ -50,6 +50,9 @@
 'scripts', 'tests_require', 'tests_suite']:
 if hasattr(self.distribution, key):
 data[key] = getattr(self.distribution, key)
+# dict_items objects can not be serialized with json
+if data[key].__class__.__name__ == 'dict_items':
+data[key] = list(data[key])
 
 # keep list ordered!
 for func in ['has_ext_modules']:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metaextract-1.0.2/metaextract.egg-info/PKG-INFO 
new/metaextract-1.0.3/metaextract.egg-info/PKG-INFO
--- old/metaextract-1.0.2/metaextract.egg-info/PKG-INFO 2017-04-24 
14:56:17.0 +0200
+++ new/metaextract-1.0.3/metaextract.egg-info/PKG-INFO 2017-09-18 
14:57:29.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: metaextract
-Version: 1.0.2
+Version: 1.0.3
 Summary: get metadata for python modules
 Home-page: http://github.com/toabctl/metaextract
 Author: Thomas Bechtold
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metaextract-1.0.2/tox.ini 
new/metaextract-1.0.3/tox.ini
--- old/metaextract-1.0.2/tox.ini   2017-04-24 14:55:44.0 +0200
+++ new/metaextr

commit jarjar for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jarjar for openSUSE:Factory checked 
in at 2017-09-20 17:09:05

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


Package is "jarjar"

Wed Sep 20 17:09:05 2017 rev:16 rq:527011 version:0.9

Changes:

--- /work/SRC/openSUSE:Factory/jarjar/jarjar.changes2017-05-22 
10:48:29.468392624 +0200
+++ /work/SRC/openSUSE:Factory/.jarjar.new/jarjar.changes   2017-09-20 
17:09:07.647653120 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 12:22:22 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target 1.6
+- Clean spec file and fix a warning with duplicate waste
+
+---



Other differences:
--
++ jarjar.spec ++
--- /var/tmp/diff_new_pack.zwl3ju/_old  2017-09-20 17:09:09.91935 +0200
+++ /var/tmp/diff_new_pack.zwl3ju/_new  2017-09-20 17:09:09.923332772 +0200
@@ -17,7 +17,6 @@
 
 
 %define section free
-
 Name:   jarjar
 Version:0.9
 Release:0
@@ -28,25 +27,24 @@
 Source0:http://downloads.sourceforge.net/jarjar/jarjar-src-0.9.zip
 Source1:jarjar-0.9.pom
 Source2:jarjar-util.pom
-
 BuildRequires:  ant >= 1.6
 BuildRequires:  ant-junit >= 1.6
 BuildRequires:  asm2
+BuildRequires:  fdupes
 BuildRequires:  gnu-regexp
+BuildRequires:  java-devel
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
-%if 0
-BuildRequires:  maven2
-%endif
-BuildRequires:  java-devel
 BuildRequires:  unzip
 Requires:   asm2
 Requires:   gnu-regexp
 Requires(post):javapackages-tools
 Requires(postun):  javapackages-tools
 BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0
+BuildRequires:  maven2
+%endif
 
 %description
 Jar Jar Links is a utility that makes it easy to repackage Java
@@ -56,13 +54,10 @@
 specific version of a library, which may conflict with the dependencies
 of another library.
 
-
-
 %if 0
-
 %package maven2-plugin
-
 Summary:Maven2 plugin for %{name}
+# FIXME: use correct group, see 
"https://en.opensuse.org/openSUSE:Package_group_guidelines";
 Group:  Utilities
 Requires:   %{name} = %{version}-%{release}
 Requires:   maven2
@@ -84,10 +79,8 @@
 specific version of a library, which may conflict with the dependencies
 of another library.
 
-
-
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 # remove all binary libs
 find . -name "*.jar" | xargs -t rm
 # maven plugin
@@ -99,13 +92,15 @@
 ln -sf $(build-classpath asm2/asm) asm.jar
 ln -sf $(build-classpath asm2/asm-commons) asm-commons.jar
 ln -sf $(build-classpath asm2/asm-util) asm-util.jar
+ln -sf $(build-classpath ant) ant.jar
 %if 0
 ln -sf $(build-classpath maven2/plugin-api) maven-plugin-api.jar
 %endif
 popd
 export OPT_JAR_LIST="ant/ant-junit junit"
-export CLASSPATH=$(build-classpath ant)
-ant jar jar-util javadoc mojo test
+ant \
+-Dcompile.source=1.6 -Dcompile.target=1.6 \
+jar jar-util javadoc mojo test
 
 %install
 # jars
@@ -134,9 +129,9 @@
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
-%defattr(0644,root,root,0755)
 %doc COPYING
 %{_javadir}/%{name}.jar
 %{_javadir}/%{name}-util.jar
@@ -145,13 +140,11 @@
 
 %if 0
 %files maven2-plugin
-%defattr(0644,root,root,0755)
 %{_javadir}/%{name}-maven2-plugin-%{version}.jar
 %{_javadir}/%{name}-maven2-plugin.jar
 %endif
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %{_javadocdir}/%{name}
 
 %changelog





commit jakarta-commons-fileupload for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jakarta-commons-fileupload for 
openSUSE:Factory checked in at 2017-09-20 17:08:56

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


Package is "jakarta-commons-fileupload"

Wed Sep 20 17:08:56 2017 rev:22 rq:527003 version:1.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/jakarta-commons-fileupload/jakarta-commons-fileupload.changes
2014-07-16 16:49:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-fileupload.new/jakarta-commons-fileupload.changes
   2017-09-20 17:08:59.568790380 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 11:22:00 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target 1.6
+- Clean spec file and fix rpmlint warnings
+
+---



Other differences:
--
++ jakarta-commons-fileupload.spec ++
--- /var/tmp/diff_new_pack.tGj9bn/_old  2017-09-20 17:09:00.104714938 +0200
+++ /var/tmp/diff_new_pack.tGj9bn/_new  2017-09-20 17:09:00.104714938 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jakarta-commons-fileupload
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,6 +35,7 @@
 Patch3: 
jakarta-commons-fileupload-CVE-2014-0050-DOS-buffer-overflow.patch
 BuildRequires:  ant
 BuildRequires:  ant-junit
+BuildRequires:  fdupes
 BuildRequires:  jakarta-commons-io
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
@@ -48,7 +49,6 @@
 # FIXME: correct on update of fileuploads
 Provides:   %{short_name} = 1.1.2
 Obsoletes:  %{short_name} <= 1.1.1
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -61,8 +61,7 @@
 %packagejavadoc
 Summary:Javadoc for jakarta-commons-fileupload
 Group:  Development/Libraries/Java
-# FIXME: use proper Requires(pre/post/preun/...)
-PreReq: coreutils
+Requires(pre):  coreutils
 
 %descriptionjavadoc
 The javax.servlet package lacks support for rfc 1867, html file upload.
@@ -86,7 +85,7 @@
 export CLASSPATH="$(build-classpath commons-io junit portlet-1.0-api \
 servletapi5 
xerces-j2-xml-apis):${PWD}/target/classes:${PWD}/target/test-classes"
 ant \
--Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
+-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
 -Dbuild.sysclasspath=only \
 -Dfinal.name=%{name}-%{version} \
 -Dservletapi.javadoc=%{_javadocdir}/servletapi5 \
@@ -112,14 +111,13 @@
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
-%defattr(0644,root,root,0755)
 %doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
 %{_javadir}/*
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %doc %{_javadocdir}/%{name}
 
 %changelog




commit jakarta-commons-digester for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jakarta-commons-digester for 
openSUSE:Factory checked in at 2017-09-20 17:08:54

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


Package is "jakarta-commons-digester"

Wed Sep 20 17:08:54 2017 rev:16 rq:527000 version:1.7

Changes:

--- 
/work/SRC/openSUSE:Factory/jakarta-commons-digester/jakarta-commons-digester.changes
2014-07-16 16:49:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-digester.new/jakarta-commons-digester.changes
   2017-09-20 17:08:54.953440082 +0200
@@ -1,0 +2,12 @@
+Mon Sep 18 11:07:35 UTC 2017 - fst...@suse.com
+
+- Removed patch:
+  * jakarta-commons-digester-java14compat.patch
+- Added patch:
+  * jakarta-commons-digester-java16compat.patch
+- Build with java source and target 1.6
+- Fixes build with jdk9
+- Align the spec file to the way the ant build gets its
+  dependencies and fix the javadoc build
+
+---

Old:

  jakarta-commons-digester-java14compat.patch

New:

  jakarta-commons-digester-java16compat.patch



Other differences:
--
++ jakarta-commons-digester.spec ++
--- /var/tmp/diff_new_pack.AWgnp9/_old  2017-09-20 17:08:55.509361825 +0200
+++ /var/tmp/diff_new_pack.AWgnp9/_new  2017-09-20 17:08:55.513361262 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jakarta-commons-digester
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 Group:  Development/Libraries/Java
 Url:http://jakarta.apache.org/commons/digester/
 Source0:
http://www.apache.org/dist/jakarta/commons/digester/source/commons-digester-%{version}-src.tar.gz
-Patch0: %{name}-java14compat.patch
+Patch0: %{name}-java16compat.patch
 BuildRequires:  ant
 BuildRequires:  apache-commons-collections
 BuildRequires:  jakarta-commons-beanutils
@@ -36,7 +36,6 @@
 Requires:   jakarta-commons-logging >= 1.0
 Provides:   %{short_name} = %{version}
 Obsoletes:  %{short_name} < %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -61,13 +60,23 @@
 %patch0
 
 %build
-cp LICENSE.txt ../LICENSE
-export CLASSPATH=%(build-classpath commons-collections commons-logging 
commons-beanutils junit)
-ant dist
+#cp LICENSE.txt ../LICENSE
+ant \
+-Djunit.jar=$(build-classpath junit) \
+   -Dcommons-beanutils.jar=$(build-classpath commons-beanutils) \
+   -Dcommons-collections.jar=$(build-classpath commons-collections) \
+   -Dcommons-logging.jar=$(build-classpath commons-logging) \
+dist
 # Build rss -- needed by struts
 export CLASSPATH=$CLASSPATH:`pwd`/dist/%{short_name}.jar
-(cd src/examples/rss; ant dist)
-rm ../LICENSE
+(cd src/examples/rss; ant \
+-Djunit.jar=$(build-classpath junit) \
+   -Dcommons-beanutils.jar=$(build-classpath commons-beanutils) \
+   -Dcommons-collections.jar=$(build-classpath commons-collections) \
+   -Dcommons-logging.jar=$(build-classpath commons-logging) \
+dist \
+)
+#rm ../LICENSE
 
 %install
 # jars
@@ -81,12 +90,10 @@
 cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
 
 %files
-%defattr(0644,root,root,0755)
 %doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
 %{_javadir}/*
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %{_javadocdir}/%{name}-%{version}
 
 %changelog

++ jakarta-commons-digester-java14compat.patch -> 
jakarta-commons-digester-java16compat.patch ++
--- 
/work/SRC/openSUSE:Factory/jakarta-commons-digester/jakarta-commons-digester-java14compat.patch
 2011-09-23 02:03:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-digester.new/jakarta-commons-digester-java16compat.patch
2017-09-20 17:08:54.941441771 +0200
@@ -7,8 +7,8 @@
 deprecation="${compile.deprecation}"
 -  optimize="${compile.optimize}">
 +  optimize="${compile.optimize}"
-+  source="1.4"
-+  target="1.4">
++  source="1.6"
++  target="1.6">

  
  
@@ -18,8 +18,8 @@
 deprecation="${compile.deprecation}"
 -  optimize="${compile.optimize}">
 +  optimize="${compile.optimize}"
-+  source="1.4"
-+  target="1.4">
++  source="1.6"
++  target="1.6">

  
  
@@ -32,8 +32,8 @@
 deprecation="${compile.deprecation}"
 -  optimize="${compile.

commit jakarta-commons-compress for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jakarta-commons-compress for 
openSUSE:Factory checked in at 2017-09-20 17:08:51

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


Package is "jakarta-commons-compress"

Wed Sep 20 17:08:51 2017 rev:15 rq:526995 version:1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/jakarta-commons-compress/jakarta-commons-compress.changes
2017-05-22 10:48:51.017355398 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-compress.new/jakarta-commons-compress.changes
   2017-09-20 17:08:54.157552119 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 10:43:23 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target 1.6
+- Build also the javadoc package
+
+---



Other differences:
--
++ jakarta-commons-compress.spec ++
--- /var/tmp/diff_new_pack.bcCtxZ/_old  2017-09-20 17:08:54.781464291 +0200
+++ /var/tmp/diff_new_pack.bcCtxZ/_new  2017-09-20 17:08:54.785463728 +0200
@@ -38,13 +38,19 @@
 BuildRequires:  ant >= 1.6
 BuildRequires:  jakarta-commons-io
 BuildRequires:  junit
-Obsoletes:  %{name}-javadoc
 BuildArch:  noarch
 
 %description
 Commons Compress is a component that contains Tar, Zip and BZip2
 packages.
 
+%package javadoc
+Summary:Javadoc for %{name}
+Group:  Development/Libraries/Java
+
+%description javadoc
+Developer documentation of Commons Compress component
+
 %prep
 %setup -q -n %{base_name}-%{version}-%{svnrev}
 cp -p %{SOURCE5} .
@@ -57,8 +63,8 @@
 ant \
 -Djunit.jar=file://$(build-classpath junit) \
 -Dbuild.sysclasspath=only \
--Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5  \
-jar
+-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6  \
+jar javadoc
 
 %install
 # jars
@@ -67,12 +73,17 @@
 (cd %{buildroot}%{_javadir} && for jar in jakarta-*; do ln -sf ${jar} 
${jar/jakarta-/}; done)
 (cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} 
${jar/-%{version}/}; done)
 
+mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
+cp -r target/docs/apidocs/* %{buildroot}%{_javadocdir}/%{name}-%{version}
+
 %files
-%defattr(0644,root,root,0755)
 %doc LICENSE.txt
 %{_javadir}/%{name}-%{version}.jar
 %{_javadir}/%{name}.jar
 %{_javadir}/%{base_name}-%{version}.jar
 %{_javadir}/%{base_name}.jar
 
+%files javadoc
+%{_javadocdir}/%{name}-%{version}
+
 %changelog




commit jakarta-commons-launcher for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jakarta-commons-launcher for 
openSUSE:Factory checked in at 2017-09-20 17:08:59

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


Package is "jakarta-commons-launcher"

Wed Sep 20 17:08:59 2017 rev:17 rq:527004 version:1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/jakarta-commons-launcher/jakarta-commons-launcher.changes
2011-09-23 02:03:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-launcher.new/jakarta-commons-launcher.changes
   2017-09-20 17:09:00.356679469 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 11:25:19 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9 by specifying java source and target 1.6
+- Clean spec file and fix rpmlint warning
+
+---



Other differences:
--
++ jakarta-commons-launcher.spec ++
--- /var/tmp/diff_new_pack.aLhaUP/_old  2017-09-20 17:09:00.916600649 +0200
+++ /var/tmp/diff_new_pack.aLhaUP/_new  2017-09-20 17:09:00.920600085 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jakarta-commons-launcher
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-# icecream 0
 
-
-Name:   jakarta-commons-launcher
-BuildRequires:  ant java-devel junit xml-commons-apis
 %define base_name   launcher
 %define short_name  commons-%{base_name}
 %define namejakarta-%{short_name}
 %define section devel
+Name:   jakarta-commons-launcher
 Version:1.1
-Release:11
+Release:0
 Summary:A Cross-Platform Java Application Launcher
 License:Apache-2.0
 Group:  Development/Libraries/Java
 Url:http://jakarta.apache.org/commons/launcher/
 Source: 
http://archive.apache.org/dist/jakarta/commons/launcher/source/commons-launcher-%{version}-src.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ant
+BuildRequires:  fdupes
+BuildRequires:  java-devel
+BuildRequires:  junit
+BuildRequires:  xml-commons-apis
 BuildArch:  noarch
 
 %description
@@ -62,13 +62,10 @@
 * You want to provide localized error messages, which is very tricky to
do in batch and shell scripts.
 
-
-
 %packagejavadoc
-License:Apache-2.0
-PreReq: coreutils
 Summary:Javadoc for jakarta-commons-launcher
 Group:  Development/Libraries/Java
+Requires(pre):  coreutils
 
 %descriptionjavadoc
 Commons-launcher eliminates the need for a batch or shell script to
@@ -77,8 +74,6 @@
 This package contains the javadoc documentation for the Jakarta Commons
 Launcher Package.
 
-
-
 %prep
 %setup -q -n %{short_name}
 
@@ -89,34 +84,30 @@
   -Dfinal.name=%{short_name} \
   -Dj2se.javadoc=%{_javadocdir}/java \
   -Dsrcdir=. \
-  -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
+  -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
   jar javadoc
 
 %install
 # jars
-mkdir -p $RPM_BUILD_ROOT%{_javadir}
-cp -p dist/bin/%{short_name}.jar 
$RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
-(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} 
`echo $jar| sed "s|jakarta-||g"`; done)
-(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} 
`echo $jar| sed "s|-%{version}||g"`; done)
+mkdir -p %{buildroot}%{_javadir}
+cp -p dist/bin/%{short_name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
+(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} 
`echo $jar| sed "s|jakarta-||g"`; done)
+(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} 
`echo $jar| sed "s|-%{version}||g"`; done)
 # javadoc
-mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-cp -pr dist/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+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}/%{name} # ghost symlink
 
 %post javadoc
 rm -f %{_javadocdir}/%{name}
 ln -s %{name}-%{version} %{_javadocdir}/%{name}
 
 %files
-%defattr(0644,root,root,0755)
 %doc LICENSE.txt
 %{_javadir}/*
 

  1   2   >