commit patchinfo.5598 for openSUSE:13.2:Update

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.5598 for 
openSUSE:13.2:Update checked in at 2016-09-12 14:12:05

Comparing /work/SRC/openSUSE:13.2:Update/patchinfo.5598 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.patchinfo.5598.new (New)


Package is "patchinfo.5598"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  rd.md.uuid is always added to the dracut 
cmdline, no matter if there is any mduuid arg given
  recommended
  important
  trenn
  
This update for dracut fixes the following issues:

- Add missing whitespace for md raid suse kernel parameter parsing (boo#970215)

This fixes booting on some MD RAID setups.

  Recommended update for dracut




commit dracut for openSUSE:13.2:Update

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package dracut for openSUSE:13.2:Update 
checked in at 2016-09-12 14:11:29

Comparing /work/SRC/openSUSE:13.2:Update/dracut (Old)
 and  /work/SRC/openSUSE:13.2:Update/.dracut.new (New)


Package is "dracut"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.bo7Fq7/_old  2016-09-12 14:11:30.0 +0200
+++ /var/tmp/diff_new_pack.bo7Fq7/_new  2016-09-12 14:11:30.0 +0200
@@ -1 +1 @@
-
+




commit qbittorrent for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2016-09-12 13:28:15

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


Package is "qbittorrent"

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2016-07-27 
16:12:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2016-09-12 13:28:17.0 +0200
@@ -1,0 +2,17 @@
+Mon Sep 12 06:43:08 UTC 2016 - aloi...@gmx.com
+
+- Update to version 3.3.7
+  * FEATURE: Delete torrent+files with Shift+Delete (pieniacy)
+  * BUGFIX: Fix 6-hour speedplot point push rate. Close #5545 
+(Daniel Segesdi)
+  * BUGFIX: Avoid spawning a new explorer.exe process when 
+selecting "Open containing folder". Closes #5564. (Chocobo1)
+  * BUGFIX: Fix loading of new geoip db due to an artificial 
+size limit. (SagePtr)
+  * BUGFIX: Better error handling and logging with smtp 
+communication. (Brian Kendall)
+  * SEARCH: Remove KickassTorrents search engine (ngosang)
+  * SEARCH: Remove BTDigg search engine (ngosang)
+  * SEARCH: Update Torrentz search engine (ngosang)
+
+---

Old:

  qbittorrent-3.3.6.tar.xz
  qbittorrent-3.3.6.tar.xz.asc

New:

  qbittorrent-3.3.7.tar.xz
  qbittorrent-3.3.7.tar.xz.asc



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.ftdyzG/_old  2016-09-12 13:28:18.0 +0200
+++ /var/tmp/diff_new_pack.ftdyzG/_new  2016-09-12 13:28:18.0 +0200
@@ -19,7 +19,7 @@
 
 %define _name   qBittorrent
 Name:   qbittorrent
-Version:3.3.6
+Version:3.3.7
 Release:0
 Summary:A BitTorrent client in Qt
 License:GPL-2.0+

++ qbittorrent-3.3.6.tar.xz -> qbittorrent-3.3.7.tar.xz ++
 36662 lines of diff (skipped)





commit ccache for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2016-09-12 13:28:02

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


Package is "ccache"

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2016-08-26 
23:18:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2016-09-12 
13:28:05.0 +0200
@@ -1,0 +2,74 @@
+Sun Sep 11 07:42:26 UTC 2016 - mplus...@suse.com
+
+- Update to version 3.3.1:
+  * Fixed a problem in the “multiple -arch options” support
+introduced in 3.3. When using the direct mode (the default),
+different combinations of -arch options were not detected
+properly.
+  * Fixed an issue when compiler option -Wp,-MT,path is used
+instead of -MT path (and similar for -MF, -MP and -MQ) and
+run_second_cpp (CCACHE_CPP2) is enabled.
+- Changes for version 3.3.0:
+  * A C99-compatible compiler is now required to build ccache.
+  * The configuration option run_second_cpp (CCACHE_CPP2) now
+defaults to true. This improves ccache’s out-of-the-box 
+experience for compilers that can’t compile their own
+preprocessed output with the same outcome as if they compiled
+the real source code directly, e.g. newer versions of GCC and
+Clang.
+  * The configuration option hash_dir (CCACHE_HASHDIR) now defaults
+to true.
+  * Added a new ignore_headers_in_manifest configuration option, 
+which specifies headers that should be ignored in the direct
+mode.
+  * Added a new prefix_command_cpp (CCACHE_PREFIX_CPP) configuration
+option, which specifies one or several prefixes to add to the
+command line ccache uses when invoking the preprocessor.
+  * Added a new limit_multiple (CCACHE_LIMIT_MULTIPLE) configuration
+option, which specifies how much of the cache to remove when
+cleaning.
+  * Added a new keep_comments_cpp (CCACHE_COMMENTS) configuration
+option, which tells ccache not to discard the comments before
+hashing preprocessor output. This can be used to check
+documentation with -Wdocumentation.
+  * Added a new sloppiness option no_system_headers, which tells
+ccache not to include system headers in manifest files.
+  * Added a new statistics counter that tracks the number of
+performed cleanups due to the cache size being over the limit.
+The value is shown in the output of “ccache -s”.
+  * Added support for relocating debug info directory using
+-fdebug-prefix-map. This allows for cache hits even when
+hash_dir is used in combination with base_dir.
+  * Added a new “cache hit rate” field to the output of “ccache -s”.
+  * Added support for caching compilation of assembler code produced
+by e.g. “gcc -S file.c”.
+  * Added support for cuda including the -optf/--options-file option.
+  * Added support for Fortran 77.
+  * Added support for multiple -arch options to produce "fat binaries".
+  * Multiple identical -arch arguments are now handled without bailing.
+  * The concatenated form of some long compiler options is now
+recognized, for example when using -isystemPATH instead of
+-isystem PATH.
+  * If hard-linking is enabled and but fails (e.g. due to
+cross-device linking), ccache now falls back to copying instead
+of running the compiler.
+  * Made the hash_dir option only have effect when generating debug
+info.
+  * ccache now knows how to convert absolute paths to relative
+paths inside dependency files when using base_dir.
+  * Improved parsing of -g* options.
+  * Made ccache understand -Wp,-D* options.
+  * ccache now understands the undocumented -coverage (only one
+dash) GCC option.
+  * Names of included files are no longer included in the hash of
+the compiler’s preprocessed output. This leads to more
+potential cache hits when not using the direct mode.
+  * Increased buffer size used when reading file data. This
+improves performance slightly.
+- Changes for version 3.2.8:
+  * Bail out on too hard compiler option -P.
+  * Fixed clang test suite when running on Linux.
+  * Fixed build and test for MinGW32 and Windows.
+- Add fortran amd objc symlinks
+
+---

Old:

  ccache-3.2.7.tar.xz
  ccache-3.2.7.tar.xz.asc

New:

  ccache-3.3.1.tar.xz
  ccache-3.3.1.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.4hHmwS/_old  2016-09-12 13:28:07.0 +0200
+++ /var/tmp/diff_new_pack.4hHmwS/_new  2016-09-12 13:28:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ccache
-Version:3.2.7
+Version:3.3.1
 Release:0
 Summary:  

commit postfixadmin for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package postfixadmin for openSUSE:Factory 
checked in at 2016-09-12 13:28:06

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


Package is "postfixadmin"

Changes:

--- /work/SRC/openSUSE:Factory/postfixadmin/postfixadmin.changes
2015-10-12 10:01:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.postfixadmin.new/postfixadmin.changes   
2016-09-12 13:28:09.0 +0200
@@ -1,0 +2,25 @@
+Sun Sep 11 20:01:11 UTC 2016 - suse-b...@cboltz.de
+
+- update to PostfixAdmin 3.0:
+  - add sqlite backend option
+  - add configurable smtp helo (CONF["smtp_client"])
+  - new translation: ro (Romanian)
+  - language update: tw, cs, de
+  - fix escaping in gen_show_status() (could be used to DOS list-virtual by
+creating a mail address with special chars)
+  - add CSRF protection for POST requests
+  - list.tpl: base edit/editactive/delete links in list.tpl on $RAW_item to
+avoid double escaping, and fix some corner cases
+  - fix db_quota_text() for postgresql (concat() vs. ||)
+  - change default date for 'created' and 'updated' columns from -00-00
+(which causes problems with MySQL strict mode) to 2000-01-01
+  - allow punicode even in TLDs
+  - update Smarty to 3.1.29
+  - add checks to login.php and cli to ensure database layout is up to date
+  - whitelist '-1' as valid value for postfixadmin-cli
+  - don't stripslashes() the password in pacrypt
+  - various small bugfixes
+- drop patch postfixadmin-upstream-fixes-r1802-1817.diff (upstream)
+- add Requires: perl(Encode), needed by vacation.pl
+
+---

Old:

  postfixadmin-2.93.tar.gz
  postfixadmin-upstream-fixes-r1802-1817.diff

New:

  postfixadmin-3.0.tar.gz



Other differences:
--
++ postfixadmin.spec ++
--- /var/tmp/diff_new_pack.vYKAuu/_old  2016-09-12 13:28:10.0 +0200
+++ /var/tmp/diff_new_pack.vYKAuu/_new  2016-09-12 13:28:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package postfixadmin
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,11 @@
 
 
 Name:   postfixadmin
-Version:2.93
+Version:3.0
 Release:0
 Url:http://postfixadmin.sourceforge.net/
 Source0:
http://sourceforge.net/projects/postfixadmin/files/postfixadmin/%{name}-%{version}/%{name}-%{version}.tar.gz
 
-# changes from SVN since the release
-Patch:  postfixadmin-upstream-fixes-r1802-1817.diff
-
 BuildArch:  noarch
 
 # Web interface
@@ -50,6 +47,7 @@
 # vacation.pl
 Requires:   perl(DBI)
 Requires:   perl(Email::Valid)
+Requires:   perl(Encode)
 Requires:   perl(Getopt::Std)
 Requires:   perl(Log::Log4perl)
 Requires:   perl(MIME::Base64)
@@ -113,7 +111,6 @@
 
 %prep
 %setup -q
-%patch
 
 %build
 echo "*** serverroot: %{serverroot} ***"

++ postfixadmin-2.93.tar.gz -> postfixadmin-3.0.tar.gz ++
 39619 lines of diff (skipped)




commit wireshark for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2016-09-12 13:28:20

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


Package is "wireshark"

Changes:

--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes  2016-08-05 
18:17:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2016-09-12 
13:28:23.0 +0200
@@ -1,0 +2,39 @@
+Fri Sep  9 17:40:09 UTC 2016 - ec...@opensuse.org
+
+- Wireshark 2.2.0:
+  * Bug fixes and updated protocol support as listed in:
+https://www.wireshark.org/docs/relnotes/wireshark-2.2.0.html
+  * Drop wireshark-pkg-config.patch because code is now in upstream
+  * Drop wireshark-1.12.6-fix-QT-PIC-PIE.patch because no more need
+for build. And create errors at build Tumbleweed.
+  * Rebase wireshark-1.10.0-authors-pod2man.patch
+
+---
+Fri Sep  9 08:00:26 UTC 2016 - astie...@suse.com
+
+- Wireshark 2.0.6:
+  This release fixes a number of issues that made it possible to
+  make Wireshark crash by injecting a malformed packet onto the
+  wire or by convincing someone to read a malformed packet trace
+  file. (bsc#998099)
+  * The QNX6 QNET dissector could crash
+wnpa-sec-2016-50 CVE-2016-7175
+  * The H.225 dissector could crash
+wnpa-sec-2016-51 CVE-2016-7176
+  * The Catapult DCT2000 dissector could crash
+wnpa-sec-2016-52 CVE-2016-7177
+  * The UMTS FP dissector could crash
+wnpa-sec-2016-53 CVE-2016-7178
+  * The Catapult DCT2000 dissector could crash
+wnpa-sec-2016-54 CVE-2016-7179
+  * The IPMI Trace dissector could crash
+wnpa-sec-2016-55 CVE-2016-7180
+  * Further bug fixes and updated protocol support as listed in:
+https://www.wireshark.org/docs/relnotes/wireshark-2.0.6.html
+
+---
+Mon Sep  5 14:49:45 UTC 2016 - astie...@suse.com
+
+- fix permissions warning on appdata, does not need +x
+
+---

Old:

  SIGNATURES-2.0.5.txt
  wireshark-1.12.6-fix-QT-PIC-PIE.patch
  wireshark-2.0.5.tar.bz2
  wireshark-pkg-config.patch

New:

  SIGNATURES-2.2.0.txt
  wireshark-2.2.0.tar.bz2



Other differences:
--
++ wireshark.spec ++
--- /var/tmp/diff_new_pack.khTHg5/_old  2016-09-12 13:28:25.0 +0200
+++ /var/tmp/diff_new_pack.khTHg5/_new  2016-09-12 13:28:25.0 +0200
@@ -29,7 +29,7 @@
 %define use_gnutls 0%{?suse_version} >= 1310 || 0%{?suse_version} == 1110
 
 Name:   wireshark
-Version:2.0.5
+Version:2.2.0
 Release:0
 Summary:A Network Traffic Analyser
 License:GPL-2.0+ and GPL-3.0+
@@ -44,8 +44,7 @@
 Patch2: wireshark-1.2.0-geoip.patch
 Patch4: wireshark-1.10.0-enable_lua.patch
 Patch5: wireshark-1.10.0-authors-pod2man.patch
-Patch7: wireshark-pkg-config.patch
-Patch8: wireshark-1.12.6-fix-QT-PIC-PIE.patch
+
 BuildRequires:  bison
 BuildRequires:  cairo-devel
 BuildRequires:  flex
@@ -58,6 +57,7 @@
 %endif # with gtk
 %if %{with qt}
 %if 0%{?suse_version} > 1320
+BuildRequires:  libqt5-linguist
 BuildRequires:  pkgconfig(Qt5Core) >= 5.0.0
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Multimedia)
@@ -201,16 +201,14 @@
 %endif # with gtk
 
 %patch5 -p1
-%patch7 -p1
-%patch8 -p1
 
 %build
 # for patch6 wireshark-1.12.x-allow-gdk-pixbuf-deprecation.patch
 autoreconf -fiv
 
 # zlib-1.2.5 does not work well with wireshark, so disable it on pre-12.2
-export CFLAGS="%optflags -fPIC -fPIE"
-export CXXFLAGS="%optflags -fPIC -fPIE"
+export CFLAGS="%optflags -fPIC"
+export CXXFLAGS="%optflags -fPIC"
 export LDFLAGS="-pie"
 
 %if 0%{?suse_version} > 1320
@@ -263,13 +261,13 @@
 # install separate appdata files corresponding to .desktop files for AppStore 
integration
 install -d -m0755 %{buildroot}%{_datadir}/appdata
 
-install wireshark.appdata.xml 
%{buildroot}%{_datadir}/appdata/%{name}-gtk.appdata.xml
+install -m644 wireshark.appdata.xml 
%{buildroot}%{_datadir}/appdata/%{name}-gtk.appdata.xml
 sed -i -e "//i \ \ \ \ Wireshark (GTK) Network 
Analyzer<\/name>" \
-e "//i \ \ \ \ GTK interface for wireshark 
network traffic analyzer<\/summary>" \
-e "s/wireshark\.desktop/wireshark-gtk.desktop/" \
 %{buildroot}%{_datadir}/appdata/%{name}-gtk.appdata.xml
 
-install wireshark.appdata.xml 
%{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
+install -m644 wireshark.appdata.xml 
%{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
 sed -i -e "//i \ \ \ \ Wireshark (QT) Network 
Analyzer<\/name>" \
-e "//i \ \ \ \ QT 

commit yast2-auth-client for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package yast2-auth-client for 
openSUSE:Factory checked in at 2016-09-12 13:28:11

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


Package is "yast2-auth-client"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-auth-client/yast2-auth-client.changes  
2016-08-16 13:03:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-auth-client.new/yast2-auth-client.changes 
2016-09-12 13:28:13.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep  6 12:32:42 UTC 2016 - h...@suse.com
+
+- Fix an issue with UI layout after leaving a domain (bsc#997380).
+- Make DNS update optional for AD enrollment (bsc#991564).
+- Fix inaccurate description of ad_server parameter (bsc#996873).
+- Do not allow using hard bind policy in LDAP config (bsc#996538).
+  Bump version to 3.3.11.
+
+---

Old:

  yast2-auth-client-3.3.10.tar.bz2

New:

  yast2-auth-client-3.3.11.tar.bz2



Other differences:
--
++ yast2-auth-client.spec ++
--- /var/tmp/diff_new_pack.8bmkKT/_old  2016-09-12 13:28:14.0 +0200
+++ /var/tmp/diff_new_pack.8bmkKT/_new  2016-09-12 13:28:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-auth-client
-Version:3.3.10
+Version:3.3.11
 Release:0
 Url:https://github.com/yast/yast-auth-client
 Summary:YaST2 - Centralised System Authentication Configuration

++ yast2-auth-client-3.3.10.tar.bz2 -> yast2-auth-client-3.3.11.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-auth-client-3.3.10/CONTRIBUTING.md 
new/yast2-auth-client-3.3.11/CONTRIBUTING.md
--- old/yast2-auth-client-3.3.10/CONTRIBUTING.md2016-08-15 
15:06:49.0 +0200
+++ new/yast2-auth-client-3.3.11/CONTRIBUTING.md2016-09-12 
09:28:40.0 +0200
@@ -3,7 +3,7 @@
 
 YaST is an open source project and as such it welcomes all kinds of
 contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and YaST maintainers.
+ensure the process is effective and pleasant both for you and the YaST 
maintainers.
 
 There are two main forms of contribution: reporting bugs and performing code
 changes.
@@ -17,13 +17,11 @@
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
-If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
-that every bug will be fixed, but we'll try.
-
 When creating a bug report, please follow our [bug reporting
 guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
 
+We can't guarantee that every bug will be fixed, but we'll try.
+
 Code Changes
 
 
@@ -44,15 +42,22 @@
  to the [Ruby style
  guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
 
-  4. Make sure your change didn't break anything by building the RPM package
+  4. Update the package version (in `packages/*.spec`, usually by
+ `rake version:bump`) and add a new entry to the `package/*.changes` file
+ (by `osc vc package`).  
+ For bigger changes or changes which need longer discussion it is advised 
to
+ add this as a separate last commit so it can be easily updated when 
another
+ change is merged in the meantime.
+
+  5. Make sure your change didn't break anything by building the RPM package
  (`rake osc:build`). The build process includes running the full testsuite.
 
-  5. Publish the branch and create a pull request.
+  6. Publish the branch and create a pull request.
 
-  6. YaST developers will review your change and possibly point out issues.
+  7. YaST developers will review your change and possibly point out issues.
  Adapt the code under their guidance until they are all resolved.
 
-  7. Finally, the pull request will get merged or rejected.
+  8. Finally, the pull request will get merged or rejected.
 
 See also [GitHub's guide on
 contributing](https://help.github.com/articles/fork-a-repo).
@@ -60,9 +65,6 @@
 If you want to do multiple unrelated changes, use separate branches and pull
 requests.
 
-Do not change the `VERSION` and `*.changes` files as this could lead to
-conflicts.
-
 ### Commits
 
 Each commit in the pull request should do only one thing, which is clearly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-3.3.10/package/yast2-auth-client.changes 
new/yast2-auth-client-3.3.11/package/yast2-auth-client.changes
--- 

commit fwts for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package fwts for openSUSE:Factory checked in 
at 2016-09-12 13:27:59

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


Package is "fwts"

Changes:

--- /work/SRC/openSUSE:Factory/fwts/fwts.changes2016-08-20 
12:27:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.fwts.new/fwts.changes   2016-09-12 
13:28:02.0 +0200
@@ -1,0 +2,19 @@
+Sun Sep 11 07:14:21 UTC 2016 - mplus...@suse.com
+
+- Update to version 06.09.00:
+  * lib: acpi: add supports for WPBT 
+  * acpi: wpbt: add ACPI WPBT test 
+  * lib: acpi: add supports for DRTM 
+  * acpi: drtm: add ACPI DRTM test 
+  * lib: fwts_guid: add a compare function 
+  * acpi: nfit: check fields equals 0 for Virtual CD and Disk 
+  * opal: mtd: Add OPAL MTD Validation 
+  * acpi: ACPI Platform check updates 
+  * acpi: fadt: Remove HEADLESS check on reduced hardware 
+  * pci: aspm: Add segment support 
+  * ACPICA: Update to version 20160831 
+  * lots of bugs fixed
+- Drop no longer needed json-c-includes.patch
+- Exclude s390x from building
+
+---

Old:

  fwts-V16.08.00.tar.gz
  json-c-includes.patch

New:

  fwts-V16.09.00.tar.gz



Other differences:
--
++ fwts.spec ++
--- /var/tmp/diff_new_pack.JtWLSc/_old  2016-09-12 13:28:03.0 +0200
+++ /var/tmp/diff_new_pack.JtWLSc/_new  2016-09-12 13:28:03.0 +0200
@@ -17,14 +17,13 @@
 
 
 Name:   fwts
-Version:16.08.00
+Version:16.09.00
 Release:0
 Summary:Firmware Test Suite
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:https://wiki.ubuntu.com/Kernel/Reference/fwts
 Source0:http://fwts.ubuntu.com/release/%{name}-V%{version}.tar.gz
-Patch0: json-c-includes.patch
 # PATCH-FIX-OPENSUSE fwts-no-compiletime.patch
 Patch1: fwts-no-compiletime.patch
 BuildRequires:  autoconf
@@ -41,7 +40,7 @@
 Requires:   acpica
 Requires:   dmidecode
 Requires:   pciutils
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+ExcludeArch:s390x
 
 %description
 The FirmWare Test Suite (fwts) is a tool to do automatic testing of a PC's
@@ -53,7 +52,6 @@
 
 %prep
 %setup -q -c %{name}-%{version}
-%patch0
 %patch1
 
 %build

++ fwts-V16.08.00.tar.gz -> fwts-V16.09.00.tar.gz ++
 9619 lines of diff (skipped)




commit smplayer for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package smplayer for openSUSE:Factory 
checked in at 2016-09-12 13:27:50

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


Package is "smplayer"

Changes:

--- /work/SRC/openSUSE:Factory/smplayer/smplayer.changes2016-08-05 
18:17:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.smplayer.new/smplayer.changes   2016-09-12 
13:27:53.0 +0200
@@ -1,0 +2,22 @@
+Sun Sep 11 01:31:32 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 16.9.0:
+  * Display 'Development version' in the about dialogue when using
+a development version.
+  * Don't disable the screenshot's actions and don't check if the
+screenshot path is a directory.
+  * (Experimental) Don't use starting_time (affects seeking in .ts
+files).
+  * (Playlist) Disable wordwrap.
+  * If maximised show normal before hiding the panel.
+  * (Playlist) Add actions to hide the columns.
+  * (Playlist) Add a button to show/hide the search field.
+  * Add a submenu in the audio menu to send the audio to a device.
+  * Fix alsa:device with MPV.
+  * (Playlist) Scroll to current item after clearing the search
+field.
+  * Set the default font with the stylesheet.
+  * Get the list of the pulseaudio output devices using
+'pacmd list-sinks'.
+
+---

Old:

  smplayer-16.8.0.tar.bz2

New:

  smplayer-16.9.0.tar.bz2



Other differences:
--
++ smplayer.spec ++
--- /var/tmp/diff_new_pack.8txXAl/_old  2016-09-12 13:27:54.0 +0200
+++ /var/tmp/diff_new_pack.8txXAl/_new  2016-09-12 13:27:54.0 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   smplayer
-Version:16.8.0
+Version:16.9.0
 Release:0
 Summary:Complete frontend for MPV
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Video/Players
-Url:http://smplayer.es/
+Url:http://smplayer.info/
 Source: http://downloads.sf.net/%{name}/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE smplayer-makeflags.patch
 Patch0: %{name}-makeflags.patch

++ smplayer-16.8.0.tar.bz2 -> smplayer-16.9.0.tar.bz2 ++
 167786 lines of diff (skipped)




commit perl-Config-Grammar for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-Grammar for 
openSUSE:Factory checked in at 2016-09-12 13:27:36

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


Package is "perl-Config-Grammar"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-Grammar/perl-Config-Grammar.changes  
2016-02-17 12:19:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-Grammar.new/perl-Config-Grammar.changes 
2016-09-12 13:27:47.0 +0200
@@ -1,0 +2,12 @@
+Sat Sep 10 05:09:48 UTC 2016 - co...@suse.com
+
+- updated to 1.12
+   see /usr/share/doc/packages/perl-Config-Grammar/Changes
+
+  UNRELEASED
+  
+   * Fixes 'Name "Config::Grammar::File" used only once' (patch by 
Salvatore Bonaccorso)
+   * Fix spelling error in manpage (patch by Salvatore Bonaccorso)
+   * Use Dist::Zilla to prepare the Perl distribution for CPAN
+
+---

Old:

  Config-Grammar-1.11.tar.gz

New:

  Config-Grammar-1.12.tar.gz



Other differences:
--
++ perl-Config-Grammar.spec ++
--- /var/tmp/diff_new_pack.b6y2y1/_old  2016-09-12 13:27:48.0 +0200
+++ /var/tmp/diff_new_pack.b6y2y1/_new  2016-09-12 13:27:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Config-Grammar
-Version:1.11
+Version:1.12
 Release:0
 %define cpan_name Config-Grammar
 Summary:Grammar-Based, User-Friendly Config Parser
@@ -70,6 +70,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes LICENSE README
 
 %changelog

++ Config-Grammar-1.11.tar.gz -> Config-Grammar-1.12.tar.gz ++
 1759 lines of diff (skipped)




commit focuswriter for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package focuswriter for openSUSE:Factory 
checked in at 2016-09-12 13:27:53

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


Package is "focuswriter"

Changes:

--- /work/SRC/openSUSE:Factory/focuswriter/focuswriter.changes  2016-06-05 
14:20:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.focuswriter.new/focuswriter.changes 
2016-09-12 13:27:59.0 +0200
@@ -1,0 +2,29 @@
+Sun Sep 11 06:23:15 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.6.0:
+  * Added always showing interface
+  * Added headings
+  * Added new default themes
+  * Added removing user-installed dictionaries
+  * Added shortcut for typographical apostrophe
+  * Added support for ODT Flat XML files
+  * Added support for high DPI displays
+  * Switched to QSoundEffect
+  * Updated dictionaries
+  * FIXED: Daily progress did not reset when run longer than a day
+  * FIXED: Printer margins were too big
+  * FIXED: Was replacing session files with command-line files
+  * FIXED: Did not add new default symbol shortcuts
+  * Translation updates
+- Changes for version 1.5.7:
+  * Switched to cross-compiled builds for Windows
+  * FIXED: Did not play sounds for key presses with Alt modifier
+  * FIXED: Could not change shortcut to disable focused text
+- Changes for version 1.5.6:
+  * Updated included hunspell
+  * FIXED: Did not remember some default formats
+  * FIXED: Replace all did not update spellchecking
+  * FIXED: Themes still did not always forget changes
+  * Translation updates
+
+---

Old:

  focuswriter-1.5.5-src.tar.bz2

New:

  focuswriter-1.6.0-src.tar.bz2



Other differences:
--
++ focuswriter.spec ++
--- /var/tmp/diff_new_pack.Rm7m5T/_old  2016-09-12 13:28:00.0 +0200
+++ /var/tmp/diff_new_pack.Rm7m5T/_new  2016-09-12 13:28:00.0 +0200
@@ -18,13 +18,14 @@
 
 
 Name:   focuswriter
-Version:1.5.5
+Version:1.6.0
 Release:0
 Summary:A fullscreen, distraction-free writing program
 License:GPL-3.0+
 Group:  Productivity/Office/Word Processor
 Url:http://gottcode.org/focuswriter
 Source: http://gottcode.org/focuswriter/%{name}-%{version}-src.tar.bz2
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
@@ -39,7 +40,6 @@
 Requires(post): update-desktop-files
 Requires(postun): hicolor-icon-theme
 Requires(postun): update-desktop-files
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 A fullscreen, distraction-free writing program. You can customize your
@@ -56,11 +56,12 @@
 
 %build
 %qmake5 PREFIX=%{_prefix}
-make %{?_smp_mflags}
+%make_jobs
 
 %install
-make install INSTALL_ROOT=%{buildroot}
+%qmake5_install
 %suse_update_desktop_file %{name}
+%fdupes -s %{buildroot}
 
 %post
 %desktop_database_post
@@ -78,7 +79,7 @@
 %{_datadir}/appdata
 %{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/*/*/%{name}.*g
+%{_datadir}/icons/hicolor/
 %{_datadir}/pixmaps/%{name}.xpm
 %{_mandir}/man1/%{name}.1%{ext_man}
 

++ focuswriter-1.5.5-src.tar.bz2 -> focuswriter-1.6.0-src.tar.bz2 ++
/work/SRC/openSUSE:Factory/focuswriter/focuswriter-1.5.5-src.tar.bz2 
/work/SRC/openSUSE:Factory/.focuswriter.new/focuswriter-1.6.0-src.tar.bz2 
differ: char 11, line 1




commit gwenhywfar for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package gwenhywfar for openSUSE:Factory 
checked in at 2016-09-12 13:27:29

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


Package is "gwenhywfar"

Changes:

--- /work/SRC/openSUSE:Factory/gwenhywfar/gwenhywfar.changes2016-05-02 
10:45:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.gwenhywfar.new/gwenhywfar.changes   
2016-09-12 13:27:42.0 +0200
@@ -1,0 +2,12 @@
+Wed Sep  7 21:47:37 UTC 2016 - nico.kru...@gmail.com
+
+- quick fix for $CPP being unset and configure failing to handle
+  include dirs properly
+
+---
+Sun Aug 21 21:47:50 UTC 2016 - jcnen...@gmail.com
+
+- Update to 4.15.5beta
+  + Fix connections to buggy SSL servers
+
+---

Old:

  gwenhywfar-4.15.3.tar.gz

New:

  gwenhywfar-4.15.5beta.tar.gz



Other differences:
--
++ gwenhywfar.spec ++
--- /var/tmp/diff_new_pack.EHZovE/_old  2016-09-12 13:27:43.0 +0200
+++ /var/tmp/diff_new_pack.EHZovE/_new  2016-09-12 13:27:43.0 +0200
@@ -19,7 +19,7 @@
 %definelibversion  60
 %define devversion 4.15
 Name:   gwenhywfar
-Version:4.15.3
+Version:4.15.5beta
 Release:0
 Summary:Multiplatform helper library for other libraries
 License:GPL-2.0+ and LGPL-2.1+
@@ -159,6 +159,9 @@
 %setup -q
 
 %build
+# quick fix for $CPP being unset and configure failing to handle include dirs 
properly
+CPP=`which cpp`
+export CPP
 %configure\
--enable-release\
--enable-full-doc\




commit bleachbit for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package bleachbit for openSUSE:Factory 
checked in at 2016-09-12 13:27:56

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


Package is "bleachbit"

Changes:

--- /work/SRC/openSUSE:Factory/bleachbit/bleachbit.changes  2016-07-15 
12:54:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.bleachbit.new/bleachbit.changes 2016-09-12 
13:28:01.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 10 15:18:11 UTC 2016 - mailaen...@opensuse.org
+
+- Add appdata.patch for https://en.opensuse.org/openSUSE:AppStore
+
+---

New:

  appdata.patch



Other differences:
--
++ bleachbit.spec ++
--- /var/tmp/diff_new_pack.9fPkCN/_old  2016-09-12 13:28:02.0 +0200
+++ /var/tmp/diff_new_pack.9fPkCN/_new  2016-09-12 13:28:02.0 +0200
@@ -26,6 +26,8 @@
 Group:  Productivity/File utilities
 Url:http://www.bleachbit.org/
 Source: 
http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+# PATCH-FEATURE-UPSTREAM https://github.com/az0/bleachbit/pull/142
+Patch0: appdata.patch
 BuildRequires:  fdupes
 BuildRequires:  python-setuptools
 BuildRequires:  update-desktop-files
@@ -48,6 +50,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 sed -i -e 's|%{_bindir}/env python|%{_bindir}/python|g' \
 bleachbit/{CLI.py,GUI.py} bleachbit.py
 
@@ -91,6 +94,8 @@
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/applications/%{name}-root.desktop
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/pixmaps/%{name}.png
 %doc COPYING README.md doc/*
 

++ appdata.patch ++
>From 192589635f6c239a0248a9cdc71f63dced92c840 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
Date: Sat, 10 Sep 2016 17:14:02 +0200
Subject: [PATCH] Add an appdata.xml file.

---
 Makefile  |  4 
 bleachbit.appdata.xml | 23 +++
 2 files changed, 27 insertions(+)
 create mode 100644 bleachbit.appdata.xml

diff --git a/Makefile b/Makefile
index a25087d..1ebc0fd 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,10 @@ install:
mkdir -p $(DESTDIR)$(datadir)/applications
$(INSTALL_DATA) bleachbit.desktop $(DESTDIR)$(datadir)/applications/
 
+   # .desktop
+   mkdir -p $(DESTDIR)$(datadir)/appdata
+   $(INSTALL_DATA) bleachbit.appdata.xml $(DESTDIR)$(datadir)/appdata/
+
# Python code
mkdir -p $(DESTDIR)$(datadir)/bleachbit
$(INSTALL_DATA) bleachbit/*.py $(DESTDIR)$(datadir)/bleachbit
diff --git a/bleachbit.appdata.xml b/bleachbit.appdata.xml
new file mode 100644
index 000..2a3b7ca
--- /dev/null
+++ b/bleachbit.appdata.xml
@@ -0,0 +1,23 @@
+
+
+  bleachbit.desktop
+  CC0-1.0
+  GPL-3.0
+  BleachBit
+  Cleans files to free disk space and to maintain privacy
+  
+
+  BleachBit quickly frees disk space and tirelessly guards your privacy. 
Free cache, delete cookies, clear Internet history, shred temporary files, 
delete logs, and discard junk you didn't know was there. It wipes clean a 
thousand applications including Firefox, Internet Explorer, Adobe Flash, Google 
Chrome, Opera, Safari, and more.
+
+
+  Beyond simply deleting files, BleachBit includes advanced features such 
as shredding files to prevent recovery, wiping free disk space to hide traces 
of files deleted by other applications, and vacuuming Firefox to make it faster.
+
+  
+  
+
+  
http://lh5.ggpht.com/_1XYQfEGGEIw/SsN7hSH0IVI/Cfw/BltI_Fvhgzo/s800/BleachBit-065-Fedora-11-Google-Chrome.png
+
+  
+  http://www.bleachbit.org/
+  ahz...@gmail.com
+



commit aqbanking for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package aqbanking for openSUSE:Factory 
checked in at 2016-09-12 13:27:33

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


Package is "aqbanking"

Changes:

--- /work/SRC/openSUSE:Factory/aqbanking/aqbanking.changes  2016-05-02 
10:44:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.aqbanking.new/aqbanking.changes 2016-09-12 
13:27:44.0 +0200
@@ -1,0 +2,23 @@
+Wed Sep  7 22:15:09 UTC 2016 - nico.kru...@gmail.com
+
+- quick fix for $CPP being unset and configure failing to handle
+  include dirs properly
+
+---
+Wed Sep  7 20:22:26 UTC 2016 - nico.kru...@gmail.com
+
+- Update to 5.7.1beta:
+  + re-retrieval of the account list is not required anymore to
+continue using existing accounts
+- Update to 5.7.0beta:
+  + finally fixes the problem of not correlating accounts correctly
+if the bank returns multiple accounts with the same account
+number and IBAN
+
+---
+Sun Aug 21 21:53:06 UTC 2016 - jcnen...@gmail.com
+
+- Update to 5.6.12
+  + Improvement in handling account owners
+
+---

Old:

  aqbanking-5.6.10.tar.gz

New:

  aqbanking-5.7.1beta.tar.gz



Other differences:
--
++ aqbanking.spec ++
--- /var/tmp/diff_new_pack.bzdra3/_old  2016-09-12 13:27:45.0 +0200
+++ /var/tmp/diff_new_pack.bzdra3/_new  2016-09-12 13:27:45.0 +0200
@@ -26,7 +26,7 @@
 %define  q4b_cfgmoddir  %{fronts_libdir}/q4banking/cfgmodules
 
 Name:   aqbanking
-Version:5.6.10
+Version:5.7.1beta
 Release:0
 Summary:Library for Online Banking Functions and Financial Data Import 
and Export
 License:GPL-2.0 or GPL-3.0
@@ -124,6 +124,9 @@
 %if %build_ofx
 BACKEND_LIST="$BACKEND_LIST aqofxconnect"
 %endif
+# quick fix for $CPP being unset and configure failing to handle include dirs 
properly
+CPP=`which cpp`
+export CPP
 %configure\
--enable-release \
--with-backends="$BACKEND_LIST"  \
@@ -227,7 +230,7 @@
 ### The aqbanking files
 %{_bindir}/%{name}-config
 %{_includedir}/%{name}5/
-%{_libdir}/cmake/%{name}-5.6/
+%{_libdir}/cmake/%{name}-5.7/
 %{_libdir}/libaqbanking.so
 %{_libdir}/libaqhbci.so
 %{_libdir}/libaqnone.so




commit syncthing for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package syncthing for openSUSE:Factory 
checked in at 2016-09-12 13:27:42

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


Package is "syncthing"

Changes:

--- /work/SRC/openSUSE:Factory/syncthing/syncthing.changes  2016-08-24 
10:09:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.syncthing.new/syncthing.changes 2016-09-12 
13:27:49.0 +0200
@@ -1,0 +2,12 @@
+Sat Sep 10 23:34:18 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.14.6:
+  * In sync percentages no longer go negative for large numbers of
+deleted files (gh#syncthing/syncthing#3496).
+  * Files that were deleted and then ignored are no longer deleted
+on other devices that didn't ignore them
+(gh#syncthing/syncthing#3502).
+  * Configuration is no longer moved away when perfoming an upgrade
+on a full drive (gh#syncthing/syncthing#3525).
+
+---

Old:

  syncthing-source-v0.14.5.tar.gz
  syncthing-source-v0.14.5.tar.gz.asc

New:

  syncthing-source-v0.14.6.tar.gz
  syncthing-source-v0.14.6.tar.gz.asc



Other differences:
--
++ syncthing.spec ++
--- /var/tmp/diff_new_pack.0eYQvX/_old  2016-09-12 13:27:50.0 +0200
+++ /var/tmp/diff_new_pack.0eYQvX/_new  2016-09-12 13:27:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   syncthing
-Version:0.14.5
+Version:0.14.6
 Release:0
 Summary:FOSS Continuous File Synchronisation
 License:MPL-2.0
@@ -61,17 +61,17 @@
 popd
 
 %install
-install -Dm 0755 build/src/github.com/%{name}/%{name}/bin/%{name} \
+install -Dpm 0755 build/src/github.com/%{name}/%{name}/bin/%{name} \
   %{buildroot}%{_bindir}/%{name}
-install -Dm 0644 etc/linux-systemd/system/%{name}@.service\
+install -Dpm 0644 etc/linux-systemd/system/%{name}@.service\
   %{buildroot}%{_unitdir}/%{name}@.service
-install -Dm 0644 etc/linux-systemd/system/%{name}-resume.service  \
+install -Dpm 0644 etc/linux-systemd/system/%{name}-resume.service  \
   %{buildroot}%{_unitdir}/%{name}-resume.service
 %if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
-install -Dm 0644 etc/linux-systemd/user/%{name}.service   \
+install -Dpm 0644 etc/linux-systemd/user/%{name}.service   \
   %{buildroot}%{_userunitdir}/%{name}.service
 %endif
-install -Dm 0644 %{name}.firewall \
+install -Dpm 0644 %{name}.firewall \
   %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
 
 %pre

++ syncthing-source-v0.14.5.tar.gz -> syncthing-source-v0.14.6.tar.gz ++
/work/SRC/openSUSE:Factory/syncthing/syncthing-source-v0.14.5.tar.gz 
/work/SRC/openSUSE:Factory/.syncthing.new/syncthing-source-v0.14.6.tar.gz 
differ: char 5, line 1




commit elementary-icon-theme for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package elementary-icon-theme for 
openSUSE:Factory checked in at 2016-09-12 13:27:21

Comparing /work/SRC/openSUSE:Factory/elementary-icon-theme (Old)
 and  /work/SRC/openSUSE:Factory/.elementary-icon-theme.new (New)


Package is "elementary-icon-theme"

Changes:

--- 
/work/SRC/openSUSE:Factory/elementary-icon-theme/elementary-icon-theme.changes  
2015-08-23 17:37:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.elementary-icon-theme.new/elementary-icon-theme.changes
 2016-09-12 13:27:27.0 +0200
@@ -1,0 +2,8 @@
+Sat Sep 10 14:24:44 UTC 2016 - mailaen...@opensuse.org
+
+- Update to version 4.0.1:
+  * No changelog available.
+- Add elementary-icon-theme-chmod.patch from
+  https://github.com/elementary/icons/pull/130
+
+---

Old:

  elementary-icon-theme-3.2.2.tar.xz

New:

  elementary-icon-theme-4.0.1.tar.xz
  elementary-icon-theme-chmod.patch



Other differences:
--
++ elementary-icon-theme.spec ++
--- /var/tmp/diff_new_pack.E44P8K/_old  2016-09-12 13:27:28.0 +0200
+++ /var/tmp/diff_new_pack.E44P8K/_new  2016-09-12 13:27:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package elementary-icon-theme
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,17 @@
 #
 
 
-%define _version 3.x
+%define _version 4.x
 Name:   elementary-icon-theme
-Version:3.2.2
+Version:4.0.1
 Release:0
 Summary:Simple and appealing Tango-styled icon theme
 License:GPL-3.0+
 Group:  System/GUI/Other
 Url:https://launchpad.net/elementaryicons
 Source: 
https://launchpad.net/elementaryicons/%{_version}/%{version}/+download/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM elementary-icon-theme-chmod.patch mailaen...@opensuse.org 
-- https://github.com/elementary/icons/pull/130
+Patch0: elementary-icon-theme-chmod.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildArch:  noarch
@@ -35,6 +37,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 # Nothing to build.
@@ -46,9 +49,6 @@
 # Remove duplicates.
 rm -f %{buildroot}%{_datadir}/icons/elementary/{AUTHORS,CONTRIBUTORS,COPYING}
 
-# Fix ERROR: link target doesn't exist (neither in build root nor in installed 
system):
-rm -f 
%{buildroot}%{_datadir}/icons/elementary/actions/128/media-optical-audio-new.svg
-
 %icon_theme_cache_create_ghost elementary
 %fdupes %{buildroot}%{_datadir}/icons/
 

++ elementary-icon-theme-3.2.2.tar.xz -> elementary-icon-theme-4.0.1.tar.xz 
++
 446599 lines of diff (skipped)

++ elementary-icon-theme-chmod.patch ++
>From a5d6c5e031e9c995657f9adb9c722c1cd7be5b09 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
Date: Sat, 10 Sep 2016 16:30:45 +0200
Subject: [PATCH] Remove spurious executable bits.

---
 actions/symbolic/mail-send-symbolic.svg | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 actions/symbolic/mail-send-symbolic.svg

diff --git a/actions/symbolic/mail-send-symbolic.svg 
b/actions/symbolic/mail-send-symbolic.svg
old mode 100755
new mode 100644



commit python3-Django for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package python3-Django for openSUSE:Factory 
checked in at 2016-09-12 13:27:24

Comparing /work/SRC/openSUSE:Factory/python3-Django (Old)
 and  /work/SRC/openSUSE:Factory/.python3-Django.new (New)


Package is "python3-Django"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Django/python3-Django.changes
2016-08-09 22:14:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Django.new/python3-Django.changes   
2016-09-12 13:27:40.0 +0200
@@ -1,0 +2,59 @@
+Sat Sep 10 15:08:56 UTC 2016 - a...@gmx.de
+
+- update to version 1.10.1:
+  * Fixed a crash in MySQL connections where SELECT @@SQL_AUTO_IS_NULL
+doesn’t return a result (#26991).
+  * Allowed User.is_authenticated and User.is_anonymous properties to
+be compared using ==, !=, and | (#26988, #27154).
+  * Removed the broken BaseCommand.usage() method which was for
+optparse support (#27000).
+  * Fixed a checks framework crash with an empty
+Meta.default_permissions (#26997).
+  * Fixed a regression in the number of queries when using RadioSelect
+with a ModelChoiceField form field (#27001).
+  * Fixed a crash if request.META['CONTENT_LENGTH'] is an empty string
+(#27005).
+  * Fixed the isnull lookup on a ForeignKey with its to_field pointing
+to a CharField or pointing to a CharField defined with
+primary_key=True (#26983).
+  * Prevented the migrate command from raising
+InconsistentMigrationHistory in the presence of unapplied squashed
+migrations (#27004).
+  * Fixed a regression in Client.force_login() which required
+specifying a backend rather than automatically using the first one
+if multiple backends are configured (#27027).
+  * Made QuerySet.bulk_create() properly initialize model instances on
+backends, such as PostgreSQL, that support returning the IDs of
+the created records so that many-to-many relationships can be used
+on the new objects (#27026).
+  * Fixed crash of django.views.static.serve() with show_indexes
+enabled (#26973).
+  * Fixed ClearableFileInput to avoid the required HTML attribute when
+initial data exists (#27037).
+  * Fixed annotations with database functions when combined with
+lookups on PostGIS (#27014).
+  * Reallowed the {% for %} tag to unpack any iterable (#27058).
+  * Made makemigrations skip inconsistent history checks on
+non-default databases if database routers aren’t in use or if no
+apps can be migrated to the database (#27054, #27110, #27142).
+  * Removed duplicated managers in Model._meta.managers (#27073).
+  * Fixed contrib.admindocs crash when a view is in a class, such as
+some of the admin views (#27018).
+  * Reverted a few admin checks that checked field.many_to_many back
+to isinstance(field, models.ManyToManyField) since it turned out
+the checks weren’t suitable to be generalized like that (#26998).
+  * Added the database alias to the InconsistentMigrationHistory
+message raised by makemigrations and migrate (#27089).
+  * Fixed the creation of ContentType and Permission objects for
+models of applications without migrations when calling the migrate
+command with no migrations to apply (#27044).
+  * Included the already applied migration state changes in the Apps
+instance provided to the pre_migrate signal receivers to allow
+ContentType renaming to be performed on model rename (#27100).
+  * Reallowed subclassing UserCreationForm without USERNAME_FIELD in
+Meta.fields (#27111).
+  * Fixed a regression in model forms where model fields with a
+default that didn’t appear in POST data no longer used the default
+(#27039).
+
+---

Old:

  Django-1.10.checksum.txt
  Django-1.10.tar.gz

New:

  Django-1.10.1.checksum.txt
  Django-1.10.1.tar.gz



Other differences:
--
++ python3-Django.spec ++
--- /var/tmp/diff_new_pack.mtlf75/_old  2016-09-12 13:27:42.0 +0200
+++ /var/tmp/diff_new_pack.mtlf75/_new  2016-09-12 13:27:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-Django
-Version:1.10
+Version:1.10.1
 Release:0
 Summary:A high-level Python Web framework
 License:BSD-3-Clause

++ Django-1.10.checksum.txt -> Django-1.10.1.checksum.txt ++
--- /work/SRC/openSUSE:Factory/python3-Django/Django-1.10.checksum.txt  
2016-08-09 22:14:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Django.new/Django-1.10.1.checksum.txt   
2016-09-12 13:27:40.0 +0200
@@ -2,7 +2,7 @@
 Hash: SHA256
 
 This file contains MD5, SHA1, and SHA256 checksums for the source-code
-tarball and wheel files of Django 1.10, 

commit syncthing-gtk for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package syncthing-gtk for openSUSE:Factory 
checked in at 2016-09-12 13:27:46

Comparing /work/SRC/openSUSE:Factory/syncthing-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.syncthing-gtk.new (New)


Package is "syncthing-gtk"

Changes:

--- /work/SRC/openSUSE:Factory/syncthing-gtk/syncthing-gtk.changes  
2016-08-31 00:12:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.syncthing-gtk.new/syncthing-gtk.changes 
2016-09-12 13:27:50.0 +0200
@@ -1,0 +2,8 @@
+Sat Sep 10 23:34:18 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.9.2.2:
+  * Support for directory labels in notifications.
+  * Not sending 'Host' header breaks Syncthing 0.14.6 or newer.
+  * Add Brazilian Portuguese translation.
+
+---

Old:

  syncthing-gtk-0.9.2.1.tar.gz

New:

  syncthing-gtk-0.9.2.2.tar.gz



Other differences:
--
++ syncthing-gtk.spec ++
--- /var/tmp/diff_new_pack.zZ0rMv/_old  2016-09-12 13:27:51.0 +0200
+++ /var/tmp/diff_new_pack.zZ0rMv/_new  2016-09-12 13:27:51.0 +0200
@@ -19,7 +19,7 @@
 %global __requires_exclude typelib\\((Caja|Nautilus|Nemo)\\)
 %define _name   syncthing_gtk
 Name:   syncthing-gtk
-Version:0.9.2.1
+Version:0.9.2.2
 Release:0
 Summary:Syncthing Gtk-based graphical interface
 License:GPL-2.0+

++ syncthing-gtk-0.9.2.1.tar.gz -> syncthing-gtk-0.9.2.2.tar.gz ++
 1613 lines of diff (skipped)




commit krita for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2016-09-12 13:27:04

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


Package is "krita"

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2016-08-03 
11:44:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2016-09-12 
13:27:10.0 +0200
@@ -1,0 +2,16 @@
+Fri Sep  9 20:34:58 UTC 2016 - wba...@tmo.at
+
+- Do not install the BreezeDark and BreezeHighContrast color
+  schemes, they are already included in breeze5-style (kde#368093)
+
+---
+Thu Sep  8 14:08:14 UTC 2016 - wba...@tmo.at
+
+- Update to version 3.0.1
+
+  For a list of changes see:
+  https://krita.org/en/item/krita-3-0-1-update-brings-numerous-fixes/
+
+- Add lang subpackage
+
+---

Old:

  krita-3.0.tgz

New:

  krita-3.0.1.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.3DJjdr/_old  2016-09-12 13:27:17.0 +0200
+++ /var/tmp/diff_new_pack.3DJjdr/_new  2016-09-12 13:27:17.0 +0200
@@ -16,13 +16,13 @@
 #
 
 Name:   krita
-Version:3.0
+Version:3.0.1
 Release:0
 Summary:Image Manipulation Application
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Office/Suite
 Url:http://www.krita.org/
-Source0:
http://download.kde.org/stable/krita/%{version}/krita-%{version}.tgz
+Source0:http://files.kde.org/krita/3/source/krita-%{version}.tar.gz
 Source99:   %{name}.changes
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenColorIO-devel
@@ -88,6 +88,7 @@
 BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.3
 BuildRequires:  pkgconfig(xrandr)
+Recommends: %{name}-lang = %{version}
 Recommends: create-resources
 %if %{suse_version} > 1320 || 0%{?is_opensuse}
 Obsoletes:  calligra-krita < %{version}
@@ -100,6 +101,8 @@
 %description
 Krita is the image manipulation application of the Calligra Suite.
 
+%lang_package
+
 %prep
 %setup -q -n krita-%{version}
 
@@ -111,12 +114,14 @@
 
 
 %build
-%cmake_kf5 -d build
+# install translations to %{_kf5_localedir} so they don't clash with the krita 
translations in calligra-l10n (KDE4 based)
+# can probably be changed back to the standard location when calligra is KF5 
based...
+%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
 %make_jobs
 
 %install
 %kf5_makeinstall -C build 
-%suse_update_desktop_file -r krita  Qt KDE Graphics RasterGraphics
+%suse_update_desktop_file -r org.kde.krita  Qt KDE Graphics RasterGraphics
 
 chmod -x %{buildroot}/%{_kf5_applicationsdir}/*.desktop
 
@@ -127,6 +132,12 @@
 rm %{buildroot}%{_kf5_libdir}/libkrita${i}.so
 done
 
+# remove color schemes that are already included in breeze5 (kde#368093)
+for i in BreezeDark BreezeHighContrast
+do
+rm %{buildroot}/%{_kf5_sharedir}/color-schemes/${i}.colors
+done
+
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -137,7 +148,7 @@
 %{_kf5_bindir}/gmicparser
 %{_kf5_applicationsdir}/*.desktop
 %{_kf5_sharedir}/krita/
-%{_kf5_sharedir}/appdata/
+%{_kf5_appstreamdir}/
 %{_kf5_libdir}/kritaplugins/
 %{_kf5_libdir}/libkritacolord.so
 %{_kf5_sharedir}/kritaplugins/
@@ -153,4 +164,8 @@
 %dir %{_kf5_iconsdir}/hicolor/512x512/apps
 %config %{_kf5_configdir}/krita*
 
+%files lang
+%defattr(-,root,root,-)
+%{_kf5_localedir}
+
 %changelog




commit python3-matplotlib for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package python3-matplotlib for 
openSUSE:Factory checked in at 2016-09-12 13:27:13

Comparing /work/SRC/openSUSE:Factory/python3-matplotlib (Old)
 and  /work/SRC/openSUSE:Factory/.python3-matplotlib.new (New)


Package is "python3-matplotlib"

Changes:

--- /work/SRC/openSUSE:Factory/python3-matplotlib/python3-matplotlib.changes
2016-08-24 10:08:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-matplotlib.new/python3-matplotlib.changes   
2016-09-12 13:27:21.0 +0200
@@ -1,0 +2,10 @@
+Sat Sep 10 14:15:20 UTC 2016 - a...@gmx.de
+
+- update to version 1.5.3:
+  * eliminate fatal exceptions with Qt5.7
+  * memory leak in the contour code
+  * keyboard interaction bug with nbagg
+  * automatic integration with the ipython event loop (if running)
+which fixes 'naive' integration for IPython 5+
+
+---

Old:

  matplotlib-1.5.2.tar.gz

New:

  matplotlib-1.5.3.tar.gz



Other differences:
--
++ python3-matplotlib.spec ++
--- /var/tmp/diff_new_pack.6NCJlH/_old  2016-09-12 13:27:24.0 +0200
+++ /var/tmp/diff_new_pack.6NCJlH/_new  2016-09-12 13:27:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-matplotlib
-Version:1.5.2
+Version:1.5.3
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib

++ matplotlib-1.5.2.tar.gz -> matplotlib-1.5.3.tar.gz ++
/work/SRC/openSUSE:Factory/python3-matplotlib/matplotlib-1.5.2.tar.gz 
/work/SRC/openSUSE:Factory/.python3-matplotlib.new/matplotlib-1.5.3.tar.gz 
differ: char 5, line 1




commit python3-blosc for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package python3-blosc for openSUSE:Factory 
checked in at 2016-09-12 13:27:18

Comparing /work/SRC/openSUSE:Factory/python3-blosc (Old)
 and  /work/SRC/openSUSE:Factory/.python3-blosc.new (New)


Package is "python3-blosc"

Changes:

--- /work/SRC/openSUSE:Factory/python3-blosc/python3-blosc.changes  
2016-07-28 23:46:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-blosc.new/python3-blosc.changes 
2016-09-12 13:27:24.0 +0200
@@ -1,0 +2,18 @@
+Sat Sep 10 14:00:02 UTC 2016 - a...@gmx.de
+
+- update to version 1.4.4:
+  * Updated to C-Blosc 1.11.1. Fixes #115.
+
+- changes from version 1.4.3:
+  * Internal C-Blosc sources updated to 1.11.0. Among other things,
+this updates the internal Zstd codec to version 1.0.0 (i.e. it is
+officially apt for production usage!).
+
+- skipped version 1.4.2?
+
+- changes from version 1.4.1:
+  * Internal C-Blosc sources updated to 1.10.1. This fixes an
+outstanding issue with the clang compiler. For details, see:
+https://github.com/Blosc/bloscpack/issues/50.
+
+---

Old:

  blosc-1.4.0.tar.gz

New:

  blosc-1.4.4.tar.gz



Other differences:
--
++ python3-blosc.spec ++
--- /var/tmp/diff_new_pack.X7mMkW/_old  2016-09-12 13:27:25.0 +0200
+++ /var/tmp/diff_new_pack.X7mMkW/_new  2016-09-12 13:27:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-blosc
-Version:1.4.0
+Version:1.4.4
 Release:0
 Summary:Blosc data compressor for Python
 License:MIT

++ blosc-1.4.0.tar.gz -> blosc-1.4.4.tar.gz ++
 83989 lines of diff (skipped)




commit fish for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package fish for openSUSE:Factory checked in 
at 2016-09-12 13:27:10

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


Package is "fish"

Changes:

--- /work/SRC/openSUSE:Factory/fish/fish.changes2016-07-05 
09:53:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.fish.new/fish.changes   2016-09-12 
13:27:19.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 10 10:09:00 UTC 2016 - mplus...@suse.com
+
+- Use shared libpcre instead of bundled one
+- Small packaging changes
+
+---



Other differences:
--
++ fish.spec ++
--- /var/tmp/diff_new_pack.az6kwi/_old  2016-09-12 13:27:20.0 +0200
+++ /var/tmp/diff_new_pack.az6kwi/_new  2016-09-12 13:27:20.0 +0200
@@ -26,35 +26,39 @@
 Source: 
https://github.com/fish-shell/fish-shell/releases/download/%{version}/fish-%{version}.tar.gz
 
 # PATCH-FIX-UPSTREAM no-return-in-nonvoid-function.patch Fix 
no-return-in-nonvoid-function error
 Patch0: no-return-in-nonvoid-function.patch
-BuildRequires:  autoconf
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  gettext
 BuildRequires:  groff
 BuildRequires:  ncurses-devel
+BuildRequires:  pcre2-devel >= 10.21
+BuildRequires:  pkgconfig
 BuildRequires:  python
+Requires:   bc
 Requires:   man
 Requires:   python-curses
 Recommends: terminfo
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-fish is a user friendly command line shell for UNIX-like operating systems 
such as Linux.
+fish is a user friendly command line shell for UNIX-like operating systems
+such as Linux.
 
-It's geared towards interactive use and its features are focused on user 
friendlieness and
-discoverability. The language syntax is simple but incompatible with other 
shell languages.
+It's geared towards interactive use and its features are focused on user
+friendlieness and discoverability. The language syntax is simple but
+incompatible with other shell languages.
 
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-autoconf
-%configure
+%configure \
+  --without-included-pcre2
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 %find_lang %{name}
 
 %post
@@ -72,7 +76,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%dir /etc/fish
+%dir %{_sysconfdir}/fish
 %config(noreplace) %{_sysconfdir}/%{name}/*
 %{_bindir}/*
 %{_datadir}/doc/%{name}




commit kapidox for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package kapidox for openSUSE:Factory checked 
in at 2016-09-12 13:27:07

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


Package is "kapidox"

Changes:

--- /work/SRC/openSUSE:Factory/kapidox/kapidox.changes  2016-08-22 
14:00:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.kapidox.new/kapidox.changes 2016-09-12 
13:27:18.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep  6 20:46:54 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.26.0
+  * Add condition if group's platforms are not defined
+  * Template: Sort platforms alphabetically
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.26.0.php
+
+---

Old:

  kapidox-5.25.0.tar.xz

New:

  kapidox-5.26.0.tar.xz



Other differences:
--
++ kapidox.spec ++
--- /var/tmp/diff_new_pack.EC6rpG/_old  2016-09-12 13:27:19.0 +0200
+++ /var/tmp/diff_new_pack.EC6rpG/_new  2016-09-12 13:27:19.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _tar_path 5.25
+%define _tar_path 5.26
 Name:   kapidox
-Version:5.25.0
+Version:5.26.0
 Release:0
 Requires:   doxygen
 BuildRequires:  fdupes

++ kapidox-5.25.0.tar.xz -> kapidox-5.26.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.25.0/metainfo.yaml 
new/kapidox-5.26.0/metainfo.yaml
--- old/kapidox-5.25.0/metainfo.yaml2016-08-06 01:24:22.0 +0200
+++ new/kapidox-5.26.0/metainfo.yaml2016-09-05 17:24:11.0 +0200
@@ -6,7 +6,6 @@
 - name: Linux
 - name: Windows
 - name: MacOSX
-  note: Python is required
 portingAid: false
 deprecated: false
 release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.25.0/setup.py new/kapidox-5.26.0/setup.py
--- old/kapidox-5.25.0/setup.py 2016-08-06 01:24:22.0 +0200
+++ new/kapidox-5.26.0/setup.py 2016-09-05 17:24:11.0 +0200
@@ -6,7 +6,7 @@
 
 setup(
 name='kapidox',
-version='5.25.0',
+version='5.26.0',
 description='KDE API documentation generation tools',
 maintainer = 'Alex Merry',
 maintainer_email = 'alex.me...@kde.org',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapidox-5.25.0/src/kapidox/data/templates/frontpage.html 
new/kapidox-5.26.0/src/kapidox/data/templates/frontpage.html
--- old/kapidox-5.25.0/src/kapidox/data/templates/frontpage.html
2016-08-06 01:24:22.0 +0200
+++ new/kapidox-5.26.0/src/kapidox/data/templates/frontpage.html
2016-09-05 17:24:11.0 +0200
@@ -48,7 +48,7 @@
 {% endfor %}
   
 {% if product.platforms %}
-  {{ product.platforms | join(' 
| ') }}
+  {{ product.platforms | sort | 
join(' | ') }}
 {% endif %}

 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapidox-5.25.0/src/kapidox/data/templates/libinfo.html 
new/kapidox-5.26.0/src/kapidox/data/templates/libinfo.html
--- old/kapidox-5.25.0/src/kapidox/data/templates/libinfo.html  2016-08-06 
01:24:22.0 +0200
+++ new/kapidox-5.26.0/src/kapidox/data/templates/libinfo.html  2016-09-05 
17:24:11.0 +0200
@@ -24,7 +24,7 @@
 
 Supported platforms
   
-{% for platform in fwinfo.platforms %}
+{% for platform in fwinfo.platforms | sort %}
   {% if platform.name == "All" %}
 Linux, MacOS X, Windows
   {% elif platform.name == "UNKNOWN" %}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapidox-5.25.0/src/kapidox/data/templates/subgroup.html 
new/kapidox-5.26.0/src/kapidox/data/templates/subgroup.html
--- old/kapidox-5.25.0/src/kapidox/data/templates/subgroup.html 2016-08-06 
01:24:22.0 +0200
+++ new/kapidox-5.26.0/src/kapidox/data/templates/subgroup.html 2016-09-05 
17:24:11.0 +0200
@@ -141,14 +141,15 @@
   Filter by 
platform
 
 
-  Only show frameworks which supports all of:
-  {% for platform in available_platforms %}
+Only show frameworks which supports all 
of:
+  {% for platform in available_platforms | sort %}
 
   
 {{ platform }}
   
 

commit rubygem-capistrano for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2016-09-12 13:26:42

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


Package is "rubygem-capistrano"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes
2016-08-25 09:55:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2016-09-12 13:26:44.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 24 04:30:43 UTC 2016 - co...@suse.com
+
+- updated to version 3.6.1
+ see installed CHANGELOG.md
+
+---

Old:

  capistrano-3.6.0.gem

New:

  capistrano-3.6.1.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.Qq8PYx/_old  2016-09-12 13:26:46.0 +0200
+++ /var/tmp/diff_new_pack.Qq8PYx/_new  2016-09-12 13:26:46.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-capistrano
-Version:3.6.0
+Version:3.6.1
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}

++ capistrano-3.6.0.gem -> capistrano-3.6.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-07-27 01:48:46.0 +0200
+++ new/CHANGELOG.md2016-08-24 02:41:57.0 +0200
@@ -4,10 +4,20 @@
 
 ## master
 
-https://github.com/capistrano/capistrano/compare/v3.6.0...HEAD
+https://github.com/capistrano/capistrano/compare/v3.6.1...HEAD
 
 * Your contribution here!
 
+## `3.6.1` (2016-08-23)
+
+https://github.com/capistrano/capistrano/compare/v3.6.0...v3.6.1
+
+### Fixes:
+
+* Restore compatibility with older versions of Rake (< 11.0.0) (@troelskn)
+* Fix `NoMethodError: undefined method gsub` when setting `:application` to a 
Proc. The original fix released in 3.6.0 worked for values specified with 
blocks, but not for those specified with procs or lambdas (the latter syntax is 
much more common). [#1681](https://github.com/capistrano/capistrano/issues/1681)
+* Fix a bug where deploy would fail if `:local_user` contained a space; spaces 
are now replaced with dashes when computing the git-ssh suffix. (@will_in_wi)
+
 ## `3.6.0` (2016-07-26)
 
 https://github.com/capistrano/capistrano/compare/v3.5.0...v3.6.0
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/capistrano/configuration/validated_variables.rb 
new/lib/capistrano/configuration/validated_variables.rb
--- old/lib/capistrano/configuration/validated_variables.rb 2016-07-27 
01:48:46.0 +0200
+++ new/lib/capistrano/configuration/validated_variables.rb 2016-08-24 
02:41:57.0 +0200
@@ -7,9 +7,9 @@
 # user-supplied validation rules. Each rule for a given key is invoked
 # immediately whenever `set` is called with a value for that key.
 #
-# If `set` is called with a block, validation is not performed immediately.
-# Instead, the validation rules are invoked the first time `fetch` is used
-# to access the value.
+# If `set` is called with a callable value or a block, validation is not
+# performed immediately. Instead, the validation rules are invoked the 
first
+# time `fetch` is used to access the value.
 #
 # A rule is simply a block that accepts two arguments: key and value. It is
 # up to the rule to raise an exception when it deems the value is invalid
@@ -31,10 +31,17 @@
 
   # Decorate Variables#set to add validation behavior.
   def set(key, value=nil, )
-if value.nil? && callable_without_parameters?(block)
-  super(key, nil, _valid_later(key, ))
+assert_value_or_block_not_both(value, block)
+
+# Skip validation behavior if no validators are registered for this key
+return super unless validators.key?(key)
+
+value_to_evaluate = block || value
+
+if callable_without_parameters?(value_to_evaluate)
+  super(key, assert_valid_later(key, value_to_evaluate), )
 else
-  assert_valid_now(key, block || value)
+  assert_valid_now(key, value_to_evaluate)
   super
 end
   end
@@ -50,26 +57,55 @@
 
   attr_reader :validators
 
-  # Wrap a block with a proc that validates the value of the block. This
-  # allows us to defer validation until the time the value is requested.
-  def assert_valid_later(key)
-lambda do
-  value = yield
+  # Given a callable that provides a 

commit rubygem-mixlib-shellout for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mixlib-shellout for 
openSUSE:Factory checked in at 2016-09-12 13:26:39

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


Package is "rubygem-mixlib-shellout"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-mixlib-shellout/rubygem-mixlib-shellout.changes
  2016-03-01 09:43:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mixlib-shellout.new/rubygem-mixlib-shellout.changes
 2016-09-12 13:26:41.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 23 04:35:10 UTC 2016 - co...@suse.com
+
+- updated to version 2.2.7
+  no changelog found
+
+---

Old:

  mixlib-shellout-2.2.6.gem

New:

  mixlib-shellout-2.2.7.gem



Other differences:
--
++ rubygem-mixlib-shellout.spec ++
--- /var/tmp/diff_new_pack.yDMnUc/_old  2016-09-12 13:26:43.0 +0200
+++ /var/tmp/diff_new_pack.yDMnUc/_new  2016-09-12 13:26:43.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-mixlib-shellout
-Version:2.2.6
+Version:2.2.7
 Release:0
 %define mod_name mixlib-shellout
 %define mod_full_name %{mod_name}-%{version}
@@ -32,7 +32,7 @@
 BuildRequires:  %{ruby >= 1.9.3}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
-Url:http://wiki.opscode.com/
+Url:https://www.chef.io/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Run external commands on Unix or Windows

++ mixlib-shellout-2.2.6.gem -> mixlib-shellout-2.2.7.gem ++
 3824 lines of diff (skipped)




commit getdata for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package getdata for openSUSE:Factory checked 
in at 2016-09-12 13:26:45

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


Package is "getdata"

Changes:

--- /work/SRC/openSUSE:Factory/getdata/getdata.changes  2016-07-28 
23:47:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.getdata.new/getdata.changes 2016-09-12 
13:26:47.0 +0200
@@ -1,0 +2,15 @@
+Thu Sep  8 20:33:08 UTC 2016 - ctri...@opensuse.org
+
+- update to 0.9.4
+  for all relevant changes see
+  https://sourceforge.net/projects/getdata/files/getdata/0.9.4/
+  * BUG FIX: Arbitrarily-long reads of FLAC-encoded files now work.
+Previously, each FLAC frame was written to the start of the 
+output buffer, overwriting the previous frame, and leaving most
+of the buffer uninitialised. Reported by S. J. Benton. 
+  * BUG FIX: Data read from FLAC-encoded 1-byte types are now correct.
+Previously, although all data requested was read, only the first
+half would be returned, encoded as 16-bit data (i.e., with a 
+zero-byte between every sample).
+
+---

Old:

  getdata-0.9.3.tar.xz

New:

  getdata-0.9.4.tar.xz



Other differences:
--
++ getdata.spec ++
--- /var/tmp/diff_new_pack.qNaOu9/_old  2016-09-12 13:26:48.0 +0200
+++ /var/tmp/diff_new_pack.qNaOu9/_new  2016-09-12 13:26:48.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   getdata
-Version:0.9.3
+Version:0.9.4
 Release:0
 Summary:Library for reading and writing dirfile data
 License:LGPL-2.1+

++ getdata-0.9.3.tar.xz -> getdata-0.9.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getdata-0.9.3/ChangeLog new/getdata-0.9.4/ChangeLog
--- old/getdata-0.9.3/ChangeLog 2016-07-20 23:42:09.0 +0200
+++ new/getdata-0.9.4/ChangeLog 2016-09-08 01:21:54.0 +0200
@@ -1,3 +1,40 @@
+2016-09-07   D. V. Wiebe  svn:1097
+   GetData-0.9.4 released.
+
+   * doc/README.python doc/README.php: Update for PHP7/Py3.
+
+   * bindings/python/pyentry.c (gdpy_set_entry_from_tuple): Fix printf 
format.
+
+2016-09-01   D. V. Wiebe  svn:1096
+   * src/flac.c (_GD_FlacOutput): Skip pointless memcpy when ns == 0.
+   * src/flac.c (_GD_FlacRead): Advance output after write.
+   * test/flac_get_long.c: Added.
+
+   * src/flac.c (_GD_FlacWriteCallback): Fix 1-byte data type check.
+   * test/flac_get_int8.c: Added.
+
+   * test/flac_get_int64.c: Added.
+
+   * m4/python.m4 (GD_PYTHON): Do the standard strip-exec_prefix-after-the-
+   fact thing with the pythondir to work around the debianification of
+   distutils in debian.
+
+2016-08-17   D. V. Wiebe  svn:1095
+   * m4/python.m4: Add some superfluous exec's to work around a
+   bug in bash-4.1.
+
+   * bindings/python/gdpy_intern.h (gdpy_path_from_pyobj): Fix Python3
+   definition.
+
+   * bindings/python/pyentry.c (gdpy_entry_setspf gdpy_entry_setbitnum
+   gdpy_entry_setshift gdpy_entry_setcountval gdpy_entry_setthreshold):
+   initialise scalar to suppress compiler warning.
+
+   * bindings/python/test/big_test.py bindings/python/test/char_enc1.py
+   bindings/python/test/char_enc2.py bindings/python/test/char_enc3.py: Fix
+   all the encodings for Python3.  Use os.fsdecode in Python3 for filename
+   checks.
+
 2016-07-20   D. V. Wiebe  svn:1091
GetData-0.9.3 released.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getdata-0.9.3/NEWS new/getdata-0.9.4/NEWS
--- old/getdata-0.9.3/NEWS  2016-07-20 23:04:04.0 +0200
+++ new/getdata-0.9.4/NEWS  2016-09-08 01:04:46.0 +0200
@@ -1,14 +1,35 @@
-New in version 0.9.3:
+New in version 0.9.4:
 
-  API Changes:
+  Library Changes:
 
-  * gd_verbose_prefix() can now be used on invalid dirfiles.  Previously,
-this function would return GD_E_BAD_DIRFILE when passed an invalid
-DIRFILE pointer.
+  * BUG FIX: Arbitrarily-long reads of FLAC-encoded files now work.
+Previously, each FLAC frame was written to the start of the output
+buffer, overwriting the previous frame, and leaving most of the
+buffer uninitialised.  Reported by S. J. Benton.
+
+  * BUG FIX: Data read from FLAC-encoded 1-byte types are now correct.
+Previously, although all data requested was read, only the first half
+would be returned, encoded as 16-bit data (i.e., with a zero-byte
+between 

commit transifex-client for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package transifex-client for 
openSUSE:Factory checked in at 2016-09-12 13:26:54

Comparing /work/SRC/openSUSE:Factory/transifex-client (Old)
 and  /work/SRC/openSUSE:Factory/.transifex-client.new (New)


Package is "transifex-client"

Changes:

--- /work/SRC/openSUSE:Factory/transifex-client/transifex-client.changes
2016-08-25 09:57:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.transifex-client.new/transifex-client.changes   
2016-09-12 13:26:56.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 10 07:22:49 UTC 2016 - tchva...@suse.com
+
+- Add python-urllib3 to requires
+
+---



Other differences:
--
++ transifex-client.spec ++
--- /var/tmp/diff_new_pack.V6oOZh/_old  2016-09-12 13:26:57.0 +0200
+++ /var/tmp/diff_new_pack.V6oOZh/_new  2016-09-12 13:26:57.0 +0200
@@ -28,6 +28,7 @@
 BuildRequires:  python-setuptools
 BuildRequires:  python-urllib3
 Requires:   python-setuptools
+Requires:   python-urllib3
 BuildArch:  noarch
 
 %description




commit mmc-utils for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package mmc-utils for openSUSE:Factory 
checked in at 2016-09-12 13:26:49

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


Package is "mmc-utils"

Changes:

--- /work/SRC/openSUSE:Factory/mmc-utils/mmc-utils.changes  2016-07-01 
10:00:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.mmc-utils.new/mmc-utils.changes 2016-09-12 
13:26:51.0 +0200
@@ -1,0 +2,11 @@
+Fri Sep 09 18:44:54 UTC 2016 - mplus...@suse.com
+
+- Update to version 0.1+git.20160901:
+  * Fix reported offset for enhanced user area start address
+  * Register being set is other than mentioned in printed message.
+  * Add -c option for partitioning commands
+  * Add help texts for -c option
+  * Fix return value check from set_partitioning_setting_completed()
+  * Add missing -c for write_reliability
+
+---

Old:

  mmc-utils-0.1+git.20160623.tar.xz

New:

  mmc-utils-0.1+git.20160901.tar.xz



Other differences:
--
++ mmc-utils.spec ++
--- /var/tmp/diff_new_pack.jR2xJb/_old  2016-09-12 13:26:52.0 +0200
+++ /var/tmp/diff_new_pack.jR2xJb/_new  2016-09-12 13:26:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mmc-utils
-Version:0.1+git.20160623
+Version:0.1+git.20160901
 Release:0
 Summary:Tools for MMC/SD devices
 License:GPL-2.0

++ mmc-utils-0.1+git.20160623.tar.xz -> mmc-utils-0.1+git.20160901.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mmc-utils-0.1+git.20160623/mmc.c 
new/mmc-utils-0.1+git.20160901/mmc.c
--- old/mmc-utils-0.1+git.20160623/mmc.c2016-06-29 17:19:02.0 
+0200
+++ new/mmc-utils-0.1+git.20160901/mmc.c2016-09-01 17:49:01.0 
+0200
@@ -88,18 +88,18 @@
  NULL
},
{ do_create_gp_partition, -6,
- "gp create", "<-y|-n> " " " " " " " 
" " "\n"
-   "create general purpose partition for the .\nDry-run 
only unless -y is passed.\nNOTE!  This is a one-time programmable 
(unreversible) change.\nTo set enhanced attribute to general partition being 
created set\n  to 1 else set it to 0.\nTo set extended attribute to 
general partition\n set  to 1,2 else set it to 0",
+ "gp create", "<-y|-n|-c> " " " " " " 
" " " "\n"
+   "Create general purpose partition for the .\nDry-run 
only unless -y or -c is passed.\nUse -c if more partitioning settings are still 
to come.\nNOTE!  This is a one-time programmable (unreversible) change.\nTo set 
enhanced attribute to general partition being created set\n  to 1 
else set it to 0.\nTo set extended attribute to general partition\n set 
 to 1,2 else set it to 0",
  NULL
},
{ do_enh_area_set, -4,
- "enh_area set", "<-y|-n> " " " " " "\n"
-   "Enable the enhanced user area for the .\nDry-run only 
unless -y is passed.\nNOTE!  This is a one-time programmable (unreversible) 
change.",
+ "enh_area set", "<-y|-n|-c> " " " " " 
"\n"
+   "Enable the enhanced user area for the .\nDry-run only 
unless -y or -c is passed.\nUse -c if more partitioning settings are still to 
come.\nNOTE!  This is a one-time programmable (unreversible) change.",
  NULL
},
{ do_write_reliability_set, -2,
- "write_reliability set", "<-y|-n> " " " "\n"
-   "Enable write reliability per partition for the 
.\nDry-run only unless -y is passed.\nNOTE!  This is a one-time 
programmable (unreversible) change.",
+ "write_reliability set", "<-y|-n|-c> " " " "\n"
+   "Enable write reliability per partition for the 
.\nDry-run only unless -y or -c is passed.\nUse -c if more partitioning 
settings are still to come.\nNOTE!  This is a one-time programmable 
(unreversible) change.",
  NULL
},
{ do_status_get, -1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mmc-utils-0.1+git.20160623/mmc_cmds.c 
new/mmc-utils-0.1+git.20160901/mmc_cmds.c
--- old/mmc-utils-0.1+git.20160623/mmc_cmds.c   2016-06-29 17:19:02.0 
+0200
+++ new/mmc-utils-0.1+git.20160901/mmc_cmds.c   2016-09-01 17:49:01.0 
+0200
@@ -507,7 +507,7 @@
 
if (ret) {
fprintf(stderr, "Could not write 0x%02x to EXT_CSD[%d] 
in %s\n",
-   1, EXT_CSD_BOOT_WP, device);
+   1, EXT_CSD_NATIVE_SECTOR_SIZE, device);
exit(1);
}
printf("MMC disable 512B emulation successful.  

commit libvirt for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2016-09-12 13:26:52

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


Package is "libvirt"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2016-08-29 
15:34:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2016-09-12 
13:26:54.0 +0200
@@ -1,0 +2,11 @@
+Fri Sep  2 18:30:27 UTC 2016 - jfeh...@suse.com
+
+- Update to libvirt 2.2.0
+  - Many incremental improvements and bug fixes, see
+http://libvirt.org/news.html
+  - Dropped patches:
+856965b3-qemu-secdriver.patch,
+541e9ae6-cpu-vendor-crash-fix.patch,
+d53d4650-qemu-rbd-auth.patch
+
+---

Old:

  541e9ae6-cpu-vendor-crash-fix.patch
  856965b3-qemu-secdriver.patch
  d53d4650-qemu-rbd-auth.patch
  libvirt-2.1.0.tar.xz
  libvirt-2.1.0.tar.xz.asc

New:

  libvirt-2.2.0.tar.xz
  libvirt-2.2.0.tar.xz.asc



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.OcTw3Q/_old  2016-09-12 13:26:56.0 +0200
+++ /var/tmp/diff_new_pack.OcTw3Q/_new  2016-09-12 13:26:56.0 +0200
@@ -174,7 +174,7 @@
 
 Name:   libvirt
 Url:http://libvirt.org/
-Version:2.1.0
+Version:2.2.0
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+
@@ -314,9 +314,6 @@
 Source99:   baselibs.conf
 Source100:  %{name}-rpmlintrc
 # Upstream patches
-Patch0: 856965b3-qemu-secdriver.patch
-Patch1: 541e9ae6-cpu-vendor-crash-fix.patch
-Patch2: d53d4650-qemu-rbd-auth.patch
 # Patches pending upstream review
 Patch100:   libxl-dom-reset.patch
 Patch101:   pci-use-driver-override-sysfs.patch
@@ -789,9 +786,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 %patch100 -p1
 %patch101 -p1
 %patch102 -p1

++ apparmor-fixes.patch ++
--- /var/tmp/diff_new_pack.OcTw3Q/_old  2016-09-12 13:26:56.0 +0200
+++ /var/tmp/diff_new_pack.OcTw3Q/_new  2016-09-12 13:26:56.0 +0200
@@ -1,7 +1,7 @@
-Index: libvirt-2.1.0/examples/apparmor/libvirt-qemu
+Index: libvirt-2.2.0/examples/apparmor/libvirt-qemu
 ===
 libvirt-2.1.0.orig/examples/apparmor/libvirt-qemu
-+++ libvirt-2.1.0/examples/apparmor/libvirt-qemu
+--- libvirt-2.2.0.orig/examples/apparmor/libvirt-qemu
 libvirt-2.2.0/examples/apparmor/libvirt-qemu
 @@ -143,6 +143,9 @@
# for restore
/bin/bash rmix,

++ apparmor-no-mount.patch ++
--- /var/tmp/diff_new_pack.OcTw3Q/_old  2016-09-12 13:26:56.0 +0200
+++ /var/tmp/diff_new_pack.OcTw3Q/_new  2016-09-12 13:26:56.0 +0200
@@ -1,7 +1,7 @@
-Index: libvirt-2.1.0/examples/apparmor/libvirt-lxc
+Index: libvirt-2.2.0/examples/apparmor/libvirt-lxc
 ===
 libvirt-2.1.0.orig/examples/apparmor/libvirt-lxc
-+++ libvirt-2.1.0/examples/apparmor/libvirt-lxc
+--- libvirt-2.2.0.orig/examples/apparmor/libvirt-lxc
 libvirt-2.2.0/examples/apparmor/libvirt-lxc
 @@ -2,39 +2,15 @@
  
#include 

++ apparmor-qemu-bridge-helper.patch ++
--- /var/tmp/diff_new_pack.OcTw3Q/_old  2016-09-12 13:26:56.0 +0200
+++ /var/tmp/diff_new_pack.OcTw3Q/_new  2016-09-12 13:26:56.0 +0200
@@ -10,10 +10,10 @@
  examples/apparmor/usr.sbin.libvirtd | 18 ++
  2 files changed, 18 insertions(+), 19 deletions(-)
 
-Index: libvirt-2.1.0/examples/apparmor/libvirt-qemu
+Index: libvirt-2.2.0/examples/apparmor/libvirt-qemu
 ===
 libvirt-2.1.0.orig/examples/apparmor/libvirt-qemu
-+++ libvirt-2.1.0/examples/apparmor/libvirt-qemu
+--- libvirt-2.2.0.orig/examples/apparmor/libvirt-qemu
 libvirt-2.2.0/examples/apparmor/libvirt-qemu
 @@ -151,22 +151,3 @@
/etc/udev/udev.conf r,
/sys/bus/ r,
@@ -37,10 +37,10 @@
 -
 -   /usr/{lib,libexec}/qemu-bridge-helper rmix,
 -  }
-Index: libvirt-2.1.0/examples/apparmor/usr.sbin.libvirtd
+Index: libvirt-2.2.0/examples/apparmor/usr.sbin.libvirtd
 ===
 libvirt-2.1.0.orig/examples/apparmor/usr.sbin.libvirtd
-+++ libvirt-2.1.0/examples/apparmor/usr.sbin.libvirtd
+--- libvirt-2.2.0.orig/examples/apparmor/usr.sbin.libvirtd
 libvirt-2.2.0/examples/apparmor/usr.sbin.libvirtd
 @@ -67,4 +67,22 @@
# allow changing to our UUID-based named profiles
change_profile -> 
@{LIBVIRT}-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*,

++ 

commit rubygem-power_assert for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-power_assert for 
openSUSE:Factory checked in at 2016-09-12 13:26:14

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


Package is "rubygem-power_assert"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-power_assert/rubygem-power_assert.changes
2016-05-29 03:12:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-power_assert.new/rubygem-power_assert.changes
   2016-09-12 13:26:16.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep  8 04:46:32 UTC 2016 - co...@suse.com
+
+- updated to version 0.3.1
+  no changelog found
+
+---

Old:

  power_assert-0.3.0.gem

New:

  power_assert-0.3.1.gem



Other differences:
--
++ rubygem-power_assert.spec ++
--- /var/tmp/diff_new_pack.kmO52a/_old  2016-09-12 13:26:17.0 +0200
+++ /var/tmp/diff_new_pack.kmO52a/_new  2016-09-12 13:26:17.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-power_assert
-Version:0.3.0
+Version:0.3.1
 Release:0
 %define mod_name power_assert
 %define mod_full_name %{mod_name}-%{version}

++ power_assert-0.3.0.gem -> power_assert-0.3.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/benchmarks/bm_yhpg.rb new/benchmarks/bm_yhpg.rb
--- old/benchmarks/bm_yhpg.rb   2016-05-03 07:41:31.0 +0200
+++ new/benchmarks/bm_yhpg.rb   2016-09-07 07:45:07.0 +0200
@@ -1,7 +1,7 @@
 # Yhpg
 #   https://gist.github.com/yancya/37d79e02a91afcfdeed1
 #
-# Auhtor: yancya
+# Author: yancya
 
 require_relative 'helper'
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/power_assert/version.rb 
new/lib/power_assert/version.rb
--- old/lib/power_assert/version.rb 2016-05-03 07:41:31.0 +0200
+++ new/lib/power_assert/version.rb 2016-09-07 07:45:07.0 +0200
@@ -1,3 +1,3 @@
 module PowerAssert
-  VERSION = "0.3.0"
+  VERSION = "0.3.1"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/power_assert.rb new/lib/power_assert.rb
--- old/lib/power_assert.rb 2016-05-03 07:41:31.0 +0200
+++ new/lib/power_assert.rb 2016-09-07 07:45:07.0 +0200
@@ -136,11 +136,9 @@
  tp.event == :return &&
  tp.binding.eval('::Kernel.__callee__')) || tp.method_id
 next if method_ids and ! method_ids[method_id]
+next if tp.event == :c_return and
+not (lineno == tp.lineno and path == tp.path)
 next unless tp.binding # workaround for ruby 2.2
-if tp.event == :c_return
-  loc = tp.binding.eval('[__LINE__, __FILE__]')
-  next unless lineno == loc[0] and path == loc[1]
-end
 locs = tp.binding.eval('::Kernel.caller_locations')
 current_diff = locs.length - @base_caller_length
 if current_diff <= TARGET_CALLER_DIFF[tp.event] and Thread.current == 
target_thread
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-05-03 07:41:31.0 +0200
+++ new/metadata2016-09-07 07:45:07.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: power_assert
 version: !ruby/object:Gem::Version
-  version: 0.3.0
+  version: 0.3.1
 platform: ruby
 authors:
 - Kazuki Tsujimoto
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-05-03 00:00:00.0 Z
+date: 2016-09-07 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: test-unit




commit rubygem-responders for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-responders for 
openSUSE:Factory checked in at 2016-09-12 13:26:26

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


Package is "rubygem-responders"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-responders/rubygem-responders.changes
2016-06-14 23:06:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-responders.new/rubygem-responders.changes   
2016-09-12 13:26:28.0 +0200
@@ -1,0 +2,14 @@
+Tue Aug 16 04:32:22 UTC 2016 - co...@suse.com
+
+- updated to version 2.3.0
+ see installed CHANGELOG.md
+
+  ## Unreleased
+  
+  ## 2.3.0
+  
+  * `verify_request_format!` is aliased to `verify_requested_format!` now.
+  * Implementing the `interpolation_options` method on your controller is 
deprecated
+in favor of naming it `flash_interpolation_options` instead.
+
+---

Old:

  responders-2.2.0.gem

New:

  responders-2.3.0.gem



Other differences:
--
++ rubygem-responders.spec ++
--- /var/tmp/diff_new_pack.LDfa6r/_old  2016-09-12 13:26:29.0 +0200
+++ /var/tmp/diff_new_pack.LDfa6r/_new  2016-09-12 13:26:29.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-responders
-Version:2.2.0
+Version:2.3.0
 Release:0
 %define mod_name responders
 %define mod_full_name %{mod_name}-%{version}

++ responders-2.2.0.gem -> responders-2.3.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-04-29 19:47:31.0 +0200
+++ new/CHANGELOG.md2016-08-15 18:31:02.0 +0200
@@ -1,3 +1,11 @@
+## Unreleased
+
+## 2.3.0
+
+* `verify_request_format!` is aliased to `verify_requested_format!` now.
+* Implementing the `interpolation_options` method on your controller is 
deprecated
+  in favor of naming it `flash_interpolation_options` instead.
+
 ## 2.2.0
 
 * Added the `verify_request_format!` method, that can be used as a 
`before_action`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-04-29 19:47:31.0 +0200
+++ new/README.md   2016-08-15 18:31:02.0 +0200
@@ -160,7 +160,7 @@
 
 ## Interpolation Options
 
-You can pass in extra interpolation options for the translation by adding an 
`interpolation_options` method to your controller:
+You can pass in extra interpolation options for the translation by adding an 
`flash_interpolation_options` method to your controller:
 
 ```ruby
 class InvitationsController < ApplicationController
@@ -173,7 +173,7 @@
 
   private
 
-  def interpolation_options
+  def flash_interpolation_options
 { resource_name: @invitation.email }
   end
 end
@@ -222,13 +222,13 @@
 mime type was not configured through the class level `respond_to`, but the
 action will still be executed and any side effects (like creating a new record)
 will still occur. To raise the `UnknownFormat` exception before your action
-is invoked you can set the `verify_request_format!` method as a `before_action`
+is invoked you can set the `verify_requested_format!` method as a 
`before_action`
 on your controller.
 
 ```ruby
 class WidgetsController < ApplicationController
   respond_to :json
-  before_action :verify_request_format!
+  before_action :verify_requested_format!
 
   # POST /widgets.html won't reach the `create` action.
   def create
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_controller/respond_with.rb 
new/lib/action_controller/respond_with.rb
--- old/lib/action_controller/respond_with.rb   2016-04-29 19:47:31.0 
+0200
+++ new/lib/action_controller/respond_with.rb   2016-08-15 18:31:02.0 
+0200
@@ -216,9 +216,9 @@
 #   class PeopleController < ApplicationController
 # respond_to :html, :xml, :json
 #
-# before_action :verify_request_format!
+# before_action :verify_requested_format!
 #   end
-def verify_request_format!
+def verify_requested_format!
   mimes = collect_mimes_from_class_level
   collector = ActionController::MimeResponds::Collector.new(mimes, 
request.variant)
 
@@ -227,6 +227,8 @@
   end
 end
 
+alias :verify_request_format! :verify_requested_format!
+
 # Collect mimes declared in the class method respond_to valid for the
 # current action.
 def collect_mimes_from_class_level #:nodoc:
diff -urN '--exclude=CVS' 

commit monitoring-plugins-zypper for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package monitoring-plugins-zypper for 
openSUSE:Factory checked in at 2016-09-12 13:25:52

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


Package is "monitoring-plugins-zypper"

Changes:

--- 
/work/SRC/openSUSE:Factory/monitoring-plugins-zypper/monitoring-plugins-zypper.changes
  2016-06-02 09:39:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.monitoring-plugins-zypper.new/monitoring-plugins-zypper.changes
 2016-09-12 13:25:55.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep  2 08:52:52 UTC 2016 - l...@linux-schulserver.de
+
+- update to 1.91:
+  + make openSUSE Leap 42.2 supported
+
+---



Other differences:
--
++ monitoring-plugins-zypper.spec ++
--- /var/tmp/diff_new_pack.QoAjEL/_old  2016-09-12 13:25:56.0 +0200
+++ /var/tmp/diff_new_pack.QoAjEL/_new  2016-09-12 13:25:56.0 +0200
@@ -26,7 +26,7 @@
 Summary:Check for software updates via zypper
 License:BSD-3-Clause
 Group:  System/Monitoring
-Version:1.90
+Version:1.91
 Release:0
 Url:http://en.opensuse.org/Monitoring-plugins-zypper
 Source0:check_zypper.pl
@@ -112,7 +112,7 @@
 rm -rf %buildroot
 
 %post
-%{_sysconfdir}/init.d/boot.apparmor try-restart || echo "restarting 
boot.apparmor failed"
+%{_sysconfdir}/init.d/boot.apparmor try-restart || echo "restarting 
boot.apparmor failed" >&2
 
 %files 
 %defattr(-,root,root)

++ check_zypper.pl ++
--- /var/tmp/diff_new_pack.QoAjEL/_old  2016-09-12 13:25:56.0 +0200
+++ /var/tmp/diff_new_pack.QoAjEL/_new  2016-09-12 13:25:56.0 +0200
@@ -51,7 +51,7 @@
 
 # constants
 $PROGNAME = "check_zypper";
-$VERSION  = '1.90';
+$VERSION  = '1.91';
 $DEBUG= 0;
 
 # variables
@@ -93,7 +93,7 @@
 0 => 'OK',
 );
 our %supported_release = (
-'openSUSE'   => [ '13.2', '13.3', '42.1' ],
+'openSUSE'   => [ '13.2', '13.3', '42.1', '42.2' ],
 'SLE'=> [ '10.4', '11.4', '12.0', '12.1', '12.2' ],
 'Tumbleweed' => ['2016*'],
 );




commit syslog-ng for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package syslog-ng for openSUSE:Factory 
checked in at 2016-09-12 13:26:01

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


Package is "syslog-ng"

Changes:

--- /work/SRC/openSUSE:Factory/syslog-ng/syslog-ng.changes  2016-08-26 
23:17:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.syslog-ng.new/syslog-ng.changes 2016-09-12 
13:26:02.0 +0200
@@ -1,0 +2,7 @@
+Fri Sep  9 06:37:42 UTC 2016 - pe...@czanik.hu
+
+- really update config version to 3.8 (thanks Per for the report)
+- move curl (HTTP) support into a subpackage
+  to reduce the number of dependencies in the base package
+
+---



Other differences:
--
++ syslog-ng.spec ++
--- /var/tmp/diff_new_pack.az1Wos/_old  2016-09-12 13:26:04.0 +0200
+++ /var/tmp/diff_new_pack.az1Wos/_new  2016-09-12 13:26:04.0 +0200
@@ -152,6 +152,14 @@
 Balázs Scheidler 
 BalaBit IT Ltd. 
 
+%package curl
+Summary:Curl (HTTP) destination support for syslog-ng
+Group:  System/Libraries
+Requires:   %{name} = %{version}
+
+%description curl
+This package provides curl (HTTP) destination support for syslog-ng.
+
 %if %{with java}  
 
 %package java
@@ -596,7 +604,6 @@
 %attr(755,root,root) %{_libdir}/syslog-ng/libconfgen.so
 %attr(755,root,root) %{_libdir}/syslog-ng/libcsvparser.so
 %attr(755,root,root) %{_libdir}/syslog-ng/libcryptofuncs.so
-%attr(755,root,root) %{_libdir}/syslog-ng/libcurl.so
 %attr(755,root,root) %{_libdir}/syslog-ng/libdbparser.so
 %attr(755,root,root) %{_libdir}/syslog-ng/libgraphite.so
 %attr(755,root,root) %{_libdir}/syslog-ng/libjson-plugin.so
@@ -628,6 +635,9 @@
 %attr(644,root,root) %{_datadir}/syslog-ng/include/scl/logmatic/logmatic.conf
 %attr(644,root,root) %{_datadir}/syslog-ng/xsd/*
 
+%files curl
+%attr(755,root,root) %{_libdir}/syslog-ng/libcurl.so
+
 %if %{with dbi}
 
 %files sql

++ syslog-ng.conf.default ++
--- /var/tmp/diff_new_pack.az1Wos/_old  2016-09-12 13:26:04.0 +0200
+++ /var/tmp/diff_new_pack.az1Wos/_new  2016-09-12 13:26:04.0 +0200
@@ -1,4 +1,4 @@
-@version:3.7
+@version:3.8
 @include "scl.conf"
 
 #




commit rubygem-mixlib-config for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mixlib-config for 
openSUSE:Factory checked in at 2016-09-12 13:26:37

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


Package is "rubygem-mixlib-config"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-mixlib-config/rubygem-mixlib-config.changes  
2015-05-15 07:44:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mixlib-config.new/rubygem-mixlib-config.changes
 2016-09-12 13:26:38.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 23 04:34:51 UTC 2016 - co...@suse.com
+
+- updated to version 2.2.2
+  no changelog found
+
+---

Old:

  mixlib-config-2.2.1.gem

New:

  mixlib-config-2.2.2.gem



Other differences:
--
++ rubygem-mixlib-config.spec ++
--- /var/tmp/diff_new_pack.0Pv7I3/_old  2016-09-12 13:26:39.0 +0200
+++ /var/tmp/diff_new_pack.0Pv7I3/_new  2016-09-12 13:26:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mixlib-config
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +24,7 @@
 #
 
 Name:   rubygem-mixlib-config
-Version:2.2.1
+Version:2.2.2
 Release:0
 %define mod_name mixlib-config
 %define mod_full_name %{mod_name}-%{version}

++ mixlib-config-2.2.1.gem -> mixlib-config-2.2.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 1970-01-01 01:00:00.0 +0100
+++ new/Gemfile 2016-08-22 22:18:42.0 +0200
@@ -0,0 +1,5 @@
+source "https://rubygems.org;
+
+gemspec
+
+gem "github_changelog_generator", group: :changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2015-05-12 23:35:17.0 +0200
+++ new/Rakefile2016-08-22 22:18:42.0 +0200
@@ -1,8 +1,9 @@
-require 'bundler'
-require 'rubygems'
-require 'rubygems/package_task'
-require 'rdoc/task'
-require 'rspec/core/rake_task'
+require "bundler"
+require "rubygems"
+require "rubygems/package_task"
+require "rdoc/task"
+require "rspec/core/rake_task"
+require "mixlib/config/version"
 
 Bundler::GemHelper.install_tasks
 
@@ -10,14 +11,28 @@
 
 desc "Run specs"
 RSpec::Core::RakeTask.new(:spec) do |spec|
-  spec.pattern = 'spec/**/*_spec.rb'
+  spec.pattern = "spec/**/*_spec.rb"
 end
 
 gem_spec = eval(File.read("mixlib-config.gemspec"))
 
 RDoc::Task.new do |rdoc|
-  rdoc.rdoc_dir = 'rdoc'
+  rdoc.rdoc_dir = "rdoc"
   rdoc.title = "mixlib-config #{gem_spec.version}"
-  rdoc.rdoc_files.include('README*')
-  rdoc.rdoc_files.include('lib/**/*.rb')
+  rdoc.rdoc_files.include("README*")
+  rdoc.rdoc_files.include("lib/**/*.rb")
+end
+
+begin
+  require "github_changelog_generator/task"
+
+  GitHubChangelogGenerator::RakeTask.new :changelog do |config|
+config.issues = false
+config.future_release = Mixlib::Config::VERSION
+config.enhancement_labels = "enhancement,Enhancement,New 
Feature,Feature".split(",")
+config.bug_labels = "bug,Bug,Improvement,Upstream Bug".split(",")
+config.exclude_labels = 
"duplicate,question,invalid,wontfix,no_changelog,Exclude From 
Changelog,Question,Discussion".split(",")
+  end
+rescue LoadError
+  puts "github_changelog_generator is not available. gem install 
github_changelog_generator to generate changelogs"
 end
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/mixlib/config/version.rb 
new/lib/mixlib/config/version.rb
--- old/lib/mixlib/config/version.rb2015-05-12 23:35:17.0 +0200
+++ new/lib/mixlib/config/version.rb2016-08-22 22:18:42.0 +0200
@@ -19,7 +19,7 @@
 module Mixlib
   module Config
 
-VERSION = "2.2.1"
+VERSION = "2.2.2"
 
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/mixlib/config.rb new/lib/mixlib/config.rb
--- old/lib/mixlib/config.rb2015-05-12 23:35:17.0 +0200
+++ new/lib/mixlib/config.rb2016-08-22 22:18:42.0 +0200
@@ -18,11 +18,11 @@
 # limitations under the License.
 #
 
-require 'mixlib/config/version'
-require 'mixlib/config/configurable'
-require 'mixlib/config/unknown_config_option_error'
-require 'mixlib/config/reopened_config_context_with_configurable_error'
-require 

commit pythia for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package pythia for openSUSE:Factory checked 
in at 2016-09-12 13:25:43

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


Package is "pythia"

Changes:

--- /work/SRC/openSUSE:Factory/pythia/pythia.changes2016-09-07 
11:45:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.pythia.new/pythia.changes   2016-09-12 
13:25:45.0 +0200
@@ -1,0 +2,8 @@
+Wed Sep  7 03:45:36 UTC 2016 - badshah...@gmail.com
+
+- Modify pythia-remove-rpaths.patch to make disabling rpaths
+  optional, specified by passing the "--disable-rpath" option to
+  configure. Pass said option at the %build stage to prevent
+  rpath usage in build shared libraries.
+
+---



Other differences:
--
++ pythia.spec ++
--- /var/tmp/diff_new_pack.DLF0bW/_old  2016-09-12 13:25:46.0 +0200
+++ /var/tmp/diff_new_pack.DLF0bW/_new  2016-09-12 13:25:46.0 +0200
@@ -165,6 +165,7 @@
   --prefix-lib=%{_libdir} \
   --prefix-share=%{_docdir}/%{name} \
   --enable-shared \
+  --disable-rpath \
   --with-lhapdf6 \
   --with-hepmc2 \
   --with-boost \

++ pythia-remove-rpaths.patch ++
--- /var/tmp/diff_new_pack.DLF0bW/_old  2016-09-12 13:25:46.0 +0200
+++ /var/tmp/diff_new_pack.DLF0bW/_new  2016-09-12 13:25:46.0 +0200
@@ -2,12 +2,15 @@
 ===
 --- pythia8219.orig/Makefile
 +++ pythia8219/Makefile
-@@ -55,19 +55,19 @@ ifeq ($(POWHEG_USE),true)
+@@ -55,19 +55,30 @@ ifeq ($(POWHEG_USE),true)
  endif
  
  # Python.
 -PYTHON_COMMON=-I$(PYTHON_INCLUDE) $(CXX_COMMON) -Wl,-rpath,$(PREFIX_LIB)
 +PYTHON_COMMON=-I$(PYTHON_INCLUDE) $(CXX_COMMON)
++ifneq ($(DISABLE_RPATH),true)
++  PYTHON_COMMON+= -Wl,-rpath,$(PREFIX_LIB)
++endif
  ifeq ($(PYTHON_USE),true)
TARGETS+=$(LOCAL_LIB)/_pythia8.so
  endif
@@ -15,37 +18,134 @@
  # GZIP.
  OBJ_COMMON=-MD $(CXX_COMMON)
 -LIB_COMMON=-Wl,-rpath,$(PREFIX_LIB) -ldl
-+LIB_COMMON=-ldl
++ifneq ($(DISABLE_RPATH),true)
++  LIB_COMMON=-Wl,-rpath,$(PREFIX_LIB) -ldl
++else
++  LIB_COMMON=-ldl
++endif
  ifeq ($(GZIP_USE),true)
PYTHON_COMMON+= -DGZIPSUPPORT -I$(GZIP_INCLUDE)
 -  PYTHON_COMMON+= -L$(GZIP_LIB) -Wl,-rpath,$(GZIP_LIB) -lz
-+  PYTHON_COMMON+= -L$(GZIP_LIB) -lz
OBJ_COMMON+= -DGZIPSUPPORT -I$(GZIP_INCLUDE)
 -  LIB_COMMON+= -L$(GZIP_LIB) -Wl,-rpath,$(GZIP_LIB) -lz
++  ifneq ($(DISABLE_RPATH),true)
++LIB_COMMON+= -Wl,-rpath,$(GZIP_LIB)
++PYTHON_COMMON+= -Wl,-rpath,$(GZIP_LIB)
++  endif
++  PYTHON_COMMON+= -L$(GZIP_LIB) -lz
 +  LIB_COMMON+= -L$(GZIP_LIB) -lz
  endif
  
  

-@@ -110,11 +110,11 @@ $(LOCAL_TMP)/LHAPDF%Plugin.o: $(LOCAL_IN
+@@ -109,12 +120,22 @@ $(LOCAL_TMP)/LHAPDF%Plugin.o: $(LOCAL_IN
+-I$(BOOST_INCLUDE) $(CXX_COMMON)
  $(LOCAL_LIB)/libpythia8lhapdf5.so: $(LOCAL_TMP)/LHAPDF5Plugin.o\
$(LOCAL_LIB)/libpythia8.a
++ifneq ($(DISABLE_RPATH),true)
$(CXX) $^ -o $@ $(CXX_COMMON) $(CXX_SHARED) $(CXX_SONAME),$(notdir $@)\
--   -L$(LHAPDF5_LIB) -Wl,-rpath,$(LHAPDF5_LIB) -lLHAPDF -lgfortran
+-L$(LHAPDF5_LIB) -Wl,-rpath,$(LHAPDF5_LIB) -lLHAPDF -lgfortran
++else
++  $(CXX) $^ -o $@ $(CXX_COMMON) $(CXX_SHARED) $(CXX_SONAME),$(notdir $@)\
 +   -L$(LHAPDF5_LIB) -lLHAPDF -lgfortran
++endif
  $(LOCAL_LIB)/libpythia8lhapdf6.so: $(LOCAL_TMP)/LHAPDF6Plugin.o\
$(LOCAL_LIB)/libpythia8.a
++ifneq ($(DISABLE_RPATH),true)
$(CXX) $^ -o $@ $(CXX_COMMON) $(CXX_SHARED) $(CXX_SONAME),$(notdir $@)\
--   -L$(LHAPDF6_LIB) -Wl,-rpath,$(LHAPDF6_LIB) -lLHAPDF
+-L$(LHAPDF6_LIB) -Wl,-rpath,$(LHAPDF6_LIB) -lLHAPDF
++else
++  $(CXX) $^ -o $@ $(CXX_COMMON) $(CXX_SHARED) $(CXX_SONAME),$(notdir $@)\
 +   -L$(LHAPDF6_LIB) -lLHAPDF
++endif
  
  # POWHEG (exclude any executable ending with sh).
  $(LOCAL_TMP)/POWHEGPlugin.o: $(LOCAL_INCLUDE)/Pythia8Plugins/LHAPowheg.h
-@@ -124,7 +124,7 @@ $(LOCAL_LIB)/libpythia8powheg%.so: $(POW
+@@ -122,9 +143,15 @@ $(LOCAL_TMP)/POWHEGPlugin.o: $(LOCAL_INC
+ $(LOCAL_LIB)/libpythia8powheg%sh.so: $(POWHEG_BIN)/%sh;
+ $(LOCAL_LIB)/libpythia8powheg%.so: $(POWHEG_BIN)/% 
$(LOCAL_TMP)/POWHEGPlugin.o\
$(LOCAL_LIB)/libpythia8.a
++ifneq ($(DISABLE_RPATH),true)
ln -s $< $(notdir $<); $(CXX) $(notdir $<) $(LOCAL_TMP)/POWHEGPlugin.o\
 $(LOCAL_LIB)/libpythia8.a -o $@ $(CXX_COMMON) $(CXX_SHARED)\
--   $(CXX_SONAME),$(notdir $@) -Wl,-rpath,$(POWHEG_BIN); rm $(notdir $<)
-+   $(CXX_SONAME),$(notdir $@) ; rm $(notdir $<)
+$(CXX_SONAME),$(notdir $@) -Wl,-rpath,$(POWHEG_BIN); rm $(notdir $<)
++else
++  ln -s $< 

commit rubygem-excon for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-excon for openSUSE:Factory 
checked in at 2016-09-12 13:26:07

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


Package is "rubygem-excon"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-excon/rubygem-excon.changes  
2016-07-21 07:58:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-excon.new/rubygem-excon.changes 
2016-09-12 13:26:09.0 +0200
@@ -1,0 +2,14 @@
+Tue Aug 23 04:32:01 UTC 2016 - co...@suse.com
+
+- updated to version 0.52.0
+ see installed changelog.txt
+
+  0.52.0 08/22/2016
+  =
+  
+  freeze string literals
+  move toward interpolation, over concatenation (frozen string related)
+  start conversion toward rspec
+  move user/pass authorization header setting to request level
+
+---

Old:

  excon-0.51.0.gem

New:

  excon-0.52.0.gem



Other differences:
--
++ rubygem-excon.spec ++
--- /var/tmp/diff_new_pack.dI1E4D/_old  2016-09-12 13:26:10.0 +0200
+++ /var/tmp/diff_new_pack.dI1E4D/_new  2016-09-12 13:26:10.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-excon
-Version:0.51.0
+Version:0.52.0
 Release:0
 %define mod_name excon
 %define mod_full_name %{mod_name}-%{version}

++ excon-0.51.0.gem -> excon-0.52.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2016-07-08 16:19:40.0 +0200
+++ new/Gemfile 2016-08-22 23:48:42.0 +0200
@@ -3,7 +3,8 @@
 gemspec
 
 gem 'jruby-openssl', :platform => :jruby
-gem 'unicorn', :platforms => [:mri, :rbx]
+gem 'puma', :groups => [:development, :test]
+gem 'unicorn', :platforms => [:mri, :rbx], :groups => [:development, :test]
 gem 'rubysl', '~> 2.0', :platform => :rbx
 gem 'rack', '~> 1.6'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile.lock new/Gemfile.lock
--- old/Gemfile.lock2016-07-08 16:19:40.0 +0200
+++ new/Gemfile.lock2016-08-22 23:48:42.0 +0200
@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-excon (0.51.0)
+excon (0.52.0)
 
 GEM
   remote: http://rubygems.org/
@@ -14,6 +14,7 @@
 chronic (0.6.7)
 delorean (2.0.0)
   chronic
+diff-lcs (1.2.5)
 eventmachine (1.0.4)
 eventmachine (1.0.4-java)
 ffi2-generators (0.1.1)
@@ -27,6 +28,7 @@
 minitest (4.7.5)
 multi_json (1.3.6)
 open4 (1.3.0)
+puma (3.6.0)
 rack (1.6.0)
 rack-protection (1.2.0)
   rack
@@ -36,6 +38,19 @@
 rake (0.9.2.2)
 rdoc (3.12)
   json (~> 1.4)
+rspec (3.5.0)
+  rspec-core (~> 3.5.0)
+  rspec-expectations (~> 3.5.0)
+  rspec-mocks (~> 3.5.0)
+rspec-core (3.5.0)
+  rspec-support (~> 3.5.0)
+rspec-expectations (3.5.0)
+  diff-lcs (>= 1.2.0, < 2.0)
+  rspec-support (~> 3.5.0)
+rspec-mocks (3.5.0)
+  diff-lcs (>= 1.2.0, < 2.0)
+  rspec-support (~> 3.5.0)
+rspec-support (3.5.0)
 rubysl (2.0.14)
   rubysl-abbrev (~> 2.0)
   rubysl-base64 (~> 2.0)
@@ -272,9 +287,11 @@
   jruby-openssl
   json (>= 1.8.2)
   open4
+  puma
   rack (~> 1.6)
   rake
   rdoc
+  rspec (>= 3.5.0)
   rubysl (~> 2.0)
   shindo
   sinatra
@@ -282,4 +299,4 @@
   unicorn
 
 BUNDLED WITH
-   1.11.2
+   1.12.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2016-07-08 16:19:40.0 +0200
+++ new/Rakefile2016-08-22 23:48:42.0 +0200
@@ -44,9 +44,19 @@
 #
 
 require 'shindo/rake'
+require "rspec/core/rake_task"
+
+RSpec::Core::RakeTask.new(:spec, :format) do |t, args|
+format = args[:format] || 'doc'
+t.rspec_opts = ["-c", "-f #{format}", "-r ./spec/spec_helper.rb"]
+t.pattern = 'spec/**/*_spec.rb'
+end
+
+
 Shindo::Rake.new
 
-task :default => :tests
+task :default => [ :tests, :test]
+task :test => :spec
 
 require 'rdoc/task'
 Rake::RDocTask.new do |rdoc|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/benchmarks/concat_vs_interpolate.rb 
new/benchmarks/concat_vs_interpolate.rb
--- old/benchmarks/concat_vs_interpolate.rb 2016-07-08 16:19:40.0 
+0200
+++ new/benchmarks/concat_vs_interpolate.rb 2016-08-22 23:48:42.0 
+0200
@@ -5,17 +5,18 @@
 value = '100'
 Tach.meter(1_000) do
   tach('concat') do
-key << ': ' << value << "\r\n"
+temp = ''
+temp << key << ': ' << value << "\r\n"
   end
   

commit rubygem-kramdown for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-kramdown for 
openSUSE:Factory checked in at 2016-09-12 13:26:23

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


Package is "rubygem-kramdown"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-kramdown/rubygem-kramdown.changes
2016-05-29 03:12:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-kramdown.new/rubygem-kramdown.changes   
2016-09-12 13:26:26.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 16 04:30:25 UTC 2016 - co...@suse.com
+
+- updated to version 1.12.0
+ see installed news.feed
+
+---

Old:

  kramdown-1.11.1.gem

New:

  kramdown-1.12.0.gem



Other differences:
--
++ rubygem-kramdown.spec ++
--- /var/tmp/diff_new_pack.Gb7NQZ/_old  2016-09-12 13:26:26.0 +0200
+++ /var/tmp/diff_new_pack.Gb7NQZ/_new  2016-09-12 13:26:26.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-kramdown
-Version:1.11.1
+Version:1.12.0
 Release:0
 %define mod_name kramdown
 %define mod_full_name %{mod_name}-%{version}

++ kramdown-1.11.1.gem -> kramdown-1.12.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTERS new/CONTRIBUTERS
--- old/CONTRIBUTERS2016-05-01 22:18:00.0 +0200
+++ new/CONTRIBUTERS2016-08-15 10:55:25.0 +0200
@@ -1,6 +1,6 @@
   Count Name
 === 
-802 Thomas Leitner 
+816 Thomas Leitner 
   6 Gioele Barabucci 
   4 Ted Pak 
   4 Arne Brasseur 
@@ -10,6 +10,7 @@
   3 Ben Armston 
   3 Alex Marandon 
   2 Tom Thorogood 
+  2 Shuanglei Tao 
   2 Parker Moore 
   2 Nathanael Jones 
   2 Max Meyer 
@@ -43,4 +44,6 @@
   1 Diego Galeota 
   1 Damien Pollet 
   1 Christopher Jefferson 
+  1 Cédric Boutillier 
   1 Alex Tomlins 
+  1 Alexey Vasiliev 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2016-05-01 22:18:00.0 +0200
+++ new/Rakefile2016-08-15 10:55:25.0 +0200
@@ -75,7 +75,7 @@
 if defined?(Webgen)
   desc "Generate the HTML documentation"
   task :htmldoc do
-ruby "-S webgen"
+ruby "-Ilib -S webgen"
   end
   CLOBBER << "htmldoc/"
   CLOBBER << "webgen-tmp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2016-05-01 22:18:00.0 +0200
+++ new/VERSION 2016-08-15 10:55:25.0 +0200
@@ -1 +1 @@
-1.11.1
+1.12.0
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/index.page new/doc/index.page
--- old/doc/index.page  2016-05-01 22:18:00.0 +0200
+++ new/doc/index.page  2016-08-15 10:55:25.0 +0200
@@ -97,8 +97,8 @@
 It is probably the fastest pure-Ruby Markdown converter available (September 
2014), being about 3x
 faster than [Maruku] and about 4.5x faster than [BlueFeather].
 
-Version **1.11.1**{:itemprop="softwareVersion"} released on
-**2016-05-01**{:itemprop="datePublished"}, [more news](news.html)
+Version **1.12.0**{:itemprop="softwareVersion"} released on
+**2016-08-15**{:itemprop="datePublished"}, [more news](news.html)
 {: style="text-align: center; font-size: 80%"}
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/syntax.page new/doc/syntax.page
--- old/doc/syntax.page 2016-05-01 22:18:00.0 +0200
+++ new/doc/syntax.page 2016-08-15 10:55:25.0 +0200
@@ -500,6 +500,46 @@
 > Also, Markdown uses a fixed number of spaces/tabs to indent the lines that 
 > belong to a list item!
 {: .markdown-difference}
 
+Unordered and ordered lists work the same way in regard to the indentation:
+
+* list 1 item 1
+ * list 1 item 2 (indent 1 space)
+  * list 1 item 3 (indent 2 spaces)
+   * list 1 item 4  (indent 3 spaces)
+* lazy text belonging to above item 4
+
+^
+
+1. list 1 item 1
+ 2. list 1 item 2 (indent 1 space)
+  3. list 1 item 3 (indent 2 spaces)
+   

commit rubygem-slop for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-slop for openSUSE:Factory 
checked in at 2016-09-12 13:26:29

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


Package is "rubygem-slop"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-slop/rubygem-slop.changes
2016-03-26 18:14:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-slop.new/rubygem-slop.changes   
2016-09-12 13:26:30.0 +0200
@@ -1,0 +2,15 @@
+Tue Aug 16 04:33:56 UTC 2016 - co...@suse.com
+
+- updated to version 4.4.0
+ see installed CHANGELOG.md
+
+  v4.4.0 (2016-08-15)
+  ---
+  
+  Features
+* Support parsing arguments prefixed with dashes. #192 (Andrew Clemons)
+  
+  Bug fixes:
+* Retain sort order inside tail sort. #193 (Caio Chassot)
+
+---

Old:

  slop-4.3.0.gem

New:

  slop-4.4.0.gem



Other differences:
--
++ rubygem-slop.spec ++
--- /var/tmp/diff_new_pack.dH7jr1/_old  2016-09-12 13:26:31.0 +0200
+++ /var/tmp/diff_new_pack.dH7jr1/_new  2016-09-12 13:26:31.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-slop
-Version:4.3.0
+Version:4.4.0
 Release:0
 %define mod_name slop
 %define mod_full_name %{mod_name}-%{version}

++ slop-4.3.0.gem -> slop-4.4.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-03-19 11:25:22.0 +0100
+++ new/CHANGELOG.md2016-08-15 11:18:08.0 +0200
@@ -1,6 +1,15 @@
 Changelog
 =
 
+v4.4.0 (2016-08-15)
+---
+
+Features
+  * Support parsing arguments prefixed with dashes. #192 (Andrew Clemons)
+
+Bug fixes:
+  * Retain sort order inside tail sort. #193 (Caio Chassot)
+
 v4.3.0 (2016-03-19)
 ---
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/slop/options.rb new/lib/slop/options.rb
--- old/lib/slop/options.rb 2016-03-19 11:25:22.0 +0100
+++ new/lib/slop/options.rb 2016-08-15 11:18:08.0 +0200
@@ -101,7 +101,7 @@
   str = config[:banner] ? "#{banner}\n" : ""
   len = longest_flag_length
 
-  options.select(&:help?).sort_by(&:tail).each_with_index do |opt, i|
+  options.select(&:help?).each_with_index.sort_by{ |o,i| [o.tail, i] 
}.each do |opt, i|
 # use the index to fetch an associated separator
 if sep = separators[i]
   str << "#{sep}\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/slop/parser.rb new/lib/slop/parser.rb
--- old/lib/slop/parser.rb  2016-03-19 11:25:22.0 +0100
+++ new/lib/slop/parser.rb  2016-08-15 11:18:08.0 +0200
@@ -43,7 +43,8 @@
 
   @arguments = strings.dup
 
-  pairs.each do |flag, arg|
+  pairs.each_with_index do |pair, idx|
+flag, arg = pair
 break if !flag
 
 # ignore everything after '--', flag or not
@@ -54,6 +55,7 @@
 
 # support `foo=bar`
 orig_flag = flag.dup
+orig_arg = arg
 if flag.include?("=")
   flag, arg = flag.split("=")
 end
@@ -63,6 +65,12 @@
   # arguments (plus the arg if necessary)
   # delete argument first while we can find its index.
   if opt.expects_argument?
+
+# if we consumed the argument, remove the next pair
+if orig_arg == opt.value.to_s
+  pairs.delete_at(idx + 1)
+end
+
 arguments.each_with_index do |argument, i|
   if argument == orig_flag && !orig_flag.include?("=")
 arguments.delete_at(i + 1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/slop/types.rb new/lib/slop/types.rb
--- old/lib/slop/types.rb   2016-03-19 11:25:22.0 +0100
+++ new/lib/slop/types.rb   2016-08-15 11:18:08.0 +0200
@@ -44,7 +44,7 @@
   # Cast the option argument to an Integer.
   class IntegerOption < Option
 def call(value)
-  value =~ /\A\d+\z/ && value.to_i
+  value =~ /\A-?\d+\z/ && value.to_i
 end
   end
   IntOption = IntegerOption
@@ -53,7 +53,7 @@
   class FloatOption < Option
 def call(value)
   # TODO: scientific notation, etc.
-  value =~ /\A\d*\.*\d+\z/ && value.to_f
+  value =~ /\A-?\d*\.*\d+\z/ && value.to_f
 end
   end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/slop.rb new/lib/slop.rb
--- 

commit rubygem-js-routes for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-js-routes for 
openSUSE:Factory checked in at 2016-09-12 13:26:31

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


Package is "rubygem-js-routes"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-js-routes/rubygem-js-routes.changes  
2016-08-25 09:54:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-js-routes.new/rubygem-js-routes.changes 
2016-09-12 13:26:33.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug 18 04:31:27 UTC 2016 - co...@suse.com
+
+- updated to version 1.3.0
+ see installed CHANGELOG.md
+
+---

Old:

  js-routes-1.2.9.gem

New:

  js-routes-1.3.0.gem



Other differences:
--
++ rubygem-js-routes.spec ++
--- /var/tmp/diff_new_pack.tpaB0r/_old  2016-09-12 13:26:35.0 +0200
+++ /var/tmp/diff_new_pack.tpaB0r/_new  2016-09-12 13:26:35.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-js-routes
-Version:1.2.9
+Version:1.3.0
 Release:0
 %define mod_name js-routes
 %define mod_full_name %{mod_name}-%{version}

++ js-routes-1.2.9.gem -> js-routes-1.3.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Readme.md new/Readme.md
--- old/Readme.md   2016-08-10 15:02:17.0 +0200
+++ new/Readme.md   2016-08-17 16:01:51.0 +0200
@@ -71,6 +71,10 @@
   * Example: `jQuery.param` - use jQuery's serializer algorithm. You can 
attach serialize function from your favorite AJAX framework.
   * Example: `MyApp.custom_serialize` - use completely custom serializer of 
your application.
 
+* `special_options_key` - a special key that helps js-routes to destinguish 
serialized model from options hash
+  * This options is required because JS doesn't provide a difference between 
an object and a hash
+  * Default: `_options`
+
 ### Very Advanced Setup
 
 In case you need multiple route files for different parts of your application, 
you have to create the files manually.
@@ -168,6 +172,22 @@
 Routes.user_path.required_params // => ['id']
 ```
 
+
+## Rails Compatibilities
+
+JsRoutes ties to be as close as possible to rails behaviour in all aspects of 
routing API.
+Please make and issue in case of any incomtibilities found outside of 
described below.
+
+### Object and Hash distinction issue
+
+Sometimes the destinction between JS Hash and Object can not be found by 
js-routes.
+In this case you would need to pass a special key to help:
+
+``` js
+Routes.company_project_path({company_id: 1, id: 2, _options: true}) // => 
"/companies/1/projects/2"
+```
+
+
 ## What about security?
 
 js-routes itself do not have security holes. It makes URLs
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/js_routes/version.rb new/lib/js_routes/version.rb
--- old/lib/js_routes/version.rb2016-08-10 15:02:17.0 +0200
+++ new/lib/js_routes/version.rb2016-08-17 16:01:51.0 +0200
@@ -1,3 +1,3 @@
 class JsRoutes
-  VERSION = "1.2.9"
+  VERSION = "1.3.0"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/js_routes.rb new/lib/js_routes.rb
--- old/lib/js_routes.rb2016-08-10 15:02:17.0 +0200
+++ new/lib/js_routes.rb2016-08-17 16:01:51.0 +0200
@@ -20,7 +20,8 @@
 camel_case: false,
 default_url_options: {},
 compact: false,
-serializer: nil
+serializer: nil,
+special_options_key: "_options",
   }
 
   NODE_TYPES = {
@@ -107,8 +108,9 @@
   "DEFAULT_URL_OPTIONS" => 
json(@options[:default_url_options].merge(deprecate_url_options)),
   "PREFIX"  => @options[:prefix] || 
Rails.application.config.relative_url_root || "",
   "NODE_TYPES"  => json(NODE_TYPES),
-  "SERIALIZER"  => @options[:serializer] || "null",
+  "SERIALIZER"  => @options[:serializer] || json(nil),
   "ROUTES"  => js_routes,
+  "SPECIAL_OPTIONS_KEY" => @options[:special_options_key].to_s
 }.inject(File.read(File.dirname(__FILE__) + "/routes.js")) do |js, (key, 
value)|
   js.gsub!(key, value)
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/routes.js new/lib/routes.js
--- old/lib/routes.js   2016-08-10 15:02:17.0 +0200
+++ new/lib/routes.js   2016-08-17 16:01:51.0 +0200
@@ -4,7 +4,7 @@
  */
 
 (function() {
-  var NodeTypes, ParameterMissing, ReservedOptions, Utils, 
createGlobalJsRoutesObject, 

commit rubygem-sprockets-rails for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2016-09-12 13:26:17

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


Package is "rubygem-sprockets-rails"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
  2016-07-21 07:57:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
 2016-09-12 13:26:19.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep  2 04:52:40 UTC 2016 - co...@suse.com
+
+- updated to version 3.2.0
+  no changelog found
+
+---

Old:

  sprockets-rails-3.1.1.gem

New:

  sprockets-rails-3.2.0.gem



Other differences:
--
++ rubygem-sprockets-rails.spec ++
--- /var/tmp/diff_new_pack.ezLKrQ/_old  2016-09-12 13:26:20.0 +0200
+++ /var/tmp/diff_new_pack.ezLKrQ/_new  2016-09-12 13:26:20.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sprockets-rails
-Version:3.1.1
+Version:3.2.0
 Release:0
 %define mod_name sprockets-rails
 %define mod_full_name %{mod_name}-%{version}

++ sprockets-rails-3.1.1.gem -> sprockets-rails-3.2.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-06-29 05:24:33.0 +0200
+++ new/README.md   2016-09-01 17:14:04.0 +0200
@@ -48,9 +48,12 @@
 
 Also see 
[Sprockets::Rails::Task](https://github.com/rails/sprockets-rails/blob/master/lib/sprockets/rails/task.rb)
 and 
[Rake::SprocketsTask](https://github.com/rails/sprockets/blob/master/lib/rake/sprocketstask.rb).
 
-
 ### Initializer options
 
+**`config.assets.unknown_asset_fallback`**
+
+When set to a truthy value, a result will be returned even if the requested 
asset is not found in the asset pipeline. When set to a falsey value it will 
raise an error when no asset is found in the pipeline. Defaults to `true`.
+
 **`config.assets.precompile`**
 
 Add additional assets to compile on deploy. Defaults to `application.js`, 
`application.css` and any other non-js/css file under `app/assets`.
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sprockets/rails/helper.rb 
new/lib/sprockets/rails/helper.rb
--- old/lib/sprockets/rails/helper.rb   2016-06-29 05:24:33.0 +0200
+++ new/lib/sprockets/rails/helper.rb   2016-09-01 17:14:04.0 +0200
@@ -6,6 +6,8 @@
 module Sprockets
   module Rails
 module Helper
+  class AssetNotFound < StandardError; end
+
   class AssetNotPrecompiled < StandardError
 include Sprockets::Rails::Utils
 def initialize(source)
@@ -33,7 +35,8 @@
 :assets_environment, :assets_manifest,
 :assets_precompile, :precompiled_asset_checker,
 :assets_prefix, :digest_assets, :debug_assets,
-:resolve_assets_with, :check_precompiled_asset
+:resolve_assets_with, :check_precompiled_asset,
+:unknown_asset_fallback
   ]
 
   def self.included(klass)
@@ -68,12 +71,26 @@
 end
   end
 
+  # Writes over the built in 
ActionView::Helpers::AssetUrlHelper#compute_asset_path
+  # to use the asset pipeline.
   def compute_asset_path(path, options = {})
 debug = options[:debug]
 
 if asset_path = resolve_asset_path(path, debug)
   File.join(assets_prefix || "/", legacy_debug_path(asset_path, debug))
 else
+  message =  "The asset #{ path.inspect } is not present in the asset 
pipeline."
+  raise AssetNotFound, message unless unknown_asset_fallback
+
+  if respond_to?(:public_compute_asset_path)
+message << "Falling back to an asset that may be in the public 
folder.\n"
+message << "This behavior is deprecated and will be removed.\n"
+message << "To bypass the asset pipeline and preserve this 
behavior,\n"
+message << "use the `skip_pipeline: true` option.\n"
+
+call_stack = respond_to?(:caller_locations) ? caller_locations : 
caller
+ActiveSupport::Deprecation.warn(message, call_stack)
+  end
   super
 end
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sprockets/rails/version.rb 
new/lib/sprockets/rails/version.rb
--- old/lib/sprockets/rails/version.rb  2016-06-29 05:24:33.0 +0200
+++ new/lib/sprockets/rails/version.rb  2016-09-01 

commit openCryptoki for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package openCryptoki for openSUSE:Factory 
checked in at 2016-09-12 13:25:40

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


Package is "openCryptoki"

Changes:

--- /work/SRC/openSUSE:Factory/openCryptoki/openCryptoki.changes
2016-08-05 18:17:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.openCryptoki.new/openCryptoki.changes   
2016-09-12 13:25:41.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep  1 17:06:45 UTC 2016 - mp...@suse.com
+
+- Added ocki-3.5-fix-pkcscca-calls.patch (bsc#996867).
+
+---

New:

  ocki-3.5-fix-pkcscca-calls.patch



Other differences:
--
++ openCryptoki.spec ++
--- /var/tmp/diff_new_pack.mnVYKu/_old  2016-09-12 13:25:42.0 +0200
+++ /var/tmp/diff_new_pack.mnVYKu/_new  2016-09-12 13:25:42.0 +0200
@@ -71,6 +71,7 @@
 Patch7: ocki-3.5-icsf-reasoncode-2028-added.patch
 Patch8: ocki-3.5-added-NULLreturn-check.patch
 Patch9: ocki-3.5-create-missing-tpm-token-lock-directory.patch
+Patch10:ocki-3.5-fix-pkcscca-calls.patch
 
 Url:https://sourceforge.net/projects/opencryptoki/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -158,6 +159,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 cp %{SOURCE2} .
 

++ ocki-3.5-fix-pkcscca-calls.patch ++
>From 814e5861701798b4f5872fcc20f7292f79987104 Mon Sep 17 00:00:00 2001
From: Eduardo Barretto 
Date: Tue, 30 Aug 2016 16:46:40 -0300
Subject: [PATCH] PKCSCCA: Fix symbol name to get the correct address

The csulincl.h file was changed to substitute the xxx_32 bit API
declarations with the latest CCA v5. In order to pkcscca work and avoid
"Illegal Instruction" we had to fix the symbol name that should be called
based on the csulincl.h change.

Signed-off-by: Eduardo Barretto 
---
 usr/sbin/pkcscca/pkcscca.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/usr/sbin/pkcscca/pkcscca.c b/usr/sbin/pkcscca/pkcscca.c
index 6d9f8dd..05caea3 100644
--- a/usr/sbin/pkcscca/pkcscca.c
+++ b/usr/sbin/pkcscca/pkcscca.c
@@ -1387,9 +1387,9 @@ int main(int argc, char **argv)
return -1;
}
 
-   CSNDKTC = dlsym(lib_csulcca, "CSNDKTC_32");
-   CSNBKTC = dlsym(lib_csulcca, "CSNBKTC_32");
-   CSNBKTC2 = dlsym(lib_csulcca, "CSNBKTC2_32");
+   CSNDKTC = dlsym(lib_csulcca, "CSNDKTC");
+   CSNBKTC = dlsym(lib_csulcca, "CSNBKTC");
+   CSNBKTC2 = dlsym(lib_csulcca, "CSNBKTC2");
ret = migrate_wrapped_keys(slot_id, userpin, masterkey);
}
 done:
-- 
1.9.1




commit supermin for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package supermin for openSUSE:Factory 
checked in at 2016-09-12 13:25:49

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


Package is "supermin"

Changes:

--- /work/SRC/openSUSE:Factory/supermin/supermin.changes2016-06-07 
23:46:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.supermin.new/supermin.changes   2016-09-12 
13:25:51.0 +0200
@@ -1,0 +2,8 @@
+Thu Sep  8 15:01:41 UTC 2016 - cbosdon...@suse.com
+
+- Remove use of SuSE-release and use os-release instead. (bsc#997936)
+  0001-add_simple_handling_of_os-release.patch
+  0002-use_os-release_to_detect_the_distro.patch
+  0003-tests_use__etc_os-release_in_test-harder.patch
+
+---

New:

  0001-add_simple_handling_of_os-release.patch
  0002-use_os-release_to_detect_the_distro.patch
  0003-tests_use__etc_os-release_in_test-harder.patch



Other differences:
--
++ supermin.spec ++
--- /var/tmp/diff_new_pack.r7Fxj7/_old  2016-09-12 13:25:52.0 +0200
+++ /var/tmp/diff_new_pack.r7Fxj7/_new  2016-09-12 13:25:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package supermin
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,9 @@
 Requires:   zypper
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:supermin-%{version}.tar.xz
+Patch0: 0001-add_simple_handling_of_os-release.patch
+Patch1: 0002-use_os-release_to_detect_the_distro.patch
+Patch2: 0003-tests_use__etc_os-release_in_test-harder.patch
 %if "%{?_ignore_exclusive_arch}" == ""
 ExclusiveArch:  x86_64 ppc64 ppc64le s390x aarch64
 %endif
@@ -45,11 +48,11 @@
 BuildRequires:  ocaml-findlib
 BuildRequires:  ocaml-rpm-macros >= 4.02.1
 BuildRequires:  pkg-config
+BuildRequires:  xz-devel
+BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(com_err)
 BuildRequires:  pkgconfig(ext2fs)
 BuildRequires:  pkgconfig(rpm)
-BuildRequires:  xz-devel
-BuildRequires:  zlib-devel
 
 %description
 supermin is a tool for building supermin appliances. These are tiny
@@ -59,6 +62,9 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 export ZYPPER=zypper

++ 0001-add_simple_handling_of_os-release.patch ++
>From libguestfs-boun...@redhat.com Wed Aug 31 13:20:03 2016
Return-Path: 
Delivered-To: unknown
Received: from gwmail.emea.novell.com (143.186.119.90:993) by laptop.vms
 with IMAP4-SSL; 31 Aug 2016 13:20:03 -
Received: from prv-mx.provo.novell.com (novprvlin0681.provo.novell.com
 [130.57.1.19]) by prv-mh.provo.novell.com with ESMTP (NOT encrypted); Wed,
 31 Aug 2016 07:09:26 -0600
Received: from mx6-phx2.redhat.com (209.132.183.39) by
 prv-mx.provo.novell.com (130.57.1.10) GWAVA SMTP; Wed, 31 Aug 2016 07:10:12
 -0600
X-Spam_ID:
 
str=0001.0A010202.57C6D706.0196:SCFSTAT2484459,ss=1,re=-4.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0
X-GWAVADAT:
 
gvWn3QsGV50RMxxr9c16c207872a47573356cfe20b727ec6b327e3bac2a6eaa5ec59d5e9d6aa834217boib3.17boib3.v6
Received: from lists01.pubmisc.prod.ext.phx2.redhat.com
 (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by
 mx6-phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u7VD5h2P022390; Wed, 31
 Aug 2016 09:05:44 -0400
Received: from int-mx09.intmail.prod.int.phx2.redhat.com
(int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22])
by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP
id u7VD5gWQ007141 for ;
Wed, 31 Aug 2016 09:05:42 -0400
Received: from thyrus.usersys.redhat.com (dhcp131-138.brq.redhat.com
[10.34.131.138])
by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP
id u7VD5eAY004091
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256
verify=NO)
for ; Wed, 31 Aug 2016 09:05:42 -0400
From: Pino Toscano 
To: libgues...@redhat.com
Date: Wed, 31 Aug 2016 15:05:35 +0200
Message-Id: <1472648736-5613-2-git-send-email-ptosc...@redhat.com>
In-Reply-To: <1472648736-5613-1-git-send-email-ptosc...@redhat.com>
References: <1472648736-5613-1-git-send-email-ptosc...@redhat.com>
X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22
X-loop: libgues...@redhat.com
Subject: [Libguestfs] [PATCH 1/2] Add simple handling of /etc/os-release
X-BeenThere: libgues...@redhat.com
X-Mailman-Version: 

commit rubygem-jquery-rails for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-jquery-rails for 
openSUSE:Factory checked in at 2016-09-12 13:26:34

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


Package is "rubygem-jquery-rails"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-jquery-rails/rubygem-jquery-rails.changes
2016-04-28 16:53:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-jquery-rails.new/rubygem-jquery-rails.changes
   2016-09-12 13:26:37.0 +0200
@@ -1,0 +2,16 @@
+Sat Aug 20 04:31:59 UTC 2016 - co...@suse.com
+
+- updated to version 4.2.1
+ see installed CHANGELOG.md
+
+  ## 4.2.0
+  
+  - Update jQuery to 3.1.0
+  
+  ## 4.2.0
+  
+  - Support jQuery 3.x
+  - Update jquery-ujs to 1.2.2
+  - Update jQuery to 1.12.4 and 2.2.4
+
+---

Old:

  jquery-rails-4.1.1.gem

New:

  jquery-rails-4.2.1.gem



Other differences:
--
++ rubygem-jquery-rails.spec ++
--- /var/tmp/diff_new_pack.HzrgS4/_old  2016-09-12 13:26:38.0 +0200
+++ /var/tmp/diff_new_pack.HzrgS4/_new  2016-09-12 13:26:38.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jquery-rails
-Version:4.1.1
+Version:4.2.1
 Release:0
 %define mod_name jquery-rails
 %define mod_full_name %{mod_name}-%{version}
@@ -32,7 +32,7 @@
 BuildRequires:  %{ruby >= 1.9.3}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
-Url:http://rubygems.org/gems/jquery-rails
+Url:https://github.com/rails/jquery-rails
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Use jQuery with Rails 4+

++ jquery-rails-4.1.1.gem -> jquery-rails-4.2.1.gem ++
 10832 lines of diff (skipped)




commit rubygem-httpclient for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-httpclient for 
openSUSE:Factory checked in at 2016-09-12 13:26:20

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


Package is "rubygem-httpclient"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-httpclient/rubygem-httpclient.changes
2016-08-25 09:55:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-httpclient.new/rubygem-httpclient.changes   
2016-09-12 13:26:23.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 16 04:30:08 UTC 2016 - co...@suse.com
+
+- updated to version 2.8.2.1
+  no changelog found
+
+---

Old:

  httpclient-2.8.1.gem

New:

  httpclient-2.8.2.1.gem



Other differences:
--
++ rubygem-httpclient.spec ++
--- /var/tmp/diff_new_pack.YNGBW0/_old  2016-09-12 13:26:24.0 +0200
+++ /var/tmp/diff_new_pack.YNGBW0/_new  2016-09-12 13:26:24.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-httpclient
-Version:2.8.1
+Version:2.8.2.1
 Release:0
 %define mod_name httpclient
 %define mod_full_name %{mod_name}-%{version}

++ httpclient-2.8.1.gem -> httpclient-2.8.2.1.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/httpclient/jruby_ssl_socket.rb 
new/lib/httpclient/jruby_ssl_socket.rb
--- old/lib/httpclient/jruby_ssl_socket.rb  2016-08-07 09:30:27.0 
+0200
+++ new/lib/httpclient/jruby_ssl_socket.rb  2016-08-16 04:30:22.0 
+0200
@@ -316,6 +316,7 @@
 return if cert_source == :default
 if cert_source.respond_to?(:to_pem)
   pem = cert_source.to_pem
+  load_pem(pem)
 elsif File.directory?(cert_source)
   warn("#{cert_source}: directory not yet supported")
   return
@@ -326,7 +327,8 @@
 when /-BEGIN CERTIFICATE-/
   pem = ''
 when /-END CERTIFICATE-/
-  break
+  load_pem(pem)
+  # keep parsing in case where multiple certificates in a file
 else
   if pem
 pem << line
@@ -334,9 +336,6 @@
 end
   end
 end
-cert = PEMUtils.read_certificate(pem)
-@size += 1
-@trust_store.setCertificateEntry("cert_#{@size}", cert)
   end
 
   def trust_store
@@ -346,6 +345,14 @@
   @trust_store
 end
   end
+
+private
+
+  def load_pem(pem)
+cert = PEMUtils.read_certificate(pem)
+@size += 1
+@trust_store.setCertificateEntry("cert_#{@size}", cert)
+  end
 end
 
 # Ported from commons-httpclient 'BrowserCompatHostnameVerifier'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/httpclient/session.rb 
new/lib/httpclient/session.rb
--- old/lib/httpclient/session.rb   2016-08-07 09:30:27.0 +0200
+++ new/lib/httpclient/session.rb   2016-08-16 04:30:22.0 +0200
@@ -21,7 +21,7 @@
 require 'httpclient/timeout' # TODO: remove this once we drop 1.8 support
 require 'httpclient/ssl_config'
 require 'httpclient/http'
-if defined?(JRuby)
+if RUBY_ENGINE == 'jruby'
   require 'httpclient/jruby_ssl_socket'
 else
   require 'httpclient/ssl_socket'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/httpclient/ssl_config.rb 
new/lib/httpclient/ssl_config.rb
--- old/lib/httpclient/ssl_config.rb2016-08-07 09:30:27.0 +0200
+++ new/lib/httpclient/ssl_config.rb2016-08-16 04:30:22.0 +0200
@@ -39,21 +39,27 @@
 if SSLEnabled
   include OpenSSL
 
-  module ::OpenSSL
-module X509
-  class Store
-attr_reader :_httpclient_cert_store_items
-
-def initialize(*a, )
-  super(*a, )
-  @_httpclient_cert_store_items = [ENV['SSL_CERT_FILE'] || 
:default]
-end
+  if RUBY_ENGINE == 'jruby'
+module ::OpenSSL
+  module X509
+class Store
+  attr_reader :_httpclient_cert_store_items
+
+  # TODO: use prepend instead when we drop JRuby + 1.9.x support
+  wrapped = {}
+
+  wrapped[:initialize] = instance_method(:initialize)
+  define_method(:initialize) do |*args|
+wrapped[:initialize].bind(self).call(*args)
+@_httpclient_cert_store_items = [ENV['SSL_CERT_FILE'] || 
:default]
+  end
 
-[:add_cert, :add_file, :add_path].each do |m|
- 

commit bcm43xx-firmware for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package bcm43xx-firmware for 
openSUSE:Factory checked in at 2016-09-12 13:26:04

Comparing /work/SRC/openSUSE:Factory/bcm43xx-firmware (Old)
 and  /work/SRC/openSUSE:Factory/.bcm43xx-firmware.new (New)


Package is "bcm43xx-firmware"

Changes:

--- /work/SRC/openSUSE:Factory/bcm43xx-firmware/bcm43xx-firmware.changes
2016-09-05 21:24:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.bcm43xx-firmware.new/bcm43xx-firmware.changes   
2016-09-12 13:26:06.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep  7 17:32:02 UTC 2016 - afaer...@suse.de
+
+- Move %post script to install-brcmfmac.sh, add 50-brcmfmac.conf.
+  This avoids workarounds for Kiwi images. (tiwai)
+
+---
@@ -6,0 +13 @@
+* Added brcmfmac43362-sdio-{cubietruck,bananapi-{m1+,m2}}.txt

New:

  50-brcmfmac.conf
  install-brcmfmac.sh



Other differences:
--
++ bcm43xx-firmware.spec ++
--- /var/tmp/diff_new_pack.35q4gy/_old  2016-09-12 13:26:07.0 +0200
+++ /var/tmp/diff_new_pack.35q4gy/_new  2016-09-12 13:26:07.0 +0200
@@ -19,28 +19,35 @@
 Name:   bcm43xx-firmware
 Version:20160301
 Release:0
-Summary:Firmware for the Broadcom BCM43xx chipset family
+Summary:Firmware for the Broadcom/Cypress BCM43xx chipset family
 License:SUSE-Firmware
 Group:  System/Kernel
-Url:http://www.broadcom.com/products/wireless-connectivity
+Url:https://community.cypress.com/community/linux
 # From https://github.com/raspberrypi/linux/issues/1325#issuecomment-195560582
 # Phil Elwell (Raspberry Pi Foundation) wrote: "Broadcom have said that
 # the firmware files for the BCM43438 are covered under this licence:"
 Source0:
https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/plain/LICENCE.broadcom_bcm43xx
+Source1:50-brcmfmac.conf
+Source2:install-brcmfmac.sh
+#BCM43362
 Source3621: 
http://dl.cubieboard.org/public/Cubieboard/benn/firmware/ap6210/nvram_ap6210.txt#/brcmfmac43362-sdio-cubietruck.txt
 Source3622: 
https://github.com/Bananian/bananian/raw/master/deb/u-boot-m2-bananian_armhf/lib/firmware/brcm/brcmfmac43362-sdio.txt#/brcmfmac43362-sdio-bananapi-m2.txt
 Source3623: 
https://github.com/Bananian/bananian/raw/master/deb/u-boot-pro-bananian_armhf/lib/firmware/brcm/brcmfmac43362-sdio.txt#/brcmfmac43362-sdio-bananapi-m1+.txt
+#BCM43430
 Source4300: 
https://github.com/RPi-Distro/firmware-nonfree/raw/master/brcm80211/brcm/brcmfmac43430-sdio.bin
 Source4301: 
https://github.com/RPi-Distro/firmware-nonfree/raw/master/brcm80211/brcm/brcmfmac43430-sdio.txt#/brcmfmac43430-sdio-raspberrypi3b.txt
 Source4309: http://phelum.net/temp/BCM43430A1.hcd
 # Owns /lib/firmware/brcm and potentially conflicts
 BuildRequires:  kernel-firmware
+# Owns /etc/modprobe.d
+BuildRequires:  suse-module-tools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
 This package provides the firmware files needed for the
-Broadcom BCM43430 Wifi+Bluetooth chipset.
+Broadcom (now Cypress) BCM43430 Wifi+Bluetooth chipset
+as well as NVRAM config files for BCM43362 and BCM43430.
 
 %prep
 %setup -q -c -T
@@ -49,32 +56,19 @@
 %build
 
 %install
+mkdir -p %{buildroot}%{_sysconfdir}/modprobe.d
+install -c -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/modprobe.d
+mkdir -p %{buildroot}%{_sbindir}
+install -c -m 0755 %{SOURCE2} %{buildroot}%{_sbindir}/install-brcmfmac
 # Used by brcmfmac
-install -D -m 0644 %{SOURCE3621} 
%{buildroot}/lib/firmware/brcm/brcmfmac43362-sdio-cubietruck.txt
-install -D -m 0644 %{SOURCE3622} 
%{buildroot}/lib/firmware/brcm/brcmfmac43362-sdio-bananapi-m2.txt
-install -D -m 0644 %{SOURCE3623} 
%{buildroot}/lib/firmware/brcm/brcmfmac43362-sdio-bananapi-m1+.txt
-install -D -m 0644 %{SOURCE4300} 
%{buildroot}/lib/firmware/brcm/brcmfmac43430-sdio.bin
-install -D -m 0644 %{SOURCE4301} 
%{buildroot}/lib/firmware/brcm/brcmfmac43430-sdio-raspberrypi3b.txt
+mkdir -p %{buildroot}/lib/firmware/brcm
+install -c -m 0644 %{SOURCE3621} %{buildroot}/lib/firmware/brcm/
+install -c -m 0644 %{SOURCE3622} %{buildroot}/lib/firmware/brcm/
+install -c -m 0644 %{SOURCE3623} %{buildroot}/lib/firmware/brcm/
+install -c -m 0644 %{SOURCE4300} %{buildroot}/lib/firmware/brcm/
+install -c -m 0644 %{SOURCE4301} %{buildroot}/lib/firmware/brcm/
 # Used by bluez (hciattach)
-install -D -m 0644 %{SOURCE4309} %{buildroot}/lib/firmware/BCM43430A1.hcd
-
-%post
-if [[ -e /sys/firmware/devicetree/base/compatible ]]; then
-  case "$(cat /sys/firmware/devicetree/base/compatible 2>/dev/null)" in
-  *cubietech,cubietruck*)
-ln -sf 

commit gcin for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package gcin for openSUSE:Factory checked in 
at 2016-09-12 13:25:56

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


Package is "gcin"

Changes:

--- /work/SRC/openSUSE:Factory/gcin/gcin.changes2016-06-19 
10:42:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcin.new/gcin.changes   2016-09-12 
13:25:57.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep  9 09:48:26 UTC 2016 - g...@suse.com
+
+- Remove libappindicator since KDE already brought system tray icon
+  back.
+
+---



Other differences:
--
++ gcin.spec ++
--- /var/tmp/diff_new_pack.rf4oj2/_old  2016-09-12 13:25:58.0 +0200
+++ /var/tmp/diff_new_pack.rf4oj2/_new  2016-09-12 13:25:58.0 +0200
@@ -57,13 +57,6 @@
 BuildRequires:  libQt5PlatformSupport-devel-static
 BuildRequires:  libqt5-qtbase-devel
 %endif
-%if 0%{?suse_version} > 1315
-BuildRequires:  libappindicator3-devel
-%else
-%if 0%{?suse_version} == 1315 && 0%{?is_opensuse}
-BuildRequires:  libappindicator3-devel
-%endif
-%endif
 Requires:   %{name}-branding
 Requires:   %{name}-gtk2 = %{version}
 Requires:   %{name}-qt4 = %{version}
@@ -78,13 +71,6 @@
 %if 0%{?suse_version} >= 1310
 Requires:   %{name}-qt5 = %{version}
 %endif
-%if 0%{?suse_version} > 1315
-Requires:   libappindicator3-1
-%else
-%if 0%{?suse_version} == 1315 && 0%{?is_opensuse}
-Requires:   libappindicator3-1
-%endif
-%endif
 
 %description
 gcin is a Chinese input method server for traditional Chinese.




commit translate-toolkit for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package translate-toolkit for 
openSUSE:Factory checked in at 2016-09-12 13:25:46

Comparing /work/SRC/openSUSE:Factory/translate-toolkit (Old)
 and  /work/SRC/openSUSE:Factory/.translate-toolkit.new (New)


Package is "translate-toolkit"

Changes:

--- /work/SRC/openSUSE:Factory/translate-toolkit/translate-toolkit.changes  
2015-11-11 10:36:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.translate-toolkit.new/translate-toolkit.changes 
2016-09-12 13:25:47.0 +0200
@@ -1,0 +2,21 @@
+Thu Sep  1 11:26:19 UTC 2016 - elchev...@opensuse.org
+
+- Update to 1.99.5 (2.0.0 Beta 5)
+  * Minor fixes
+- require lxml 3.5.0 or newer
+  
+---
+Wed Jul 27 09:53:37 UTC 2016 - buschman...@opensuse.org
+
+- Update to 1.99.3 (2.0.0 Beta 3)
+  * Python 3 compatibility thanks to Claude Paroz
+  * Dropped support for Python 2.6
+  * Changes in storage API to expose a more standardized API
+- require python 2.7 or newer
+
+---
+Thu Apr 28 15:36:27 UTC 2016 - mic...@cihar.com
+
+- Update to 1.14.0-rc1
+
+---

Old:

  translate-toolkit-1.13.0.tar.bz2

New:

  translate-toolkit-2.0.0b5.tar.bz2



Other differences:
--
++ translate-toolkit.spec ++
--- /var/tmp/diff_new_pack.2J7b2j/_old  2016-09-12 13:25:48.0 +0200
+++ /var/tmp/diff_new_pack.2J7b2j/_new  2016-09-12 13:25:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package translate-toolkit
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,16 @@
 #
 
 
+%define _tarball_version 2.0.0b5
+
 Name:   translate-toolkit
-Version:1.13.0
+Version:1.98.5
 Release:0
 Summary:Tools and API to assist with translation and software 
localization
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://toolkit.translatehouse.org/
-Source: 
https://github.com/translate/translate/releases/download/%{version}/%{name}-%{version}.tar.bz2
+Source: 
https://github.com/translate/translate/releases/download/%{_tarball_version}/%{name}-%{_tarball_version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gettext-runtime
 BuildRequires:  iso-codes
@@ -32,9 +34,9 @@
 BuildRequires:  python-Levenshtein
 BuildRequires:  python-Sphinx
 BuildRequires:  python-beautifulsoup4
-BuildRequires:  python-devel
+BuildRequires:  python-devel >= 2.7
 BuildRequires:  python-iniparse
-BuildRequires:  python-lxml
+BuildRequires:  python-lxml >= 3.5.0
 BuildRequires:  python-lxml-doc
 BuildRequires:  python-pyenchant
 BuildRequires:  python-pytest
@@ -90,7 +92,7 @@
 toolkit or to use the libraries in other localization tools.
 
 %prep
-%setup -q
+%setup -n %{name}-%{_tarball_version} -q
 sed -i 296"s|'share'|'translate/share'|" setup.py
 # fix for bnc#750652 - remove Apache-2.0 file - difflib is the fallback 
solution
 rm translate/misc/diff_match_patch.py*
@@ -155,7 +157,7 @@
 %{_bindir}/*
 %{_mandir}/man1/*
 %{python_sitelib}/translate
-%{python_sitelib}/translate_toolkit-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/translate_toolkit-%{_tarball_version}-py%{py_ver}.egg-info
 
 %files devel-doc
 %defattr(-,root,root)

++ translate-toolkit-1.13.0.tar.bz2 -> translate-toolkit-2.0.0b5.tar.bz2 
++
 70316 lines of diff (skipped)




commit skelcd-control-openSUSE for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory checked in at 2016-09-12 13:24:37

Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new (New)


Package is "skelcd-control-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes
2016-08-31 00:02:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new/skelcd-control-openSUSE-promo.changes
   2016-09-12 13:24:38.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep  8 12:24:32 UTC 2016 - lsle...@suse.cz
+
+- Cleanup: remove the LiveCD configuration, the yast2-live-installer
+  package was dropped in Tumbleweed (bsc#997829)
+- 42.2.99.1
+
+---
skelcd-control-openSUSE.changes: same change

Old:

  skelcd-control-openSUSE-42.2.4.tar.bz2

New:

  skelcd-control-openSUSE-42.2.99.1.tar.bz2



Other differences:
--
++ skelcd-control-openSUSE-promo.spec ++
--- /var/tmp/diff_new_pack.dJvitB/_old  2016-09-12 13:24:40.0 +0200
+++ /var/tmp/diff_new_pack.dJvitB/_new  2016-09-12 13:24:40.0 +0200
@@ -27,7 +27,7 @@
 #
 ##
 Name:   skelcd-control-openSUSE-promo
-Version:42.2.4
+Version:42.2.99.1
 Release:0
 Summary:The openSUSE Installation Control file
 License:MIT

skelcd-control-openSUSE.spec: same change
++ skelcd-control-openSUSE-42.2.4.tar.bz2 -> 
skelcd-control-openSUSE-42.2.99.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-42.2.4/control/control.openSUSE.xml 
new/skelcd-control-openSUSE-42.2.99.1/control/control.openSUSE.xml
--- old/skelcd-control-openSUSE-42.2.4/control/control.openSUSE.xml 
2016-08-26 15:52:11.0 +0200
+++ new/skelcd-control-openSUSE-42.2.99.1/control/control.openSUSE.xml  
2016-09-09 08:47:12.0 +0200
@@ -464,24 +464,6 @@
 
 
 
-Live Installation Settings
-live_installation
-initial
-initial
-live_inst_initial
-no
-
-hwinfo
-partitions
-bootloader
-country_simple
-timezone
-users
-default_target
-
-
-
-
 Update Settings
 update
 initial
@@ -729,93 +711,6 @@
 
 
 
-
-
-
-all
-yes
-yes
-
-Installation
-live_installation
-initial
-
-   
-Load linuxrc Network Configuration
-install_inf
-
-
-Network Autosetup
-setup_dhcp
-
-
-Welcome
-complex_welcome
-no
-yes
-
-yes
-
-true
-
-
-Time Zone
-timezone
-
-yes
-
-yes
-
-
-Disk
-disk_proposal
-yes
-yes
-
-
-User Settings
-user_first
-
-
-User Settings
-root_first
-
-
-Installation Settings
-inst_live_pre-proposal
-
-
-Installation Settings
-inst_proposal
-initial
-
-
-
-Perform Installation
-prepareprogress
-
-
-Perform Installation
-inst_prepdisk
-
-
-Perform Installation
-inst_kickoff
-
-
-Perform Installation
-inst_live_doit
-no
-no
-
-
-Perform 

commit obs-service-tar_scm for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package obs-service-tar_scm for 
openSUSE:Factory checked in at 2016-09-12 13:25:22

Comparing /work/SRC/openSUSE:Factory/obs-service-tar_scm (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-tar_scm.new (New)


Package is "obs-service-tar_scm"

Changes:

--- /work/SRC/openSUSE:Factory/obs-service-tar_scm/obs-service-tar_scm.changes  
2016-08-29 15:42:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-tar_scm.new/obs-service-tar_scm.changes 
2016-09-12 13:25:28.0 +0200
@@ -1,0 +2,57 @@
+Wed Aug 31 15:26:51 UTC 2016 - adr...@suse.de
+
+- Update to version 0.6.1.1472657181.ff9a5ca:
+  * make yaml dependency optional for travis
+  * Add an option 'master' to submodules to fetch the latest mater branch.
+  * tar_scm.py: Always use an absolute path for the 'output' directory
+  * do not set files back to 1970...
+  * transfer mtime via obsinfo
+  * create needed sub directories for cache handling
+  * prefer local cache directory
+  * - weak dependency to mercurial for debian
+  * add python-dateutil require for debian
+  * testing on debian is broken atm
+
+---
+Wed Aug 31 15:10:37 UTC 2016 - adr...@suse.de
+
+- Update to version 0.6.1.1472656157.58c52d8:
+  * make yaml dependency optional for travis
+  * Add an option 'master' to submodules to fetch the latest mater branch.
+  * tar_scm.py: Always use an absolute path for the 'output' directory
+  * do not set files back to 1970...
+  * transfer mtime via obsinfo
+  * create needed sub directories for cache handling
+  * prefer local cache directory
+  * - weak dependency to mercurial for debian
+  * add python-dateutil require for debian
+  * testing on debian is broken atm
+
+---
+Wed Aug 31 14:55:10 UTC 2016 - adr...@suse.de
+
+- Update to version 0.6.1.1472655284.4930b81:
+  * add python-dateutil require for debian
+  * testing on debian is broken atm
+
+---
+Wed Aug 31 09:53:37 UTC 2016 - adr...@suse.de
+
+- fix debian builds
+
+---
+Wed Aug 31 09:53:23 UTC 2016 - adr...@suse.de
+
+- Update to version 0.6.1.1472636708.355b59a:
+  * fix some more merge regressions
+  * pep8 fixes/workarounds
+  * make yaml dependency optional for travis
+  * Add an option 'master' to submodules to fetch the latest mater branch.
+  * tar_scm.py: Always use an absolute path for the 'output' directory
+  * do not set files back to 1970...
+  * transfer mtime via obsinfo
+  * create needed sub directories for cache handling
+  * prefer local cache directory
+  * - weak dependency to mercurial for debian
+
+---

Old:

  obs-service-tar_scm-0.6.1.1471594222.d257927.tar.gz

New:

  obs-service-tar_scm-0.6.1.1472657181.ff9a5ca.tar.gz



Other differences:
--
++ obs-service-tar_scm.spec ++
--- /var/tmp/diff_new_pack.73kzfg/_old  2016-09-12 13:25:29.0 +0200
+++ /var/tmp/diff_new_pack.73kzfg/_new  2016-09-12 13:25:29.0 +0200
@@ -20,18 +20,18 @@
 %define seperate_build 0
 
 %if "%seperate_build" == "1"
-%define version_unconverted 0.6.1.1471594222.d257927
+%define version_unconverted 0.6.1.1472657181.ff9a5ca
 
 Name:   obs-service-obs_scm
 %else
-%define version_unconverted 0.6.1.1471594222.d257927
+%define version_unconverted 0.6.1.1472657181.ff9a5ca
 
 Name:   obs-service-%{service}
 #Obsoletes:  obs-service-obs_scm
 Provides:   obs-service-obs_scm = %version-%release
 %endif
 Provides:   obs-service-tar = %version-%release
-Version:0.6.1.1471594222.d257927
+Version:0.6.1.1472657181.ff9a5ca
 Release:0
 Summary:An OBS source service: checkout or update a tar ball from 
svn/git/hg
 License:GPL-2.0+

++ 0001-Debianization-disable-running-mercurial-tests.patch ++
--- /var/tmp/diff_new_pack.73kzfg/_old  2016-09-12 13:25:29.0 +0200
+++ /var/tmp/diff_new_pack.73kzfg/_new  2016-09-12 13:25:29.0 +0200
@@ -14,19 +14,6 @@
  tests/test.py  | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/debian/control b/debian/control
-index a45fa04..6f3551d 100644
 a/debian/control
-+++ b/debian/control
-@@ -2,7 +2,7 @@ Source: obs-service-tar-scm
- Section: devel
- Priority: extra
- Maintainer: Daniel Gollub 
--Build-Depends: debhelper (>= 8.0.0), bzr, git, mercurial, pep8, python (>= 
2.6), python-argparse | python (>= 2.7), python-unittest2, subversion
-+Build-Depends: debhelper (>= 8.0.0), bzr, git, 

commit kdeconnect-kde for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package kdeconnect-kde for openSUSE:Factory 
checked in at 2016-09-12 13:25:37

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


Package is "kdeconnect-kde"

Changes:

--- /work/SRC/openSUSE:Factory/kdeconnect-kde/kdeconnect-kde.changes
2016-03-12 12:31:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeconnect-kde.new/kdeconnect-kde.changes   
2016-09-12 13:25:38.0 +0200
@@ -1,0 +2,27 @@
+Wed Sep  7 10:19:34 UTC 2016 - wba...@tmo.at
+
+- Add fix-build-with-older-qt.patch from upstream to make it
+  compile with Qt < 5.6, and lower the Qt requirement to 5.2 again
+  (as demanded by CMakeLists.txt)
+
+---
+Fri Aug 26 22:28:10 UTC 2016 - herb...@graeber-clan.de
+
+- Add firewalld service file
+
+---
+Fri Aug 26 19:26:49 UTC 2016 - fab...@ritter-vogt.de
+
+- Build docs again
+- Require at least Qt 5.6
+
+---
+Fri Aug 26 19:14:41 UTC 2016 - lbeltr...@kde.org
+
+- New upstream version 1.0
+  * Trigger custom commands from phone
+  * Reply to SMS messages from the desktop
+  * Receive desktop notifications on phone
+  * TLS encryption 
+
+---

Old:

  kdeconnect-kde-0.9g.tar.xz

New:

  fix-build-with-older-qt.patch
  kdeconnect-kde-1.0.tar.xz
  kdeconnect-kde-firewalld.xml



Other differences:
--
++ kdeconnect-kde.spec ++
--- /var/tmp/diff_new_pack.84dEGX/_old  2016-09-12 13:25:39.0 +0200
+++ /var/tmp/diff_new_pack.84dEGX/_new  2016-09-12 13:25:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdeconnect-kde
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,16 +17,17 @@
 
 
 Name:   kdeconnect-kde
-Version:0.9g
-# dirver only needed for this "fixed" version, shouldn't be needed in next 
release
-%define dirver  0.9
+Version:1.0
 Release:0
 Summary:KDE Android integration
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:
https://projects.kde.org/projects/playground/base/kdeconnect-kde
-Source: 
http://download.kde.org/unstable/kdeconnect/%{dirver}/src/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/kdeconnect/%{version}/src/%{name}-%{version}.tar.xz
 Source100:  kdeconnect-kde.SuSEfirewall
+Source101:  kdeconnect-kde-firewalld.xml
+# PATCH-FIX-UPSTREAM fix-build-with-older-qt.patch -- Make it compile with Qt 
< 5.6
+Patch:  fix-build-with-older-qt.patch
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.9
 BuildRequires:  kf5-filesystem
@@ -34,6 +35,7 @@
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5DBusAddons)
 BuildRequires:  cmake(KF5Declarative)
+BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IconThemes)
 BuildRequires:  cmake(KF5KCMUtils)
@@ -70,6 +72,7 @@
 %{lang_package}
 %prep
 %setup -q
+%patch -p1
 
 %build
 %cmake_kf5 -d build
@@ -85,6 +88,8 @@
 # susefirewall config file
 install -D -m 0644 %{S:100} \
 %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
+install -D -m 0644 %{S:101} \
+%{buildroot}%{_libexecdir}/firewalld/services/%{name}.xml
 
 %suse_update_desktop_file 
%{buildroot}%{_kf5_applicationsdir}/org.kde.kdeconnect.nonplasma.desktop 
Network RemoteAccess
 
@@ -95,6 +100,9 @@
 %defattr(-,root,root)
 %doc COPYING README*
 %config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
+%dir %{_libexecdir}/firewalld
+%dir %{_libexecdir}/firewalld/services
+%{_libexecdir}/firewalld/services/%{name}.xml
 %{_kf5_libdir}/libkdeconnect*.so.*
 %{_kf5_plugindir}/
 %{_kf5_applicationsdir}/*.desktop
@@ -111,7 +119,7 @@
 %{_kf5_sharedir}/dbus-1/services/org.kde.kdeconnect.service
 %{_kf5_configdir}/autostart/kdeconnectd.desktop
 %{_kf5_iconsdir}/hicolor/*/status/*
-# %{_kf5_htmldir}/en/kdeconnect/
+%{_kf5_htmldir}/en/kdeconnect-kde/
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)

++ fix-build-with-older-qt.patch ++
From: Albert Vaca 
Date: Sun, 28 Aug 2016 09:19:00 +
Subject: Make it compile with Qt < 5.6
X-Git-Url: 

commit u-boot for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2016-09-12 13:25:02

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


Package is "u-boot"

Changes:

--- /work/SRC/openSUSE:Factory/u-boot/u-boot-a10-olinuxino-lime.changes 
2016-09-05 21:25:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-a10-olinuxino-lime.changes
2016-09-12 13:25:03.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  7 09:02:59 UTC 2016 - guilla...@opensuse.org
+
+- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed
+* Patches added:
+  0019-common-env_nand-Ensure-that-we-have.patch
+
+---
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-firefly-rk3288.changes: same change
u-boot-highbank.changes: same change
u-boot-hyundaia7hd.changes: same change
u-boot-jetson-tk1.changes: same change
u-boot-melea1000.changes: same change
u-boot-merriia80optimus.changes: same change
u-boot-mx53loco.changes: same change
u-boot-mx6cuboxi.changes: same change
u-boot-mx6qsabrelite.changes: same change
u-boot-odroid-c2.changes: same change
u-boot-odroid-xu3.changes: same change
u-boot-odroid.changes: same change
u-boot-omap3beagle.changes: same change
u-boot-omap4panda.changes: same change
u-boot-orangepipc.changes: same change
u-boot-p2371-2180.changes: same change
u-boot-paz00.changes: same change
u-boot-pcm051rev3.changes: same change
u-boot-pine64plus.changes: same change
u-boot-qemu-ppce500.changes: same change
u-boot-rpi.changes: same change
u-boot-rpi2.changes: same change
u-boot-rpi3.changes: same change
u-boot-snow.changes: same change
u-boot-spring.changes: same change
u-boot-udoo.changes: same change
u-boot.changes: same change

New:

  0019-common-env_nand-Ensure-that-we-have.patch



Other differences:
--
++ u-boot-a10-olinuxino-lime.spec ++
--- /var/tmp/diff_new_pack.C4B5ai/_old  2016-09-12 13:25:26.0 +0200
+++ /var/tmp/diff_new_pack.C4B5ai/_new  2016-09-12 13:25:26.0 +0200
@@ -59,6 +59,7 @@
 Patch0016:  0016-smbios-Expose-in-efi_loader-as-tabl.patch
 Patch0017:  0017-efi_loader-Fix-efi_install_configur.patch
 Patch0018:  0018-smbios-Provide-serial-number.patch
+Patch0019:  0019-common-env_nand-Ensure-that-we-have.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Arndale board need DTC >= 1.4
 BuildRequires:  bc
@@ -114,9 +115,10 @@
 %patch0016 -p1
 %patch0017 -p1
 %patch0018 -p1
+%patch0019 -p1
 
 %build
-export SOURCE_DATE_EPOCH=1472858744
+export SOURCE_DATE_EPOCH=1473238979
 make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" 
A10-OLinuXino-Lime_defconfig
 make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" 
USE_PRIVATE_LIBGG=yes
 %if "%{name}" == "u-boot-snow" || "%{name}" == "u-boot-spring"
@@ -131,7 +133,7 @@
 %endif
 
 %install
-export SOURCE_DATE_EPOCH=1472858744
+export SOURCE_DATE_EPOCH=1473238979
 export NO_BRP_STRIP_DEBUG=true
 export NO_DEBUGINFO_STRIP_DEBUG=true
 %define uboot_dir /boot

++ u-boot-a13-olinuxino.spec ++
--- /var/tmp/diff_new_pack.C4B5ai/_old  2016-09-12 13:25:26.0 +0200
+++ /var/tmp/diff_new_pack.C4B5ai/_new  2016-09-12 13:25:26.0 +0200
@@ -59,6 +59,7 @@
 Patch0016:  0016-smbios-Expose-in-efi_loader-as-tabl.patch
 Patch0017:  0017-efi_loader-Fix-efi_install_configur.patch
 Patch0018:  0018-smbios-Provide-serial-number.patch
+Patch0019:  0019-common-env_nand-Ensure-that-we-have.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Arndale board need DTC >= 1.4
 BuildRequires:  bc
@@ -114,9 +115,10 @@
 %patch0016 -p1
 %patch0017 -p1
 %patch0018 -p1
+%patch0019 -p1
 
 %build
-export SOURCE_DATE_EPOCH=1472858744
+export SOURCE_DATE_EPOCH=1473238979
 make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" 
A13-OLinuXino_defconfig
 make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" 
USE_PRIVATE_LIBGG=yes
 %if "%{name}" == "u-boot-snow" || "%{name}" == "u-boot-spring"
@@ -131,7 +133,7 @@
 

commit rustc-1_9 for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package rustc-1_9 for openSUSE:Factory 
checked in at 2016-09-12 13:24:56

Comparing /work/SRC/openSUSE:Factory/rustc-1_9 (Old)
 and  /work/SRC/openSUSE:Factory/.rustc-1_9.new (New)


Package is "rustc-1_9"

Changes:

--- /work/SRC/openSUSE:Factory/rustc-1_9/rustc-1_9.changes  2016-08-26 
23:16:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.rustc-1_9.new/rustc-1_9.changes 2016-09-12 
13:24:58.0 +0200
@@ -1,0 +2,7 @@
+Sun Jul 31 15:03:38 UTC 2016 - jeng...@inai.de
+
+- Use smp_mflags for parallel building. Avoid sh invocation for
+  simple ldconfig calls. Drop archaic %clean section.
+  Drop filler words from summary.
+
+---



Other differences:
--
++ rustc-1_9.spec ++
--- /var/tmp/diff_new_pack.ZpZ4Ci/_old  2016-09-12 13:24:59.0 +0200
+++ /var/tmp/diff_new_pack.ZpZ4Ci/_new  2016-09-12 13:24:59.0 +0200
@@ -20,7 +20,7 @@
 Name:   rustc-1_9
 Version:1.9.0
 Release:0
-Summary:Systems programming language that runs blazingly fast
+Summary:A systems programming language
 License:MIT or Apache-2.0
 Group:  Development/Languages/Other
 Url:http://www.rust-lang.org
@@ -63,13 +63,13 @@
 Rust is a systems programming language focused on three goals:
 safety, speed, and concurrency. It maintains these goals without
 having a garbage collector, making it a useful language for a
-number of use cases other languages aren’t good at: embedding
+number of use cases other languages are not good at: embedding
 in other languages, programs with specific space and time
 requirements, and writing low-level code, like device drivers
 and operating systems. It improves on current languages targeting
 this space by having a number of compile-time safety checks
 that produce no runtime overhead, while eliminating all
-data races. Rust also aims to achieve ‘zero-cost abstractions’
+data races. Rust also aims to achieve "zero-cost abstractions",
 even though some of these abstractions feel like those of a
 high-level language. Even then, Rust still allows precise
 control like a low-level language would.
@@ -88,7 +88,8 @@
 Supplements:packageand(%{name}:gdb)
 
 %description -n rust-1_9-gdb
-Pretty printers and a wrapper script for invoking gdb on rust binaries
+This subpackage provides pretty printers and a wrapper script for
+invoking gdb on rust binaries.
 
 %prep
 %setup -q -n rustc-%{version}
@@ -106,10 +107,10 @@
 --local-rust-root=%{_prefix} \
 %endif
 --prefix=%{_prefix}
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-make %{?jobs:-j%jobs} install DESTDIR=$RPM_BUILD_ROOT
+make %{?_smp_mflags} install DESTDIR=$RPM_BUILD_ROOT
 
 # Remove executable permission from HTML documentation
 # to prevent RPMLINT errors.
@@ -126,14 +127,8 @@
 %fdupes $RPM_BUILD_ROOT%{_prefix}
 %endif
 
-%post
-/sbin/ldconfig
-
-%postun
-/sbin/ldconfig
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,-)





commit sg3_utils for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package sg3_utils for openSUSE:Factory 
checked in at 2016-09-12 13:24:01

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


Package is "sg3_utils"

Changes:

--- /work/SRC/openSUSE:Factory/sg3_utils/sg3_utils.changes  2016-02-25 
21:52:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.sg3_utils.new/sg3_utils.changes 2016-09-12 
13:24:03.0 +0200
@@ -1,0 +2,56 @@
+Wed Sep  7 16:26:26 CEST 2016 - sparscha...@suse.de
+
+- using "--lun" now works correctly (bsc#981452), adding patch:
+  * add-lunsearch-filter-to-searchexisting.patch
+
+---
+Fri Apr 29 09:13:41 CEST 2016 - h...@suse.de
+
+- Update to new upstream release 1.43:
+  * sg_senddiag: add --timeout=SEC option
+  * sg_sanitize: add --timeout=SEC option
+  * sg_format: add --timeout=SEC option
+  * sg_decode sense: add --cdb option
+  * sg_ses: handle 2 bit EIIOE field in aes dpage
+- expand join handling of SAS connectors and others
+- expand join debug code
+  * sg_logs: fix volume statistics lpage when subpage
+is zero (ssc5r02a); decode mount history log parameter
+- decode Requested recovery, TapeAlert response, and
+  Service buffer information lpages for tape
+- add '--pdt=DT' option
+  * sg_inq: fix potential unbounded loop in --export
+- update version descriptor list to 20160420
+  * sg_inq+sg_vpd: update Extended inquiry data vpd
+page (spc5r09)
+- add --force option to bypass checking supported
+  vpd pages page and fetch requested page directly
+  * sg_reassign+sg_write_same: fix ULONG_MAX problem
+  * sg_turs+sg_requests: make both accept '--num=NUM'
+and '--number=NUM' for mutual compatibility
+  * sg_zone: fix debug cdb naming
+  * sg_opcode: add '--enumerate' and '--pdt=' options
+  * sg_raw: add '--enumerate' option
+  * sg_lib: add SSC maintenance in/out sa names
+- add read buffer(16) command mode names
+- add sg_decode_transportid_str()
+  * sg_lib_data: sync asc/ascq codes with T10 20160425
+  * rescan-scsi-bus.sh: harden code
+  * clang --analyze static checker clean ups
+  * shellcheck cleanup on scripts
+  * automake: add AM_PROG_AR to configure.ac
+- upgrade to version 1.15
+- Include patches from upstream:
+  * sg_inq+sg_vpd: add --force option to bypass checking
+of supported vpd pages
+  * sg_lib_data: add Bind and Unbind to service action out(16)
+- Remove 0001-sg_vpd-sg_inq-Safe-VPD-page-access.patch; merged
+  with upstream.
+
+---
+Thu Apr 28 14:38:24 CEST 2016 - h...@suse.de
+
+- sg_inq,sg_vpd: Safe VPD page access (bsc#945094)
+  * Add 0001-sg_vpd-sg_inq-Safe-VPD-page-access.patch
+
+---

Old:

  sg3_utils-1.42.tar.xz

New:

  _service
  add-lunsearch-filter-to-searchexisting.patch
  sg3_utils-1.43.tar.xz



Other differences:
--
++ sg3_utils.spec ++
--- /var/tmp/diff_new_pack.HW2ZYk/_old  2016-09-12 13:24:04.0 +0200
+++ /var/tmp/diff_new_pack.HW2ZYk/_new  2016-09-12 13:24:04.0 +0200
@@ -17,17 +17,18 @@
 
 
 Name:   sg3_utils
-%define lname  libsgutils2-1_42-2
-Version:1.42
+%define lname  libsgutils2-1_43-2
+Version:1.43
 Release:0
 Summary:A collection of tools that send SCSI commands to devices
 License:GPL-2.0+ and BSD-3-Clause
 Group:  Hardware/Other
 Url:http://sg.danny.cz/sg/sg3_utils.html
 
-Source: http://sg.danny.cz/sg/p/%name-%version.tar.xz
+Source: sg3_utils-%{version}.tar.xz
 Source1:40-usb-blacklist.rules
 Patch1: sgut-libversioning.diff
+Patch2: add-lunsearch-filter-to-searchexisting.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libtool
 BuildRequires:  udev
@@ -84,6 +85,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fi

++ _service ++

  
git
https://github.com/hreinecke/sg3_utils.git

sg3_utils
1.43
master
  
  
*sg3_utils*.tar
xz
  

++ add-lunsearch-filter-to-searchexisting.patch ++
From: Sebastian Parschauer 
Date: Wed, 31 Aug 2016 15:34:23 +0200
Subject: [PATCH] rescan-scsi-bus.sh: Add lunsearch filter to searchexisting()
References: bnc#981452
Patch-Mainline: not yet, sent but waiting for upstream response

A user has reported that `rescan-scsi-bus.sh --luns=` prints
all existing LUNs and scans all new LUNs instead of only the ones
specified. The problem is that searchexisting() always calls
doreportlun() and is missing the 

commit geoclue2 for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package geoclue2 for openSUSE:Factory 
checked in at 2016-09-12 13:24:11

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


Package is "geoclue2"

Changes:

--- /work/SRC/openSUSE:Factory/geoclue2/geoclue2.changes2016-06-03 
16:37:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.geoclue2.new/geoclue2.changes   2016-09-12 
13:24:13.0 +0200
@@ -1,0 +2,15 @@
+Wed Sep  7 19:28:31 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.4.4:
+  + Expose location timestamp over D-Bus.
+  + Add a TimeThreshold property that allows clients to limit
+location updates by time.
+  + Annotate default value of DistanceThreshold property.
+  + Check for full internet availability before declaring ourselves
+online.
+  + Fix autogen.sh against builddir ≠ srcdir.
+  + Fix a bunch of memory leaks.
+  + Fix a bunch of build issues.
+  + Other minor fixes.
+
+---

Old:

  geoclue-2.4.3.tar.xz

New:

  geoclue-2.4.4.tar.xz



Other differences:
--
++ geoclue2.spec ++
--- /var/tmp/diff_new_pack.8oTQDj/_old  2016-09-12 13:24:14.0 +0200
+++ /var/tmp/diff_new_pack.8oTQDj/_new  2016-09-12 13:24:14.0 +0200
@@ -19,7 +19,7 @@
 %define _name geoclue
 %define dbus_user srvGeoClue
 Name:   geoclue2
-Version:2.4.3
+Version:2.4.4
 Release:0
 Summary:GeoLocation Framework
 License:GPL-2.0+

++ geoclue-2.4.3.tar.xz -> geoclue-2.4.4.tar.xz ++
 7659 lines of diff (skipped)




commit pcsc-lite for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package pcsc-lite for openSUSE:Factory 
checked in at 2016-09-12 13:24:20

Comparing /work/SRC/openSUSE:Factory/pcsc-lite (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-lite.new (New)


Package is "pcsc-lite"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-lite/pcsc-lite.changes  2016-06-02 
12:39:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-lite.new/pcsc-lite.changes 2016-09-12 
13:24:22.0 +0200
@@ -1,0 +2,18 @@
+Thu Sep  8 10:38:46 UTC 2016 - tchva...@suse.com
+
+- Version update to 1.8.18:
+  * SCardDisconnect(): much faster with SCARD_UNPOWER_CARD
+  * SCardConnect(): Fix a possible duplicated hCard context
+  * Fix compilation on FreeBSD
+  * Fix compilation on Solaris
+  * Some other minor improvements
+
+---
+Thu Sep  8 10:36:07 UTC 2016 - tchva...@suse.com
+
+- Obsolete the conditionals for sle11 as it does not build there and
+  ends unresolvable anyway
+- Remove the presets magic after discussion with standa as new macros
+  actually work around this correctly
+
+---

Old:

  pcsc-lite-1.8.17.tar.bz2
  pcsc-lite-1.8.17.tar.bz2.asc
  pcsc-lite-init
  pre_checkin.sh

New:

  pcsc-lite-1.8.18.tar.bz2
  pcsc-lite-1.8.18.tar.bz2.asc



Other differences:
--
++ pcsc-lite.spec ++
--- /var/tmp/diff_new_pack.Dp2lk6/_old  2016-09-12 13:24:23.0 +0200
+++ /var/tmp/diff_new_pack.Dp2lk6/_new  2016-09-12 13:24:23.0 +0200
@@ -21,7 +21,7 @@
 %define USER   scard
 %define GROUP  scard
 Name:   pcsc-lite
-Version:1.8.17
+Version:1.8.18
 Release:0
 Summary:PCSC Smart Cards Library
 License:BSD-3-Clause
@@ -30,9 +30,7 @@
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}.sysconfig
 Source2:README.SUSE
-Source3:pre_checkin.sh
 Source4:baselibs.conf
-Source5:pcsc-lite-init
 Source6:pcsc-lite-reader-conf
 Source7:%{name}-%{version}.tar.bz2.asc
 Source8:%{name}.keyring
@@ -45,21 +43,10 @@
 Requires(post): %fillup_prereq
 Requires(pre):  pwdutils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} >= 1320
-BuildRequires:  polkit-devel
-%endif
-%if 0%{?suse_version} >= 1120
 BuildRequires:  libudev-devel
-%else
-BuildRequires:  libusb-1_0-devel
-%endif
-%if 0%{?suse_version} > 1140
+BuildRequires:  polkit-devel
 BuildRequires:  systemd-rpm-macros
 %{?systemd_requires}
-%else
-Requires(post): %insserv_prereq
-Requires(post): sysvinit(syslog)
-%endif
 
 %description
 The purpose of PCSC Lite is to provide a Windows(R) SCard interface in
@@ -125,23 +112,15 @@
 %prep
 %setup -q
 %patch0 -p1
-cp -a %{SOURCE1} %{SOURCE2} %{SOURCE5} %{SOURCE6} .
+cp -a %{SOURCE1} %{SOURCE2} %{SOURCE6} .
 
 %build
-%configure\
+%configure \
+   --disable-silent-rules \
--docdir=%{_docdir}/%{name} \
--enable-usbdropdir=%{ifddir} \
-%if 0%{?suse_version} <= 1110
-   --disable-libudev \
-%endif
-%if 0%{?suse_version} > 1140
--with-systemdsystemunitdir=%{_unitdir} \
-%endif
-%if 0%{?suse_version} >= 1320
 --enable-polkit \
-%else
---disable-polkit \
-%endif
--disable-static
 make %{?_smp_mflags}
 
@@ -150,66 +129,28 @@
 mkdir -p %{buildroot}%{ifddir}
 mkdir -p %{buildroot}%{_sysconfdir}/reader.conf.d/
 sed s:@ifddir@:%{ifddir}: %{buildroot}%{_sysconfdir}/reader.conf.d/reader.conf
-%if 0%{?suse_version} < 1310
-install -D -m 755 pcsc-lite-init %{buildroot}%{_initddir}/pcscd
-ln -sf %{_initddir}/pcscd %{buildroot}%{_sbindir}/rcpcscd
-%else
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcpcscd
-%endif
 mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
 cp %{name}.sysconfig 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.pcscd
 mkdir -p %{buildroot}%{_docdir}/%{name}
 cp -a AUTHORS ChangeLog COPYING DRIVERS HELP NEWS README README.SUSE SECURITY 
TODO %{buildroot}%{_docdir}/%{name}
-# Use socket activated pcscd by default.
-%if 0%{?suse_version} > 1140
-mkdir -p %{buildroot}%{_libexecdir}/systemd/system-preset
-echo -e 'enable pcscd.socket\nenable pcscd.service' 
>%{buildroot}%{_libexecdir}/systemd/system-preset/50-pcscd.preset
-%endif
 # Remove useless la files
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %pre
 getent group %{GROUP} >/dev/null || groupadd -r %{GROUP}
 getent passwd %{USER} >/dev/null || useradd -r -g %{GROUP} -s 
%{_sbindir}/nologin -c "Smart Card Reader" -d %{_localstatedir}/run/pcscd 
%{USER}
-%if 0%{?suse_version} > 1140
 %service_add_pre pcscd.service pcscd.socket
-# trick: service existed before, but it had no preset before 

commit python3-cairo for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package python3-cairo for openSUSE:Factory 
checked in at 2016-09-12 13:24:28

Comparing /work/SRC/openSUSE:Factory/python3-cairo (Old)
 and  /work/SRC/openSUSE:Factory/.python3-cairo.new (New)


Package is "python3-cairo"

Changes:

--- /work/SRC/openSUSE:Factory/python3-cairo/python3-cairo.changes  
2015-10-28 17:17:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-cairo.new/python3-cairo.changes 
2016-09-12 13:24:29.0 +0200
@@ -1,0 +2,24 @@
+Tue Jun 07 12:16:55 UTC 2016 - i...@marguerite.su
+
+- pycairo didn't see new release for 4 years, so git snapshot
+  is reasonable.
+- update to version 1.10.1~git20121222.5a45b0b:
+  * Add support for RecordingSurface
+  * Create a setup.py
+  * Update tests
+  * Implement ImageSurface.get_data()
+  * Implement ImageSurface.create_for_data()
+  * Remove option to use xpyb since it does not currently support Python 3,
+and the .pc file name conflicts with the Python 2 version.
+  * Add some new constants, methods and functions
+  * Add support for cairo_region_t
+  * Update waf to 1.7.8
+  * Correct the pycairo version number in config.h
+- drop waf-py34.patch, upstreamed
+
+---
+Wed May 25 08:51:04 UTC 2016 - idon...@suse.com
+
+- Update to GNOME 3.20.2 FATE#318572
+
+---

Old:

  pycairo-1.10.0.tar.bz2
  waf-py34.patch

New:

  _service
  _servicedata
  pycairo-1.10.1~git20121222.5a45b0b.tar.bz2



Other differences:
--
++ python3-cairo.spec ++
--- /var/tmp/diff_new_pack.Vcabci/_old  2016-09-12 13:24:30.0 +0200
+++ /var/tmp/diff_new_pack.Vcabci/_new  2016-09-12 13:24:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-cairo
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -19,15 +19,14 @@
 %define pyname  cairo
 Name:   python3-%{pyname}
 %define modname py%{pyname}
-Version:1.10.0
+Version:1.10.1~git20121222.5a45b0b
 Release:0
 Summary:Python Bindings for Cairo
 License:LGPL-3.0
 Group:  Development/Libraries/Python
 # FIXME: on update, check if we still need to manually remove the byte-code in 
%%install
-Url:http://www.cairographics.org/
+Url:https://cgit.freedesktop.org/pycairo
 Source: %{modname}-%{version}.tar.bz2
-Patch1: waf-py34.patch
 # PATCH-FIX-UPSTREAM pycairo-1.10.0-80_fix-pickle.patch bfo#91561 - Fix waf 
pickling on Python 3.5
 Patch10:pycairo-1.10.0-80_fix-pickle.patch
 # PATCH-FIX-UPSTREAM pycairo-1.10.0-81_pickling-again.patch bfo#91561 - 
Further waf pickling on Python 3.5
@@ -64,7 +63,6 @@
 # which we don't know ahead-of-time, so we can't put it
 # in the patch directly.
 pushd .waf3-*
-%patch1 -p1
 %patch10 -p1 
 %patch11 -p1
 popd

++ _service ++

  
git://anongit.freedesktop.org/pycairo
git
.git
1.10.1~git%cd.%h
master
enable
pycairo
  
  
pycairo-*.tar
bz2
  
  
pycairo
  

++ _servicedata ++


git://anongit.freedesktop.org/pycairo
  5a45b0bfeccd3a0f2a6467bafcad515428439190


commit curl for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package curl for openSUSE:Factory checked in 
at 2016-09-12 13:23:50

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


Package is "curl"

Changes:

--- /work/SRC/openSUSE:Factory/curl/curl.changes2016-08-12 
15:37:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.curl.new/curl.changes   2016-09-12 
13:23:52.0 +0200
@@ -1,0 +2,55 @@
+Thu Sep  8 08:31:40 UTC 2016 - idon...@suse.com
+
+- update to 7.50.2
+  Bugfixes:
+  * mbedtls: Added support for NTLM
+  * SSH: fixed SFTP/SCP transfer problems
+  * multi: make Curl_expire() work with 0 ms timeouts
+  * mk-ca-bundle.pl: -m keeps ca cert meta data in output
+  * TFTP: Fix upload problem with piped input
+  * CURLOPT_TCP_NODELAY: now enabled by default
+  * mbedtls: set verbose TLS debug when MBEDTLS_DEBUG is defined
+  * http2: always wait for readable socket
+  * cmake: Enable win32 large file support by default
+  * cmake: Enable win32 threaded resolver by default
+  * winbuild: Avoid setting redundant CFLAGS to compile commands
+  * curl.h: make CURL_NO_OLDIES define CURL_STRICTER
+  * docs: make more markdown files use .md extension
+  * docs: CONTRIBUTE and LICENSE-MIXING were converted to markdown
+  * winbuild: Allow changing C compiler via environment variable CC
+  * rtsp: accept any RTSP session id
+  * HTTP: retry failed HEAD requests on reused connections too
+  * configure: add zlib search with pkg-config
+  * openssl: accept subjectAltName iPAddress if no dNSName match
+  * MANUAL: Remove invalid link to LDAP documentation
+  * socks: improved connection procedure
+  * proxy: reject attempts to use unsupported proxy schemes
+  * proxy: bring back use of "Proxy-Connection:"
+  * curl: allow "pkcs11:" prefix for client certificates
+  * spnego_sspi: fix memory leak in case *outlen is zero
+  * SOCKS: improve verbose output of SOCKS5 connection sequence
+  * SOCKS: display the hostname returned by the SOCKS5 proxy server
+  * http/sasl: Query authentication mechanism supported by SSPI before using
+  * sasl: Don't use GSSAPI authentication when domain name not specified
+  * win: Basic support for Universal Windows Platform apps
+  * nss: fix incorrect use of a previously loaded certificate from file,
+https://curl.haxx.se/docs/adv_20160907.html
+  * nss: work around race condition in PK11_FindSlotByName()
+  * ftp: fix wrong poll on the secondary socket
+  * openssl: build warning-free with 1.1.0 (again)
+  * HTTP: stop parsing headers when switching to unknown protocols
+  * test219: Add http as a required feature
+  * TLS: random file/egd doesn't have to match for conn reuse
+  * schannel: Disable ALPN for Wine since it is causing problems
+  * http2: make sure stream errors don't needlessly close the connection
+  * http2: return CURLE_HTTP2_STREAM for unexpected stream close
+  * darwinssl: --cainfo is intended for backward compatibility only
+  * speed caps: not based on average speeds anymore
+  * configure: make the cpp -P detection not clobber CPPFLAGS
+  * http2: use named define instead of magic constant in read callback
+  * http2: skip the content-length parsing, detect unknown size
+  * http2: return EOF when done uploading without known size
+  * darwinssl: test for errSecSuccess in PKCS12 import rather than noErr
+  * openssl: fix CURLINFO_SSL_VERIFYRESULT
+
+---

Old:

  curl-7.50.1.tar.lzma
  curl-7.50.1.tar.lzma.asc

New:

  curl-7.50.2.tar.lzma
  curl-7.50.2.tar.lzma.asc



Other differences:
--
++ curl.spec ++
--- /var/tmp/diff_new_pack.0lcUpP/_old  2016-09-12 13:23:54.0 +0200
+++ /var/tmp/diff_new_pack.0lcUpP/_new  2016-09-12 13:23:54.0 +0200
@@ -20,7 +20,7 @@
 %bcond_with mozilla_nss
 %bcond_without testsuite
 Name:   curl
-Version:7.50.1
+Version:7.50.2
 Release:0
 Summary:A Tool for Transferring Data from URLs
 License:BSD-3-Clause and MIT





commit nghttp2 for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package nghttp2 for openSUSE:Factory checked 
in at 2016-09-12 13:23:39

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


Package is "nghttp2"

Changes:

--- /work/SRC/openSUSE:Factory/nghttp2/nghttp2.changes  2016-08-12 
15:37:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.nghttp2.new/nghttp2.changes 2016-09-12 
13:23:41.0 +0200
@@ -1,0 +2,37 @@
+Thu Sep  8 08:35:52 UTC 2016 - idon...@suse.com
+
+- Update to version 1.14.0:
+  * lib: Make emit_header() return void since it always succeed
+  * lib: Add nghttp2_hd_deflate_hd_vec() deflate API to support
+multiple buffer input
+  * lib: since hd_inflate_commit_indexed() always return 0,
+remove the return value check in nghttp2_hd_inflate_hd_nv()
+  * lib: Use memeq() instead of lstreq() in lookup_token()
+  * lib: More strict stream state handling
+  * lib: Modify genlibtokenlookup.py to remove redundant header
+comparisons and remove inline qualifier of lookup_token()
+in genlibtokenlookup.py
+  * lib: Fix wrong tree operation to avoid cycle
+  * lib: Make get_max_index() return the max index in frame,
+so we don't need to do extra calculation
+  * lib: Add nghttp2_on_invalid_header_callback
+  * lib: Log frame's stream ID for header debug logging
+  * doc: Remove old doc about differential encoding in HPACK
+  * doc: Document about ALPN in nghttpx howto
+  * nghttpx: Log error code from getsockopt(SO_ERROR) on first
+write event
+  * nghttpx: Don't change pushed stream's priority
+  * nghttpx: Log backend connection failure in WARN level
+  * nghttpx: Fix bug that api and healthmon parameters do not work
+with http2 proxy
+  * nghttpx: Add access log variable for backend host and port
+  * nghttpx: Use copy instead of const reference of backend group
+  * nghttpx: Reload configuration with SIGHUP
+  * nghttp: Adjust weight according to Firefox stable
+  * nghttp: Call error callback when invalid header field is
+received and ignored
+  * nghttp: Allow multiple -p option
+  * deflatehd: Call nghttp2_hd_deflate_change_table_size only
+if table size is changed from default 
+
+---

Old:

  nghttp2-1.13.0.tar.xz

New:

  nghttp2-1.14.0.tar.xz



Other differences:
--
++ nghttp2.spec ++
--- /var/tmp/diff_new_pack.jivPmf/_old  2016-09-12 13:23:42.0 +0200
+++ /var/tmp/diff_new_pack.jivPmf/_new  2016-09-12 13:23:42.0 +0200
@@ -21,7 +21,7 @@
 %define soname_asio libnghttp2_asio
 %define sover_asio 1
 Name:   nghttp2
-Version:1.13.0
+Version:1.14.0
 Release:0
 Summary:Implementation of Hypertext Transfer Protocol version 2 in C
 License:MIT

++ nghttp2-1.13.0.tar.xz -> nghttp2-1.14.0.tar.xz ++
 5849 lines of diff (skipped)




commit perl-ExtUtils-Helpers for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package perl-ExtUtils-Helpers for 
openSUSE:Factory checked in at 2016-09-12 13:23:31

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


Package is "perl-ExtUtils-Helpers"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-Helpers/perl-ExtUtils-Helpers.changes  
2014-07-27 08:26:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-Helpers.new/perl-ExtUtils-Helpers.changes
 2016-09-12 13:23:33.0 +0200
@@ -1,0 +2,17 @@
+Sat Sep  3 05:21:30 UTC 2016 - co...@suse.com
+
+- updated to 0.025
+   see /usr/share/doc/packages/perl-ExtUtils-Helpers/Changes
+
+  0.025 2016-09-02 09:48:38+02:00 Europe/Amsterdam
+- Remove unconditional dependency on ExtUtils::PL2Bat
+  
+  0.024 2016-08-16 22:02:31+02:00 Europe/Amsterdam (TRIAL RELEASE)
+- Move pl2bat code to ExtUtils::PL2Bat
+  
+  0.023 2016-08-06 20:52:34+02:00 Europe/Amsterdam (TRIAL RELEASE)
+- Make split_like_shell always unixy
+- Remove Module::Load dependency
+- Remove done_testing, it requires Test::More 0.88
+
+---

Old:

  ExtUtils-Helpers-0.022.tar.gz

New:

  ExtUtils-Helpers-0.025.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-ExtUtils-Helpers.spec ++
--- /var/tmp/diff_new_pack.mrs8xy/_old  2016-09-12 13:23:34.0 +0200
+++ /var/tmp/diff_new_pack.mrs8xy/_new  2016-09-12 13:23:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-Helpers
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,41 +16,20 @@
 #
 
 
-%bcond_without test
-
 Name:   perl-ExtUtils-Helpers
-Version:0.022
+Version:0.025
 Release:0
 %define cpan_name ExtUtils-Helpers
 Summary:Various portability utilities for module builders
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/ExtUtils-Helpers/
-Source: 
http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-%if %{with test}
-BuildRequires:  perl(Cwd)
-BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(IO::Handle)
-BuildRequires:  perl(IPC::Open3)
-BuildRequires:  perl(Test::More) >= 0.88
-%endif
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(Exporter) >= 5.57
-BuildRequires:  perl(File::Basename)
-BuildRequires:  perl(File::Spec::Functions)
-BuildRequires:  perl(Module::Load)
-BuildRequires:  perl(Text::ParseWords)
-Requires:   perl(Carp)
-Requires:   perl(Exporter) >= 5.57
-Requires:   perl(File::Basename)
-Requires:   perl(File::Copy)
-Requires:   perl(File::Spec::Functions)
-Requires:   perl(Module::Load)
-Requires:   perl(Text::ParseWords)
 %{perl_requires}
 
 %description
@@ -64,10 +43,8 @@
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 
-%if %{with test}
 %check
 %{__make} test
-%endif
 
 %install
 %perl_make_install

++ ExtUtils-Helpers-0.022.tar.gz -> ExtUtils-Helpers-0.025.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-Helpers-0.022/Changes 
new/ExtUtils-Helpers-0.025/Changes
--- old/ExtUtils-Helpers-0.022/Changes  2014-03-07 13:27:19.0 +0100
+++ new/ExtUtils-Helpers-0.025/Changes  2016-09-02 09:48:41.0 +0200
@@ -1,5 +1,16 @@
 Revision history for ExtUtils-Helpers
 
+0.025 2016-09-02 09:48:38+02:00 Europe/Amsterdam
+  - Remove unconditional dependency on ExtUtils::PL2Bat
+
+0.024 2016-08-16 22:02:31+02:00 Europe/Amsterdam (TRIAL RELEASE)
+  - Move pl2bat code to ExtUtils::PL2Bat
+
+0.023 2016-08-06 20:52:34+02:00 Europe/Amsterdam (TRIAL RELEASE)
+  - Make split_like_shell always unixy
+  - Remove Module::Load dependency
+  - Remove done_testing, it requires Test::More 0.88
+
 0.022 2014-03-07 13:27:09CET+0100 Europe/Amsterdam
   Cleaned up remains of former functions
   Skip IO layers on <5.8 for 5.6 compatability
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit NetworkManager-gnome for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-gnome for 
openSUSE:Factory checked in at 2016-09-12 13:23:22

Comparing /work/SRC/openSUSE:Factory/NetworkManager-gnome (Old)
 and  /work/SRC/openSUSE:Factory/.NetworkManager-gnome.new (New)


Package is "NetworkManager-gnome"

Changes:

--- 
/work/SRC/openSUSE:Factory/NetworkManager-gnome/NetworkManager-appindicator.changes
 2016-08-05 18:14:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-gnome.new/NetworkManager-appindicator.changes
2016-09-12 13:23:23.0 +0200
@@ -2 +2,15 @@
-Mon Jul 26 07:45:12 UTC 2016 - sck...@suse.com
+Wed Sep  7 11:12:31 UTC 2016 - sck...@suse.com
+
+- Drop nm-applet-fix-missing-translation.patch: This patch leads to
+  conflict between accelerate keys. And it won't fix the missing
+  translations, since the problem comes from those untranslated
+  POs.
+
+---
+Mon Aug 29 02:31:42 UTC 2016 - sck...@suse.com
+
+- Drop nm-applet-build-don-t-try-to-build-bluetooth-widget-with-bluez5.patch:
+  Fixed in upstream.
+
+---
+Mon Jul 25 09:08:12 UTC 2016 - sck...@suse.com
@@ -13,0 +28,24 @@
+Wed Apr 13 10:54:22 UTC 2016 - sck...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+- Drop nm-applet-build-don-t-try-to-build-bluetooth-widget-with-newer.patch:
+  Fixed in upstream.
+- Rebase nm-applet-build-don-t-try-to-build-bluetooth-widget-with-bluez5.patch.
+- Rebase nm-applet-probe-radius-server-cert.patch.
+- Rebase nm-applet-private-connection.patch.
+- Add NetworkManager-appindicator.changes.
+- Add NetworkManager-appindicator.spec.
+- Add NetworkManager-gnome-no-firewalld.patch.
+- Add nm-applet-app-indicator.patch.
+- Add nm-icons-appindicator.tar.gz.
+- Add pre_checkin.sh.
+
+---
+Thu Apr  7 08:23:41 UTC 2016 - sck...@suse.com
+
+- Add nm-applet-build-don-t-try-to-build-bluetooth-widget-with-bluez5.patch
+  + BlueZ 5 supported is default, disable the bluetooth plugin
+when BlueZ 5 is used.(bnc#876552)
+  + Add bluez Requires
+
+---
@@ -150,0 +189,11 @@
+
+---
+Tue Aug 19 10:37:17 UTC 2014 - a...@suse.com
+
+- Added patches:
+  - Add nm-applet-build-don-t-try-to-build-bluetooth-widget-with-newer.patch
++ Since the plugin API no longer exists(bnc#876552).
+  - Add nm-applet-build-network-manager-applet-add-rules-for-BlueZ-.patch
++ BlueZ 5 supported is default, 
+  disable the bluetooth plugin when BlueZ 5 is used(bnc#876552).
++ Add bluez Requires
--- 
/work/SRC/openSUSE:Factory/NetworkManager-gnome/NetworkManager-gnome.changes
2016-09-05 21:14:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-gnome.new/NetworkManager-gnome.changes
   2016-09-12 13:23:23.0 +0200
@@ -1,0 +2,8 @@
+Wed Sep  7 11:12:31 UTC 2016 - sck...@suse.com
+
+- Drop nm-applet-fix-missing-translation.patch: This patch leads to
+  conflict between accelerate keys. And it won't fix the missing
+  translations, since the problem comes from those untranslated
+  POs.
+
+---

Old:

  nm-applet-fix-missing-translation.patch



Other differences:
--
++ NetworkManager-appindicator.spec ++
--- /var/tmp/diff_new_pack.97zW6E/_old  2016-09-12 13:23:24.0 +0200
+++ /var/tmp/diff_new_pack.97zW6E/_new  2016-09-12 13:23:24.0 +0200
@@ -68,8 +68,6 @@
 Patch3: nm-applet-app-indicator.patch
 # PATCH-FIX-UPSTREAM NetworkManager-wrongly-placed-brace.patch 
dims...@opensuse.org -- Fix wrongly placed brace, taken from git
 Patch4: NetworkManager-wrongly-placed-brace.patch
-# PATCH-FIX-OPENSUSE nm-applet-fix-missing-translation.patch bsc#988533 
sck...@suse.com -- Fix missing translation in ce-page-team.ui
-Patch5: nm-applet-fix-missing-translation.patch
 Provides:   NetworkManager-client
 Requires:   NetworkManager >= 0.9.3
 # needed for translated country names
@@ -139,7 +137,6 @@
 %patch3 -p1
 %endif
 %patch4 -p1
-%patch5 -p1
 ##translation-update-upstream
 
 %build

NetworkManager-gnome.spec: same change



commit sysconfig for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package sysconfig for openSUSE:Factory 
checked in at 2016-09-12 13:22:36

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


Package is "sysconfig"

Changes:

--- /work/SRC/openSUSE:Factory/sysconfig/sysconfig.changes  2016-06-05 
14:19:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.sysconfig.new/sysconfig.changes 2016-09-12 
13:22:37.0 +0200
@@ -1,0 +2,14 @@
+Fri Sep  9 17:19:32 UTC 2016 - m...@suse.de
+
+- version 0.84.0
+- netconfig: intoduced a batch mode (bsc#989741)
+  It permits to preform multiple modify/remove operations
+  and call the effective update at the end of the batch.
+- netconfig: use ntpq, as ntpdc is deprecated (bsc#894889),
+  lower sleep lock wait granularity and fix NTP_KEYS parsing
+- Drop the omc svcinfo data as they are not used anymore
+- Run spec-cleaner to remove few obsolete things
+- Drop cvs helper files as we are in git
+- Rename configure.in to configure.ac
+
+---

Old:

  sysconfig-0.83.9.tar.bz2

New:

  sysconfig-0.84.0.tar.bz2



Other differences:
--
++ sysconfig.spec ++
--- /var/tmp/diff_new_pack.3F9s32/_old  2016-09-12 13:22:38.0 +0200
+++ /var/tmp/diff_new_pack.3F9s32/_new  2016-09-12 13:22:38.0 +0200
@@ -16,142 +16,119 @@
 #
 
 
+%if 0%{?suse_version} >= 1230
+%define udevdir%{_prefix}/lib/udev
+BuildRequires:  pkgconfig(systemd)
+%else
+%define udevdir/lib/udev
+%endif
 Name:   sysconfig
-Version:0.83.9
+Version:0.84.0
 Release:0
 Summary:The sysconfig scheme for traditional network scripts
 License:GPL-2.0+
 Group:  System/Base
 Url:https://github.com/openSUSE/sysconfig
-PreReq: %fillup_prereq %insserv_prereq textutils fileutils gawk sed 
grep
+Source: %{name}-%{version}.tar.bz2
 BuildRequires:  libtool
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} >= 1230
-BuildRequires:  pkgconfig(systemd)
-%define udevdir/usr/lib/udev
-%else
-%define udevdir/lib/udev
-%endif
-Source: %name-%version.tar.bz2
+BuildRequires:  pkgconfig
 Requires:   /sbin/ifup
 Requires:   /sbin/netconfig
 Requires:   sysvinit(network)
+PreReq: %fillup_prereq %insserv_prereq textutils fileutils gawk sed 
grep
 Recommends: wicked-service
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package provides the SUSE system configuration scheme for the
 traditional "ifup" alias "netcontrol" network scripts.
 
-Authors:
-
-Olaf Kirch 
-Bjoern Jacke 
-Mads Martin Joergensen 
-Peter Poeml 
-Arvin Schnell 
-Michal Svec 
-Christian Zoz 
-Werner Fink 
-Hannes Reinecke 
-Marius Tomaschewski 
-
 %package netconfig
 Summary:Script to apply network provided settings
 Group:  System/Base
+Requires:   /bin/logger
 Requires(pre):  sysconfig = %{version}
 Provides:   /sbin/netconfig
-Requires:   /bin/logger
 
 %description netconfig
 This package provides the netconfig scripts to apply network
 provided settings like DNS or NIS into system files.
 
-Authors:
-
-Michael Calmer 
-Marius Tomaschewski 
-Milisav Radmanic 
-
-
 %prep
-%setup -n sysconfig-%{version}
+%setup -q
 
 %build
-autoreconf --force --install
-CFLAGS="$RPM_OPT_FLAGS -fPIC" \
-./configure --prefix=/ \
+autoreconf -fvi
+CFLAGS="%{optflags} -fPIC" \
+%configure --prefix=/ \
 --sbindir=/sbin \
---libdir=/%_lib \
---sysconfdir=%_sysconfdir \
---mandir=%_mandir \
---with-unitdir=%_unitdir \
---with-udevdir=%udevdir \
---with-fillup-templatesdir=/var/adm/fillup-templates
-%{__make} %{?_smp_mflags}
+--libdir=/%{_lib} \
+--sysconfdir=%{_sysconfdir} \
+--mandir=%{_mandir} \
+--with-unitdir=%{_unitdir} \
+--with-udevdir=%{udevdir} \
+--with-fillup-templatesdir=%{_localstatedir}/adm/fillup-templates
+make %{?_smp_mflags}
 
 %check
-make check
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make %{?_smp_mflags} check
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-touch $RPM_BUILD_ROOT/etc/sysconfig/network/config
-touch $RPM_BUILD_ROOT/etc/sysconfig/network/dhcp
-mkdir -p $RPM_BUILD_ROOT/sbin
-ln -s /sbin/service 

commit flac for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package flac for openSUSE:Factory checked in 
at 2016-09-12 13:22:55

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


Package is "flac"

Changes:

--- /work/SRC/openSUSE:Factory/flac/flac.changes2015-04-06 
00:23:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.flac.new/flac.changes   2016-09-12 
13:22:57.0 +0200
@@ -1,0 +2,12 @@
+Sat Sep 10 07:35:50 UTC 2016 - tchva...@suse.com
+
+- Drop patch that should be upstreamed first, otherwise we will
+  have to keep it ofrever:
+  * flac-ocloexec.patch
+- Drop wrong patch:
+  * flac-fix-pkgconfig.patch
++ If using this change you get assert.h include overriden in your
+  project by the one from FLAC/ which is not what upstream desired
+  If packages fail to build they should fix their include
+
+---

Old:

  flac-fix-pkgconfig.patch
  flac-ocloexec.patch



Other differences:
--
++ flac.spec ++
--- /var/tmp/diff_new_pack.LjqRRL/_old  2016-09-12 13:22:58.0 +0200
+++ /var/tmp/diff_new_pack.LjqRRL/_new  2016-09-12 13:22:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package flac
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,19 +27,17 @@
 #Git-Clone:git://git.xiph.org/flac
 Source: 
http://downloads.xiph.org/releases/flac/%{name}-%{version}.tar.xz
 Source2:baselibs.conf
-Patch1: flac-ocloexec.patch
-Patch3: flac-fix-pkgconfig.patch
-Patch6: flac-cflags.patch
+Patch0: flac-cflags.patch
 BuildRequires:  autoconf >= 2.60
 BuildRequires:  automake >= 1.11
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  libogg-devel
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  xz
+BuildRequires:  pkgconfig(ogg)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%ifarch %ix86
+%ifarch %{ix86}
 BuildRequires:  nasm
 %endif
 
@@ -86,13 +84,12 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch3 -p1
-%patch6 -p1
+%patch0 -p1
 
 %build
-./autogen.sh
+autoreconf -fvi
 %configure \
+   --disable-silent-rules \
--disable-thorough-tests \
--disable-xmms-plugin \
--disable-static \
@@ -112,11 +109,8 @@
 make check %{?_smp_mflags}
 
 %post -n libFLAC8 -p /sbin/ldconfig
-
 %postun -n libFLAC8 -p /sbin/ldconfig
-
 %post -n libFLAC++6 -p /sbin/ldconfig
-
 %postun -n libFLAC++6 -p /sbin/ldconfig
 
 %files




commit ffmpeg for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package ffmpeg for openSUSE:Factory checked 
in at 2016-09-12 13:23:12

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


Package is "ffmpeg"

Changes:

--- /work/SRC/openSUSE:Factory/ffmpeg/ffmpeg.changes2016-08-31 
14:28:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.ffmpeg.new/ffmpeg.changes   2016-09-12 
13:23:14.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 29 00:36:30 UTC 2016 - stefan.bru...@rwth-aachen.de
+
+- Fix linking errors for arm and aarch64 builds, boo#995937
+  * Add ffmpeg-fix-CONFIG_VC1DSP-changes.patch
+
+---

New:

  ffmpeg-fix-CONFIG_VC1DSP-changes.patch



Other differences:
--
++ ffmpeg.spec ++
--- /var/tmp/diff_new_pack.ye7UHz/_old  2016-09-12 13:23:15.0 +0200
+++ /var/tmp/diff_new_pack.ye7UHz/_new  2016-09-12 13:23:15.0 +0200
@@ -54,6 +54,7 @@
 Patch3: ffmpeg-pkgconfig-version.patch
 Patch4: ffmpeg-new-coder-errors.diff
 Patch5: ffmpeg-codec-choice.diff
+Patch6: ffmpeg-fix-CONFIG_VC1DSP-changes.patch
 BuildRequires:  ladspa-devel
 BuildRequires:  libgsm-devel
 BuildRequires:  pkg-config
@@ -356,7 +357,7 @@
 
 %prep
 %setup -q
-%patch -P 1 -P 2 -P 3 -P 4 -P 5 -p1
+%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 6 -p1
 
 %build
 perl -i -pe 's{__TIME__|__DATE__}{"$&"}g' *.c


++ ffmpeg-fix-CONFIG_VC1DSP-changes.patch ++
From: Stefan Brüns 
Date: 2016-08-29T00:39:13

Upstream shuffled around some options, but missed some occasions.

Some of the code previously enabled by CONFIG_VC1_DECODER now should be enabled
by CONFIG_VC1DSP. The ARM code has not been updated correctly.

The VC1 demuxer adds CONFIG_VC1DSP, but not all dependent code is enabled, 
leading to linking errors.

---
 libavcodec/aarch64/Makefile   |2 +-
 libavcodec/aarch64/h264cmc_neon.S |2 +-
 libavcodec/arm/h264cmc_neon.S |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Index: ffmpeg-3.1.3/libavcodec/aarch64/Makefile
===
--- ffmpeg-3.1.3.orig/libavcodec/aarch64/Makefile
+++ ffmpeg-3.1.3/libavcodec/aarch64/Makefile
@@ -14,7 +14,7 @@ OBJS-$(CONFIG_VIDEODSP)
 # decoders/encoders
 OBJS-$(CONFIG_DCA_DECODER)  += aarch64/synth_filter_init.o
 OBJS-$(CONFIG_RV40_DECODER) += aarch64/rv40dsp_init_aarch64.o
-OBJS-$(CONFIG_VC1_DECODER)  += aarch64/vc1dsp_init_aarch64.o
+OBJS-$(CONFIG_VC1DSP)   += aarch64/vc1dsp_init_aarch64.o
 OBJS-$(CONFIG_VORBIS_DECODER)   += aarch64/vorbisdsp_init.o
 
 # ARMv8 optimizations
Index: ffmpeg-3.1.3/libavcodec/aarch64/h264cmc_neon.S
===
--- ffmpeg-3.1.3.orig/libavcodec/aarch64/h264cmc_neon.S
+++ ffmpeg-3.1.3/libavcodec/aarch64/h264cmc_neon.S
@@ -445,7 +445,7 @@ endconst
 h264_chroma_mc4 avg, rv40
 #endif
 
-#if CONFIG_VC1_DECODER
+#if CONFIG_VC1DSP
 h264_chroma_mc8 put, vc1
 h264_chroma_mc8 avg, vc1
 h264_chroma_mc4 put, vc1
Index: ffmpeg-3.1.3/libavcodec/arm/h264cmc_neon.S
===
--- ffmpeg-3.1.3.orig/libavcodec/arm/h264cmc_neon.S
+++ ffmpeg-3.1.3/libavcodec/arm/h264cmc_neon.S
@@ -455,7 +455,7 @@ endconst
 h264_chroma_mc4 avg, rv40
 #endif
 
-#if CONFIG_VC1_DECODER
+#if CONFIG_VC1DSP
 h264_chroma_mc8 put, vc1
 h264_chroma_mc8 avg, vc1
 h264_chroma_mc4 put, vc1



commit dracut for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2016-09-12 13:22:47

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


Package is "dracut"

Changes:

--- /work/SRC/openSUSE:Factory/dracut/dracut.changes2016-09-09 
10:16:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes   2016-09-12 
13:22:49.0 +0200
@@ -6,0 +7,6 @@
+Wed Aug 31 19:06:19 UTC 2016 - tr...@suse.de
+
+- Add missing whitespace for md raid suse kernel param parsing (bsc#970215)
+*modify: 0059-99suse-Add-SUSE-specific-initrd-parsing.patch 
+
+---



Other differences:
--
++ 0059-99suse-Add-SUSE-specific-initrd-parsing.patch ++
--- /var/tmp/diff_new_pack.Xcxl3P/_old  2016-09-12 13:22:51.0 +0200
+++ /var/tmp/diff_new_pack.Xcxl3P/_new  2016-09-12 13:22:51.0 +0200
@@ -13,10 +13,10 @@
  create mode 100755 modules.d/99suse/module-setup.sh
  create mode 100755 modules.d/99suse/parse-suse-initrd.sh
 
-Index: dracut-042/modules.d/99suse/module-setup.sh
+Index: dracut-037/modules.d/99suse/module-setup.sh
 ===
 --- /dev/null  1970-01-01 00:00:00.0 +
-+++ dracut-042/modules.d/99suse/module-setup.sh2015-06-24 
18:02:09.081356075 +0200
 dracut-037/modules.d/99suse/module-setup.sh2016-08-31 
21:05:24.907316981 +0200
 @@ -0,0 +1,8 @@
 +#!/bin/bash
 +# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
@@ -26,10 +26,10 @@
 +install() {
 +inst_hook cmdline 99 "$moddir/parse-suse-initrd.sh"
 +}
-Index: dracut-042/modules.d/99suse/parse-suse-initrd.sh
+Index: dracut-037/modules.d/99suse/parse-suse-initrd.sh
 ===
 --- /dev/null  1970-01-01 00:00:00.0 +
-+++ dracut-042/modules.d/99suse/parse-suse-initrd.sh   2015-06-24 
18:02:09.081356075 +0200
 dracut-037/modules.d/99suse/parse-suse-initrd.sh   2016-08-31 
21:06:01.317385393 +0200
 @@ -0,0 +1,51 @@
 +#!/bin/sh
 +# convert openSUSE / SLE initrd command lines into dracut ones




commit util-linux for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2016-09-12 13:21:32

Comparing /work/SRC/openSUSE:Factory/util-linux (Old)
 and  /work/SRC/openSUSE:Factory/.util-linux.new (New)


Package is "util-linux"

Changes:

--- /work/SRC/openSUSE:Factory/util-linux/python-libmount.changes   
2016-08-25 09:49:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.util-linux.new/python-libmount.changes  
2016-09-12 13:21:33.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep  7 12:43:31 UTC 2016 - sweet_...@gmx.de
+
+- Update to version 2.28.2, bugfix release, see
+  ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28.2-ReleaseNotes
+
+---
util-linux-systemd.changes: same change
util-linux.changes: same change

Old:

  util-linux-2.28.1.tar.sign
  util-linux-2.28.1.tar.xz

New:

  util-linux-2.28.2.tar.sign
  util-linux-2.28.2.tar.xz



Other differences:
--
++ python-libmount.spec ++
--- /var/tmp/diff_new_pack.7qqQtX/_old  2016-09-12 13:21:35.0 +0200
+++ /var/tmp/diff_new_pack.7qqQtX/_new  2016-09-12 13:21:35.0 +0200
@@ -113,7 +113,7 @@
 %endif
 %endif
 #END SECOND STAGE DEPENDENCIES
-Version:2.28.1
+Version:2.28.2
 Release:0
 # util-linux is a base package and uuidd pre-requiring pwdutils pulls
 # that into the core build cycle.  pwdutils also pulls in the whole

util-linux-systemd.spec: same change
++ util-linux.spec ++
--- /var/tmp/diff_new_pack.7qqQtX/_old  2016-09-12 13:21:35.0 +0200
+++ /var/tmp/diff_new_pack.7qqQtX/_new  2016-09-12 13:21:35.0 +0200
@@ -113,7 +113,7 @@
 %endif
 %endif
 #END SECOND STAGE DEPENDENCIES
-Version:2.28.1
+Version:2.28.2
 Release:0
 # util-linux is a base package and uuidd pre-requiring pwdutils pulls
 # that into the core build cycle.  pwdutils also pulls in the whole

++ util-linux-2.28.1.tar.xz -> util-linux-2.28.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/util-linux-2.28.1/.tarball-version 
new/util-linux-2.28.2/.tarball-version
--- old/util-linux-2.28.1/.tarball-version  2016-08-11 11:30:26.0 
+0200
+++ new/util-linux-2.28.2/.tarball-version  2016-09-07 13:40:59.0 
+0200
@@ -1 +1 @@
-2.28.1
+2.28.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/util-linux-2.28.1/.version 
new/util-linux-2.28.2/.version
--- old/util-linux-2.28.1/.version  2016-08-11 11:29:46.0 +0200
+++ new/util-linux-2.28.2/.version  2016-09-07 13:36:27.0 +0200
@@ -1 +1 @@
-2.28.1
+2.28.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/util-linux-2.28.1/AUTHORS 
new/util-linux-2.28.2/AUTHORS
--- old/util-linux-2.28.1/AUTHORS   2016-08-11 11:22:38.0 +0200
+++ new/util-linux-2.28.2/AUTHORS   2016-09-07 13:31:46.0 +0200
@@ -215,6 +215,7 @@
   Florian Zumbiehl 
   Forest Bond 
   Francesco Cosoleto 
+  Franco Fichtner 
   François Revol 
   Fran Diéguez 
   Frank Mayhar 
@@ -247,6 +248,7 @@
   Harald Hoyer 
   Hayden James 
   Heiko Carstens 
+  Helge Deller 
   Helmut Grohne 
   Hendrik Lönngren 
   Henne Vogelsang 
@@ -464,6 +466,7 @@
   Ronny Chevalier 
   Ron Sommeling 
   Ross Biro 
+  Rostislav Skudnov 
   Roy Peled 
   Ruediger Meier 
   Sami Kerola 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/util-linux-2.28.1/ChangeLog 
new/util-linux-2.28.2/ChangeLog
--- old/util-linux-2.28.1/ChangeLog 2016-08-11 11:30:26.0 +0200
+++ new/util-linux-2.28.2/ChangeLog 2016-09-07 13:40:59.0 +0200
@@ -1,3 +1,3 @@
 See version control history.
 
-http://git.kernel.org/?p=utils/util-linux/util-linux.git;a=log;h=2.28.1
+http://git.kernel.org/?p=utils/util-linux/util-linux.git;a=log;h=2.28.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/util-linux-2.28.1/Documentation/releases/v2.28.2-ReleaseNotes 
new/util-linux-2.28.2/Documentation/releases/v2.28.2-ReleaseNotes
--- 

commit cronie for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package cronie for openSUSE:Factory checked 
in at 2016-09-12 13:21:41

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


Package is "cronie"

Changes:

--- /work/SRC/openSUSE:Factory/cronie/cronie.changes2015-07-16 
17:15:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.cronie.new/cronie.changes   2016-09-12 
13:21:43.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep  8 10:24:43 UTC 2016 - tchva...@suse.com
+
+- Add fix for bnc#983925 to run crons even when not on AC_POWER
+  * Nowdays it does not make much sense to not run crons when on
+battery and actually it can even confuse people
+
+---



Other differences:
--
++ cronie.spec ++
--- /var/tmp/diff_new_pack.ktECpk/_old  2016-09-12 13:21:44.0 +0200
+++ /var/tmp/diff_new_pack.ktECpk/_new  2016-09-12 13:21:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cronie
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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


++ run-crons ++
--- /var/tmp/diff_new_pack.ktECpk/_old  2016-09-12 13:21:44.0 +0200
+++ /var/tmp/diff_new_pack.ktECpk/_new  2016-09-12 13:21:44.0 +0200
@@ -32,17 +32,8 @@
 #add variable to disable mail if all jobs returned 0
 # 2015-06-25 - jmate...@suse.com
 #bnc#812367 support MAILFROM as cron does
-#
-
-#
-# Don't run jobs on laptops, that are AC-offline
-#
-if test -x /usr/bin/on_ac_power ; then
-   on_ac_power -q
-   if [ "$?" = "1" ]; then
-   exit 0
-   fi
-fi
+# 2016-08-08 - tchva...@suse.com
+#bnc#983925 run crons even on battery
 
 if [ -f /etc/sysconfig/cron ]; then
. /etc/sysconfig/cron




commit libzypp for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2016-09-12 13:22:14

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


Package is "libzypp"

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2016-08-26 
23:12:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2016-09-12 
13:22:16.0 +0200
@@ -1,0 +2,7 @@
+Fri Sep  9 16:43:30 CEST 2016 - m...@suse.de
+
+- xmlout::Node:  Allow adding nore attributes while the start node
+  is not closed (FATE#320699)
+- version 16.2.3 (0)
+
+---

Old:

  libzypp-16.2.2.tar.bz2

New:

  libzypp-16.2.3.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.QlzLzs/_old  2016-09-12 13:22:18.0 +0200
+++ /var/tmp/diff_new_pack.QlzLzs/_new  2016-09-12 13:22:18.0 +0200
@@ -19,7 +19,7 @@
 %define force_gcc_46 0
 
 Name:   libzypp
-Version:16.2.2
+Version:16.2.3
 Release:0
 Url:git://gitorious.org/opensuse/libzypp.git
 Summary:Package, Patch, Pattern, and Product Management

++ libzypp-16.2.2.tar.bz2 -> libzypp-16.2.3.tar.bz2 ++
 4989 lines of diff (skipped)




commit suse-module-tools for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package suse-module-tools for 
openSUSE:Factory checked in at 2016-09-12 13:21:50

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


Package is "suse-module-tools"

Changes:

--- /work/SRC/openSUSE:Factory/suse-module-tools/suse-module-tools.changes  
2016-06-12 18:50:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.suse-module-tools.new/suse-module-tools.changes 
2016-09-12 13:21:51.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep  8 08:55:50 UTC 2016 - dmuel...@suse.com
+
+- blacklist efifb on aarch64 (bsc#996080)
+
+---



Other differences:
--
++ modprobe.conf.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modprobe.conf/modprobe.conf.aarch64 
new/modprobe.conf/modprobe.conf.aarch64
--- old/modprobe.conf/modprobe.conf.aarch64 1970-01-01 01:00:00.0 
+0100
+++ new/modprobe.conf/modprobe.conf.aarch64 2016-09-08 10:55:21.0 
+0200
@@ -0,0 +1,9 @@
+# begin of aarch64 part for modprobe.conf
+
+
+# does not work on aarch64 because PCI host bridge driver
+# remaps the bars (bsc#996080)
+blacklist efifb
+
+# end of aarch64 part for modprobe.conf
+




commit zypper for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:Factory checked 
in at 2016-09-12 13:22:25

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


Package is "zypper"

Changes:

--- /work/SRC/openSUSE:Factory/zypper/zypper.changes2016-08-26 
23:13:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.zypper.new/zypper.changes   2016-09-12 
13:22:27.0 +0200
@@ -1,0 +2,9 @@
+Fri Sep  9 17:26:37 CEST 2016 - m...@suse.de
+
+- products --xmlfwd: Literally forward the XML tags found in a
+  product file (FATE#320699)
+- BuildRequires:  libzypp-devel >= 16.2.3
+- man: enhance install/uninstall section
+- version 1.13.10
+
+---

Old:

  zypper-1.13.9.tar.bz2

New:

  zypper-1.13.10.tar.bz2



Other differences:
--
++ zypper.spec ++
--- /var/tmp/diff_new_pack.60EPyd/_old  2016-09-12 13:22:28.0 +0200
+++ /var/tmp/diff_new_pack.60EPyd/_new  2016-09-12 13:22:28.0 +0200
@@ -22,7 +22,8 @@
 BuildRequires:  cmake >= 2.4.6
 BuildRequires:  gcc-c++ >= 4.7
 BuildRequires:  gettext-devel >= 0.15
-BuildRequires:  libzypp-devel >= 16.2.1
+BuildRequires:  libxml2-devel
+BuildRequires:  libzypp-devel >= 16.2.3
 BuildRequires:  readline-devel >= 5.1
 Requires:   procps
 %if 0%{?suse_version}
@@ -33,7 +34,7 @@
 Summary:Command line software manager using libzypp
 License:GPL-2.0+
 Group:  System/Packages
-Version:1.13.9
+Version:1.13.10
 Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

++ zypper-1.13.9.tar.bz2 -> zypper-1.13.10.tar.bz2 ++
/work/SRC/openSUSE:Factory/zypper/zypper-1.13.9.tar.bz2 
/work/SRC/openSUSE:Factory/.zypper.new/zypper-1.13.10.tar.bz2 differ: char 11, 
line 1




commit libvpx for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package libvpx for openSUSE:Factory checked 
in at 2016-09-12 13:22:05

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


Package is "libvpx"

Changes:

--- /work/SRC/openSUSE:Factory/libvpx/libvpx.changes2016-08-17 
12:03:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvpx.new/libvpx.changes   2016-09-12 
13:22:06.0 +0200
@@ -1,0 +2,8 @@
+Wed Sep  7 12:58:36 UTC 2016 - tchva...@suse.com
+
+- Ensure the enable vp8 vp9 postproc and multithread are always on
+- Enable verbose build
+- Add switches to be able to build chromium:
+  * --enable-experimental --enable-spatial-svc
+
+---



Other differences:
--
++ libvpx.spec ++
--- /var/tmp/diff_new_pack.MC6Enl/_old  2016-09-12 13:22:07.0 +0200
+++ /var/tmp/diff_new_pack.MC6Enl/_new  2016-09-12 13:22:07.0 +0200
@@ -17,7 +17,6 @@
 
 
 %define sover 4
-
 Name:   libvpx
 Version:1.6.0
 Release:0
@@ -33,7 +32,7 @@
 Patch4: libvpx-armv7-use-hard-float.patch
 # Needed to be able to create pkgconfig() provides.
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  yasm
 # add curl and do not copy it in to get an updated test-data.sha1 file
 #BuildRequires:  curl
@@ -63,7 +62,6 @@
 The WebM file structure is based on the Matroska container.
 
 %package -n %{name}%{sover}
-
 Summary:VP8 codec library
 License:BSD-3-Clause
 Group:  System/Libraries
@@ -97,7 +95,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch4 -p1
-cp %{S:1} test/
+cp %{SOURCE1} test/
 
 %build
 %if 0%{?suse_version} < 1310
@@ -118,6 +116,11 @@
 --enable-debug \
 --enable-shared \
 --disable-static \
+--enable-vp8 \
+--enable-vp9 \
+--enable-postproc \
+--enable-multithread \
+--enable-experimental --enable-spatial-svc \
 %ifarch armv5tel armv5el
 --target=armv5te-linux-gcc \
 %endif
@@ -128,14 +131,13 @@
 --extra-cflags="-std=gnu89 -U_FORTIFY_SOURCE %{optflags}" \
 --extra-cxxflags="-U_FORTIFY_SOURCE %{optflags}" \
 --enable-pic
-make %{?_smp_mflags}
+make %{?_smp_mflags} verbose=yes GEN_EXAMPLES=
 
 %install
 cd build
-make DESTDIR=%buildroot install
+make %{?_smp_mflags} verbose=yes GEN_EXAMPLES= DESTDIR=%{buildroot} install
 
 %post -n %{name}%{sover} -p /sbin/ldconfig
-
 %postun -n %{name}%{sover} -p /sbin/ldconfig
 
 %files -n vpx-tools




commit dpkg for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package dpkg for openSUSE:Factory checked in 
at 2016-09-12 13:21:22

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


Package is "dpkg"

Changes:

--- /work/SRC/openSUSE:Factory/dpkg/dpkg.changes2016-06-05 
14:17:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.dpkg.new/dpkg.changes   2016-09-12 
13:21:24.0 +0200
@@ -1,0 +2,8 @@
+Wed Sep  7 12:40:11 UTC 2016 - tchva...@suse.com
+
+- Version update to 1.18.10:
+  * Various few fixes, see changelog file in the package
+  * Refresh patch update-alternatives-suse.patch
+  * Remove patch dpkg-sparc.diff
+
+---
--- /work/SRC/openSUSE:Factory/dpkg/update-alternatives.changes 2016-06-05 
14:17:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.dpkg.new/update-alternatives.changes
2016-09-12 13:21:24.0 +0200
@@ -1,0 +2,14 @@
+Wed Sep  7 12:41:35 UTC 2016 - tchva...@suse.com
+
+- Version update to 1.18.10:
+  * Various few fixes, see changelog file in the package
+  * Refresh patch update-alternatives-suse.patch
+  * Remove patch dpkg-sparc.diff
+
+---
+Wed Sep  7 12:31:05 UTC 2016 - tchva...@suse.com
+
+- Use ls . instead of * to avoid error when nothing is in alternatives
+  directory
+
+---

Old:

  dpkg-sparc.diff
  dpkg_1.18.4.tar.xz

New:

  dpkg_1.18.10.tar.xz



Other differences:
--
++ dpkg.spec ++
--- /var/tmp/diff_new_pack.zIpT9y/_old  2016-09-12 13:21:25.0 +0200
+++ /var/tmp/diff_new_pack.zIpT9y/_new  2016-09-12 13:21:25.0 +0200
@@ -18,7 +18,7 @@
 
 %define admindir %{_localstatedir}/lib/rpm/
 Name:   dpkg
-Version:1.18.4
+Version:1.18.10
 Release:0
 Summary:Debian package management system
 License:GPL-2.0+
@@ -28,13 +28,14 @@
 Source3:sensible-editor
 # PATCH-FIX-OPENSUSE replace debian with opensuse. replace macros. 
update-alternatives temp directories' path and name from dpkg* to rpm*.
 Patch1: update-alternatives-suse.patch
-# PATCH-FIX-UPSTREAM remove --utf8 since we only build En manpages.
-Patch6: dpkg-sparc.diff
 # PATCH-FIX-SUSE: update if two alternatives have same priority bnc#969171
 Patch7: 0001-In-case-of-equal-priority-rather-update.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libbz2-devel
 BuildRequires:  libselinux-devel
+BuildRequires:  libtool
 BuildRequires:  ncurses-devel
 BuildRequires:  update-alternatives
 BuildRequires:  xz
@@ -79,10 +80,10 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch6 -p1
 %patch7 -p1
 
 %build
+autoreconf -fvi
 export CFLAGS="%{optflags}"
 export SELINUX_LIBS="-lselinux"
 %configure \
@@ -99,7 +100,7 @@
 %ifarch x86_64
 %define debarch amd64
 %endif
-%ifarch %ix86
+%ifarch %{ix86}
 %define debarch i386
 %endif
 %ifarch ppc powerpc
@@ -148,7 +149,7 @@
 %files
 %defattr(-,root,root)
 %doc ABOUT-NLS AUTHORS COPYING doc/triggers.txt NEWS README* THANKS TODO 
debian/changelog
-%doc %{_mandir}/man*/*
+%{_mandir}/man*/*
 %exclude %{_mandir}/man*/update-alternatives*
 %dir %{_sysconfdir}/dpkg
 %config(noreplace) %{_sysconfdir}/dpkg/*

++ update-alternatives.spec ++
--- /var/tmp/diff_new_pack.zIpT9y/_old  2016-09-12 13:21:25.0 +0200
+++ /var/tmp/diff_new_pack.zIpT9y/_new  2016-09-12 13:21:25.0 +0200
@@ -18,7 +18,7 @@
 
 %define admindir %{_localstatedir}/lib/rpm/
 Name:   update-alternatives
-Version:1.18.4
+Version:1.18.10
 Release:0
 Summary:Maintain symbolic links determining default commands
 License:GPL-2.0+
@@ -27,14 +27,17 @@
 Source0:
http://ftp.de.debian.org/debian/pool/main/d/dpkg/dpkg_%{version}.tar.xz
 Source3:sensible-editor
 Patch0: update-alternatives-suse.patch
-Patch6: dpkg-sparc.diff
 # PATCH-FIX-SUSE: update if two alternatives have same priority bnc#969171
 Patch7: 0001-In-case-of-equal-priority-rather-update.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  ncurses-devel
+BuildRequires:  pkgconfig
 BuildRequires:  xz
-Provides:   alternatives = %{version}
-Requires(post): update-alternatives
 Requires(post): coreutils
+Requires(post): update-alternatives
+Provides:   alternatives = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -51,10 +54,10 @@
 %prep
 %setup -q -n dpkg-%{version}
 %patch0 -p1
-%patch6 -p1
 %patch7 -p1
 
 %build
+autoreconf -fvi
 %configure \
 

commit cdrtools for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package cdrtools for openSUSE:Factory 
checked in at 2016-09-12 13:21:01

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


Package is "cdrtools"

Changes:

--- /work/SRC/openSUSE:Factory/cdrtools/cdrtools.changes2016-09-05 
09:49:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.cdrtools.new/cdrtools.changes   2016-09-12 
13:21:03.0 +0200
@@ -2,12 +1,0 @@
-Mon Aug 22 12:01:49 UTC 2016 - jeng...@inai.de
-
-- Put symlinks in a separate subpackage, just like cdrkit did.
-

-Mon Aug 22 09:45:17 UTC 2016 - davejpla...@gmail.com
-
-- Symlink genisoimage to mkisofs and provide genisoimage to enable
-  kiwi to use cdrtools.Provide and obsolete cdrkit-cdrtools-compat
-  instead of conflicting it for kiwi use.
-

schily-libs.changes: same change



Other differences:
--
++ cdrtools.spec ++
--- /var/tmp/diff_new_pack.oIJ5I2/_old  2016-09-12 13:21:04.0 +0200
+++ /var/tmp/diff_new_pack.oIJ5I2/_new  2016-09-12 13:21:04.0 +0200
@@ -48,6 +48,7 @@
 Requires:   mkisofs = %version-%release
 Provides:   schily-cdrtools = %version
 Obsoletes:  schily-cdrtools < %version
+Conflicts:  cdrkit-cdrtools-compat
 
 # 0: completely disable caps in this build
 %define with_caps 0
@@ -102,24 +103,6 @@
 Orange Book CD recorder, to write DVD media on a DVD recorder or to
 write BluRay media on a BluRay recorder.
 
-%package cdrkit-compat
-Summary:Symlinks for cdrkit to point to cdrtools
-License:CDDL-1.0 and GPL-2.0
-Group:  Productivity/Multimedia/CD/Record
-Obsoletes:  cdrkit-cdrtools-compat
-Provides:   cdrkit-cdrtools-compat
-Provides:   genisoimage = %version
-Obsoletes:  genisoimage < %version
-Provides:   icedax = %version
-Obsoletes:  icedax < %version
-Provides:   wodim = %version
-Obsoletes:  wodim < %version
-BuildArch:  noarch
-
-%description cdrkit-compat
-This subpackage provides symlinks for programs expecting cdrkit
-program names.
-
 %package -n mkisofs
 Summary:A program to generate an ISO-9660/Joliet/HFS/UDF hybrid 
filesystem
 License:GPL-2.0
@@ -201,12 +184,6 @@
 # Rename in order to not conflict with mkisofs/README in rpm doc section
 mv mkisofs/diag/README mkisofs/diag/README.diag
 
-pushd "%buildroot/%_bindir/"
-ln -s cdda2wav icedax
-ln -s cdrecord wodim
-ln -s mkisofs genisoimage
-popd
-
 %fdupes -s %buildroot/%_prefix
 
 %if 0%{?suse_version} >= 1120
@@ -317,10 +294,4 @@
 %doc %_mandir/man8/mkhybrid.8%ext_man
 %doc %_mandir/man8/mkisofs.8%ext_man
 
-%files cdrkit-compat
-%defattr(-,root,root)
-%_bindir/icedax
-%_bindir/genisoimage
-%_bindir/wodim
-
 %changelog




commit brp-check-suse for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package brp-check-suse for openSUSE:Factory 
checked in at 2016-09-12 13:21:11

Comparing /work/SRC/openSUSE:Factory/brp-check-suse (Old)
 and  /work/SRC/openSUSE:Factory/.brp-check-suse.new (New)


Package is "brp-check-suse"

Changes:

--- /work/SRC/openSUSE:Factory/brp-check-suse/brp-check-suse.changes
2016-01-26 10:14:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.brp-check-suse.new/brp-check-suse.changes   
2016-09-12 13:21:13.0 +0200
@@ -1,0 +2,10 @@
+Tue Sep 06 14:14:15 UTC 2016 - lnus...@suse.de
+
+- Update to version 84.87+git20160906.bb0a7d0:
+  * brp-25-symlink: handle properly symlinks to root directory
+  * - do not fail over new DefaultLayout element
+  * neededforbuild -> BuildRequires
+  * properly create tarball
+  * Hint to the desktop category rules. (#6)
+
+---

Old:

  brp-check-suse-13.2+git20150521.971ea2f.tar.xz

New:

  brp-check-suse-84.87+git20160906.bb0a7d0.tar.xz



Other differences:
--
++ brp-check-suse.spec ++
--- /var/tmp/diff_new_pack.HjBvja/_old  2016-09-12 13:21:15.0 +0200
+++ /var/tmp/diff_new_pack.HjBvja/_new  2016-09-12 13:21:15.0 +0200
@@ -23,7 +23,7 @@
 Group:  Development/Tools/Building
 # we need the full perl because of XML Parsing and utf-8 
 Requires:   perl
-Version:13.2+git20150521.971ea2f
+Version:84.87+git20160906.bb0a7d0
 Release:0
 Url:https://github.com/openSUSE/brp-check-suse
 #

++ _service ++
--- /var/tmp/diff_new_pack.HjBvja/_old  2016-09-12 13:21:15.0 +0200
+++ /var/tmp/diff_new_pack.HjBvja/_new  2016-09-12 13:21:15.0 +0200
@@ -1,7 +1,7 @@
 
   
-13.2
-13.2+git%cd.%h
+84.87
+84.87+git%cd.%h
 git://github.com/openSUSE/brp-check-suse.git
 git
 .git

++ _servicedata ++
--- /var/tmp/diff_new_pack.HjBvja/_old  2016-09-12 13:21:15.0 +0200
+++ /var/tmp/diff_new_pack.HjBvja/_new  2016-09-12 13:21:15.0 +0200
@@ -1,5 +1,5 @@
 
   
 git://github.com/openSUSE/brp-check-suse.git
-  031533d7bb03c467fa8c8c8ec32b62b5bc9f405b
+  bb0a7d019919ab4ed17a8d38fb9dddc86d455b67
 
\ No newline at end of file

++ brp-check-suse-13.2+git20150521.971ea2f.tar.xz -> 
brp-check-suse-84.87+git20160906.bb0a7d0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/brp-check-suse-13.2+git20150521.971ea2f/Makefile 
new/brp-check-suse-84.87+git20160906.bb0a7d0/Makefile
--- old/brp-check-suse-13.2+git20150521.971ea2f/Makefile2015-05-21 
15:09:12.0 +0200
+++ new/brp-check-suse-84.87+git20160906.bb0a7d0/Makefile   2016-09-06 
10:01:17.0 +0200
@@ -8,8 +8,8 @@
@./mkchanges | tee $(PKG)/.changes
@test ! -s $(PKG)/.changes || git push
@test -z "`git rev-list remotes/origin/master..master`" || { echo 
"unpushed changes"; exit 1; }
-   @f=(*bz2); test -z "$f" || /bin/rm -vi *.bz2
+   @f=(*xz); test -z "$f" || /bin/rm -vi *.xz
@./mktar
-   @mv *bz2 $(PKG)
+   @mv *xz $(PKG)
 
 .PHONY: all package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/brp-check-suse-13.2+git20150521.971ea2f/brp-desktop.data/xdg_menu 
new/brp-check-suse-84.87+git20160906.bb0a7d0/brp-desktop.data/xdg_menu
--- old/brp-check-suse-13.2+git20150521.971ea2f/brp-desktop.data/xdg_menu   
2015-05-21 15:09:12.0 +0200
+++ new/brp-check-suse-84.87+git20160906.bb0a7d0/brp-desktop.data/xdg_menu  
2016-09-06 10:01:17.0 +0200
@@ -1852,6 +1852,7 @@
}
if ( $menu->{Name} eq 'Applications' or $menu->{Name} 
eq 'More Programs' ) {
$output .= "ERROR: No sufficient Category 
definition: $desktop->{file} \n";
+   $output .= "Please refer to 
https://en.opensuse.org/openSUSE:Packaging_desktop_menu_categories;;
$validate_error = 1;
}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/brp-check-suse-13.2+git20150521.971ea2f/mktar 
new/brp-check-suse-84.87+git20160906.bb0a7d0/mktar
--- old/brp-check-suse-13.2+git20150521.971ea2f/mktar   2015-05-21 
15:09:12.0 +0200
+++ new/brp-check-suse-84.87+git20160906.bb0a7d0/mktar  2016-09-06 
10:01:17.0 +0200
@@ -1,13 +1,10 @@
 #!/bin/sh
 set -e
 NAME=brp-check-suse
-VERSION=1.0
-datefmt="%Y.%m.%d.%H%M"
-LAST_COMMIT=(`git rev-list --timestamp HEAD^..HEAD`)
-DATE=`date +$datefmt -d "1970-01-01 00:00 UTC $LAST_COMMIT seconds"`
-#scmver="$DATE"