commit rubygem-binding_of_caller for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package rubygem-binding_of_caller for 
openSUSE:Factory checked in at 2017-11-01 11:09:43

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


Package is "rubygem-binding_of_caller"

Wed Nov  1 11:09:43 2017 rev:2 rq:537514 version:0.7.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-binding_of_caller/rubygem-binding_of_caller.changes
  2015-02-16 21:11:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-binding_of_caller.new/rubygem-binding_of_caller.changes
 2017-11-01 11:09:42.585616674 +0100
@@ -1,0 +2,42 @@
+Thu Oct 26 09:56:57 UTC 2017 - co...@suse.com
+
+- updated to version 0.7.3
+ see installed HISTORY
+
+  ## 0.7.3.pre1 / 2014-08-20
+  
+  This release includes compatibility fixes for different ruby versions
+  and some minor enhancements.
+  
+  *   C Extensions are only compiled on MRI 1.9.x.
+  
+  For MRI >= 2 the native API is used, so this should speedup
+  installation.
+  
+  For JRuby this will avoid crashes on gem installation.
+  
+  This was alredy being checked for Rubinius.
+  
+  *Amadeus Folego*
+  
+  *Added experimental JRuby support for 1.7.x series.
+  
+   Only the main API is implemented and `Binding#eval` is
+   monkey-patched as it is private on JRuby.
+  
+   This requires the compiler to be run on interpreted mode,
+   otherwise an exception will be thrown when `of_caller` is called.
+  
+  *Charles Nutter*
+  
+  *   Remove executability from non-executable files.
+  
+  *David Celis*
+  
+  *   Test and notice MRI 2.1 as a working Ruby implementation.
+  
+  *Lennart Fridén*
+  
+  ## 0.7.2 / 2013-06-07
+
+---

Old:

  binding_of_caller-0.7.2.gem

New:

  binding_of_caller-0.7.3.gem



Other differences:
--
++ rubygem-binding_of_caller.spec ++
--- /var/tmp/diff_new_pack.kxt7XC/_old  2017-11-01 11:09:43.521582486 +0100
+++ /var/tmp/diff_new_pack.kxt7XC/_new  2017-11-01 11:09:43.521582486 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-binding_of_caller
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,16 +24,16 @@
 #
 
 Name:   rubygem-binding_of_caller
-Version:0.7.2
+Version:0.7.3
 Release:0
 %define mod_name binding_of_caller
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{rubydevel}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros >= 5
 Url:http://github.com/banister/binding_of_caller
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:rubygem-binding_of_caller-rpmlintrc
 Source2:gem2rpm.yml
 Summary:Retrieve the binding of a method's caller. Can also retrieve

++ binding_of_caller-0.7.2.gem -> binding_of_caller-0.7.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 1970-01-01 01:00:00.0 +0100
+++ new/.travis.yml 2017-10-22 02:45:01.0 +0200
@@ -2,7 +2,10 @@
   - 1.9.2
   - 1.9.3
   - 2.0.0
-  - rbx-19mode
+  - 2.1.0
+  - 2.2.6
+  - 2.3.0
+  - 2.4.0
 
 notifications:
   irc: "irc.freenode.org#pry"
@@ -13,6 +16,14 @@
   only:
 - master
 
+matrix:
+  include:
+- rvm: jruby
+  env: JRUBY_OPTS=-X-C
+  allow_failures:
+- rvm: jruby
+- rvm: 1.9.3
+
 #script: rake test --trace
 #
 #before_install:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HISTORY new/HISTORY
--- old/HISTORY 1970-01-01 01:00:00.0 +0100
+++ new/HISTORY 2017-10-22 02:45:01.0 +0200
@@ -0,0 +1,35 @@
+## 0.7.3.pre1 / 2014-08-20
+
+This release includes compatibility fixes for different ruby versions
+and some minor enhancements.
+
+*   C Extensions are only compiled on MRI 1.9.x.
+
+For MRI >= 2 the native API is used, so this should speedup
+installation.
+
+For JRuby this will avoid crashes on gem installation.
+
+This was alredy being checked for Rubinius.
+
+*Amadeus Folego*
+
+*Added experimental JRuby support for 1.7.x series.
+
+ Only the main API is implemented and `Binding#eval` is
+ monkey-patched as it is private on 

commit rubygem-capistrano for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package rubygem-capistrano for 
openSUSE:Factory checked in at 2017-11-01 11:09:45

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


Package is "rubygem-capistrano"

Wed Nov  1 11:09:45 2017 rev:30 rq:537515 version:3.10.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-capistrano/rubygem-capistrano.changes
2017-09-12 19:57:25.225988838 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-capistrano.new/rubygem-capistrano.changes   
2017-11-01 11:09:43.761573720 +0100
@@ -1,0 +2,6 @@
+Thu Oct 26 09:57:34 UTC 2017 - co...@suse.com
+
+- updated to version 3.10.0
+ see installed CHANGELOG.md
+
+---

Old:

  capistrano-3.9.1.gem

New:

  capistrano-3.10.0.gem



Other differences:
--
++ rubygem-capistrano.spec ++
--- /var/tmp/diff_new_pack.dw2eVD/_old  2017-11-01 11:09:44.277554873 +0100
+++ /var/tmp/diff_new_pack.dw2eVD/_new  2017-11-01 11:09:44.281554727 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-capistrano
-Version:3.9.1
+Version:3.10.0
 Release:0
 %define mod_name capistrano
 %define mod_full_name %{mod_name}-%{version}

++ capistrano-3.9.1.gem -> capistrano-3.10.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-09-08 18:36:50.0 +0200
+++ new/CHANGELOG.md2017-10-23 18:27:32.0 +0200
@@ -14,15 +14,35 @@
 gem "capistrano", :github => "capistrano/capistrano"
 ```
 
-## master
+## [master]
 
-https://github.com/capistrano/capistrano/compare/v3.9.1...HEAD
+[master]: https://github.com/capistrano/capistrano/compare/v3.10.0...HEAD
 
 * Your contribution here!
 
-## `3.9.1` (2017-09-08)
+## [`3.10.0`] (2017-10-23)
 
-https://github.com/capistrano/capistrano/compare/v3.9.0...v3.9.1
+[`3.10.0`]: https://github.com/capistrano/capistrano/compare/v3.9.1...v3.10.0
+
+As of this release, version 2.x of Capistrano is officially End of Life. No 
further releases of 2.x series are planned, and pull requests against 2.x are 
no longer accepted. The maintainers encourage you to upgrade to 3.x if possible.
+
+### Breaking changes:
+
+* None
+
+### New features:
+
+* [#1943](https://github.com/capistrano/capistrano/issues/1943): Make 
'releases' and 'shared' directory names configurable from deployment target
+* [#1922](https://github.com/capistrano/capistrano/pull/1922): Prevents last 
good release from being deleted during cleanup if there are too many subsequent 
failed deploys
+* [#1930](https://github.com/capistrano/capistrano/issues/1930): Default to 
locking the version using the pessimistic version operator at the patch level.
+
+### Fixes:
+
+* [#1937](https://github.com/capistrano/capistrano/pull/1937): Clarify error 
message when plugin is required in the wrong config file.
+
+## [`3.9.1`] (2017-09-08)
+
+[`3.9.1`]: https://github.com/capistrano/capistrano/compare/v3.9.0...v3.9.1
 
 ### Breaking changes:
 
@@ -32,9 +52,9 @@
 
 * [#1912](https://github.com/capistrano/capistrano/pull/1912): Fixed an issue 
where questions posed by `ask` were not printed on certain platforms - 
[@kminiatures](https://github.com/kminiatures)
 
-## `3.9.0` (2017-07-28)
+## [`3.9.0`] (2017-07-28)
 
-https://github.com/capistrano/capistrano/compare/v3.8.2...v3.9.0
+[`3.9.0`]: https://github.com/capistrano/capistrano/compare/v3.8.2...v3.9.0
 
 ### Breaking changes:
 
@@ -48,9 +68,9 @@
 
 * [#1899](https://github.com/capistrano/capistrano/pull/1899): Updated 
`deploy:cleanup` to continue rotating the releases and skip the invalid 
directory names instead of skipping the whole rotation of releases. The warning 
message has changed slightly due to the change of behavior.
 
-## `3.8.2` (2017-06-16)
+## [`3.8.2`] (2017-06-16)
 
-https://github.com/capistrano/capistrano/compare/v3.8.1...v3.8.2
+[`3.8.2`]: https://github.com/capistrano/capistrano/compare/v3.8.1...v3.8.2
 
 ### Breaking changes:
 
@@ -60,9 +80,9 @@
 
 * [#1882](https://github.com/capistrano/capistrano/pull/1882): Explain where 
to add new Capfile lines in scm deprecation warning - 
[@robd](https://github.com/robd)
 
-## `3.8.1` (2017-04-21)
+## [`3.8.1`] (2017-04-21)
 
-https://github.com/capistrano/capistrano/compare/v3.8.0...v3.8.1
+[`3.8.1`]: https://github.com/capistrano/capistrano/compare/v3.8.0...v3.8.1
 
 ### Breaking changes:
 
@@ -72,9 +92,9 @@
 
 * [#1867](https://github.com/capistrano/capistrano/pull/1867): Allow `cap -T` 
to run without Capfile present - 
[@mattbrictson](https://github.com/mattbrictson)
 
-## `3.8.0` (2017-03-10)
+## [`3.8.0`] 

commit lxcfs for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package lxcfs for openSUSE:Factory checked 
in at 2017-11-01 11:10:06

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


Package is "lxcfs"

Wed Nov  1 11:10:06 2017 rev:4 rq:537976 version:2.0.8

Changes:

--- /work/SRC/openSUSE:Factory/lxcfs/lxcfs.changes  2017-05-31 
12:20:20.803280120 +0200
+++ /work/SRC/openSUSE:Factory/.lxcfs.new/lxcfs.changes 2017-11-01 
11:10:12.884509953 +0100
@@ -1,0 +2,18 @@
+Tue Oct 31 19:34:47 UTC 2017 - opensuse_buildserv...@ojkastl.de
+
+- update to version 2.0.8
+  This is the eigth bugfix release for LXCFS 2.0. This includes the following 
bugfixes:
+  * bindings: Add mountpoint for unified hierarchy
+  * bindings: Calculate uptime via proc//stat
+  * bindings: Revert virtualization of 'btime' field due to regressions in ps
+  * doc: Update README
+  * init: Add cgroupfs-mount to Should-Start/Stop sysvinit LSB headers
+  * lib: Add common fallback dlopen for liblxcfs.so
+  * lib: Fix the installation directory for liblxcfs to ${libdir}/lxcfs
+  * pam: Add a 'all' option for -c
+  * pam: Chown cgroup.procs file on unified hierarchy
+  * pam: Report back when we find a unified hierarchy
+  * tests: Fix invalid comparison
+  * uptime: Fix a problem with subsequent reads
+
+---

Old:

  lxcfs-2.0.7.tar.gz
  lxcfs-2.0.7.tar.gz.asc

New:

  lxcfs-2.0.8.tar.gz
  lxcfs-2.0.8.tar.gz.asc



Other differences:
--
++ lxcfs.spec ++
--- /var/tmp/diff_new_pack.9Km13f/_old  2017-11-01 11:10:14.616446692 +0100
+++ /var/tmp/diff_new_pack.9Km13f/_new  2017-11-01 11:10:14.616446692 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   lxcfs
-Version:2.0.7
+Version:2.0.8
 Release:0
 Summary:FUSE filesystem for LXC
 License:Apache-2.0
@@ -110,6 +110,9 @@
 %{_mandir}/man1/*
 %{_unitdir}/*
 %dir %{_localstatedir}/lib/%{name}
+%dir %{_libdir}/%{name}
+%{_libdir}/%{name}/liblxcfs.la
+%{_libdir}/%{name}/liblxcfs.so
 
 # The lxcfs executable requires liblxcfs.so be installed. It calls dlopen() to
 # dynamically reload the shared library on upgrade. This is important. Do *not*

++ lxcfs-2.0.7.tar.gz -> lxcfs-2.0.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxcfs-2.0.7/Makefile.am new/lxcfs-2.0.8/Makefile.am
--- old/lxcfs-2.0.7/Makefile.am 2017-05-11 19:01:42.0 +0200
+++ new/lxcfs-2.0.8/Makefile.am 2017-10-19 19:06:41.0 +0200
@@ -22,7 +22,7 @@
 noinst_HEADERS = bindings.h macro.h
 
 sodir=$(libdir)
-lib_LTLIBRARIES = liblxcfs.la
+lxcfs_LTLIBRARIES = liblxcfs.la
 EXTRA_LTLIBRARIES = liblxcfstest.la
 
 lxcfs_SOURCES = lxcfs.c
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxcfs-2.0.7/Makefile.in new/lxcfs-2.0.8/Makefile.in
--- old/lxcfs-2.0.7/Makefile.in 2017-05-11 19:01:59.0 +0200
+++ new/lxcfs-2.0.8/Makefile.in 2017-10-19 19:06:46.0 +0200
@@ -132,9 +132,9 @@
 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  $(am__cd) "$$dir" && rm -f $$files; }; \
   }
-am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pamdir)" \
+am__installdirs = "$(DESTDIR)$(lxcfsdir)" "$(DESTDIR)$(pamdir)" \
"$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
-LTLIBRARIES = $(lib_LTLIBRARIES) $(pam_LTLIBRARIES)
+LTLIBRARIES = $(lxcfs_LTLIBRARIES) $(pam_LTLIBRARIES)
 liblxcfs_la_LIBADD =
 am_liblxcfs_la_OBJECTS = liblxcfs_la-bindings.lo liblxcfs_la-cpuset.lo
 liblxcfs_la_OBJECTS = $(am_liblxcfs_la_OBJECTS)
@@ -413,6 +413,7 @@
 libexecdir = @libexecdir@
 localedir = @localedir@
 localstatedir = @localstatedir@
+lxcfsdir = @lxcfsdir@
 mandir = @mandir@
 mkdir_p = @mkdir_p@
 oldincludedir = @oldincludedir@
@@ -445,7 +446,7 @@
 liblxcfstest_la_LDFLAGS = $(AM_CFLAGS) -module -avoid-version -shared
 noinst_HEADERS = bindings.h macro.h
 sodir = $(libdir)
-lib_LTLIBRARIES = liblxcfs.la
+lxcfs_LTLIBRARIES = liblxcfs.la
 EXTRA_LTLIBRARIES = liblxcfstest.la
 lxcfs_SOURCES = lxcfs.c
 lxcfs_LDADD = -ldl
@@ -514,33 +515,33 @@
 distclean-hdr:
-rm -f config.h stamp-h1
 
-install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+install-lxcfsLTLIBRARIES: $(lxcfs_LTLIBRARIES)
@$(NORMAL_INSTALL)
-   @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
+   @list='$(lxcfs_LTLIBRARIES)'; test -n "$(lxcfsdir)" || list=; \
list2=; for p in $$list; do \
  if test -f $$p; then \
list2="$$list2 $$p"; \
  else :; fi; \
done; \
test -z "$$list2" || { \
- echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
- $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
- echo 

commit shadowsocks-libev for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package shadowsocks-libev for 
openSUSE:Factory checked in at 2017-11-01 11:09:50

Comparing /work/SRC/openSUSE:Factory/shadowsocks-libev (Old)
 and  /work/SRC/openSUSE:Factory/.shadowsocks-libev.new (New)


Package is "shadowsocks-libev"

Wed Nov  1 11:09:50 2017 rev:2 rq:537772 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/shadowsocks-libev/shadowsocks-libev.changes  
2017-09-28 12:35:56.282891397 +0200
+++ /work/SRC/openSUSE:Factory/.shadowsocks-libev.new/shadowsocks-libev.changes 
2017-11-01 11:09:49.441366254 +0100
@@ -1,0 +2,6 @@
+Tue Oct 31 03:31:56 UTC 2017 - hillw...@opensuse.org
+
+- Add fix-Command-Execution-in-ss-manager.patch
+  * Fix boo#1065619 and CVE-2017-15924
+
+---

New:

  fix-Command-Execution-in-ss-manager.patch



Other differences:
--
++ shadowsocks-libev.spec ++
--- /var/tmp/diff_new_pack.tV60Qe/_old  2017-11-01 11:09:50.177339371 +0100
+++ /var/tmp/diff_new_pack.tV60Qe/_new  2017-11-01 11:09:50.181339225 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package shadowsocks-libev
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define libver 2
 Name:   shadowsocks-libev
 Version:3.1.0
 Release:0
-License:GPL-3.0+
 Summary:Libev port of Shadowsocks
-Url:https://github.com/shadowsocks/shadowsocks-libev
+License:GPL-3.0+
 Group:  Productivity/Networking/Web/Proxy
+Url:https://github.com/shadowsocks/shadowsocks-libev
 Source0:
https://github.com/shadowsocks/shadowsocks-libev/releases/download/v%{version}/%{name}-%{version}.tar.gz
+# PATFH-FIX-SUSE fix-Command-Execution-in-ss-manager.patch 
hillw...@opensuse.org --Fix boo#1065619 and CVE-2017-15924
+Patch0: fix-Command-Execution-in-ss-manager.patch
 Source1:%{name}-config.json
 Source2:%{name}-client.service
 Source3:%{name}-server.service
@@ -32,12 +35,12 @@
 Source6:%{name}-manager.service
 Source7:%{name}-redir.service
 BuildRequires:  libtool
-BuildRequires:  pkgconfig(openssl)
-BuildRequires:  pkgconfig(libsodium) >= 1.0.4
-BuildRequires:  pkgconfig(libpcre)
+BuildRequires:  mbedtls-devel
 BuildRequires:  pkgconfig(libcares)
 BuildRequires:  pkgconfig(libev)
-BuildRequires:  mbedtls-devel
+BuildRequires:  pkgconfig(libpcre)
+BuildRequires:  pkgconfig(libsodium) >= 1.0.4
+BuildRequires:  pkgconfig(openssl)
 %if 0%{?fedora} >= 24
 BuildRequires:  pkgconfig
 %else
@@ -47,8 +50,8 @@
 BuildRequires:  ghostscript-core
 %endif
 BuildRequires:  asciidoc
-BuildRequires:  xmlto
 BuildRequires:  systemd
+BuildRequires:  xmlto
 Recommends: simple-obfs
 %{?systemd_requires}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -59,6 +62,7 @@
 
 %package -n lib%{name}%{libver}
 Summary:Libev port of Shadowsocks
+Group:  Productivity/Networking/Web/Proxy
 
 %description -n lib%{name}%{libver}
 shadowsocks-libev is a lightweight secured scoks5 proxy 
@@ -91,6 +95,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --prefix=%{_prefix} \

++ fix-Command-Execution-in-ss-manager.patch ++
diff -Nur shadowsocks-libev-3.1.0/src/manager.c 
shadowsocks-libev-3.1.0-new/src/manager.c
--- shadowsocks-libev-3.1.0/src/manager.c   2017-09-06 09:19:47.0 
+0800
+++ shadowsocks-libev-3.1.0-new/src/manager.c   2017-10-31 11:29:51.122235135 
+0800
@@ -92,7 +92,7 @@
 }
 
 static void
-build_config(char *prefix, struct server *server)
+build_config(char *prefix, struct manager_ctx *manager, struct server *server)
 {
 char *path= NULL;
 int path_size = strlen(prefix) + strlen(server->port) + 20;
@@ -110,11 +110,18 @@
 fprintf(f, "{\n");
 fprintf(f, "\"server_port\":%d,\n", atoi(server->port));
 fprintf(f, "\"password\":\"%s\"", server->password);
-if (server->fast_open[0]) fprintf(f, ",\n\"fast_open\": %s", 
server->fast_open);
-if (server->mode)   fprintf(f, ",\n\"mode\":\"%s\"", server->mode);
-if (server->method) fprintf(f, ",\n\"method\":\"%s\"", server->method);
-if (server->plugin) fprintf(f, ",\n\"plugin\":\"%s\"", server->plugin);
-if (server->plugin_opts) fprintf(f, ",\n\"plugin_opts\":\"%s\"", 
server->plugin_opts);
+if (server->method)
+fprintf(f, ",\n\"method\":\"%s\"", server->method);
+else if (manager->method)
+

commit yast2-cluster for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package yast2-cluster for openSUSE:Factory 
checked in at 2017-11-01 11:09:52

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


Package is "yast2-cluster"

Wed Nov  1 11:09:52 2017 rev:19 rq:537876 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-cluster/yast2-cluster.changes  
2017-04-07 13:56:38.131265290 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-cluster.new/yast2-cluster.changes 
2017-11-01 11:09:50.757318186 +0100
@@ -1,0 +2,6 @@
+Fri Oct 27 08:35:58 UTC 2017 - nw...@suse.com
+
+- bsc#1065393, remove checking bind address when unicast.
+- Version 4.0.0
+
+---

Old:

  yast2-cluster-3.2.0.tar.bz2

New:

  yast2-cluster-4.0.0.tar.bz2



Other differences:
--
++ yast2-cluster.spec ++
--- /var/tmp/diff_new_pack.SwkEMH/_old  2017-11-01 11:09:51.293298609 +0100
+++ /var/tmp/diff_new_pack.SwkEMH/_new  2017-11-01 11:09:51.293298609 +0100
@@ -18,7 +18,7 @@
 
 Name:   yast2-cluster
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
-Version:3.2.0
+Version:4.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-cluster-3.2.0.tar.bz2 -> yast2-cluster-4.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-3.2.0/Makefile.am.common 
new/yast2-cluster-4.0.0/Makefile.am.common
--- old/yast2-cluster-3.2.0/Makefile.am.common  2017-04-06 03:51:03.655446224 
+0200
+++ new/yast2-cluster-4.0.0/Makefile.am.common  1970-01-01 01:00:00.0 
+0100
@@ -1,47 +0,0 @@
-# Makefile.am.common   -*- Makefile -*-
-# Generated file, do not edit!
-
-modulebin_DATA = $(patsubst %.ycp,%.ybc,$(module_DATA))
-modulebindir = $(moduledir)
-
-ybcfiles = $(filter %.ybc,$(modulebin_DATA))
-
-# suffix mapping: info '(make)Static Usage'
-# apply only to our modules, not external ones
-${ybcfiles}: %.ybc: %.ycp $(ycpchook)
-   Y2DIR=$(YCPC_Y2DIR) LD_LIBRARY_PATH=$(YCPC_LD_LIBRARY_PATH) ${YCPC} -c 
-M. -I. -q $(YCPCFLAGS) $<
-
-# files to clean
-CLEANFILES = ${ybcfiles}
-DISTCLEANFILES = .dep
-
-# Needs to be outside "." because of cases
-# where ycpchook contains a symlink to "."
-# Otherwise "." keeps being newer than .dep and we loop.
-NEWDEP=${top_builddir}/.dep.new
-# generate dependencies
-# two steps not to lose the file if the command fails
-# hook: create the links before we look for files
-.dep: $(wildcard *.ycp) ${ycpchook}
-   ${YCPMAKEDEP} --prefix=${prefix} ${YCPCFLAGS} > ${NEWDEP}
-   cat ${NEWDEP} > .dep
-   rm ${NEWDEP}
-
-dist-hook: check-syntax
-
-CHECK_SYNTAX = true
-check-syntax: $(client_DATA) $(ycpchook)
-   @if test "$(client_DATA)"; then \
- if $(CHECK_SYNTAX); then \
-   TO_CHECK="$(filter %.ycp,$^)"; \
-   echo "Checking syntax of $${TO_CHECK}"; \
-   if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
- echo "Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk"; \
- exit 1; \
-   fi; \
- else \
-   echo "Syntax check disabled"; \
- fi; \
-   fi
-
--include .dep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-3.2.0/package/yast2-cluster.changes 
new/yast2-cluster-4.0.0/package/yast2-cluster.changes
--- old/yast2-cluster-3.2.0/package/yast2-cluster.changes   2017-04-06 
03:51:03.659446224 +0200
+++ new/yast2-cluster-4.0.0/package/yast2-cluster.changes   2017-10-31 
11:07:24.256722880 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Oct 27 08:35:58 UTC 2017 - nw...@suse.com
+
+- bsc#1065393, remove checking bind address when unicast.
+- Version 4.0.0
+
+---
 Wed Apr  5 05:20:44 UTC 2017 - nw...@suse.com
 
 - bsc#1032419, remove bind address for unicast.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-3.2.0/package/yast2-cluster.spec 
new/yast2-cluster-4.0.0/package/yast2-cluster.spec
--- old/yast2-cluster-3.2.0/package/yast2-cluster.spec  2017-04-06 
03:51:03.659446224 +0200
+++ new/yast2-cluster-4.0.0/package/yast2-cluster.spec  2017-10-31 
11:07:24.256722880 +0100
@@ -18,7 +18,7 @@
 
 Name:   yast2-cluster
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
-Version:3.2.0
+Version:4.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' 

commit rubygem-factory_girl_rails for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package rubygem-factory_girl_rails for 
openSUSE:Factory checked in at 2017-11-01 11:09:32

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


Package is "rubygem-factory_girl_rails"

Wed Nov  1 11:09:32 2017 rev:18 rq:537507 version:4.9.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-factory_girl_rails/rubygem-factory_girl_rails.changes
2016-12-29 22:46:37.789048655 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-factory_girl_rails.new/rubygem-factory_girl_rails.changes
   2017-11-01 11:09:36.345844595 +0100
@@ -1,0 +2,6 @@
+Thu Oct 26 09:59:36 UTC 2017 - co...@suse.com
+
+- updated to version 4.9.0
+ see installed NEWS
+
+---

Old:

  factory_girl_rails-4.8.0.gem

New:

  factory_girl_rails-4.9.0.gem



Other differences:
--
++ rubygem-factory_girl_rails.spec ++
--- /var/tmp/diff_new_pack.aUQgrv/_old  2017-11-01 11:09:37.981784839 +0100
+++ /var/tmp/diff_new_pack.aUQgrv/_new  2017-11-01 11:09:37.985784693 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-factory_girl_rails
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-factory_girl_rails
-Version:4.8.0
+Version:4.9.0
 Release:0
 %define mod_name factory_girl_rails
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:http://github.com/thoughtbot/factory_girl_rails
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:factory_girl_rails provides integration between factory_girl 
and
 License:MIT

++ factory_girl_rails-4.8.0.gem -> factory_girl_rails-4.9.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile.lock new/Gemfile.lock
--- old/Gemfile.lock2016-12-16 19:28:40.0 +0100
+++ new/Gemfile.lock2017-10-24 15:57:29.0 +0200
@@ -1,8 +1,8 @@
 PATH
   remote: .
   specs:
-factory_girl_rails (4.8.0)
-  factory_girl (~> 4.8.0)
+factory_girl_rails (4.9.0)
+  factory_girl (~> 4.9.0)
   railties (>= 3.0.0)
 
 GEM
@@ -63,7 +63,7 @@
 diff-lcs (1.2.5)
 erubis (2.7.0)
 execjs (2.0.2)
-factory_girl (4.8.0)
+factory_girl (4.9.0)
   activesupport (>= 3.0.0)
 ffi (1.9.3)
 ffi (1.9.3-java)
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/factory_girl_rails.gemspec 
new/factory_girl_rails.gemspec
--- old/factory_girl_rails.gemspec  2016-12-16 19:28:40.0 +0100
+++ new/factory_girl_rails.gemspec  2017-10-24 15:57:29.0 +0200
@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name= %q{factory_girl_rails}
-  s.version = '4.8.0'
+  s.version = '4.9.0'
   s.authors = ["Joe Ferris"]
   s.email   = %q{jfer...@thoughtbot.com}
   s.homepage= "http://github.com/thoughtbot/factory_girl_rails;
@@ -16,5 +16,5 @@
   s.license   = "MIT"
 
   s.add_runtime_dependency('railties', '>= 3.0.0')
-  s.add_runtime_dependency('factory_girl', '~> 4.8.0')
+  s.add_runtime_dependency('factory_girl', '~> 4.9.0')
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gemfiles/rails3.2.gemfile.lock 
new/gemfiles/rails3.2.gemfile.lock
--- old/gemfiles/rails3.2.gemfile.lock  2016-12-16 19:28:40.0 +0100
+++ new/gemfiles/rails3.2.gemfile.lock  2017-10-24 15:57:29.0 +0200
@@ -1,8 +1,8 @@
 PATH
   remote: ../
   specs:
-factory_girl_rails (4.8.0)
-  factory_girl (~> 4.8.0)
+factory_girl_rails (4.9.0)
+  factory_girl (~> 4.9.0)
   railties (>= 3.0.0)
 
 GEM
@@ -40,7 +40,7 @@
   rake
   thor (>= 0.14.0)
 arel (3.0.3)
-aruba (0.14.1)
+aruba (0.14.2)
   childprocess (~> 0.5.6)
   contracts (~> 0.9)
   cucumber (>= 1.3.19)
@@ -56,37 +56,39 @@
 coffee-script (2.4.1)
   coffee-script-source
   execjs
-coffee-script-source (1.10.0)
-contracts (0.14.0)
+coffee-script-source (1.12.2)
+concurrent-ruby (1.0.5)
+contracts (0.16.0)
 cucumber (1.3.19)
   builder (>= 2.1.2)
   diff-lcs 

commit apache2-mod_authn_otp for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package apache2-mod_authn_otp for 
openSUSE:Factory checked in at 2017-11-01 11:09:54

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


Package is "apache2-mod_authn_otp"

Wed Nov  1 11:09:54 2017 rev:8 rq:537921 version:1.1.8

Changes:

--- 
/work/SRC/openSUSE:Factory/apache2-mod_authn_otp/apache2-mod_authn_otp.changes  
2015-12-21 12:04:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache2-mod_authn_otp.new/apache2-mod_authn_otp.changes
 2017-11-01 11:09:53.521217230 +0100
@@ -1,0 +2,6 @@
+Mon Oct 30 15:46:43 UTC 2017 - archie.co...@gmail.com
+
+- Update to version 1.1.8
+  + Added PINFakeBasicAuth configuration option
+
+---

Old:

  mod_authn_otp-1.1.7.tar.gz

New:

  mod_authn_otp-1.1.8.tar.gz



Other differences:
--
++ apache2-mod_authn_otp.spec ++
--- /var/tmp/diff_new_pack.RkmgA8/_old  2017-11-01 11:09:54.317188156 +0100
+++ /var/tmp/diff_new_pack.RkmgA8/_new  2017-11-01 11:09:54.321188009 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apache2-mod_authn_otp
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Archie L. Cobbs 
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %define mod_name   mod_authn_otp
 Name:   apache2-%{mod_name}
-Version:1.1.7
+Version:1.1.8
 Release:0
 Summary:Apache module for one-time password authentication
 License:Apache-2.0

++ mod_authn_otp-1.1.7.tar.gz -> mod_authn_otp-1.1.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mod_authn_otp-1.1.7/CHANGES 
new/mod_authn_otp-1.1.8/CHANGES
--- old/mod_authn_otp-1.1.7/CHANGES 2014-05-17 18:26:14.0 +0200
+++ new/mod_authn_otp-1.1.8/CHANGES 2017-10-30 16:40:57.0 +0100
@@ -1,3 +1,6 @@
+Version 1.1.8 relesed October 30, 2017
+
+- Added PINFakeBasicAuth configuration option
 
 Version 1.1.7 (r147) released 17 May 2014
 
@@ -48,4 +51,3 @@
 
 - Initial release
 
-$Id: CHANGES 147 2014-05-17 16:26:13Z archie.cobbs $
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mod_authn_otp-1.1.7/INSTALL 
new/mod_authn_otp-1.1.8/INSTALL
--- old/mod_authn_otp-1.1.7/INSTALL 2011-06-10 16:27:51.0 +0200
+++ new/mod_authn_otp-1.1.8/INSTALL 2017-10-30 16:36:25.0 +0100
@@ -12,4 +12,3 @@
 3. Run `make'
 4. Run `make install'
 
-$Id: INSTALL 99 2011-06-10 14:27:51Z archie.cobbs $
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mod_authn_otp-1.1.7/Makefile.am 
new/mod_authn_otp-1.1.8/Makefile.am
--- old/mod_authn_otp-1.1.7/Makefile.am 2012-02-29 23:11:38.0 +0100
+++ new/mod_authn_otp-1.1.8/Makefile.am 2017-10-30 16:36:25.0 +0100
@@ -16,8 +16,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-# $Id: Makefile.am 116 2012-02-29 22:11:38Z archie.cobbs $
-#
 
 all-local:module
 
@@ -26,6 +24,7 @@
$(APXS) -c -D_REENTRANT `echo $(GCC_WARN_FLAGS) | sed 's/ -/ 
-Wc,-/g'` -l crypto mod_authn_otp.c
 
 install-exec-local: module
+   mkdir -p "$(DESTDIR)`$(APXS) -q LIBEXECDIR`"
$(APXS) -S LIBEXECDIR="$(DESTDIR)`$(APXS) -q LIBEXECDIR`" -i 
mod_authn_otp.la
 
 install-exec-hook:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mod_authn_otp-1.1.7/Makefile.in 
new/mod_authn_otp-1.1.8/Makefile.in
--- old/mod_authn_otp-1.1.7/Makefile.in 2014-05-17 18:29:27.0 +0200
+++ new/mod_authn_otp-1.1.8/Makefile.in 2017-10-30 16:43:11.0 +0100
@@ -31,8 +31,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-# $Id: Makefile.am 116 2012-02-29 22:11:38Z archie.cobbs $
-#
 
 
 VPATH = @srcdir@
@@ -847,6 +845,7 @@
$(APXS) -c -D_REENTRANT `echo $(GCC_WARN_FLAGS) | sed 's/ -/ 
-Wc,-/g'` -l crypto mod_authn_otp.c
 
 install-exec-local: module
+   mkdir -p "$(DESTDIR)`$(APXS) -q LIBEXECDIR`"
$(APXS) -S LIBEXECDIR="$(DESTDIR)`$(APXS) -q LIBEXECDIR`" -i 
mod_authn_otp.la
 
 install-exec-hook:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mod_authn_otp-1.1.7/README 
new/mod_authn_otp-1.1.8/README
--- old/mod_authn_otp-1.1.7/README  2009-07-08 16:43:28.0 

commit python-azure-mgmt-servicefabric for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-servicefabric for 
openSUSE:Factory checked in at 2017-11-01 11:09:56

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


Package is "python-azure-mgmt-servicefabric"

Wed Nov  1 11:09:56 2017 rev:1 rq:537939 version:0.1.0

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-servicefabric.new/python-azure-mgmt-servicefabric.changes
 2017-11-01 11:09:54.941165364 +0100
@@ -0,0 +1,8 @@
+---
+Tue Oct 31 16:28:26 UTC 2017 - adrian.glaub...@suse.com
+
+- Initial build
+  + Version 0.1.0
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + ams_drop-compatible-releases-operator.patch

New:

  LICENSE.txt
  ams_drop-compatible-releases-operator.patch
  azure-mgmt-servicefabric-0.1.0.zip
  python-azure-mgmt-servicefabric.changes
  python-azure-mgmt-servicefabric.spec



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

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

%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:   python-azure-mgmt-servicefabric
Version:0.1.0
Release:0
Summary:Microsoft Azure Service Fabric Management Client Library
License:MIT
Group:  Development/Languages/Python
Url:https://github.com/Azure/azure-sdk-for-python
Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-servicefabric/azure-mgmt-servicefabric-%{version}.zip
Source1:LICENSE.txt
Patch1: ams_drop-compatible-releases-operator.patch
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  python-rpm-macros
BuildRequires:  unzip
BuildRequires:  %{python_module azure-mgmt-nspkg}
BuildRequires:  %{python_module azure-nspkg}
Requires:   python-azure-mgmt-nspkg
Requires:   python-azure-nspkg
Requires:   python-msrestazure >= 0.4.11
Requires:   python-msrestazure < 1.0.0
Requires:   python-azure-common >= 1.1
Requires:   python-azure-common < 2.0.0
Conflicts:  python-azure-sdk <= 2.0.0

BuildArch:  noarch

%python_subpackages

%description
This is the Microsoft Azure Service Fabric Management Client Library.

Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).

This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.

%prep
%setup -q -n azure-mgmt-servicefabric-%{version}
%patch1 -p1

%build
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-servicefabric-%{version}
%python_build

%install
%python_install
%{python_expand # delete common files
rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__pycache__
rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.*
rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
}

%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%{python_sitelib}/azure/mgmt/servicefabric
%{python_sitelib}/azure_mgmt_servicefabric-*.egg-info
%changelog
++ LICENSE.txt ++
The MIT License (MIT)

Copyright (c) 2016 Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE 

commit rubygem-globalid for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package rubygem-globalid for 
openSUSE:Factory checked in at 2017-11-01 11:09:39

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


Package is "rubygem-globalid"

Wed Nov  1 11:09:39 2017 rev:6 rq:537508 version:0.4.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-globalid/rubygem-globalid.changes
2017-04-20 20:58:05.387385921 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-globalid.new/rubygem-globalid.changes   
2017-11-01 11:09:39.885715294 +0100
@@ -1,0 +2,6 @@
+Thu Oct 26 10:02:21 UTC 2017 - co...@suse.com
+
+- updated to version 0.4.1
+  no changelog found
+
+---

Old:

  globalid-0.4.0.gem

New:

  globalid-0.4.1.gem



Other differences:
--
++ rubygem-globalid.spec ++
--- /var/tmp/diff_new_pack.4c873L/_old  2017-11-01 11:09:40.477693671 +0100
+++ /var/tmp/diff_new_pack.4c873L/_new  2017-11-01 11:09:40.481693525 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-globalid
-Version:0.4.0
+Version:0.4.1
 Release:0
 %define mod_name globalid
 %define mod_full_name %{mod_name}-%{version}
@@ -38,7 +38,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 Url:http://www.rubyonrails.org
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Refer to any model with a URI: gid://app/class/id
 License:MIT

++ globalid-0.4.0.gem -> globalid-0.4.1.gem ++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/global_id/railtie.rb new/lib/global_id/railtie.rb
--- old/lib/global_id/railtie.rb2017-04-16 17:35:16.0 +0200
+++ new/lib/global_id/railtie.rb2017-10-24 18:00:45.0 +0200
@@ -11,6 +11,7 @@
   # Set up the signed GlobalID verifier and include Active Record support.
   class Railtie < Rails::Railtie # :nodoc:
 config.global_id = ActiveSupport::OrderedOptions.new
+config.eager_load_namespaces << GlobalID
 
 initializer 'global_id' do |app|
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/global_id.rb new/lib/global_id.rb
--- old/lib/global_id.rb2017-04-16 17:35:16.0 +0200
+++ new/lib/global_id.rb2017-10-24 18:00:45.0 +0200
@@ -1,9 +1,19 @@
 require 'global_id/global_id'
+require 'active_support'
 
 autoload :SignedGlobalID, 'global_id/signed_global_id'
 
 class GlobalID
-  autoload :Locator, 'global_id/locator'
-  autoload :Identification, 'global_id/identification'
-  autoload :Verifier, 'global_id/verifier'
+  extend ActiveSupport::Autoload
+
+  eager_autoload do
+autoload :Locator
+autoload :Identification
+autoload :Verifier
+  end
+
+  def self.eager_load!
+super
+require 'global_id/signed_global_id'
+  end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-04-16 17:35:16.0 +0200
+++ new/metadata2017-10-24 18:00:45.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: globalid
 version: !ruby/object:Gem::Version
-  version: 0.4.0
+  version: 0.4.1
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-04-16 00:00:00.0 Z
+date: 2017-10-24 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -75,7 +75,7 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.6.11
+rubygems_version: 2.6.12
 signing_key: 
 specification_version: 4
 summary: 'Refer to any model with a URI: gid://app/class/id'




commit openSUSE-release-tools for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2017-11-01 11:10:19

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


Package is "openSUSE-release-tools"

Wed Nov  1 11:10:19 2017 rev:15 rq:537986 version:20171031.c32b59b

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2017-10-28 14:23:15.640094455 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
   2017-11-01 11:10:22.832146602 +0100
@@ -1,0 +2,12 @@
+Tue Oct 31 22:27:01 UTC 2017 - opensuse-releaset...@opensuse.org
+
+- Update to version 20171031.c32b59b:
+  * devel-project: override osc.core.search() to include withfullhistory for 
get_review_list().
+
+---
+Sat Oct 28 11:01:18 UTC 2017 - opensuse-releaset...@opensuse.org
+
+- Update to version 20171028.9cded5c:
+  * pkglistgen: also output suggested packages
+
+---

Old:

  openSUSE-release-tools-20171027.63cde26.obscpio

New:

  openSUSE-release-tools-20171031.c32b59b.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.H8aPB1/_old  2017-11-01 11:10:23.996104088 +0100
+++ /var/tmp/diff_new_pack.H8aPB1/_new  2017-11-01 11:10:24.000103941 +0100
@@ -20,7 +20,7 @@
 %define source_dir osc-plugin-factory
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20171027.63cde26
+Version:20171031.c32b59b
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0+ and MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.H8aPB1/_old  2017-11-01 11:10:24.040102480 +0100
+++ /var/tmp/diff_new_pack.H8aPB1/_new  2017-11-01 11:10:24.040102480 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/osc-plugin-factory.git
-319af34c901f23f36f52ce108abf0a8156b3586e
+c32b59bd554556520bdc4334c8cb6dd1b2957a6b
   
 

++ openSUSE-release-tools-20171027.63cde26.obscpio -> 
openSUSE-release-tools-20171031.c32b59b.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20171027.63cde26/devel-project.py 
new/openSUSE-release-tools-20171031.c32b59b/devel-project.py
--- old/openSUSE-release-tools-20171027.63cde26/devel-project.py
2017-10-27 16:47:45.0 +0200
+++ new/openSUSE-release-tools-20171031.c32b59b/devel-project.py
2017-10-31 23:21:12.0 +0100
@@ -12,7 +12,6 @@
 from osc.core import get_review_list
 from osc.core import http_GET
 from osc.core import makeurl
-from osc.core import search
 from osc.core import show_package_meta
 from osc.core import show_project_meta
 from osclib.comments import CommentAPI
@@ -23,6 +22,20 @@
 BOT_NAME = 'devel-project'
 REMINDER = 'review reminder'
 
+def search(apiurl, queries=None, **kwargs):
+if 'request' in kwargs:
+# get_review_list() does not support withfullhistory, but search() 
does.
+if queries is None:
+queries = {}
+request = queries.get('request', {})
+request['withfullhistory'] = 1
+queries['request'] = request
+
+return osc.core._search(apiurl, queries, **kwargs)
+
+osc.core._search = osc.core.search
+osc.core.search = search
+
 def staging_api(args):
 Config(args.project)
 return StagingAPI(osc.conf.config['apiurl'], args.project)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20171027.63cde26/pkglistgen.py 
new/openSUSE-release-tools-20171031.c32b59b/pkglistgen.py
--- old/openSUSE-release-tools-20171027.63cde26/pkglistgen.py   2017-10-27 
16:47:45.0 +0200
+++ new/openSUSE-release-tools-20171031.c32b59b/pkglistgen.py   2017-10-31 
23:21:12.0 +0100
@@ -183,6 +183,8 @@
 if 'get_recommended' in dir(solver):
 for s in solver.get_recommended():
 self.recommends.setdefault(s.name, group + ':' + n)
+for s in solver.get_suggested():
+self.recommends.setdefault(s.name, group + ':' + n)
 else:
 logger.warn('newer libsolv needed for recommends!')
 
@@ -309,7 +311,7 @@
 c = ET.Comment("\nDevelopment packages:\n  - " + "\n  - 
".join(sorted(self.develpkgs)) + "\n")
 root.append(c)
 if arch == '*' and self.recommends:
-comment = 

commit lxc for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package lxc for openSUSE:Factory checked in 
at 2017-11-01 11:10:15

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


Package is "lxc"

Wed Nov  1 11:10:15 2017 rev:75 rq:537977 version:2.0.9

Changes:

--- /work/SRC/openSUSE:Factory/lxc/lxc.changes  2017-09-15 21:03:51.186479658 
+0200
+++ /work/SRC/openSUSE:Factory/.lxc.new/lxc.changes 2017-11-01 
11:10:18.212315348 +0100
@@ -1,0 +2,277 @@
+Tue Oct 31 19:42:13 UTC 2017 - opensuse_buildserv...@ojkastl.de
+
+- update to version 2.0.9
+  Bugfixes:
+  * apparmor: Allow containers to start in AppArmor namespaces
+  * apparmor: Drop useless apparmor denies
+  * caps: Move ifndef/define to the top
+  * cgfsng: Fail when limits fail to apply
+  * cgfsng: Log when we defer to cgfsng
+  * cgfsng: Only output debug info when we set cgroup data
+  * cgroups: Handle hybrid cgroup layouts
+  * cgroups: Use tight scoping
+  * cgroups: Workaround gcc-7 bug
+  * commands: Abstract cmd socket handling + logging
+  * commands: Add missing translation
+  * commands: Delete meaningless comments
+  * commands: Handle EINTR
+  * commands: Make state server interface flexible
+  * commands: Move lxc_make_abstract_socket_name()
+  * commands: Rename to lxc_cmd_add_state_client()
+  * commonds: Fix typo
+  * conf: Adapt to lxc-user-nic usage
+  * conf: Add lxc_get_idmaps()
+  * conf: Add userns_exec_full()
+  * conf: Allow to clear all config items
+  * conf: Allow to get lxc.autodev
+  * conf: Allow to get lxc.haltsignal
+  * conf: Allow to get lxc.kmsg
+  * conf: Allow to get lxc.rebootsignal
+  * conf: Allow to get lxc.stopsignal
+  * conf: Allow writing uid mappings with euid != 0
+  * conf: Avoid double-frees in userns_exec_1()
+  * conf: Clear lxc.include
+  * conf: Do not check for empty value twice
+  * conf: Do not check union on wrong net type
+  * conf: Do not deref null pointer
+  * conf: Do not free static memory
+  * conf: Do not log uninitialized memory
+  * conf: Do not write out trailing spaces
+  * conf: Don't send ttys when none are configured
+  * conf: Dump lxc_get_config_item()
+  * conf: Error out on too many mappings
+  * conf: Fix bionic builds
+  * conf: Fix build without libcap
+  * conf: Fix tty creation
+  * conf: Fix userns_exec_1()
+  * conf: Free netdev->downscript
+  * conf: Implement config item clear callback
+  * conf: Improve lxc_map_ids()
+  * conf: Improve tty shifting function
+  * conf: Improve write_id_mapping()
+  * conf: Increase lxc-user-nic buffer
+  * conf: Log lxc-user-nic output
+  * conf: lxc_listconfigs -> lxc_list_config_items
+  * conf: Move clearing config items into one place
+  * conf: Non-functional changes
+  * conf: NOTICE() on mounts on container's /dev
+  * conf: Performance tweaks
+  * conf: Preserve newlines
+  * conf: Properly parse lxc.idmap entries
+  * conf: Record idmap that gets written
+  * conf: Refactoring of most config parsing code
+  * conf: Refactor network deletion
+  * conf: Remove dead assignments in parse_idmaps()
+  * conf: Remove dead mount code
+  * conf: Rework lxc_map_ids()
+  * conf: Rework userns_exec_1()
+  * conf: Send ttys in batches of 2
+  * conf: Switch API to new callback system
+  * conf: Use a minimal {g,u}id map
+  * conf: Use correct check on char array
+  * conf: Use run_command for lxc-usernsexec
+  * console: Clean tty state + return 0 on peer exit
+  * console: DO NOT add the handles of adjust winsize when the 'stdin' is not 
a tty
+  * console: Fix memory leak of 'lxc_tty_state'
+  * console: Remove dead assignments
+  * core: Do remount with the MS_REMOUNT flag when mounts with MS_RDONLY
+  * core: Fix a format string build failure on x32
+  * core: Fix includes for Android
+  * core: Fix memory and resource leak
+  * core: Fix some cppcheck warnings
+  * core: Fix the bug of 'ts->stdoutfd' did not fill with parameters 'stdoutfd'
+  * core: Include custom mntent for Android
+  * core: Log function called in userns_exec_1()
+  * core: Remove the __func__ macro
+  * core: Remove the unused macro
+  * core: Replace "priority" with "level"
+  * core: Revert "Add a prefix to the lxc.pc"
+  * core: root -> am_root
+  * core: struct bdev -> struct lxc_storage
+  * core: Update .gitignore
+  * core: Use strerror(errno) instead of %m
+  * criu: Add cmp_version()
+  * criu: Use correct check initialization check
+  * doc: Add CII Best Practices badge to README
+  * doc: Add console behavior to Japanese lxc.container.conf(5)
+  * doc: Document missing env variables
+  * doc: Fix regex-typo in Japanese and Korean lxc-monitor(1)
+  * doc: Fix regex-typo in lxc-monitor.sgml.in
+  * doc: Reword id mapping restrictions when unpriv
+  * doc: Rework README
+  * doc: Tweak Japanese lxc.container.conf(5)
+  * doc: Tweak lxc.container.conf a 

commit gmime2_6 for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package gmime2_6 for openSUSE:Factory 
checked in at 2017-11-01 11:09:46

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


Package is "gmime2_6"

Wed Nov  1 11:09:46 2017 rev:2 rq:537581 version:2.6.23

Changes:

--- /work/SRC/openSUSE:Factory/gmime2_6/gmime2_6.changes2017-09-04 
16:30:10.598621734 +0200
+++ /work/SRC/openSUSE:Factory/.gmime2_6.new/gmime2_6.changes   2017-11-01 
11:09:48.033417682 +0100
@@ -1,0 +2,6 @@
+Mon Oct 30 13:13:23 UTC 2017 - dims...@opensuse.org
+
+- Add gmime2_6-utf8.patch: Remove non-ascii line breaks from source
+  files. Allows to build gmime 2.6 with gtk-doc using python 3.
+
+---

New:

  gmime2_6-utf8.patch



Other differences:
--
++ gmime2_6.spec ++
--- /var/tmp/diff_new_pack.uigAwY/_old  2017-11-01 11:09:49.089379111 +0100
+++ /var/tmp/diff_new_pack.uigAwY/_new  2017-11-01 11:09:49.089379111 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package gmime
+# spec file for package gmime2_6
 #
 # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_without mono
 
 Name:   gmime2_6
@@ -27,6 +28,8 @@
 Group:  Productivity/Networking/Email/Utilities
 Source: 
http://download.gnome.org/sources/gmime/2.6/%{_name}-%{version}.tar.xz
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM gmime2_6-utf8.patch dims...@opensuse.org -- Remove some 
non-ascii linebreaks
+Patch0: gmime2_6-utf8.patch
 BuildRequires:  gobject-introspection-devel >= 1.30.0
 BuildRequires:  gpgme-devel
 BuildRequires:  gtk-doc
@@ -90,6 +93,7 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
+%patch0 -p1
 
 %build
 %ifarch %arm

++ gmime2_6-utf8.patch ++
Index: gmime-2.6.23/gmime/gmime-filter-charset.c
===
--- gmime-2.6.23.orig/gmime/gmime-filter-charset.c
+++ gmime-2.6.23/gmime/gmime-filter-charset.c
@@ -243,7 +243,7 @@ filter_complete (GMimeFilter *filter, ch
inleft--;
} else if (errno == EINVAL) {
/*
-* EINVAL  An  incomplete  multibyte sequence 
has been encoun�
+* EINVAL  An  incomplete  multibyte sequence 
has been encoun
 * tered in the input.
 *
 * We assume that this can only happen if we've 
run out of
Index: gmime-2.6.23/gmime/gmime-iconv-utils.c
===
--- gmime-2.6.23.orig/gmime/gmime-iconv-utils.c
+++ gmime-2.6.23/gmime/gmime-iconv-utils.c
@@ -132,7 +132,7 @@ g_mime_iconv_strndup (iconv_t cd, const
converted = iconv (cd, (char **) , , , 
);
if (converted != (size_t) -1 || errno == EINVAL) {
/*
-* EINVAL  An  incomplete  multibyte sequence has been 
encoun�
+* EINVAL  An  incomplete  multibyte sequence has been 
encoun
 * tered in the input.
 *
 * We'll just have to ignore it...



commit rubygem-autoprefixer-rails for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package rubygem-autoprefixer-rails for 
openSUSE:Factory checked in at 2017-11-01 11:09:41

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


Package is "rubygem-autoprefixer-rails"

Wed Nov  1 11:09:41 2017 rev:9 rq:537512 version:7.1.6

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-autoprefixer-rails/rubygem-autoprefixer-rails.changes
2017-10-18 10:53:51.219382604 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-autoprefixer-rails.new/rubygem-autoprefixer-rails.changes
   2017-11-01 11:09:41.441658460 +0100
@@ -1,0 +2,11 @@
+Thu Oct 26 09:56:16 UTC 2017 - co...@suse.com
+
+- updated to version 7.1.6
+ see installed CHANGELOG.md
+
+  ## 7.1.6
+  * Add warning for using `browserslist` option instead of `browsers`.
+  * Add warning for multiple control comments in the same scope.
+  * Fix `Invalid array length` error during indent changes.
+
+---

Old:

  autoprefixer-rails-7.1.5.gem

New:

  autoprefixer-rails-7.1.6.gem



Other differences:
--
++ rubygem-autoprefixer-rails.spec ++
--- /var/tmp/diff_new_pack.NVfj6K/_old  2017-11-01 11:09:41.973639028 +0100
+++ /var/tmp/diff_new_pack.NVfj6K/_new  2017-11-01 11:09:41.973639028 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-autoprefixer-rails
-Version:7.1.5
+Version:7.1.6
 Release:0
 %define mod_name autoprefixer-rails
 %define mod_full_name %{mod_name}-%{version}

++ autoprefixer-rails-7.1.5.gem -> autoprefixer-rails-7.1.6.gem ++
 3099 lines of diff (skipped)




commit glib-networking for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package glib-networking for openSUSE:Factory 
checked in at 2017-11-01 11:07:30

Comparing /work/SRC/openSUSE:Factory/glib-networking (Old)
 and  /work/SRC/openSUSE:Factory/.glib-networking.new (New)


Package is "glib-networking"

Wed Nov  1 11:07:30 2017 rev:55 rq:537578 version:2.54.1

Changes:

--- /work/SRC/openSUSE:Factory/glib-networking/glib-networking.changes  
2017-09-13 21:55:49.123067005 +0200
+++ /work/SRC/openSUSE:Factory/.glib-networking.new/glib-networking.changes 
2017-11-01 11:07:30.078456966 +0100
@@ -1,0 +2,8 @@
+Fri Oct 27 22:32:33 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 2.54.1:
+  + gnutls: Fix using different client certs for different
+connections (bgo#781578).
+  + Updated translations.
+
+---

Old:

  glib-networking-2.54.0.tar.xz

New:

  glib-networking-2.54.1.tar.xz



Other differences:
--
++ glib-networking.spec ++
--- /var/tmp/diff_new_pack.byfOnr/_old  2017-11-01 11:07:31.382409333 +0100
+++ /var/tmp/diff_new_pack.byfOnr/_new  2017-11-01 11:07:31.386409186 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   glib-networking
-Version:2.54.0
+Version:2.54.1
 Release:0
 Summary:Network-related GIO modules for glib
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/glib-networking/2.54/%{name}-%{version}.tar.xz
+Url:https://www.gnome.org
+Source: 
https://download.gnome.org/sources/glib-networking/2.54/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 # For directory ownership
 BuildRequires:  dbus-1

++ glib-networking-2.54.0.tar.xz -> glib-networking-2.54.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-networking-2.54.0/NEWS 
new/glib-networking-2.54.1/NEWS
--- old/glib-networking-2.54.0/NEWS 2017-09-12 16:44:38.0 +0200
+++ new/glib-networking-2.54.1/NEWS 2017-10-27 03:18:48.0 +0200
@@ -1,3 +1,11 @@
+2.54.1
+==
+
+  * gnutls: Fix using different client certs for different connections
+[#781578, Martin Pitt]
+
+  * Updated translations: Catalan (Valencian), Greek, Persian
+
 2.54.0
 ==
   * New/updated translations: Basque, Belarusian, Brazilian
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-networking-2.54.0/aclocal.m4 
new/glib-networking-2.54.1/aclocal.m4
--- old/glib-networking-2.54.0/aclocal.m4   2017-09-12 16:45:03.0 
+0200
+++ new/glib-networking-2.54.1/aclocal.m4   2017-10-27 03:20:20.0 
+0200
@@ -20,218 +20,6 @@
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
-# Configure paths for GLIB
-# Owen Taylor 1997-2001
-
-dnl AM_PATH_GLIB_2_0([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND 
[, MODULES)
-dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if gmodule, gobject,
-dnl gthread, or gio is specified in MODULES, pass to pkg-config
-dnl
-AC_DEFUN([AM_PATH_GLIB_2_0],
-[dnl 
-dnl Get the cflags and libraries from pkg-config
-dnl
-AC_ARG_ENABLE(glibtest, [  --disable-glibtest  do not try to compile and 
run a test GLIB program],
-   , enable_glibtest=yes)
-
-  pkg_config_args=glib-2.0
-  for module in . $4
-  do
-  case "$module" in
- gmodule) 
- pkg_config_args="$pkg_config_args gmodule-2.0"
- ;;
- gmodule-no-export) 
- pkg_config_args="$pkg_config_args gmodule-no-export-2.0"
- ;;
- gobject) 
- pkg_config_args="$pkg_config_args gobject-2.0"
- ;;
- gthread) 
- pkg_config_args="$pkg_config_args gthread-2.0"
- ;;
- gio*) 
- pkg_config_args="$pkg_config_args $module-2.0"
- ;;
-  esac
-  done
-
-  PKG_PROG_PKG_CONFIG([0.16])
-
-  no_glib=""
-
-  if test "x$PKG_CONFIG" = x ; then
-no_glib=yes
-PKG_CONFIG=no
-  fi
-
-  min_glib_version=ifelse([$1], ,2.0.0,$1)
-  AC_MSG_CHECKING(for GLIB - version >= $min_glib_version)
-
-  if test x$PKG_CONFIG != xno ; then
-## don't try to run the test against uninstalled libtool libs
-if $PKG_CONFIG --uninstalled $pkg_config_args; then
- echo "Will use uninstalled version of GLib found in PKG_CONFIG_PATH"
- enable_glibtest=no
-fi
-
-if $PKG_CONFIG --atleast-version $min_glib_version $pkg_config_args; then
- :
-else
- no_glib=yes
-fi
-  fi

commit sane-backends for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package sane-backends for openSUSE:Factory 
checked in at 2017-11-01 11:07:52

Comparing /work/SRC/openSUSE:Factory/sane-backends (Old)
 and  /work/SRC/openSUSE:Factory/.sane-backends.new (New)


Package is "sane-backends"

Wed Nov  1 11:07:52 2017 rev:85 rq:537490 version:1.0.27

Changes:

--- /work/SRC/openSUSE:Factory/sane-backends/sane-backends.changes  
2017-06-23 09:17:17.655511335 +0200
+++ /work/SRC/openSUSE:Factory/.sane-backends.new/sane-backends.changes 
2017-11-01 11:07:53.069617106 +0100
@@ -1,0 +2,5 @@
+Sun Oct 29 10:14:52 UTC 2017 - meiss...@suse.com
+
+- add a 32bit devel package for use in wine32 bit builds
+
+---



Other differences:
--
++ baselibs.conf ++
--- /var/tmp/diff_new_pack.qpmtlk/_old  2017-11-01 11:07:53.957584669 +0100
+++ /var/tmp/diff_new_pack.qpmtlk/_new  2017-11-01 11:07:53.957584669 +0100
@@ -1 +1,2 @@
 sane-backends
+sane-backends-devel




commit rubygem-rspec for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package rubygem-rspec for openSUSE:Factory 
checked in at 2017-11-01 11:07:58

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


Package is "rubygem-rspec"

Wed Nov  1 11:07:58 2017 rev:9 rq:537494 version:3.7.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rspec/rubygem-rspec.changes  
2017-05-27 13:11:20.631063536 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rspec.new/rubygem-rspec.changes 
2017-11-01 11:07:57.673448930 +0100
@@ -1,0 +2,6 @@
+Thu Oct 26 10:11:54 UTC 2017 - co...@suse.com
+
+- updated to version 3.7.0
+  no changelog found
+
+---

Old:

  rspec-3.6.0.gem

New:

  rspec-3.7.0.gem



Other differences:
--
++ rubygem-rspec.spec ++
--- /var/tmp/diff_new_pack.ua2tvi/_old  2017-11-01 11:07:58.157431251 +0100
+++ /var/tmp/diff_new_pack.ua2tvi/_new  2017-11-01 11:07:58.161431105 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rspec
-Version:3.6.0
+Version:3.7.0
 Release:0
 %define mod_name rspec
 %define mod_full_name %{mod_name}-%{version}
@@ -34,7 +34,7 @@
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:http://github.com/rspec
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:meta-gem that depends on the other components
 License:MIT

++ rspec-3.6.0.gem -> rspec-3.7.0.gem ++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Binary files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rspec/version.rb new/lib/rspec/version.rb
--- old/lib/rspec/version.rb2017-05-05 01:58:11.0 +0200
+++ new/lib/rspec/version.rb2017-10-17 17:12:22.0 +0200
@@ -1,5 +1,5 @@
 module RSpec # :nodoc:
   module Version # :nodoc:
-STRING = '3.6.0'
+STRING = '3.7.0'
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-05-05 01:58:11.0 +0200
+++ new/metadata2017-10-17 17:12:22.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: rspec
 version: !ruby/object:Gem::Version
-  version: 3.6.0
+  version: 3.7.0
 platform: ruby
 authors:
 - Steven Baker
@@ -45,7 +45,7 @@
   ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
   F3MdtaDehhjC
   -END CERTIFICATE-
-date: 2017-05-04 00:00:00.0 Z
+date: 2017-10-17 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rspec-core
@@ -53,42 +53,42 @@
 requirements:
 - - "~>"
   - !ruby/object:Gem::Version
-version: 3.6.0
+version: 3.7.0
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - "~>"
   - !ruby/object:Gem::Version
-version: 3.6.0
+version: 3.7.0
 - !ruby/object:Gem::Dependency
   name: rspec-expectations
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - "~>"
   - !ruby/object:Gem::Version
-version: 3.6.0
+version: 3.7.0
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - "~>"
   - !ruby/object:Gem::Version
-version: 3.6.0
+version: 3.7.0
 - !ruby/object:Gem::Dependency
   name: rspec-mocks
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - "~>"
   - !ruby/object:Gem::Version
-version: 3.6.0
+version: 3.7.0
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - "~>"
   - !ruby/object:Gem::Version
-version: 3.6.0
+version: 3.7.0
 description: BDD for Ruby
 email: rs...@googlegroups.com
 executables: []
@@ -121,8 +121,8 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.4.5.2
+rubygems_version: 2.6.14
 signing_key: 
 specification_version: 4
-summary: rspec-3.6.0
+summary: rspec-3.7.0
 test_files: []
Binary files old/metadata.gz.sig and new/metadata.gz.sig differ




commit pango for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package pango for openSUSE:Factory checked 
in at 2017-11-01 11:07:35

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


Package is "pango"

Wed Nov  1 11:07:35 2017 rev:112 rq:537579 version:1.40.13

Changes:

--- /work/SRC/openSUSE:Factory/pango/pango.changes  2017-09-13 
21:42:37.606429092 +0200
+++ /work/SRC/openSUSE:Factory/.pango.new/pango.changes 2017-11-01 
11:07:34.850282652 +0100
@@ -1,0 +2,8 @@
+Sat Oct 28 13:29:25 UTC 2017 - badshah...@gmail.com
+
+- Update to version 1.40.13:
+  + Some performance improvements (bgo#788643).
+  + Update pango_default_break for line breaks (bgo#788115).
+  + Fix an introspection warning (bgo#781857).
+
+---

Old:

  pango-1.40.12.tar.xz

New:

  pango-1.40.13.tar.xz



Other differences:
--
++ pango.spec ++
--- /var/tmp/diff_new_pack.mwomG9/_old  2017-11-01 11:07:35.506258689 +0100
+++ /var/tmp/diff_new_pack.mwomG9/_new  2017-11-01 11:07:35.510258543 +0100
@@ -19,13 +19,13 @@
 # When updating the binary version, do not forget to also update baselibs.conf
 %define pango_binary_version 1.8.0
 Name:   pango
-Version:1.40.12
+Version:1.40.13
 Release:0
 Summary:Library for Layout and Rendering of Text
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://www.pango.org/
-Source: 
https://download.gnome.org/sources/pango/1.40/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/pango/1.40/%{name}-%{version}.tar.xz
 Source2:macros.pango
 Source99:   baselibs.conf
 BuildRequires:  gcc-c++

++ pango-1.40.12.tar.xz -> pango-1.40.13.tar.xz ++
 2753 lines of diff (skipped)




commit ethtool for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2017-11-01 11:06:48

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


Package is "ethtool"

Wed Nov  1 11:06:48 2017 rev:48 rq:537513 version:4.13

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2017-06-17 
10:19:43.443387875 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2017-11-01 
11:06:53.791782531 +0100
@@ -1,0 +2,12 @@
+Mon Oct 30 09:17:17 UTC 2017 - mkube...@suse.cz
+
+- Update to new upstream release 4.13
+  * Feature: add support for HWTSTAMP_FILTER_NTP_ALL
+  * Feature: Add DMA Coalescing support
+  * Feature: Remove UDP Fragmentation Offload error prints
+  * Feature: stmmac: Add DMA HW Feature Register
+  * Fix: Do not return error code if no changes were attempted.
+  * Fix: Fix formatting of advertise bitmask
+  * Fix: fix the rx vs tx mixup in set channel message
+
+---

Old:

  ethtool-4.11.tar.sign
  ethtool-4.11.tar.xz

New:

  ethtool-4.13.tar.sign
  ethtool-4.13.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.GthP1O/_old  2017-11-01 11:06:55.203730952 +0100
+++ /var/tmp/diff_new_pack.GthP1O/_new  2017-11-01 11:06:55.203730952 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:4.11
+Version:4.13
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0

++ ethtool-4.11.tar.xz -> ethtool-4.13.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.11/Makefile.in new/ethtool-4.13/Makefile.in
--- old/ethtool-4.11/Makefile.in2017-06-02 19:44:53.0 +0200
+++ new/ethtool-4.13/Makefile.in2017-10-27 20:11:24.0 +0200
@@ -2069,7 +2069,7 @@
  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-   tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
+   tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c 
>$(distdir).tar.gz
$(am__post_remove_distdir)
 
 dist-bzip2: distdir
@@ -2095,7 +2095,7 @@
@echo WARNING: "Support for shar distribution archives is" \
   "deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-   shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+   shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
$(am__post_remove_distdir)
 
 dist-zip: distdir
@@ -2113,7 +2113,7 @@
 distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lz*) \
@@ -2123,7 +2123,7 @@
*.tar.Z*) \
  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
  unzip $(distdir).zip ;;\
esac
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.11/NEWS new/ethtool-4.13/NEWS
--- old/ethtool-4.11/NEWS   2017-06-02 19:43:27.0 +0200
+++ new/ethtool-4.13/NEWS   2017-10-27 20:04:48.0 +0200
@@ -1,4 +1,17 @@
+Version 4.13 - October 27, 2017
+
+   * Fix: Do not return error code if no changes were attempted.
+   * Fix: Fix formatting of advertise bitmask
+   * Feature: Document 56000 advertise link modes
+   * Fix: fix the rx vs tx mixup in set channel message
+   * Feature: add support for HWTSTAMP_FILTER_NTP_ALL
+   * Feature: Add DMA Coalescing support
+   * Feature: Remove UDP Fragmentation Offload error prints
+   * Feature: stmmac: Add macros for number of registers
+   * Feature: stmmac: Add DMA HW Feature Register
+
 Version 4.11 - June 2, 2017
+
* Feature: Support for configurable RSS hash function
* Feature: support queue and VF fields for rxclass filters
* Feature: Add support for 2500baseT/5000baseT link modes
@@ -11,7 +24,6 @@
* Feature: Implement ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE and PHY 
downshift
* Feature: add register dump support for fjes driver (-d option)
 
-
 Version 4.8 - October 3, 2016
 
* Feature: QSFP Plus/QSFP28 

commit perl-DateTime-TimeZone for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package perl-DateTime-TimeZone for 
openSUSE:Factory checked in at 2017-11-01 11:06:39

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


Package is "perl-DateTime-TimeZone"

Wed Nov  1 11:06:39 2017 rev:47 rq:537509 version:2.14

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DateTime-TimeZone/perl-DateTime-TimeZone.changes
2017-06-09 15:58:03.226195362 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-DateTime-TimeZone.new/perl-DateTime-TimeZone.changes
   2017-11-01 11:06:40.368272905 +0100
@@ -1,0 +2,13 @@
+Sun Oct 29 06:14:21 UTC 2017 - co...@suse.com
+
+- updated to 2.14
+   see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
+
+  2.142017-10-28
+  
+  
+  - This release is based on version 2017c of the Olson database. This release
+includes contemporary changes for Fiji, Namibia, Northern Cyprus, Sudan,
+Tonga, and Turks & Caicos.
+
+---

Old:

  DateTime-TimeZone-2.13.tar.gz

New:

  DateTime-TimeZone-2.14.tar.gz



Other differences:
--
++ perl-DateTime-TimeZone.spec ++
--- /var/tmp/diff_new_pack.ULQ2ZW/_old  2017-11-01 11:06:41.036248503 +0100
+++ /var/tmp/diff_new_pack.ULQ2ZW/_new  2017-11-01 11:06:41.040248356 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DateTime-TimeZone
-Version:2.13
+Version:2.14
 Release:0
 %define cpan_name DateTime-TimeZone
 Summary:Time zone object base class and factory
@@ -80,7 +80,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING.md README.md
+%doc Changes CONTRIBUTING.md README.md tools
 %license LICENSE
 
 %changelog

++ DateTime-TimeZone-2.13.tar.gz -> DateTime-TimeZone-2.14.tar.gz ++
 20273 lines of diff (skipped)




commit openmpi for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory checked 
in at 2017-11-01 11:06:34

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


Package is "openmpi"

Wed Nov  1 11:06:34 2017 rev:69 rq:537480 version:1.10.7

Changes:

--- /work/SRC/openSUSE:Factory/openmpi/openmpi.changes  2017-10-28 
14:18:32.55327 +0200
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi.changes 2017-11-01 
11:06:33.932508011 +0100
@@ -1,0 +2,6 @@
+Fri Oct 27 17:56:57 UTC 2017 - e...@suse.com
+
+- Make main openmpi built for HPC conflict with openmpi < 1.10.7:
+  this didn't have a separate config package.
+
+---



Other differences:
--
++ openmpi.spec ++
--- /var/tmp/diff_new_pack.yi0xj4/_old  2017-11-01 11:06:34.892472941 +0100
+++ /var/tmp/diff_new_pack.yi0xj4/_new  2017-11-01 11:06:34.892472941 +0100
@@ -167,6 +167,8 @@
 
 Requires:   openmpi-runtime-config
 Recommends: openmpi-config
+# openmpi < 1.10.7 had no separate config package
+%{?with_hpc:Conflicts:openmpi < 1.10.7}
 
 %if %{without hpc}
 %define mpi_prefix %{_libdir}/mpi/gcc/openmpi




commit perl-XML-LibXML for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2017-11-01 11:06:44

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


Package is "perl-XML-LibXML"

Wed Nov  1 11:06:44 2017 rev:47 rq:537510 version:2.0132

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2017-10-28 14:19:28.356403927 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2017-11-01 11:06:44.124135699 +0100
@@ -1,0 +2,13 @@
+Sun Oct 29 07:05:07 UTC 2017 - co...@suse.com
+
+- updated to 2.0132
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0132  2017-10-28
+  - Revert setNamespace() enhancements that broke some dependent tests:
+  - commit df9fdc6659cb2e4e9bc896e58c02dfd79b430fbb
+  - add t/48_rt123379_setNamespace.t .
+  - Thanks to Alexander Bluhm and Slaven Rezic for the reports and
+  the test.
+
+---

Old:

  XML-LibXML-2.0131.tar.gz

New:

  XML-LibXML-2.0132.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.9j6gjs/_old  2017-11-01 11:06:44.656116266 +0100
+++ /var/tmp/diff_new_pack.9j6gjs/_new  2017-11-01 11:06:44.660116119 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML
-Version:2.0131
+Version:2.0132
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2

++ XML-LibXML-2.0131.tar.gz -> XML-LibXML-2.0132.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0131/Changes 
new/XML-LibXML-2.0132/Changes
--- old/XML-LibXML-2.0131/Changes   2017-10-24 10:30:45.0 +0200
+++ new/XML-LibXML-2.0132/Changes   2017-10-28 19:53:04.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Perl extension XML::LibXML
 
+2.0132  2017-10-28
+- Revert setNamespace() enhancements that broke some dependent tests:
+- commit df9fdc6659cb2e4e9bc896e58c02dfd79b430fbb
+- add t/48_rt123379_setNamespace.t .
+- Thanks to Alexander Bluhm and Slaven Rezic for the reports and
+the test.
+
 2.0131  2017-10-24
 - Re-include the missing *.pod documents.
 - https://rt.cpan.org/Ticket/Display.html?id=123362
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0131/LibXML.pm 
new/XML-LibXML-2.0132/LibXML.pm
--- old/XML-LibXML-2.0131/LibXML.pm 2017-10-24 10:51:01.0 +0200
+++ new/XML-LibXML-2.0132/LibXML.pm 2017-10-28 19:55:40.0 +0200
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0131"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0132"; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
@@ -1594,8 +1594,14 @@
 
 sub setNamespace {
 my $self = shift;
-
-return $self->_setNamespace(@_) ? 1 : 0;
+my $n = $self->localname;
+if ( $self->_setNamespace(@_) ){
+if ( scalar @_ < 3 || $_[2] == 1 ){
+$self->setNodeName( $n );
+}
+return 1;
+}
+return 0;
 }
 
 sub getAttribute {
@@ -1832,8 +1838,13 @@
 
 sub setNamespace {
 my ($self,$href,$prefix) = @_;
+my $n = $self->localname;
+if ( $self->_setNamespace($href,$prefix) ) {
+$self->setNodeName($n);
+return 1;
+}
 
-return $self->_setNamespace($href,$prefix) ? 1 : 0;
+return 0;
 }
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0131/LibXML.pod 
new/XML-LibXML-2.0132/LibXML.pod
--- old/XML-LibXML-2.0131/LibXML.pod2017-10-24 10:31:00.0 +0200
+++ new/XML-LibXML-2.0132/LibXML.pod2017-10-28 19:56:03.0 +0200
@@ -505,7 +505,7 @@
 
 =head1 VERSION
 
-2.0130
+2.0132
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0131/MANIFEST 
new/XML-LibXML-2.0132/MANIFEST
--- old/XML-LibXML-2.0131/MANIFEST  2017-10-24 10:56:38.0 +0200
+++ new/XML-LibXML-2.0132/MANIFEST  2017-10-28 19:57:51.0 +0200
@@ -114,6 +114,7 @@
 scripts/fast-eumm.pl
 scripts/prints-to-comments.pl
 scripts/tag-release.pl
+scripts/total-build-and-test.bash
 scripts/update-HACKING-file.bash
 t/01basic.t
 t/02parse.t
@@ -164,6 +165,7 @@
 t/48_reader_undef_warning_on_empty_str_rt106830.t
 t/48_removeChild_crashes_rt_80395.t
 t/48_replaceNode_DTD_nodes_rT_80521.t
+t/48_rt123379_setNamespace.t
 t/48_rt55000.t
 

commit obs-service-source_validator for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package obs-service-source_validator for 
openSUSE:Factory checked in at 2017-11-01 11:06:18

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


Package is "obs-service-source_validator"

Wed Nov  1 11:06:18 2017 rev:41 rq:537436 version:0.6+git20170922.230bbc4

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-source_validator/obs-service-source_validator.changes
2017-09-25 13:50:08.597117103 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-source_validator.new/obs-service-source_validator.changes
   2017-11-01 11:06:21.632957330 +0100
@@ -1,0 +2,7 @@
+Mon Oct  9 06:24:30 UTC 2017 - jay...@gmail.com
+
+- Update obs-service-source_validator.spec
+  * Add explicit dependency on obs-build so that osc
+does not fail on distributions other than openSUSE.
+
+---



Other differences:
--
++ obs-service-source_validator.spec ++
--- /var/tmp/diff_new_pack.vbeT2U/_old  2017-11-01 11:06:22.504925475 +0100
+++ /var/tmp/diff_new_pack.vbeT2U/_new  2017-11-01 11:06:22.508925329 +0100
@@ -33,6 +33,7 @@
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+Requires:   build
 Requires:   /usr/bin/xmllint
 Requires:   perl-TimeDate
 Provides:   osc-source_validator = %version




commit PackageKit for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2017-11-01 11:06:26

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


Package is "PackageKit"

Wed Nov  1 11:06:26 2017 rev:165 rq:537471 version:1.1.7

Changes:

--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes2017-10-13 
14:09:04.518729354 +0200
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes   
2017-11-01 11:06:25.752806825 +0100
@@ -1,0 +2,7 @@
+Mon Oct 30 06:11:17 UTC 2017 - sck...@suse.com
+
+- Modify PackageKit-zypp-backend-improve-refresh-cache.patch:
+  Prevent PK from being killed by unhandled exceptions
+  (boo#1064380).
+
+---



Other differences:
--

++ PackageKit-zypp-backend-improve-refresh-cache.patch ++
--- /var/tmp/diff_new_pack.YmrX3n/_old  2017-11-01 11:06:26.420782423 +0100
+++ /var/tmp/diff_new_pack.YmrX3n/_new  2017-11-01 11:06:26.420782423 +0100
@@ -1,7 +1,7 @@
-Index: PackageKit-1.1.4/backends/zypp/pk-backend-zypp.cpp
+Index: PackageKit-1.1.7/backends/zypp/pk-backend-zypp.cpp
 ===
 PackageKit-1.1.4.orig/backends/zypp/pk-backend-zypp.cpp
-+++ PackageKit-1.1.4/backends/zypp/pk-backend-zypp.cpp
+--- PackageKit-1.1.7.orig/backends/zypp/pk-backend-zypp.cpp
 PackageKit-1.1.7/backends/zypp/pk-backend-zypp.cpp
 @@ -986,20 +986,27 @@ static gboolean
  zypp_refresh_meta_and_cache (RepoManager , RepoInfo , bool force 
= false)
  {
@@ -37,7 +37,7 @@
return TRUE;
} catch (const AbortTransactionException ) {
return FALSE;
-@@ -1580,9 +1587,44 @@ zypp_refresh_cache (PkBackendJob *job, Z
+@@ -1580,9 +1587,30 @@ zypp_refresh_cache (PkBackendJob *job, Z
if (zypp == NULL)
return  FALSE;
filesystem::Pathname pathname("/");
@@ -63,29 +63,15 @@
 +  }
 +  else
 +  {
-+  // interim storage to avoid delete while iterating
-+  std::set idsToDelete;
-+  const std::set  (zypp->target ()->rpmDb 
().pubkeyEditions ());
-+
 +  // load rpmdb trusted keys into zypp keyring
 +  target->rpmDb ().exportTrustedKeysInZyppKeyRing ();
-+
-+  // keys no longer stored in the rpmdb need to be removed from 
the zypp keyring!
-+  for (const PublicKeyData  : zypp->keyRing 
()->trustedPublicKeyData ())
-+  {
-+  if(!rpmdbKeys.count (Edition(el.gpgPubkeyVersion (), 
el.gpgPubkeyRelease (
-+  idsToDelete.insert (el.id ());
-+  }
-+
-+  for (const std::string & idToDelete : idsToDelete)
-+  zypp->keyRing ()->deleteKey (idToDelete, true);
 +  }
 +  // load installed packages to pool
 +  target->load ();
  
pk_backend_job_set_status (job, PK_STATUS_ENUM_REFRESH_CACHE);
pk_backend_job_set_percentage (job, 0);
-@@ -1600,6 +1642,22 @@ zypp_refresh_cache (PkBackendJob *job, Z
+@@ -1600,6 +1628,22 @@ zypp_refresh_cache (PkBackendJob *job, Z
return FALSE;
}
  
@@ -108,7 +94,7 @@
int i = 1;
int num_of_repos = repos.size ();
gchar *repo_messages = NULL;
-@@ -1614,7 +1672,11 @@ zypp_refresh_cache (PkBackendJob *job, Z
+@@ -1614,7 +1658,11 @@ zypp_refresh_cache (PkBackendJob *job, Z
  
// skip disabled repos
if (repo.enabled () == false)
@@ -120,7 +106,7 @@
  
// do as zypper does
if (!force && !repo.autorefresh())
-@@ -1623,7 +1685,11 @@ zypp_refresh_cache (PkBackendJob *job, Z
+@@ -1623,7 +1671,11 @@ zypp_refresh_cache (PkBackendJob *job, Z
// skip changeable media (DVDs and CDs).  Without doing this,
// the disc would be required to be physically present.
if (repo.baseUrlsBegin ()->schemeIsVolatile())





commit netcdf for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package netcdf for openSUSE:Factory checked 
in at 2017-11-01 11:06:30

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


Package is "netcdf"

Wed Nov  1 11:06:30 2017 rev:36 rq:537473 version:4.4.1.1

Changes:

--- /work/SRC/openSUSE:Factory/netcdf/netcdf.changes2017-10-29 
20:24:09.651793584 +0100
+++ /work/SRC/openSUSE:Factory/.netcdf.new/netcdf.changes   2017-11-01 
11:06:29.580666989 +0100
@@ -1,0 +2,7 @@
+Sat Oct 28 19:23:30 UTC 2017 - e...@suse.com
+
+- Add minimal mpi-selector support for non-HPC MPI build.
+  This will avoid the MPI packages to conflict with the
+  'serial' ones as both provide the same files and libs.
+
+---



Other differences:
--
++ netcdf.spec ++
--- /var/tmp/diff_new_pack.728khL/_old  2017-11-01 11:06:30.340639226 +0100
+++ /var/tmp/diff_new_pack.728khL/_new  2017-11-01 11:06:30.344639080 +0100
@@ -105,6 +105,7 @@
 %{hpc_init -c %compiler_family %{?c_f_ver:-v %{c_f_ver}} %{?with_mpi:-m 
{%mpi_flavor}} %{?mpi_ver:-V %{mpi_ver}} %{?ext:-e %{ext}}}
 %define package_name %{hpc_package_name %_ver}
 %define libname(s:)   lib%{pname}%{hpc_package_name_tail %_ver}
+%define p_prefix %hpc_prefix
 %define p_bindir %hpc_bindir
 %define p_libdir %hpc_libdir
 %define p_mandir %hpc_mandir
@@ -112,10 +113,19 @@
 %else
 %define package_name %{pname}%{p_suffix}
 %define libname(s:)   lib%{pname}%{-s*}%{?p_suffix}
+ %if %{without mpi}
+%define p_prefix %_prefix
 %define p_bindir %_bindir
 %define p_libdir %_libdir
 %define p_mandir %_mandir
 %define p_includedir %_includedir
+ %else
+%define p_prefix /usr/%{_lib}/mpi/gcc/%{mpi_flavor}
+%define p_bindir %{p_prefix}/bin
+%define p_libdir %{p_prefix}/%{_lib}
+%define p_mandir %{p_prefix}/share/man
+%define p_includedir %{p_prefix}/include
+ %endif
 %endif
 %define p_suffix %{?with_mpi:-%{mpi_flavor}}
 %define hdf5_module_file %{?with_mpi:p}hdf5
@@ -344,6 +354,11 @@
 %{?with_hpc:export LDFLAGS="-L$HDF5_LIB"}
 %if %{without hpc}
 %configure \
+ --prefix=%{p_prefix} \
+ --bindir=%{p_bindir} \
+ --libdir=%{p_libdir} \
+ --includedir=%{p_includedir} \
+ --mandir=%{p_mandir} \
 %else
 %hpc_configure \
 %endif
@@ -384,6 +399,27 @@
 %_netcdf_sonum  %{sonum}
 %_netcdf_version  %{version}
 EOF
+ %if %{with mpi}
+# Module files 
+mkdir -p %{buildroot}%{_datadir}/modules/%{pname}-%{mpi_flavor}
+cat << EOF > %{buildroot}%{_datadir}/modules/%{pname}-%{mpi_flavor}/%version
+#%%Module
+proc ModulesHelp { } {
+global dotversion
+puts stderr "\tLoads the %{pname}-%{mpi_flavor} %version Environment"
+}
+
+module-whatis  "Loads the %{pname}-%{mpi_flavor} %version Environment."
+prepend-pathPATH%{p_bindir}
+prepend-pathMANPATH %{p_mandir}
+prepend-pathLD_LIBRARY_PATH %{p_libdir}
+prepend-pathLIBRARY_PATH%{p_libdir}
+prepend-pathCPATH   %{p_includedir}
+prepend-pathC_INCLUDE_PATH  %{p_includedir}
+prepend-pathCPLUS_INCLUDE_PATH  %{p_includedir}
+EOF
+
+ %endif
 %else
 %hpc_write_modules_files
 
#%%Module1.0#
@@ -471,8 +507,15 @@
 
 %files -n %{libname -s %{sonum}}
 %defattr(-,root,root,-)
-%{?with_hpc:%hpc_dirs}
-%{?with_hpc:%hpc_modules_files}
+%if %{with hpc}
+%hpc_dirs
+%hpc_modules_files
+%else
+ %if %{with mpi}
+%dir %{_datadir}/modules
+%{_datadir}/modules/%{pname}-%{mpi_flavor}
+ %endif
+%endif
 %{p_libdir}/libnetcdf.so.*
 
 %if %{without hpc}





commit rubygem-rspec-core for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package rubygem-rspec-core for 
openSUSE:Factory checked in at 2017-11-01 11:08:03

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


Package is "rubygem-rspec-core"

Wed Nov  1 11:08:03 2017 rev:23 rq:537495 version:3.7.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rspec-core/rubygem-rspec-core.changes
2017-05-27 13:11:24.746481688 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rspec-core.new/rubygem-rspec-core.changes   
2017-11-01 11:08:05.481163720 +0100
@@ -1,0 +2,26 @@
+Thu Oct 26 10:12:08 UTC 2017 - co...@suse.com
+
+- updated to version 3.7.0
+ see installed Changelog.md
+
+  ### Development
+  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.7.0...master)
+  
+  ### 3.7.0 / 2017-10-17
+  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.6.0...v3.7.0)
+  
+  Enhancements:
+  
+  * Add `-n` alias for `--next-failure`. (Ian Ker-Seymer, #2434)
+  * Improve compatibility with `--enable-frozen-string-literal` option
+on Ruby 2.3+. (Pat Allan, #2425, #2427, #2437)
+  * Do not run `:context` hooks for example groups that have been skipped.
+(Devon Estes, #2442)
+  * Add `errors_outside_of_examples_count` to the JSON formatter.
+(Takeshi Arabiki, #2448)
+  
+  Bug Fixes:
+  
+  * Improve compatibility with frozen string literal flag. (#2425, Pat Allan)
+
+---

Old:

  rspec-core-3.6.0.gem

New:

  rspec-core-3.7.0.gem



Other differences:
--
++ rubygem-rspec-core.spec ++
--- /var/tmp/diff_new_pack.PD76K7/_old  2017-11-01 11:08:06.045143119 +0100
+++ /var/tmp/diff_new_pack.PD76K7/_new  2017-11-01 11:08:06.045143119 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rspec-core
-Version:3.6.0
+Version:3.7.0
 Release:0
 %define mod_name rspec-core
 %define mod_full_name %{mod_name}-%{version}
@@ -35,7 +35,7 @@
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:https://github.com/rspec/rspec-core
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:RSpec runner and formatters
 License:MIT

++ rspec-core-3.6.0.gem -> rspec-core-3.7.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Changelog.md new/Changelog.md
--- old/Changelog.md2017-05-05 01:58:29.0 +0200
+++ new/Changelog.md2017-10-17 17:13:00.0 +0200
@@ -1,3 +1,23 @@
+### Development
+[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.7.0...master)
+
+### 3.7.0 / 2017-10-17
+[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.6.0...v3.7.0)
+
+Enhancements:
+
+* Add `-n` alias for `--next-failure`. (Ian Ker-Seymer, #2434)
+* Improve compatibility with `--enable-frozen-string-literal` option
+  on Ruby 2.3+. (Pat Allan, #2425, #2427, #2437)
+* Do not run `:context` hooks for example groups that have been skipped.
+  (Devon Estes, #2442)
+* Add `errors_outside_of_examples_count` to the JSON formatter.
+  (Takeshi Arabiki, #2448)
+
+Bug Fixes:
+
+* Improve compatibility with frozen string literal flag. (#2425, Pat Allan)
+
 ### 3.6.0 / 2017-05-04
 [Full 
Changelog](http://github.com/rspec/rspec-core/compare/v3.6.0.beta2...v3.6.0)
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Binary files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rspec/core/configuration.rb 
new/lib/rspec/core/configuration.rb
--- old/lib/rspec/core/configuration.rb 2017-05-05 01:58:29.0 +0200
+++ new/lib/rspec/core/configuration.rb 2017-10-17 17:13:00.0 +0200
@@ -161,7 +161,7 @@
 
   # @macro define_reader
   # The file path to use for persisting example statuses. Necessary for the
-  # `--only-failures` and `--next-failures` CLI options.
+  # `--only-failures` and `--next-failure` CLI options.
   #
   # @overload example_status_persistence_file_path
   #   @return [String] the file path
@@ -170,7 +170,7 @@
   define_reader :example_status_persistence_file_path
 
   # Sets the file path to use for persisting example statuses. Necessary 
for the
-  # `--only-failures` and `--next-failures` CLI options.
+  # `--only-failures` and `--next-failure` CLI options.
   def example_status_persistence_file_path=(value)
 

commit libbluray for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2017-11-01 11:07:18

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


Package is "libbluray"

Wed Nov  1 11:07:18 2017 rev:33 rq:537568 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2017-09-13 
22:24:55.677281774 +0200
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2017-11-01 
11:07:20.186818309 +0100
@@ -1,0 +2,10 @@
+Mon Oct 30 08:54:50 UTC 2017 - fst...@suse.com
+
+- Added patch:
+  * libbluray-java9.patch
++ Fix build with jdk9
++ Due to incompatible changes in jdk9, the same code cannot be
+  built with jdk9 and jdk <= 1.8
++ Only apply on systems that hava jdk9
+
+---

New:

  libbluray-java9.patch



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.LW03VR/_old  2017-11-01 11:07:21.702762930 +0100
+++ /var/tmp/diff_new_pack.LW03VR/_new  2017-11-01 11:07:21.702762930 +0100
@@ -27,6 +27,7 @@
 Url:http://www.videolan.org/developers/libbluray.html
 Source0:
http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
+Patch1: libbluray-java9.patch
 Patch2: libbluray-jvm_dir.patch
 BuildRequires:  ant
 BuildRequires:  java-devel >= 1.6
@@ -35,7 +36,6 @@
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6
-BuildConflicts: java-devel >= 1.9
 
 %description
 This library is written for the purpose of playing Blu-ray movies. It is
@@ -73,7 +73,11 @@
 %package bdj
 Summary:Library to access Blu-Ray disk - BD-J support
 Group:  Development/Libraries/Java
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+Requires:   java >= 9
+%else
 Requires:   java >= 1.6
+%endif
 Requires:   jpackage-utils
 %if 0%{?suse_version} > 1110
 BuildArch:  noarch
@@ -86,6 +90,9 @@
 
 %prep
 %setup -q
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+%patch1 -p1
+%endif
 %patch2
 
 %build

++ libbluray-java9.patch ++
--- libbluray-1.0.1/src/libbluray/bdj/build.xml 2017-03-02 14:33:49.0 
+0100
+++ libbluray-1.0.1/src/libbluray/bdj/build.xml 2017-10-30 08:32:10.295848485 
+0100
@@ -8,7 +8,6 @@
 
 
 
-
 
 
 
@@ -20,14 +19,12 @@
 
 
+   source="1.6" target="1.6">


 
 
+   source="1.6" target="1.6">


 
--- libbluray-1.0.1/src/libbluray/bdj/java/java/io/BDFileSystem.java
2017-03-02 14:33:49.0 +0100
+++ libbluray-1.0.1/src/libbluray/bdj/java/java/io/BDFileSystem.java
2017-10-30 09:25:33.483391121 +0100
@@ -38,7 +38,7 @@
 import org.videolan.BDJXletContext;
 import org.videolan.Logger;
 
-public abstract class BDFileSystem extends FileSystem {
+public abstract class BDFileSystem extends UnixFileSystem {
 
 private static final Logger logger = 
Logger.getLogger(BDFileSystem.class.getName());
 
--- libbluray-1.0.1/src/libbluray/bdj/java-j2se/java/awt/peer/BDFramePeer.java  
2017-03-02 14:33:49.0 +0100
+++ libbluray-1.0.1/src/libbluray/bdj/java-j2se/java/awt/peer/BDFramePeer.java  
2017-10-30 09:08:08.259034704 +0100
@@ -173,7 +173,7 @@
 return 
((BDToolkit)BDToolkit.getDefaultToolkit()).createImage((Component)null, width, 
height);
 }
 
-public boolean requestFocus(Component c, boolean a, boolean b, long l, 
sun.awt.CausedFocusEvent.Cause d) {
+public boolean requestFocus(Component c, boolean a, boolean b, long l, 
FocusEvent.Cause d) {
 if (c == null) {
 return true;
 }



commit librest for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package librest for openSUSE:Factory checked 
in at 2017-11-01 11:07:06

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


Package is "librest"

Wed Nov  1 11:07:06 2017 rev:25 rq:537541 version:0.8.1

Changes:

--- /work/SRC/openSUSE:Factory/librest/librest.changes  2017-10-13 
14:06:13.030270582 +0200
+++ /work/SRC/openSUSE:Factory/.librest.new/librest.changes 2017-11-01 
11:07:05.647349440 +0100
@@ -1,0 +2,7 @@
+Thu Oct 19 10:44:31 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.8.1:
+  + RestProxy: Set the payload after _upload.
+  + proxycall: remove double-assign to status_{code,message}.
+
+---

Old:

  rest-0.8.0.tar.xz

New:

  rest-0.8.1.tar.xz



Other differences:
--
++ librest.spec ++
--- /var/tmp/diff_new_pack.0lzk1d/_old  2017-11-01 11:07:08.555243213 +0100
+++ /var/tmp/diff_new_pack.0lzk1d/_new  2017-11-01 11:07:08.555243213 +0100
@@ -22,7 +22,7 @@
 %define abi 0.7
 %define abi_pkg 0_7
 %define libname librest-%{abi_pkg}-%{sover}
-Version:0.8.0
+Version:0.8.1
 Release:0
 Summary:Library to access RESTful web services
 License:LGPL-2.1

++ rest-0.8.0.tar.xz -> rest-0.8.1.tar.xz ++
 6678 lines of diff (skipped)




commit valgrind for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package valgrind for openSUSE:Factory 
checked in at 2017-11-01 11:06:57

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


Package is "valgrind"

Wed Nov  1 11:06:57 2017 rev:106 rq:537539 version:3.13.0

Changes:

--- /work/SRC/openSUSE:Factory/valgrind/valgrind.changes2017-06-30 
18:41:47.234982388 +0200
+++ /work/SRC/openSUSE:Factory/.valgrind.new/valgrind.changes   2017-11-01 
11:07:01.227510900 +0100
@@ -1,0 +2,5 @@
+Mon Oct 30 11:00:12 UTC 2017 - dmuel...@suse.com
+
+- add epoll-wait-fix.patch (bsc#1064958)
+
+---

New:

  epoll-wait-fix.patch



Other differences:
--
++ valgrind.spec ++
--- /var/tmp/diff_new_pack.94f80E/_old  2017-11-01 11:07:02.071480069 +0100
+++ /var/tmp/diff_new_pack.94f80E/_new  2017-11-01 11:07:02.071480069 +0100
@@ -36,6 +36,7 @@
 # svn  di svn://svn.valgrind.org/vex/tags/VEX_3_5_0 
svn://svn.valgrind.org/vex/branches/VEX_3_5_BRANCH > VEX_3_5_BRANCH.diff
 Patch1: jit-register-unregister.diff
 Patch2: armv6-support.diff
+Patch3: epoll-wait-fix.patch
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  docbook_4
@@ -110,6 +111,7 @@
 # needs porting to 3.11
 ##%patch1
 %patch2
+%patch3
 
 %build
 export FLAGS="%{optflags}"

++ epoll-wait-fix.patch ++
backport of https://bugs.kde.org/show_bug.cgi?id=381289
see https://bugzilla.suse.com/show_bug.cgi?id=1064958

--- coregrind/m_syswrap/syswrap-linux.c (revision 16470)
+++ coregrind/m_syswrap/syswrap-linux.c (working copy)
@@ -1901,7 +1901,7 @@ PRE(sys_epoll_pwait)
  int, maxevents, int, timeout, vki_sigset_t *, sigmask,
  vki_size_t, sigsetsize);
PRE_MEM_WRITE( "epoll_pwait(events)", ARG2, sizeof(struct 
vki_epoll_event)*ARG3);
-   if (ARG4)
+   if (ARG5)
   PRE_MEM_READ( "epoll_pwait(sigmask)", ARG5, sizeof(vki_sigset_t) );
 }
 POST(sys_epoll_pwait)
Index: memcheck/tests/linux/syscalls-2007.c
===
--- memcheck/tests/linux/syscalls-2007.c(revision 16470)
+++ memcheck/tests/linux/syscalls-2007.c(working copy)
@@ -79,5 +79,16 @@ int main (void)
   }
 #endif
 
+#if defined(HAVE_EPOLL_CREATE) && defined(HAVE_EPOLL_PWAIT)
+  {
+int fd3;
+struct epoll_event evs[10];
+
+fd3 = epoll_create (10);
+/* epoll_pwait can take a NULL sigmask. */
+epoll_pwait (fd3, evs, 10, 1, NULL);
+  }
+#endif
+
   return 0;
 }



commit glib2 for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2017-11-01 11:07:26

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


Package is "glib2"

Wed Nov  1 11:07:26 2017 rev:190 rq:537577 version:2.54.2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2017-10-06 
10:59:45.690811834 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2017-11-01 
11:07:26.214598113 +0100
@@ -1,0 +2,7 @@
+Sat Oct 28 13:03:54 UTC 2017 - badshah...@gmail.com
+
+- Update to version 2.54.2:
+  + Bugs fixed: bgo#780296.
+  + Updated translations.
+
+---

Old:

  glib-2.54.1.tar.xz

New:

  glib-2.54.2.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.yPUtYi/_old  2017-11-01 11:07:27.586547996 +0100
+++ /var/tmp/diff_new_pack.yPUtYi/_new  2017-11-01 11:07:27.586547996 +0100
@@ -19,7 +19,7 @@
 %define with_systemtap 0
 %define _name glib
 Name:   glib2
-Version:2.54.1
+Version:2.54.2
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library

++ glib-2.54.1.tar.xz -> glib-2.54.2.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.54.1.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.54.2.tar.xz differ: char 26, line 1




commit python-pytest-runner for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package python-pytest-runner for 
openSUSE:Factory checked in at 2017-11-01 11:08:47

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


Package is "python-pytest-runner"

Wed Nov  1 11:08:47 2017 rev:11 rq:537524 version:2.12.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-runner/python-pytest-runner.changes
2017-10-10 11:33:24.300703936 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-runner.new/python-pytest-runner.changes
   2017-11-01 11:08:48.851579454 +0100
@@ -1,0 +2,6 @@
+Fri Oct 27 16:05:55 UTC 2017 - a...@gmx.de
+
+- update to version 2.12.2:
+  * #33: Packaging refresh.
+
+---

Old:

  pytest-runner-2.12.1.tar.gz

New:

  pytest-runner-2.12.2.tar.gz



Other differences:
--
++ python-pytest-runner.spec ++
--- /var/tmp/diff_new_pack.htbhco/_old  2017-11-01 11:08:49.599552132 +0100
+++ /var/tmp/diff_new_pack.htbhco/_new  2017-11-01 11:08:49.603551986 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-runner
-Version:2.12.1
+Version:2.12.2
 Release:0
 Summary:Testing with Python
 License:MIT

++ pytest-runner-2.12.1.tar.gz -> pytest-runner-2.12.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.12.1/.travis.yml 
new/pytest-runner-2.12.2/.travis.yml
--- old/pytest-runner-2.12.1/.travis.yml2017-09-07 03:59:33.0 
+0200
+++ new/pytest-runner-2.12.2/.travis.yml2017-10-27 15:47:35.0 
+0200
@@ -1,25 +1,33 @@
+dist: trusty
 sudo: false
 language: python
-python:
-- 2.7
-- 3.6
-- nightly
+
+jobs:
+  fast_finish: true
+  include:
+  - python: 2.7
+  - python: _py3 3.6
+  - python: nightly
+  - stage: deploy
+if: tag IS present
+python: *latest_py3
+install: skip
+script: skip
+deploy:
+  provider: pypi
+  on:
+tags: true
+all_branches: true
+  user: jaraco
+  password:
+secure: 
lZfYQx0ZrCf2FJ+348etKWfzTySB3BZYGd0ce5RFHN2BppcdkONyJfTs4rgdrFEn/WtOaKV3SkJYR09xvlr+4kbLibg7fXhueqZt0ZkhRBnoDE4SxCjICyFCmisG6O3zkrVosizch70/0MqseNanhgXOPhd5llCfQHIqLsa145BG4hM5kxAHPO3Rz2/HCObOTPe4HKj93RAK7lPIMZVN6omcWoG6ZB0QqK+i3LTUtmJ3gE6q/iHk3VF9cJs8xtn3hdo++Lhrboa2NIqf6fl8oxR1C24Wh8vBQ69uTNjmVnDFYMulTs5475jjgDBXPPgVz3CAqYAy/PI+NPw59ebK8MzlaMRK/h/xSrdhxW6K3WbBL71Dn2UGuejXHFC3IuCI832xwkuEupOcGLWz4r2uBnhbgXF63vZ2gYPqrCGHxvDpbtllTVyEeebP8BnFzZttxSn9rbhTP1O9Dn/9tRko8WskyXIR+/2JOA9KP5uT47yeHoFBBUS0GB1XdkGhBrJfQx2LhfHuI6bpzosMiMfJrVNZEg8k0I9XA0uwxDgZrdqKGMKBR6233MXiJg8NyUPRInCRGth4rufcq6kn+wsT9RvuSt9XOhGiYLwChjvHexUXrLGBgupu0Y80Oqcp3YkDG3WHUX++Z2zJSQovrb4BMdKS6Y4usQ8Df5SklIpMCf0=
+  distributions: dists
+  skip_cleanup: true
+  skip_upload_docs: true
+
+cache: pip
+
 install:
-- pip install tox "setuptools>=28.2"
-script:
-- tox
-branches:
-  except:
-  - skeleton
-deploy:
-  provider: pypi
-  server: https://upload.pypi.org/legacy/
-  on:
-tags: true
-all_branches: true
-python: 3.6
-  user: jaraco
-  distributions: dists
-  skip_upload_docs: true
-  password:
-secure: 
lZfYQx0ZrCf2FJ+348etKWfzTySB3BZYGd0ce5RFHN2BppcdkONyJfTs4rgdrFEn/WtOaKV3SkJYR09xvlr+4kbLibg7fXhueqZt0ZkhRBnoDE4SxCjICyFCmisG6O3zkrVosizch70/0MqseNanhgXOPhd5llCfQHIqLsa145BG4hM5kxAHPO3Rz2/HCObOTPe4HKj93RAK7lPIMZVN6omcWoG6ZB0QqK+i3LTUtmJ3gE6q/iHk3VF9cJs8xtn3hdo++Lhrboa2NIqf6fl8oxR1C24Wh8vBQ69uTNjmVnDFYMulTs5475jjgDBXPPgVz3CAqYAy/PI+NPw59ebK8MzlaMRK/h/xSrdhxW6K3WbBL71Dn2UGuejXHFC3IuCI832xwkuEupOcGLWz4r2uBnhbgXF63vZ2gYPqrCGHxvDpbtllTVyEeebP8BnFzZttxSn9rbhTP1O9Dn/9tRko8WskyXIR+/2JOA9KP5uT47yeHoFBBUS0GB1XdkGhBrJfQx2LhfHuI6bpzosMiMfJrVNZEg8k0I9XA0uwxDgZrdqKGMKBR6233MXiJg8NyUPRInCRGth4rufcq6kn+wsT9RvuSt9XOhGiYLwChjvHexUXrLGBgupu0Y80Oqcp3YkDG3WHUX++Z2zJSQovrb4BMdKS6Y4usQ8Df5SklIpMCf0=
+- pip install tox
+
+script: tox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.12.1/CHANGES.rst 
new/pytest-runner-2.12.2/CHANGES.rst
--- old/pytest-runner-2.12.1/CHANGES.rst2017-09-07 03:59:33.0 
+0200
+++ new/pytest-runner-2.12.2/CHANGES.rst2017-10-27 15:47:35.0 
+0200
@@ -1,3 +1,8 @@
+2.12.2
+~~
+
+* #33: Packaging refresh.
+
 2.12.1
 ~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.12.1/LICENSE 
new/pytest-runner-2.12.2/LICENSE
--- old/pytest-runner-2.12.1/LICENSE2017-09-07 03:59:33.0 +0200
+++ new/pytest-runner-2.12.2/LICENSE

commit gnome-settings-daemon for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package gnome-settings-daemon for 
openSUSE:Factory checked in at 2017-11-01 11:08:57

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


Package is "gnome-settings-daemon"

Wed Nov  1 11:08:57 2017 rev:144 rq:537528 version:3.26.1

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-settings-daemon/gnome-settings-daemon.changes  
2017-10-26 18:40:46.806041995 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-settings-daemon.new/gnome-settings-daemon.changes
 2017-11-01 11:08:56.495300243 +0100
@@ -1,0 +2,7 @@
+Sat Oct 28 03:30:30 CEST 2017 - h...@opensuse.org
+
+- Remove gnome-settings-daemon-revert-libinput-mandatory.patch,
+  since it isn't being applied and it's no longer useful to keep
+  it around.
+
+---

Old:

  gnome-settings-daemon-revert-libinput-mandatory.patch



Other differences:
--
++ gnome-settings-daemon.spec ++
--- /var/tmp/diff_new_pack.gKD9iD/_old  2017-11-01 11:08:57.195274674 +0100
+++ /var/tmp/diff_new_pack.gKD9iD/_new  2017-11-01 11:08:57.199274529 +0100
@@ -34,8 +34,6 @@
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-settings-daemon/3.26/%{name}-%{version}.tar.xz
-# PATCH-FEATURE-SLE gnome-settings-daemon-revert-libinput-mandatory.patch 
fcro...@suse.com -- ensure libinput is not mandatory
-Patch0: gnome-settings-daemon-revert-libinput-mandatory.patch
 # PATCH-FEATURE-SLE gnome-settings-daemon-notify-idle-resumed.patch bnc#439018 
bnc#708182 bgo#575467 h...@suse.com -- notify user about auto suspend when 
returning from sleep
 Patch1: gnome-settings-daemon-notify-idle-resumed.patch
 # PATCH-FIX-SLE gnome-settings-daemon-bnc873545-hide-warnings.patch bnc#873545 
fezh...@suse.com -- hide the warnings when g-s-d cannot find colord running, 
which is expected on SLES
@@ -156,9 +154,6 @@
 %if !0%{?is_opensuse}
 translation-update-upstream
 gnome-patch-translation-prepare
-%if 0%{?suse_version} < 1500
-%patch0 -p1
-%endif
 %patch1 -p1
 %patch2 -p1
 %patch3




commit python-Sphinx for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package python-Sphinx for openSUSE:Factory 
checked in at 2017-11-01 11:08:42

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


Package is "python-Sphinx"

Wed Nov  1 11:08:42 2017 rev:45 rq:537523 version:1.6.5

Changes:

--- /work/SRC/openSUSE:Factory/python-Sphinx/python-Sphinx-doc.changes  
2017-10-07 17:47:29.803661953 +0200
+++ /work/SRC/openSUSE:Factory/.python-Sphinx.new/python-Sphinx-doc.changes 
2017-11-01 11:08:41.851835144 +0100
@@ -1,0 +2,37 @@
+Fri Oct 27 16:13:16 UTC 2017 - a...@gmx.de
+
+- update to version 1.6.5:
+  * Features added
++ #4107: Make searchtools.js compatible with pre-Sphinx1.5
+  templates
++ #4112: Don't override the smart_quotes setting if it was already
+  set
++ #4125: Display reference texts of original and translated
+  passages on i18n warning message
++ #4147: Include the exception when logging PO/MO file read/write
+  * Bugs fixed
++ #4085: Failed PDF build from image in parsed-literal using
+  ":align:" option
++ #4100: Remove debug print from autodoc extension
++ #3987: Changing theme from alabaster causes HTML build to fail
++ #4096: C++, don't crash when using the wrong role type. Thanks
+  to mitya57.
++ #4070, #4111: crashes when the warning message contains format
+  strings (again)
++ #4108: Search word highlighting breaks SVG images
++ #3692: Unable to build HTML if writing .buildinfo failed
++ #4152: HTML writer crashes if a field list is placed on top of
+  the document
++ #4063: Sphinx crashes when labeling directive ".. todolist::"
++ #4134: [doc] :file:`docutils.conf` is not documented explicitly
++ #4169: Chinese language doesn't trigger Chinese search
+  automatically
++ #1020: ext.todo todolist not linking to the page in pdflatex
++ #3965: New quickstart generates wrong SPHINXBUILD in Makefile
++ #3739: ":module:" option is ignored at content of pyobjects
++ #4149: Documentation: Help choosing :confval:`latex_engine`
++ #4090: [doc] :confval:`latex_additional_files` with extra LaTeX
+  macros should not use ".tex" extension
++ Failed to convert reST parser error to warning (refs: #4132)
+
+---
python-Sphinx.changes: same change

Old:

  Sphinx-1.6.4.tar.gz

New:

  Sphinx-1.6.5.tar.gz



Other differences:
--
++ python-Sphinx-doc.spec ++
--- /var/tmp/diff_new_pack.NEEQdK/_old  2017-11-01 11:08:42.775801393 +0100
+++ /var/tmp/diff_new_pack.NEEQdK/_new  2017-11-01 11:08:42.779801246 +0100
@@ -24,7 +24,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Sphinx-doc
-Version:1.6.4
+Version:1.6.5
 Release:0
 Url:http://sphinx-doc.org
 Summary:Documentation for python-Sphinx

++ python-Sphinx.spec ++
--- /var/tmp/diff_new_pack.NEEQdK/_old  2017-11-01 11:08:42.799800515 +0100
+++ /var/tmp/diff_new_pack.NEEQdK/_new  2017-11-01 11:08:42.803800370 +0100
@@ -25,7 +25,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Sphinx
-Version:1.6.4
+Version:1.6.5
 Release:0
 Url:http://sphinx-doc.org
 Summary:Python documentation generator

++ Sphinx-1.6.4.tar.gz -> Sphinx-1.6.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sphinx-1.6.4/AUTHORS new/Sphinx-1.6.5/AUTHORS
--- old/Sphinx-1.6.4/AUTHORS2017-09-25 18:28:59.0 +0200
+++ new/Sphinx-1.6.5/AUTHORS2017-10-23 05:17:39.0 +0200
@@ -29,6 +29,7 @@
 * Kevin Dunn -- MathJax extension
 * Josip Dzolonga -- coverage builder
 * Buck Evan -- dummy builder
+* Matthew Fernandez -- todo extension fix
 * Hernan Grecco -- search improvements
 * Horst Gutmann -- internationalization support
 * Martin Hans -- autodoc improvements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sphinx-1.6.4/CHANGES new/Sphinx-1.6.5/CHANGES
--- old/Sphinx-1.6.4/CHANGES2017-09-26 02:45:04.0 +0200
+++ new/Sphinx-1.6.5/CHANGES2017-10-23 05:19:47.0 +0200
@@ -1,3 +1,37 @@
+Release 1.6.5 (released Oct 23, 2017)
+=
+
+Features added
+--
+
+* #4107: Make searchtools.js compatible with pre-Sphinx1.5 templates
+* #4112: Don't override the smart_quotes setting if it was already set
+* #4125: Display reference texts of original and translated passages on
+  i18n warning message
+* 

commit appstream-glib for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package appstream-glib for openSUSE:Factory 
checked in at 2017-11-01 11:08:52

Comparing /work/SRC/openSUSE:Factory/appstream-glib (Old)
 and  /work/SRC/openSUSE:Factory/.appstream-glib.new (New)


Package is "appstream-glib"

Wed Nov  1 11:08:52 2017 rev:53 rq:537525 version:0.7.3

Changes:

--- /work/SRC/openSUSE:Factory/appstream-glib/appstream-glib.changes
2017-09-15 15:12:39.421469777 +0200
+++ /work/SRC/openSUSE:Factory/.appstream-glib.new/appstream-glib.changes   
2017-11-01 11:08:52.055462422 +0100
@@ -1,0 +2,17 @@
+Tue Oct 24 13:09:40 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.7.3:
+  + Add support for URL launchable types
+  + Prefer /usr/share/metainfo as default path for metainfo files
+  + Do not assign "flatpak" as an app's origin when no origin was
+found.
+  + Add as_app_get_release_by_version().
+  + lib/app-validate: Fix typo in variable name.
+  + Write XML for newer AppStream specification versions.
+  + Add as_app_get_screenshot_default().
+  + Add AS_VERSION_PARSE_FLAG_USE_BCD when formatting version
+strings.
+  + Add new launchable types from the 0.11 series of the spec.
+  + Fix the inode mode to be sane on extracted files.
+
+---

Old:

  appstream-glib-0.7.2.tar.xz

New:

  appstream-glib-0.7.3.tar.xz



Other differences:
--
++ appstream-glib.spec ++
--- /var/tmp/diff_new_pack.yStoum/_old  2017-11-01 11:08:52.643440944 +0100
+++ /var/tmp/diff_new_pack.yStoum/_new  2017-11-01 11:08:52.647440799 +0100
@@ -19,7 +19,7 @@
 
 %define _build_from_vcs 1
 Name:   appstream-glib
-Version:0.7.2
+Version:0.7.3
 Release:0
 Summary:AppStream Abstraction Library
 License:LGPL-2.1+ AND GPL-2.0+

++ _service ++
--- /var/tmp/diff_new_pack.yStoum/_old  2017-11-01 11:08:52.687439337 +0100
+++ /var/tmp/diff_new_pack.yStoum/_new  2017-11-01 11:08:52.687439337 +0100
@@ -2,9 +2,9 @@
   
 https://github.com/hughsie/appstream-glib.git
 git
-0.7.2
+0.7.3
 enable
-refs/tags/appstream_glib_0_7_2
+refs/tags/appstream_glib_0_7_3
   
   
 *.tar

++ _servicedata ++
--- /var/tmp/diff_new_pack.yStoum/_old  2017-11-01 11:08:52.703438753 +0100
+++ /var/tmp/diff_new_pack.yStoum/_new  2017-11-01 11:08:52.707438606 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/hughsie/appstream-glib.git
-  6149f7eb067c4d267738fd5e7ea5c0cc1be7bc5b
\ No newline at end of file
+  9783a5357a33d4eb945eba9f2b9a4da4535a46e9
\ No newline at end of file

++ appstream-glib-0.7.2.tar.xz -> appstream-glib-0.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/appstream-glib-0.7.2/NEWS 
new/appstream-glib-0.7.3/NEWS
--- old/appstream-glib-0.7.2/NEWS   2017-08-21 16:58:06.0 +0200
+++ new/appstream-glib-0.7.3/NEWS   2017-10-23 17:28:28.0 +0200
@@ -1,3 +1,19 @@
+Version 0.7.3
+~~
+Released: 2017-10-23
+
+New Features:
+ - Add AS_VERSION_PARSE_FLAG_USE_BCD when formatting version strings (Richard 
Hughes)
+ - Add as_app_get_release_by_version() (Richard Hughes)
+ - Add as_app_get_screenshot_default() (Richard Hughes)
+ - Add new launchable types (Marius Vollmer, Richard Hughes)
+
+Bugfixes:
+ - Do not assign "flatpak" as an app's origin when no origin was found 
(Joaquim Rocha)
+ - Fix the inode mode to be sane on extracted files (Richard Hughes)
+ - Prefer /usr/share/metainfo as default path for metainfo files (Jeremy Bicha)
+ - Write XML for newer AppStream specification versions (Richard Hughes)
+
 Version 0.7.2
 ~~
 Released: 2017-08-21
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/appstream-glib-0.7.2/RELEASE 
new/appstream-glib-0.7.3/RELEASE
--- old/appstream-glib-0.7.2/RELEASE2017-08-21 16:58:06.0 +0200
+++ new/appstream-glib-0.7.3/RELEASE2017-10-23 17:28:28.0 +0200
@@ -2,10 +2,10 @@
 
 1. Write NEWS entries for appstream_glib in the same format as usual.
 
-git shortlog appstream_glib_0_7_1.. | grep -i -v trivial | grep -v Merge > 
NEWS.new
+git shortlog appstream_glib_0_7_2.. | grep -i -v trivial | grep -v Merge > 
NEWS.new
 
 

-Version 0.7.2
+Version 0.7.3
 ~~
 Released: 2017-xx-xx
 
@@ -27,8 +27,8 @@
 
 4. Commit changes in git:
 
-git commit -a -m "Release version 0.7.2"
-git tag -s -f -m "Release 0.7.2" appstream_glib_0_7_2
+git commit -a -m "Release version 0.7.3"
+git tag -s -f -m "Release 0.7.3" appstream_glib_0_7_3
 
 git push --tags
 git 

commit yast2-apparmor for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package yast2-apparmor for openSUSE:Factory 
checked in at 2017-11-01 11:08:38

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


Package is "yast2-apparmor"

Wed Nov  1 11:08:38 2017 rev:64 rq:537517 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-apparmor/yast2-apparmor.changes
2017-09-27 16:53:32.322382449 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-apparmor.new/yast2-apparmor.changes   
2017-11-01 11:08:37.415997177 +0100
@@ -1,0 +2,14 @@
+Wed Oct 18 11:11:36 CDT 2017 - rgold...@suse.com
+
+- Remove more perl dependencies (boo#1062656)
+- Remove ancient subdomain dependencies (boo#1062656)
+- Fix yast-apparmor.spec description
+- Fix "New" which renders GetString Dialog (boo#1062653)
+- 4.0.1
+
+---
+Tue Sep 30 14:09:45 CDT 2017 - rgold...@suse.com
+
+- Add VStretch() and HStretch() to aa-settings (bsc#1056942)
+
+---

Old:

  yast2-apparmor-4.0.0.tar.bz2

New:

  yast2-apparmor-4.0.1.tar.bz2



Other differences:
--
++ yast2-apparmor.spec ++
--- /var/tmp/diff_new_pack.FTKdrg/_old  2017-11-01 11:08:37.879980229 +0100
+++ /var/tmp/diff_new_pack.FTKdrg/_new  2017-11-01 11:08:37.879980229 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-apparmor
-Version:4.0.0
+Version:4.0.1
 Release:0
 Summary:YaST2 - Plugins for AppArmor Profile Management
 License:GPL-2.0
@@ -27,34 +27,16 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
 BuildRequires:  yast2-devtools >= 3.1.10
-Requires:   perl-TimeDate
 Requires:   yast2
 Requires:   yast2-ruby-bindings >= 1.0.0
-Requires:   perl(Data::Dumper)
-Requires:   perl(Encode)
-Requires:   perl(Getopt::Long)
-Requires:   perl(Immunix::AppArmor)
-Requires:   perl(Locale::gettext)
-Requires:   perl(POSIX)
-Requires:   perl(ycp)
-Obsoletes:  yast2-subdomain
-Provides:   yast2-subdomain
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%if 0%{?suse_version} >= 1140
-# openSUSE-11.4 or newer
-BuildRequires:  perl-macros
-%{perl_requires}
-%endif
 
 %description
-Yast2 forms and components for the management of Novell AppArmor
+Yast2 forms and components for the management of AppArmor
 profiles.
 
-This package is part of a suite of tools that used to be named
-SubDomain.
-
 %prep
 %setup -q
 
@@ -66,15 +48,11 @@
 
 %files
 %defattr(-,root,root)
-%{_bindir}/*
 %{yast_clientdir}
 %{yast_yncludedir}/apparmor
 %{yast_libdir}/apparmor
 %{yast_moduledir}
 %{yast_desktopdir}
-%dir %{_sysconfdir}/apparmor
-%config(noreplace) %{_sysconfdir}/apparmor/reports.crontab
-%config(noreplace) %{_sysconfdir}/apparmor/reports.conf
 %doc %{yast_docdir}
 
 %changelog

++ yast2-apparmor-4.0.0.tar.bz2 -> yast2-apparmor-4.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-apparmor-4.0.0/bin/Makefile.am 
new/yast2-apparmor-4.0.1/bin/Makefile.am
--- old/yast2-apparmor-4.0.0/bin/Makefile.am2017-09-26 16:43:58.480756337 
+0200
+++ new/yast2-apparmor-4.0.1/bin/Makefile.am1970-01-01 01:00:00.0 
+0100
@@ -1,7 +0,0 @@
-usrbin_SCRIPTS = \
-   reportgen.pl
-
-usrbindir = /usr/bin/
-
-EXTRA_DIST = $(usrbin_SCRIPTS)
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-apparmor-4.0.0/bin/reportgen.pl 
new/yast2-apparmor-4.0.1/bin/reportgen.pl
--- old/yast2-apparmor-4.0.0/bin/reportgen.pl   2017-09-26 16:43:58.480756337 
+0200
+++ new/yast2-apparmor-4.0.1/bin/reportgen.pl   1970-01-01 01:00:00.0 
+0100
@@ -1,595 +0,0 @@
-#!/usr/bin/perl
-
-# --
-#
-#Copyright (C) 2002-2005 Novell/SUSE
-#
-#This program is free software; you can redistribute it and/or
-#modify it under the terms of version 2 of the GNU General Public 
-#License published by the Free Software Foundation.
-#
-# --
-
-
-# /usr/bin/reportgen.pl
-#
-#   - Calls Immunix::Reports.pm to write AppArmor events to a specified 
logfile 
-#  - Expected to be executed by a cron job.
-#
-#  Requires:
-#   /usr/lib/perl5/site_perl/Immunix::Reports.pm
-#
-#  Input (Optional):
-#   -Report Name
-#   -Program Name  'progName'
-#   -Profile Name  'profile'
-#   -PID   'pid'
-#  

commit system-config-printer for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package system-config-printer for 
openSUSE:Factory checked in at 2017-11-01 11:09:07

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


Package is "system-config-printer"

Wed Nov  1 11:09:07 2017 rev:86 rq:537550 version:1.5.7

Changes:

--- 
/work/SRC/openSUSE:Factory/system-config-printer/system-config-printer.changes  
2017-09-15 21:07:22.660791493 +0200
+++ 
/work/SRC/openSUSE:Factory/.system-config-printer.new/system-config-printer.changes
 2017-11-01 11:09:06.494934977 +0100
@@ -1,0 +2,6 @@
+Fri Sep 15 12:21:24 UTC 2017 - jeng...@inai.de
+
+- Replace some old RPM variables and macros by current constructs.
+- Update package summaries.
+
+---



Other differences:
--
++ system-config-printer.spec ++
--- /var/tmp/diff_new_pack.uEGl4a/_old  2017-11-01 11:09:07.286906047 +0100
+++ /var/tmp/diff_new_pack.uEGl4a/_new  2017-11-01 11:09:07.286906047 +0100
@@ -76,7 +76,7 @@
 user to configure a CUPS print server.
 
 %package common
-Summary:A printer administration tool -- Common Files
+Summary:Common files for GNOME's printer administration tool
 Group:  Hardware/Printing
 Requires:   dbus-1-python3
 Requires:   python3-cairo
@@ -99,7 +99,7 @@
 This package provides files common to various binaries.
 
 %package applet
-Summary:A printer administration tool -- Notification Icon for Printing
+Summary:Notification icon for printing via system-config-printer
 Group:  Hardware/Printing
 Requires:   %{name} = %{version}
 # Uses the dbus service to interact with print jobs
@@ -115,7 +115,7 @@
 monitor print jobs.
 
 %package dbus-service
-Summary:A printer administration tool -- D-Bus Service to Configure 
Printing
+Summary:D-Bus service to configure printing via system-config-printer
 Group:  Hardware/Printing
 Requires:   %{name}-common = %{version}
 BuildArch:  noarch
@@ -168,21 +168,18 @@
 --with-systemdsystemunitdir=%{_unitdir}
 
 %install
-%makeinstall udevrulesdir=/usr/lib/udev/rules.d udevhelperdir=/usr/lib/udev
+%make_install udevrulesdir=/usr/lib/udev/rules.d udevhelperdir=/usr/lib/udev
 for size in 8x8 16x16 22x22 24x24 32x32 48x48 256x256; do
if test -f 
%{_datadir}/icons/%{_iconlocation}/$size/devices/printer.png; then
-   mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$size/apps
-   cp -a 
%{_datadir}/icons/%{_iconlocation}/$size/devices/printer.png 
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/$size/apps/%{name}.png
+   mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/$size/apps
+   cp -a 
%{_datadir}/icons/%{_iconlocation}/$size/devices/printer.png 
%{buildroot}/%{_datadir}/icons/hicolor/$size/apps/%{name}.png
fi
 done
 %suse_update_desktop_file print-applet
 %suse_update_desktop_file -r system-config-printer GTK System HardwareSettings
-%fdupes $RPM_BUILD_ROOT/%{py_sitedir}
+%fdupes %{buildroot}/%{py_sitedir}
 %find_lang %{name} %{?no_lang_C}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 %desktop_database_post
 %icon_theme_cache_post






commit vinagre for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package vinagre for openSUSE:Factory checked 
in at 2017-11-01 11:09:12

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


Package is "vinagre"

Wed Nov  1 11:09:12 2017 rev:95 rq:537583 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/vinagre/vinagre.changes  2017-06-12 
15:09:14.832633104 +0200
+++ /work/SRC/openSUSE:Factory/.vinagre.new/vinagre.changes 2017-11-01 
11:09:11.550750299 +0100
@@ -1,0 +2,5 @@
+Wed Oct 25 15:48:19 UTC 2017 - malcolmle...@opensuse.org
+
+- Change appstream file location due to appstream-glib >= 0.7.3.
+
+---



Other differences:
--
++ vinagre.spec ++
--- /var/tmp/diff_new_pack.oHjz1P/_old  2017-11-01 11:09:12.150728383 +0100
+++ /var/tmp/diff_new_pack.oHjz1P/_new  2017-11-01 11:09:12.150728383 +0100
@@ -57,7 +57,7 @@
 BuildRequires:  pkgconfig(x11)
 # Next two lines needed for Patch1
 BuildRequires:  gnome-common
-BuildRequires:  pkgconfig(appstream-glib)
+BuildRequires:  pkgconfig(appstream-glib) >= 0.7.3
 Recommends: %{name}-lang
 Obsoletes:  %{name}-devel < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -120,8 +120,6 @@
 %defattr(-, root, root)
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/vinagre
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/vinagre.appdata.xml
 %{_datadir}/applications/vinagre.desktop
 %{_datadir}/applications/vinagre-file.desktop
 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Vinagre.service
@@ -130,6 +128,9 @@
 %{_datadir}/GConf/gsettings/org.gnome.Vinagre.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.Vinagre.gschema.xml
 %{_datadir}/icons/hicolor/*/*/*
+# Own dir for openSUSE Leap
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/vinagre.appdata.xml
 %{_datadir}/mime/packages/vinagre-mime.xml
 %{_datadir}/telepathy/clients/Vinagre.client
 %dir %{_datadir}/vinagre




commit rubygem-rake for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package rubygem-rake for openSUSE:Factory 
checked in at 2017-11-01 11:09:28

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


Package is "rubygem-rake"

Wed Nov  1 11:09:28 2017 rev:4 rq:537505 version:12.2.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rake/rubygem-rake.changes
2017-09-13 22:36:02.447412623 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rake.new/rubygem-rake.changes   
2017-11-01 11:09:29.250103784 +0100
@@ -1,0 +2,28 @@
+Thu Oct 26 10:08:57 UTC 2017 - co...@suse.com
+
+- updated to version 12.2.1
+ see installed History.rdoc
+
+  === 12.2.1
+  
+   Bug fixes
+  
+  * Fixed to break Capistrano::Application on capistrano3.
+  
+  === 12.2.0
+  
+   Enhancements:
+  
+  * Make rake easier to use as a library
+Pull request #211 by @drbrain
+  * Fix quadratic performance in FileTask#out_of_date?
+Pull request #224 by @doudou
+  * Clarify output when printing nested exception traces
+Pull request #232 by @urbanautomaton
+  
+   Bug fixes
+  
+  * Account for a file that match 2 or more patterns.
+Pull request #231 by @styd
+
+---

Old:

  rake-12.1.0.gem

New:

  rake-12.2.1.gem



Other differences:
--
++ rubygem-rake.spec ++
--- /var/tmp/diff_new_pack.F4lFkT/_old  2017-11-01 11:09:30.146071057 +0100
+++ /var/tmp/diff_new_pack.F4lFkT/_new  2017-11-01 11:09:30.150070911 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rake
-Version:12.1.0
+Version:12.2.1
 Release:0
 %define mod_name rake
 %define mod_full_name %{mod_name}-%{version}

++ rake-12.1.0.gem -> rake-12.2.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.rdoc new/History.rdoc
--- old/History.rdoc2017-09-11 04:22:49.0 +0200
+++ new/History.rdoc2017-10-25 04:05:33.0 +0200
@@ -1,3 +1,25 @@
+=== 12.2.1
+
+ Bug fixes
+
+* Fixed to break Capistrano::Application on capistrano3.
+
+=== 12.2.0
+
+ Enhancements:
+
+* Make rake easier to use as a library
+  Pull request #211 by @drbrain
+* Fix quadratic performance in FileTask#out_of_date?
+  Pull request #224 by @doudou
+* Clarify output when printing nested exception traces
+  Pull request #232 by @urbanautomaton
+
+ Bug fixes
+
+* Account for a file that match 2 or more patterns.
+  Pull request #231 by @styd
+
 === 12.1.0
 
  Enhancements:
@@ -14,7 +36,7 @@
   Pull request #183 by @aycabta.
 * Make LoadError from running tests more obvious. Pull request #195
   by Eric Hodel.
-* Fix unexpected TypeError with hash stayle option. Pull request #202
+* Fix unexpected TypeError with hash style option. Pull request #202
   by Kuniaki IGARASHI.
 
 === 12.0.0
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rake/application.rb new/lib/rake/application.rb
--- old/lib/rake/application.rb 2017-09-11 04:22:49.0 +0200
+++ new/lib/rake/application.rb 2017-10-25 04:05:33.0 +0200
@@ -62,6 +62,8 @@
   add_loader("rake", DefaultLoader.new)
   @tty_output = STDOUT.tty?
   @terminal_columns = ENV["RAKE_COLUMNS"].to_i
+
+  set_default_options
 end
 
 # Run the Rake application.  The run method performs the following
@@ -74,19 +76,24 @@
 # If you wish to build a custom rake command, you should call
 # +init+ on your application.  Then define any tasks.  Finally,
 # call +top_level+ to run your top level tasks.
-def run
+def run(argv = ARGV)
   standard_exception_handling do
-init
+init "rake", argv
 load_rakefile
 top_level
   end
 end
 
 # Initialize the command line parameters and app name.
-def init(app_name="rake")
+def init(app_name="rake", argv = ARGV)
   standard_exception_handling do
 @name = app_name
-args = handle_options
+begin
+  args = handle_options argv
+rescue ArgumentError
+  # Backword compatibility for capistrano
+  args = handle_options
+end
 collect_command_line_tasks(args)
   end
 end
@@ -205,13 +212,22 @@
 end
 
 def display_exception_details(ex) # :nodoc:
-  seen = Thread.current[:rake_display_exception_details_seen] ||= []
-  return if seen.include? ex
-  seen << ex
+  display_exception_details_seen << ex
 
   display_exception_message_details(ex)
   display_exception_backtrace(ex)
-  display_exception_details(ex.cause) if 

commit rubygem-factory_girl for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package rubygem-factory_girl for 
openSUSE:Factory checked in at 2017-11-01 11:09:31

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


Package is "rubygem-factory_girl"

Wed Nov  1 11:09:31 2017 rev:16 rq:537506 version:4.9.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-factory_girl/rubygem-factory_girl.changes
2017-10-17 01:52:52.845415066 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-factory_girl.new/rubygem-factory_girl.changes
   2017-11-01 11:09:30.586054985 +0100
@@ -1,0 +2,9 @@
+Thu Oct 26 09:59:24 UTC 2017 - co...@suse.com
+
+- updated to version 4.9.0
+ see installed NEWS
+
+  4.9.0 (October 23, 2017)
+Deprecate factory_girl in favor of factory_bot
+
+---

Old:

  factory_girl-4.8.1.gem

New:

  factory_girl-4.9.0.gem



Other differences:
--
++ rubygem-factory_girl.spec ++
--- /var/tmp/diff_new_pack.9sFUsH/_old  2017-11-01 11:09:31.122035407 +0100
+++ /var/tmp/diff_new_pack.9sFUsH/_new  2017-11-01 11:09:31.122035407 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-factory_girl
-Version:4.8.1
+Version:4.9.0
 Release:0
 %define mod_name factory_girl
 %define mod_full_name %{mod_name}-%{version}

++ factory_girl-4.8.1.gem -> factory_girl-4.9.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GETTING_STARTED.md new/GETTING_STARTED.md
--- old/GETTING_STARTED.md  2017-09-28 12:58:50.0 +0200
+++ new/GETTING_STARTED.md  2017-10-23 22:28:22.0 +0200
@@ -986,14 +986,12 @@
   desc "Verify that all FactoryGirl factories are valid"
   task lint: :environment do
 if Rails.env.test?
-  begin
-DatabaseCleaner.start
+  DatabaseCleaner.cleaning do
 FactoryGirl.lint
-  ensure
-DatabaseCleaner.clean
   end
 else
   system("bundle exec rake factory_girl:lint RAILS_ENV='test'")
+  exit $?.exitstatus
 end
   end
 end
@@ -1030,6 +1028,12 @@
 FactoryGirl.lint factories_to_lint, traits: true
 ```
 
+You can also specify the strategy used for linting:
+
+```ruby
+FactoryGirl.lint strategy: :build
+```
+
 Custom Construction
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile.lock new/Gemfile.lock
--- old/Gemfile.lock2017-09-28 12:58:50.0 +0200
+++ new/Gemfile.lock2017-10-23 22:28:22.0 +0200
@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-factory_girl (4.8.1)
+factory_girl (4.9.0)
   activesupport (>= 3.0.0)
 
 GEM
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE new/LICENSE
--- old/LICENSE 2017-09-28 12:58:50.0 +0200
+++ new/LICENSE 2017-10-23 22:28:22.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2008-2016 Joe Ferris and thoughtbot, inc.
+Copyright (c) 2008-2017 Joe Ferris and thoughtbot, inc.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NEWS new/NEWS
--- old/NEWS2017-09-28 12:58:50.0 +0200
+++ new/NEWS2017-10-23 22:28:22.0 +0200
@@ -1,3 +1,6 @@
+4.9.0 (October 23, 2017)
+  Deprecate factory_girl in favor of factory_bot
+
 4.8.1 (September 28, 2017)
   Explicitly define `#destroyed?` within the `Stub` strategy to return `nil` 
instead of raising
   Update various dependencies
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-09-28 12:58:50.0 +0200
+++ new/README.md   2017-10-23 22:28:22.0 +0200
@@ -78,7 +78,7 @@
 License
 ---
 
-factory_girl is Copyright © 2008-2016 Joe Ferris and thoughtbot. It is free
+factory_girl is Copyright © 2008-2017 Joe Ferris and thoughtbot. It is free
 software, and may be redistributed under the terms specified in the
 [LICENSE](/LICENSE) file.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/UPGRADE_FROM_FACTORY_GIRL.md 
new/UPGRADE_FROM_FACTORY_GIRL.md
--- old/UPGRADE_FROM_FACTORY_GIRL.md1970-01-01 01:00:00.0 +0100
+++ new/UPGRADE_FROM_FACTORY_GIRL.md2017-10-23 22:28:22.0 +0200
@@ -0,0 +1,48 @@
+# Upgrade from factory\_girl
+
+Upgrading your codebase should involve only a few steps, and in most cases, it
+involves updating the Gemfile, factories file(s), and support file 

commit rubygem-power_assert for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package rubygem-power_assert for 
openSUSE:Factory checked in at 2017-11-01 11:09:25

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


Package is "rubygem-power_assert"

Wed Nov  1 11:09:25 2017 rev:13 rq:537502 version:1.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-power_assert/rubygem-power_assert.changes
2017-09-12 19:56:40.356297901 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-power_assert.new/rubygem-power_assert.changes
   2017-11-01 11:09:24.374281885 +0100
@@ -1,0 +2,6 @@
+Thu Oct 26 10:07:49 UTC 2017 - co...@suse.com
+
+- updated to version 1.1.1
+  no changelog found
+
+---

Old:

  power_assert-1.1.0.gem

New:

  power_assert-1.1.1.gem



Other differences:
--
++ rubygem-power_assert.spec ++
--- /var/tmp/diff_new_pack.4SimHi/_old  2017-11-01 11:09:25.074256317 +0100
+++ /var/tmp/diff_new_pack.4SimHi/_new  2017-11-01 11:09:25.078256171 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-power_assert
-Version:1.1.0
+Version:1.1.1
 Release:0
 %define mod_name power_assert
 %define mod_full_name %{mod_name}-%{version}

++ power_assert-1.1.0.gem -> power_assert-1.1.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.rdoc new/README.rdoc
--- old/README.rdoc 2017-08-19 08:50:16.0 +0200
+++ new/README.rdoc 2017-10-25 08:52:37.0 +0200
@@ -23,4 +23,52 @@
 == Reference
 * {Power Assert in Ruby (at RubyKaigi 2014) // Speaker 
Deck}[https://speakerdeck.com/k_tsj/power-assert-in-ruby]
 
+== Known Limitations
+* Expressions must be put in one line. Expressions with folded long lines 
produce nothing report, e.g.:
+assert do
+  # reported
+  func(foo: 0123456789, bar: "abcdefg")
+end
+
+assert do
+  # won't be reported
+  func(foo: 0123456789,
+   bar: "abcdefg")
+end
+* Expressions must have one or more method call. Expressions with no method 
call produce nothing report, e.g.:
+val = false
+assert do
+  # reported
+  val == true
+end
+
+assert do
+  # won't be reported
+  val
+end
+* Returned values from accessor methods, method missing, or "super" produce 
nothing report, e.g:
+class Foo
+  attr_accessor :val
+end
+foo = Foo.new
+foo.val = false
+
+assert do
+  # reported (only the value of "foo" and the literal "true")
+  foo.val == true
+end
+
+assert do
+  # won't be reported
+  foo.val
+end
+* Expressions should not have conditional branches. Expressions with such 
conditional codes may produce nothing report, e.g.:
+condition = true
+expected = false
+actual = true
+assert do
+  # this will fail but nothing reported
+  condition ? expected == actual : expected == actual
+end
+
 == Travis Build Status {https://secure.travis-ci.org/k-tsj/power_assert.png?branch=master"/>}[http://travis-ci.org/k-tsj/power_assert]
Binary 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/context.rb 
new/lib/power_assert/context.rb
--- old/lib/power_assert/context.rb 2017-08-19 08:50:16.0 +0200
+++ new/lib/power_assert/context.rb 2017-10-25 08:52:37.0 +0200
@@ -76,7 +76,13 @@
   vals = (return_values + 
ref_values).find_all(&:column).sort_by(&:column).reverse
   return line if vals.empty?
 
-  fmt = (0..vals[0].column).map {|i| vals.find {|v| v.column == i } ? 
"%<#{i}>s" : ' '  }.join
+  fmt = (0..vals[0].column).map do |i|
+if vals.find {|v| v.column == i }
+  "%<#{i}>s"
+else
+  line[i] == "\t" ? "\t" : ' '
+end
+  end.join
   lines = []
   lines << line.chomp
   lines << sprintf(fmt, vals.each_with_object({}) {|v, h| 
h[v.column.to_s.to_sym] = '|' }).chomp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/power_assert/parser.rb 
new/lib/power_assert/parser.rb
--- old/lib/power_assert/parser.rb  2017-08-19 08:50:16.0 +0200
+++ new/lib/power_assert/parser.rb  2017-10-25 08:52:37.0 +0200
@@ -139,12 +139,15 @@
 (tag3 == :@ident or tag3 == :@const) and mname == 
@assertion_method_name and (tag4 == :brace_block or tag4 == :do_block)
   ss.flat_map {|s| extract_idents(s) }
 else
-  _, (s, *) = sexp
-  extract_idents(s)
+  _, (s0, *) = sexp
+  

commit gnome-shell-extensions for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package gnome-shell-extensions for 
openSUSE:Factory checked in at 2017-11-01 11:09:01

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


Package is "gnome-shell-extensions"

Wed Nov  1 11:09:01 2017 rev:68 rq:537532 version:3.26.1

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-shell-extensions/gnome-shell-extensions.changes
2017-10-23 16:41:53.448698783 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-shell-extensions.new/gnome-shell-extensions.changes
   2017-11-01 11:09:00.875140256 +0100
@@ -1,0 +2,7 @@
+Mon Oct 30 09:30:06 UTC 2017 - qzh...@suse.com
+
+- Update gse-sle-classic-ext.patch, make the bottom panel 
+  background of SLE-Classic "black" in the Overview mode 
+  (bsc#1064377).
+
+---



Other differences:
--
++ gse-sle-classic-ext.patch ++
--- /var/tmp/diff_new_pack.F3xhsZ/_old  2017-11-01 11:09:01.467118632 +0100
+++ /var/tmp/diff_new_pack.F3xhsZ/_new  2017-11-01 11:09:01.467118632 +0100
@@ -1,7 +1,7 @@
-Index: gnome-shell-extensions-3.26.1/data/gnome-classic.css
-===
 gnome-shell-extensions-3.26.1.orig/data/gnome-classic.css
-+++ gnome-shell-extensions-3.26.1/data/gnome-classic.css
+diff --git a/data/gnome-classic.css b/data/gnome-classic.css
+index 5331df9..dcda0db 100644
+--- a/data/gnome-classic.css
 b/data/gnome-classic.css
 @@ -500,7 +500,12 @@ StScrollBar {
color: rgba(46, 52, 54, 0.5); }
.popup-menu.panel-menu {
@@ -64,6 +64,24 @@
border-top-color: #666;
/* we don't support non-uniform border-colors and
   use the top border color for any border, so we
+@@ -1892,12 +1892,12 @@ StScrollBar {
+   border-bottom: 1px solid #666;
+   app-icon-bottom-clip: 0px; }
+   #panel:overview {
+-background-color: #000;
+-background-gradient-end: #000;
+-border-top-color: #000;
+-border-bottom: 1px solid #000; }
++background-color: #000 !important;
++background-gradient-end: #000 !important;
++border-top-color: #000 !important;
++border-bottom: 1px solid #000 !important; }
+ #panel:overview .panel-button {
+-  color: #fff; }
++  color: #fff !important; }
+   #panel .panel-button {
+ -natural-hpadding: 8px;
+ -minimum-hpadding: 4px;
 @@ -1912,8 +1912,6 @@ StScrollBar {
  icon-shadow: none; }
  #panel .panel-button:hover {
@@ -88,10 +106,10 @@
#panel .popup-menu-arrow {
  width: 0;
  height: 0; }
-Index: gnome-shell-extensions-3.26.1/extensions/window-list/classic.css
-===
 gnome-shell-extensions-3.26.1.orig/extensions/window-list/classic.css
-+++ gnome-shell-extensions-3.26.1/extensions/window-list/classic.css
+diff --git a/extensions/window-list/classic.css 
b/extensions/window-list/classic.css
+index f3c44a3..8096d27 100644
+--- a/extensions/window-list/classic.css
 b/extensions/window-list/classic.css
 @@ -6,7 +6,7 @@
  height: 2.25em ;
}
@@ -133,10 +151,10 @@
  color: #888;
  box-shadow: inset -1px -1px 1px rgba(0,0,0,0.5);
}
-Index: gnome-shell-extensions-3.26.1/extensions/window-list/extension.js
-===
 gnome-shell-extensions-3.26.1.orig/extensions/window-list/extension.js
-+++ gnome-shell-extensions-3.26.1/extensions/window-list/extension.js
+diff --git a/extensions/window-list/extension.js 
b/extensions/window-list/extension.js
+index f01b872..6bd8709 100644
+--- a/extensions/window-list/extension.js
 b/extensions/window-list/extension.js
 @@ -22,6 +22,8 @@ const _ = Gettext.gettext;
  const ICON_TEXTURE_SIZE = 24;
  const DND_ACTIVATE_TIMEOUT = 500;
@@ -156,7 +174,7 @@
  const WindowContextMenu = new Lang.Class({
  Name: 'WindowContextMenu',
  Extends: PopupMenu.PopupMenu,
-@@ -113,6 +118,9 @@ const WindowContextMenu = new Lang.Class
+@@ -113,6 +118,9 @@ const WindowContextMenu = new Lang.Class({
  }));
  this.addMenuItem(this._closeItem);
  
@@ -166,7 +184,7 @@
  this.actor.connect('destroy', Lang.bind(this, this._onDestroy));
  
  this.connect('open-state-changed', () => {
-@@ -678,6 +686,8 @@ const WorkspaceIndicator = new Lang.Clas
+@@ -678,6 +686,8 @@ const WorkspaceIndicator = new Lang.Class({
  this.parent(0.0, _("Workspace Indicator"), true);
  this.setMenu(new PopupMenu.PopupMenu(this.actor, 0.0, 
St.Side.BOTTOM));
  this.actor.add_style_class_name('window-list-workspace-indicator');
@@ -175,18 +193,17 @@
  

commit rubygem-pkg-config for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package rubygem-pkg-config for 
openSUSE:Factory checked in at 2017-11-01 11:08:22

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


Package is "rubygem-pkg-config"

Wed Nov  1 11:08:22 2017 rev:14 rq:537501 version:1.2.8

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pkg-config/rubygem-pkg-config.changes
2017-09-13 21:34:41.881362632 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-pkg-config.new/rubygem-pkg-config.changes   
2017-11-01 11:08:21.928562913 +0100
@@ -1,0 +2,17 @@
+Thu Oct 26 10:07:34 UTC 2017 - co...@suse.com
+
+- updated to version 1.2.8
+ see installed NEWS
+
+  == 1.2.8 - 2017-10-19
+  
+  === Improvements
+  
+* Improved macOS environment detection.
+  [Reported by Simeon Manolov]
+  
+  === Thanks
+  
+* Simeon Manolov
+
+---

Old:

  pkg-config-1.2.7.gem

New:

  pkg-config-1.2.8.gem



Other differences:
--
++ rubygem-pkg-config.spec ++
--- /var/tmp/diff_new_pack.gprXYh/_old  2017-11-01 11:08:23.236515135 +0100
+++ /var/tmp/diff_new_pack.gprXYh/_new  2017-11-01 11:08:23.240514989 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-pkg-config
-Version:1.2.7
+Version:1.2.8
 Release:0
 %define mod_name pkg-config
 %define mod_full_name %{mod_name}-%{version}

++ pkg-config-1.2.7.gem -> pkg-config-1.2.8.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NEWS new/NEWS
--- old/NEWS2017-08-16 03:39:45.0 +0200
+++ new/NEWS2017-10-19 16:16:09.0 +0200
@@ -1,5 +1,16 @@
 = NEWS
 
+== 1.2.8 - 2017-10-19
+
+=== Improvements
+
+  * Improved macOS environment detection.
+[Reported by Simeon Manolov]
+
+=== Thanks
+
+  * Simeon Manolov
+
 == 1.2.7 - 2017-08-16
 
 === Improvements
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pkg-config/version.rb 
new/lib/pkg-config/version.rb
--- old/lib/pkg-config/version.rb   2017-08-16 03:39:45.0 +0200
+++ new/lib/pkg-config/version.rb   2017-10-19 16:16:09.0 +0200
@@ -15,5 +15,5 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  
USA
 
 module PKGConfig
-  VERSION = "1.2.7"
+  VERSION = "1.2.8"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pkg-config.rb new/lib/pkg-config.rb
--- old/lib/pkg-config.rb   2017-08-16 03:39:45.0 +0200
+++ new/lib/pkg-config.rb   2017-10-19 16:16:09.0 +0200
@@ -373,7 +373,7 @@
 paths << (pkg_config_prefix + "libx32/pkgconfig").to_s
 paths << (pkg_config_prefix + "lib/pkgconfig").to_s
 paths << (pkg_config_prefix + "libdata/pkgconfig").to_s
-if /-darwin\d+\z/ =~ RUBY_PLATFORM and
+if /-darwin\d[\d\.]*\z/ =~ RUBY_PLATFORM and
 /\A(\d+\.\d+)/ =~ `sw_vers -productVersion`
   mac_os_version = $1
   homebrew_repository_candidates = []
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-08-16 03:39:45.0 +0200
+++ new/metadata2017-10-19 16:16:09.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: pkg-config
 version: !ruby/object:Gem::Version
-  version: 1.2.7
+  version: 1.2.8
 platform: ruby
 authors:
 - Kouhei Sutou
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-08-16 00:00:00.0 Z
+date: 2017-10-19 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: test-unit
@@ -89,7 +89,7 @@
   version: '0'
 requirements: []
 rubyforge_project: cairo
-rubygems_version: 2.5.2
+rubygems_version: 2.5.2.1
 signing_key: 
 specification_version: 4
 summary: A pkg-config implementation for Ruby




commit rubygem-rspec-expectations for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package rubygem-rspec-expectations for 
openSUSE:Factory checked in at 2017-11-01 11:08:09

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


Package is "rubygem-rspec-expectations"

Wed Nov  1 11:08:09 2017 rev:14 rq:537496 version:3.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rspec-expectations/rubygem-rspec-expectations.changes
2017-05-27 13:11:30.245704197 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rspec-expectations.new/rubygem-rspec-expectations.changes
   2017-11-01 11:08:08.461054867 +0100
@@ -1,0 +2,17 @@
+Thu Oct 26 10:12:28 UTC 2017 - co...@suse.com
+
+- updated to version 3.7.0
+ see installed Changelog.md
+
+  ### 3.8 Development
+  [Full 
Changelog](http://github.com/rspec/rspec-expectations/compare/v3.7.0...master)
+  
+  ### 3.7.0 / 2017-10-17
+  [Full 
Changelog](http://github.com/rspec/rspec-expectations/compare/v3.6.0...v3.7.0)
+  
+  Enhancements:
+  
+  * Improve compatibility with `--enable-frozen-string-literal` option
+on Ruby 2.3+. (Pat Allan, #997)
+
+---

Old:

  rspec-expectations-3.6.0.gem

New:

  rspec-expectations-3.7.0.gem



Other differences:
--
++ rubygem-rspec-expectations.spec ++
--- /var/tmp/diff_new_pack.BNK17f/_old  2017-11-01 11:08:08.917038210 +0100
+++ /var/tmp/diff_new_pack.BNK17f/_new  2017-11-01 11:08:08.921038065 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rspec-expectations
-Version:3.6.0
+Version:3.7.0
 Release:0
 %define mod_name rspec-expectations
 %define mod_full_name %{mod_name}-%{version}
@@ -34,7 +34,7 @@
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/rspec/rspec-expectations
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:API to express expected outcomes of a code example
 License:MIT

++ rspec-expectations-3.6.0.gem -> rspec-expectations-3.7.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Changelog.md new/Changelog.md
--- old/Changelog.md2017-05-05 01:58:44.0 +0200
+++ new/Changelog.md2017-10-17 17:13:31.0 +0200
@@ -1,3 +1,14 @@
+### 3.8 Development
+[Full 
Changelog](http://github.com/rspec/rspec-expectations/compare/v3.7.0...master)
+
+### 3.7.0 / 2017-10-17
+[Full 
Changelog](http://github.com/rspec/rspec-expectations/compare/v3.6.0...v3.7.0)
+
+Enhancements:
+
+* Improve compatibility with `--enable-frozen-string-literal` option
+  on Ruby 2.3+. (Pat Allan, #997)
+
 ### 3.6.0 / 2017-05-04
 [Full 
Changelog](http://github.com/rspec/rspec-expectations/compare/v3.6.0.beta2...v3.6.0)
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Binary files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rspec/expectations/version.rb 
new/lib/rspec/expectations/version.rb
--- old/lib/rspec/expectations/version.rb   2017-05-05 01:58:44.0 
+0200
+++ new/lib/rspec/expectations/version.rb   2017-10-17 17:13:31.0 
+0200
@@ -2,7 +2,7 @@
   module Expectations
 # @private
 module Version
-  STRING = '3.6.0'
+  STRING = '3.7.0'
 end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rspec/matchers/built_in/base_matcher.rb 
new/lib/rspec/matchers/built_in/base_matcher.rb
--- old/lib/rspec/matchers/built_in/base_matcher.rb 2017-05-05 
01:58:44.0 +0200
+++ new/lib/rspec/matchers/built_in/base_matcher.rb 2017-10-17 
17:13:31.0 +0200
@@ -165,7 +165,7 @@
   # you often only need to override `description`.
   # @return [String]
   def failure_message
-"expected #{description_of @actual} to #{description}"
+"expected #{description_of @actual} to #{description}".dup
   end
 
   # @api private
@@ -174,7 +174,7 @@
   # you often only need to override `description`.
   # @return [String]
   def failure_message_when_negated
-"expected #{description_of @actual} not to #{description}"
+"expected #{description_of @actual} not to #{description}".dup
   end
 
   # @private
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit rubygem-rspec-mocks for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package rubygem-rspec-mocks for 
openSUSE:Factory checked in at 2017-11-01 11:08:14

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


Package is "rubygem-rspec-mocks"

Wed Nov  1 11:08:14 2017 rev:16 rq:537497 version:3.7.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rspec-mocks/rubygem-rspec-mocks.changes  
2017-05-27 13:11:34.057165325 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rspec-mocks.new/rubygem-rspec-mocks.changes 
2017-11-01 11:08:13.424873543 +0100
@@ -1,0 +2,22 @@
+Thu Oct 26 10:12:42 UTC 2017 - co...@suse.com
+
+- updated to version 3.7.0
+ see installed Changelog.md
+
+  ### 3.8 Development
+  [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.7.0...master)
+  
+  ### 3.7.0 / 2017-10-17
+  [Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.6.0...v3.7.0)
+  
+  Enhancements:
+  
+  * Improve compatibility with `--enable-frozen-string-literal` option
+on Ruby 2.3+. (Pat Allan, #1165)
+  
+  Bug Fixes:
+  
+  * Fix `hash_including` and `hash_excluding` so that they work against
+subclasses of `Hash`. (Aaron Rosenberg, #1167)
+
+---

Old:

  rspec-mocks-3.6.0.gem

New:

  rspec-mocks-3.7.0.gem



Other differences:
--
++ rubygem-rspec-mocks.spec ++
--- /var/tmp/diff_new_pack.m1saRW/_old  2017-11-01 11:08:14.148847097 +0100
+++ /var/tmp/diff_new_pack.m1saRW/_new  2017-11-01 11:08:14.152846951 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rspec-mocks
-Version:3.6.0
+Version:3.7.0
 Release:0
 %define mod_name rspec-mocks
 %define mod_full_name %{mod_name}-%{version}
@@ -34,7 +34,7 @@
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/rspec/rspec-mocks
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:RSpec's 'test double' framework, with support for stubbing and 
mocking
 License:MIT

++ rspec-mocks-3.6.0.gem -> rspec-mocks-3.7.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Changelog.md new/Changelog.md
--- old/Changelog.md2017-05-05 01:58:58.0 +0200
+++ new/Changelog.md2017-10-17 17:13:59.0 +0200
@@ -1,3 +1,19 @@
+### 3.8 Development
+[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.7.0...master)
+
+### 3.7.0 / 2017-10-17
+[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.6.0...v3.7.0)
+
+Enhancements:
+
+* Improve compatibility with `--enable-frozen-string-literal` option
+  on Ruby 2.3+. (Pat Allan, #1165)
+
+Bug Fixes:
+
+* Fix `hash_including` and `hash_excluding` so that they work against
+  subclasses of `Hash`. (Aaron Rosenberg, #1167)
+
 ### 3.6.0 / 2017-05-04
 [Full 
Changelog](http://github.com/rspec/rspec-mocks/compare/v3.6.0.beta2...v3.6.0)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-05-05 01:58:58.0 +0200
+++ new/README.md   2017-10-17 17:13:59.0 +0200
@@ -257,7 +257,7 @@
 ## Argument Matchers
 
 Arguments that are passed to `with` are compared with actual arguments
-received using ==. In cases in which you want to specify things about the
+received using ===. In cases in which you want to specify things about the
 arguments rather than the arguments themselves, you can use any of the
 matchers that ship with rspec-expectations. They don't all make syntactic
 sense (they were primarily designed for use with RSpec::Expectations), but
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Binary files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rspec/mocks/argument_matchers.rb 
new/lib/rspec/mocks/argument_matchers.rb
--- old/lib/rspec/mocks/argument_matchers.rb2017-05-05 01:58:58.0 
+0200
+++ new/lib/rspec/mocks/argument_matchers.rb2017-10-17 17:13:59.0 
+0200
@@ -116,7 +116,7 @@
 
   # @private
   def self.anythingize_lonely_keys(*args)
-hash = args.last.class == Hash ? args.delete_at(-1) : {}
+hash = Hash === args.last ? args.delete_at(-1) : {}
 args.each { | arg | hash[arg] = AnyArgMatcher::INSTANCE }
 hash
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit rubygem-rspec-support for openSUSE:Factory

2017-11-01 Thread root


binHwvF2UrWsv.bin
Description: Binary data