commit unzip-rcc for openSUSE:13.2:Update

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package unzip-rcc for openSUSE:13.2:Update 
checked in at 2016-10-13 16:24:51

Comparing /work/SRC/openSUSE:13.2:Update/unzip-rcc (Old)
 and  /work/SRC/openSUSE:13.2:Update/.unzip-rcc.new (New)


Package is "unzip-rcc"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.pBF9Vz/_old  2016-10-13 16:24:52.0 +0200
+++ /var/tmp/diff_new_pack.pBF9Vz/_new  2016-10-13 16:24:52.0 +0200
@@ -1 +1 @@
-
+




commit unzip for openSUSE:13.2:Update

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package unzip for openSUSE:13.2:Update 
checked in at 2016-10-13 16:24:56

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


Package is "unzip"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.W9kSPJ/_old  2016-10-13 16:24:57.0 +0200
+++ /var/tmp/diff_new_pack.W9kSPJ/_new  2016-10-13 16:24:57.0 +0200
@@ -1 +1 @@
-
+




commit firebird for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package firebird for openSUSE:Factory 
checked in at 2016-10-14 03:37:15

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


Package is "firebird"

Changes:

--- /work/SRC/openSUSE:Factory/firebird/firebird.changes2016-07-14 
10:48:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.firebird.new/firebird.changes   2016-10-14 
03:37:16.0 +0200
@@ -1,0 +2,41 @@
+Thu Sep 29 06:09:20 UTC 2016 - mkube...@suse.cz
+
+- update to upstream version 3.0.1
+  * an assertion could occur in createDatabase() when doing the
+overwrite check (CORE-5339)
+  * a database could suffer partial corruption in the "use all
+space" (no-reserve) mode (CORE-5329)
+  * trying to encrypt a database in the absence of the the
+appropriate key could corrupt it (CORE-5292)
+  * a database could get decrypted after changing a couple of bytes
+in the database header without 'agreement' from the crypt
+plug-in (CORE-5213)
+  * access violation from certain UDFs would cause the server to
+crash (CORE-5234)
+  * a segfault could occur when op_que_events was used on a port
+that was not prepared for events processing (CORE-5335)
+  * a segfault could occur if an attachment was closed while
+requests were still open
+  * for the full list of bugs fixed, se the release notes at
+
http://www.firebirdsql.org/file/documentation/release_notes/html/en/3_0/rnfb30-bug.html#bug-301
+  * the statement CREATE OR ALTER USER SYSDBA PASSWORD 
+can now be used to initialize an empty securityN.fdb security
+database (improvement CORE-5266)
+  * nesting of keys in a plug-in configuration was enabled
+(improvement CORE-5257)
+  * line and column numbers (location context) are now provided for
+runtime errors raised inside EXECUTE BLOCK (improvement
+CORE-5216)
+  * gbak now returns a non-zero result code when restore fails on
+creating and activating a deferred user index (CORE-5201)
+  * implicit conversion between Boolean and string is now done
+automatically when a string for 'true' or 'false' is used as a
+value in an expression (CORE-5167)
+- drop patches merged present in new upstream release:
+  allow-creating-buildRoot-as-non-root-user.patch
+  Allow-to-enforce-IPv4-or-IPv6-in-URL-like-connection.patch
+  Fix-locking-on-big-endian-architectures.patch
+- update to current code:
+  work-around-g-problem-in-SLE11.patch
+
+---

Old:

  Allow-to-enforce-IPv4-or-IPv6-in-URL-like-connection.patch
  Firebird-3.0.0.32483-0.tar.xz
  Fix-locking-on-big-endian-architectures.patch
  allow-creating-buildRoot-as-non-root-user.patch

New:

  Firebird-3.0.1.32609-0.tar.xz



Other differences:
--
++ firebird.spec ++
--- /var/tmp/diff_new_pack.OeYCfd/_old  2016-10-14 03:37:19.0 +0200
+++ /var/tmp/diff_new_pack.OeYCfd/_new  2016-10-14 03:37:19.0 +0200
@@ -19,7 +19,7 @@
 %define up_stage 0
 
 Name:   firebird
-Version:3.0.0.32483
+Version:3.0.1.32609
 Release:0
 Summary:Database system (common files)
 License:SUSE-IDPL-1.0 and SUSE-IBPL-1.0
@@ -45,7 +45,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %endif
 
-Patch1: allow-creating-buildRoot-as-non-root-user.patch
 Patch2: fbguard-allow-creating-a-guard-pidfile.patch
 Patch3: use-killproc-in-stop-branch-of-SuSE-init-script.patch
 Patch4: disable-xinetd-service-by-default.patch
@@ -53,8 +52,6 @@
 Patch6: unicode-handle-the-ICU-version-hack-from-SuSE.patch
 Patch7: Make-the-generated-code-compatible-with-gcc-6-in-C-1.patch
 Patch8: Provide-sized-global-delete-operators-when-compiled-.patch
-Patch9: Allow-to-enforce-IPv4-or-IPv6-in-URL-like-connection.patch
-Patch10:Fix-locking-on-big-endian-architectures.patch
 # work around a problem with old g++
 Patch91:work-around-g-problem-in-SLE11.patch
 
@@ -72,7 +69,6 @@
 %prep
 %setup -q -n Firebird-%{version}-%{up_stage}
 # --
-%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
@@ -80,8 +76,6 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
-%patch9 -p1
-%patch10 -p1
 # --
 # work around a problem with old g++
 %if 0%{?suse_version} < 1140

++ Firebird-3.0.0.32483-0.tar.xz -> Firebird-3.0.1.32609-0.tar.xz ++
/work/SRC/openSUSE:Factory/firebird/Firebird-3.0.0.32483-0.tar.xz 
/work/SRC/openSUSE:Factory/.firebird.new/Firebird-3.0.1.32609-0.tar.xz differ: 
char 26, line 1

++ work-around-g-problem-in-SLE11.patch ++
--- /var/tmp/diff_new_pack.OeYCfd/_old  2016-10-14 03:37:19.0 +0200
+++ 

commit installation-images-openSUSE for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2016-10-14 03:37:31

Comparing /work/SRC/openSUSE:Factory/installation-images-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.installation-images-openSUSE.new (New)


Package is "installation-images-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
2016-09-28 15:02:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2016-10-14 03:37:32.0 +0200
@@ -1,0 +2,12 @@
+Fri Oct  7 08:01:10 UTC 2016 - snw...@suse.com
+
+- add xf86-input-libinput to inst-sys (bsc#999098)
+- 14.272
+
+---
+Fri Sep 30 13:40:26 UTC 2016 - snw...@suse.com
+
+- gather ibft devices from wicked (bsc#997598)
+- 14.271
+
+---

Old:

  installation-images-14.270.tar.xz

New:

  installation-images-14.272.tar.xz



Other differences:
--
++ installation-images-openSUSE.spec ++
--- /var/tmp/diff_new_pack.8NxKpf/_old  2016-10-14 03:37:33.0 +0200
+++ /var/tmp/diff_new_pack.8NxKpf/_new  2016-10-14 03:37:33.0 +0200
@@ -293,6 +293,7 @@
 BuildRequires:  kbd
 BuildRequires:  xf86-input-evdev
 BuildRequires:  xf86-input-synaptics
+BuildRequires:  xf86-input-libinput
 %ifarch %ix86 x86_64
 BuildRequires:  xf86-video-intel
 BuildRequires:  xf86-video-vmware
@@ -379,7 +380,7 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.270
+Version:14.272
 Release:0
 Provides:   installation-images = %version-%release
 Source: installation-images-%{version}.tar.xz

++ installation-images-14.270.tar.xz -> installation-images-14.272.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.270/VERSION 
new/installation-images-14.272/VERSION
--- old/installation-images-14.270/VERSION  2016-09-23 13:48:06.0 
+0200
+++ new/installation-images-14.272/VERSION  2016-10-07 10:00:20.0 
+0200
@@ -1 +1 @@
-14.270
+14.272
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.270/changelog 
new/installation-images-14.272/changelog
--- old/installation-images-14.270/changelog2016-09-23 13:48:06.0 
+0200
+++ new/installation-images-14.272/changelog2016-10-07 10:00:20.0 
+0200
@@ -1,3 +1,9 @@
+2016-10-06:14.272
+   - add xf86-input-libinput to inst-sys (bsc #999098)
+
+2016-09-30:14.271
+   - gather ibft devices from wicked (bsc #997598)
+
 2016-09-23:14.270
- adjust to release package changes
- update documentation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.270/data/initrd/scripts/early_setup 
new/installation-images-14.272/data/initrd/scripts/early_setup
--- old/installation-images-14.270/data/initrd/scripts/early_setup  
2016-09-23 13:48:06.0 +0200
+++ new/installation-images-14.272/data/initrd/scripts/early_setup  
2016-10-07 10:00:20.0 +0200
@@ -71,6 +71,15 @@
   } 2>/var/log/wickedd.log
 fi
 
+# gather list of ibft interfaces for linuxrc
+ibft=
+while read ifname xxx ; do
+  [ -z "$ifname" ] && continue
+  [ -n "$ibft" ] && ibft="$ibft",
+  ibft="$ibft$ifname"
+done < <(/etc/wicked/extensions/ibft -l)
+echo "ibftdevices: $ibft" >/etc/ibft_devices
+
 # log also to console 4 if it exists
 if [ -c /dev/tty4 ] ; then
   echo "*.*/dev/tty4" >>/etc/syslog.conf
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.270/data/root/root.file_list 
new/installation-images-14.272/data/root/root.file_list
--- old/installation-images-14.270/data/root/root.file_list 2016-09-23 
13:48:06.0 +0200
+++ new/installation-images-14.272/data/root/root.file_list 2016-10-07 
10:00:20.0 +0200
@@ -443,6 +443,7 @@
 
   xrandr:
   xf86-input-evdev:
+  xf86-input-libinput:
   xf86-input-synaptics:
   ?xf86-input-vmmouse:
   xf86-input-void:




commit wpa_supplicant for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package wpa_supplicant for openSUSE:Factory 
checked in at 2016-10-14 03:37:07

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


Package is "wpa_supplicant"

Changes:

--- /work/SRC/openSUSE:Factory/wpa_supplicant/wpa_supplicant.changes
2016-08-03 11:36:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.wpa_supplicant.new/wpa_supplicant.changes   
2016-10-14 03:37:08.0 +0200
@@ -1,0 +2,149 @@
+Thu Oct  6 15:42:23 UTC 2016 - meiss...@suse.com
+
+- updated to 2.6 / 2016-10-02
+  * fixed WNM Sleep Mode processing when PMF is not enabled
+[http://w1.fi/security/2015-6/] (CVE-2015-5310 bsc#952254)
+  * fixed EAP-pwd last fragment validation
+[http://w1.fi/security/2015-7/] (CVE-2015-5315 bsc#953115)
+  * fixed EAP-pwd unexpected Confirm message processing
+[http://w1.fi/security/2015-8/] (CVE-2015-5316 bsc#953115)
+  * fixed WPS configuration update vulnerability with malformed passphrase
+[http://w1.fi/security/2016-1/] (CVE-2016-4476 bsc#978172)
+  * fixed configuration update vulnerability with malformed parameters set
+over the local control interface
+[http://w1.fi/security/2016-1/] (CVE-2016-4477 bsc#978175)
+  * fixed TK configuration to the driver in EAPOL-Key 3/4 retry case
+  * extended channel switch support for P2P GO
+  * started to throttle control interface event message bursts to avoid
+issues with monitor sockets running out of buffer space
+  * mesh mode fixes/improvements
+- generate proper AID for peer
+- enable WMM by default
+- add VHT support
+- fix PMKID derivation
+- improve robustness on various exchanges
+- fix peer link counting in reconnect case
+- improve mesh joining behavior
+- allow DTIM period to be configured
+- allow HT to be disabled (disable_ht=1)
+- add MESH_PEER_ADD and MESH_PEER_REMOVE commands
+- add support for PMKSA caching
+- add minimal support for SAE group negotiation
+- allow pairwise/group cipher to be configured in the network profile
+- use ieee80211w profile parameter to enable/disable PMF and derive
+  a separate TX IGTK if PMF is enabled instead of using MGTK
+  incorrectly
+- fix AEK and MTK derivation
+- remove GTKdata and IGTKdata from Mesh Peering Confirm/Close
+- note: these changes are not fully backwards compatible for secure
+  (RSN) mesh network
+  * fixed PMKID derivation with SAE
+  * added support for requesting and fetching arbitrary ANQP-elements
+without internal support in wpa_supplicant for the specific element
+(anqp[265]= in "BSS " command output)
+  * P2P
+- filter control characters in group client device names to be
+  consistent with other P2P peer cases
+- support VHT 80+80 MHz and 160 MHz
+- indicate group completion in P2P Client role after data association
+  instead of already after the WPS provisioning step
+- improve group-join operation to use SSID, if known, to filter BSS
+  entries
+- added optional ssid= argument to P2P_CONNECT for join case
+- added P2P_GROUP_MEMBER command to fetch client interface address
+  * P2PS
+- fix follow-on PD Response behavior
+- fix PD Response generation for unknown peer
+- fix persistent group reporting
+- add channel policy to PD Request
+- add group SSID to the P2PS-PROV-DONE event
+- allow "P2P_CONNECT  p2ps" to be used without specifying the
+  default PIN
+  * BoringSSL
+- support for OCSP stapling
+- support building of h20-osu-client
+  * D-Bus
+- add ExpectDisconnect()
+- add global config parameters as properties
+- add SaveConfig()
+- add VendorElemAdd(), VendorElemGet(), VendorElemRem()
+  * fixed Suite B 192-bit AKM to use proper PMK length
+(note: this makes old releases incompatible with the fixed behavior)
+  * improved PMF behavior for cases where the AP and STA has different
+configuration by not trying to connect in some corner cases where the
+connection cannot succeed
+  * added option to reopen debug log (e.g., to rotate the file) upon
+receipt of SIGHUP signal
+  * EAP-pwd: added support for Brainpool Elliptic Curves
+(with OpenSSL 1.0.2 and newer)
+  * fixed EAPOL reauthentication after FT protocol run
+  * fixed FTIE generation for 4-way handshake after FT protocol run
+  * extended INTERFACE_ADD command to allow certain type (sta/ap)
+interface to be created
+  * fixed and improved various FST operations
+  * added 80+80 MHz and 160 MHz VHT support for IBSS/mesh
+  * fixed SIGNAL_POLL in IBSS and mesh cases
+  * added an option to abort an ongoing scan (used to speed up connection
+and can also be done with the new ABORT_SCAN command)
+  * TLS client

commit tiff for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package tiff for openSUSE:Factory checked in 
at 2016-10-14 03:37:22

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


Package is "tiff"

Changes:

--- /work/SRC/openSUSE:Factory/tiff/tiff.changes2016-09-05 
21:17:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.tiff.new/tiff.changes   2016-10-14 
03:37:23.0 +0200
@@ -1,0 +2,11 @@
+Thu Oct  6 07:47:19 UTC 2016 - fst...@suse.com
+
+- Added patches:
+  * tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch
+- Upstream fixes for MSVR 35093, MSVR 35094, MSVR 35095,
+  MSVR 35096, MSVR 35097, MSVR 35098.
+  * tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch
+- Enforce bits-per-sample requirements of floating point
+  predictor. Fixes CVE-2016-3622 [bsc#974449]
+
+---

New:

  tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch
  tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch



Other differences:
--
++ tiff.spec ++
--- /var/tmp/diff_new_pack.rKSpxg/_old  2016-10-14 03:37:26.0 +0200
+++ /var/tmp/diff_new_pack.rKSpxg/_new  2016-10-14 03:37:26.0 +0200
@@ -46,6 +46,9 @@
 Patch10:tiff-4.0.6-CVE-2016-3945.patch
 Patch11:tiff-4.0.6-CVE-2016-3990.patch
 Patch12:tiff-4.0.6-CVE-2016-3991.patch
+#
+Patch13:
tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch
+Patch14:
tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch
 
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
@@ -120,6 +123,8 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
+%patch14 -p1
 
 %build
 CFLAGS="%{optflags} -fPIE"

++ tiff-4.0.6-libtiff-tif_getimage.c-TIFFRGBAImageOK-Reject-attemp.patch 
++
--- tiff-4.0.6/libtiff/tif_getimage.c   2015-08-29 00:16:22.517401728 +0200
+++ tiff-4.0.6/libtiff/tif_getimage.c   2016-10-06 09:42:41.204607032 +0200
@@ -95,6 +95,10 @@
td->td_bitspersample);
return (0);
}
+if (td->td_sampleformat == SAMPLEFORMAT_IEEEFP) {
+sprintf(emsg, "Sorry, can not handle images with IEEE 
floating-point samples");
+return (0);
+}
colorchannels = td->td_samplesperpixel - td->td_extrasamples;
if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, )) {
switch (colorchannels) {
--- tiff-4.0.6/libtiff/tif_predict.c2015-09-01 04:39:39.547152871 +0200
+++ tiff-4.0.6/libtiff/tif_predict.c2016-10-06 09:42:41.204607032 +0200
@@ -80,6 +80,15 @@
td->td_sampleformat);
return 0;
}
+if (td->td_bitspersample != 16
+&& td->td_bitspersample != 24
+&& td->td_bitspersample != 32
+&& td->td_bitspersample != 64) { /* Should 64 be 
allowed? */
+TIFFErrorExt(tif->tif_clientdata, module,
+ "Floating point \"Predictor\" not 
supported with %d-bit samples",
+ td->td_bitspersample);
+   return 0;
+}
break;
default:
TIFFErrorExt(tif->tif_clientdata, module,
++ tiff-4.0.6-tools-tiffcrop.c-fix-various-out-of-bounds-write-vul.patch 
++
--- tiff-4.0.6/libtiff/tif_pixarlog.c   2015-08-29 00:16:22.630733284 +0200
+++ tiff-4.0.6/libtiff/tif_pixarlog.c   2016-10-06 09:33:52.616248149 +0200
@@ -973,17 +973,14 @@
a1 = (int32) CLAMP(ip[3]); wp[3] = (a1-a2) & mask; a2 = a1;
}
} else {
-   ip += n - 1;/* point to last one */
-   wp += n - 1;/* point to last one */
+REPEAT(stride, wp[0] = (uint16) CLAMP(ip[0]); wp++; ip++)
n -= stride;
while (n > 0) {
-   REPEAT(stride, wp[0] = (uint16) CLAMP(ip[0]);
-   wp[stride] -= wp[0];
-   wp[stride] &= mask;
-   wp--; ip--)
+REPEAT(stride,
+wp[0] = 
(uint16)(((int32)CLAMP(ip[0])-(int32)CLAMP(ip[-stride])) & mask);
+wp++; ip++)
n -= stride;
}
-   REPEAT(stride, wp[0] = (uint16) CLAMP(ip[0]); wp--; ip--)
}
 }
 }
@@ -1026,17 +1023,14 @@
a1 = CLAMP(ip[3]); wp[3] = (a1-a2) & mask; a2 

commit jsoncpp for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package jsoncpp for openSUSE:Factory checked 
in at 2016-10-14 03:37:45

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


Package is "jsoncpp"

Changes:

--- /work/SRC/openSUSE:Factory/jsoncpp/jsoncpp.changes  2016-08-03 
11:38:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.jsoncpp.new/jsoncpp.changes 2016-10-14 
03:37:46.0 +0200
@@ -1,0 +2,20 @@
+Fri Oct  7 09:12:22 UTC 2016 - nmou...@suse.com
+
+- Update to vesrion 1.7.7:
+  * At the suggestion of Peter Spiess-Knafl, we will bump the
+SOVERSION independent of the MAJOR.MINOR.MICRO version,
+in case we break binary compatibility.
+- Changes for version 1.7.6:
+  * Prevent possible SEGV. (Thanks to @ngg.)
+  * Add RPATH for OSX libs. (Please let us know if this causes
+a problem.)
+- Changes for version 1.7.5:
+  * Fix locale for decimal points
++ Plus a fix for Android
+  * int64_t for 64-bit integers
+  * Optionally suppress space after comma
+  * Avoid null for empty stringValue
+  * Fix null ctor/dtor, using a "Meyers Singleton"
++ Thanks to @marklakata and @BillyDonahue in #488 in #490.
+
+---

Old:

  jsoncpp-1.7.4.tar.gz

New:

  jsoncpp-1.7.7.tar.gz



Other differences:
--
++ jsoncpp.spec ++
--- /var/tmp/diff_new_pack.B9PAVu/_old  2016-10-14 03:37:47.0 +0200
+++ /var/tmp/diff_new_pack.B9PAVu/_new  2016-10-14 03:37:47.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define sover   1
+%define sover   11
 Name:   jsoncpp
-Version:1.7.4
+Version:1.7.7
 Release:0
 Summary:C++ library that allows manipulating with JSON
 License:MIT
@@ -74,7 +74,7 @@
   -DJSONCPP_WITH_CMAKE_PACKAGE=ON
 # path needs to be exported otherwise unit tests will fail
 export 
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{_builddir}/%{name}-%{version}/build/src/lib_json
-make %{?_smp_mflags}
+%make_jobs
 
 %install
 %cmake_install
@@ -87,6 +87,7 @@
 %defattr(-,root,root)
 %doc LICENSE
 %{_libdir}/lib%{name}.so.%{sover}*
+%{_libdir}/lib%{name}.so.%{version}
 
 %files devel
 %defattr(-,root,root)

++ jsoncpp-1.7.4.tar.gz -> jsoncpp-1.7.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsoncpp-1.7.4/CMakeLists.txt 
new/jsoncpp-1.7.7/CMakeLists.txt
--- old/jsoncpp-1.7.4/CMakeLists.txt2016-07-09 20:27:28.0 +0200
+++ new/jsoncpp-1.7.7/CMakeLists.txt2016-10-02 18:32:21.0 +0200
@@ -22,6 +22,11 @@
 ENDIF()
 ENDIF()
 
+# Enable runtime search path support for dynamic libraries on OSX
+IF(APPLE)
+SET(CMAKE_MACOSX_RPATH 1)
+ENDIF()
+
 SET(DEBUG_LIBNAME_SUFFIX "" CACHE STRING "Optional suffix to append to the 
library name for a debug build")
 SET(LIB_SUFFIX "" CACHE STRING "Optional arch-dependent suffix for the library 
installation directory")
 
@@ -64,11 +69,12 @@
 #SET( JSONCPP_VERSION_MAJOR X )
 #SET( JSONCPP_VERSION_MINOR Y )
 #SET( JSONCPP_VERSION_PATCH Z )
-SET( JSONCPP_VERSION 1.7.4 )
+SET( JSONCPP_VERSION 1.7.7 )
 jsoncpp_parse_version( ${JSONCPP_VERSION} JSONCPP_VERSION )
 #IF(NOT JSONCPP_VERSION_FOUND)
 #MESSAGE(FATAL_ERROR "Failed to parse version string properly. Expect 
X.Y.Z")
 #ENDIF(NOT JSONCPP_VERSION_FOUND)
+SET( JSONCPP_SOVERSION 11 )
 SET( JSONCPP_USE_SECURE_MEMORY "0" CACHE STRING "-D...=1 to use memory-wiping 
allocator for STL" )
 
 MESSAGE(STATUS "JsonCpp Version: 
${JSONCPP_VERSION_MAJOR}.${JSONCPP_VERSION_MINOR}.${JSONCPP_VERSION_PATCH}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsoncpp-1.7.4/include/json/config.h 
new/jsoncpp-1.7.7/include/json/config.h
--- old/jsoncpp-1.7.4/include/json/config.h 2016-07-09 20:27:28.0 
+0200
+++ new/jsoncpp-1.7.7/include/json/config.h 2016-10-02 18:32:21.0 
+0200
@@ -6,7 +6,8 @@
 #ifndef JSON_CONFIG_H_INCLUDED
 #define JSON_CONFIG_H_INCLUDED
 #include 
-#include  //typdef String
+#include  //typedef String
+#include  //typedef int64_t, uint64_t
 
 /// If defined, indicates that json library is embedded in CppTL library.
 //# define JSON_IN_CPPTL 1
@@ -152,8 +153,8 @@
 typedef __int64 Int64;
 typedef unsigned __int64 UInt64;
 #else // if defined(_MSC_VER) // Other platforms, use long long
-typedef long long int Int64;
-typedef unsigned long long int UInt64;
+typedef int64_t Int64;
+typedef uint64_t UInt64;
 #endif // if defined(_MSC_VER)
 typedef Int64 LargestInt;
 typedef UInt64 LargestUInt;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsoncpp-1.7.4/include/json/version.h 

commit python-mock for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-mock for openSUSE:Factory 
checked in at 2016-10-14 03:37:52

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


Package is "python-mock"

Changes:

--- /work/SRC/openSUSE:Factory/python-mock/python-mock.changes  2016-06-29 
15:02:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-mock.new/python-mock.changes 
2016-10-14 03:37:53.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct  6 05:56:11 UTC 2016 - tbecht...@suse.com
+
+- Fix pytohn-funcsigs Requires
+
+---



Other differences:
--
++ python-mock.spec ++
--- /var/tmp/diff_new_pack.tidjhH/_old  2016-10-14 03:37:54.0 +0200
+++ /var/tmp/diff_new_pack.tidjhH/_new  2016-10-14 03:37:54.0 +0200
@@ -30,7 +30,7 @@
 BuildRequires:  python-pbr
 BuildRequires:  python-setuptools >= 17.1
 BuildRequires:  python-six
-Requires:   python-funcsigs
+Requires:   python-funcsigs >= 1
 Requires:   python-pbr
 Requires:   python-six >= 1.9
 %if 0%{?suse_version} && 0%{?suse_version} < 1140




commit cronie for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package cronie for openSUSE:Factory checked 
in at 2016-10-14 03:37:58

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


Package is "cronie"

Changes:

--- /work/SRC/openSUSE:Factory/cronie/cronie.changes2016-09-12 
13:21:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.cronie.new/cronie.changes   2016-10-14 
03:37:59.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 30 14:35:34 UTC 2016 - kstreit...@suse.com
+
+- remove the omc xml config that is useless nowdays
+
+---

Old:

  cron.xml



Other differences:
--
++ cronie.spec ++
--- /var/tmp/diff_new_pack.ca0T8f/_old  2016-10-14 03:38:01.0 +0200
+++ /var/tmp/diff_new_pack.ca0T8f/_new  2016-10-14 03:38:01.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define cron_configs %{_sysconfdir}/pam.d/crond %{_sysconfdir}/crontab 
%{_sysconfdir}/cron.deny %{_sysconfdir}/omc/srvinfo.d/cron.xml
+%define cron_configs %{_sysconfdir}/pam.d/crond %{_sysconfdir}/crontab 
%{_sysconfdir}/cron.deny
 Name:   cronie
 Version:1.5.0
 Release:0
@@ -28,7 +28,6 @@
 Source2:run-crons
 Source3:sample.root
 Source4:deny.sample
-Source5:cron.xml
 Source6:cronie-rpmlintrc
 Source7:cron_to_cronie.README
 Source8:cron.service
@@ -142,10 +141,6 @@
 touch %{buildroot}%{_localstatedir}/spool/anacron/cron.weekly
 touch %{buildroot}%{_localstatedir}/spool/anacron/cron.monthly
 
-# service xml
-install -v -d %{buildroot}%{_sysconfdir}/omc/srvinfo.d/
-install -v -m644 %{SOURCE5} %{buildroot}%{_sysconfdir}/omc/srvinfo.d/
-
 %pre -n cron
 # Check if we are doing update from 4.1 vixie-cron.
 # The -h does report garbage on vixie cron.
@@ -205,9 +200,6 @@
 %attr (755,root,root) %{_sbindir}/cron
 %{_sbindir}/rccron
 %{_libexecdir}/cron
-%config %{_sysconfdir}/omc/srvinfo.d/cron.xml
-%dir %{_sysconfdir}/omc/srvinfo.d/
-%dir %{_sysconfdir}/omc/
 %{_unitdir}/cron.service
 %{_localstatedir}/adm/fillup-templates/sysconfig.cron
 




commit patterns-openSUSE for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory checked in at 2016-10-14 03:38:14

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


Package is "patterns-openSUSE"

Changes:

--- /work/SRC/openSUSE:Factory/patterns-openSUSE/patterns-openSUSE.changes  
2016-09-26 12:34:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-openSUSE.new/patterns-openSUSE.changes 
2016-10-14 03:38:15.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct  7 15:15:15 UTC 2016 - mvet...@suse.com
+
+- Update LXQt pattern:
+  * New core packages: lxqt-l10n, lxqt-sudo
+  * Non core packages who still belong to LXQt upstream organization:
+  obconf-qt, pavucontrol-qt
+  * Replace gwenview by lximage-qt.
+
+---



Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.fTqkZd/_old  2016-10-14 03:38:17.0 +0200
+++ /var/tmp/diff_new_pack.fTqkZd/_new  2016-10-14 03:38:17.0 +0200
@@ -3900,6 +3900,7 @@
 Requires:   lxqt-common
 Requires:   lxqt-config
 Requires:   lxqt-globalkeys
+Requires:   lxqt-l10n
 Requires:   lxqt-notificationd
 Requires:   lxqt-openssh-askpass
 Requires:   lxqt-panel
@@ -3908,23 +3909,27 @@
 Requires:   lxqt-qtplugin
 Requires:   lxqt-runner
 Requires:   lxqt-session
+Requires:   lxqt-sudo
 Requires:   pattern() = x11
 Recommends: pattern() = multimedia
 Recommends: pattern() = remote_desktop
+# non core packages belonging to LXQt organization
 Recommends: pcmanfm-qt
-Recommends: qupzilla
+Recommends: pavucontrol-qt
 Recommends: qterminal
+Recommends: obconf-qt
+Recommends: lximage-qt
 #TODO juffed needs to get moved from X11:QtDesktop
+
+# 
 Recommends: openbox
 Recommends: obconf
-# Makes sense to have but no maintainer yet, so not in Factory
-Recommends: obconf-qt
+Recommends: qupzilla
 Recommends: xdg-utils
 Recommends: xscreensaver
 Recommends: xorg-x11-essentials
 Recommends: lightdm
-
-Recommends: gwenview
+# misc
 Recommends: ark
 Recommends: claws-mail
 Recommends: xfce4-power-manager




commit libass for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package libass for openSUSE:Factory checked 
in at 2016-10-14 03:38:23

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


Package is "libass"

Changes:

--- /work/SRC/openSUSE:Factory/libass/libass.changes2016-10-06 
12:27:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.libass.new/libass.changes   2016-10-14 
03:38:24.0 +0200
@@ -5 +5,2 @@
-  * Fuzzing fixes bnc#1002982 CVE-2016-7969 CVE-2016-7972
+  * Fuzzing fixes bnc#1002982 CVE-2016-7969, CVE-2016-7970 and
+CVE-2016-7972



Other differences:
--



commit xterm for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package xterm for openSUSE:Factory checked 
in at 2016-10-14 03:38:37

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


Package is "xterm"

Changes:

--- /work/SRC/openSUSE:Factory/xterm/xterm.changes  2016-03-26 
15:20:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.xterm.new/xterm.changes 2016-10-14 
03:38:40.0 +0200
@@ -1,0 +2,74 @@
+Wed Oct  5 12:42:33 UTC 2016 - pce...@suse.com
+
+- Patch #326 - 2016/09/25
+  * updated appdata file (report by Richard Hughes).
+  * improve discussion of the different terminal emulations
+provided by xterm in the manual page.
+  * add examples of setting the icon title with/without the
+window title in the manual (Debian #833984).
+  * correct a limit-check when using a numeric value for extended
+Booleans e.g., *fullscreen:3 rather than a name such as
+*fullscreen:never.
+  * add action allow-bold-fonts
+  * improved formatting fixes for manual page, using script to
+find mismatches in spelling of resources, actions and menu
+entries.
+  * improve documentation of logging resources.
+  * fix a special case of flickering cursor by adding
+GraphicsExpose to the list of event types that should not
+trigger making the mouse cursor visible (patch by Joe
+Peterson).
+  * correct initialization of line-drawing in VT52-mode,
+overlooked in changes for patch #297 (report/patch by Ben
+Wiley Sittler).
+  * minor clarification of form-feed versus line-feed in
+ctlseqs.ms (suggested by David Kemper).
+  * amend fix for Debian #738794 to restore a check for missing
+characters which are not combining characters. Also fill in
+   a corresponding special case for TrueType fonts
+   (Debian #827905).
+
+---
+Thu Jun 23 11:06:22 UTC 2016 - pce...@suse.com
+
+- Patch #325 - 2016/06/05
+  * improve manual page discussion of function keys (discussion
+with Ross Combs).
+  * further improve fix for Debian #545220 in patch #248, to
+avoid conflict with combining characters (Debian #738794).
+  * improve -hold option to avoid 100% CPU usage with NetBSD
+after closing the shell, which makes subsequent checks for X
+input events fail (prompted by patch by Pierre Pronchery).
+  * review #ifdef statements, listed those which do not have a
+configure option in xtermcfg.hin.
+  * fixed one case where the menu sensistivity for Print-All
+Immediately and Print-All on Error was not properly ifdef'd.
+  * modify terminfo entries for 16-, 88- and 256-color to reset
+palette with rs1 capability.
+  * accept legacy value of -kt as synonym for the oldXtermFKeys
+resource, and extend the full-reset logic to use the keyboard
+type set via -kt.
+  * modify ioctl calls for I_PUSH to first check if the module
+has been added, using I_FIND. This is needed for newer
+Solaris libraries with c11 support (adapted from patch by
+Alan Coopersmith).
+  * add check in getXtermCombining to ensure that combining
+characters were allocated (report by Tor Andersson).
+  * add configure option --without-xinerama to allow suppressing
+the extension (Gentoo #580936).
+  * update keysym2ucs.c based on Unicode 9.0
+  * fixed most cppcheck --enable=all warnings, including for
+style (prompted by report by David Binderman). There was one
+bug-fix:
+ + RGB least-squares computation in allocateClosestRGB used
+   only one ordinate
+  * add cppcheck to lint-like programs in configure script and
+makefile.
+  * updates for SIXEL and ReGIS (Ross Combs):
+ + Fixes some const correctness issues and points out an
+   array lifetime issue
+ + Sixel drawing should still happen after an error if some
+   commands have been processed
+ + Tiny steps toward reporting ReGIS input
+
+---

Old:

  xterm-324.tgz
  xterm-324.tgz.asc

New:

  xterm-326.tgz
  xterm-326.tgz.asc



Other differences:
--
++ xterm.spec ++
--- /var/tmp/diff_new_pack.XBV5NZ/_old  2016-10-14 03:38:42.0 +0200
+++ /var/tmp/diff_new_pack.XBV5NZ/_new  2016-10-14 03:38:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xterm
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define vttest_version 20140305
 %define splitbin 0%{?suse_version} >= 1300
 Name:  

commit python-setuptools for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-setuptools for 
openSUSE:Factory checked in at 2016-10-14 03:38:50

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


Package is "python-setuptools"

Changes:

--- /work/SRC/openSUSE:Factory/python-setuptools/python-setuptools.changes  
2016-09-01 14:02:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-setuptools.new/python-setuptools.changes 
2016-10-14 03:38:51.0 +0200
@@ -1,0 +2,53 @@
+Sat Oct  8 16:02:41 UTC 2016 - tbecht...@suse.com
+
+- update to 28.3.0:
+  * #809: In ``find_packages()``, restore support for excluding
+a parent package without excluding a child package.
+  * #805: Disable ``-nspkg.pth`` behavior on Python 3.3+ where
+PEP-420 functionality is adequate. Fixes pip #1924.
+  * #803: Bump certifi to 2016.9.26.
+  * #733: Do not search excluded directories for packages.
+This introduced a backwards incompatible change in ``find_packages()``
+so that ``find_packages(exclude=['foo']) == []``, excluding subpackages of 
``foo``.
+Previously, ``find_packages(exclude=['foo']) == ['foo.bar']``,
+even though the parent ``foo`` package was excluded.
+  * #795: Bump certifi.
+  * #719: Suppress decoding errors and instead log a warning
+when metadata cannot be decoded.
+  * #790: In MSVC monkeypatching, explicitly patch each
+function by name in the target module instead of inferring
+the module from the function's ``__module__``. Improves
+compatibility with other packages that might have previously
+patched distutils functions (i.e. NumPy).
+  * #794: In test command, add installed eggs to PYTHONPATH
+when invoking tests so that subprocesses will also have the
+dependencies available. Fixes `tox 330
+`_.
+  * #795: Update vendored pyparsing 2.1.9.
+  * #520 and #513: Suppress ValueErrors in fixup_namespace_packages
+when lookup fails.
+  * Nicer, more consistent interfaces for msvc monkeypatching.
+  * #779 via #781: Fix circular import.
+  * #778: Fix MSVC monkeypatching.
+  * Introduce the (private) ``monkey`` module to encapsulate
+the distutils monkeypatching behavior.
+  * Now use Warehouse by default for
+``upload``, patching ``distutils.config.PyPIRCCommand`` to
+affect default behavior.
+Any config in .pypirc should be updated to replace
+  https://pypi.python.org/pypi/
+with
+  https://upload.pypi.org/legacy/
+Similarly, any passwords stored in the keyring should be
+updated to use this new value for "system".
+The ``upload_docs`` command will continue to use the python.org
+site, but the command is now deprecated. Users are urged to use
+Read The Docs instead.
+  * #776: Use EXT_SUFFIX for py_limited_api renaming.
+  * #774 and #775: Use LegacyVersion from packaging when
+detecting numpy versions.
+  * Re-release of 26.1.0 with pytest pinned to allow for automated
+deployment and thus proper packaging environment variables,
+fixing issues with missing executable launchers.
+
+---

Old:

  setuptools-26.1.1.tar.gz

New:

  setuptools-28.3.0.tar.gz



Other differences:
--
++ python-setuptools.spec ++
--- /var/tmp/diff_new_pack.XDsYH9/_old  2016-10-14 03:38:52.0 +0200
+++ /var/tmp/diff_new_pack.XDsYH9/_new  2016-10-14 03:38:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-setuptools
-Version:26.1.1
+Version:28.3.0
 Release:0
 Url:http://pypi.python.org/pypi/setuptools
 Summary:Easily download, build, install, upgrade, and uninstall Python 
packages

++ setuptools-26.1.1.tar.gz -> setuptools-28.3.0.tar.gz ++
 1732 lines of diff (skipped)




commit suse-xsl-stylesheets for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package suse-xsl-stylesheets for 
openSUSE:Factory checked in at 2016-10-14 03:38:05

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


Package is "suse-xsl-stylesheets"

Changes:

--- 
/work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes
2016-09-20 13:21:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new/suse-xsl-stylesheets.changes
   2016-10-14 03:38:07.0 +0200
@@ -1,0 +2,18 @@
+Fri Sep 30 11:44:57 UTC 2016 - skn...@suse.com
+
+Stable release of the SUSE XSL stylesheets 2.0.6.3:
+
+Find issues in our GitHub tracker at
+https://github.com/openSUSE/suse-xsl/issues/NUMBER
+
+* Packaging
+  - Update post/postun segments of spec file to install the catalog
+
+* Catalog
+  - Remove mentions of NovDoc, as NovDoc is now part of a separate
+package
+
+* Stylesheets (common)
+  - Updated translations for `suse2013` stylesheets
+
+---

Old:

  suse-xsl-stylesheets-2.0.6.2.tar.bz2

New:

  suse-xsl-stylesheets-2.0.6.3.tar.bz2



Other differences:
--
++ suse-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.hxgmKo/_old  2016-10-14 03:38:09.0 +0200
+++ /var/tmp/diff_new_pack.hxgmKo/_new  2016-10-14 03:38:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   suse-xsl-stylesheets
-Version:2.0.6.2
+Version:2.0.6.3
 Release:0
 
 ###
@@ -34,6 +34,7 @@
 #
 
 
+%define susexsl_catalog   catalog-for-%{name}.xml
 %define db_xml_dir%{_datadir}/xml/docbook
 %define suse_styles_dir   %{db_xml_dir}/stylesheet
 
@@ -142,14 +143,20 @@
 #--
 
 %post
-%reconfigure_fonts_post
-if [ ! -f %{_sysconfdir}/xml/suse-catalog.xml -a -x 
%{_bindir}/edit-xml-catalog ] ; then
-# susexsl entry
-edit-xml-catalog --group --catalog %{_sysconfdir}/xml/suse-catalog.xml \
-   --del %{name}
+# XML Catalogs
+#
+# remove existing entries first - needed for
+# zypper in, since it does not call postun
+# delete ...
+if [ "2" = "$1" ]; then
 edit-xml-catalog --group --catalog %{_sysconfdir}/xml/suse-catalog.xml \
-   --del suse_schemas
+--del %{name} || true
 fi
+
+# ... and (re)add it again
+edit-xml-catalog --group --catalog %{_sysconfdir}/xml/suse-catalog.xml \
+  --add %{_sysconfdir}/xml/%{susexsl_catalog}
+%reconfigure_fonts_post
 exit 0
 
 #--
@@ -157,6 +164,8 @@
 %postun
 if [ "0" = "$1" ]; then
   %reconfigure_fonts_post
+  edit-xml-catalog --group --catalog %{_sysconfdir}/xml/suse-catalog.xml \
+--del %{name} || true
 fi
 
 exit 0

++ suse-xsl-stylesheets-2.0.6.2.tar.bz2 -> 
suse-xsl-stylesheets-2.0.6.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/ChangeLog 
new/suse-xsl-stylesheets/ChangeLog
--- old/suse-xsl-stylesheets/ChangeLog  2016-09-15 17:02:26.0 +0200
+++ new/suse-xsl-stylesheets/ChangeLog  2016-09-30 14:24:10.0 +0200
@@ -1,4 +1,22 @@
 ---
+Thu Sep 30 14:00:00 UTC 2016 - skn...@suse.de
+
+Stable release of the SUSE XSL stylesheets 2.0.6.3:
+
+Find issues in our GitHub tracker at
+https://github.com/openSUSE/suse-xsl/issues/NUMBER
+
+* Packaging
+  - Update post/postun segments of spec file to install the catalog
+
+* Catalog
+  - Remove mentions of NovDoc, as NovDoc is now part of a separate
+package
+
+* Stylesheets (common)
+  - Updated translations for `suse2013` stylesheets
+
+---
 Thu Sep 15 15:00:00 UTC 2016 - skn...@suse.de
 
 Stable release of the SUSE XSL stylesheets 2.0.6.2:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/Makefile 
new/suse-xsl-stylesheets/Makefile
--- old/suse-xsl-stylesheets/Makefile   2016-09-15 17:02:26.0 +0200
+++ new/suse-xsl-stylesheets/Makefile   2016-09-30 14:24:10.0 +0200
@@ -12,7 +12,7 @@
 SHELL := /bin/bash
 PACKAGE   := suse-xsl-stylesheets
 # HINT: Also raise version number in packaging/suse-xsl-stylesheets.spec
-VERSION   := 2.0.6.2
+VERSION   := 2.0.6.3
 CDIR  := $(shell pwd)
 DIST_EXCLUDES := packaging/exclude-files_for_susexsl_package.txt
 SUSE_XML_PATH := $(PREFIX)/xml/suse
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/README.adoc 

commit openconnect for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package openconnect for openSUSE:Factory 
checked in at 2016-10-14 03:37:38

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


Package is "openconnect"

Changes:

--- /work/SRC/openSUSE:Factory/openconnect/openconnect.changes  2015-03-19 
20:59:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.openconnect.new/openconnect.changes 
2016-10-14 03:37:39.0 +0200
@@ -1,0 +2,27 @@
+Tue Oct  4 20:45:52 UTC 2016 - fat...@gmail.com
+
+- Upgraded to 7.07, included fix for Juniper vpn
+
+---
+Tue Oct 04 15:36:27 UTC 2016 - fat...@gmail.com
+
+- Update to version 7.0.7
+  * More fixes for OpenSSL 1.1 build.
+  * Support Juniper "Post Sign-in Message".
+  * Add --protocol option.
+  * Fix ChaCha20-Poly1305 cipher suite to reflect final standard.
+  * Add ability to disable IPv6 support via library API.
+  * Set groups appropriately when using setuid().
+  * Automatic DTLS MTU detection.
+  * Support SSL client certificate authentication with Juniper servers.
+  * Revamp SSL certificate validation for OpenSSL and stop supporting OpenSSL 
older than 0.9.8.
+  * Fix handling of multiple DNS search domains with Network Connect.
+  * Fix handling of large configuration packets for Network Connect.
+  * Enable SNI when built with OpenSSL (1.0.1g or later).
+  * Add --resolve and --local-hostname options to command line.
+
+- juniper-fix-for-upstream-sources.patch included to fix upgraded Juniper 
servers
+  * Submitted to upstream, not yet included in release 
+
+
+---

Old:

  openconnect-7.06.tar.gz

New:

  juniper-fix-for-upstream-sources.patch
  openconnect-7.07.tar.gz



Other differences:
--
++ openconnect.spec ++
--- /var/tmp/diff_new_pack.XenMgE/_old  2016-10-14 03:37:41.0 +0200
+++ /var/tmp/diff_new_pack.XenMgE/_new  2016-10-14 03:37:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openconnect
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   openconnect
-Version:7.06
+Version:7.07
 Release:0
 Summary:Open client for Cisco AnyConnect VPN
 License:LGPL-2.1+
@@ -39,6 +39,8 @@
 BuildRequires:  pkgconfig(libxml-2.0)
 Requires:   vpnc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# PATCH-FIX-UPSTREAM juniper-fix-for-upstream-sources.patch
+Patch0: juniper-fix-for-upstream-sources.patch
 
 %description
 This package provides a client for Cisco's "AnyConnect" VPN, which uses
@@ -76,6 +78,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 %lang_package
 
 %build

++ juniper-fix-for-upstream-sources.patch ++
>From 4ce9c9241f5707917e87e93a055f757cea5fb84d Mon Sep 17 00:00:00 2001
From: Jon DeVree 
Date: Mon, 19 Sep 2016 21:00:18 -0400
Subject: [PATCH] Add Content-Length header to mimic official pulse client

The official pulse client sends in a fixed "Content-Length: 256" header
with these two HTTP requests. Some versions of the VPN server will
reject requests with an HTTP 400 error if they do not have this header.

Signed-off-by: Jon DeVree 
Signed-off-by: David Woodhouse 
---
 oncp.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/oncp.c b/oncp.c
index cc9a223..2bf1571 100644
--- a/oncp.c
+++ b/oncp.c
@@ -562,6 +562,7 @@ int oncp_connect(struct openconnect_info *vpninfo)
 
buf_append(reqbuf, "POST /dana/js?prot=1=1 HTTP/1.1\r\n");
oncp_common_headers(vpninfo, reqbuf);
+   buf_append(reqbuf, "Content-Length: 256\r\n");
buf_append(reqbuf, "\r\n");
 
if (buf_error(reqbuf)) {
@@ -606,6 +607,7 @@ int oncp_connect(struct openconnect_info *vpninfo)
buf_truncate(reqbuf);
buf_append(reqbuf, "POST /dana/js?prot=1=4 HTTP/1.1\r\n");
oncp_common_headers(vpninfo, reqbuf);
+   buf_append(reqbuf, "Content-Length: 256\r\n");
buf_append(reqbuf, "\r\n");
 
if (buf_error(reqbuf)) {
-- 
2.4.11

++ openconnect-7.06.tar.gz -> openconnect-7.07.tar.gz ++
 153313 lines of diff (skipped)




commit skelcd-openSUSE for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package skelcd-openSUSE for openSUSE:Factory 
checked in at 2016-10-14 03:38:44

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


Package is "skelcd-openSUSE"

Changes:

--- /work/SRC/openSUSE:Factory/skelcd-openSUSE/skelcd-openSUSE.changes  
2016-10-01 23:46:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.skelcd-openSUSE.new/skelcd-openSUSE.changes 
2016-10-14 03:38:45.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep 30 15:04:39 UTC 2016 - skn...@suse.de
+
+- Update to version 84.87.20160926.4df50ec:
+  * Translated using Weblate (Polish)
+
+---

Old:

  skelcd-openSUSE-84.87.20160925.e6d19e2.tar.xz

New:

  skelcd-openSUSE-84.87.20160926.4df50ec.tar.xz



Other differences:
--
++ skelcd-openSUSE.spec ++
--- /var/tmp/diff_new_pack.0Qos3I/_old  2016-10-14 03:38:47.0 +0200
+++ /var/tmp/diff_new_pack.0Qos3I/_new  2016-10-14 03:38:47.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define version_unconverted 84.87.20160925.e6d19e2
+%define version_unconverted 84.87.20160926.4df50ec
 
 Name:   skelcd-openSUSE
 BuildRequires:  build-key
@@ -27,7 +27,7 @@
 BuildRequires:  translate-toolkit
 %endif
 Conflicts:  skelcd-sles skelcd-sled skelcd-openSUSE-non-OSS 
skelcd-openSUSE-non-OSS-CD
-Version:84.87.20160925.e6d19e2
+Version:84.87.20160926.4df50ec
 Release:0
 Summary:Skeleton for openSUSE OSS Media Sets
 License:MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.0Qos3I/_old  2016-10-14 03:38:47.0 +0200
+++ /var/tmp/diff_new_pack.0Qos3I/_new  2016-10-14 03:38:47.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/openSUSE/skelcd-openSUSE.git
-  e6d19e2311342c65c152de200edafff184b77fd4
\ No newline at end of file
+  4df50ec544cf7dacc4fc2d8fcdd0cca14abbfa2c
\ No newline at end of file

++ skelcd-openSUSE-84.87.20160925.e6d19e2.tar.xz -> 
skelcd-openSUSE-84.87.20160926.4df50ec.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-openSUSE-84.87.20160925.e6d19e2/license/license.pl.po 
new/skelcd-openSUSE-84.87.20160926.4df50ec/license/license.pl.po
--- old/skelcd-openSUSE-84.87.20160925.e6d19e2/license/license.pl.po
2016-09-26 01:03:11.0 +0200
+++ new/skelcd-openSUSE-84.87.20160926.4df50ec/license/license.pl.po
2016-09-27 01:02:56.0 +0200
@@ -1,18 +1,20 @@
 #. extracted from license/TEMPLATE
-#, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-08-31 11:11+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME \n"
-"Language-Team: LANGUAGE \n"
+"PO-Revision-Date: 2016-09-26 20:51+\n"
+"Last-Translator: Mariusz Fik \n"
+"Language-Team: Polish \n"
 "Language: pl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.13.0\n"
+"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 2.6\n"
 
 #: license/TEMPLATE:1
 msgid ""
@@ -222,7 +224,6 @@
 msgstr ""
 
 #: license/TEMPLATE:88
-#, fuzzy
 #| msgid ""
 #| "If any provision of this agreement is held to be unenforceable, that\n"
 #| "will not affect the enforceability of the remaining provisions. This\n"
@@ -283,9 +284,9 @@
 "żadnego\n"
 "przyszłego prawa wynikającego z niniejszej umowy. Użycie, powielanie lub\n"
 "ujawnienie przez rząd Stanów Zjednoczonych podlega ograniczeniom w\n"
-"postanowieniach FAR 52.227-14 (czerwiec 1987) Alternate III (czerwiec 1987), "
+"postanowieniach FAR 52.227-14 (grudzień 2007) Alternate III (grudzień 2007), "
 "FAR\n"
-"52.227-19 (czerwiec 1987) lub DFARS 252.227-7013 (b)(3) (listopad 1995), "
+"52.227-19 (grudzień 2007) lub DFARS 252.227-7013 (b)(3) (listopad 1995), "
 "lub\n"
 "odnośnym postanowieniom następnym."
 




commit libesmtp for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package libesmtp for openSUSE:Factory 
checked in at 2016-10-14 03:38:30

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


Package is "libesmtp"

Changes:

--- /work/SRC/openSUSE:Factory/libesmtp/libesmtp.changes2013-02-07 
10:36:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.libesmtp.new/libesmtp.changes   2016-10-14 
03:38:31.0 +0200
@@ -1,0 +2,10 @@
+Fri Sep 30 14:58:41 UTC 2016 - crrodrig...@opensuse.org
+
+- Add libesmtp-tlsv12.patch: All TLS clients must support and use
+  the highest TLS version available if possible not only TLS 1.0.
+  Patch sent to upstream long time ago, no response. website
+  has also vanished from the internet.
+- Pass --disable-isoc to configure, pick the compiler's default C
+  standard mode (currently gnu11).
+
+---

New:

  libesmtp-tlsv12.patch



Other differences:
--
++ libesmtp.spec ++
--- /var/tmp/diff_new_pack.LDLJdJ/_old  2016-10-14 03:38:32.0 +0200
+++ /var/tmp/diff_new_pack.LDLJdJ/_new  2016-10-14 03:38:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libesmtp
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,8 @@
 Patch0: libesmtp-removedecls.diff
 # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
 Patch1: libesmtp-1.0.4-bloat.patch
+# PATCH-FIX-UPSTREAM libesmtp-tlsv12.patch crrodrig...@opensuse.org -- All TLS 
clients must support and use the highest TLS version available
+Patch2: libesmtp-tlsv12.patch
 BuildRequires:  openssl-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -54,11 +56,13 @@
 %setup -q
 %patch0
 %patch1
+%patch2 -p1
 
 %build
 %configure --disable-static --with-pic \
--enable-ntlm   \
-   --enable-etrn
+   --enable-etrn   \
+   --disable-isoc
 %{__make} %{?_smp_mflags}
 
 %install

++ libesmtp-tlsv12.patch ++
Index: libesmtp-1.0.6/smtp-tls.c
===
--- libesmtp-1.0.6.orig/smtp-tls.c
+++ libesmtp-1.0.6/smtp-tls.c
@@ -201,8 +201,13 @@ starttls_create_ctx (smtp_session_t sess
  3207.  Servers typically support SSL as well as TLS because some
  versions of Netscape do not support TLS.  I am assuming that all
  currently deployed servers correctly support TLS.  */
-  ctx = SSL_CTX_new (TLSv1_client_method ());
-
+#if (OPENSSL_VERSION_NUMBER >= 0x1010L)
+ctx = SSL_CTX_new (TLS_client_method());
+SSL_CTX_set_min_proto_version(ctx, TLS1_VERSION);
+#else
+ctx = SSL_CTX_new (SSLv23_client_method ());
+SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3);
+#endif
   /* Load our keys and certificates.  To avoid messing with configuration
  variables etc, use fixed paths for the certificate store.  These are
  as follows :-



commit systemd-mini for openSUSE:13.2:Update

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package systemd-mini for 
openSUSE:13.2:Update checked in at 2016-10-13 08:58:55

Comparing /work/SRC/openSUSE:13.2:Update/systemd-mini (Old)
 and  /work/SRC/openSUSE:13.2:Update/.systemd-mini.new (New)


Package is "systemd-mini"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.aq9pia/_old  2016-10-13 08:58:56.0 +0200
+++ /var/tmp/diff_new_pack.aq9pia/_new  2016-10-13 08:58:56.0 +0200
@@ -1 +1 @@
-
+




commit systemd for openSUSE:13.2:Update

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:13.2:Update 
checked in at 2016-10-13 08:59:00

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


Package is "systemd"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.PoTvjm/_old  2016-10-13 08:58:59.0 +0200
+++ /var/tmp/diff_new_pack.PoTvjm/_new  2016-10-13 08:58:59.0 +0200
@@ -1 +1 @@
-
+




commit python-ceilometerclient for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-ceilometerclient for 
openSUSE:Factory checked in at 2016-10-13 11:29:21

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


Package is "python-ceilometerclient"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-ceilometerclient/python-ceilometerclient.changes
  2016-09-30 15:31:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ceilometerclient.new/python-ceilometerclient.changes
 2016-10-13 11:29:21.0 +0200
@@ -1,0 +2,11 @@
+Mon Sep 26 12:47:36 UTC 2016 - tbecht...@suse.com
+
+- update to version 2.6.1
+  * Remove discover from test-requirements
+  * Correct the parameters's position of assertEqual
+  * Remove keystoneclient dependency
+  * Fix from_response method to process response from requests
+  * [trivial] add a blank character
+  * Add support for Python 3.5
+
+---

Old:

  python-ceilometerclient-2.5.0.tar.gz

New:

  python-ceilometerclient-2.6.1.tar.gz



Other differences:
--
++ python-ceilometerclient.spec ++
--- /var/tmp/diff_new_pack.CkuSMH/_old  2016-10-13 11:29:22.0 +0200
+++ /var/tmp/diff_new_pack.CkuSMH/_new  2016-10-13 11:29:22.0 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-ceilometerclient
 Name:   python-ceilometerclient
-Version:2.5.0
+Version:2.6.1
 Release:0
 Summary:Python API and CLI for OpenStack Ceilometer
 License:Apache-2.0
@@ -28,31 +28,30 @@
 BuildRequires:  openstack-macros
 BuildRequires:  python-PrettyTable >= 0.7
 BuildRequires:  python-devel
-BuildRequires:  python-keystoneclient >= 1.7.0
-BuildRequires:  python-mock >= 1.2
+BuildRequires:  python-keystoneauth1 >= 2.10.0
+BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
 BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.5.0
+BuildRequires:  python-oslo.utils >= 3.16.0
 BuildRequires:  python-pbr >= 1.6
 BuildRequires:  python-requests >= 2.10.0
-BuildRequires:  python-requests-mock >= 0.7.0
+BuildRequires:  python-requests-mock >= 1.0
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-six >= 1.9.0
-BuildRequires:  python-stevedore >= 1.10.0
+BuildRequires:  python-stevedore >= 1.16.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-PrettyTable >= 0.7
 Requires:   python-iso8601 >= 0.1.11
-Requires:   python-keystoneauth1 >= 2.1.0
-Requires:   python-keystoneclient >= 1.7.0
+Requires:   python-keystoneauth1 >= 2.10.0
 Requires:   python-oslo.i18n >= 2.1.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.5.0
+Requires:   python-oslo.utils >= 3.16.0
 Requires:   python-pbr >= 1.6
 Requires:   python-requests >= 2.10.0
 Requires:   python-six >= 1.9.0
-Requires:   python-stevedore >= 1.10.0
+Requires:   python-stevedore >= 1.16.0
 BuildArch:  noarch
 
 %description

++ _service ++
--- /var/tmp/diff_new_pack.CkuSMH/_old  2016-10-13 11:29:22.0 +0200
+++ /var/tmp/diff_new_pack.CkuSMH/_new  2016-10-13 11:29:22.0 +0200
@@ -1,13 +1,11 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/python-ceilometerclient/python-ceilometerclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/openstack/python-ceilometerclient/python-ceilometerclient.spec.j2
 python-ceilometerclient.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/global-requirements.txt
   
   
 enable
   
-  
-enable
-  
+  
 

++ python-ceilometerclient-2.5.0.tar.gz -> 
python-ceilometerclient-2.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ceilometerclient-2.5.0/AUTHORS 
new/python-ceilometerclient-2.6.1/AUTHORS
--- old/python-ceilometerclient-2.5.0/AUTHORS   2016-07-25 16:23:03.0 
+0200
+++ new/python-ceilometerclient-2.6.1/AUTHORS   2016-09-08 15:48:33.0 
+0200
@@ -108,5 +108,7 @@
 venkatamahesh 
 xialinjuan 
 xiangjun li 
+xiaozhuangqing 
 yolanda.robla 
 yuyafei 
+zhangguoqing 
diff -urN '--exclude=CVS' 

commit python-oslo.concurrency for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.concurrency for 
openSUSE:Factory checked in at 2016-10-13 11:29:10

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


Package is "python-oslo.concurrency"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.concurrency/python-oslo.concurrency.changes
  2016-09-30 15:35:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.concurrency.new/python-oslo.concurrency.changes
 2016-10-13 11:29:10.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct  4 11:12:04 UTC 2016 - dmuel...@suse.com
+
+- switch to stable/newton
+
+---



Other differences:
--
++ _service ++
--- /var/tmp/diff_new_pack.lpps8i/_old  2016-10-13 11:29:11.0 +0200
+++ /var/tmp/diff_new_pack.lpps8i/_new  2016-10-13 11:29:11.0 +0200
@@ -1,13 +1,11 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/oslo.concurrency/oslo.concurrency.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/openstack/oslo.concurrency/oslo.concurrency.spec.j2
 python-oslo.concurrency.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/global-requirements.txt
   
   
 enable
   
-  
-enable
-  
+  
 




commit python-keystonemiddleware for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-keystonemiddleware for 
openSUSE:Factory checked in at 2016-10-13 11:29:15

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


Package is "python-keystonemiddleware"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-keystonemiddleware/python-keystonemiddleware.changes
  2016-05-04 08:19:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-keystonemiddleware.new/python-keystonemiddleware.changes
 2016-10-13 11:29:15.0 +0200
@@ -1,0 +2,69 @@
+Tue Oct  4 11:14:01 UTC 2016 - dmuel...@suse.com
+
+- global requirements sync
+- switch to stable/newton
+
+---
+Thu Sep  1 18:50:26 UTC 2016 - tbecht...@suse.com
+
+update to version 4.9.0
+  * PEP257: add flake8-docstring testing
+  * PEP257: Ignore D203 because it was deprecated
+  * Use oslo.config fixture in audit tests
+  * Add a fixture method to add your own token data
+  * Remove bandit.yaml in favor of defaults
+  * Fix typo 'olso' to 'oslo'
+  * Fix D105: Missing docstring in magic method (PEP257)
+  * remove old options from documentation
+  * Extract a common notifier pattern
+  * Refactor audit api tests into their own file
+  * Return default value for pkg_version if missing
+  * Fix an issue with oslo_config_project paste config
+  * Use extras for oslo.messaging dependency
+  * Move auth token opts calculation into auth_token
+  * Fix D204 PEP257 violation and enable D301 and D209
+  * Fix doc build if git is absent
+  * Fix D401 PEP257 violation and enable H403
+  * Add Python 3.5 classifier
+  * Refactor create_event onto the api object.
+  * Use AccessInfo in UserAuthPlugin instead of custom
+  * Pop oslo_config_config before doing paste convert
+  * Remove oslo-incubator
+  * Create signing_dir upon first usage
+  * Fix D202: No blank lines allowed after function docstring (PEP257)
+  * Use jsonutils instead of ast for loading the service catalog
+  * Make sure audit can handle API requests which does not require a token
+  * Fix D200: One-line docstring should fit on one line with quotes (PEP257)
+  * s3token config with auth URI
+  * Return JSON for Unauthorized message
+  * Update documentation for running tests
+  * Make audit middleware use common config object
+  * Update reno for stable/mitaka
+  * use local config options if available in audit middleware
+  * Add back a bandit tox job
+  * Only confirm token binding on one token
+  * Remove the _is_v2 and _is_v3 helpers
+  * Move audit into its own folder
+  * Fix description of option `cache`
+  * Create a Config object
+  * Clean up middleware architecture
+  * generate sample config automatically
+  * Improve documentation for auth_uri
+  * Fix AttributeError on cached-invalid token checks
+  * Pass X_IS_ADMIN_PROJECT header from auth_token
+  * Fix D400 PEP257 violation
+  * Config: no need to set default=None
+  * use the same context across a request
+  * Update config options
+  * Handle cache invalidate outside cache object
+  * Determine project name from oslo_config or local config
+  * Adding audit middleware specific notification driver conf
+  * Use createfile fixture in audit test
+  * Refactor API tests to not run middleware
+  * Break out the API piece into its own file
+  * Consolidate user agent calculation
+  * Updated from global requirements
+  * Use method split_path from oslo.utils
+- update _service and use upstream spec template
+
+---

Old:

  keystonemiddleware-4.3.0.tar.gz

New:

  keystonemiddleware-4.9.0.tar.gz



Other differences:
--
++ python-keystonemiddleware.spec ++
--- /var/tmp/diff_new_pack.iy4BLZ/_old  2016-10-13 11:29:16.0 +0200
+++ /var/tmp/diff_new_pack.iy4BLZ/_new  2016-10-13 11:29:16.0 +0200
@@ -16,71 +16,92 @@
 #
 
 
+%global sname keystonemiddleware
 Name:   python-keystonemiddleware
-Version:4.3.0
+Version:4.9.0
 Release:0
 Summary:Middleware for OpenStack Identity
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:http://launchpad.net/keystonemiddleware
-Source: 
https://pypi.python.org/packages/source/k/keystonemiddleware/keystonemiddleware-%{version}.tar.gz
-BuildRequires:  python-WebOb
-BuildRequires:  python-coverage
-BuildRequires:  python-devel
-BuildRequires:  python-fixtures
-BuildRequires:  python-keystoneclient
-BuildRequires:  python-lxml
-BuildRequires:  python-oslotest
-BuildRequires:  python-pbr
-BuildRequires:  python-requests
-BuildRequires:  python-requests-mock

commit python-designateclient for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-designateclient for 
openSUSE:Factory checked in at 2016-10-13 11:29:17

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


Package is "python-designateclient"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-designateclient/python-designateclient.changes
2016-09-30 15:28:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-designateclient.new/python-designateclient.changes
   2016-10-13 11:29:17.0 +0200
@@ -1,0 +2,10 @@
+Mon Sep 26 12:49:46 UTC 2016 - tbecht...@suse.com
+
+update to version 2.3.0
+  * Docs update for FloatingIP's ptr records
+  * Resolve FloatingIP PTR records clis argument's description
+  * Remove discover from test-requirements
+  * Updated from global requirements
+  * Fix clis related to FloatingIP's ptr records
+
+---

Old:

  python-designateclient-2.2.0.tar.gz

New:

  python-designateclient-2.3.0.tar.gz



Other differences:
--
++ python-designateclient.spec ++
--- /var/tmp/diff_new_pack.jMr3ih/_old  2016-10-13 11:29:18.0 +0200
+++ /var/tmp/diff_new_pack.jMr3ih/_new  2016-10-13 11:29:18.0 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-designateclient
 Name:   python-designateclient
-Version:2.2.0
+Version:2.3.0
 Release:0
 Summary:OpenStack DNS as a Service - Client
 License:Apache-2.0
@@ -28,23 +28,24 @@
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python-jsonschema >= 2.0.0
-BuildRequires:  python-keystoneclient >= 1.7.0
-BuildRequires:  python-mock >= 1.2
+BuildRequires:  python-keystoneclient >= 2.0.0
+BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-oslotest >= 1.10.0
 BuildRequires:  python-pbr >= 1.6
 BuildRequires:  python-python-subunit >= 0.0.18
-BuildRequires:  python-requests-mock >= 0.7.0
+BuildRequires:  python-requests-mock >= 1.0
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testrepository >= 0.0.18
 Requires:   python-cliff >= 1.15.0
 Requires:   python-debtcollector >= 1.2.0
 Requires:   python-jsonschema >= 2.0.0
-Requires:   python-keystoneclient >= 1.7.0
-Requires:   python-oslo.utils >= 3.5.0
-Requires:   python-pbr >= 1.6
+Requires:   python-keystoneauth1 >= 2.10.0
+Requires:   python-keystoneclient >= 2.0.0
+Requires:   python-osc-lib >= 1.0.2
+Requires:   python-oslo.utils >= 3.16.0
 Requires:   python-requests >= 2.10.0
 Requires:   python-six >= 1.9.0
-Requires:   python-stevedore >= 1.10.0
+Requires:   python-stevedore >= 1.16.0
 BuildArch:  noarch
 
 %description

++ _service ++
--- /var/tmp/diff_new_pack.jMr3ih/_old  2016-10-13 11:29:18.0 +0200
+++ /var/tmp/diff_new_pack.jMr3ih/_new  2016-10-13 11:29:18.0 +0200
@@ -1,13 +1,11 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/python-designateclient/python-designateclient.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/openstack/python-designateclient/python-designateclient.spec.j2
 python-designateclient.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/global-requirements.txt
   
   
 enable
   
-  
-enable
-  
-
\ No newline at end of file
+  
+

++ python-designateclient-2.2.0.tar.gz -> 
python-designateclient-2.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-designateclient-2.2.0/ChangeLog 
new/python-designateclient-2.3.0/ChangeLog
--- old/python-designateclient-2.2.0/ChangeLog  2016-07-14 17:25:09.0 
+0200
+++ new/python-designateclient-2.3.0/ChangeLog  2016-08-30 21:33:21.0 
+0200
@@ -1,6 +1,18 @@
 CHANGES
 ===
 
+2.3.0
+-
+
+* Updated from global requirements
+* Resolve FloatingIP PTR records clis argument's description
+* Docs update for FloatingIP's ptr records
+* Fix clis related to FloatingIP's ptr records
+* Updated from global requirements
+* Remove discover from test-requirements
+* Updated from global requirements
+* Updated from global requirements
+
 2.2.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-designateclient-2.2.0/PKG-INFO 
new/python-designateclient-2.3.0/PKG-INFO
--- old/python-designateclient-2.2.0/PKG-INFO   2016-07-14 17:25:10.0 
+0200
+++ new/python-designateclient-2.3.0/PKG-INFO   

commit openvswitch for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package openvswitch for openSUSE:Factory 
checked in at 2016-10-13 11:30:12

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


Package is "openvswitch"

Changes:

--- /work/SRC/openSUSE:Factory/openvswitch/openvswitch-dpdk.changes 
2016-09-16 11:01:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.openvswitch.new/openvswitch-dpdk.changes
2016-10-13 11:30:14.0 +0200
@@ -1,0 +2,43 @@
+Mon Oct  3 08:26:10 UTC 2016 - mchand...@suse.de
+
+- Version bump to 2.6.0. Some of the changes are:
+  * First supported release of OVN.  See ovn-architecture(7) for more
+ details.
+  * ovsdb-server:
+ - New "monitor_cond" "monitor_cond_update" and "update2" extensions to
+   RFC 7047.
+   * OpenFlow:
+ - OpenFlow 1.3+ bundles now expire after 10 seconds since the
+   last time the bundle was either opened, modified, or closed.
+ - OpenFlow 1.3 Extension 230, adding OpenFlow Bundles support, is
+   now implemented.
+ - OpenFlow 1.3+ bundles are now supported for group mods as well as
+   flow mods and port mods.  Both 'atomic' and 'ordered' bundle
+   flags are supported for group mods as well as flow mods.
+ - Internal OpenFlow rule representation for load and set-field
+   actions is now much more memory efficient.  For a complex flow
+   table this can reduce rule memory consumption by 40%.
+ - Bundles are now much more memory efficient than in OVS 2.5.
+   Together with memory efficiency improvements in OpenFlow rule
+   representation, the peak OVS resident memory use during a
+   bundle commit for large complex set of flow mods can be only
+   25% of that in OVS 2.5 (4x lower).
+ - OpenFlow 1.1+ OFPT_QUEUE_GET_CONFIG_REQUEST now supports OFPP_ANY.
+ - OpenFlow 1.4+ OFPMP_QUEUE_DESC is now supported.
+ - OpenFlow 1.4+ OFPT_TABLE_STATUS is now supported.
+ - New property-based packet-in message format NXT_PACKET_IN2 with support
+   for arbitrary user-provided data and for serializing flow table
+   traversal into a continuation for later resumption.
+ - New extension message NXT_SET_ASYNC_CONFIG2 to allow OpenFlow 1.4-like
+   control over asynchronous messages in earlier versions of OpenFlow.
+- [...]
+- For a complete list of changes, please see
+  http://openvswitch.org/releases/NEWS-2.6.0
+- Remove obsolete patches and files
+  * 0001-Remove-broken-pipe-warning-logs-from-ovsdb-server.lo.patch
+  * 0001-ovs-ctl-Add-new-DPDK_OPTIONS-environment-variable.patch
+  * openvswitch-2.5.0-detect-dpdk-installation.patch
+  * openvswitch-switch.logrotate
+  * openvswitch.service
+
+---
openvswitch.changes: same change

Old:

  0001-Remove-broken-pipe-warning-logs-from-ovsdb-server.lo.patch
  0001-ovs-ctl-Add-new-DPDK_OPTIONS-environment-variable.patch
  openvswitch-2.5.0-detect-dpdk-installation.patch
  openvswitch-2.5.0.tar.gz
  openvswitch-switch.logrotate
  openvswitch.service

New:

  openvswitch-2.6.0.tar.gz



Other differences:
--
++ openvswitch-dpdk.spec ++
--- /var/tmp/diff_new_pack.CLli9s/_old  2016-10-13 11:30:17.0 +0200
+++ /var/tmp/diff_new_pack.CLli9s/_new  2016-10-13 11:30:17.0 +0200
@@ -28,7 +28,7 @@
 # Do NOT edit this auto generated file! Edit openvswitch.spec instead
 # and run 'pre_checkin.sh' before committing
 Name:   openvswitch-dpdk
-Version:2.5.0
+Version:2.6.0
 Release:0
 Summary:An open source, production quality, multilayer virtual switch 
(DPDK)
 # All code is Apache-2.0 except
@@ -39,15 +39,7 @@
 Url:http://openvswitch.org/
 Source0:http://openvswitch.org/releases/openvswitch-%{version}.tar.gz
 Source1:preamble
-Source2:openvswitch-switch.logrotate
-Source3:openvswitch.service
 Source89:   Module.supported.updates
-# PATCH-FIX-UPSTREAM: openvswitch-2.5.0-detect-dpdk-installation.patch 
(fate#319170)
-Patch0: openvswitch-%{version}-detect-dpdk-installation.patch
-# PATCH-FIX-UPSTREAM: 
0001-Remove-broken-pipe-warning-logs-from-ovsdb-server.lo.patch
-Patch1: 0001-Remove-broken-pipe-warning-logs-from-ovsdb-server.lo.patch
-# PATCH-FIX-SUSE: 0001-ovs-ctl-Add-new-DPDK_OPTIONS-environment-variable.patch 
(bsc#987265)
-Patch2: 0001-ovs-ctl-Add-new-DPDK_OPTIONS-environment-variable.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -63,6 +55,7 @@
 # Needed by the testsuite
 BuildRequires:  procps
 BuildRequires:  python-devel
+BuildRequires:  python-six
 BuildRequires:  

commit dpdk for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package dpdk for openSUSE:Factory checked in 
at 2016-10-13 11:30:08

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


Package is "dpdk"

Changes:

--- /work/SRC/openSUSE:Factory/dpdk/dpdk.changes2016-08-09 
22:15:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.dpdk.new/dpdk.changes   2016-10-13 
11:30:10.0 +0200
@@ -1,0 +2,96 @@
+Thu Oct  6 10:36:52 UTC 2016 - mchand...@suse.de
+
+- Drop code for generating our own linker script.
+  * Commit 948fd64befc3 (" mk: replace the combined library with a
+linker script") added upstream support for building and installing
+a linker script so we drop our code from the spec file which
+generated a much larger and possibly broken linker script resulting
+to linking issues (boo#1002534)
+
+---
+Wed Aug 10 16:51:17 CEST 2016 -  n...@suse.de
+
+- Update to version 16.07. Some of the new features are listed below:
+  
+  * Removed the mempool cache memory if caching is not being used.
+  * Added mempool external cache for non-EAL thread.
+  * Changed the memory allocation scheme in the mempool library.
+  * Added a new driver for Broadcom NetXtreme-C devices.
+  * Added a new driver for ThunderX nicvf devices.
+  * Added mailbox interrupt support for ixgbe and igb VFs.
+  * Updated the ixgbe base driver.
+  * Updated the i40e base driver.
+  * Updated the enic driver.
+  * Updated the mlx5 driver.
+  * Added support for virtio on IBM POWER8.
+  * Added support for Virtio in containers.
+  * Added vhost-user client mode.
+  * Added NSH packet recognition in i40e.
+  * Added AES-CTR support to AESNI MB PMD.
+  * Added AES counter mode support for Intel QuickAssist devices.
+  * Added KASUMI SW PMD.
+  * Added multi-writer support for RTE Hash with Intel TSX.
+  * Improved IP Pipeline Application.
+  * Added keepalive enhancements.
+  * Added packet capture framework.
+  * Added floating VEB support for i40e PF driver.
+  * Added support for live migration of a VM with SRIOV VF.
+  * [The list of changes is rather long so please consult the following
+ resources for the complete list of new features, bugfixes and other
+ changes in this release:
+ - http://dpdk.org/doc/guides/rel_notes/release_16_07.html
+ - http://dpdk.org/browse/dpdk/tree/doc/guides/rel_notes/release_16_07.rst
+ - Or the doc/guides/rel_notes/release_16_07.rst file in the released
+   tarball]a
+- Removed patches that are already avilable in dpdk-16.07
+   [ -0002-examples-ip_pipeline-fix-implicit-declaration-of-fun.patch
+ -0003-mk-fix-external-shared-library-dependencies-of-libraries.patch
+ -0004-54f9e32-vhost-handle-dirty-pages-logging-request.patch
+ -0005-d293dac-vhost-claim-support-of-guest-announce.patch
+ -0006-d639996-vhost-enable-log_shmfd-protocol-feature.patch
+ -0007-ixgbe-fix-VLAN-filter-missing-brackets.patch
+ -0008-app-testpmd-handle-SIGINT-and-SIGTERM.patch
+ -0009-bonding-copy-entire-config-structure-in-mode-4.patch
+ -0010-bonding-fix-active-slaves-with-no-primary.patch
+ -0011-bonding-do-not-ignore-multicast-in-mode-4.patch
+ -0012-bonding-do-not-activate-slave-twice.patch
+ -0013-bonding-fix-crash-when-no-slave-device.patch
+ -0014-bonding-fix-detach-of-bonded-device.patch
+ -0015-bonding-fix-detach-of-slave-devices.patch
+ -0016-eal-linux-support-built-in-kernel-modules.patch
+ -0017-examples-l3fwd-handle-SIGINT-and-SIGTERM.patch
+ -0018-fm10k-fix-VLAN-flag-in-scattered-Rx.patch
+ -0019-i40e-base-fix-driver-load-failure.patch
+ -0020-i40e-base-fix-missing-check-for-stopped-admin-queue.patch
+ -0021-i40e-fix-inverted-check-for-no-refcount.patch
+ -0022-i40e-fix-overflow.patch
+ -0023-i40e-fix-VLAN-filtering.patch
+ -0024-mempool-fix-leak-when-creation-fails.patch
+ -0025-pcap-fix-captured-frame-length.patch
+ -0026-port-fix-crash-for-ethdev-writer-nodrop.patch
+ -0027-port-fix-crash-for-ring-writer-nodrop.patch
+ -0028-tools-fix-unbinding-failure-handling.patch
+ -0029-tools-support-Python-3-in-bind-script.patch
+ -0030-tools-support-binding-to-built-in-kernel-modules.patch
+ -0031-vhost-fix-leak-of-fds-and-mmaps.patch
+ -0032-virtio-fix-crash-in-statistics-functions.patch
+ -0033-virtio-fix-descriptors-pointing-to-the-same-buffer.patch
+ -0034-virtio-fix-restart.patch
+ -0035-PAGE_SIZE-constant-is-not-defined-on-ARM-since-multi.patch
+ -0036-examples-fix-build-dependencies.patch
+ -0037-examples-ethtool-fix-build.patch
+ 

commit python-oslo.middleware for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.middleware for 
openSUSE:Factory checked in at 2016-10-13 11:29:07

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


Package is "python-oslo.middleware"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.middleware/python-oslo.middleware.changes
2016-05-19 12:14:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.middleware.new/python-oslo.middleware.changes
   2016-10-13 11:29:07.0 +0200
@@ -1,0 +2,58 @@
+Tue Oct  4 11:09:43 UTC 2016 - dmuel...@suse.com
+
+- global requirements sync
+- switch to stable/newton
+
+---
+Fri Sep 30 13:40:56 UTC 2016 - dmuel...@suse.com
+
+- update to 3.19.0:
+  * Remove pot files
+  * Fix inline docstring to use default path (not /status)
+  * Updated from global requirements
+  * Updated from global requirements
+  * Fixed typo in SSL
+
+---
+Wed Aug 10 14:43:20 UTC 2016 - tbecht...@suse.com
+
+- update to version 3.16.0
+  * Do not add a default content type when replying
+  * Expose sample config opts for http-proxy-to-wsgi
+  * Deprecate using String as valid value for allowed_origin.
+  * Deprecate multiple config block parsing.
+  * Fix unit tests on Windows
+  * Fix spelling of config option help
+  * Updated from global requirements
+
+---
+Fri Jun  3 13:25:27 UTC 2016 - tbecht...@suse.com
+
+- update to 3.11.0:
+  * cors: remove unused import
+  * Updated from global requirements
+  * Add a simple __main__ to easily show healthcheck output
+  * Removed simple headers from documentation examples
+  * Added PATCH method to default config
+  * Added set_defaults method to oslo_middleware.cors
+  * Set default allow methods to those defined in RFC 2616
+  * Removed default headers from CORS_OPTS
+  * Imported Translations from Zanata
+  * Updated from global requirements
+  * Remove direct dependency on babel
+  * Updated from global requirements
+  * Updated from global requirements
+  * Updated from global requirements
+  * Updated from global requirements
+  * cors: prevent WebOb setting a default Content-Type
+  * CORS Middleware now honors upstream Vary header
+  * Disable http_proxy_to_wsgi middleware by default
+  * CORS tests now use a transient configuration
+  * Updated config documentation for cors_middleware
+  * Updated from global requirements
+  * Updated from global requirements
+  * Revert "work around doc build error"
+- use renderspec source service
+- update spec from upstream
+
+---

Old:

  oslo.middleware-3.8.0.tar.gz

New:

  oslo.middleware-3.19.0.tar.gz



Other differences:
--
++ python-oslo.middleware.spec ++
--- /var/tmp/diff_new_pack.8odCds/_old  2016-10-13 11:29:08.0 +0200
+++ /var/tmp/diff_new_pack.8odCds/_new  2016-10-13 11:29:08.0 +0200
@@ -16,68 +16,86 @@
 #
 
 
-%define version_unconverted 3.8.0
-
+%global sname oslo.middleware
 Name:   python-oslo.middleware
-Version:3.8.0
+Version:3.19.0
 Release:0
-Summary:oslo.middleware library
+Summary:OpenStack oslo.middleware library
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://launchpad.net/oslo/
-Source: 
https://pypi.python.org/packages/source/o/oslo.middleware/oslo.middleware-%{version}.tar.gz
-BuildRequires:  openstack-suse-macros
-BuildRequires:  python-WebOb
+Url:https://launchpad.net/%{sname}
+Source0:
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
+BuildRequires:  openstack-macros
+BuildRequires:  python-Jinja2 >= 2.8
+BuildRequires:  python-WebOb >= 1.2.3
+BuildRequires:  python-debtcollector >= 1.2.0
 BuildRequires:  python-devel
-BuildRequires:  python-fixtures
-BuildRequires:  python-mock
-BuildRequires:  python-oslo.config
-BuildRequires:  python-oslo.context
-BuildRequires:  python-oslo.i18n
-BuildRequires:  python-oslosphinx
-BuildRequires:  python-oslotest
-BuildRequires:  python-pbr
-BuildRequires:  python-sphinx
-BuildRequires:  python-testtools
-Requires:   python-Babel >= 1.3
+BuildRequires:  python-fixtures >= 3.0.0
+BuildRequires:  python-mock >= 2.0
+BuildRequires:  python-oslo.config >= 3.14.0
+BuildRequires:  python-oslo.context >= 2.9.0
+BuildRequires:  python-oslo.i18n >= 2.1.0
+BuildRequires:  python-oslo.utils >= 3.16.0
+BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-pbr >= 1.6

commit python-oslo.service for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.service for 
openSUSE:Factory checked in at 2016-10-13 11:29:05

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


Package is "python-oslo.service"

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.service/python-oslo.service.changes  
2016-06-02 09:38:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.service.new/python-oslo.service.changes 
2016-10-13 11:29:05.0 +0200
@@ -1,0 +2,25 @@
+Tue Oct  4 11:08:35 UTC 2016 - dmuel...@suse.com
+
+- switch to stable/newton
+
+---
+Tue Aug 30 16:17:54 UTC 2016 - tbecht...@suse.com
+
+- update to version 1.16.0
+  * Updated from global requirements
+
+---
+Wed Aug 10 12:18:33 UTC 2016 - tbecht...@suse.com
+
+- update to 1.14.0:
+  * Updated from global requirements
+  * Fix parameters of assertEqual are misplaced
+  * Imported Translations from Zanata
+
+---
+Fri Jun  3 13:20:49 UTC 2016 - tbecht...@suse.com
+
+- use renderspec source service
+- update spec from upstream
+
+---

Old:

  oslo.service-1.11.0.tar.gz

New:

  oslo.service-1.16.0.tar.gz



Other differences:
--
++ python-oslo.service.spec ++
--- /var/tmp/diff_new_pack.4hRvvC/_old  2016-10-13 11:29:07.0 +0200
+++ /var/tmp/diff_new_pack.4hRvvC/_new  2016-10-13 11:29:07.0 +0200
@@ -16,20 +16,35 @@
 #
 
 
-%define version_unconverted 1.11.0
-
+%global sname oslo.service
 Name:   python-oslo.service
-Version:1.11.0
+Version:1.16.0
 Release:0
-Summary:Oslo service library
+Summary:OpenStack oslo.service library
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:http://launchpad.net/oslo
-Source: 
https://pypi.python.org/packages/90/4c/c52ea2f34c88594fbe6bfe7b2bf0c287fd953c9058aa93cae41acc66c5a9/oslo.service-%{version}.tar.gz
-BuildRequires:  openstack-suse-macros
+Url:https://launchpad.net/%{sname}
+Source0:
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
+BuildRequires:  openstack-macros
+BuildRequires:  procps
+BuildRequires:  python-Paste
+BuildRequires:  python-PasteDeploy >= 1.5.0
+BuildRequires:  python-Routes >= 1.12.3
+BuildRequires:  python-WebOb >= 1.2.3
 BuildRequires:  python-devel
-BuildRequires:  python-pbr
-Requires:   python-Babel >= 1.3
+BuildRequires:  python-eventlet >= 0.18.2
+BuildRequires:  python-fixtures >= 3.0.0
+BuildRequires:  python-greenlet >= 0.3.2
+BuildRequires:  python-mock >= 2.0
+BuildRequires:  python-monotonic >= 0.6
+BuildRequires:  python-oslo.concurrency >= 3.8.0
+BuildRequires:  python-oslo.config >= 3.14.0
+BuildRequires:  python-oslo.i18n >= 2.1.0
+BuildRequires:  python-oslo.log >= 1.14.0
+BuildRequires:  python-oslo.utils >= 3.16.0
+BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-pbr >= 1.6
+BuildRequires:  python-six >= 1.9.0
 Requires:   python-Paste
 Requires:   python-PasteDeploy >= 1.5.0
 Requires:   python-Routes >= 1.12.3
@@ -37,35 +52,58 @@
 Requires:   python-eventlet >= 0.18.2
 Requires:   python-greenlet >= 0.3.2
 Requires:   python-monotonic >= 0.6
-Requires:   python-oslo.concurrency >= 3.5.0
-Requires:   python-oslo.config >= 3.7.0
+Requires:   python-oslo.concurrency >= 3.8.0
+Requires:   python-oslo.config >= 3.14.0
 Requires:   python-oslo.i18n >= 2.1.0
 Requires:   python-oslo.log >= 1.14.0
-Requires:   python-oslo.utils >= 3.5.0
+Requires:   python-oslo.utils >= 3.16.0
 Requires:   python-six >= 1.9.0
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
 
 %description
-Library for running OpenStack services
+oslo.service provides a framework for defining new long-running services using
+the patterns established by other OpenStack applications. It also includes
+utilities long-running applications might need for working with SSL or WSGI,
+performing periodic operations, interacting with systemd, etc.
+
+%package doc
+Summary:Documentation for OpenStack service library
+Group:  Development/Languages/Python
+BuildRequires:  python-Sphinx
+BuildRequires:  python-oslosphinx >= 2.5.0
+
+%description 

commit python-suds-jurko for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-suds-jurko for 
openSUSE:Factory checked in at 2016-10-13 11:29:33

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


Package is "python-suds-jurko"

Changes:

--- /work/SRC/openSUSE:Factory/python-suds-jurko/python-suds-jurko.changes  
2015-11-10 10:03:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-suds-jurko.new/python-suds-jurko.changes 
2016-10-13 11:29:33.0 +0200
@@ -1,0 +2,11 @@
+Tue Oct  4 14:13:21 UTC 2016 - r...@rotkraut.de
+
+- Add suds-insecure-cache-tempdir.patch: CVE-2013-2217 (bsc#827568)
+
+---
+Thu Sep  8 07:38:26 UTC 2016 - tbecht...@suse.com
+
+- Add missing openstack-macros BuildRequires
+- Use pypi.io as Source url
+
+---

New:

  suds-insecure-cache-tempdir.patch



Other differences:
--
++ python-suds-jurko.spec ++
--- /var/tmp/diff_new_pack.cRJMGV/_old  2016-10-13 11:29:34.0 +0200
+++ /var/tmp/diff_new_pack.cRJMGV/_new  2016-10-13 11:29:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-suds-jurko
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,11 @@
 License:LGPL-3.0+
 Group:  Development/Languages/Python
 Url:http://bitbucket.org/jurko/suds
-Source: 
https://pypi.python.org/packages/source/s/suds-jurko/suds-jurko-%{version}.tar.bz2
+Source: 
https://pypi.io/packages/source/s/suds-jurko/suds-jurko-%{version}.tar.bz2
+# CVE-2013-2217.
+# Fixed upstream in https://bitbucket.org/jurko/suds/issues/15/
+Patch0: suds-insecure-cache-tempdir.patch
+BuildRequires:  openstack-macros
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
@@ -48,6 +52,7 @@
 
 %prep
 %setup -q -n suds-jurko-%{version}
+%patch0
 
 %build
 %{__python2} setup.py build

++ suds-insecure-cache-tempdir.patch ++
--- suds/cache.py.orig  2014-01-21 20:06:03.0 +0100
+++ suds/cache.py   2014-02-11 13:22:39.047914048 +0100
@@ -26,7 +26,7 @@
 from datetime import datetime as dt
 from datetime import timedelta
 import os
-from tempfile import gettempdir as tmp
+import tempfile
 try:
 import cPickle as pickle
 except Exception:
@@ -93,6 +93,9 @@
 A file-based URL cache.
 @cvar fnprefix: The file name prefix.
 @type fnsuffix: str
+@cvar remove_default_location_on_exit: Whether to remove the default cache
+location on process exit (default=True).
+@type remove_default_location_on_exit: bool
 @ivar duration: The cached file duration which defines how
 long the file will be cached.
 @type duration: (unit, value)
@@ -100,10 +103,21 @@
 @type location: str
 """
 fnprefix = 'suds'
+__default_location = None
+remove_default_location_on_exit = True
 units = ('months', 'weeks', 'days', 'hours', 'minutes', 'seconds')
 
 def __init__(self, location=None, **duration):
 """
+Initialized a new FileCache instance.
+
+If no cache location is specified, a temporary default location will be
+used. Such default cache location will be shared by all FileCache
+instances with no explicitly specified location within the same
+process. The default cache location will be removed automatically on
+process exit unless user sets the remove_default_location_on_exit
+FileCache class attribute to False.
+
 @param location: The directory for the cached files.
 @type location: str
 @param duration: The cached file duration which defines how
@@ -112,7 +126,7 @@
 @type duration: {unit:value}
 """
 if location is None:
-location = os.path.join(tmp(), 'suds')
+location = self.__get_default_location()
 self.location = location
 self.duration = (None, 0)
 self.setduration(**duration)
@@ -250,6 +264,34 @@
 fn = '%s-%s.%s' % (self.fnprefix, name, suffix)
 return os.path.join(self.location, fn)
 
+@staticmethod
+def __get_default_location():
+"""
+Returns the current process's default cache location folder.
+
+The folder is determined lazily on first call.
+
+"""
+if not FileCache.__default_location:
+tmp = 

commit tomcat for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package tomcat for openSUSE:Factory checked 
in at 2016-10-13 11:29:50

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


Package is "tomcat"

Changes:

--- /work/SRC/openSUSE:Factory/tomcat/tomcat.changes2016-09-23 
11:31:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.tomcat.new/tomcat.changes   2016-10-13 
11:29:50.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep 29 12:26:30 UTC 2016 - tchva...@suse.com
+
+- Switch to commons-dbcp2 fate#321029
+
+---

Old:

  dbcp-tomcat-build.xml



Other differences:
--
++ tomcat.spec ++
--- /var/tmp/diff_new_pack.IyA97H/_old  2016-10-13 11:29:52.0 +0200
+++ /var/tmp/diff_new_pack.IyA97H/_new  2016-10-13 11:29:52.0 +0200
@@ -64,7 +64,6 @@
 Source30:   tomcat-preamble
 Source31:   tomcat-server
 Source32:   tomcat-named.service
-Source40:   dbcp-tomcat-build.xml
 Source1000: tomcat-rpmlintrc
 Source1001: 
http://www.apache.org/dist/tomcat/tomcat-%{major_version}/v%{version}/src/%{packdname}.tar.gz.asc
 Source1002: %{name}.keyring
@@ -82,6 +81,10 @@
 Patch5: tomcat-8.0.36-jar-scanner-loop.patch
 BuildRequires:  ant >= 1.8.1
 BuildRequires:  ant-antlr
+BuildRequires:  apache-commons-collections
+BuildRequires:  apache-commons-daemon
+BuildRequires:  apache-commons-dbcp >= 2.0
+BuildRequires:  apache-commons-pool2
 BuildRequires:  ecj >= 4.4.0
 BuildRequires:  fdupes
 BuildRequires:  findutils
@@ -89,12 +92,6 @@
 BuildRequires:  geronimo-jaxrpc-1_1-api
 BuildRequires:  geronimo-qname-1_1-api
 BuildRequires:  geronimo-saaj-1_1-api
-BuildRequires:  jakarta-commons-collections
-BuildRequires:  jakarta-commons-daemon
-BuildRequires:  jakarta-commons-dbcp
-BuildRequires:  jakarta-commons-dbcp-src
-BuildRequires:  jakarta-commons-pool
-BuildRequires:  jakarta-commons-pool-tomcat5
 BuildRequires:  jakarta-taglibs-standard >= 1.1
 BuildRequires:  java-devel >= 1.7.0
 BuildRequires:  javapackages-tools
@@ -107,10 +104,10 @@
 BuildRequires:  wsdl4j
 BuildRequires:  zip
 Requires:   %{name}-lib = %{version}-%{release}
-Requires:   jakarta-commons-daemon
-Requires:   jakarta-commons-dbcp
-Requires:   jakarta-commons-logging
-Requires:   jakarta-commons-pool
+Requires:   apache-commons-daemon
+Requires:   apache-commons-dbcp
+Requires:   apache-commons-logging
+Requires:   apache-commons-pool2
 Requires:   log4j
 Requires(post): %fillup_prereq
 Requires(pre):  %{_sbindir}/groupadd
@@ -207,7 +204,6 @@
 Requires:   %{name}-jsp-%{jspspec}-api = %{version}-%{release}
 Requires:   %{name}-servlet-%{servletspec}-api = %{version}-%{release}
 Requires(post): ecj >= 4.4
-Requires(post): jakarta-commons-pool-tomcat5
 Requires(preun): coreutils
 Provides:   jakarta-commons-dbcp-tomcat5 = 1.4
 Obsoletes:  jakarta-commons-dbcp-tomcat5 < 1.4
@@ -254,17 +250,6 @@
 sed -i -e '/build-date/ d' webapps/docs/tomcat-docs.xsl
 
 %build
-#bnc847505: build all commons-dbcp-tomcat jars before tomcat
-#   so we broke the build cycle between commons-dbcp and tomcat
-
-mkdir -p commons/dbcp
-pushd commons/dbcp
-cp %{SOURCE40} .
-mkdir src
-cp -r %{_usrsrc}/commons-dbcp/java src/
-export CLASSPATH=$(build-classpath commons-pool-tomcat5)
-ant -f dbcp-tomcat-build.xml
-popd
 
 ln -s $(build-classpath jakarta-taglibs-core) 
webapps/examples/WEB-INF/lib/jstl.jar
 ln -s $(build-classpath jakarta-taglibs-standard) 
webapps/examples/WEB-INF/lib/standard.jar
@@ -274,7 +259,6 @@
 export ANT_OPTS=-Xmx500M
 
 # we don't care about the tarballs and we're going to replace
-# tomcat-dbcp.jar with jakarta-commons-{collections,dbcp,pool}-tomcat5.jar
 # so just create a dummy file for later removal
 touch HACK
 mkdir -p HACKDIR
@@ -294,8 +278,8 @@
 -Dnsis.exe="HACK" \
 -Djaxrpc-lib.jar="$(build-classpath jaxrpc)" \
 -Dwsdl4j-lib.jar="$(build-classpath wsdl4j)" \
--Dcommons-pool.home="HACKDIR" \
--Dcommons-dbcp.home="HACKDIR" \
+-Dcommons-pool.home="$(build-classpath commons-pool2)" \
+-Dcommons-dbcp.home="$(build-classpath commons-dbcp2)" \
 -Dno.build.dbcp=true \
 -Dversion="%{version}" \
 -Dversion.build="%{micro_version}" \
@@ -388,9 +372,6 @@
 cp -a *.jar %{buildroot}%{libdir}
 popd
 
-# bnc#847505: add missing tomcat-dbcp.jar
-cp -a commons/dbcp/dbcp-tomcat5/commons-dbcp-tomcat5.jar 
%{buildroot}/%{libdir}/tomcat-dbcp.jar
-
 # javadoc
 cp -a output/dist/webapps/docs/api/* %{buildroot}%{_javadocdir}/%{name}
 
@@ -443,7 +424,7 @@
 
 pushd output/build
 %{_bindir}/build-jar-repository lib commons-collections \
-   

commit razercfg for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package razercfg for openSUSE:Factory 
checked in at 2016-10-13 11:29:56

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


Package is "razercfg"

Changes:

--- /work/SRC/openSUSE:Factory/razercfg/razercfg.changes2016-01-08 
15:23:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.razercfg.new/razercfg.changes   2016-10-13 
11:29:56.0 +0200
@@ -1,0 +2,11 @@
+Tue Aug 30 09:22:50 UTC 2016 - aloi...@gmx.com
+
+- Update to version 0.37 
+
+---
+Sat Jul 30 02:29:45 UTC 2016 - r...@fthiessen.de
+
+- Update to new upstream release 0.35
+- Replaced .desktop and icon with bundled ones
+
+---

Old:

  desktop-icon.svg
  razercfg-0.33.tar.bz2
  razercfg.desktop

New:

  razercfg-0.37.tar.bz2
  razercfg-rpmlintrc



Other differences:
--
++ razercfg.spec ++
--- /var/tmp/diff_new_pack.gyrp5t/_old  2016-10-13 11:29:57.0 +0200
+++ /var/tmp/diff_new_pack.gyrp5t/_new  2016-10-13 11:29:57.0 +0200
@@ -17,18 +17,16 @@
 
 
 Name:   razercfg
-Version:0.33
+Version:0.37
 Release:0
 Summary:A Razer device configuration tool
-License:GPL-2.0+
+# Icons are http://creativecommons.org/licenses/by/4.0/
+License:GPL-2.0+ and CC-BY-SA-4.0
 Group:  Hardware/Other
 Url:http://bues.ch/cms/hacking/razercfg.html
 Source0:http://bues.ch/razercfg/%{name}-%{version}.tar.bz2
-Source1:razercfg.desktop
-#razercfg provies no image, but desktopfile requires one, so took a
-#public domain one: https://openclipart.org/detail/96913/mouse
-Source2:desktop-icon.svg
-# PATCH-FIX-OPENSUSE razercfg-fix-install-in-libdir r...@fthiessen.de -- 
Install libraries in matching directories (e.g. lib64 for 64bit)
+Source99:   %{name}-rpmlintrc
+# PATCH-FIX-OPENSUSE razercfg-fix-install-in-libdir -- Install libraries in 
matching directories (e.g. lib64 for 64bit).
 # Reported upstream 21. July 2015
 Patch0: razercfg-fix-install-in-libdir.patch
 BuildRequires:  cmake >= 2.4
@@ -43,7 +41,8 @@
 %{?systemd_requires}
 
 %description
-Razercfg is the next generation Razer device configuration tool bringing the 
Razer gaming experience to the free Open Source world.
+Razercfg is the next generation Razer device configuration
+tool bringing the Razer gaming experience to the free Open Source world.
 Including commandline tool (razercfg) and QT GUI qrazercfg.
 
 %prep
@@ -56,6 +55,7 @@
 
 %install
 %cmake_install
+rm %{buildroot}%{_libdir}/librazer.so
 # Systemd service and udev rule
 install -D -m 444 build/razerd.service %{buildroot}%{_unitdir}/razerd.service
 install -D -m 444 build/udev.rules %{buildroot}%{_udevrulesdir}/80-razer.rules
@@ -64,14 +64,11 @@
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcrazerd
 # install man pages
 mkdir -p %{buildroot}%{_mandir}/man1
-help2man -N ./ui/razercfg | gzip > %{buildroot}%{_mandir}/man1/razercfg.1.gz
-help2man -N -n "Use specific profiles per game" ./ui/razer-gamewrapper | \
-   gzip > %{buildroot}%{_mandir}/man1/razer-gamewrapper.1.gz
-LD_LIBRARY_PATH=./build/librazer/ help2man -N ./build/razerd/razerd | \
-   gzip > %{buildroot}%{_mandir}/man1/razerd.1.gz
+help2man -N ./ui/razercfg > %{buildroot}%{_mandir}/man1/razercfg.1
+help2man -N -n "Use specific profiles per game" ./ui/razer-gamewrapper > 
%{buildroot}%{_mandir}/man1/razer-gamewrapper.1
+LD_LIBRARY_PATH=./build/librazer/ help2man -N ./build/razerd/razerd > 
%{buildroot}%{_mandir}/man1/razerd.1
 #Desktop file
-install -Dm644 %{SOURCE2} 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/razercfg.svg
-%suse_update_desktop_file -i %{name}
+%suse_update_desktop_file -r %{name} Settings System HardwareSettings Qt
 
 %pre
 %service_add_pre razerd.service
@@ -79,7 +76,6 @@
 %post
 %service_add_post razerd.service
 %icon_theme_cache_post
-%desktop_database_post
 udevadm control --reload-rules 2>&1 > /dev/null || :
 /sbin/ldconfig
 
@@ -88,24 +84,24 @@
 
 %postun
 %service_del_postun razerd.service
-%desktop_database_postun
 %icon_theme_cache_postun
 udevadm control --reload-rules 2>&1 > /dev/null || :
 /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-%doc HACKING.md README COPYING
+%doc HACKING.md README.md COPYING icons/LICENSE
 %{python3_sitelib}/*
-%{_bindir}/razerd
 %{_sbindir}/rcrazerd
+%{_bindir}/razerd
 %{_bindir}/razercfg
 %{_bindir}/qrazercfg
 %{_bindir}/razer-gamewrapper
-%{_libdir}/librazer.so
+%{_bindir}/qrazercfg-applet
+%{_libdir}/librazer.so.1
 %{_unitdir}/razerd.service
 %{_udevrulesdir}/80-razer.rules

commit bspwm for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package bspwm for openSUSE:Factory checked 
in at 2016-10-13 11:29:46

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


Package is "bspwm"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.bspwm.new/bspwm.changes 2016-10-13 
11:29:46.0 +0200
@@ -0,0 +1,11 @@
+---
+Wed Oct  5 09:52:52 UTC 2016 - luke.nukem.jo...@gmail.com
+
+- change sxhkd and dmenu to be recommended, not required
+- move to pkgconfig deps, add desktop-utils handling 
+
+---
+Fri Jul 15 12:56:12 UTC 2016 - luke.nukem.jo...@gmail.com
+
+- Initial packaging of bspwm
+

New:

  0.9.1.tar.gz
  bspwm.changes
  bspwm.desktop
  bspwm.spec



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

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


Name:   bspwm
Version:0.9.1
Release:0
Summary:A tiling window manager based on binary space partitioning
License:BSD-2-Clause
Group:  System/GUI/Other
Url:https://github.com/baskerville/bspwm
Source0:https://github.com/baskerville/bspwm/archive/%{version}.tar.gz
Source1:bspwm.desktop
BuildRequires:  pkgconfig
BuildRequires:  zsh
BuildRequires:  pkgconfig(bash-completion)
BuildRequires:  pkgconfig(xcb)
BuildRequires:  pkgconfig(xcb-event)
BuildRequires:  pkgconfig(xcb-icccm)
BuildRequires:  pkgconfig(xcb-randr)
BuildRequires:  pkgconfig(xcb-util)
BuildRequires:  pkgconfig(xcb-xinerama)
BuildRequires:  pkgconfig(xcb-xkb)
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
Recommends: dmenu
Recommends: lemonbar
Recommends: sxhkd

%description
A tiling window manager based on binary space partitioning.
* It only responds to X events, and the messages it receives on a dedicated 
socket.
* bspc is a program that writes messages on bspwm's socket.
* bspwm doesn't handle any keyboard or pointer inputs: a third party program 
(e.g.
sxhkd) is needed in order to translate keyboard and pointer events to bspc 
invocations.

%prep
%setup -q

%build
install -pm 644 %{SOURCE1} contrib/freedesktop/bspwm.desktop
make %{?_smp_mflags} V=1

%install
%make_install PREFIX=%{_prefix} DOCPREFIX=%{_docdir}/%{name} 
MANPREFIX=%{_mandir}
install -D -p -m 644 examples/bspwmrc \
%{buildroot}%{_sysconfdir}/skel/.config/bspwm/bspwmrc
install -D -p -m 644 LICENSE %{buildroot}%{_docdir}/%{name}/LICENSE

%post
%desktop_database_post

%postun
%desktop_database_postun

%files
%defattr (-, root, root)
%dir %{_datadir}/zsh
%dir %{_datadir}/zsh/site-functions
%{_bindir}/bspwm
%{_bindir}/bspc
%{_docdir}/%{name}
%{_mandir}/man1/bspwm.1%{ext_man}
%{_mandir}/man1/bspc.1%{ext_man}
%{_datadir}/bash-completion/completions/bspc
%{_datadir}/zsh/site-functions/_bspc
%{_datadir}/xsessions/bspwm.desktop
%{_sysconfdir}/skel/.config/bspwm
%config %{_sysconfdir}/skel/.config/bspwm/bspwmrc

%changelog
++ bspwm.desktop ++
[Desktop Entry]
Encoding=UTF-8
Name=bspwm
Comment=Binary space partitioning window manager
Exec=bspwm
X-LightDM-DesktopName=GNOME
Type=Xsession



commit python3-libarchive-c for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python3-libarchive-c for 
openSUSE:Factory checked in at 2016-10-13 11:29:30

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


Package is "python3-libarchive-c"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-libarchive-c.new/python3-libarchive-c.changes
   2016-10-13 11:29:30.0 +0200
@@ -0,0 +1,35 @@
+---
+Sat Jul 23 21:54:21 UTC 2016 - a...@gmx.de
+
+- update to version 2.5:
+  * Changes to the library:
++ don't hardcode errno constants (#33)
+  * Packaging:
++ set umask to 022 in setup.py (36859c9)
+  * Tests:
++ fix a test to be compatible with libarchive 3.2 (#35)
+
+---
+Mon Jul  4 16:35:31 UTC 2016 - a...@gmx.de
+
+- update to version 2.4:
+  * fixed file permissions in PyPI archives (#30)
+  * fixed Travis CI builds (#32)
+
+---
+Sun May  8 07:16:26 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+---
+Sun Mar 13 05:30:28 UTC 2016 - a...@gmx.de
+
+- update to version 2.3:
+  (no changelog available)
+
+---
+Sun Jan 31 13:34:18 UTC 2016 - sleep_wal...@opensuse.org
+
+- let there be python3-libarchive-c!
+

New:

  libarchive-c-2.5.tar.gz
  python3-libarchive-c.changes
  python3-libarchive-c.spec



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

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


Name:   python3-libarchive-c
Version:2.5
Release:0
License:LGPL-2.1+
Summary:Python interface to libarchive
Url:https://github.com/Changaco/python-libarchive-c
Group:  Development/Languages/Python
Source: 
https://files.pythonhosted.org/packages/source/l/libarchive-c/libarchive-c-%{version}.tar.gz
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildArch:  noarch

%description
A Python interface to libarchive. It uses the standard ctypes_ module to
dynamically load and access the C library.

%prep
%setup -q -n libarchive-c-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc README.rst
%{python3_sitelib}/*

%changelog



commit sxhkd for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package sxhkd for openSUSE:Factory checked 
in at 2016-10-13 11:29:40

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


Package is "sxhkd"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.sxhkd.new/sxhkd.changes 2016-10-13 
11:29:43.0 +0200
@@ -0,0 +1,10 @@
+---
+Wed Oct  5 09:43:30 UTC 2016 - luke.nukem.jo...@gmail.com
+
+- Add missing LICENSE to package
+
+---
+Fri Jul 15 22:40:28 UTC 2016 - luke.nukem.jo...@gmail.com
+
+- Move to pkgconfig
+

New:

  0.5.6.tar.gz
  sxhkd.changes
  sxhkd.spec
  sxhkdrc



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

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


Name:   sxhkd
Version:0.5.6
Release:0
Summary:Simple X hotkey daemon
License:BSD-2-Clause
Group:  System/GUI/Other
Url:https://github.com/baskerville/sxhkd
Source0:https://github.com/baskerville/sxhkd/archive/%{version}.tar.gz 
Source1:
https://raw.githubusercontent.com/baskerville/bspwm/master/examples/sxhkdrc
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(xcb)
BuildRequires:  pkgconfig(xcb-util)
BuildRequires:  pkgconfig(xcb-keysyms)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
sxhkd is a simple X hotkey daemon with a powerful and compact configuration 
syntax.

%prep
%setup -q

%build
make %{?_smp_mflags}

%install
%make_install PREFIX=%{_prefix} DOCPREFIX=%{_docdir}/%{name}
install -D -p -m 644 %{SOURCE1} \
%{buildroot}%{_sysconfdir}/skel/.config/sxhkd/sxhkdrc

%files
%defattr (-, root, root)
%doc LICENSE
%{_bindir}/sxhkd
%{_mandir}/man1/sxhkd.1%{ext_man}
%{_docdir}/%{name}
%{_sysconfdir}/skel/.config/sxhkd
%config %{_sysconfdir}/skel/.config/sxhkd/sxhkdrc

%changelog
++ sxhkdrc ++
#
# wm independent hotkeys
#

# terminal emulator
super + Return
urxvt

# program launcher
super + space
dmenu_run

# make sxhkd reload its configuration files:
super + Escape
pkill -USR1 -x sxhkd

#
# bspwm hotkeys
#

# quit bspwm normally
super + alt + Escape
bspc quit

# close and kill
super + {_,shift + }w
bspc node -{c,k}

# alternate between the tiled and monocle layout
super + m
bspc desktop -l next

# if the current node is automatic, send it to the last manual, otherwise pull 
the last leaf
super + y
bspc query -N -n focused.automatic && bspc node -n last.!automatic || 
bspc node last.leaf -n focused

# swap the current node and the biggest node
super + g
bspc node -s biggest

#
# state/flags
#

# set the window state
super + {t,shift + t,s,f}
bspc node -t {tiled,pseudo_tiled,floating,fullscreen}

# set the node flags
super + ctrl + {x,y,z}
bspc node -g {locked,sticky,private}

#
# focus/swap
#

# focus the node in the given direction
super + {_,shift + }{h,j,k,l}
bspc node -{f,s} {west,south,north,east}

# focus the node for the given path jump
super + {p,b,comma,period}
bspc node -f @{parent,brother,first,second}

# focus the next/previous node
super + {_,shift + }c
bspc node -f {next,prev}

# focus the next/previous desktop
super + bracket{left,right}
bspc desktop -f {prev,next}

# focus the last node/desktop
super + {grave,Tab}
bspc {node,desktop} -f last

# focus the older or newer node in the focus history
super + {o,i}
bspc wm -h off; \
bspc node {older,newer} -f; \
bspc wm -h on

# focus or send to the given desktop
super + {_,shift + }{1-9,0}
bspc {desktop -f,node -d} '^{1-9,10}'

#
# preselect
#

# preselect the direction
super + ctrl + {h,j,k,l}
bspc node -p {west,south,north,east}

# preselect the ratio
super + ctrl + {1-9}
bspc node -o 0.{1-9}

# cancel the preselection for the focused node
super + ctrl + space
bspc 

commit python-oslo.vmware for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.vmware for 
openSUSE:Factory checked in at 2016-10-13 11:28:57

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


Package is "python-oslo.vmware"

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.vmware/python-oslo.vmware.changes
2016-05-04 08:19:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.vmware.new/python-oslo.vmware.changes   
2016-10-13 11:28:58.0 +0200
@@ -1,0 +2,34 @@
+Thu Sep  1 07:28:42 UTC 2016 - tbecht...@suse.com
+
+- update to version 2.14.0
+  * Fix TypeError:six.StringIO(resp.content) must be str or None, not bytes.
+  * Updated from global requirements
+  * Method to download file to VMware server
+
+---
+Wed Aug 10 12:07:27 UTC 2016 - tbecht...@suse.com
+
+- update to 2.12.0:
+  * Updated from global requirements
+  * Add http_method to download_stream_optimized_data
+  * Refactor the image transfer
+  * Remove discover from test-requirements
+  * Add a py35 tox venv for upcoming py35 support
+  * Remove unnecessary properties from image-meta
+
+---
+Mon Aug  1 19:03:35 UTC 2016 - tbecht...@suse.com
+
+- update to 2.10.0:
+  * Updated from global requirements
+  * Imported Translations from Zanata
+  * Refactor VmdkWriteHandle and VmdkReadHandle
+  * Add reno for release notes management
+  * Support download of virtual disk in ova container
+  * Trivial: ignore openstack/common in flake8 exclude list
+  * Should not raise Exception before connection close
+  * Remove explicit use of asserts
+  * Move bandit into pep8
+- update _service and switch to upstream spec
+
+---

Old:

  oslo.vmware-2.5.0.tar.gz

New:

  oslo.vmware-2.14.0.tar.gz



Other differences:
--
++ python-oslo.vmware.spec ++
--- /var/tmp/diff_new_pack.pkoFRt/_old  2016-10-13 11:28:59.0 +0200
+++ /var/tmp/diff_new_pack.pkoFRt/_new  2016-10-13 11:28:59.0 +0200
@@ -16,83 +16,92 @@
 #
 
 
-%define version_unconverted 2.5.0
-
+%global pypi_name oslo.vmware
 Name:   python-oslo.vmware
-Version:2.5.0
+Version:2.14.0
 Release:0
-Url:https://launchpad.net/oslo/
-Summary:OpenStack configuration API
+Summary:Oslo VMware library for OpenStack projects
 License:Apache-2.0
 Group:  Development/Languages/Python
-Source: 
http://tarballs.openstack.org/oslo.vmware/oslo.vmware-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  fdupes
-BuildRequires:  openstack-suse-macros
+Url:http://launchpad.net/oslo.vmware
+Source0:
https://pypi.io/packages/source/o/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
+BuildRequires:  openstack-macros
+BuildRequires:  python-Babel >= 2.3.4
 BuildRequires:  python-devel
-BuildRequires:  python-pbr
-# Test requirements:
-BuildRequires:  python-eventlet >= 0.13.0
-BuildRequires:  python-fixtures >= 0.3.14
-BuildRequires:  python-mock >= 1.0
+BuildRequires:  python-eventlet >= 0.18.2
+BuildRequires:  python-fixtures >= 3.0.0
+BuildRequires:  python-lxml >= 2.3
+BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-mox3 >= 0.7.0
-BuildRequires:  python-netaddr >= 0.7.6
-BuildRequires:  python-oslo.i18n
+BuildRequires:  python-netaddr >= 0.7.12
+BuildRequires:  python-oslo.concurrency >= 3.8.0
+BuildRequires:  python-oslo.i18n >= 2.1.0
+BuildRequires:  python-oslo.utils >= 3.16.0
+BuildRequires:  python-pbr >= 1.6
 BuildRequires:  python-python-subunit >= 0.0.18
-BuildRequires:  python-six >= 1.5.2
-BuildRequires:  python-suds-jurko
+BuildRequires:  python-requests >= 2.10.0
+BuildRequires:  python-suds-jurko >= 0.6
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
-BuildRequires:  python-testtools >= 0.9.34
+BuildRequires:  python-testtools >= 1.4.0
+BuildRequires:  python-urllib3 >= 1.15.1
 Requires:   python-PyYAML >= 3.1.0
 Requires:   python-eventlet >= 0.18.2
+Requires:   python-lxml >= 2.3
 Requires:   python-netaddr >= 0.7.12
-Requires:   python-oslo.concurrency >= 3.5.0
+Requires:   python-oslo.concurrency >= 3.8.0
 Requires:   python-oslo.i18n >= 2.1.0
-Requires:   python-oslo.utils >= 3.5.0
-Requires:   python-requests >= 2.8.1
+Requires:   python-oslo.utils >= 3.16.0
+Requires:   python-requests >= 2.10.0
 Requires:   python-six >= 1.9.0
-Requires:   python-stevedore >= 1.5.0
+Requires:   python-stevedore >= 1.16.0
 

commit python-pycadf for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-pycadf for openSUSE:Factory 
checked in at 2016-10-13 11:28:55

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


Package is "python-pycadf"

Changes:

--- /work/SRC/openSUSE:Factory/python-pycadf/python-pycadf.changes  
2016-05-04 08:19:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pycadf.new/python-pycadf.changes 
2016-10-13 11:28:56.0 +0200
@@ -1,0 +2,20 @@
+Fri Sep  2 19:17:09 UTC 2016 - tbecht...@suse.com
+
+- update to version 2.4.0
+  * Remove discover from test-requirements
+  * Updated from global requirements
+  * Fix order of arguments in assertEqual
+  * Don't include openstack/common in flake8 exclude list
+
+---
+Wed Aug 10 12:05:28 UTC 2016 - tbecht...@suse.com
+
+- update to 2.3.0:
+  * Add missing os-volumes_boot to nova_api_audit_map.conf
+  * Updated from global requirements
+  * Updated from global requirements
+  * Remove unused pngmath Sphinx extension
+  * Updated from global requirements
+- update _service and switch to upstream spec template
+
+---

Old:

  pycadf-2.1.0.tar.gz

New:

  pycadf-2.4.0.tar.gz



Other differences:
--
++ python-pycadf.spec ++
--- /var/tmp/diff_new_pack.xyQMnP/_old  2016-10-13 11:28:58.0 +0200
+++ /var/tmp/diff_new_pack.xyQMnP/_new  2016-10-13 11:28:58.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-pycadf
+# spec file for package python
 #
 # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -16,63 +16,70 @@
 #
 
 
-Name:   python-pycadf
-Version:2.1.0
+%global sname pycadf
+Name:   python-%{sname}
+Version:2.4.0
 Release:0
-Summary:DMTF Cloud Audit (CADF) data mode
+Summary:DMTF Cloud Audit (CADF) data model
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/pycadf
-Source: 
https://pypi.python.org/packages/source/p/pycadf/pycadf-%{version}.tar.gz
+Source0:
https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
+BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python-pbr
-# Test dependencies
-BuildRequires:  python-Babel >= 1.3
-BuildRequires:  python-fixtures >= 1.3.1
-BuildRequires:  python-oslo.config >= 3.4.0
-BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-python-subunit >= 0.0.18
-BuildRequires:  python-six >= 1.9.0
-BuildRequires:  python-testrepository >= 0.0.18
-BuildRequires:  python-testscenarios >= 0.4
-BuildRequires:  python-testtools >= 1.4.0
-Requires:   python-Babel >= 1.3
+BuildRequires:  python-pbr >= 1.6
+BuildRequires:  python-setuptools >= 16.0
+Requires:   python-Babel >= 2.3.4
+Requires:   python-WebOb >= 1.2.3
 Requires:   python-debtcollector >= 1.2.0
-Requires:   python-oslo.config >= 3.4.0
+Requires:   python-iso8601 >= 0.1.11
+Requires:   python-netaddr >= 0.7.12
+Requires:   python-oslo.config >= 3.14.0
+Requires:   python-oslo.messaging >= 5.2.0
 Requires:   python-oslo.serialization >= 1.10.0
 Requires:   python-pytz >= 2013.6
 Requires:   python-six >= 1.9.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-BuildRequires:  python-discover
-%else
 BuildArch:  noarch
-%endif
 
 %description
-Python implementation of DMTF Cloud Audit (CADF) data mode.
+DMTF Cloud Audit (CADF) data model
+
+%package doc
+Summary:Documentation for the DMTF Cloud Audit (CADF) data model
+Group:  Development/Languages/Python
+BuildRequires:  python-Sphinx
+BuildRequires:  python-oslosphinx >= 2.5.0
+
+%description doc
+Documentation for the DMTF Cloud Audit (CADF) data model.
 
 %prep
-%setup -q -n pycadf-%{version}
+%setup -q -n %{sname}-%{version}
 
 %build
-python setup.py build
+%py2_build
 
-%install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-# FIXME
-mkdir -p %{buildroot}/etc
-mv %{buildroot}/usr/etc/pycadf %{buildroot}/etc
+# generate html docs
+%{__python2} setup.py build_sphinx
+# remove the sphinx-build leftovers
+rm -rf doc/build/html/.{doctrees,buildinfo}
 
-%check
-testr init && testr run --parallel
+%install
+%py2_install
+# FIXME: pbr/wheel bug installing onfiguration files in /usr/etc
+mkdir -p %{buildroot}/%{_sysconfdir}
+mv 

commit uhd for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package uhd for openSUSE:Factory checked in 
at 2016-10-13 11:30:05

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


Package is "uhd"

Changes:

--- /work/SRC/openSUSE:Factory/uhd/uhd.changes  2016-07-14 09:46:13.0 
+0200
+++ /work/SRC/openSUSE:Factory/.uhd.new/uhd.changes 2016-10-13 
11:30:06.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep  3 19:32:09 UTC 2016 - w...@ire.pw.edu.pl
+
+- Update sources to version 3.9.5
+
+---

Old:

  uhd-3.9.4.tar.gz
  uhd-images_003.009.004-release.tar.gz

New:

  uhd-3.9.5.tar.gz
  uhd-images_003.009.005-release.tar.gz



Other differences:
--
++ uhd.spec ++
--- /var/tmp/diff_new_pack.AkWAjl/_old  2016-10-13 11:30:09.0 +0200
+++ /var/tmp/diff_new_pack.AkWAjl/_new  2016-10-13 11:30:09.0 +0200
@@ -18,10 +18,10 @@
 
 Name:   uhd
 %define libname libuhd003
-Version:3.9.4
+Version:3.9.5
 Release:0
-%define src_ver 003.009.004
-%define img_ver 003.009.004
+%define src_ver 003.009.005
+%define img_ver 003.009.005
 Summary:The driver for USRP SDR boards
 License:GPL-3.0+
 Group:  Hardware/Other
@@ -138,7 +138,7 @@
 mv %{buildroot}%{_datadir}/doc/uhd %{buildroot}%{_docdir}/
 mv %{buildroot}%{_libdir}/uhd/utils/*[!.rules] %{buildroot}%{_bindir}
 mv %{buildroot}%{_libdir}/uhd/examples/* %{buildroot}%{_bindir}
-mv %{buildroot}%{_libdir}/uhd/tests/* %{buildroot}%{_bindir}
+mv %{buildroot}%{_libdir}/uhd/tests/*_test %{buildroot}%{_bindir}
 
 rm -rf %{buildroot}%{_libdir}/uhd/tests
 rm -rf %{buildroot}%{_libdir}/uhd/examples

++ uhd-3.9.4.tar.gz -> uhd-3.9.5.tar.gz ++
 2029 lines of diff (skipped)

++ uhd-images_003.009.004-release.tar.gz -> 
uhd-images_003.009.005-release.tar.gz ++
/work/SRC/openSUSE:Factory/uhd/uhd-images_003.009.004-release.tar.gz 
/work/SRC/openSUSE:Factory/.uhd.new/uhd-images_003.009.005-release.tar.gz 
differ: char 5, line 1




commit nautilus for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package nautilus for openSUSE:Factory 
checked in at 2016-10-13 11:26:24

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


Package is "nautilus"

Changes:

--- /work/SRC/openSUSE:Factory/nautilus/nautilus.changes2016-09-21 
18:39:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.nautilus.new/nautilus.changes   2016-10-13 
11:26:25.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct  9 07:46:04 UTC 2016 - qz...@suse.com
+
+- Update nautilus-fix-desktop-icon-smash.patch:
+  porting upstream's solution to work out the general aspect
+  (bsc#979072, bgo#765601).
+
+---



Other differences:
--
++ nautilus-fix-desktop-icon-smash.patch ++
--- /var/tmp/diff_new_pack.xCE6bm/_old  2016-10-13 11:26:27.0 +0200
+++ /var/tmp/diff_new_pack.xCE6bm/_new  2016-10-13 11:26:27.0 +0200
@@ -1,23 +1,85 @@
-Index: nautilus-3.21.91/src/nautilus-canvas-container.c
-===
 nautilus-3.21.91.orig/src/nautilus-canvas-container.c
-+++ nautilus-3.21.91/src/nautilus-canvas-container.c
-@@ -2039,7 +2039,8 @@ lay_down_icons_vertical_desktop (Nautilu
- }
- 
- /* Check and see if we need to move to a new column */
--if (y != DESKTOP_PAD_VERTICAL && y + 
icon_height_for_bound_check > height)
-+if (y != DESKTOP_PAD_VERTICAL && y + 
icon_height_for_bound_check > height &&
-+height > 0 && total > 3)
- {
- break;
- }
-@@ -2087,7 +2088,7 @@ lay_down_icons_vertical_desktop (Nautilu
- /* Check and see if we need to move to a new column */
- if (y != DESKTOP_PAD_VERTICAL && y > height - 
icon_height_for_bound_check &&
- /* Make sure we lay out at least one icon per column, to 
make progress */
--p != icons)
-+p != icons && height > 0 && total > 3)
- {
- x += column_width + DESKTOP_PAD_HORIZONTAL;
- break;
+From: d82b5bb6e06b6761bd5d5f3dc9a0762ce55517b4 Mon Sep 17 00:00:00 2001
+From: Iain Lane 
+Date: Fri, 7 Oct 2016 12:24:18 +0100
+Subject: [PATCH] nautilus-canvas: Don't lay down desktop icons if we haven't
+
+Sometimes we were trying to lay down icons before size_allocate had been
+run. When this has happened, gtk_widget_get_allocation returns 1×1 as
+our size. This messes up the algorithm and causes icons to be
+overlapping on the canvas.
+
+This case happens when using Nautilus as the desktop in early-startup
+(e.g. from its XDG autostart file). It can happen that we have read the
+desktop files before the allocation has happened.
+
+We fix this by noticing if we're called before size_allocate and then
+deferring icon layout until later on, after size_allocate has happened.
+
+This behaviour was introduced in commit
+e0081be7cd65de6422529d831f7882009ce00a9d, which sorts and freezes the
+desktop in early-startup.
+
+https://bugzilla.suse.com/show_bug.cgi?id=979072
+
+https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1611955
+
+https://bugzilla.gnome.org/show_bug.cgi?id=765601
+
+
+diff -Nura nautilus-3.22.0/src/nautilus-canvas-container.c 
nautilus-3.22.0_new/src/nautilus-canvas-container.c
+--- nautilus-3.22.0/src/nautilus-canvas-container.c2016-09-13 
21:06:51.0 +
 nautilus-3.22.0_new/src/nautilus-canvas-container.c2016-10-09 
10:01:33.953215876 +
+@@ -1432,6 +1432,9 @@
+ 
+ g_assert (NAUTILUS_IS_CANVAS_CONTAINER (container));
+ 
++/* We can't get the right allocation if the size hasn't been allocated 
yet */
++g_return_if_fail (container->details->has_been_allocated);
++
+ if (icons == NULL)
+ {
+ return;
+@@ -1938,6 +1941,9 @@
+ EelDRect icon_rect;
+ GtkAllocation allocation;
+ 
++/* We can't get the right allocation if the size hasn't been allocated 
yet */
++g_return_if_fail (container->details->has_been_allocated);
++
+ /* Get container dimensions */
+ gtk_widget_get_allocation (GTK_WIDGET (container), );
+ height = CANVAS_HEIGHT (container, allocation);
+@@ -2218,7 +2224,13 @@
+ redo_layout (NautilusCanvasContainer *container)
+ {
+ unschedule_redo_layout (container);
+-redo_layout_internal (container);
++/* We can't lay out if the size hasn't been allocated yet; wait for it to
++ * be and then we will be called again from size_allocate ()
++ */
++if (container->details->has_been_allocated)
++{
++

commit polkit-default-privs for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory checked in at 2016-10-13 11:26:32

Comparing /work/SRC/openSUSE:Factory/polkit-default-privs (Old)
 and  /work/SRC/openSUSE:Factory/.polkit-default-privs.new (New)


Package is "polkit-default-privs"

Changes:

--- 
/work/SRC/openSUSE:Factory/polkit-default-privs/polkit-default-privs.changes
2016-09-21 18:30:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-default-privs.new/polkit-default-privs.changes
   2016-10-13 11:26:32.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 11 12:01:06 UTC 2016 - meiss...@suse.com
+
+- add flatpak privileges, but currently auth_admin currently (bsc#984817)
+
+---



Other differences:
--
++ polkit-default-privs-13.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.2/polkit-default-privs.restrictive 
new/polkit-default-privs-13.2/polkit-default-privs.restrictive
--- old/polkit-default-privs-13.2/polkit-default-privs.restrictive  
2016-09-12 12:02:22.0 +0200
+++ new/polkit-default-privs-13.2/polkit-default-privs.restrictive  
2016-10-11 13:58:09.0 +0200
@@ -695,4 +695,15 @@
 # sysprof (bsc#996111)
 org.gnome.sysprof2.perf-event-open auth_admin_keep
 
+# flatpak (bsc#984817)
+org.freedesktop.Flatpak.app-install
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.Flatpak.runtime-install
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.Flatpak.runtime-uninstall  
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.Flatpak.app-uninstall  
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.Flatpak.configure-remote   auth_admin:auth_admin:auth_admin
+
+org.freedesktop.Flatpak.app-update 
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.Flatpak.runtime-update 
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.Flatpak.appstream-update   
auth_admin:auth_admin:auth_admin_keep
+
 ###
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.2/polkit-default-privs.standard 
new/polkit-default-privs-13.2/polkit-default-privs.standard
--- old/polkit-default-privs-13.2/polkit-default-privs.standard 2016-09-12 
12:02:22.0 +0200
+++ new/polkit-default-privs-13.2/polkit-default-privs.standard 2016-10-11 
13:58:09.0 +0200
@@ -758,4 +758,15 @@
 # sysprof (bsc#996111)
 org.gnome.sysprof2.perf-event-open auth_admin_keep
 
+# flatpak (bsc#984817)
+org.freedesktop.Flatpak.app-install
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.Flatpak.runtime-install
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.Flatpak.runtime-uninstall  
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.Flatpak.app-uninstall  
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.Flatpak.configure-remote   auth_admin:auth_admin:auth_admin
+
+org.freedesktop.Flatpak.app-update 
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.Flatpak.runtime-update 
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.Flatpak.appstream-update   
auth_admin:auth_admin:auth_admin_keep
+
 ###




commit docker for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package docker for openSUSE:Factory checked 
in at 2016-10-13 11:31:39

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


Package is "docker"

Changes:

--- /work/SRC/openSUSE:Factory/docker/docker.changes2016-09-21 
18:49:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.docker.new/docker.changes   2016-10-13 
11:31:39.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct 11 09:36:23 UTC 2016 - asa...@suse.com
+
+- docker-mount-secrets.patch: change the internal mountpoint name to not use
+  ":" as that character can be considered a special character by other tools.
+  bsc#999582
+
+---



Other differences:
--
++ docker.spec ++
--- /var/tmp/diff_new_pack.nDYl57/_old  2016-10-13 11:31:41.0 +0200
+++ /var/tmp/diff_new_pack.nDYl57/_new  2016-10-13 11:31:41.0 +0200
@@ -64,6 +64,10 @@
 Patch100:   gcc-go-patches.patch
 Patch101:   netlink_gcc_go.patch
 Patch102:   netlink_netns_powerpc.patch
+# SUSE-FEATURE: Adds the /run/secrets mountpoint inside all Docker containers
+# which is not snapshotted when images are committed. Note that if you modify
+# this patch, please also modify the patch in the suse-secrets-v
+# branch in http://github.com/suse/docker.mirror.
 Patch200:   docker-mount-secrets.patch
 Patch300:   integration-cli-fix-TestInfoEnsureSucceeds.patch
 BuildRequires:  audit

++ docker-mount-secrets.patch ++
--- /var/tmp/diff_new_pack.nDYl57/_old  2016-10-13 11:31:41.0 +0200
+++ /var/tmp/diff_new_pack.nDYl57/_new  2016-10-13 11:31:41.0 +0200
@@ -1,31 +1,23 @@
-From fb84d5a3fbc3f1fad7dfc961b5dace3915eae7f9 Mon Sep 17 00:00:00 2001
-From: Aleksa Sarai 
-Date: Mon, 11 Apr 2016 22:54:35 +1000
-Subject: [PATCH] SUSE: implement SUSE container secrets
+commit 7726422774cf8dda6766cb268b4e9110e4f68945
+Author: Aleksa Sarai 
+Date:   Mon Apr 11 22:54:35 2016 +1000
 
-This allows for us to pass in host credentials to a container, allowing
-for SUSEConnect to work with containers.
-
-THIS PATCH IS NOT TO BE UPSTREAMED, DUE TO THE FACT THAT IT IS
-SUSE-SPECIFIC, AND UPSTREAM DOES NOT APPROVE OF THIS CONCEPT BECAUSE IT
-MAKES BUILDS NOT ENTIRELY REPRODUCIBLE.
-
-Signed-off-by: Aleksa Sarai 

- container/container_unix.go |  63 
- daemon/container_operations_unix.go |  50 ++
- daemon/daemon_unix.go   |   6 +-
- daemon/oci_linux.go |   7 ++
- daemon/start.go |   6 ++
- daemon/suse_secrets.go  | 184 
- 6 files changed, 314 insertions(+), 2 deletions(-)
- create mode 100644 daemon/suse_secrets.go
+SUSE: implement SUSE container secrets
+
+This allows for us to pass in host credentials to a container, allowing
+for SUSEConnect to work with containers.
+
+THIS PATCH IS NOT TO BE UPSTREAMED, DUE TO THE FACT THAT IT IS
+SUSE-SPECIFIC, AND UPSTREAM DOES NOT APPROVE OF THIS CONCEPT BECAUSE IT
+MAKES BUILDS NOT ENTIRELY REPRODUCIBLE.
+
+Signed-off-by: Aleksa Sarai 
 
 diff --git a/container/container_unix.go b/container/container_unix.go
-index 8273bdb..d86d783 100644
+index 2727b818f542..07a07102f031 100644
 --- a/container/container_unix.go
 +++ b/container/container_unix.go
-@@ -34,6 +34,8 @@ type Container struct {
+@@ -35,6 +35,8 @@ type Container struct {
HostsPath   string
ShmPath string
ResolvConfPath  string
@@ -34,14 +26,14 @@
SeccompProfile  string
NoNewPrivileges bool
  }
-@@ -243,6 +245,67 @@ func (container *Container) IpcMounts() []Mount {
+@@ -256,6 +258,67 @@ func (container *Container) IpcMounts() []Mount {
return mounts
  }
  
 +// SUSE:secrets :: SuseSecretsResourcePath returns the path to the container's
 +// personal /run/secrets tmpfs.
 +func (container *Container) SuseSecretsResourcePath() (string, error) {
-+  return container.GetRootResourcePath("suse:secrets")
++  return container.GetRootResourcePath("suse.secrets")
 +}
 +
 +// SUSE:secrets :: SuseSecretMounts returns the list of mounts required for 
the
@@ -103,10 +95,10 @@
  func (container *Container) UpdateContainer(hostConfig 
*containertypes.HostConfig) error {
container.Lock()
 diff --git a/daemon/container_operations_unix.go 
b/daemon/container_operations_unix.go
-index c8a0b93..036c65a 100644
+index 55bd3fc8392d..a3ab7fbd83d1 100644
 --- a/daemon/container_operations_unix.go
 +++ b/daemon/container_operations_unix.go
-@@ -168,6 +168,56 @@ func (daemon *Daemon) 

commit frogr for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package frogr for openSUSE:Factory checked 
in at 2016-10-13 11:31:46

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


Package is "frogr"

Changes:

--- /work/SRC/openSUSE:Factory/frogr/frogr.changes  2016-01-07 
00:24:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.frogr.new/frogr.changes 2016-10-13 
11:31:47.0 +0200
@@ -1,0 +2,17 @@
+Sat Oct  8 17:55:49 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.2:
+  + Lowered gettext minimum version down to 0.19.7 to make
+it easier for older distributions to package frogr.
+- Changes from version 1.1:
+  + Added flatpak support.
+  + Improved content inside the AppData file.
+  + Fix cancellation of the image upload process.
+  + Remove build-dependency on intltool, now relying on gettext
+only.
+  + Raised gettext minimum version up to 0.19.8.
+  + Updated translations.
+- Drop intltool and itstool BuildRequires following upstream
+  changes.
+
+---

Old:

  frogr-1.0.tar.xz

New:

  frogr-1.2.tar.xz



Other differences:
--
++ frogr.spec ++
--- /var/tmp/diff_new_pack.490zw3/_old  2016-10-13 11:31:48.0 +0200
+++ /var/tmp/diff_new_pack.490zw3/_new  2016-10-13 11:31:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package frogr
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,13 @@
 
 
 Name:   frogr
-Version:1.0
+Version:1.2
 Release:0
 Summary:Tool to Manage Flickr Accounts
 License:GPL-3.0
 Group:  Productivity/Graphics/Other
 Url:https://live.gnome.org/Frogr
-Source: 
http://download.gnome.org/sources/frogr/1.0/%{name}-%{version}.tar.xz
-BuildRequires:  intltool
-BuildRequires:  itstool
+Source: 
http://download.gnome.org/sources/frogr/1.2/%{name}-%{version}.tar.xz
 BuildRequires:  libgcrypt-devel >= 1.5.0
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools

++ frogr-1.0.tar.xz -> frogr-1.2.tar.xz ++
 67153 lines of diff (skipped)




commit freeipmi for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package freeipmi for openSUSE:Factory 
checked in at 2016-10-13 11:31:35

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


Package is "freeipmi"

Changes:

--- /work/SRC/openSUSE:Factory/freeipmi/freeipmi.changes2016-08-03 
11:45:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.freeipmi.new/freeipmi.changes   2016-10-13 
11:31:36.0 +0200
@@ -1,0 +2,28 @@
+Tue Oct  4 08:32:38 UTC 2016 - kkae...@suse.com
+
+- Update to 1.5.4
+  o Various changes/fixes in libipmiconsole
+- If user retrieves file descriptor from ipmiconsole_ctx_fd,
+  user is required to close it.  ipmiconsole_ctx_destroy no
+  longer closes it.  This is to avoid a potential double close
+  which can be a problem for multithreaded applications. This
+  is a change in behavior, but we do not believe this will
+  affect most applications since most users close the file
+  descriptor under most scenarios anyways.
+- ipmiconsole_ctx_destroy() should now be called to free
+  resources even if ipmiconsole_engine_teardown() has been
+  called.  This has been done to create consistent behavior in
+  the API and avoid a former segfault possibility.  This is a
+  change in behavior, but we do not believe this will affect
+  most applications since ipmiconsole_engine_teardown() is
+  only called when an application is being shutdown.
+- The use of IPMICONSOLE_ENGINE_CLOSE_FD has been clarified in
+  the header file.  Some of the prior text was unclear.
+  Behavior has not been changed.
+  o In ipmi-oem, support Intel get-bmc-services and set-bmc-
+services commands.
+  o In ipmi-oem, support Gigabyte get-nic-mode and set-nic-mode
+commands.
+  o Support Gigabyte MD90-FS0-ZB OEM SEL events.   
+
+---

Old:

  freeipmi-1.5.3.tar.gz
  freeipmi-1.5.3.tar.gz.sig

New:

  freeipmi-1.5.4.tar.gz
  freeipmi-1.5.4.tar.gz.sig



Other differences:
--
++ freeipmi.spec ++
--- /var/tmp/diff_new_pack.lU7w6e/_old  2016-10-13 11:31:38.0 +0200
+++ /var/tmp/diff_new_pack.lU7w6e/_new  2016-10-13 11:31:38.0 +0200
@@ -24,7 +24,7 @@
 %endif
 
 %define name freeipmi
-%define version 1.5.3
+%define version 1.5.4
 %define srcversion %{version}
 %if %{?_with_debug:1}%{!?_with_debug:0}
 %define release 1.debug%{?dist}

++ freeipmi-1.5.3.tar.gz -> freeipmi-1.5.4.tar.gz ++
 2310 lines of diff (skipped)





commit perl-HTTP-Tiny for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package perl-HTTP-Tiny for openSUSE:Factory 
checked in at 2016-10-13 11:32:27

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


Package is "perl-HTTP-Tiny"

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTTP-Tiny/perl-HTTP-Tiny.changes
2016-10-02 00:08:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-Tiny.new/perl-HTTP-Tiny.changes   
2016-10-13 11:32:27.0 +0200
@@ -1,0 +2,16 @@
+Tue Oct 11 05:38:10 UTC 2016 - co...@suse.com
+
+- updated to 0.070
+   see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
+
+  0.070 2016-10-09 23:23:28-04:00 America/New_York
+  
+  - No changes from 0.069-TRIAL.
+  
+  0.069 2016-10-05 11:35:58-04:00 America/New_York (TRIAL RELEASE)
+  
+  [INTERNAL]
+  
+  - Lazy load Carp only if needed.
+
+---

Old:

  HTTP-Tiny-0.068.tar.gz

New:

  HTTP-Tiny-0.070.tar.gz



Other differences:
--
++ perl-HTTP-Tiny.spec ++
--- /var/tmp/diff_new_pack.ZwNuXt/_old  2016-10-13 11:32:29.0 +0200
+++ /var/tmp/diff_new_pack.ZwNuXt/_new  2016-10-13 11:32:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTTP-Tiny
-Version:0.068
+Version:0.070
 Release:0
 %define cpan_name HTTP-Tiny
 Summary:Small, Simple, Correct Http/1.1 Client

++ HTTP-Tiny-0.068.tar.gz -> HTTP-Tiny-0.070.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Tiny-0.068/Changes new/HTTP-Tiny-0.070/Changes
--- old/HTTP-Tiny-0.068/Changes 2016-09-23 22:10:20.0 +0200
+++ new/HTTP-Tiny-0.070/Changes 2016-10-10 05:23:48.0 +0200
@@ -1,5 +1,15 @@
 Release notes for HTTP-Tiny
 
+0.070 2016-10-09 23:23:28-04:00 America/New_York
+
+- No changes from 0.069-TRIAL.
+
+0.069 2016-10-05 11:35:58-04:00 America/New_York (TRIAL RELEASE)
+
+[INTERNAL]
+
+- Lazy load Carp only if needed.
+
 0.068 2016-09-23 16:10:03-04:00 America/New_York
 
 - No changes from 0.067-TRIAL.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Tiny-0.068/MANIFEST new/HTTP-Tiny-0.070/MANIFEST
--- old/HTTP-Tiny-0.068/MANIFEST2016-09-23 22:10:20.0 +0200
+++ new/HTTP-Tiny-0.070/MANIFEST2016-10-10 05:23:48.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.007.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.008.
 CONTRIBUTING.mkdn
 Changes
 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Tiny-0.068/META.json 
new/HTTP-Tiny-0.070/META.json
--- old/HTTP-Tiny-0.068/META.json   2016-09-23 22:10:20.0 +0200
+++ new/HTTP-Tiny-0.070/META.json   2016-10-10 05:23:48.0 +0200
@@ -5,7 +5,7 @@
   "David Golden "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.007, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 
2.150010",
"license" : [
   "perl_5"
],
@@ -111,7 +111,7 @@
"provides" : {
   "HTTP::Tiny" : {
  "file" : "lib/HTTP/Tiny.pm",
- "version" : "0.068"
+ "version" : "0.070"
   }
},
"release_status" : "stable",
@@ -126,7 +126,7 @@
  "web" : "https://github.com/chansen/p5-http-tiny;
   }
},
-   "version" : "0.068",
+   "version" : "0.070",
"x_authority" : "cpan:DAGOLDEN",
"x_contributors" : [
   "Alan Gardner ",
@@ -150,6 +150,7 @@
   "Martin J. Evans ",
   "Martin-Louis Bright ",
   "Mike Doherty ",
+  "Nicolas Rochelemagne ",
   "Olaf Alders ",
   "Olivier Mengu\u00e9 ",
   "Petr P\u00edsa\u0159 ",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Tiny-0.068/META.yml new/HTTP-Tiny-0.070/META.yml
--- old/HTTP-Tiny-0.068/META.yml2016-09-23 22:10:20.0 +0200
+++ new/HTTP-Tiny-0.070/META.yml2016-10-10 05:23:48.0 +0200
@@ -22,7 +22,7 @@
   ExtUtils::MakeMaker: '6.17'
   perl: '5.006'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.007, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: 

commit python-taskflow for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-taskflow for openSUSE:Factory 
checked in at 2016-10-13 11:31:30

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


Package is "python-taskflow"

Changes:

--- /work/SRC/openSUSE:Factory/python-taskflow/python-taskflow.changes  
2016-05-19 12:14:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-taskflow.new/python-taskflow.changes 
2016-10-13 11:31:30.0 +0200
@@ -1,0 +2,23 @@
+Tue Oct  4 10:09:10 UTC 2016 - tbecht...@suse.com
+
+- Adjust Requires
+
+---
+Mon May 23 11:20:23 UTC 2016 - tbecht...@suse.com
+
+- update to 1.32.0:
+  * Attempt to cancel active futures when suspending is underway
+  * Allow for specifying green threaded to parallel engine
+  * Make conductor.stop stop the running engine gracefully
+  * Updated from global requirements
+  * Don't set html_last_updated_fmt without git
+  * Updated from global requirements
+  * Add the ability to skip resolving from activating
+  * Fix export_to_dot for networkx package changes
+  * Ensure upgrade for sqlalchemy is protected by a lock
+  * Add periodic jobboard refreshing (incase of sync issues)
+  * Fallback if git is absent
+  * Allow for revert to have a different argument list from execute
+- adjust Requires
+
+---

Old:

  taskflow-1.30.0.tar.gz

New:

  taskflow-2.6.0.tar.gz



Other differences:
--
++ python-taskflow.spec ++
--- /var/tmp/diff_new_pack.nJrzzY/_old  2016-10-13 11:31:32.0 +0200
+++ /var/tmp/diff_new_pack.nJrzzY/_new  2016-10-13 11:31:32.0 +0200
@@ -16,75 +16,107 @@
 #
 
 
+%global pypi_name taskflow
 Name:   python-taskflow
-Version:1.30.0
+Version:2.6.0
 Release:0
 Summary:Taskflow structured state management library
 License:Apache-2.0
-Group:  Development/Languages/Python
+Group:  Documentation
 Url:https://launchpad.net/taskflow
-Source: 
https://pypi.python.org/packages/source/t/taskflow/taskflow-%{version}.tar.gz
-BuildRequires:  openstack-suse-macros
-BuildRequires:  python-Sphinx
-BuildRequires:  python-coverage
+Source0:
https://pypi.io/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
+BuildRequires:  openstack-macros
+BuildRequires:  python-PyMySQL >= 0.6.2
+BuildRequires:  python-SQLAlchemy >= 1.0.10
+BuildRequires:  python-SQLAlchemy-Utils
+BuildRequires:  python-alembic >= 0.8.4
+BuildRequires:  python-automaton >= 0.5.0
+BuildRequires:  python-cachetools >= 1.1.0
+BuildRequires:  python-contextlib2 >= 0.4.0
 BuildRequires:  python-devel
-BuildRequires:  python-futures
-BuildRequires:  python-kombu
-BuildRequires:  python-mock
-BuildRequires:  python-networkx
-BuildRequires:  python-pbr
-BuildRequires:  python-python-subunit
-BuildRequires:  python-setuptools
-BuildRequires:  python-six
+BuildRequires:  python-enum34
+BuildRequires:  python-eventlet >= 0.18.2
+BuildRequires:  python-fasteners >= 0.7
+BuildRequires:  python-futurist >= 0.11.0
+BuildRequires:  python-jsonschema >= 2.0.0
+BuildRequires:  python-kazoo >= 2.2
+BuildRequires:  python-kombu >= 3.0.25
+BuildRequires:  python-mock >= 2.0
+BuildRequires:  python-networkx >= 1.10
+BuildRequires:  python-oslo.serialization >= 1.10.0
+BuildRequires:  python-oslo.utils >= 3.16.0
+BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-pbr >= 1.6
+BuildRequires:  python-psycopg2 >= 2.5
+BuildRequires:  python-pydotplus >= 2.0.2
+BuildRequires:  python-redis >= 2.10.0
+BuildRequires:  python-retrying >= 1.2.3
 BuildRequires:  python-stevedore
-BuildRequires:  python-testrepository
-BuildRequires:  python-testtools
-BuildRequires:  python-zake
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   python-alembic >= 0.8.0
+BuildRequires:  python-testscenarios >= 0.4
+BuildRequires:  python-testtools >= 1.4.0
+BuildRequires:  python-zake >= 0.1.6
+Requires:   python-Babel >= 2.3.4
+Requires:   python-anyjson >= 0.3.3
 Requires:   python-automaton >= 0.5.0
-Requires:   python-cachetools >= 1.0.0
+Requires:   python-cachetools >= 1.1.0
 Requires:   python-contextlib2 >= 0.4.0
 Requires:   python-debtcollector >= 1.2.0
 Requires:   python-enum34
 Requires:   python-fasteners >= 0.7
 Requires:   python-futures >= 3.0
 Requires:   python-futurist >= 0.11.0
+Requires:   python-iso8601 >= 0.1.11
 Requires:   python-jsonschema >= 2.0.0
+Requires:   python-kazoo >= 2.2
 Requires:   python-monotonic >= 0.6
 Requires:   

commit python3-textile for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python3-textile for openSUSE:Factory 
checked in at 2016-10-13 11:32:05

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


Package is "python3-textile"

Changes:

--- /work/SRC/openSUSE:Factory/python3-textile/python3-textile.changes  
2016-09-13 22:23:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-textile.new/python3-textile.changes 
2016-10-13 11:32:05.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 11 06:24:18 UTC 2016 - sebix+novell@sebix.at
+
+- Explicitly require python3-six
+
+---



Other differences:
--
++ python3-textile.spec ++
--- /var/tmp/diff_new_pack.Xfpibe/_old  2016-10-13 11:32:06.0 +0200
+++ /var/tmp/diff_new_pack.Xfpibe/_new  2016-10-13 11:32:06.0 +0200
@@ -13,22 +13,25 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python3-textile
 Version:2.3.3
 Release:0
-License:BSD-3-Clause
 Summary:A Python port of Textile, A humane web text generator
-Url:https://github.com/textile/python-textile
+License:BSD-3-Clause
 Group:  Development/Languages/Python
+Url:https://github.com/textile/python-textile
 Source: 
https://github.com/textile/python-textile/archive/%{version}.tar.gz
 Requires:  python3-Pillow
 Requires:  python3-html5lib
 BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
-BuildRequires:  python3-pytest-runner
 BuildRequires:  python3-pytest-cov
+BuildRequires:  python3-pytest-runner
+BuildRequires:  python3-setuptools
+BuildRequires:  python3-six
+Requires:   python3-six
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Patch0: patch_run_tests.patch
@@ -54,3 +57,5 @@
 
 %check
 python3 setup.py test
+
+%changelog




commit python3-pandas for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python3-pandas for openSUSE:Factory 
checked in at 2016-10-13 11:31:58

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


Package is "python3-pandas"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pandas/python3-pandas-doc.changes
2016-06-02 09:38:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pandas.new/python3-pandas-doc.changes   
2016-10-13 11:31:58.0 +0200
@@ -1,0 +2,23 @@
+Sun Oct  2 16:08:50 UTC 2016 - a...@gmx.de
+
+- update to version 0.19.0:
+  (long changelog, see 
http://pandas.pydata.org/pandas-docs/stable/whatsnew.html#v0-19-0-october-2-2016)
+  * Highlights include:
++ merge_asof() for asof-style time-series joining
++ .rolling() is now time-series aware
++ read_csv() now supports parsing Categorical data
++ A function union_categorical() has been added for combining
+  categoricals
++ PeriodIndex now has its own period dtype, and changed to be more
+  consistent with other Index classes
++ Sparse data structures gained enhanced support of int and bool
+  dtypes
++ Comparison operations with Series no longer ignores the index,
+  see here for an overview of the API changes.
++ Introduction of a pandas development API for utility functions
++ Deprecation of Panel4D and PanelND. We recommend to represent
+  these types of n-dimensional data with the xarray package.
++ Removal of the previously deprecated modules pandas.io.data,
+  pandas.io.wb, pandas.tools.rplot.
+
+---
--- /work/SRC/openSUSE:Factory/python3-pandas/python3-pandas.changes
2016-06-02 09:38:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pandas.new/python3-pandas.changes   
2016-10-13 11:31:58.0 +0200
@@ -1,0 +2,26 @@
+Sun Oct  2 16:08:50 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * require python3-Cython
+
+- update to version 0.19.0:
+  (long changelog, see 
http://pandas.pydata.org/pandas-docs/stable/whatsnew.html#v0-19-0-october-2-2016)
+  * Highlights include:
++ merge_asof() for asof-style time-series joining
++ .rolling() is now time-series aware
++ read_csv() now supports parsing Categorical data
++ A function union_categorical() has been added for combining
+  categoricals
++ PeriodIndex now has its own period dtype, and changed to be more
+  consistent with other Index classes
++ Sparse data structures gained enhanced support of int and bool
+  dtypes
++ Comparison operations with Series no longer ignores the index,
+  see here for an overview of the API changes.
++ Introduction of a pandas development API for utility functions
++ Deprecation of Panel4D and PanelND. We recommend to represent
+  these types of n-dimensional data with the xarray package.
++ Removal of the previously deprecated modules pandas.io.data,
+  pandas.io.wb, pandas.tools.rplot.
+
+---
@@ -29 +54,0 @@
-

Old:

  pandas-0.18.1.tar.gz

New:

  pandas-0.19.0.tar.gz



Other differences:
--
++ python3-pandas-doc.spec ++
--- /var/tmp/diff_new_pack.bQkDmc/_old  2016-10-13 11:32:00.0 +0200
+++ /var/tmp/diff_new_pack.bQkDmc/_new  2016-10-13 11:32:00.0 +0200
@@ -17,15 +17,15 @@
 
 
 Name:   python3-pandas-doc
-Version:0.18.1
+Version:0.19.0
 Release:0
 Summary:Documentation for python3-pandas
 License:BSD-3-Clause
 Group:  Documentation/HTML
 Url:http://pandas.pydata.org/
 Source0:
https://files.pythonhosted.org/packages/source/p/pandas/pandas-%{version}.tar.gz
-BuildRequires:  python3-pandas = %{version}
 BuildRequires:  python3-Sphinx
+BuildRequires:  python3-pandas = %{version}
 Recommends: python3-pandas = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ python3-pandas.spec ++
--- /var/tmp/diff_new_pack.bQkDmc/_old  2016-10-13 11:32:00.0 +0200
+++ /var/tmp/diff_new_pack.bQkDmc/_new  2016-10-13 11:32:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pandas
-Version:0.18.1
+Version:0.19.0
 Release:0
 Summary:Make working with "relational" or "labeled" data both easy and 
intuitive
 License:BSD-3-Clause
@@ -26,11 +26,12 @@
 Source0:
https://files.pythonhosted.org/packages/source/p/pandas/pandas-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
+BuildRequires:  

commit desktop-translations for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package desktop-translations for 
openSUSE:Factory checked in at 2016-10-13 11:32:33

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


Package is "desktop-translations"

Changes:

--- 
/work/SRC/openSUSE:Factory/desktop-translations/desktop-translations.changes
2015-10-08 08:26:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.desktop-translations.new/desktop-translations.changes
   2016-10-13 11:32:35.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 12 08:32:03 UTC 2016 - k...@suse.de
+
+- Update translations from SVN.
+
+---



Other differences:
--
++ desktop-translations.spec ++
--- /var/tmp/diff_new_pack.TzQvl4/_old  2016-10-13 11:32:37.0 +0200
+++ /var/tmp/diff_new_pack.TzQvl4/_new  2016-10-13 11:32:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package desktop-translations
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ desktop-translations.tar.bz2 ++
/work/SRC/openSUSE:Factory/desktop-translations/desktop-translations.tar.bz2 
/work/SRC/openSUSE:Factory/.desktop-translations.new/desktop-translations.tar.bz2
 differ: char 11, line 1




commit xrdp for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package xrdp for openSUSE:Factory checked in 
at 2016-10-13 11:32:31

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


Package is "xrdp"

Changes:

--- /work/SRC/openSUSE:Factory/xrdp/xrdp.changes2016-09-23 
11:39:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.xrdp.new/xrdp.changes   2016-10-13 
11:32:32.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep 25 09:41:28 UTC 2016 - jeng...@inai.de
+
+- Trim/fixup summary and description. Use faster find -delete.
+
+---



Other differences:
--
++ xrdp.spec ++
--- /var/tmp/diff_new_pack.lujErt/_old  2016-10-13 11:32:34.0 +0200
+++ /var/tmp/diff_new_pack.lujErt/_new  2016-10-13 11:32:34.0 +0200
@@ -20,7 +20,7 @@
 Name:   xrdp
 Version:0.9.0~git.1456906198.f422461
 Release:0
-Summary:Open Source remote desktop protocol (RDP) server
+Summary:Remote desktop protocol (RDP) server
 License:Apache-2.0 and GPL-2.0+
 Group:  System/X11/Utilities
 Url:https://github.com/neutrinolabs/xrdp
@@ -64,7 +64,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-A full functionnal Linux terminal server, capable of accepting
+A fully functional Linux terminal server, capable of accepting
 connection from rdesktop and Microsoft's own terminal server / remote
 desktop clients.
 
@@ -91,7 +91,7 @@
 
 %install
 make %{?_smp_mflags} DESTDIR=%{buildroot} install
-find %{buildroot} -name '*.a' -exec rm {} \;
+find %{buildroot} -name '*.a' -delete
 find %{buildroot} -type f -name "*.la" -delete -print
 mkdir -p %{buildroot}/%{_fwdefdir}
 install -m 644 %{SOURCE1} %{buildroot}/%{_fwdefdir}/xrdp





commit converseen for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package converseen for openSUSE:Factory 
checked in at 2016-10-13 11:32:29

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


Package is "converseen"

Changes:

--- /work/SRC/openSUSE:Factory/converseen/converseen.changes2016-09-30 
15:35:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.converseen.new/converseen.changes   
2016-10-13 11:32:29.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct  9 18:37:05 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 0.9.5.2.
+  * Added some generic code fixings.
+
+---

Old:

  converseen-0.9.5.1.tar.bz2

New:

  converseen-0.9.5.2.tar.bz2



Other differences:
--
++ converseen.spec ++
--- /var/tmp/diff_new_pack.CUvvii/_old  2016-10-13 11:32:30.0 +0200
+++ /var/tmp/diff_new_pack.CUvvii/_new  2016-10-13 11:32:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   converseen
-Version:0.9.5.1
+Version:0.9.5.2
 Release:0
 Summary:Batch Image Conversion Tool
 License:GPL-3.0+
@@ -85,6 +85,7 @@
 %cmake_install
 rm -rf \
 %{buildroot}%{_datadir}/kde4/ \
+%{buildroot}%{_datadir}/kservices5/ \
 %{buildroot}%{_datadir}/pixmaps/%{name}.png
 # strip incorrect sRGB profile
 convert res/%{name}.png -strip res/%{name}.png

++ converseen-0.9.5.1.tar.bz2 -> converseen-0.9.5.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/converseen-0.9.5.1/CMakeLists.txt 
new/converseen-0.9.5.2/CMakeLists.txt
--- old/converseen-0.9.5.1/CMakeLists.txt   2016-09-08 00:13:50.0 
+0200
+++ new/converseen-0.9.5.2/CMakeLists.txt   2016-09-28 23:44:40.0 
+0200
@@ -130,7 +130,7 @@
 install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/converseen DESTINATION 
${CMAKE_INSTALL_PREFIX}/bin)
 install(FILES res/converseen.desktop DESTINATION 
${CMAKE_INSTALL_PREFIX}/share/applications)
 install(FILES res/converseen.png DESTINATION 
${CMAKE_INSTALL_PREFIX}/share/pixmaps)
-install(FILES res/converseen_import.desktop DESTINATION 
${CMAKE_INSTALL_PREFIX}/share/kde4/services/ServiceMenus)
+install(FILES res/converseen_import.desktop DESTINATION 
${CMAKE_INSTALL_PREFIX}/share/kservices5/ServiceMenus)
 install(FILES converseen.appdata.xml DESTINATION /usr/share/appdata/)
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_cs_CZ.qm DESTINATION 
${CMAKE_INSTALL_PREFIX}/share/converseen/loc)
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_de_DE.qm DESTINATION 
${CMAKE_INSTALL_PREFIX}/share/converseen/loc)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/converseen-0.9.5.1/converseen.pro 
new/converseen-0.9.5.2/converseen.pro
--- old/converseen-0.9.5.1/converseen.pro   2016-09-08 00:13:50.0 
+0200
+++ new/converseen-0.9.5.2/converseen.pro   2016-09-28 23:44:40.0 
+0200
@@ -104,7 +104,7 @@
  icon.files = res/converseen.png
  desktopFile.path = $${SHARE_DIR}/applications
  desktopFile.files = res/converseen.desktop
- kdeservicemenu.path = $${SHARE_DIR}/kde4/services/ServiceMenus/
+ kdeservicemenu.path = $${SHARE_DIR}/kservices5/ServiceMenus
  kdeservicemenu.files = res/converseen_import.desktop
  appdata.path = /usr/share/appdata/
  appdata.files = converseen.appdata.xml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/converseen-0.9.5.1/converseen.rc 
new/converseen-0.9.5.2/converseen.rc
--- old/converseen-0.9.5.1/converseen.rc2016-09-08 00:13:50.0 
+0200
+++ new/converseen-0.9.5.2/converseen.rc2016-09-28 23:44:40.0 
+0200
@@ -61,8 +61,8 @@
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,9,5,0
- PRODUCTVERSION 0,9,5,0
+ FILEVERSION 0,9,5,2
+ PRODUCTVERSION 0,9,5,2
  FILEFLAGSMASK 0x17L
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -80,13 +80,13 @@
 VALUE "Comments", "The batch image converter and resizer"
 VALUE "CompanyName", "Faster"
 VALUE "FileDescription", "Converseen - The batch converter and 
resizer"
-VALUE "FileVersion", "0.9.5.0"
+VALUE "FileVersion", "0.9.5.2"
 VALUE "InternalName", "Converseen"
 VALUE "LegalCopyright", "(C) 2009 - 2016 Francesco Mondello GNU - 
GPL"
 VALUE "LegalTrademarks", "(C) 2009 - 2016 Francesco Mondello GNU - 
GPL"
 VALUE "OriginalFilename", "converseen.exe"
 VALUE "ProductName", "Converseen"
-VALUE "ProductVersion", "0.9.5.0"
+VALUE "ProductVersion", "0.9.5.2"
 END
 END
 BLOCK "VarFileInfo"
diff -urN '--exclude=CVS' 

commit ghc-binary-orphans for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package ghc-binary-orphans for 
openSUSE:Factory checked in at 2016-10-13 11:31:50

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


Package is "ghc-binary-orphans"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-binary-orphans/ghc-binary-orphans.changes
2016-10-04 15:59:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-binary-orphans.new/ghc-binary-orphans.changes   
2016-10-13 11:31:51.0 +0200
@@ -1,0 +2,10 @@
+Mon Sep 26 06:49:52 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.5.1 revision 4 with cabal2obs.
+
+---
+Thu Sep 15 07:00:45 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.5.1 revision 3 with cabal2obs.
+
+---

Old:

  2.cabal

New:

  binary-orphans.cabal



Other differences:
--
++ ghc-binary-orphans.spec ++
--- /var/tmp/diff_new_pack.eGdMRP/_old  2016-10-13 11:31:52.0 +0200
+++ /var/tmp/diff_new_pack.eGdMRP/_new  2016-10-13 11:31:52.0 +0200
@@ -26,7 +26,7 @@
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-binary-devel
@@ -34,7 +34,6 @@
 BuildRequires:  ghc-hashable-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-scientific-devel
-BuildRequires:  ghc-semigroups-devel
 BuildRequires:  ghc-tagged-devel
 BuildRequires:  ghc-text-binary-devel
 BuildRequires:  ghc-text-devel
@@ -89,6 +88,5 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc CHANGELOG.md README.md
 
 %changelog

++ binary-orphans.cabal ++
-- This file has been generated from package.yaml by hpack version 0.15.0.
--
-- see: https://github.com/sol/hpack

name:   binary-orphans
version:0.1.5.1
x-revision: 4
synopsis:   Orphan instances for binary
description:`binary-orphans` defines orphan instances for types in some 
popular packages.
category:   Web
homepage:   https://github.com/phadej/binary-orphans#readme
bug-reports:https://github.com/phadej/binary-orphans/issues
author: Oleg Grenrus 
maintainer: Oleg Grenrus 
license:BSD3
license-file:   LICENSE
tested-with:GHC==7.6.3, GHC==7.8.4, GHC==7.10.2
build-type: Simple
cabal-version:  >= 1.10

extra-source-files:
CHANGELOG.md
README.md

source-repository head
  type: git
  location: https://github.com/phadej/binary-orphans

library
  hs-source-dirs:
  src
  ghc-options: -Wall -fno-warn-orphans
  build-depends:
  base >=4.6.0.1   && <4.10
, aeson>=0.7.0.6   && <1.1
, binary   >=0.5.1.1   && <0.8.5
, case-insensitive >=1.2.0.4   && <1.2.1
, hashable >=1.2.3.3   && <1.3
, scientific   >=0.3.3.8   && <0.4
, tagged   >=0.7.3 && <0.8.6
, text >=1.2.0.6   && <1.3
, time >=1.4.0.1   && <1.6.1
, unordered-containers >=0.2.5.1   && <0.3
, vector   >=0.10.12.3 && <0.12
, text-binary  >=0.1.0   && <0.3
, vector-binary-instances  >=0.2.1.0 && <0.3
  if !impl(ghc >= 8.0)
build-depends:
semigroups   >=0.16.2.2  && <0.18.3
  if !impl(ghc >= 7.10)
build-depends:
void >=0.7   && <0.8
  , nats >=1 && <1.2
  exposed-modules:
  Data.Binary.Orphans
  default-language: Haskell2010

test-suite binary-orphans-test
  type: exitcode-stdio-1.0
  main-is: Tests.hs
  hs-source-dirs:
  test
  ghc-options: -Wall -fno-warn-orphans
  build-depends:
  base >=4.6.0.1   && <4.10
, aeson>=0.7.0.6   && <1.1
, binary   >=0.5.1.1   && <0.8.5
, case-insensitive >=1.2.0.4   && <1.2.1
, hashable >=1.2.3.3   && <1.3
, scientific   >=0.3.3.8   && <0.4
, tagged   >=0.7.3 && <0.8.6
, text >=1.2.0.6   && <1.3
, time >=1.4.0.1   && <1.6.1
, 

commit q4wine for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package q4wine for openSUSE:Factory checked 
in at 2016-10-13 11:32:08

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


Package is "q4wine"

Changes:

--- /work/SRC/openSUSE:Factory/q4wine/q4wine.changes2016-09-05 
21:23:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.q4wine.new/q4wine.changes   2016-10-13 
11:32:08.0 +0200
@@ -1,0 +2,7 @@
+Sat Oct  8 19:29:12 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 1.3.3.
+  * Fixed:
++ Problem opening file dialog to mount ISO.
+
+---

Old:

  q4wine-1.3.2.tar.gz

New:

  q4wine-1.3.3.tar.gz



Other differences:
--
++ q4wine.spec ++
--- /var/tmp/diff_new_pack.7HQ0Z9/_old  2016-10-13 11:32:10.0 +0200
+++ /var/tmp/diff_new_pack.7HQ0Z9/_new  2016-10-13 11:32:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   q4wine
-Version:1.3.2
+Version:1.3.3
 Release:0
 Summary:Qt4 GUI for WINE
 License:GPL-3.0

++ q4wine-1.3.2.tar.gz -> q4wine-1.3.3.tar.gz ++
 22728 lines of diff (skipped)




commit zeal for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package zeal for openSUSE:Factory checked in 
at 2016-10-13 11:32:02

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


Package is "zeal"

Changes:

--- /work/SRC/openSUSE:Factory/zeal/zeal.changes2016-09-30 
15:31:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.zeal.new/zeal.changes   2016-10-13 
11:32:02.0 +0200
@@ -1,0 +2,10 @@
+Tue Oct 11 19:01:38 UTC 2016 - dap.darkn...@gmail.com
+
+- Update to 0.3.1
+  * Fixed random crashing on application start and exit. (#595)
+  * Fixed web view hanging caused by URLs with no schema. (#532)
+  * Fixed docset removal on Windows. (#621)
+  * Fixed race condition (and warning) in docset removal logic.
+  * Fixed docset selection with Select All shortcut (Ctrl+A).
+
+---

Old:

  zeal-0.3.0.tar.gz

New:

  zeal-0.3.1.tar.gz



Other differences:
--
++ zeal.spec ++
--- /var/tmp/diff_new_pack.avq5dD/_old  2016-10-13 11:32:03.0 +0200
+++ /var/tmp/diff_new_pack.avq5dD/_new  2016-10-13 11:32:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   zeal
-Version:0.3.0
+Version:0.3.1
 Release:0
 Summary:Offline API documentation browser
 License:GPL-3.0

++ zeal-0.3.0.tar.gz -> zeal-0.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zeal-0.3.0/README.md new/zeal-0.3.1/README.md
--- old/zeal-0.3.0/README.md2016-09-23 05:56:02.0 +0200
+++ new/zeal-0.3.1/README.md2016-10-10 08:05:43.0 +0200
@@ -35,7 +35,7 @@
 
 ## How to use
 
-After installing Zeal, you need to download docsets. Go to 
*File->Options->Docsets*, select the ones you want, and click the *Download* 
button.
+After installing Zeal, you need to download docsets. Go to *Tools->Docsets*, 
select the ones you want, and click the *Download* button.
 
 ## How to compile
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zeal-0.3.0/qmake/common.pri 
new/zeal-0.3.1/qmake/common.pri
--- old/zeal-0.3.0/qmake/common.pri 2016-09-23 05:56:02.0 +0200
+++ new/zeal-0.3.1/qmake/common.pri 2016-10-10 08:05:43.0 +0200
@@ -30,7 +30,7 @@
 UI_DIR = $$BUILD_ROOT/.ui
 
 # Application version
-VERSION = 0.3.0
+VERSION = 0.3.1
 DEFINES += ZEAL_VERSION=\\\"$${VERSION}\\\"
 
 # Browser engine
@@ -63,3 +63,10 @@
 unix:!macx {
 isEmpty(PREFIX): PREFIX = /usr
 }
+
+unix:!macx:packagesExist(appindicator-0.1) {
+CONFIG += link_pkgconfig
+PKGCONFIG += appindicator-0.1 gtk+-2.0
+DEFINES += USE_APPINDICATOR
+message("AppIndicator support: Yes.")
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zeal-0.3.0/src/libs/core/application.cpp 
new/zeal-0.3.1/src/libs/core/application.cpp
--- old/zeal-0.3.0/src/libs/core/application.cpp2016-09-23 
05:56:02.0 +0200
+++ new/zeal-0.3.1/src/libs/core/application.cpp2016-10-10 
08:05:43.0 +0200
@@ -23,6 +23,7 @@
 #include "application.h"
 
 #include "extractor.h"
+#include "networkaccessmanager.h"
 #include "settings.h"
 
 #include 
@@ -35,7 +36,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -59,7 +59,7 @@
 m_instance = this;
 
 m_settings = new Settings(this);
-m_networkManager = new QNetworkAccessManager(this);
+m_networkManager = new NetworkAccessManager(this);
 
 // Extractor setup
 m_extractorThread = new QThread(this);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zeal-0.3.0/src/libs/core/networkaccessmanager.cpp 
new/zeal-0.3.1/src/libs/core/networkaccessmanager.cpp
--- old/zeal-0.3.0/src/libs/core/networkaccessmanager.cpp   1970-01-01 
01:00:00.0 +0100
+++ new/zeal-0.3.1/src/libs/core/networkaccessmanager.cpp   2016-10-10 
08:05:43.0 +0200
@@ -0,0 +1,44 @@
+/
+**
+** Copyright (C) 2016 Oleg Shparber
+** Contact: https://go.zealdocs.org/l/contact
+**
+** This file is part of Zeal.
+**
+** Zeal is free software: you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation, either version 3 of the License, or
+** (at your option) any later version.
+**
+** Zeal is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more 

commit perl-PDF-API2 for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package perl-PDF-API2 for openSUSE:Factory 
checked in at 2016-10-13 11:32:22

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


Package is "perl-PDF-API2"

Changes:

--- /work/SRC/openSUSE:Factory/perl-PDF-API2/perl-PDF-API2.changes  
2016-06-19 10:48:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-PDF-API2.new/perl-PDF-API2.changes 
2016-10-13 11:32:22.0 +0200
@@ -1,0 +2,37 @@
+Tue Oct 11 06:00:44 UTC 2016 - co...@suse.com
+
+- updated to 2.029
+   see /usr/share/doc/packages/perl-PDF-API2/Changes
+
+  2.029 2016-10-09
+  
+  - [RT #113293] Files with cross-reference streams weren't
+correctly setting the max object number (report and
+troubleshooting by Marco Pessotto).
+  
+  - Handle TIFF images with strips that are wider than the image
+(report and patch by Jeffrey Ratcliffe).
+  
+  - [RT #98574] Increase test coverage of PDF::API2::Content (tests
+by Phil Perry).
+  
+  - A bunch of code cleanup and documentation updates by Paul
+Cochrane.
+  
+  - Add a missing prereq on Win32 systems (patch by Michiel Beijen).
+  
+  - [RT #113514, #98552] Fix the dash() and renderingintent()
+methods in ExtGState (reported by Vadim Repin and Phil Perry).
+  
+  - Satisfy all Perl::Critic severity 5 policies.
+  
+  - [RT #117940] Allow PNG, GIF, and PNM files to be opened from
+filehandles in addition to filenames (patch by Johan Vromans).
+  
+  - [RT #33970] Fail fast when a referenced file can't be opened
+(requested by Barrie Slaymaker a mere 8.5 years ago).
+  
+  - Add -simplex, -duplexfliplongedge and -duplexflipshortedge as
+options to $pdf->preferences() (requested by Doug Poulin).
+
+---

Old:

  PDF-API2-2.028.tar.gz

New:

  PDF-API2-2.029.tar.gz



Other differences:
--
++ perl-PDF-API2.spec ++
--- /var/tmp/diff_new_pack.O9fsED/_old  2016-10-13 11:32:24.0 +0200
+++ /var/tmp/diff_new_pack.O9fsED/_new  2016-10-13 11:32:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-PDF-API2
-Version:2.028
+Version:2.029
 Release:0
 %define cpan_name PDF-API2
 Summary:Facilitates the creation and modification of PDF files

++ PDF-API2-2.028.tar.gz -> PDF-API2-2.029.tar.gz ++
 27803 lines of diff (skipped)




commit python-manilaclient for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2016-10-13 11:31:33

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


Package is "python-manilaclient"

Changes:

--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2016-05-19 12:14:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new/python-manilaclient.changes 
2016-10-13 11:31:33.0 +0200
@@ -1,0 +2,41 @@
+Tue Sep  6 12:22:08 UTC 2016 - tbecht...@suse.com
+
+update to version 1.11.0
+  * add access_key to access_list API's response
+  * Use consistent env variable naming
+  * Add validation for token and bypass_url
+  * Remove ordereddict from test-requirements.txt
+  * Add share type change to Share Migration CLI
+  * Add snapshot instances admin CLIs
+  * Update Share Migration CLI
+  * Add columns support for share-replica-list
+  * Replace OpenStack LLC with OpenStack Foundation
+  * Updated from global requirements
+
+---
+Thu Sep  1 18:52:55 UTC 2016 - tbecht...@suse.com
+
+update to version 1.10.0
+  * Remove discover from test-requirements
+  * Replace tempest-lib with tempest.lib
+  * Fix list access function comment
+  * Remove white space between print and ()
+  * Add possibility to provide auth token via CLI
+  * Added CONTRIBUTING.rst file to the project
+  * Fix typos
+  * manila list --all-tenants should display projectID
+  * Updated from global requirements
+  * Handle error for missing minor api version
+  * Fix view of doc info for functional tests
+  * Remove iso8601 and pycrypto useless requirements
+  * Add support for releasenotes
+  * Update the home-page with developer documentation
+  * Hacking version update and pep8 issues fix
+  * Define experimental API header on python client level instead of CLI
+  * Make dict.keys() PY3 compatible
+  * UnsupportedVersion Thrown for Supported Version
+  * [CI] Fix devstack hooks to unblock CI
+  * Fix "single_alias" action for CLI commands
+- update _service and switch to upstream spec template
+
+---

Old:

  python-manilaclient-1.8.1.tar.gz

New:

  python-manilaclient-1.11.0.tar.gz



Other differences:
--
++ python-manilaclient.spec ++
--- /var/tmp/diff_new_pack.IsdEjW/_old  2016-10-13 11:31:35.0 +0200
+++ /var/tmp/diff_new_pack.IsdEjW/_new  2016-10-13 11:31:35.0 +0200
@@ -16,107 +16,83 @@
 #
 
 
-%define component manilaclient
-
-%define version_unconverted 1.8.1
-
-Name:   python-%{component}
-Version:1.8.1
+%global sname python-manilaclient
+Name:   python-manilaclient
+Version:1.11.0
 Release:0
-Summary:Openstack shared file system service (Manila) API Client
+Summary:Client Library for OpenStack Share API
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:http://launchpad.net/python-manilaclient
-Source: 
http://tarballs.openstack.org/python-manilaclient/python-manilaclient-%{version}.tar.gz
-BuildRequires:  openstack-suse-macros
+Url:https://launchpad.net/%{sname}
+Source0:
https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
+BuildRequires:  openstack-macros
+BuildRequires:  openstack-tempest
+BuildRequires:  python-ddt >= 1.0.1
 BuildRequires:  python-devel
-BuildRequires:  python-oslosphinx
-BuildRequires:  python-pbr
-# Documentation build requirements:
-BuildRequires:  python-PrettyTable
-BuildRequires:  python-Sphinx
-BuildRequires:  python-keystoneclient
-BuildRequires:  python-oslo.serialization
-BuildRequires:  python-oslo.utils
-BuildRequires:  python-requests
-Requires:   python >= 2.6.8
-Requires:   python-Babel >= 1.3
+BuildRequires:  python-fixtures >= 3.0.0
+BuildRequires:  python-mock >= 2.0
+BuildRequires:  python-openstackclient >= 2.1.0
+BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-testrepository >= 0.0.18
+BuildRequires:  python-testtools >= 1.4.0
+Requires:   python-Babel >= 2.3.4
 Requires:   python-PrettyTable >= 0.7
-Requires:   python-iso8601 >= 0.1.9
-Requires:   python-keystoneclient >= 1.6.0
-Requires:   python-openstackclient >= 2.1.0
-Requires:   python-oslo.config >= 3.7.0
+Requires:   python-keystoneclient >= 2.0.0
+Requires:   python-oslo.config >= 3.14.0
 Requires:   python-oslo.log >= 1.14.0
 Requires:   python-oslo.serialization >= 1.10.0
-Requires:   python-oslo.utils >= 3.5.0
-Requires:   python-pbr >= 1.6
-Requires:   

commit rednotebook for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package rednotebook for openSUSE:Factory 
checked in at 2016-10-13 11:31:41

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


Package is "rednotebook"

Changes:

--- /work/SRC/openSUSE:Factory/rednotebook/rednotebook.changes  2016-07-01 
10:00:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.rednotebook.new/rednotebook.changes 
2016-10-13 11:31:44.0 +0200
@@ -1,0 +2,14 @@
+Sat Oct  8 18:16:19 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.14:
+  + Use new pygtkspellcheck API (lp#1592727).
+  + Fix conversion from old single "Tags" category to new tags
+format.
+- Drop appdata.patch: Fixed upstream.
+
+---
+Sun Sep 25 18:29:58 UTC 2016 - mailaen...@opensuse.org
+
+- Add appdata.patch for https://en.opensuse.org/openSUSE:AppStore
+
+---

Old:

  rednotebook-1.13.tar.gz

New:

  rednotebook-1.14.tar.gz



Other differences:
--
++ rednotebook.spec ++
--- /var/tmp/diff_new_pack.hvedIz/_old  2016-10-13 11:31:45.0 +0200
+++ /var/tmp/diff_new_pack.hvedIz/_new  2016-10-13 11:31:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rednotebook
-Version:1.13
+Version:1.14
 Release:0
 Summary:Graphical diary and journal
 License:GPL-3.0+
@@ -83,12 +83,14 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS CHANGELOG LICENSE README.md
+%doc CHANGELOG LICENSE README.md
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.svg
 %{python_sitelib}/%{name}/
 %{python_sitelib}/%{name}-%{version}-py%{python_version}.egg-info
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/rednotebook.appdata.xml
 
 %files lang -f %{name}.lang
 

++ rednotebook-1.13.tar.gz -> rednotebook-1.14.tar.gz ++
 2675 lines of diff (skipped)




commit gcin for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package gcin for openSUSE:Factory checked in 
at 2016-10-13 11:32:19

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


Package is "gcin"

Changes:

--- /work/SRC/openSUSE:Factory/gcin/gcin.changes2016-09-12 
13:25:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcin.new/gcin.changes   2016-10-13 
11:32:19.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 12 02:55:52 UTC 2016 - g...@suse.com
+
+- Amend baselibs.conf to avoid the immodules to require gcin-32bit
+  (boo#1002566)
+
+---



Other differences:
--
++ baselibs.conf ++
--- /var/tmp/diff_new_pack.OT5E98/_old  2016-10-13 11:32:21.0 +0200
+++ /var/tmp/diff_new_pack.OT5E98/_new  2016-10-13 11:32:21.0 +0200
@@ -1,18 +1,8 @@
-gcin
-   requires "gcin-branding"
-   requires "libgcin-im-client1- = "
-   requires "gcin-gtk2- = "
-   requires "gcin-gtk3- = "
-   requires "gcin-qt4- = "
-   requires "gcin-qt5- = "
-   recommends "libreoffice-gnome"
-   post "/sbin/ldconfig"
-   postun "/sbin/ldconfig"
 libgcin-im-client1
post "/sbin/ldconfig"
postun "/sbin/ldconfig"
 gcin-gtk2
-   requires "gcin- = "
+   requires "gcin = "
provides "gcin-gtk2-immodule- = "
obsoletes "gcin-gtk2-immodule- <= 2.8.4-77.16"
post "/sbin/ldconfig"
@@ -20,7 +10,7 @@
postun "/sbin/ldconfig"
postun "%gtk2_immodule_postun"
 gcin-gtk3
-   requires "gcin- = "
+   requires "gcin = "
provides "gcin-gtk3-immodule- = "
obsoletes "gcin-gtk3-immodule- <= 2.8.4-77.16"
post "/sbin/ldconfig"
@@ -28,14 +18,20 @@
postun "/sbin/ldconfig"
postun "%gtk3_immodule_postun"
 gcin-qt4
-   requires "gcin- = "
+   requires "gcin = "
provides "gcin-qt4-immodule- = "
obsoletes "gcin-qt4-immodule- <= 2.8.4-77.16"
post "/sbin/ldconfig"
postun "/sbin/ldconfig"
 gcin-qt5
-   requires "gcin- = "
+   requires "gcin = "
provides "gcin-qt5-immodule- = "
obsoletes "gcin-qt5-immodule- <= 2.8.4-77.16"
post "/sbin/ldconfig"
postun "/sbin/ldconfig"
+gcin-anthy
+   requires "gcin = "
+   provides "gcin-anthy-immodule- = "
+   obsoletes "gcin-anthy-immodule- <= 2.8.4-77.16"
+   post "/sbin/ldconfig"
+   postun "/sbin/ldconfig"




commit perl-Net-SMTP-SSL for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-SMTP-SSL for 
openSUSE:Factory checked in at 2016-10-13 11:32:24

Comparing /work/SRC/openSUSE:Factory/perl-Net-SMTP-SSL (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-SMTP-SSL.new (New)


Package is "perl-Net-SMTP-SSL"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-SMTP-SSL/perl-Net-SMTP-SSL.changes  
2015-06-23 11:59:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-SMTP-SSL.new/perl-Net-SMTP-SSL.changes 
2016-10-13 11:32:25.0 +0200
@@ -1,0 +2,10 @@
+Tue Oct 11 05:57:02 UTC 2016 - co...@suse.com
+
+- updated to 1.04
+   see /usr/share/doc/packages/perl-Net-SMTP-SSL/Changes
+
+  1.042016-10-09
+  
+- mark this library deprecated, suggest newer Net::SMTP instead
+
+---

Old:

  Net-SMTP-SSL-1.03.tar.gz

New:

  Net-SMTP-SSL-1.04.tar.gz



Other differences:
--
++ perl-Net-SMTP-SSL.spec ++
--- /var/tmp/diff_new_pack.70LiXr/_old  2016-10-13 11:32:26.0 +0200
+++ /var/tmp/diff_new_pack.70LiXr/_new  2016-10-13 11:32:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-SMTP-SSL
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-SMTP-SSL
-Version:1.03
+Version:1.04
 Release:0
 %define cpan_name Net-SMTP-SSL
 Summary:SSL support for Net::SMTP

++ Net-SMTP-SSL-1.03.tar.gz -> Net-SMTP-SSL-1.04.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SMTP-SSL-1.03/Changes 
new/Net-SMTP-SSL-1.04/Changes
--- old/Net-SMTP-SSL-1.03/Changes   2015-06-21 03:58:06.0 +0200
+++ new/Net-SMTP-SSL-1.04/Changes   2016-10-10 05:00:47.0 +0200
@@ -1,3 +1,7 @@
+1.042016-10-09
+
+  - mark this library deprecated, suggest newer Net::SMTP instead
+
 1.032015-06-20
 
   - $net_smtp_ssl->isa('Net::SMTP') is now true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SMTP-SSL-1.03/MANIFEST 
new/Net-SMTP-SSL-1.04/MANIFEST
--- old/Net-SMTP-SSL-1.03/MANIFEST  2015-06-21 04:00:40.0 +0200
+++ new/Net-SMTP-SSL-1.04/MANIFEST  2016-10-10 05:07:49.0 +0200
@@ -2,7 +2,7 @@
 lib/Net/SMTP/SSL.pm
 Makefile.PL
 MANIFEST   This list of files
-META.yml
 README
 t/test.t
+META.yml Module YAML meta-data (added by 
MakeMaker)
 META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SMTP-SSL-1.03/META.json 
new/Net-SMTP-SSL-1.04/META.json
--- old/Net-SMTP-SSL-1.03/META.json 2015-06-21 04:00:40.0 +0200
+++ new/Net-SMTP-SSL-1.04/META.json 2016-10-10 05:07:49.0 +0200
@@ -4,7 +4,7 @@
   "Casey West "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.16, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "unknown"
],
@@ -39,6 +39,7 @@
   }
},
"release_status" : "stable",
-   "version" : "1.03",
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "version" : "1.04",
+   "x_deprecated" : 1,
+   "x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SMTP-SSL-1.03/META.yml 
new/Net-SMTP-SSL-1.04/META.yml
--- old/Net-SMTP-SSL-1.03/META.yml  2015-06-21 04:00:40.0 +0200
+++ new/Net-SMTP-SSL-1.04/META.yml  2016-10-10 05:07:49.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.16, CPAN::Meta::Converter version 
2.150005'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -21,5 +21,6 @@
   IO::Socket::SSL: '0'
   Net::SMTP: '0'
   Test::More: '0.47'
-version: '1.03'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
+version: '1.04'
+x_deprecated: 1
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit libical for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package libical for openSUSE:Factory checked 
in at 2016-10-13 11:23:30

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


Package is "libical"

Changes:

--- /work/SRC/openSUSE:Factory/libical/libical.changes  2016-09-09 
10:19:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.libical.new/libical.changes 2016-10-13 
11:23:30.0 +0200
@@ -1,0 +2,16 @@
+Mon Oct  3 08:38:07 UTC 2016 - jeng...@inai.de
+
+- Add 0001-build-ICU-must-appear-as-Requires-in-pkgconfig.patch
+
+---
+Thu Sep 29 14:06:35 UTC 2016 - jeng...@inai.de
+
+- Fix wrong baselibs provides
+
+---
+Fri Sep  9 07:36:22 UTC 2016 - zai...@opensuse.org
+
+- Add pkgconfig(icu-i18n) BuildRequires: Build the new RSCALE
+  support.
+
+---

New:

  0001-build-ICU-must-appear-as-Requires-in-pkgconfig.patch



Other differences:
--
++ libical.spec ++
--- /var/tmp/diff_new_pack.VGc6IA/_old  2016-10-13 11:23:31.0 +0200
+++ /var/tmp/diff_new_pack.VGc6IA/_new  2016-10-13 11:23:31.0 +0200
@@ -24,11 +24,15 @@
 License:MPL-1.0 or LGPL-2.1
 Group:  Development/Libraries/C and C++
 Url:http://sourceforge.net/projects/freeassociation/
+
+#Git-Clone: https://github.com/libical/libical
 Source: 
https://github.com/libical/libical/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Source2:baselibs.conf
+Patch1: 0001-build-ICU-must-appear-as-Requires-in-pkgconfig.patch
 BuildRequires:  cmake >= 2.4
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(icu-i18n)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -86,6 +90,7 @@
 
 %prep
 %setup -q
+%patch -P 1 -p1
 
 %build
 %cmake

++ 0001-build-ICU-must-appear-as-Requires-in-pkgconfig.patch ++
>From 101a29ef57341a786012eb07dcfcec5c597f4493 Mon Sep 17 00:00:00 2001
X-Backport: Rediff for 2.0.0
From: Jan Engelhardt 
Date: Mon, 3 Oct 2016 10:25:00 +0200
Subject: [PATCH] build: ICU must appear as Requires in pkgconfig
References: https://github.com/libical/libical/pull/244

libical.pc specifies -licu-i18n in its Libs: field,
but no Requires: icu-i18n. As a result, the automatic dependency
generator in Linux distributions won't see the ICU requirement,
won't install it, and builds of secondary software fails.

$ gcc icalthing.c `pkg-config libical --cflags --libs`
[...]
gcc: error: /usr/lib64/libicuuc.so: No such file or directory

Move ICU from Libs to Requires, so the dependency scanner can do its
job. Specifically move it to Requires.private, since specifying -licu*
is not normally needed when libical is a shared library since it
already has it recorded in the ELF.
---
 libical.pc.in |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Index: libical-2.0.0/libical.pc.in
===
--- libical-2.0.0.orig/libical.pc.in
+++ libical-2.0.0/libical.pc.in
@@ -2,11 +2,11 @@ prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
-threadslib=@PTHREAD_LIBS@
-iculib=@ICU_LIBRARIES@ @ICU_I18N_LIBRARIES@
 
 Name: libical
 Description: An implementation of basic iCAL protocols
 Version: @VERSION@
-Libs: -L${libdir} -lical -licalss -licalvcal ${threadslib} ${iculib}
+Libs: -L${libdir} -lical -licalss -licalvcal
+Libs.private: @PTHREAD_LIBS@
+Requires.private: icu-i18n
 Cflags: -I${includedir}
++ baselibs.conf ++
--- /var/tmp/diff_new_pack.VGc6IA/_old  2016-10-13 11:23:32.0 +0200
+++ /var/tmp/diff_new_pack.VGc6IA/_new  2016-10-13 11:23:32.0 +0200
@@ -1,5 +1,3 @@
 libical2
   obsoletes "libical- <= "
-  provides "libical- = "
-
-  
+  provides "libical2- = "




commit ghostscript for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package ghostscript for openSUSE:Factory 
checked in at 2016-10-13 11:23:40

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


Package is "ghostscript"

Changes:

--- /work/SRC/openSUSE:Factory/ghostscript/ghostscript-mini.changes 
2016-04-03 23:05:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghostscript.new/ghostscript-mini.changes
2016-10-13 11:23:41.0 +0200
@@ -1,0 +2,31 @@
+Thu Sep 29 14:40:38 CEST 2016 - jsm...@suse.de
+
+- Version upgrade to 9.20. Purely a maintenance release.
+  For details see the News.htm and History9.htm files.
+  Highlights in this release include:
+  * The usual round of bug fixes, compatibility changes,
+and incremental improvements.
+  Incompatible changes:
+  * The planned device API tidy did not happen for this release,
+due to time pressures, but we still intend to undertake the
+following: We plan to somewhat tidy up the device API.
+We intend to remove deprecated device procs
+(methods/function pointers) and change the device API
+so every device proc takes a graphics state parameter (rather
+than the current scheme where only a very few procs take an
+imager state parameter). This should serve as notice to anyone
+maintaining a Ghostscript device outside the canonical source
+tree that you may (probably will) need to  update your
+device(s) when these changes happen. Devices using only
+the non-deprecated procs should be trivial to update.
+
+---
+Thu Sep 15 10:12:03 CEST 2016 - jsm...@suse.de
+
+- Version upgrade to 9.20rc1 (first release candidate for 9.20).
+  For details see the News.htm and History9.htm files.
+  Regarding installing packages (in particular release candidates)
+  from the openSUSE build service development project "Printing"
+  see https://build.opensuse.org/project/show/Printing
+
+---
ghostscript.changes: same change

Old:

  ghostscript-9.19.tar.gz

New:

  ghostscript-9.20.tar.gz



Other differences:
--
++ ghostscript-mini.spec ++
--- /var/tmp/diff_new_pack.abhW3v/_old  2016-10-13 11:23:43.0 +0200
+++ /var/tmp/diff_new_pack.abhW3v/_new  2016-10-13 11:23:43.0 +0200
@@ -36,35 +36,33 @@
 # But only with the alphabetic prefix "9.pre15rc1" would be older than the 
previous version number "9.14"
 # because rpmvercmp would treat 9.pre15rc1 as 9.pre.15.rc1 and letters are 
older than numbers
 # so that we keep additionally the previous version number to upgrade from the 
previous version:
-#Version:9.18pre19rc1
+#Version:9.19pre20rc1
 # Normal version for Ghostscript releases is the upstream version:
-Version:9.19
+Version:9.20
 Release:0
 # tarball_version is used below to specify the directory via "setup -n":
 # Special tarball_version needed for Ghostscript release candidates e.g. 
"define tarball_version 9.15rc1".
 # For Ghostscript releases tarball_version and version are the same (i.e. the 
upstream version):
 %define tarball_version %{version}
-#define tarball_version 9.19rc1
+#define tarball_version 9.20rc1
 # built_version is used below in the install and files sections:
 # Separated built_version needed in case of Ghostscript release candidates 
e.g. "define built_version 9.15".
 # For Ghostscript releases built_version and version are the same (i.e. the 
upstream version):
 %define built_version %{version}
-#define built_version 9.19
+#%define built_version 9.20
 # Source0...Source9 is for sources from upstream:
 # Special URLs for Ghostscript release candidates:
-# URL for Source0: 
http://downloads.ghostscript.com/public/.release_candidate/ghostscript-9.18rc2.tar.gz
-# URL for MD5 checksums: http://www.ghostscript.com/~chrisl/MD5SUMS
-#or http://www.ghostscript.com/~chrisl/MD5SUM
-#or 
http://downloads.ghostscript.com/public/.release_candidate/MD5SUMS
-# MD5 checksum for Source0: 7cea0466e845de0a05e60b89225ab0d3
-#Source0:
http://downloads.ghostscript.com/public/.release_candidate/ghostscript-9.18rc2.tar.gz
-# URL for Source0: 
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/tag/gs919rc1
+# URL for Source0: 
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920rc1/ghostscript-9.20rc1.tar.gz
+# How to download it:
+# wget -O ghostscript-9.20rc1.tar.gz 
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920rc1/ghostscript-9.20rc1.tar.gz
+#Source0:ghostscript-%{tarball_version}.tar.gz
 # Normal 

commit dbus-1 for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package dbus-1 for openSUSE:Factory checked 
in at 2016-10-13 11:24:02

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


Package is "dbus-1"

Changes:

--- /work/SRC/openSUSE:Factory/dbus-1/dbus-1-x11.changes2016-09-17 
14:33:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.dbus-1.new/dbus-1-x11.changes   2016-10-13 
11:24:03.0 +0200
@@ -1,0 +2,26 @@
+Tue Oct 11 07:33:15 UTC 2016 - fst...@suse.com
+
+- Update to 1.10.12
+  * Security fixes:
++ Do not treat ActivationFailure message received from
+  root-owned systemd name as a format string. In principle this
+  is a security vulnerability, but we do not believe it is
+  exploitable in practice, because only privileged processes can
+  own the org.freedesktop.systemd1 bus name, and systemd does
+  not appear to send activation failures that contain "%".
+  Please note that this probably *was* exploitable in dbus
+  versions older than 1.6.30, 1.8.16 and 1.9.10 due to a missing
+  check which at the time was only thought to be a denial of
+  service vulnerability (CVE-2015-0245). If you are still
+  running one of those versions, patch or upgrade immediately.
+  (fdo#98157, bsc#1003898, Simon McVittie)
+  * Other fixes:
++ Harden dbus-daemon against malicious or incorrect
+  ActivationFailure messages by rejecting them if they do not
+  come from a privileged process, or if systemd activation is
+  not enabled (fdo#98157, Simon McVittie)
++ Avoid undefined behaviour when setting reply serial number
+  without going via union DBusBasicValue (fdo#98035, Marc Mutz)
++ autogen.sh: fail cleanly if autoconf fails (Simon McVittie)
+
+---
dbus-1.changes: same change

Old:

  dbus-1.10.10.tar.gz

New:

  dbus-1.10.12.tar.gz



Other differences:
--
++ dbus-1-x11.spec ++
--- /var/tmp/diff_new_pack.4rpLrV/_old  2016-10-13 11:24:05.0 +0200
+++ /var/tmp/diff_new_pack.4rpLrV/_new  2016-10-13 11:24:05.0 +0200
@@ -27,7 +27,7 @@
 Url:http://dbus.freedesktop.org/
 # COMMON1-BEGIN
 # COMMON1-BEGIN
-Version:1.10.10
+Version:1.10.12
 Release:0
 Source0:
http://dbus.freedesktop.org/releases/dbus/%{_name}-%{version}.tar.gz
 Source2:dbus-1.desktop
@@ -74,8 +74,8 @@
 
 %package -n dbus-1
 Summary:D-Bus Message Bus System
-Group:  System/Daemons
 # FIXME: use proper Requires(pre/post/preun/...)
+Group:  System/Daemons
 PreReq: %{_sbindir}/groupadd
 PreReq: %{_sbindir}/useradd
 PreReq: permissions

++ dbus-1.spec ++
--- /var/tmp/diff_new_pack.4rpLrV/_old  2016-10-13 11:24:05.0 +0200
+++ /var/tmp/diff_new_pack.4rpLrV/_new  2016-10-13 11:24:05.0 +0200
@@ -28,7 +28,7 @@
 Url:http://dbus.freedesktop.org/
 # WARNING don't use cosmetic beautifiers. it will break the specs after 
calling pre_checkin script. we don't need to be pretty, but efficient
 # COMMON1-BEGIN
-Version:1.10.10
+Version:1.10.12
 Release:0
 Source0:
http://dbus.freedesktop.org/releases/dbus/%{_name}-%{version}.tar.gz
 Source2:dbus-1.desktop

++ dbus-1-x11.spec.in ++
--- /var/tmp/diff_new_pack.4rpLrV/_old  2016-10-13 11:24:05.0 +0200
+++ /var/tmp/diff_new_pack.4rpLrV/_new  2016-10-13 11:24:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dbus-1-x11.spec
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,7 @@
 # COMMON1-END
 BuildRequires:  audit-devel
 BuildRequires:  doxygen
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  xmlto
 BuildRequires:  pkgconfig(x11)
@@ -59,10 +60,6 @@
 PreReq: %{_sbindir}/useradd
 PreReq: permissions
 Requires(post): %{_libname} = %{version}
-# bug437293
-%ifarch ppc64
-Obsoletes:  dbus-1-64bit
-%endif
 
 %description -n dbus-1
 D-Bus is a message bus system, a simple way for applications to talk to
@@ -84,7 +81,7 @@
 mv %{buildroot}/bin/dbus-run-session %{buildroot}/%{_bindir}
 ln -sf %{_sbindir}/service  %{buildroot}/%{_sbindir}/rcdbus
 %if 0%{?suse_version} <= 1315 && !0%{?is_opensuse}
-install -d %{buildroot}/var/run/dbus
+install -d %{buildroot}%{_localstatedir}/run/dbus
 %else
 install -d %{buildroot}/run/dbus
 %endif
@@ -120,7 +117,7 @@
 %pre -n dbus-1
 

commit python-stevedore for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-stevedore for 
openSUSE:Factory checked in at 2016-10-13 11:32:35

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


Package is "python-stevedore"

Changes:

--- /work/SRC/openSUSE:Factory/python-stevedore/python-stevedore.changes
2016-09-16 11:01:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-stevedore.new/python-stevedore.changes   
2016-10-13 11:32:38.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct  2 16:14:46 UTC 2016 - dmuel...@suse.com
+
+- add source service to rpm-packaging and refresh
+
+---

New:

  _service



Other differences:
--
++ python-stevedore.spec ++
--- /var/tmp/diff_new_pack.jSh40P/_old  2016-10-13 11:32:39.0 +0200
+++ /var/tmp/diff_new_pack.jSh40P/_new  2016-10-13 11:32:39.0 +0200
@@ -16,58 +16,80 @@
 #
 
 
+%global pypi_name stevedore
 Name:   python-stevedore
 Version:1.17.1
 Release:0
 Summary:Manage dynamic plugins for Python applications
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/dreamhost/stevedore
-Source: 
https://pypi.io/packages/source/s/stevedore/stevedore-%{version}.tar.gz
-Source1:%{name}.changes
+Url:http://docs.openstack.org/developer/stevedore/
+Source0:
https://tarballs.openstack.org/stevedore/%{pypi_name}-%{version}.tar.gz
+BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python-pbr
-BuildRequires:  python-setuptools
-# Documentation requirements:
-BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx
-# Test requirements:
-BuildRequires:  python-Pillow
-BuildRequires:  python-mock
-BuildRequires:  python-oslotest
-BuildRequires:  python-testrepository
-Requires:   python-argparse
+BuildRequires:  python-mock >= 2.0
+BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-pbr >= 1.6
+BuildRequires:  python-setuptools >= 16.0
+Requires:   python-pbr >= 1.6
 Requires:   python-six >= 1.9.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
 
 %description
-Manage dynamic plugins for Python applications
+Python makes loading code dynamically easy, allowing you to configure
+and extend your application by discovering and loading extensions
+(plugins) at runtime. Many applications implement their own
+library for doing this, using ``__import__`` or ``importlib``.
+stevedore avoids creating yet another extension
+mechanism by building on top of setuptools entry points. The code
+for managing entry points tends to be repetitive, though, so stevedore
+provides manager classes for implementing common patterns for using
+dynamically loaded extensions.
+
+%package doc
+Summary:Documentation for %{name}
+Group:  Documentation
+BuildRequires:  python-Sphinx
+BuildRequires:  python-oslosphinx >= 2.5.0
+
+%description doc
+Python makes loading code dynamically easy, allowing you to configure
+and extend your application by discovering and loading extensions
+(plugins) at runtime. Many applications implement their own
+library for doing this, using ``__import__`` or ``importlib``.
+stevedore avoids creating yet another extension
+mechanism by building on top of setuptools entry points. The code
+for managing entry points tends to be repetitive, though, so stevedore
+provides manager classes for implementing common patterns for using
+dynamically loaded extensions.
+
+This package contains documentation in HTML format.
 
 %prep
-%setup -q -n stevedore-%{version}
-# use the year from changelog instead of current one to make reproducible rpms
-changelogyear=$(awk '/^[A-Z][a-z][a-z] [A-Z][a-z][a-z] +[0-9]+ 
[0-9]+:[0-9]+:[0-9]+ [A-Z]+ [1-9][0-9][0-9][0-9]/{print $6; exit}' %{S:1})
-sed -i "s/datetime.date.today().year$/$changelogyear/" doc/source/conf.py
+%setup -q -n %{pypi_name}-%{version}
 
 %build
-python setup.py build
-rm -rf docs/build
-python setup.py build_sphinx
+%py2_build
 
-%install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+# generate html docs
+%{__python2} setup.py build_sphinx
+# remove the Sphinx-build leftovers
+rm -rf html/.{doctrees,buildinfo}
 
 %check
-python setup.py testr
+%{__python2} setup.py testr
+
+%install
+%py2_install
 
 %files
-%defattr(-,root,root,-)
-%doc LICENSE README.rst doc/build/html
-%{python_sitelib}/*

commit libvirt-python for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2016-10-13 11:32:47

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


Package is "libvirt-python"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2016-09-13 22:25:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2016-10-13 11:32:49.0 +0200
@@ -1,0 +2,7 @@
+Wed Oct  5 20:56:30 UTC 2016 - jfeh...@suse.com
+
+- Update to 2.3.0
+  - Add all new APIs and constants in libvirt 2.3.0
+- spec: drop explicit Requires on libvirt-client package
+
+---

Old:

  libvirt-python-2.2.0.tar.gz
  libvirt-python-2.2.0.tar.gz.asc

New:

  libvirt-python-2.3.0.tar.gz
  libvirt-python-2.3.0.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.AAM03h/_old  2016-10-13 11:32:51.0 +0200
+++ /var/tmp/diff_new_pack.AAM03h/_new  2016-10-13 11:32:51.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:2.2.0
+Version:2.3.0
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+
@@ -34,7 +34,6 @@
 %py_requires
 %{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %endif
-Requires:   libvirt-client >= %{version}
 
 %description
 The libvirt-python package contains a module that permits applications

++ libvirt-python-2.2.0.tar.gz -> libvirt-python-2.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.2.0/ChangeLog 
new/libvirt-python-2.3.0/ChangeLog
--- old/libvirt-python-2.2.0/ChangeLog  2016-09-02 15:32:38.0 +0200
+++ new/libvirt-python-2.3.0/ChangeLog  2016-10-04 19:10:22.0 +0200
@@ -1,3 +1,28 @@
+2016-09-19 Peter Krempa  
+
+override: Properly override wrapper for virDomainGetGuestVcpus
+Without the change to libvirt-override-api.xml generator.py would
+generate the following function header:
+
+def guestVcpus(self, params, nparams, flags=0):
+
+Since @params and @nparams are output-only in C and the python C
+implementation actualy creates a dict from them we should not need to
+pass them. Add the API definition to drop the two unnecessary args:
+
+def guestVcpus(self, flags=0):
+
+The code did not work at all until this change as the C impl expects
+only two arguments but the python required use of four.
+
+Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1377071
+
+
+2016-09-19 Peter Krempa  
+
+Post-release version bump to 2.3.0
+
+
 2016-08-24 Michal Privoznik  
 
 PyArg_ParseTuple: Provide correct function names
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.2.0/PKG-INFO 
new/libvirt-python-2.3.0/PKG-INFO
--- old/libvirt-python-2.2.0/PKG-INFO   2016-09-02 15:32:38.0 +0200
+++ new/libvirt-python-2.3.0/PKG-INFO   2016-10-04 19:10:22.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 2.2.0
+Version: 2.3.0
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.2.0/libvirt-override-api.xml 
new/libvirt-python-2.3.0/libvirt-override-api.xml
--- old/libvirt-python-2.2.0/libvirt-override-api.xml   2016-07-01 
11:12:55.0 +0200
+++ new/libvirt-python-2.3.0/libvirt-override-api.xml   2016-10-04 
19:09:15.0 +0200
@@ -698,5 +698,11 @@
   
   
 
+
+  returns a dictionary containing information regarding guest 
vcpus
+  
+  
+  
+
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.2.0/libvirt-python.spec 
new/libvirt-python-2.3.0/libvirt-python.spec
--- old/libvirt-python-2.2.0/libvirt-python.spec2016-09-02 
15:32:38.0 +0200
+++ new/libvirt-python-2.3.0/libvirt-python.spec2016-10-04 
19:10:22.0 +0200
@@ -6,7 +6,7 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 2.2.0
+Version: 2.3.0
 Release: 1%{?dist}%{?extra_release}
 Source0: 

commit daps for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package daps for openSUSE:Factory checked in 
at 2016-10-13 11:32:44

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


Package is "daps"

Changes:

--- /work/SRC/openSUSE:Factory/daps/daps.changes2016-08-09 
22:15:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.daps.new/daps.changes   2016-10-13 
11:32:47.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  5 15:35:16 UTC 2016 - skn...@suse.com
+
+- Try to fix broken link
+- Remove SVN fetch source script
+
+---

Old:

  daps-fetch-source-svn



Other differences:
--
++ daps.spec ++
--- /var/tmp/diff_new_pack.QjhiJC/_old  2016-10-13 11:32:48.0 +0200
+++ /var/tmp/diff_new_pack.QjhiJC/_new  2016-10-13 11:32:48.0 +0200
@@ -47,8 +47,7 @@
 Url:http://sourceforge.net/p/daps
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}.rpmlintrc
-Source2:%{name}-fetch-source-svn
-Source3:%{name}-fetch-source-git
+Source2:%{name}-fetch-source-git
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildArch:  noarch
@@ -217,6 +216,7 @@
 %doc %{_defaultdocdir}/%{name}/*
 
 %{_bindir}/*
+%{_datadir}/%{name}/*
 %{_datadir}/bash-completion/completions/%{name}
 %{_datadir}/emacs/site-lisp/docbook_macros.el
 %{_datadir}/xml/daps/schema/*

++ daps-2.3.0.tar.bz2 ++




commit squid for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package squid for openSUSE:Factory checked 
in at 2016-10-13 11:32:42

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


Package is "squid"

Changes:

--- /work/SRC/openSUSE:Factory/squid/squid.changes  2016-08-03 
11:42:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.squid.new/squid.changes 2016-10-13 
11:32:43.0 +0200
@@ -1,0 +2,67 @@
+Wed Oct 12 14:51:59 UTC 2016 - adam.ma...@suse.de
+
+- Update Squid to 3.5.22
+  * HTTP: MUST ignore a [revalidation] response with an older Date
+header.
+  * Optimized/simplified buffering: Appending nothing is always
+possible.
+  * Avoid segfaults when debugging section 4 at level 9.
+  * fix #4302 pt2: IPFilter v5 transparent interception
+  * Bug #4471: revalidation doesn't work when expired cached
+object lacks Last-Modified.
+  * Bug #2833: Collapse internal revalidation requests
+(SMP-unaware caches)
+  * Bug #3819: "fd >= 0" assertion in file_write() during
+reconfiguration
+  * Do not leak url_rewrite_extras and store_id_extras on
+reconfigure/shutdown.
+  * Fix potential ICAP null pointer dereference after rev.14082
+  * Fix logged request size (%http::>st) and other size-related
+%codes.
+
+---
+Tue Sep 13 15:32:34 UTC 2016 - adam.ma...@suse.de
+
+- Merge changes from SLE12 SP2 so we have identical packages
+
+---
+Mon Sep 12 09:57:30 UTC 2016 - adam.ma...@suse.de
+
+- Update Squid to 3.5.21
+  * fix assertion failure in xcalloc when using many cache_dir
+Squid is documented as supporting up to 64 cache directories,
+but would crash with a memory allocation error if more than
+a few were actually configured.
+  * fix authentication credentials IP TTL updated incorrectly
+This bug caused error in max_user_ip ACL accounting to allow
+clients to shift IP address more times than configured.
+Fix may have an effect on IPv6 clients using "proviacy adressing"
+to rotate IPs.
+  * fix mal-formed Cache-Control:stale-if-error header
+This bug shows up as incorrect stale-if-error values being
+relayed by Squid breaking the use of this feature in the
+recipients. Squid now relays the header values correctly.
+  * fix Proxy-Authenticate problem using ICAP server
+With this change Squid now treats the ICAP REQMOD adaptation
+point as a part of itself with regards to proxy authentication.
+The Proxy-Authentication header received from the client is
+delivered as part of the HTTP request headers in expectation
+that the ICAP service may authenticate and/or
+produce 407 response itself.
+  * fix HTTP: MUST always revalidate Cache-Control:no-cache responses
+This bug shows up as Squid not revalidating some responses until
+they became stale according to refresh_pattern heuristic rules
+(specifically the minimum caching age). Squid now revalidates
+these objects on every request.
+  * fix HTTP: do not allow Proxy-Connection to override Connection
+  * fix SSL CN wildcard must only match a single domain fragment
+This bug shows up as incorrect matching (or non-matching) of the
+ss::server_name ACL against TLS certificate values. Squid now
+treats the certificate CN fields according to X.509 domain
+matching requirements instead of HTTP domain matching
+requirements.
+- squid-brokenad.patch
+  * propertly capitalize option name
+  * make the conditional if() not a riddle
+
+---

Old:

  squid-3.5.20.tar.xz
  squid-3.5.20.tar.xz.asc

New:

  squid-3.5.22.tar.xz
  squid-3.5.22.tar.xz.asc



Other differences:
--
++ squid.spec ++
--- /var/tmp/diff_new_pack.Ex8XcO/_old  2016-10-13 11:32:45.0 +0200
+++ /var/tmp/diff_new_pack.Ex8XcO/_new  2016-10-13 11:32:45.0 +0200
@@ -20,7 +20,7 @@
 %define squidconfdir %{_sysconfdir}/squid
 
 Name:   squid
-Version:3.5.20
+Version:3.5.22
 Release:0
 Summary:A fully featured HTTP/1.0 proxy
 License:GPL-2.0+
@@ -28,7 +28,6 @@
 Url:http://www.squid-cache.org/Versions/v3/3.5
 Source0:
http://www.squid-cache.org/Versions/v3/3.5/%{name}-%{version}.tar.xz
 Source1:
http://www.squid-cache.org/Versions/v3/3.5/%{name}-%{version}.tar.xz.asc
-
 Source3:squid.init
 Source4:squid.sysconfig
 Source5:pam.squid
@@ -50,6 +49,10 @@
 Patch104:   squid-old-kerberos.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# BuildRequires:  autoconf
+# 

commit offlineimap for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package offlineimap for openSUSE:Factory 
checked in at 2016-10-13 11:32:49

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


Package is "offlineimap"

Changes:

--- /work/SRC/openSUSE:Factory/offlineimap/offlineimap.changes  2016-09-26 
12:36:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.offlineimap.new/offlineimap.changes 
2016-10-13 11:32:51.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct 13 07:18:15 UTC 2016 - mimi...@gmail.com
+
+- update to 7.0.8
+- Import ui before threadutil to resolve circular dependency
+- Fix implicit call to unicode() from UI functions.
+- imapserver: minor code cleaning
+
+---

Old:

  offlineimap-7.0.7.tar.gz

New:

  offlineimap-7.0.8.tar.gz



Other differences:
--
++ offlineimap.spec ++
--- /var/tmp/diff_new_pack.dU2aNt/_old  2016-10-13 11:32:52.0 +0200
+++ /var/tmp/diff_new_pack.dU2aNt/_new  2016-10-13 11:32:52.0 +0200
@@ -19,7 +19,7 @@
 %{!?_userunitdir:%define _userunitdir /usr/lib/systemd/user}
 
 Name:   offlineimap
-Version:7.0.7
+Version:7.0.8
 Release:0
 Summary:Powerful IMAP/Maildir Synchronization Tool
 License:GPL-2.0+

++ offlineimap-7.0.7.tar.gz -> offlineimap-7.0.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/offlineimap-7.0.7/Changelog.md 
new/offlineimap-7.0.8/Changelog.md
--- old/offlineimap-7.0.7/Changelog.md  2016-09-21 04:03:25.0 +0200
+++ new/offlineimap-7.0.8/Changelog.md  2016-10-08 10:10:56.0 +0200
@@ -15,6 +15,36 @@
 * The following excerpt is only usefull when rendered in the website.
 {:toc}
 
+### OfflineIMAP v7.0.8 (2016-10-08)
+
+ Notes
+
+Very small release to fix the broken UI relying on Curses. Thanks for the
+contributors!
+
+ Authors
+
+- Nicolas Sebrecht (4)
+- Ilias Tsitsimpis (1)
+- Stéphane Albert (1)
+
+ Features
+
+- Introduce contrib/README.md. [Nicolas Sebrecht]
+
+ Fixes
+
+- Import ui before threadutil to resolve circular dependency. [Ilias 
Tsitsimpis]
+- Fix implicit call to unicode() from UI functions. [Stéphane Albert]
+
+ Changes
+
+- imapserver: minor code cleaning: reorder methods. [Nicolas Sebrecht]
+- website-doc.sh: print usage when no argument is given. [Nicolas Sebrecht]
+- Changelog: add remark about singlethreadperfolder in the resume. [Nicolas 
Sebrecht]
+
+
+
 ### OfflineIMAP v7.0.7 (2016-09-21)
 
  Notes
@@ -22,6 +52,8 @@
 With this release, IDLE mode is a bit improved regarding stability. Offlineimap
 learns the default path to the certificate for Gentoo.
 
+The singlethreadperfolder configuration option is marked stable.
+
 There are few improvements for logs and documentation. Minor code refactoring,
 too.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/offlineimap-7.0.7/contrib/README.md 
new/offlineimap-7.0.8/contrib/README.md
--- old/offlineimap-7.0.7/contrib/README.md 1970-01-01 01:00:00.0 
+0100
+++ new/offlineimap-7.0.8/contrib/README.md 2016-10-08 10:10:56.0 
+0200
@@ -0,0 +1,9 @@
+
+README
+==
+
+**This "./contrib" directory is where users share their own scripts and 
tools.**
+
+Everything here is submitted and maintained *by the users for the users*. 
You're
+welcome to add your own stuff. There is no barrier on your contributions here.
+We think it's expected to find contributions of various quality.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/offlineimap-7.0.7/docs/website-doc.sh 
new/offlineimap-7.0.8/docs/website-doc.sh
--- old/offlineimap-7.0.7/docs/website-doc.sh   2016-09-21 04:03:25.0 
+0200
+++ new/offlineimap-7.0.8/docs/website-doc.sh   2016-10-08 10:10:56.0 
+0200
@@ -126,7 +126,7 @@
 
 
 exit_code=0
-test "n$ARGS" = 'n' && ARG='usage' # no option passed
+test "n$ARGS" = 'n' && ARGS='usage' # no option passed
 for arg in $ARGS
 do
   # PWD was fixed at the very beginning.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/offlineimap-7.0.7/offlineimap/__init__.py 
new/offlineimap-7.0.8/offlineimap/__init__.py
--- old/offlineimap-7.0.7/offlineimap/__init__.py   2016-09-21 
04:03:25.0 +0200
+++ new/offlineimap-7.0.8/offlineimap/__init__.py   2016-10-08 
10:10:56.0 +0200
@@ -2,7 +2,7 @@
 
 __productname__ = 'OfflineIMAP'
 # Expecting trailing "-rcN" or "" for stable releases.
-__version__ = "7.0.7"
+__version__ = "7.0.8"
 __copyright__   = "Copyright 2002-2016 John Goerzen & 

commit python-ironic-inspector-client for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-ironic-inspector-client for 
openSUSE:Factory checked in at 2016-10-13 11:32:37

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


Package is "python-ironic-inspector-client"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-ironic-inspector-client/python-ironic-inspector-client.changes
2016-09-30 15:28:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ironic-inspector-client.new/python-ironic-inspector-client.changes
   2016-10-13 11:32:39.0 +0200
@@ -1,0 +2,20 @@
+Sun Oct  2 12:20:17 UTC 2016 - dmuel...@suse.com
+
+- update to 1.9.0:
+  * Sync tools/tox_install.sh
+  * Using assertIsNone() is preferred over assertIs(None,..)
+  * Switch to osc-lib instead of cliff
+  * Add functional tests for CLI
+  * Updated from global requirements
+  * Increase verbosity for functional tests
+  * Add functional test for wait_for_finish
+  * Use constraints for all the things
+  * Fix functional tests broken by the latest refactoring
+  * Deprecate global functions in favor of ClientV1 methods
+  * Updated from global requirements
+  * Updated from global requirements
+  * Add Python 3.5 tox env and detailed setup.cfg classifiers
+  * Updated from global requirements
+  * Add a test dependency on requests-mock
+
+---

Old:

  python-ironic-inspector-client-1.8.0.tar.gz

New:

  python-ironic-inspector-client-1.9.0.tar.gz



Other differences:
--
++ python-ironic-inspector-client.spec ++
--- /var/tmp/diff_new_pack.jyPHqP/_old  2016-10-13 11:32:40.0 +0200
+++ /var/tmp/diff_new_pack.jyPHqP/_new  2016-10-13 11:32:40.0 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-ironic-inspector-client
 Name:   python-ironic-inspector-client
-Version:1.8.0
+Version:1.9.0
 Release:0
 Summary:Python client and CLI tool for Ironic Inspector
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.jyPHqP/_old  2016-10-13 11:32:41.0 +0200
+++ /var/tmp/diff_new_pack.jyPHqP/_new  2016-10-13 11:32:41.0 +0200
@@ -1,13 +1,11 @@
 
   
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/python-ironic-inspector-client/python-ironic-inspector-client.spec.j2
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/openstack/python-ironic-inspector-client/python-ironic-inspector-client.spec.j2
 python-ironic-inspector-client.spec
-https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt
+https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/global-requirements.txt
   
   
 enable
   
-  
-enable
-  
+  
 

++ python-ironic-inspector-client-1.8.0.tar.gz -> 
python-ironic-inspector-client-1.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ironic-inspector-client-1.8.0/AUTHORS 
new/python-ironic-inspector-client-1.9.0/AUTHORS
--- old/python-ironic-inspector-client-1.8.0/AUTHORS2016-07-11 
16:19:14.0 +0200
+++ new/python-ironic-inspector-client-1.9.0/AUTHORS2016-09-01 
10:09:05.0 +0200
@@ -1,8 +1,12 @@
+Andreas Jaeger 
 Anton Arefiev 
 Clenimar Filemon 
+Dmitry Tantsur 
 Dmitry Tantsur 
 Doug Hellmann 
 Janonymous 
+Jim Rollenhagen 
+Luong Anh Tuan 
 Monty Taylor 
 Tang Chen 
 Yuiko Takada 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ironic-inspector-client-1.8.0/ChangeLog 
new/python-ironic-inspector-client-1.9.0/ChangeLog
--- old/python-ironic-inspector-client-1.8.0/ChangeLog  2016-07-11 
16:19:14.0 +0200
+++ new/python-ironic-inspector-client-1.9.0/ChangeLog  2016-09-01 
10:09:05.0 +0200
@@ -1,6 +1,25 @@
 CHANGES
 ===
 
+1.9.0
+-
+
+* Sync tools/tox_install.sh
+* Using assertIsNone() is preferred over assertIs(None,..)
+* Switch to osc-lib instead of cliff
+* Add functional tests for CLI
+* Updated from global requirements
+* Increase verbosity for functional tests
+* Add functional test for wait_for_finish
+* Use constraints for all the things
+* Fix functional tests broken by the latest refactoring
+* Deprecate global functions in favor of ClientV1 methods
+* Updated from 

commit dovecot22 for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package dovecot22 for openSUSE:Factory 
checked in at 2016-10-13 11:32:39

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


Package is "dovecot22"

Changes:

--- /work/SRC/openSUSE:Factory/dovecot22/dovecot22.changes  2016-07-12 
23:52:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.dovecot22.new/dovecot22.changes 2016-10-13 
11:32:41.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 12 10:04:04 UTC 2016 - mrueck...@suse.de
+
+- backport the diff bfef689..144e0b5 to fix the ldap bind issue
+  (bnc#1003952). adds dovecot-2.2.25_ldap_bind.patch
+
+---

New:

  dovecot-2.2.25_ldap_bind.patch



Other differences:
--
++ dovecot22.spec ++
--- /var/tmp/diff_new_pack.Sf5QcI/_old  2016-10-13 11:32:43.0 +0200
+++ /var/tmp/diff_new_pack.Sf5QcI/_new  2016-10-13 11:32:43.0 +0200
@@ -126,6 +126,7 @@
 Source7:dovecot-2.2-pigeonhole.configfiles
 Patch:  dovecot-2.2.18-dont_use_etc_ssl_certs.patch
 Patch1: dovecot-2.2.18-better_ssl_defaults.patch
+Patch2: dovecot-2.2.25_ldap_bind.patch
 Summary:IMAP and POP3 Server Written Primarily with Security in Mind
 License:BSD-3-Clause and LGPL-2.1+ and MIT
 Group:  Productivity/Networking/Email/Servers
@@ -305,6 +306,7 @@
 %setup -q -n %{pkg_name}-%{dovecot_version} -a 1
 %patch -p1
 %patch1 -p1
+%patch2 -p1
 %{__gzip} -9v ChangeLog
 # Fix plugins dir.
 %{__sed} -i 's|#mail_plugin_dir = /usr/lib/dovecot|mail_plugin_dir = 
%{_libdir}/dovecot/modules|' doc/example-config/conf.d/10-mail.conf

++ dovecot-2.2.25_ldap_bind.patch ++
diff --git a/src/auth/db-ldap.c b/src/auth/db-ldap.c
index be61e04..6a09809 100644
--- a/src/auth/db-ldap.c
+++ b/src/auth/db-ldap.c
@@ -993,7 +993,41 @@ static void ldap_connection_timeout(struct ldap_connection 
*conn)
db_ldap_conn_close(conn);
 }
 
-static int db_ldap_bind(struct ldap_connection *conn)
+#ifdef HAVE_LDAP_SASL
+static int db_ldap_bind_sasl(struct ldap_connection *conn)
+{
+   struct db_ldap_sasl_bind_context context;
+   int ret;
+
+   memset(, 0, sizeof(context));
+   context.authcid = conn->set.dn;
+   context.passwd = conn->set.dnpass;
+   context.realm = conn->set.sasl_realm;
+   context.authzid = conn->set.sasl_authz_id;
+
+   /* There doesn't seem to be a way to do SASL binding
+  asynchronously.. */
+   ret = ldap_sasl_interactive_bind_s(conn->ld, NULL,
+  conn->set.sasl_mech,
+  NULL, NULL, LDAP_SASL_QUIET,
+  sasl_interact, );
+   if (db_ldap_connect_finish(conn, ret) < 0)
+   return -1;
+   
+   conn->conn_state = LDAP_CONN_STATE_BOUND_DEFAULT;
+
+   return 0;
+}
+#else
+static int db_ldap_bind_sasl(struct ldap_connection *conn ATTR_UNUSED)
+{
+   i_unreached(); /* already checked at init */
+
+   return -1;
+}
+#endif
+
+static int db_ldap_bind_simple(struct ldap_connection *conn)
 {
int msgid;
 
@@ -1022,6 +1056,19 @@ static int db_ldap_bind(struct ldap_connection *conn)
return 0;
 }
 
+static int db_ldap_bind(struct ldap_connection *conn)
+{
+   if (conn->set.sasl_bind) {
+   if (db_ldap_bind_sasl(conn) < 0)
+   return -1;
+   } else {
+   if (db_ldap_bind_simple(conn) < 0)
+   return -1;
+   }
+
+   return 0;
+}
+
 static void db_ldap_get_fd(struct ldap_connection *conn)
 {
int ret;
@@ -1194,32 +1241,9 @@ int db_ldap_connect(struct ldap_connection *conn)
 #endif
}
 
-   if (conn->set.sasl_bind) {
-#ifdef HAVE_LDAP_SASL
-   struct db_ldap_sasl_bind_context context;
-
-   memset(, 0, sizeof(context));
-   context.authcid = conn->set.dn;
-   context.passwd = conn->set.dnpass;
-   context.realm = conn->set.sasl_realm;
-   context.authzid = conn->set.sasl_authz_id;
-
-   /* There doesn't seem to be a way to do SASL binding
-  asynchronously.. */
-   ret = ldap_sasl_interactive_bind_s(conn->ld, NULL,
-  conn->set.sasl_mech,
-  NULL, NULL, LDAP_SASL_QUIET,
-  sasl_interact, );
-   if (db_ldap_connect_finish(conn, ret) < 0)
-   return -1;
-#else
-   i_unreached(); /* already checked at init */
-#endif
-   

commit fpc-AGGR for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package fpc-AGGR for openSUSE:Factory 
checked in at 2016-10-13 09:14:31

Comparing /work/SRC/openSUSE:Factory/fpc-AGGR (Old)
 and  /work/SRC/openSUSE:Factory/.fpc-AGGR.new (New)


Package is "fpc-AGGR"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _aggregate



Other differences:
--
++ _aggregate ++

  
fpc

  




commit yast2-vpn for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-vpn for openSUSE:Factory 
checked in at 2016-10-13 11:30:39

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


Package is "yast2-vpn"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-vpn/yast2-vpn.changes  2016-03-31 
13:03:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-vpn.new/yast2-vpn.changes 2016-10-13 
11:30:39.0 +0200
@@ -1,0 +2,12 @@
+Mon Oct 10 12:04:12 UTC 2016 - h...@suse.com
+
+- Instead of creating its own firewall custom-rules, put firewall
+  commands into user's own custom-rules file.
+  Bump version to 3.1.4 for bsc#1002744.
+
+---
+Mon Oct  3 12:00:46 UTC 2016 - igonzalezs...@suse.com
+
+- Fix translation in the connection status dialog (bsc#994349)
+
+---

Old:

  yast2-vpn-3.1.3.tar.bz2

New:

  yast2-vpn-3.1.4.tar.bz2



Other differences:
--
++ yast2-vpn.spec ++
--- /var/tmp/diff_new_pack.ICfQws/_old  2016-10-13 11:30:41.0 +0200
+++ /var/tmp/diff_new_pack.ICfQws/_new  2016-10-13 11:30:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-vpn
-Version:3.1.3
+Version:3.1.4
 Release:0
 Url:https://github.com/yast/yast-vpn
 Source0:%{name}-%{version}.tar.bz2

++ yast2-vpn-3.1.3.tar.bz2 -> yast2-vpn-3.1.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vpn-3.1.3/package/yast2-vpn.changes 
new/yast2-vpn-3.1.4/package/yast2-vpn.changes
--- old/yast2-vpn-3.1.3/package/yast2-vpn.changes   2016-03-30 
09:32:33.0 +0200
+++ new/yast2-vpn-3.1.4/package/yast2-vpn.changes   2016-10-10 
14:06:38.0 +0200
@@ -1,4 +1,16 @@
 ---
+Mon Oct 10 12:04:12 UTC 2016 - h...@suse.com
+
+- Instead of creating its own firewall custom-rules, put firewall
+  commands into user's own custom-rules file.
+  Bump version to 3.1.4 for bsc#1002744.
+
+---
+Mon Oct  3 12:00:46 UTC 2016 - igonzalezs...@suse.com
+
+- Fix translation in the connection status dialog (bsc#994349)
+
+---
 Thu Mar 24 11:15:40 UTC 2016 - h...@suse.com
 
 - Fix several important issues:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vpn-3.1.3/package/yast2-vpn.spec 
new/yast2-vpn-3.1.4/package/yast2-vpn.spec
--- old/yast2-vpn-3.1.3/package/yast2-vpn.spec  2016-03-30 09:32:33.0 
+0200
+++ new/yast2-vpn-3.1.4/package/yast2-vpn.spec  2016-10-10 14:04:11.0 
+0200
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-vpn
-Version:3.1.3
+Version:3.1.4
 Release:0
 License:GPL-2.0
 URL:https://github.com/yast/yast-vpn
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vpn-3.1.3/src/lib/vpn/main_dialog.rb 
new/yast2-vpn-3.1.4/src/lib/vpn/main_dialog.rb
--- old/yast2-vpn-3.1.3/src/lib/vpn/main_dialog.rb  2016-03-30 
09:32:33.0 +0200
+++ new/yast2-vpn-3.1.4/src/lib/vpn/main_dialog.rb  2016-10-10 
12:11:46.0 +0200
@@ -46,6 +46,8 @@
 # When true, the Apply button will save configuration to this 
system.
 # When false, configuration will only be saved to SCR.
 @can_apply = can_apply
+# When true, the user has already acknowledged to the 
"configuration success" prompt.
+@success_acknowledged = false
 end
 
 def dialog_options
@@ -82,7 +84,7 @@
 # Right side: connection config editor
 HWeight(65, ReplacePoint(Id(:conn_conf), Empty()))
 ),
-HBox(
+ButtonBox(
 PushButton(Id(:ok), Yast::Label.OKButton),
 PushButton(Id(:cancel), Yast::Label.CancelButton)
 )
@@ -175,7 +177,8 @@
 end
 if enable_daemon
 popup_msg += "\n" + _("Would you like to view daemon log and 
connection status?")
-if Yast::Popup.YesNo(popup_msg)
+if !@success_acknowledged && Yast::Popup.YesNo(popup_msg)
+@success_acknowledged = true
 ViewLogDialog.new.run
 else
 finish_dialog(:finish)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit mate-netbook for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package mate-netbook for openSUSE:Factory 
checked in at 2016-10-13 11:31:15

Comparing /work/SRC/openSUSE:Factory/mate-netbook (Old)
 and  /work/SRC/openSUSE:Factory/.mate-netbook.new (New)


Package is "mate-netbook"

Changes:

--- /work/SRC/openSUSE:Factory/mate-netbook/mate-netbook.changes
2016-09-25 14:43:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-netbook.new/mate-netbook.changes   
2016-10-13 11:31:17.0 +0200
@@ -1,0 +2,9 @@
+Mon Oct 10 20:32:20 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.1:
+  * Window Picker Applet: Fix invisible icons in the GTK+3 build.
+  * Window Picker Applet: Fix an occasional runtime warning about
+workspace being NULL.
+  * Update translations.
+
+---

Old:

  mate-netbook-1.16.0.tar.xz

New:

  mate-netbook-1.16.1.tar.xz



Other differences:
--
++ mate-netbook.spec ++
--- /var/tmp/diff_new_pack.74d5fp/_old  2016-10-13 11:31:18.0 +0200
+++ /var/tmp/diff_new_pack.74d5fp/_new  2016-10-13 11:31:18.0 +0200
@@ -18,7 +18,7 @@
 
 %define _version 1.16
 Name:   mate-netbook
-Version:1.16.0
+Version:1.16.1
 Release:0
 Summary:MATE Desktop window management tool
 License:GPL-3.0
@@ -56,7 +56,7 @@
 %configure \
   --libexecdir=%{_libexecdir}/%{name} \
   --with-gtk=2.0
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install
@@ -79,6 +79,8 @@
 
%{_datadir}/mate-panel/applets/org.mate.panel.MateWindowPicker.mate-panel-applet
 %dir %{_datadir}/mate-panel/ui/
 %{_datadir}/mate-panel/ui/mate-window-picker-applet-menu.xml
+%dir %{_datadir}/dbus-1/
+%dir %{_datadir}/dbus-1/services/
 %{_datadir}/dbus-1/services/*.service
 %{_datadir}/glib-2.0/schemas/*.xml
 %{_mandir}/man?/mate-maximus.?%{?ext_man}

++ mate-netbook-1.16.0.tar.xz -> mate-netbook-1.16.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.16.0/ChangeLog 
new/mate-netbook-1.16.1/ChangeLog
--- old/mate-netbook-1.16.0/ChangeLog   2016-09-19 10:31:36.0 +0200
+++ new/mate-netbook-1.16.1/ChangeLog   2016-10-10 16:33:09.0 +0200
@@ -1,3 +1,46 @@
+commit b9e04a89438db9e98d1a6fe9287bedef9ebaab24
+Author: monsta 
+Date:   Mon Oct 10 17:16:11 2016 +0300
+
+release 1.16.1
+
+ NEWS | 8 
+ configure.ac | 2 +-
+ 2 files changed, 9 insertions(+), 1 deletion(-)
+
+commit edef941a48977bb344bcc3ab76a6c3d381d17f63
+Author: monsta 
+Date:   Mon Oct 10 17:09:26 2016 +0300
+
+sync with Transifex
+
+ po/oc.po | 36 +++-
+ po/pl.po |  8 
+ 2 files changed, 23 insertions(+), 21 deletions(-)
+
+commit b0dba632e2c1da952661ec67d1ca7821fa40ac7b
+Author: monsta 
+Date:   Mon Oct 3 16:33:30 2016 +0300
+
+window picker: fix runtime warning about workspace being NULL
+
+from
+
https://github.com/lanoxx/window-picker-applet/commit/8c6de9ded61743246b82a04c2a21c714e50957ef
+
+ mate-window-picker-applet/task-item.c | 15 +--
+ 1 file changed, 9 insertions(+), 6 deletions(-)
+
+commit 3c33e5cda7f356f47dffc717a900591820ef207c
+Author: monsta 
+Date:   Wed Sep 28 15:15:56 2016 +0300
+
+window picker: fix invisible icons in GTK+3 build
+
+fixes https://github.com/mate-desktop/mate-netbook/issues/26
+
+ mate-window-picker-applet/task-item.c | 10 --
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
 commit 359dca5356bc9c17976788352a746bd489eed5f3
 Author: monsta 
 Date:   Mon Sep 19 11:28:25 2016 +0300
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.16.0/NEWS new/mate-netbook-1.16.1/NEWS
--- old/mate-netbook-1.16.0/NEWS2016-09-19 10:27:47.0 +0200
+++ new/mate-netbook-1.16.1/NEWS2016-10-10 16:28:45.0 +0200
@@ -1,3 +1,11 @@
+1.16.1
+==
+
+ * Window Picker Applet: fix invisible icons in GTK+3 build
+ * Window Picker Applet: fix occasional runtime warning about
+   workspace being NULL
+ * Translations update
+
 1.16.0
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-netbook-1.16.0/configure 
new/mate-netbook-1.16.1/configure
--- old/mate-netbook-1.16.0/configure   2016-09-19 10:31:26.0 +0200
+++ new/mate-netbook-1.16.1/configure   2016-10-10 16:33:01.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for mate-netbook 1.16.0.
+# 

commit nethogs for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package nethogs for openSUSE:Factory checked 
in at 2016-10-13 11:30:57

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


Package is "nethogs"

Changes:

--- /work/SRC/openSUSE:Factory/nethogs/nethogs.changes  2016-06-29 
15:10:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.nethogs.new/nethogs.changes 2016-10-13 
11:30:59.0 +0200
@@ -1,0 +2,9 @@
+Mon Oct 10 20:15:24 UTC 2016 - astie...@suse.com
+
+- update to 0.8.5 (bsc#1003837):
+  * documentation updates
+  * support for multiple IP addresses on one device 
+  * various bug fixes and UI fixes
+- drop print_opendir_warnings_only_in_bughunt_mode.patch, upstream
+
+---

Old:

  print_opendir_warnings_only_in_bughunt_mode.patch
  v0.8.1.tar.gz

New:

  nethogs-0.8.5.tar.gz
  nethogs-0.8.5.tar.gz.asc
  nethogs.keyring



Other differences:
--
++ nethogs.spec ++
--- /var/tmp/diff_new_pack.CuCw8h/_old  2016-10-13 11:31:01.0 +0200
+++ /var/tmp/diff_new_pack.CuCw8h/_new  2016-10-13 11:31:01.0 +0200
@@ -18,14 +18,15 @@
 
 
 Name:   nethogs
-Version:0.8.1
+Version:0.8.5
 Release:0
 Summary:Network Bandwidth Usage Monitor
 License:GPL-2.0+
 Group:  Productivity/Networking/Diagnostic
 Url:http://raboof.github.io/nethogs/
-Source: https://github.com/raboof/nethogs/archive/v%{version}.tar.gz
-Patch0: print_opendir_warnings_only_in_bughunt_mode.patch
+Source: 
https://github.com/raboof/nethogs/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source2:
https://github.com/raboof/nethogs/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
+Source3:https://keybase.io/raboof/key.asc#/%{name}.keyring
 BuildRequires:  gcc-c++
 BuildRequires:  libpcap-devel
 BuildRequires:  ncurses-devel
@@ -41,7 +42,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 make %{?_smp_mflags} \
@@ -54,7 +54,7 @@
 nethogs
 
 %install
-make %{?_smp_flags} \
+make  %{?_smp_mflags} \
 sbin="%{buildroot}%{_sbindir}" \
 bin="%{buildroot}%{_sbindir}" \
 man8="%{buildroot}%{_mandir}/man8" \
@@ -63,6 +63,9 @@
 CXX="g++" \
 install
 
+%check
+make test
+
 %files
 %defattr(-,root,root)
 %doc COPYING README.md DESIGN




commit python-oslo.messaging for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.messaging for 
openSUSE:Factory checked in at 2016-10-13 11:31:27

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


Package is "python-oslo.messaging"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-oslo.messaging/python-oslo.messaging.changes  
2016-05-04 08:20:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.messaging.new/python-oslo.messaging.changes
 2016-10-13 11:31:27.0 +0200
@@ -1,0 +2,177 @@
+Wed Oct  5 17:07:13 UTC 2016 - dmuel...@suse.com
+
+- sync global requirements
+
+---
+Wed Aug 31 13:11:55 UTC 2016 - tbecht...@suse.com
+
+- update to version 5.10.0
+  * [AMQP 1.0] Add configuration parameters for send message deadline
+  * [AMQP 1.0] Add acknowledge and requeue handling for incoming message
+  * [AMQP 1.0] small fixes to improve timer scalability
+  * Add warning when credential is not specified for each host
+  * Fix calculating of duration in simulator.py
+  * AMQP 1.0 Driver Architecture Overview Document
+  * Add the proper branch back to .gitreview
+  * [zmq] Implement retries for unacknowledged CASTs
+  * [zmq] Redis unavailability is not critical
+  * Move zmq driver options into its own group
+  * Add docstring for get_notification_transport
+  * Remove the max_send_retries option
+  * Fix a timer leak in the AMQP 1.0 driver
+  * Refactor link management to support link recovery
+  * Log a warning when connected to a routable message bus
+  * Fix the help info format
+  * [zmq] Discover new publisher proxy
+  * [AMQP 1.0] AMQP 1.0 Driver User Guide Document update
+  * [zmq] Use zmq.IMMEDIATE option for round-robin
+  * [zmq] Make zmq_immediate configurable
+  * Re-factor the AMQP 1.0 addressing semantics
+  * Set the default link property to allow message acks
+  * [AMQP 1.0] Add link credit configuration options
+  * Clean outdated docstring and comment
+  * [zmq] Host name and target in socket identity
+  * [AMQP 1.0] Cancel response treatment for detached link
+  * Updated from global requirements
+  * Refactor AMQP 1.0 command task to support timers
+
+---
+Tue Aug 30 16:20:46 UTC 2016 - tbecht...@suse.com
+
+- update to version 5.6.0
+  * Remove rabbitmq max_retries
+  * fix a typo in impl_rabbit.py
+  * Fix misstyping issue
+  * tests: allow to override the functionnal tests suite args
+  * Add Python 3.4 functional tests for AMQP 1.0 driver
+  * Imported Translations from Zanata
+  * [zmq] Merge publishers
+  * Remove discover from test-requirements
+  * Add deprecated relnote for max_retries rabbit configuration option
+  * [zmq] Add py34 configuration for functional tests
+  * Improve the impl_rabbit logging
+  * [zmq] Let proxy serve on a static port numbers
+  * notify: add a CLI tool to manually send notifications
+  * Add Python 3.5 classifier and venv
+  * Fix parameters of assertEqual are misplaced
+  * Properly cleanup listener and driver on simulator exit
+  * [zmq] Refactor publishers
+  * Config: no need to set default=None
+  * Introduce TTL for idle connections
+  * Fix pika functional tests
+  * [zmq] Use json/msgpack instead of pickle
+  * Replace assertEqual(None, *) with assertIsNone in tests
+  * [zmq] Additional configurations for f-tests
+  * Fix syntax error on notification listener docs
+  * tests: rabbitmq failover tests
+  * Delete fanout queues on gracefully shutdown
+  * Updated from global requirements
+
+---
+Wed Aug 10 14:37:47 UTC 2016 - tbecht...@suse.com
+
+- update to version 5.5.0
+  * [Trival] fix a typo nit
+  * [zmq] Fix backend router port for proxy.
+  * [zmq] Remove rpc_zmq_concurrency option
+  * Documents recommended executor
+  * [zmq] Remove redundant Envelope class
+  * [impl_rabbit] Remove deprecated get_expiration method
+  * [zmq] Periodic updates of endpoints connections
+  * [zmq] Fix message sending when using proxy and not using PUB/SUB
+  * Imported Translations from Zanata
+  * [AMQP 1.0] Randomize host list connection attempts
+  * Fix temporary problems with pika unit tests
+  * [zmq] Remove unused Request.close method
+  * Modify info of default_notification_exchange
+  * [zmq] Properly stop ZmqServer
+  * AMQP 1.0 - create only one Cyrus SASL configuration for the tests
+  * [zmq] Don't skip non-direct message types
+  * [zmq] Refactoring of zmq client
+  * Fix typo: 'olso' to 'oslo'
+  * Updated from global requirements
+  * Add query paramereters to TransportURL
+  * [zmq] Fix timeout in ThreadingPoller.poll
+
+---
+Mon Jul  4 

commit yast2-slide-show for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-slide-show for 
openSUSE:Factory checked in at 2016-10-13 11:30:41

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


Package is "yast2-slide-show"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-slide-show/yast2-slide-show.changes
2016-08-29 15:40:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-slide-show.new/yast2-slide-show.changes   
2016-10-13 11:30:41.0 +0200
@@ -1,0 +2,21 @@
+Thu Oct 06 11:40:20 UTC 2016 - g...@opensuse.org
+
+- Update to version 84.87.20161006.92ed252:
+  * Translated using Weblate (Romanian)
+  * Fix typos
+  * Merge pot file
+  * Translated using Weblate (Lithuanian)
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Asturian)
+  * Translated using Weblate (French)
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (German)
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (English)
+  * Translated using Weblate (Czech)
+  * remove Leap if in combination with suse-version entity ("Leap
+Leap", boo#1003116).
+
+---

Old:

  yast2-slide-show-84.87.20160824.23331ce.tar.xz

New:

  yast2-slide-show-84.87.20161006.92ed252.tar.xz



Other differences:
--
++ yast2-slide-show.spec ++
--- /var/tmp/diff_new_pack.v55qMf/_old  2016-10-13 11:30:43.0 +0200
+++ /var/tmp/diff_new_pack.v55qMf/_new  2016-10-13 11:30:43.0 +0200
@@ -16,12 +16,12 @@
 #
 
 
-%define version_unconverted 84.87.20160824.23331ce
+%define version_unconverted 84.87.20161006.92ed252
 # xml2po uses temporary files that do not like being called twice
 # xml2po probably is not thread-safe.
 %define jobs 1
 Name:   yast2-slide-show
-Version:84.87.20160824.23331ce
+Version:84.87.20161006.92ed252
 Release:0
 Summary:Slide show displayed during package installation with YaST
 License:GPL-2.0

++ _servicedata ++
--- /var/tmp/diff_new_pack.v55qMf/_old  2016-10-13 11:30:43.0 +0200
+++ /var/tmp/diff_new_pack.v55qMf/_new  2016-10-13 11:30:43.0 +0200
@@ -3,4 +3,4 @@
 git://github.com/lnussel/yast-slide-show.git
   6f56730fc1760741bd3b6e95b3f02dad104347f0
 git://github.com/openSUSE/yast-slide-show.git
-  23331cefbff5c7953782b4d7f838fedcf661dfc5
\ No newline at end of file
+  92ed25220d0628afd7a90646b0556217813cea4f
\ No newline at end of file

++ yast2-slide-show-84.87.20160824.23331ce.tar.xz -> 
yast2-slide-show-84.87.20161006.92ed252.tar.xz ++
 7462 lines of diff (skipped)




commit mate-terminal for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package mate-terminal for openSUSE:Factory 
checked in at 2016-10-13 11:31:06

Comparing /work/SRC/openSUSE:Factory/mate-terminal (Old)
 and  /work/SRC/openSUSE:Factory/.mate-terminal.new (New)


Package is "mate-terminal"

Changes:

--- /work/SRC/openSUSE:Factory/mate-terminal/mate-terminal.changes  
2016-09-25 14:43:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-terminal.new/mate-terminal.changes 
2016-10-13 11:31:15.0 +0200
@@ -1,0 +2,9 @@
+Mon Oct 10 20:32:20 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.1:
+  * Fix a crash after detaching a tab and then changing its title.
+  * Fix window positioning when using the --geometry option.
+  * Update translations.
+- Remove mate-terminal-geometry-positioning.patch: merged upstream.
+
+---

Old:

  mate-terminal-1.16.0.tar.xz
  mate-terminal-geometry-positioning.patch

New:

  mate-terminal-1.16.1.tar.xz



Other differences:
--
++ mate-terminal.spec ++
--- /var/tmp/diff_new_pack.1ppJaf/_old  2016-10-13 11:31:16.0 +0200
+++ /var/tmp/diff_new_pack.1ppJaf/_new  2016-10-13 11:31:16.0 +0200
@@ -18,15 +18,13 @@
 
 %define _version 1.16
 Name:   mate-terminal
-Version:1.16.0
+Version:1.16.1
 Release:0
 Summary:MATE Desktop terminal emulator
 License:GPL-3.0+
 Group:  System/GUI/Other
 Url:http://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM mate-terminal-geometry-positioning.patch 
sor.ale...@meowr.ru -- Add back --geometry positioning support.
-Patch0: mate-terminal-geometry-positioning.patch
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
@@ -53,12 +51,11 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 NOCONFIGURE=1 mate-autogen
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ mate-terminal-1.16.0.tar.xz -> mate-terminal-1.16.1.tar.xz ++
 22242 lines of diff (skipped)




commit python-swiftclient for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-swiftclient for 
openSUSE:Factory checked in at 2016-10-13 11:31:24

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


Package is "python-swiftclient"

Changes:

--- /work/SRC/openSUSE:Factory/python-swiftclient/python-swiftclient.changes
2016-09-30 15:30:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-swiftclient.new/python-swiftclient.changes   
2016-10-13 11:31:24.0 +0200
@@ -1,0 +2,52 @@
+Mon Sep 26 12:51:26 UTC 2016 - tbecht...@suse.com
+
+update to version 3.1.0
+  * Include response headers in ClientExceptions
+  * Add copy object method
+  * Support client certificate/key
+  * Add new doc structure and contents for swiftclient
+  * Add --json option to `swift capabilities` / `swift info`
+  * Convert numeric and boolean header values to strings
+  * Correct doc string for http_conn argument
+  * authors/changelog updates for 3.1.0 release
+  * Add tests for thread option validation
+  * Drop *.dbm* before running tests
+  * fixing nit picks in python-swiftclient doc
+  * boolean logic cleanup in service.Swift[Copy|Post]Object
+  * Query string functionality for containers
+  * Check responses when retrying bodies
+  * Add python version constraint python>=2.7
+  * Use mock patch to handle get_auth_keystone
+  * Default to v3 auth if we find a (user|project)-domain-(name|id) option
+  * Initialise delete_object mock before it's called
+  * Accept gzip-encoded API responses
+  * Use application/directory content-type for dir markers
+  * Fix examples and missing code-block
+  * Strip leading/trailing whitespace from headers
+  * Move other-requirements.txt to bindep.txt
+  * Suppress InsecureRequestWarning when using --insecure
+  * reenable sidebar links
+  * Migrated contributing file from .md to .rst
+  * Fixed a typo in SwiftService API doc
+  * Move python-keystoneclient to "extras"
+  * Pull option processing out to service.py
+  * Add swift tempurl and swift auth command docstring
+  * Add other-requirements.txt
+  * Identify segments uploaded via swiftclient
+  * Port from optparse to argparse
+  * Fix SwiftPostObject options usage in SwiftService
+  * client: renew token on 401 even if retries is 0
+  * Fix downloading from "marker" item
+  * Tighten up testing for sloppy auth version
+  * Removes redundant "to"
+  * Fix unicode issues in tempurl command
+  * Parse options to dict
+  * Modify assert
+  * Update the home-page with developer documentation
+  * Initialize delete_object mock *before* creating all the threads
+  * Clean up some unnecessary variables
+  * Add __ne__ built-in function
+  * Add an option: disable etag check on downloads
+  * Check threads number options validation
+
+---

Old:

  python-swiftclient-3.0.0.tar.gz

New:

  python-swiftclient-3.1.0.tar.gz



Other differences:
--
++ python-swiftclient.spec ++
--- /var/tmp/diff_new_pack.n4RfRv/_old  2016-10-13 11:31:26.0 +0200
+++ /var/tmp/diff_new_pack.n4RfRv/_new  2016-10-13 11:31:26.0 +0200
@@ -18,17 +18,17 @@
 
 %global sname python-swiftclient
 Name:   python-swiftclient
-Version:3.0.0
+Version:3.1.0
 Release:0
 Summary:OpenStack Object Storage API Client Library
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/%{sname}
-Source: 
https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
+Source0:
https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python-keystoneclient >= 1.7.0
-BuildRequires:  python-mock >= 1.2
+BuildRequires:  python-keystoneclient >= 2.0.0
+BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-pbr >= 1.6
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-testrepository >= 0.0.18

++ python-swiftclient-3.0.0.tar.gz -> python-swiftclient-3.1.0.tar.gz ++
 8874 lines of diff (skipped)




commit python-sortedcontainers for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-sortedcontainers for 
openSUSE:Factory checked in at 2016-10-13 11:30:26

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


Package is "python-sortedcontainers"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sortedcontainers/python-sortedcontainers.changes
  2016-09-23 11:31:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sortedcontainers.new/python-sortedcontainers.changes
 2016-10-13 11:30:31.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct  2 07:51:12 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 1.5.3
+  * No upstream changelog
+
+---

Old:

  sortedcontainers-0.9.3.tar.gz

New:

  sortedcontainers-1.5.3.tar.gz



Other differences:
--
++ python-sortedcontainers.spec ++
--- /var/tmp/diff_new_pack.Cwlubf/_old  2016-10-13 11:30:34.0 +0200
+++ /var/tmp/diff_new_pack.Cwlubf/_new  2016-10-13 11:30:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sortedcontainers
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-sortedcontainers
-Version:0.9.3
+Version:1.5.3
 Release:0
 Summary:Sorted container data types
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://pypi.python.org/pypi/sortedcontainers/
-Source: 
https://pypi.python.org/packages/source/s/sortedcontainers/sortedcontainers-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/s/sortedcontainers/sortedcontainers-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ sortedcontainers-0.9.3.tar.gz -> sortedcontainers-1.5.3.tar.gz ++
 4976 lines of diff (skipped)




commit python-dnspython for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-dnspython for 
openSUSE:Factory checked in at 2016-10-13 11:30:21

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


Package is "python-dnspython"

Changes:

--- /work/SRC/openSUSE:Factory/python-dnspython/python-dnspython.changes
2016-06-21 12:29:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-dnspython.new/python-dnspython.changes   
2016-10-13 11:30:28.0 +0200
@@ -1,0 +2,22 @@
+Sat Oct  8 13:16:31 UTC 2016 - sebix+novell@sebix.at
+
+- New upstream release 1.15.0
+* IDNA 2008 support is now available if the "idna" module has been
+installed and IDNA 2008 is requested.  The default IDNA behavior
+is still IDNA 2003.  The new IDNA codec mechanism is currently
+only useful for direct calls to dns.name.from_text() or
+dns.name.from_unicode(), but in future releases it will be
+deployed throughout dnspython, e.g. so that you can read a
+masterfile with an IDNA 2008 codec in force.
+* By default, dns.name.to_unicode() is not strict about which
+version of IDNA the input complies with.  Strictness can be
+requested by using one of the strict IDNA codecs.
+* Add AVC RR support.
+* Some problems with newlines in various output modes have been
+addressed.
+* dns.name.to_text() now returns text and not bytes on Python 3.x
+* More miscellaneous fixes for the Python 2/3 codeline merge.
+- Include readme with readme.patch as not included in upstream tarball
+- Fix a bug in the tests code with 210.patch with upstream pull request #210
+
+---

Old:

  dnspython-1.14.0.tar.gz
  dnspython-1.14.0.tar.gz.asc

New:

  210.patch
  dnspython-1.15.0.tar.gz
  dnspython-1.15.0.tar.gz.asc
  readme.patch



Other differences:
--
++ python-dnspython.spec ++
--- /var/tmp/diff_new_pack.mfW41P/_old  2016-10-13 11:30:31.0 +0200
+++ /var/tmp/diff_new_pack.mfW41P/_new  2016-10-13 11:30:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-dnspython
-Version:1.14.0
+Version:1.15.0
 Release:0
 Url:http://www.dnspython.org/
 Summary:A DNS toolkit for Python
@@ -26,12 +26,16 @@
 Source: 
http://www.dnspython.org/kits/%{version}/dnspython-%{version}.tar.gz
 Source2:
http://www.dnspython.org/kits/%{version}/dnspython-%{version}.tar.gz.asc
 Source3:python-dnspython.asc
+Patch0: https://github.com/rthalley/dnspython/pull/210.patch
+# Add the readme as patch as not included in the tarball
+Patch1: readme.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  netcfg
 BuildRequires:  python-devel
 BuildRequires:  python-pycrypto
 BuildRequires:  python-setuptools
 BuildRequires:  unzip
+Recommends: python-idna
 BuildArch:  noarch
 
 %description
@@ -44,6 +48,8 @@
 %prep
 %setup -q -n dnspython-%{version}
 chmod -x examples/*
+%patch0
+%patch1
 
 %build
 python setup.py build
@@ -52,15 +58,13 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-pushd tests
 # skip the resolver test suite as it requires an internet connection
-test -f test_resolver.py && rm test_resolver.py
-make check
-popd
+test -f tests/test_resolver.py && rm tests/test_resolver.py
+python setup.py test
 
 %files
-%defattr(-,root,root)
-%doc ChangeLog LICENSE examples
+%defattr(-,root,root,-)
+%doc ChangeLog LICENSE README.md examples
 %{python_sitelib}/*
 
 %changelog

++ 210.patch ++
>From 0add1649c91b4f56b32e73c3a6327519c6eb532e Mon Sep 17 00:00:00 2001
From: Avram Lubkin 
Date: Tue, 4 Oct 2016 07:32:20 -0400
Subject: [PATCH] Test creates file in wrong location

test_zone.ZoneTestCase.testToFileFilename fails with OSError: [Errno 2] No such 
file or directory
---
 tests/test_zone.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_zone.py b/tests/test_zone.py
index dbc67c7..3c497a6 100644
--- tests/test_zone.py
+++ tests/test_zone.py
@@ -177,7 +177,7 @@ def testToFileBinary(self):
 def testToFileFilename(self):
 z = dns.zone.from_file(here('example'), 'example')
 try:
-z.to_file('example3-filename.out')
+z.to_file(here('example3-filename.out'))
 ok = filecmp.cmp(here('example3-filename.out'),
  here('example3.good'))
 finally:
++ dnspython-1.14.0.tar.gz -> dnspython-1.15.0.tar.gz ++
 4849 lines of diff (skipped)


++ readme.patch ++
 605 lines (skipped)




commit z3 for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package z3 for openSUSE:Factory checked in 
at 2016-10-13 11:30:54

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


Package is "z3"

Changes:

--- /work/SRC/openSUSE:Factory/z3/z3.changes2016-09-17 14:40:47.0 
+0200
+++ /work/SRC/openSUSE:Factory/.z3.new/z3.changes   2016-10-13 
11:30:55.0 +0200
@@ -1,0 +2,14 @@
+Mon Oct 10 19:24:46 UTC 2016 - mplus...@suse.com
+
+- Update to version 4.4.1+git.20161007:
+  * Z3_query_constructor documentation clarification
+  * add mutex pass
+  * Build/test fix for python3
+  * Test fix for python3
+  * Added dummy code contracts for .NET Core/CoreCLR builds.
+  * Remove unnecessary "unsafe" qualifier on internal .NET API class.
+  * add mutex preprocessing to maxsat, add parsing functions to C++ API
+  * add example of parsing with external declarations
+- Speedup build by using ninja
+
+---

Old:

  z3-4.4.1+git.20160914.tar.xz

New:

  z3-4.4.1+git.20161007.tar.xz



Other differences:
--
++ z3.spec ++
--- /var/tmp/diff_new_pack.zDjMEa/_old  2016-10-13 11:30:57.0 +0200
+++ /var/tmp/diff_new_pack.zDjMEa/_new  2016-10-13 11:30:57.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define version_unconverted 4.4.1+git.20160914
+%define version_unconverted 4.4.1+git.20161007
 Name:   z3
-Version:4.4.1+git.20160914
+Version:4.4.1+git.20161007
 Release:0
 Summary:Theorem prover from Microsoft Research
 License:MIT
@@ -29,7 +29,7 @@
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
-BuildRequires:  make
+BuildRequires:  ninja
 BuildRequires:  python-devel
 BuildRequires:  xz
 
@@ -73,6 +73,7 @@
 %patch0 -p1
 
 %build
+%define __builder ninja
 python contrib/cmake/bootstrap.py create
 %cmake \
   -DBUILD_LIBZ3_SHARED=true \
@@ -82,7 +83,7 @@
   -DCMAKE_EXE_LINKER_FLAGS="" \
   -DCMAKE_SHARED_LINKER_FLAGS="" \
   -DENABLE_EXAMPLE_TARGETS=false
-make %{?_smp_mflags}
+%make_jobs
 
 %install
 %cmake_install
@@ -106,6 +107,7 @@
 
 %files -n python-%{name}
 %defattr(-,root,root)
-%{python_sitelib}/*py
+%dir %{python_sitelib}/%{name}
+%{python_sitelib}/%{name}/*py
 
 %changelog

++ z3-4.4.1+git.20160914.tar.xz -> z3-4.4.1+git.20161007.tar.xz ++
 28802 lines of diff (skipped)




commit python-novaclient for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-novaclient for 
openSUSE:Factory checked in at 2016-10-13 11:31:18

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


Package is "python-novaclient"

Changes:

--- /work/SRC/openSUSE:Factory/python-novaclient/python-novaclient.changes  
2016-09-30 15:30:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-novaclient.new/python-novaclient.changes 
2016-10-13 11:31:19.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct  6 08:51:28 UTC 2016 - tbecht...@suse.com
+
+- Remove python-keyring from BuildRequires. It's optional.
+
+---



Other differences:
--
++ python-novaclient.spec ++
--- /var/tmp/diff_new_pack.bUWGGv/_old  2016-10-13 11:31:20.0 +0200
+++ /var/tmp/diff_new_pack.bUWGGv/_new  2016-10-13 11:31:20.0 +0200
@@ -30,7 +30,6 @@
 BuildRequires:  python-devel
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-glanceclient >= 2.0.0
-BuildRequires:  python-keyring >= 5.5.1
 BuildRequires:  python-keystoneclient >= 2.0.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-os-client-config >= 1.13.1




commit python-pyside for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-pyside for openSUSE:Factory 
checked in at 2016-10-13 11:31:03

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


Package is "python-pyside"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyside/python-pyside.changes  
2015-11-02 12:55:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyside.new/python-pyside.changes 
2016-10-13 11:31:03.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep  8 15:50:13 UTC 2016 - car...@techbyte.ca
+
+- Changed source from github to pypi.python.org
+- Produced egg_info files
+- Changed build type to release
+
+---

Old:

  pyside-1.2.4.tar.gz

New:

  PySide-1.2.4.tar.gz



Other differences:
--
++ python-pyside.spec ++
--- /var/tmp/diff_new_pack.BEgiIk/_old  2016-10-13 11:31:07.0 +0200
+++ /var/tmp/diff_new_pack.BEgiIk/_new  2016-10-13 11:31:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyside
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,28 +16,28 @@
 #
 
 
-%define tarname   pyside
-Name:   python-%{tarname}
-%define libprefix lib%{tarname}
+%define _name  pyside
+%define libprefix  lib%{_name}
 %define pynamePySide
+Name:   python-%{_name}
 Version:1.2.4
 Release:0
-%define major_version %(echo "%{version}" | sed 's/.[0-9]*$//')
 Summary:PySide - python bindings for Qt
 License:LGPL-2.1+
 Group:  Development/Languages/Python
 Url:http://qt-project.org/wiki/PySide
-Source0:
https://github.com/PySide/%{pyname}/archive/%{version}/%{tarname}-%{version}.tar.gz
+Source0:
https://pypi.python.org/packages/source/P/%{pyname}/%{pyname}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libQtWebKit-devel
-BuildRequires:  libqt4-devel >= 4.5
+BuildRequires:  libqt4-devel >= 4.8
 BuildRequires:  libshiboken-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  phonon-devel
 BuildRequires:  python-devel
 BuildRequires:  python-pyside-shiboken
+BuildRequires:  python-setuptools
 
 %description
 The PySide project provides LGPL-licensed Python bindings for the Qt
@@ -65,16 +65,19 @@
 %setup -q -n %{pyname}-%{version}
 
 %build
-%cmake .. \
+python setup.py egg_info
+cd sources/%{_name}
+%cmake -DCMAKE_BUILD_TYPE=Release \
   -DBUILD_TESTS=FALSE \
-  -DCMAKE_BUILD_TYPE=RelWithDebInfo \
   -DQT_PHONON_INCLUDE_DIR=%{_includedir}/phonon
 make %{?_smp_mflags}
 ctest -R qtcore || true
 
 %install
-pushd build
+pushd sources/%{_name}/build
 %makeinstall DESTDIR=%{buildroot}
+# copy egg_info
+cp -R %{_builddir}/%{pyname}-%{version}/%{_name}_package/%{pyname}.egg-info 
%{buildroot}%{py_sitedir}/%{pyname}-%{version}-py%{py_ver}.egg-info
 %fdupes %{buildroot}
 popd
 
@@ -83,9 +86,10 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING
+%doc sources/pyside/COPYING
 %{_libdir}/%{libprefix}-python%{py_ver}.so.*
 %{py_sitedir}/%{pyname}/
+%{py_sitedir}/%{pyname}-%{version}-py%{py_ver}.egg-info/
 %{_datadir}/%{pyname}/
 
 %files devel
@@ -93,6 +97,6 @@
 %{_includedir}/%{pyname}/
 %{_libdir}/%{libprefix}-python%{py_ver}.so
 %{_libdir}/cmake/*
-%{_libdir}/pkgconfig/%{tarname}.pc
+%{_libdir}/pkgconfig/%{_name}.pc
 
 %changelog




commit python3-curtsies for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python3-curtsies for 
openSUSE:Factory checked in at 2016-10-13 11:31:55

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


Package is "python3-curtsies"

Changes:

--- /work/SRC/openSUSE:Factory/python3-curtsies/python3-curtsies.changes
2016-05-25 21:24:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-curtsies.new/python3-curtsies.changes   
2016-10-13 11:31:56.0 +0200
@@ -1,0 +2,31 @@
+Sun Oct  2 16:57:17 UTC 2016 - a...@gmx.de
+
+- update to version 0.2.9:
+  * fix #90 again
+  * strip ansi escape sequences if parsing fmtstr input fails
+  * prevent invalid negative cursor positions in CursorAwareWindow
+(fixes bpython #607)
+  * '\x1bOA' changed from ctrl-arrow key to arrow key (fixes bpython
+#621)
+  * alternate codes for F1-F4 (fixes bpython #626)
+
+- changes from version 0.2.8:
+  * Prevent negative cursor row.
+  * Change bad arrow key binding
+  * update changelog
+  * add parsing fallback of stripping ansi seqs
+  * fix #90 again, test this time
+
+- changes from version 0.2.7:
+  * fix link in readme
+  * add changelog
+  * add codes for F1-F4
+  * add python 3.5 to testing matrix
+  * skip stdin tests on Travis
+  * Added support for the shorthand ESC[m, which is equivalent to
+ESC[0m
+  * fix spelling in docs amound -> amount
+  * fix Blessings example t -> term
+  * add some docs
+
+---
@@ -6 +36,0 @@
-

Old:

  curtsies-0.2.6.tar.gz

New:

  curtsies-0.2.9.tar.gz



Other differences:
--
++ python3-curtsies.spec ++
--- /var/tmp/diff_new_pack.PWYyW7/_old  2016-10-13 11:31:57.0 +0200
+++ /var/tmp/diff_new_pack.PWYyW7/_new  2016-10-13 11:31:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-curtsies
-Version:0.2.6
+Version:0.2.9
 Release:0
 Summary:Curses-like terminal wrapper, with colored strings!
 License:MIT

++ curtsies-0.2.6.tar.gz -> curtsies-0.2.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/curtsies-0.2.6/PKG-INFO new/curtsies-0.2.9/PKG-INFO
--- old/curtsies-0.2.6/PKG-INFO 2016-01-11 23:37:59.0 +0100
+++ new/curtsies-0.2.9/PKG-INFO 2016-09-08 07:05:15.0 +0200
@@ -1,12 +1,122 @@
 Metadata-Version: 1.1
 Name: curtsies
-Version: 0.2.6
+Version: 0.2.9
 Summary: Curses-like terminal wrapper, with colored strings!
 Home-page: https://github.com/thomasballinger/curtsies
 Author: Thomas Ballinger
 Author-email: thomasballin...@gmail.com
 License: MIT
-Description: UNKNOWN
+Description: |Build Status| |Documentation Status| |Curtsies Logo|
+
+Curtsies is a library for interacting with the terminal. This is what
+using (nearly every feature of) curtsies looks like:
+
+.. code:: python
+
+from __future__ import unicode_literals # convenient for Python 2
+import random
+
+from curtsies import FullscreenWindow, Input, FSArray
+from curtsies.fmtfuncs import red, bold, green, on_blue, yellow
+
+print(yellow('this prints normally, not to the alternate screen'))
+with FullscreenWindow() as window:
+with Input() as input_generator:
+msg = red(on_blue(bold('Press escape to exit')))
+a = FSArray(window.height, window.width)
+a[0:1, 0:msg.width] = [msg]
+for c in input_generator:
+if c == '':
+break
+elif c == '':
+a = FSArray(window.height, window.width)
+else:
+s = repr(c).decode()
+row = random.choice(range(window.height))
+column = random.choice(range(window.width-len(s)))
+color = random.choice([red, green, on_blue, 
yellow])
+a[row, column:column+len(s)] = [color(s)]
+window.render_to_terminal(a)
+
+Paste it in a ``something.py`` file and try it out!
+
+Installation: ``pip install curtsies``
+
+`Documentation `__
+
+Primer
+--
+
+`FmtStr `__
+objects are strings formatted with colors and styles displayable in a
+terminal with `ANSI escape
+

commit balsa for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package balsa for openSUSE:Factory checked 
in at 2016-10-13 11:30:43

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


Package is "balsa"

Changes:

--- /work/SRC/openSUSE:Factory/balsa/balsa.changes  2015-06-03 
08:34:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.balsa.new/balsa.changes 2016-10-13 
11:30:50.0 +0200
@@ -1,0 +2,6 @@
+Sat Oct  8 18:52:51 UTC 2016 - zai...@opensuse.org
+
+- Fix build for Leap 42.1 and 42.2, via tweaking conditional for
+  compface/compface-devel BuildRequires.
+
+---



Other differences:
--
++ balsa.spec ++
--- /var/tmp/diff_new_pack.CWQnNt/_old  2016-10-13 11:30:55.0 +0200
+++ /var/tmp/diff_new_pack.CWQnNt/_new  2016-10-13 11:30:55.0 +0200
@@ -26,11 +26,11 @@
 Group:  Productivity/Networking/Email/Clients
 Url:http://pawsa.fedorapeople.org/balsa/
 Source: http://pawsa.fedorapeople.org/balsa/%{name}-%{version}.tar.bz2
-%if 0%{?suse_version} > 1320
+%if 0%{?suse_version} == 1320
 # For openSUSE >13.2, compface was split in a devel and library package
-BuildRequires:  compface-devel
-%else
 BuildRequires:  compface
+%else
+BuildRequires:  compface-devel
 %endif
 BuildRequires:  fdupes
 BuildRequires:  gpgme-devel




commit python-humanfriendly for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-humanfriendly for 
openSUSE:Factory checked in at 2016-10-13 11:31:00

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


Package is "python-humanfriendly"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-humanfriendly/python-humanfriendly.changes
2016-09-21 18:47:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-humanfriendly.new/python-humanfriendly.changes
   2016-10-13 11:31:01.0 +0200
@@ -1,0 +2,29 @@
+Mon Oct 10 19:21:56 UTC 2016 - mar...@gmx.de
+
+- Update to version 2.1
+  * Release 2.1: Support for sanitizing terminal output
+  * Support for sanitizing terminal output
+  * Merge #12: Update README.rst for new unit behaviour
+  * Update README.rst for new unit behaviour
+  * Release 2.0: Proper support for IEEE 1541 definitions of units? (fixes #4, 
merges #8 and #9)
+  * Proper support for IEEE 1541 definitions of units?
+  * Merge #9: Add note about IEEE 1541 definitions of units
+  * Merge #8: Allow correct behavior of 'parse_size' and 'format_size'
+  * Stop clearing coverage data on Travis CI :-)
+  * Release 1.44.9 (fixes #10 and #11)
+  * Restore Python 2.6 compatibility (#10 and #11)
+  * Resolve timespan formatting issues (#10 and #11)
+  * Reproduce timespan formatting issues reported in #10 and #11
+  * Refactor makefile, switch to py.test, wheel support, etc.
+  * Release 1.44.8 (fixes #7)
+  * Don't test tags on Travis CI
+  * Fix issue #7
+  * Reproduce issue #7 in test suite
+  * Minor improvements to setup script
+  * Add note about IEEE 1541 definitions of units
+  * Added unit tests
+  * Implemented correct handling of prefixes based on IEEE 1540
+- Fix source url
+- Minor specfile cleanup
+
+---

Old:

  1.44.7.tar.gz

New:

  humanfriendly-2.1.tar.gz



Other differences:
--
++ python-humanfriendly.spec ++
--- /var/tmp/diff_new_pack.Patw2Q/_old  2016-10-13 11:31:02.0 +0200
+++ /var/tmp/diff_new_pack.Patw2Q/_new  2016-10-13 11:31:02.0 +0200
@@ -1,3 +1,6 @@
+#
+# spec file for package python-humanfriendly
+#
 # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -9,24 +12,38 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 Name:   python-humanfriendly
-Version:1.44.7
+Version:2.1
 Release:0
 Summary:Human friendly input/output for text interfaces using Python
 License:MIT
 Group:  Development/Languages/Python
-Source: https://github.com/xolox/%{name}/archive/%{version}.tar.gz
 Url:https://github.com/xolox/%{name}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source: 
https://pypi.io/packages/source/h/humanfriendly/humanfriendly-%{version}.tar.gz
 BuildRequires:  python-setuptools
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
-Human friendly input/output for text interfaces using Python 
https://humanfriendly.readthedocs.org
+The functions and classes in the humanfriendly package can be used to make
+text interfaces more user friendly.
+
+ Some example features:
+  * Parsing and formatting numbers, file sizes, pathnames and timespans in
+simple, human friendly formats.
+  * Easy to use timers for long running operations, with human friendly
+formatting of the resulting timespans.
+  * Prompting the user to select a choice from a list of options by typing
+the option’s number or a unique substring of the option.
+  * Terminal interaction including text styling (ANSI escape sequences), user
+friendly rendering of usage messages and querying the terminal for its 
size.
 
 %prep
-%setup -q
+%setup -q -n humanfriendly-%{version}
 
 %build
 python setup.py build
@@ -38,7 +55,8 @@
 %files
 %defattr(-,root,root,-)
 %doc LICENSE.txt README.rst
-%{python_sitelib}
 %{_bindir}/humanfriendly
+%{python_sitelib}/humanfriendly
+%{python_sitelib}/humanfriendly-%{version}-py%{py_ver}.egg-info
 
 %changelog




commit patchinfo.5692 for openSUSE:13.2:Update

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.5692 for 
openSUSE:13.2:Update checked in at 2016-10-13 09:00:20

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


Package is "patchinfo.5692"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  fbui
  VUL-0: CVE-2016-7795, CVE-2016-7796: 
systemd: local denial-of-service attack via notification socket
  journal: verification of the journal 
unexpectedly fails with FSS enabled
  PackageKit: error message during 
upgrade
  VUL-1: systemd: unprivileged user can freeze 
journald
  systemd 228: service file installation 
complains of missing [Install] section
  systemd: Trying to run as user instance, but 
$XDG_RUNTIME_DIR is not set.
  
  security
  important
  Security update for systemd
  This update for systemd fixes the following issues:

- CVE-2016-7796: A zero-length message received over systemd's notification 
socket
  could make manager_dispatch_notify_fd() return an error and, as a side effect,
  disable the notification handler completely. As the notification socket is
  world-writable, this could have allowed a local user to perform a 
denial-of-service
  attack against systemd. (bsc#1001765)

Additionally, the following non-security fixes are included:

- Fix HMAC calculation when appending a data object to journal. (bsc#1000435)
- Never accept file descriptors from file systems with mandatory locking 
enabled.
  (bsc#954374)
- Do not warn about missing install info with "preset". (bsc#970293)  
- Save /run/systemd/users/UID before starting user@.service. (bsc#996269)
- Make sure that /var/lib/systemd/sysv-convert/database is always initialized.
  (bsc#982211)

  




commit yast2-packager for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2016-10-13 11:25:09

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


Package is "yast2-packager"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2016-10-10 16:17:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2016-10-13 11:25:15.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct 10 14:07:57 UTC 2016 - lsle...@suse.cz
+
+- Do not ask for a CD when the add-on check box is unchecked
+  (bsc#955186)
+- 3.2.2
+
+---

Old:

  yast2-packager-3.2.1.tar.bz2

New:

  yast2-packager-3.2.2.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.Dcnfu9/_old  2016-10-13 11:25:19.0 +0200
+++ /var/tmp/diff_new_pack.Dcnfu9/_new  2016-10-13 11:25:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.2.1
+Version:3.2.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-packager-3.2.1.tar.bz2 -> yast2-packager-3.2.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.2.1/package/yast2-packager.changes 
new/yast2-packager-3.2.2/package/yast2-packager.changes
--- old/yast2-packager-3.2.1/package/yast2-packager.changes 2016-10-07 
17:14:24.0 +0200
+++ new/yast2-packager-3.2.2/package/yast2-packager.changes 2016-10-11 
11:29:31.0 +0200
@@ -1,4 +1,11 @@
 ---
+Mon Oct 10 14:07:57 UTC 2016 - lsle...@suse.cz
+
+- Do not ask for a CD when the add-on check box is unchecked
+  (bsc#955186)
+- 3.2.2
+
+---
 Thu Oct  6 08:01:38 UTC 2016 - lsle...@suse.cz
 
 - Disable autorefresh for newly added local repositories ("cd",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.2.1/package/yast2-packager.spec 
new/yast2-packager-3.2.2/package/yast2-packager.spec
--- old/yast2-packager-3.2.1/package/yast2-packager.spec2016-10-07 
17:14:24.0 +0200
+++ new/yast2-packager-3.2.2/package/yast2-packager.spec2016-10-11 
11:29:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.2.1
+Version:3.2.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.2.1/src/modules/SourceDialogs.rb 
new/yast2-packager-3.2.2/src/modules/SourceDialogs.rb
--- old/yast2-packager-3.2.1/src/modules/SourceDialogs.rb   2016-10-07 
17:14:24.0 +0200
+++ new/yast2-packager-3.2.2/src/modules/SourceDialogs.rb   2016-10-11 
11:29:31.0 +0200
@@ -67,6 +67,9 @@
 VALID_URL_SCHEMES = ["ftp", "tftp", "http", "https", "nfs",
   "nfs4", "cifs", "smb", "cd", "dvd", "iso", "dir", "file", "hd"]
 
+# repository types which need special handling
+SPECIAL_TYPES = [:slp, :cd, :dvd, :comm_repos, :sccrepos]
+
 def main
   Yast.import "Pkg"
   Yast.import "UI"
@@ -2177,7 +2180,9 @@
 end
 
 def SelectValidate(key, event)
-  event = deep_copy(event)
+  # skip validation if disabled by the global checkbox
+  return true if global_disable
+
   selected = Convert.to_symbol(UI.QueryWidget(Id(:type), :CurrentButton))
   if selected == nil
 # error popup
@@ -2218,7 +2223,7 @@
 # @param [String] key widget key
 # @param [Hash] event event description
 # @return [Symbol]
-def SelectHandle(key, event)
+def SelectHandle(_key, event)
   case event["ID"]
   when :back
 # reset the preselected URL when going back
@@ -2236,17 +2241,25 @@
   #  TODO: disable "download" option when CD or DVD source is selected
 
   selected = UI.QueryWidget(Id(:type), :CurrentButton)
-  return :finish if [:slp, :cd, :dvd, :comm_repos, 
:sccrepos].include?(selected)
+  return :finish if SPECIAL_TYPES.include?(selected) && !global_disable
 
   nil
 end
 
-def SelectStore(key, event)
-  event = deep_copy(event)
+# Get the status of the global checkbox.
+# @return [Boolean] true if the global checkbox is displayed and is 
unchecked,
+#   false otherwise
+def global_disable
+  UI.WidgetExists(:add_addon) && !UI.QueryWidget(:add_addon, :Value)
+end
+
+def SelectStore(_key, _event)
   

commit rubygem-nokogiri for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-nokogiri for 
openSUSE:Factory checked in at 2016-10-13 11:24:37

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


Package is "rubygem-nokogiri"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-nokogiri/rubygem-nokogiri.changes
2016-07-07 15:08:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-nokogiri.new/rubygem-nokogiri.changes   
2016-10-13 11:24:38.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct  4 04:59:00 UTC 2016 - co...@suse.com
+
+- updated to version 1.6.8.1
+ see installed CHANGELOG.rdoc
+
+---

Old:

  nokogiri-1.6.8.gem

New:

  nokogiri-1.6.8.1.gem



Other differences:
--
++ rubygem-nokogiri.spec ++
--- /var/tmp/diff_new_pack.brIyAt/_old  2016-10-13 11:24:40.0 +0200
+++ /var/tmp/diff_new_pack.brIyAt/_new  2016-10-13 11:24:40.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-nokogiri
-Version:1.6.8
+Version:1.6.8.1
 Release:0
 %define mod_name nokogiri
 %define mod_full_name %{mod_name}-%{version}

++ nokogiri-1.6.8.gem -> nokogiri-1.6.8.1.gem ++
/work/SRC/openSUSE:Factory/rubygem-nokogiri/nokogiri-1.6.8.gem 
/work/SRC/openSUSE:Factory/.rubygem-nokogiri.new/nokogiri-1.6.8.1.gem differ: 
char 134, line 1




commit rubygem-rspec-core for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rspec-core for 
openSUSE:Factory checked in at 2016-10-13 11:24:43

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


Package is "rubygem-rspec-core"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rspec-core/rubygem-rspec-core.changes
2016-09-14 23:31:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rspec-core.new/rubygem-rspec-core.changes   
2016-10-13 11:24:44.0 +0200
@@ -1,0 +2,14 @@
+Sun Oct  2 05:02:36 UTC 2016 - co...@suse.com
+
+- updated to version 3.5.4
+ see installed Changelog.md
+
+  ### 3.5.4 / 2016-09-30
+  [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.3...v3.5.4)
+  
+  Bug Fixes:
+  
+  * Remove accumulated `ExampleGroup` constants when reseting RSpec,
+preventing a memory leak. (TravisSpangle, #2328)
+
+---

Old:

  rspec-core-3.5.3.gem

New:

  rspec-core-3.5.4.gem



Other differences:
--
++ rubygem-rspec-core.spec ++
--- /var/tmp/diff_new_pack.oWWmw9/_old  2016-10-13 11:24:45.0 +0200
+++ /var/tmp/diff_new_pack.oWWmw9/_new  2016-10-13 11:24:45.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rspec-core
-Version:3.5.3
+Version:3.5.4
 Release:0
 %define mod_name rspec-core
 %define mod_full_name %{mod_name}-%{version}

++ rspec-core-3.5.3.gem -> rspec-core-3.5.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Changelog.md new/Changelog.md
--- old/Changelog.md2016-09-02 14:31:34.0 +0200
+++ new/Changelog.md2016-10-01 08:01:30.0 +0200
@@ -1,3 +1,11 @@
+### 3.5.4 / 2016-09-30
+[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.3...v3.5.4)
+
+Bug Fixes:
+
+* Remove accumulated `ExampleGroup` constants when reseting RSpec,
+  preventing a memory leak. (TravisSpangle, #2328)
+
 ### 3.5.3 / 2016-09-02
 [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.5.2...v3.5.3)
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
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/example_group.rb 
new/lib/rspec/core/example_group.rb
--- old/lib/rspec/core/example_group.rb 2016-09-02 14:31:34.0 +0200
+++ new/lib/rspec/core/example_group.rb 2016-10-01 08:01:30.0 +0200
@@ -827,6 +827,12 @@
   const_scope
 end
 
+def self.remove_all_constants
+  constants.each do |constant|
+__send__(:remove_const, constant)
+  end
+end
+
 def self.base_name_for(group)
   return "Anonymous" if group.description.empty?
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rspec/core/option_parser.rb 
new/lib/rspec/core/option_parser.rb
--- old/lib/rspec/core/option_parser.rb 2016-09-02 14:31:35.0 +0200
+++ new/lib/rspec/core/option_parser.rb 2016-10-01 08:01:30.0 +0200
@@ -93,11 +93,6 @@
   options[:failure_exit_code] = code
 end
 
-parser.on('--dry-run', 'Print the formatter output of your suite 
without',
-  '  running any examples or hooks') do |_o|
-  options[:dry_run] = true
-end
-
 parser.on('-X', '--[no-]drb', 'Run examples via DRb.') do |use_drb|
   options[:drb] = use_drb
   options[:runner] = RSpec::Core::Invocations::DRbWithFallback.new if 
use_drb
@@ -107,10 +102,6 @@
   options[:drb_port] = o.to_i
 end
 
-parser.on('--init', 'Initialize your project with RSpec.') do |_cmd|
-  options[:runner] = RSpec::Core::Invocations::InitializeProject.new
-end
-
 parser.separator("\n   Output \n\n")
 
 parser.on('-f', '--format FORMATTER', 'Choose a formatter.',
@@ -163,6 +154,11 @@
end
 end
 
+parser.on('--dry-run', 'Print the formatter output of your suite 
without',
+  '  running any examples or hooks') do |_o|
+  options[:dry_run] = true
+end
+
 parser.on('-w', '--warnings', 'Enable ruby warnings') do
   $VERBOSE = true
 end
@@ -244,6 +240,10 @@
 
 parser.separator("\n   Utility \n\n")
 
+parser.on('--init', 'Initialize your project with RSpec.') do |_cmd|
+  options[:runner] = RSpec::Core::Invocations::InitializeProject.new
+end
+
 parser.on('-v', 

commit libstorage for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory 
checked in at 2016-10-13 11:25:01

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


Package is "libstorage"

Changes:

--- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes2016-09-24 
15:18:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes   
2016-10-13 11:25:01.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  6 16:00:33 CEST 2016 - shundham...@suse.de
+
+- Don't accept 'format' flag if volume is in use (bsc#996007)
+- 2.26.10
+
+---

Old:

  libstorage-2.26.9.tar.bz2

New:

  libstorage-2.26.10.tar.bz2



Other differences:
--
++ libstorage.spec ++
--- /var/tmp/diff_new_pack.eff7e4/_old  2016-10-13 11:25:02.0 +0200
+++ /var/tmp/diff_new_pack.eff7e4/_new  2016-10-13 11:25:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libstorage
-Version:2.26.9
+Version:2.26.10
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: libstorage-%{version}.tar.bz2

++ libstorage-2.26.9.tar.bz2 -> libstorage-2.26.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.26.9/VERSION 
new/libstorage-2.26.10/VERSION
--- old/libstorage-2.26.9/VERSION   2016-09-22 14:40:09.0 +0200
+++ new/libstorage-2.26.10/VERSION  2016-10-10 11:25:15.0 +0200
@@ -1 +1 @@
-2.26.9
+2.26.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.26.9/storage/Btrfs.cc 
new/libstorage-2.26.10/storage/Btrfs.cc
--- old/libstorage-2.26.9/storage/Btrfs.cc  2016-01-18 11:10:13.0 
+0100
+++ new/libstorage-2.26.10/storage/Btrfs.cc 2016-10-10 11:25:15.0 
+0200
@@ -97,7 +97,9 @@
 
 
 Btrfs::Btrfs(const BtrfsCo& c, const Btrfs& v)
-   : Volume(c, v), devices(v.devices), subvolumes(v.subvolumes)
+   : Volume(c, v), devices(v.devices)
+, dev_add(v.dev_add), dev_rem(v.dev_rem)
+, subvolumes(v.subvolumes)
 {
y2deb("copy-constructed Btrfs from " << v.dev);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.26.9/storage/Volume.cc 
new/libstorage-2.26.10/storage/Volume.cc
--- old/libstorage-2.26.9/storage/Volume.cc 2016-09-07 16:45:12.0 
+0200
+++ new/libstorage-2.26.10/storage/Volume.cc2016-10-10 11:25:15.0 
+0200
@@ -648,8 +648,7 @@
 {
int ret = 0;
y2mil("device:" << dev << " val:" << val << " fs:" << toString(new_fs));
-   format = val;
-   if( !format )
+   if( !val )
{
fs = detected_fs;
mkfs_opt = "";
@@ -691,8 +690,20 @@
uuid.erase();
}
}
+
+if ( ret == 0 )
+{
+y2mil("Accepting new format value " << val << " for " << device()
+  << " ret: " << ret);
+format = val;
+}
+else
+{
+y2war("REJECTING new format value " << val << " for " << device()
+  << "; keeping " << format << " ret: " << ret );
+}
+
y2mil("device:" << *this );
-   y2mil("ret:" << ret);
return( ret );
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.26.9/storage/gen_md5sum.cc 
new/libstorage-2.26.10/storage/gen_md5sum.cc
--- old/libstorage-2.26.9/storage/gen_md5sum.cc 2016-09-22 14:41:34.0 
+0200
+++ new/libstorage-2.26.10/storage/gen_md5sum.cc2016-10-10 
11:26:30.0 +0200
@@ -1,5 +1,5 @@
-#define SOURCES_MD5SUM   "559e2954574c894dc7dba48006951743"
-#define SOURCES_MD5_DATE " Thu Sep 22 12:41:34 UTC 2016 "
+#define SOURCES_MD5SUM   "19d7d4a96a7d3eb77eb7304883df1289"
+#define SOURCES_MD5_DATE " Mon Oct 10 09:26:30 UTC 2016 "
 namespace storage
 {
 const char* GetSourceMd5() { return SOURCES_MD5SUM; }




commit rubygem-byebug for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-byebug for openSUSE:Factory 
checked in at 2016-10-13 11:24:29

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


Package is "rubygem-byebug"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-byebug/rubygem-byebug.changes
2016-06-02 12:50:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-byebug.new/rubygem-byebug.changes   
2016-10-13 11:24:30.0 +0200
@@ -1,0 +2,15 @@
+Sat Oct  1 04:33:09 UTC 2016 - co...@suse.com
+
+- updated to version 9.0.6
+ see installed CHANGELOG.md
+
+  ## 9.0.6 - 2016-09-29
+  
+  ### Fixed
+  
+  * Error when using `byebug` with a ruby compiled against libedit (#241).
+  * Allow `Byebug.start_server` to yield the block passed to it when the actual
+port is already known (#277, thanks @cben).
+  * Use a standard license name so it can be more reliably used by tools 
(#275).
+
+---

Old:

  byebug-9.0.5.gem

New:

  byebug-9.0.6.gem



Other differences:
--
++ rubygem-byebug.spec ++
--- /var/tmp/diff_new_pack.Tu2P7A/_old  2016-10-13 11:24:31.0 +0200
+++ /var/tmp/diff_new_pack.Tu2P7A/_new  2016-10-13 11:24:31.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-byebug
-Version:9.0.5
+Version:9.0.6
 Release:0
 %define mod_name byebug
 %define mod_full_name %{mod_name}-%{version}

++ byebug-9.0.5.gem -> byebug-9.0.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-05-28 18:28:32.0 +0200
+++ new/CHANGELOG.md2016-09-30 02:09:25.0 +0200
@@ -2,6 +2,15 @@
 
 ## Master (Unreleased)
 
+## 9.0.6 - 2016-09-29
+
+### Fixed
+
+* Error when using `byebug` with a ruby compiled against libedit (#241).
+* Allow `Byebug.start_server` to yield the block passed to it when the actual
+  port is already known (#277, thanks @cben).
+* Use a standard license name so it can be more reliably used by tools (#275).
+
 ## 9.0.5 - 2016-05-28
 
 ### Fixed
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/byebug/breakpoint.rb new/lib/byebug/breakpoint.rb
--- old/lib/byebug/breakpoint.rb2016-05-28 18:28:32.0 +0200
+++ new/lib/byebug/breakpoint.rb2016-09-30 02:09:25.0 +0200
@@ -82,9 +82,7 @@
 #
 def inspect
   meths = %w(id pos source expr hit_condition hit_count hit_value enabled?)
-  values = meths.map do |field|
-"#{field}: #{send(field)}"
-  end.join(', ')
+  values = meths.map { |field| "#{field}: #{send(field)}" }.join(', ')
   "#"
 end
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/byebug/commands/finish.rb 
new/lib/byebug/commands/finish.rb
--- old/lib/byebug/commands/finish.rb   2016-05-28 18:28:32.0 +0200
+++ new/lib/byebug/commands/finish.rb   2016-09-30 02:09:25.0 +0200
@@ -40,7 +40,7 @@
 n_frames = 1
   end
 
-  force = n_frames == 0 ? true : false
+  force = n_frames.zero? ? true : false
   context.step_out(context.frame.pos + n_frames, force)
   context.frame = 0
   processor.proceed!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/byebug/commands/info/breakpoints.rb 
new/lib/byebug/commands/info/breakpoints.rb
--- old/lib/byebug/commands/info/breakpoints.rb 2016-05-28 18:28:32.0 
+0200
+++ new/lib/byebug/commands/info/breakpoints.rb 2016-09-30 02:09:25.0 
+0200
@@ -53,7 +53,7 @@
 hits = brkpt.hit_count
 return unless hits > 0
 
-s = (hits > 1) ? 's' : ''
+s = hits > 1 ? 's' : ''
 puts "  breakpoint already hit #{hits} time#{s}"
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/byebug/helpers/toggle.rb 
new/lib/byebug/helpers/toggle.rb
--- old/lib/byebug/helpers/toggle.rb2016-05-28 18:28:32.0 +0200
+++ new/lib/byebug/helpers/toggle.rb2016-09-30 02:09:25.0 +0200
@@ -39,7 +39,7 @@
   end
 
   def enable_disable_display(is_enable, args)
-return errmsg(pr('toggle.errors.no_display')) if 0 == n_displays
+return errmsg(pr('toggle.errors.no_display')) if n_displays.zero?
 
 selected_displays = args ? args.split(/ +/) : [1..n_displays + 1]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit zypper for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:Factory checked 
in at 2016-10-13 11:24:53

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


Package is "zypper"

Changes:

--- /work/SRC/openSUSE:Factory/zypper/zypper.changes2016-10-06 
12:26:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.zypper.new/zypper.changes   2016-10-13 
11:24:54.0 +0200
@@ -1,0 +2,7 @@
+Thu Oct  6 17:20:24 CEST 2016 - m...@suse.de
+
+- addrepo: show repo priority summary (issue #82)
+- Color repo priority values
+- version 1.13.12
+
+---

Old:

  zypper-1.13.11.tar.bz2

New:

  zypper-1.13.12.tar.bz2



Other differences:
--
++ zypper.spec ++
--- /var/tmp/diff_new_pack.LMxXWm/_old  2016-10-13 11:24:55.0 +0200
+++ /var/tmp/diff_new_pack.LMxXWm/_new  2016-10-13 11:24:55.0 +0200
@@ -34,7 +34,7 @@
 Summary:Command line software manager using libzypp
 License:GPL-2.0+
 Group:  System/Packages
-Version:1.13.11
+Version:1.13.12
 Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

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




commit libyui-qt for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package libyui-qt for openSUSE:Factory 
checked in at 2016-10-13 11:25:22

Comparing /work/SRC/openSUSE:Factory/libyui-qt (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-qt.new (New)


Package is "libyui-qt"

Changes:

--- /work/SRC/openSUSE:Factory/libyui-qt/libyui-qt.changes  2016-10-01 
23:50:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-qt.new/libyui-qt.changes 2016-10-13 
11:25:23.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 10 16:56:41 UTC 2016 - igonzalezs...@suse.com
+
+- Fix high-contrast support (bsc#76811 and related to bsc#780621)
+- 2.46.27
+
+---

Old:

  libyui-qt-2.46.26.tar.bz2

New:

  libyui-qt-2.46.27.tar.bz2



Other differences:
--
++ libyui-qt-doc.spec ++
--- /var/tmp/diff_new_pack.KMjNCL/_old  2016-10-13 11:25:24.0 +0200
+++ /var/tmp/diff_new_pack.KMjNCL/_new  2016-10-13 11:25:24.0 +0200
@@ -20,7 +20,7 @@
 %define so_version 7
 
 Name:   %{parent}-doc
-Version:2.46.26
+Version:2.46.27
 Release:0
 Source: %{parent}-%{version}.tar.bz2
 

++ libyui-qt.spec ++
--- /var/tmp/diff_new_pack.KMjNCL/_old  2016-10-13 11:25:24.0 +0200
+++ /var/tmp/diff_new_pack.KMjNCL/_new  2016-10-13 11:25:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-qt
-Version:2.46.26
+Version:2.46.27
 Release:0
 Source: %{name}-%{version}.tar.bz2
 

++ libyui-qt-2.46.26.tar.bz2 -> libyui-qt-2.46.27.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.26/VERSION.cmake 
new/libyui-qt-2.46.27/VERSION.cmake
--- old/libyui-qt-2.46.26/VERSION.cmake 2016-09-26 13:49:10.0 +0200
+++ new/libyui-qt-2.46.27/VERSION.cmake 2016-10-11 12:04:11.0 +0200
@@ -1,6 +1,6 @@
 SET(VERSION_MAJOR "2")
 SET(VERSION_MINOR "46")
-SET(VERSION_PATCH "26")
+SET(VERSION_PATCH "27")
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.26/package/libyui-qt-doc.spec 
new/libyui-qt-2.46.27/package/libyui-qt-doc.spec
--- old/libyui-qt-2.46.26/package/libyui-qt-doc.spec2016-09-26 
13:49:10.0 +0200
+++ new/libyui-qt-2.46.27/package/libyui-qt-doc.spec2016-10-11 
12:04:11.0 +0200
@@ -20,7 +20,7 @@
 %define so_version 7
 
 Name:   %{parent}-doc
-Version:2.46.26
+Version:2.46.27
 Release:0
 Source: %{parent}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.26/package/libyui-qt.changes 
new/libyui-qt-2.46.27/package/libyui-qt.changes
--- old/libyui-qt-2.46.26/package/libyui-qt.changes 2016-09-26 
13:49:10.0 +0200
+++ new/libyui-qt-2.46.27/package/libyui-qt.changes 2016-10-11 
12:04:11.0 +0200
@@ -1,4 +1,10 @@
 ---
+Mon Oct 10 16:56:41 UTC 2016 - igonzalezs...@suse.com
+
+- Fix high-contrast support (bsc#76811 and related to bsc#780621)
+- 2.46.27
+
+---
 Sun Sep 25 18:49:32 CEST 2016 - hrvoje.sen...@gmail.com
 
 - Fix compilation with Qt 5.7 by using non-deprecated classes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.26/package/libyui-qt.spec 
new/libyui-qt-2.46.27/package/libyui-qt.spec
--- old/libyui-qt-2.46.26/package/libyui-qt.spec2016-09-26 
13:49:10.0 +0200
+++ new/libyui-qt-2.46.27/package/libyui-qt.spec2016-10-11 
12:04:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-qt
-Version:2.46.26
+Version:2.46.27
 Release:0
 Source: %{name}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.26/src/QY2Styler.cc 
new/libyui-qt-2.46.27/src/QY2Styler.cc
--- old/libyui-qt-2.46.26/src/QY2Styler.cc  2016-09-26 13:49:10.0 
+0200
+++ new/libyui-qt-2.46.27/src/QY2Styler.cc  2016-10-11 12:04:11.0 
+0200
@@ -40,6 +40,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #define LOGGING_CAUSES_QT4_THREADING_PROBLEMS  1
 
@@ -50,11 +51,16 @@
 using namespace std;
 
 
-QY2Styler::QY2Styler( QObject * parent )
+QY2Styler::QY2Styler( QObject * parent,
+  const QString & defaultStyleSheet,
+  const QString & highContrastStyleSheet)
 : 

commit libzypp for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2016-10-13 11:25:32

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


Package is "libzypp"

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2016-10-02 
00:06:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2016-10-13 
11:25:32.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 11:41:47 CEST 2016 - m...@suse.de
+
+- RepoInfo: Allow parsing multiple gpgkey= URLs (bsc#1003748)
+- version 16.3.0 (0)
+
+---

Old:

  libzypp-16.2.5.tar.bz2

New:

  libzypp-16.3.0.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.hJQYZX/_old  2016-10-13 11:25:34.0 +0200
+++ /var/tmp/diff_new_pack.hJQYZX/_new  2016-10-13 11:25:34.0 +0200
@@ -19,7 +19,7 @@
 %define force_gcc_46 0
 
 Name:   libzypp
-Version:16.2.5
+Version:16.3.0
 Release:0
 Url:git://gitorious.org/opensuse/libzypp.git
 Summary:Package, Patch, Pattern, and Product Management

++ libzypp-16.2.5.tar.bz2 -> libzypp-16.3.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-16.2.5/VERSION.cmake 
new/libzypp-16.3.0/VERSION.cmake
--- old/libzypp-16.2.5/VERSION.cmake2016-09-20 11:45:04.0 +0200
+++ new/libzypp-16.3.0/VERSION.cmake2016-10-11 11:45:17.0 +0200
@@ -60,9 +60,9 @@
 #
 SET(LIBZYPP_MAJOR "16")
 SET(LIBZYPP_COMPATMINOR "0")
-SET(LIBZYPP_MINOR "2")
-SET(LIBZYPP_PATCH "5")
+SET(LIBZYPP_MINOR "3")
+SET(LIBZYPP_PATCH "0")
 #
-# LAST RELEASED: 16.2.5 (0)
+# LAST RELEASED: 16.3.0 (0)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-16.2.5/package/libzypp.changes 
new/libzypp-16.3.0/package/libzypp.changes
--- old/libzypp-16.2.5/package/libzypp.changes  2016-09-20 11:45:04.0 
+0200
+++ new/libzypp-16.3.0/package/libzypp.changes  2016-10-11 11:45:17.0 
+0200
@@ -1,4 +1,10 @@
 ---
+Tue Oct 11 11:41:47 CEST 2016 - m...@suse.de
+
+- RepoInfo: Allow parsing multiple gpgkey= URLs (bsc#1003748)
+- version 16.3.0 (0)
+
+---
 Tue Sep 20 11:41:48 CEST 2016 - m...@suse.de
 
 - guessPackageSpec: Don't break globbing (fixes openSUSE/zypper#97)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-16.2.5/po/id.po new/libzypp-16.3.0/po/id.po
--- old/libzypp-16.2.5/po/id.po 2016-05-13 19:21:04.0 +0200
+++ new/libzypp-16.3.0/po/id.po 2016-10-07 12:27:42.0 +0200
@@ -3,13 +3,12 @@
 # Copyright (C) 2002 SuSE Linux AG.
 # Copyright (C) 1999-2001 SuSE GmbH.
 # I Made Wiryana , 1999.
-#
 msgid ""
 msgstr ""
 "Project-Id-Version: YaST (@memory@)\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-05-03 15:55+0200\n"
-"PO-Revision-Date: 2002-10-08 13:38+0200\n"
+"PO-Revision-Date: 2016-10-07 17:23+0700\n"
 "Last-Translator: I Made Wiryana \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -70,39 +69,39 @@
 
 #: zypp/Dep.cc:96
 msgid "Provides"
-msgstr ""
+msgstr "Menyediakan\t"
 
 #: zypp/Dep.cc:97
 msgid "Prerequires"
-msgstr ""
+msgstr "Prasyarat"
 
 #: zypp/Dep.cc:98
 msgid "Requires"
-msgstr ""
+msgstr "Syarat"
 
 #: zypp/Dep.cc:99
 msgid "Conflicts"
-msgstr ""
+msgstr "Konflik"
 
 #: zypp/Dep.cc:100
 msgid "Obsoletes"
-msgstr ""
+msgstr "Usang"
 
 #: zypp/Dep.cc:101
 msgid "Recommends"
-msgstr ""
+msgstr "Rekomendasi"
 
 #: zypp/Dep.cc:102
 msgid "Suggests"
-msgstr ""
+msgstr "Saran"
 
 #: zypp/Dep.cc:103
 msgid "Enhances"
-msgstr ""
+msgstr "Meningkatkan"
 
 #: zypp/Dep.cc:104
 msgid "Supplements"
-msgstr ""
+msgstr "Suplemen"
 
 #. dubious: Throw on malformed known types, otherwise log a warning.
 #: zypp/CheckSum.cc:136
@@ -112,12 +111,11 @@
 
 #: zypp/target/TargetImpl.cc:310
 msgid " executed"
-msgstr ""
+msgstr "Eksekusi berhasil"
 
 #: zypp/target/TargetImpl.cc:332
-#, fuzzy
 msgid " execution failed"
-msgstr "DBI Execution failed: %s"
+msgstr "eksekusi gagal"
 
 #. translators: We may find the same script content in files with different 
names.
 #. Only the first occurence is executed, subsequent ones are skipped. It's a 
one-line
@@ -125,49 +123,47 @@
 #: zypp/target/TargetImpl.cc:449
 #, c-format, boost-format
 msgid "%s already executed as %s)"
-msgstr ""
+msgstr 

commit gnome-keyring for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package gnome-keyring for openSUSE:Factory 
checked in at 2016-10-13 11:26:17

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


Package is "gnome-keyring"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-keyring/gnome-keyring.changes  
2016-08-25 09:51:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-keyring.new/gnome-keyring.changes 
2016-10-13 11:26:17.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  6 14:52:32 CEST 2016 - h...@suse.com
+
+- Update gnome-keyring-bsc932232-use-non-fips-md5.patch to fix
+  issue that was reintroduced (bsc#966229, bsc#966225).
+
+---



Other differences:
--
++ gnome-keyring-bsc932232-use-non-fips-md5.patch ++
--- /var/tmp/diff_new_pack.73SZWJ/_old  2016-10-13 11:26:18.0 +0200
+++ /var/tmp/diff_new_pack.73SZWJ/_new  2016-10-13 11:26:18.0 +0200
@@ -1,53 +1,5 @@
-diff --git a/egg/egg-openssl.c b/egg/egg-openssl.c
-index c8dc3d9..201e12f 100644
 a/egg/egg-openssl.c
-+++ b/egg/egg-openssl.c
-@@ -225,7 +225,7 @@ egg_openssl_decrypt_block (const gchar *dekinfo,
-   g_return_val_if_fail (ivlen >= 8, FALSE);
- 
-   /* IV is already set from the DEK info */
--  if (!egg_symkey_generate_simple (algo, GCRY_MD_MD5, password,
-+  if (!egg_symkey_generate_simple (algo, GCRY_MD_SHA1, password,
-n_password, iv, 8, 1, , NULL)) {
-   g_free (iv);
-   return NULL;
-@@ -288,7 +288,7 @@ egg_openssl_encrypt_block (const gchar *dekinfo,
-   g_return_val_if_fail (ivlen >= 8, NULL);
- 
-   /* IV is already set from the DEK info */
--  if (!egg_symkey_generate_simple (algo, GCRY_MD_MD5, password,
-+  if (!egg_symkey_generate_simple (algo, GCRY_MD_SHA1, password,
-   n_password, iv, 8, 1, , 
NULL))
-   g_return_val_if_reached (NULL);
- 
-diff --git a/pkcs11/secret-store/dump-keyring0-format.c 
b/pkcs11/secret-store/dump-keyring0-format.c
-index a459cd3..7ab9118 100644
 a/pkcs11/secret-store/dump-keyring0-format.c
-+++ b/pkcs11/secret-store/dump-keyring0-format.c
-@@ -557,12 +557,16 @@ static gboolean
- verify_decrypted_buffer (Buffer *buffer)
- {
-   guchar digest[16];
-+  GChecksum *cs;
-+  gsize cs_len = sizeof (digest);
- 
-   /* In case the world changes on us... */
--  g_return_val_if_fail (gcry_md_get_algo_dlen (GCRY_MD_MD5) == sizeof 
(digest), 0);
-+  g_return_val_if_fail (g_checksum_type_get_length (G_CHECKSUM_MD5) == 
sizeof (digest), 0);
- 
--  gcry_md_hash_buffer (GCRY_MD_MD5, (void*)digest,
--   (guchar*)buffer->buf + 16, buffer->len - 16);
-+  cs = g_checksum_new (G_CHECKSUM_MD5);
-+  g_checksum_update (cs, (const guchar *) buffer->buf + 16, buffer->len - 
16);
-+  g_checksum_get_digest (cs, digest, _len);
-+  g_checksum_free (cs);
- 
-   return memcmp (buffer->buf, digest, 16) == 0;
- }
-diff --git a/pkcs11/secret-store/gkm-secret-binary.c 
b/pkcs11/secret-store/gkm-secret-binary.c
-index 9d7a1c7..4091f95 100644
 a/pkcs11/secret-store/gkm-secret-binary.c
-+++ b/pkcs11/secret-store/gkm-secret-binary.c
+--- a/pkcs11/secret-store/gkm-secret-binary.c  
 a/pkcs11/secret-store/gkm-secret-binary.c  
 @@ -437,12 +437,16 @@ static gboolean
  verify_decrypted_buffer (EggBuffer *buffer)
  {
@@ -73,7 +25,7 @@
  guchar salt[8];
guint flags = 0;
 +  GChecksum *cs;
-+  gsize cs_len;
++  gsize cs_len = sizeof (digest);
int i;
  
g_return_val_if_fail (GKM_IS_SECRET_COLLECTION (collection), 
GKM_DATA_FAILURE);
@@ -98,11 +50,9 @@
memcpy (to_encrypt.buf, digest, 16);
  
/* If no master password is set, we shouldn't be writing binary... */
-diff --git a/pkcs11/secret-store/gkm-secret-fields.c 
b/pkcs11/secret-store/gkm-secret-fields.c
-index 9cf7417..c5a83c8 100644
 a/pkcs11/secret-store/gkm-secret-fields.c
-+++ b/pkcs11/secret-store/gkm-secret-fields.c
-@@ -110,12 +110,18 @@ static gchar*
+--- a/pkcs11/secret-store/gkm-secret-fields.c  
 a/pkcs11/secret-store/gkm-secret-fields.c  
+@@ -111,12 +111,18 @@ static gchar*
  compat_hash_value_as_string (const gchar *value)
  {
guchar digest[16];
@@ -123,3 +73,27 @@
  
/* The old keyring code used lower case hex */
return egg_hex_encode_full (digest, sizeof (digest), FALSE, '\0', 0);
+--- a/pkcs11/secret-store/tests/dump-keyring0-format.c 
 a/pkcs11/secret-store/tests/dump-keyring0-format.c 
+@@ -556,13 +556,17 @@ decrypt_buffer (Buffer *buffer,
+ static gboolean
+ 

commit yast2-network for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2016-10-13 11:25:52

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


Package is "yast2-network"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes  
2016-09-24 15:18:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 
2016-10-13 11:25:53.0 +0200
@@ -1,0 +2,36 @@
+Mon Oct 10 09:11:29 UTC 2016 - mfi...@suse.com
+
+- do not duplicate work of network service at the beginning of
+  AutoYaST's second stage - not loading modules and so on.
+- 3.2.4
+
+---
+Fri Oct  7 15:16:11 UTC 2016 - kanders...@suse.com
+
+- If an interface is not configured yet then just set the interface
+  link, the backend should handle at least the up event.
+  (bsc#991694)
+- 3.2.3
+
+---
+Fri Oct  7 15:12:05 UTC 2016 - an...@suse.com
+
+- Extra space in the remote administration dialog (bsc#988904)
+
+---
+Thu Oct  6 09:22:25 UTC 2016 - mfi...@suse.com
+
+- Use full interface up / down instead of setting just link
+  up / down to allow proper update of interface's configuration.
+  (bsc#991694)
+- 3.2.2
+
+---
+Wed Oct  5 13:49:08 UTC 2016 - an...@suse.com
+
+- If WIFI is configured during installation, make sure the packages
+  required for WIFI to work are installed in the resulting system
+  (bsc#1002700)
+- 3.2.1
+
+---
@@ -5 +41 @@
-- 3.1.171
+- 3.2.0

Old:

  yast2-network-3.1.171.tar.bz2

New:

  yast2-network-3.2.4.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.h2zVCD/_old  2016-10-13 11:25:54.0 +0200
+++ /var/tmp/diff_new_pack.h2zVCD/_new  2016-10-13 11:25:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:3.1.171
+Version:3.2.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-network-3.1.171.tar.bz2 -> yast2-network-3.2.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.171/package/yast2-network.changes 
new/yast2-network-3.2.4/package/yast2-network.changes
--- old/yast2-network-3.1.171/package/yast2-network.changes 2016-09-21 
13:38:52.0 +0200
+++ new/yast2-network-3.2.4/package/yast2-network.changes   2016-10-12 
14:00:20.0 +0200
@@ -1,8 +1,44 @@
 ---
+Mon Oct 10 09:11:29 UTC 2016 - mfi...@suse.com
+
+- do not duplicate work of network service at the beginning of
+  AutoYaST's second stage - not loading modules and so on.
+- 3.2.4
+
+---
+Fri Oct  7 15:16:11 UTC 2016 - kanders...@suse.com
+
+- If an interface is not configured yet then just set the interface
+  link, the backend should handle at least the up event.
+  (bsc#991694)
+- 3.2.3
+
+---
+Fri Oct  7 15:12:05 UTC 2016 - an...@suse.com
+
+- Extra space in the remote administration dialog (bsc#988904)
+
+---
+Thu Oct  6 09:22:25 UTC 2016 - mfi...@suse.com
+
+- Use full interface up / down instead of setting just link
+  up / down to allow proper update of interface's configuration.
+  (bsc#991694)
+- 3.2.2
+
+---
+Wed Oct  5 13:49:08 UTC 2016 - an...@suse.com
+
+- If WIFI is configured during installation, make sure the packages
+  required for WIFI to work are installed in the resulting system
+  (bsc#1002700)
+- 3.2.1
+
+---
 Wed Sep 21 09:57:30 UTC 2016 - jreidin...@suse.com
 
 - reduce rpm build time (bsc#999203)
-- 3.1.171
+- 3.2.0
 
 ---
 Wed Sep  7 11:23:16 UTC 2016 - mfi...@suse.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.171/package/yast2-network.spec 
new/yast2-network-3.2.4/package/yast2-network.spec
--- old/yast2-network-3.1.171/package/yast2-network.spec2016-09-21 
13:38:52.0 +0200
+++ new/yast2-network-3.2.4/package/yast2-network.spec  2016-10-12 
14:00:20.0 +0200
@@ 

commit libyui-qt-pkg for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package libyui-qt-pkg for openSUSE:Factory 
checked in at 2016-10-13 11:25:45

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


Package is "libyui-qt-pkg"

Changes:

--- /work/SRC/openSUSE:Factory/libyui-qt-pkg/libyui-qt-pkg.changes  
2015-12-03 13:28:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-qt-pkg.new/libyui-qt-pkg.changes 
2016-10-13 11:25:44.0 +0200
@@ -1,0 +2,14 @@
+Tue Oct 11 15:03:27 UTC 2016 - igonzalezs...@suse.com
+
+- Use the new QY2Styler usingHighContrastStyleSheet instead of
+  the old usingVisionImpairedPalette (related to bsc#780621)
+- 2.45.8
+
+---
+Mon Oct 10 14:04:41 UTC 2016 - jreidin...@suse.com
+
+- Improve message shown when user want to quit without saving
+  changes (bsc#849084)
+- 2.45.7
+
+---

Old:

  libyui-qt-pkg-2.45.6.tar.bz2

New:

  libyui-qt-pkg-2.45.8.tar.bz2



Other differences:
--
++ libyui-qt-pkg-doc.spec ++
--- /var/tmp/diff_new_pack.IyEN40/_old  2016-10-13 11:25:45.0 +0200
+++ /var/tmp/diff_new_pack.IyEN40/_new  2016-10-13 11:25:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-qt-pkg-doc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define so_version 7
 
 Name:   %{parent}-doc
-Version:2.45.6
+Version:2.45.8
 Release:0
 Source: %{parent}-%{version}.tar.bz2
 

++ libyui-qt-pkg.spec ++
--- /var/tmp/diff_new_pack.IyEN40/_old  2016-10-13 11:25:45.0 +0200
+++ /var/tmp/diff_new_pack.IyEN40/_new  2016-10-13 11:25:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-qt-pkg
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-qt-pkg
-Version:2.45.6
+Version:2.45.8
 Release:0
 Source: %{name}-%{version}.tar.bz2
 

++ libyui-qt-pkg-2.45.6.tar.bz2 -> libyui-qt-pkg-2.45.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.45.6/README.md 
new/libyui-qt-pkg-2.45.8/README.md
--- old/libyui-qt-pkg-2.45.6/README.md  2015-11-26 08:35:01.0 +0100
+++ new/libyui-qt-pkg-2.45.8/README.md  2016-10-11 12:09:50.0 +0200
@@ -1 +1,11 @@
-![libYUI-boilerplate](http://img191.imageshack.us/img191/9364/libyui.png)
+# YaST - Qt Software Management
+
+This module provides the graphical (Qt) version of the YaST Package Selector 
which is used to update, install or delete individual packages.
+
+An overview about package handling in general is available on the 
[libyui-ncurses-pkg wiki 
page](https://github.com/libyui/libyui-ncurses-pkg/wiki).
+The wiki page also describes common use cases and how to solve the task in 
YaST Software Management (for Qt as well as ncurses).
+Also included is the information about related configuration files.
+
+For details about reported bugs and issues see the wiki page 
[background](https://github.com/libyui/libyui-ncurses-pkg/wiki/background).
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.45.6/VERSION.cmake 
new/libyui-qt-pkg-2.45.8/VERSION.cmake
--- old/libyui-qt-pkg-2.45.6/VERSION.cmake  2015-11-26 08:35:01.0 
+0100
+++ new/libyui-qt-pkg-2.45.8/VERSION.cmake  2016-10-11 17:29:12.0 
+0200
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "2" )
 SET( VERSION_MINOR "45" )
-SET( VERSION_PATCH "6" )
+SET( VERSION_PATCH "8" )
 SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-pkg-2.45.6/package/libyui-qt-pkg-doc.spec 
new/libyui-qt-pkg-2.45.8/package/libyui-qt-pkg-doc.spec
--- old/libyui-qt-pkg-2.45.6/package/libyui-qt-pkg-doc.spec 2015-11-26 
08:35:01.0 +0100
+++ new/libyui-qt-pkg-2.45.8/package/libyui-qt-pkg-doc.spec 2016-10-11 
17:29:12.0 +0200
@@ -20,7 +20,7 @@
 %define so_version 7
 
 Name:   %{parent}-doc
-Version:2.45.6

commit rpmlint for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2016-10-13 11:26:09

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


Package is "rpmlint"

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2016-09-21 
18:30:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2016-10-13 
11:26:10.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 11 10:43:54 UTC 2016 - meiss...@suse.com
+
+- config: whitelist flatpak dbus service/config (bsc#984817)
+
+---



Other differences:
--
rpmlint.spec: same change
++ config ++
--- /var/tmp/diff_new_pack.elXgmo/_old  2016-10-13 11:26:14.0 +0200
+++ /var/tmp/diff_new_pack.elXgmo/_new  2016-10-13 11:26:14.0 +0200
@@ -713,7 +713,10 @@
 "org.kernel.TCMUService1.service",
 # sysprof (bsc#996111)
 "org.gnome.Sysprof2.service",
-"org.gnome.Sysprof2.conf"
+"org.gnome.Sysprof2.conf",
+# flatpak (bsc#984817)
+"org.freedesktop.Flatpak.SystemHelper.service",
+"org.freedesktop.Flatpak.SystemHelper.conf"
 ))
 
 setOption("PAMModules.WhiteList", (




commit yast2-slp for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-slp for openSUSE:Factory 
checked in at 2016-10-13 11:25:39

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


Package is "yast2-slp"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-slp/yast2-slp.changes  2016-09-05 
21:13:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-slp.new/yast2-slp.changes 2016-10-13 
11:25:39.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 10 15:25:22 UTC 2016 - c...@suse.com
+
+- Changed text domain to 'slp' (bsc#1004050) 
+- 3.1.11 
+
+---

Old:

  yast2-slp-3.1.10.tar.bz2

New:

  yast2-slp-3.1.11.tar.bz2



Other differences:
--
++ yast2-slp.spec ++
--- /var/tmp/diff_new_pack.tU6E9r/_old  2016-10-13 11:25:40.0 +0200
+++ /var/tmp/diff_new_pack.tU6E9r/_new  2016-10-13 11:25:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-slp
-Version:3.1.10
+Version:3.1.11
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-slp-3.1.10.tar.bz2 -> yast2-slp-3.1.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slp-3.1.10/package/yast2-slp.changes 
new/yast2-slp-3.1.11/package/yast2-slp.changes
--- old/yast2-slp-3.1.10/package/yast2-slp.changes  2016-09-01 
14:50:21.0 +0200
+++ new/yast2-slp-3.1.11/package/yast2-slp.changes  2016-10-11 
15:23:05.0 +0200
@@ -1,4 +1,10 @@
 ---
+Mon Oct 10 15:25:22 UTC 2016 - c...@suse.com
+
+- Changed text domain to 'slp' (bsc#1004050) 
+- 3.1.11 
+
+---
 Thu Sep  1 12:23:00 UTC 2016 - lsle...@suse.cz
 
 - Align left the labels in the SLP service popup, unify it with the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slp-3.1.10/package/yast2-slp.spec 
new/yast2-slp-3.1.11/package/yast2-slp.spec
--- old/yast2-slp-3.1.10/package/yast2-slp.spec 2016-09-01 14:50:21.0 
+0200
+++ new/yast2-slp-3.1.11/package/yast2-slp.spec 2016-10-11 10:46:22.0 
+0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-slp
-Version:3.1.10
+Version:3.1.11
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-slp-3.1.10/src/lib/slp/dialogs/service_selection.rb 
new/yast2-slp-3.1.11/src/lib/slp/dialogs/service_selection.rb
--- old/yast2-slp-3.1.10/src/lib/slp/dialogs/service_selection.rb   
2016-09-01 14:50:21.0 +0200
+++ new/yast2-slp-3.1.11/src/lib/slp/dialogs/service_selection.rb   
2016-10-11 10:46:22.0 +0200
@@ -72,7 +72,7 @@
   def initialize(services:, heading: nil, description: nil, 
no_selected_msg: nil, initial: nil)
 super()
 
-textdomain "registration"
+textdomain "slp"
 
 @services = services
 @heading = heading || _("Service selection")




commit python-efilter for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-efilter for openSUSE:Factory 
checked in at 2016-10-13 11:28:53

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


Package is "python-efilter"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.python-efilter.new/python-efilter.changes   
2016-10-13 11:28:53.0 +0200
@@ -0,0 +1,10 @@
+---
+Thu Aug  4 23:42:51 UTC 2016 - greg.freem...@gmail.com
+
+- change Requires: python-dateutil to python-python-dateutil
+
+---
+Fri Jul 29 22:08:09 UTC 2016 - greg.freem...@gmail.com
+
+- initial package v1-1.4
+

New:

  efilter-1!1.4.tar.gz
  python-efilter.changes
  python-efilter.spec



Other differences:
--
++ python-efilter.spec ++
#
# spec file for package python-efilter
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%define base_name efilter
%define version 1.1.4
%define mangled_version 1!1.4
%define unmangled_version 1-1.4
%define release 1
Name:   python-%{base_name}
Version:1.1.4
Release:0
Summary:EFILTER query language
License:Apache-2.0
# FIXME: use correct group, see 
"https://en.opensuse.org/openSUSE:Package_group_guidelines;
Group:  Development/Libraries
Url:https://github.com/google/dotty/
Source0:%{base_name}-%{mangled_version}.tar.gz
BuildRequires:  python-setuptools
BuildRequires:  fdupes
Requires:   python-python-dateutil
Requires:   python-six >= 1.4.0
Requires:   python-tz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
EFILTER is a general-purpose destructuring and search language implemented in 
Python, and suitable for integration with any Python project that requires a 
search function for some of its data.

%package -n python-%{name}
Summary:EFILTER query language

%description -n python-%{name}
EFILTER is a general-purpose destructuring and search language implemented in 
Python, and suitable for integration with any Python project that requires a 
search function for some of its data.

%prep
%setup -q -n %{base_name}-%{unmangled_version}

%build
python setup.py build

%install
python setup.py install -O1 --root=%{buildroot} 
%fdupes -s %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS.txt LICENSE.txt README.md
#%dir %{python_sitearch}/efilter
%{python_sitelib}/efilter*
%exclude %{python_sitelib}/sample_projects

%changelog



commit compton-conf for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package compton-conf for openSUSE:Factory 
checked in at 2016-10-13 11:28:29

Comparing /work/SRC/openSUSE:Factory/compton-conf (Old)
 and  /work/SRC/openSUSE:Factory/.compton-conf.new (New)


Package is "compton-conf"

Changes:

--- /work/SRC/openSUSE:Factory/compton-conf/compton-conf.changes
2015-02-03 11:39:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.compton-conf.new/compton-conf.changes   
2016-10-13 11:28:29.0 +0200
@@ -1,0 +2,46 @@
+Sat Sep 24 22:31:52 UTC 2016 - mvet...@suse.com
+
+- Update to 0.2.0:
+  * Bump release to 0.2.0 (#33)
+  * Set default opacity for active windows to 1
+  * Extend README.md
+  * Delete compton-conf_ru_RU.desktop
+  * build: Use external translations
+  * ts-files removal
+  *  bump years
+  * Work around grep 2.23 new behaviour
+  * compton-conf is LGPL only
+  * don't track $IDE settings
+  * Fix language tag
+  * Update translations
+  * Fix LICENSE file
+  * Fix mixed indents
+  * fixed Comment[ru_RU] -> Comment[hu]
+  * Correctly include the CMake modules in intree/superbuild mode
+  * Hungarian translation
+  * .desktop: icon change
+  * Make Qt5 default Change the option to USE_QT4, defaulting to No
+  * CMakeLists.txt: do not completely overwrite CMAKE_CXX_FLAGS
+  * Corrected language code (de_DE -> de) of german translation, marked 
translations as done.
+  * README.md: fix download URL
+  * Add Portuguese language to GUI
+  * Added german translation.
+  * i18n/i10n: Fixes mistakes in the documentation
+  * lxqt_translate_desktop: pass -h instead of --no-filename to grep which is 
compatible with Busybox
+  * Portuguese update fixed
+  * add Japanese translation
+  * lxqt_translate_desktop: Updates code to cope with the cmake-policy CMP0054
+  * Replace colon : with semicolon ; in README.md
+  * Adds .gitignore
+  * Add Russian translation
+  * Handles localization of .desktop files
+  * Updates translations
+  * Adds translations support
+  * Updates path to README.md
+  * Adds file-extension, screenshot & build instructios
+  * Add Qt5 support.
+- Add keyring
+- Delete compton-conf-0.1.0-fix_desktop_file.patch: use sed
+- Delete compton-conf-qt5-support.patch: not needed anymore
+
+---

Old:

  compton-conf-0.1.0-fix_desktop_file.patch
  compton-conf-0.1.0.tar.xz
  compton-conf-qt5-support.patch

New:

  compton-conf-0.2.0.tar.xz
  compton-conf.keyring



Other differences:
--
++ compton-conf.spec ++
--- /var/tmp/diff_new_pack.iPAHVg/_old  2016-10-13 11:28:30.0 +0200
+++ /var/tmp/diff_new_pack.iPAHVg/_new  2016-10-13 11:28:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package compton-conf
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,25 +17,28 @@
 
 
 Name:   compton-conf
-Version:0.1.0
+Version:0.2.0
 Release:0
 Summary:Compositor Configuration
-License:GPL-2.0+ and LGPL-2.1+
-Group:  System/GUI/LXDE-Qt
-Url:http://www.lxde.org
-Source: %{name}-%{version}.tar.xz
-Patch0: %{name}-0.1.0-fix_desktop_file.patch
-Patch1: %{name}-qt5-support.patch
-BuildRequires:  cmake
+License:LGPL-2.1+
+Group:  System/GUI/LXQt
+Url:http://www.lxqt.org
+Source0:
https://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz
+Source1:
https://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz
+Source2:%{name}.keyring
+BuildRequires:  cmake >= 3.0.2
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF5WindowSystem)
+BuildRequires:  cmake(Qt5LinguistTools)
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(libconfig)
-BuildRequires:  pkgconfig(Qt5UiTools)
+BuildRequires:  pkgconfig(lxqt)
 Requires:   compton
-Requires(pre): desktop-file-utils
 Requires(post):desktop-file-utils
+Requires(pre):  desktop-file-utils
+Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -43,23 +46,20 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+sed -i '/Categories/s/\(LXQt\;\)/X-\1/' compton-conf.desktop.in
 
 %build
-mkdir build
-pushd build
-cmake \
+%cmake \
   -DUSE_QT5=ON \
-  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-  ..
-%__make %{_smp_mflags}
-popd
+  -DPULL_TRANSLATIONS=OFF
+%make_jobs
 
 %install
-pushd build

commit python-heatclient for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2016-10-13 11:28:50

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


Package is "python-heatclient"

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2016-09-30 15:30:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2016-10-13 11:28:51.0 +0200
@@ -1,0 +2,13 @@
+Mon Sep 26 12:56:35 UTC 2016 - tbecht...@suse.com
+
+update to version 1.5.0
+  * Replace functions 'Dict.get' and 'del' with 'Dict.pop'
+  * Trivial:Standardize the output format of 'help' in shell.py
+  * Show resource name path in event log formatter
+  * Clean imports in code
+  * Add parameter_merge_startegies section
+  * Modify use of assertTrue(A in B)
+  * Update .gitreview for stable/newton
+  * Import mox in __init__.py
+
+---

Old:

  python-heatclient-1.4.0.tar.gz

New:

  python-heatclient-1.5.0.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.JOcUy9/_old  2016-10-13 11:28:52.0 +0200
+++ /var/tmp/diff_new_pack.JOcUy9/_new  2016-10-13 11:28:52.0 +0200
@@ -18,7 +18,7 @@
 
 %global sname python-heatclient
 Name:   python-heatclient
-Version:1.4.0
+Version:1.5.0
 Release:0
 Summary:Python API and CLI for OpenStack Heat
 License:Apache-2.0

++ python-heatclient-1.4.0.tar.gz -> python-heatclient-1.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-1.4.0/AUTHORS 
new/python-heatclient-1.5.0/AUTHORS
--- old/python-heatclient-1.4.0/AUTHORS 2016-08-25 13:58:47.0 +0200
+++ new/python-heatclient-1.5.0/AUTHORS 2016-09-22 14:01:27.0 +0200
@@ -11,9 +11,11 @@
 Angus Salkeld 
 Angus Salkeld 
 Bartlomiej Biernacki 
+Bin Zhou 
 Bo Wang 
 Bryan D. Payne 
 Bryan Jones 
+Cao Xuan Hoang 
 ChenZheng 
 Chmouel Boudjnah 
 Christian Berendt 
@@ -78,6 +80,7 @@
 Rui Chen 
 Ryan S. Brown 
 Sergey Kraynev 
+Sharat Sharma 
 Shuquan Huang 
 Simon Pasquier 
 Simon Pasquier 
@@ -110,6 +113,7 @@
 ZhiQiang Fan 
 ZhiQiang Fan 
 anusha-rayani-7 
+bhagyashris 
 cedric.brandily 
 chenhaiq 
 chenxiao 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-1.4.0/ChangeLog 
new/python-heatclient-1.5.0/ChangeLog
--- old/python-heatclient-1.4.0/ChangeLog   2016-08-25 13:58:47.0 
+0200
+++ new/python-heatclient-1.5.0/ChangeLog   2016-09-22 14:01:27.0 
+0200
@@ -1,6 +1,21 @@
 CHANGES
 ===
 
+1.5.0
+-
+
+* Add parameter_merge_startegies section
+* Show resource name path in event log formatter
+* Update .gitreview for stable/newton
+* Show resource name path in event log formatter
+* Clean imports in code
+* Update .gitreview for stable/newton
+* Modify use of assertTrue(A in B)
+* Import mox in __init__.py
+* Replace functions 'Dict.get' and 'del' with 'Dict.pop'
+* Trivial:Standardize the output format of 'help' in shell.py
+* Add parameter_merge_startegies section
+
 1.4.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-heatclient-1.4.0/PKG-INFO 
new/python-heatclient-1.5.0/PKG-INFO
--- old/python-heatclient-1.4.0/PKG-INFO2016-08-25 13:58:48.0 
+0200
+++ new/python-heatclient-1.5.0/PKG-INFO2016-09-22 14:01:28.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-heatclient
-Version: 1.4.0
+Version: 1.5.0
 Summary: OpenStack Orchestration API Client Library
 Home-page: http://docs.openstack.org/developer/python-heatclient/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-heatclient-1.4.0/heatclient/common/deployment_utils.py 
new/python-heatclient-1.5.0/heatclient/common/deployment_utils.py
--- 

commit 7kaa for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package 7kaa for openSUSE:Factory checked in 
at 2016-10-13 11:27:54

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


Package is "7kaa"

Changes:

--- /work/SRC/openSUSE:Factory/7kaa/7kaa.changes2016-06-19 
11:08:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.7kaa.new/7kaa.changes   2016-10-13 
11:27:55.0 +0200
@@ -1,0 +2,20 @@
+Mon Sep  5 17:54:01 UTC 2016 - nemy...@opensuse.org
+
+- Update to 2.14.6, announce message:
+
+ * Added support for 7kfans.com match-making.
+ * Added LAN game browsing support.
+ * Added Mobilize Worker button on firms. (sraboy/Microvirus)
+ * Improvements to mouse acceleration.
+ * Fixes to mouse movement in fullscreen mode.
+ * Fixed a bug with 64-bit multiplayer matches.
+ * Begun translation work. (toaster)
+ * Fix character encoding with accented characters. (MicroVirus)
+ * Bugfixes…
+
+- Remove obsolete patches 7kaa-2.14.5.patch and 7kaa-2.14.5_overflow.patch,
+  changed by Upstream
+- Add description for patch gcc6_char_cast.patch
+- Remove check %if 0%{?suse_version}, because is only for openSUSE
+
+---

Old:

  7kaa-2.14.5.patch
  7kaa-2.14.5.tar.bz2
  7kaa-2.14.5_overflow.patch

New:

  7kaa-2.14.6.tar.xz



Other differences:
--
++ 7kaa.spec ++
--- /var/tmp/diff_new_pack.t372lK/_old  2016-10-13 11:28:01.0 +0200
+++ /var/tmp/diff_new_pack.t372lK/_new  2016-10-13 11:28:01.0 +0200
@@ -19,27 +19,22 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:   7kaa
-Version:2.14.5
+Version:2.14.6
 Release:0
 Summary:Seven Kingdoms: Ancient Adversaries
 License:GPL-2.0
 Group:  Amusements/Games/StrategyGame
 Url:http://7kfans.com/
-Source0:
http://sourceforge.net/projects/skfans/files/7KAA%20%{version}/%{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE - 7kaa-2.14.5.patch -- 
https://github.com/the3dfxdude/7kaa/issues/48
-Patch0: %{name}-2.14.5.patch
-# PATCH-FIX-UPSTREAM - patch buffer overflow due to wrong size assumptions
-Patch1: %{name}-2.14.5_overflow.patch
-Patch2: gcc6_char_cast.patch
+Source0:
http://sourceforge.net/projects/skfans/files/7KAA%20%{version}/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM - gcc6_char_cast.patch -- 
https://github.com/the3dfxdude/7kaa/issues/63
+Patch0: gcc6_char_cast.patch
 Source1:%{name}.png
 Source2:%{name}.desktop
-%if 0%{?suse_version}
-BuildRequires:  fdupes
-BuildRequires:  update-desktop-files
-%endif
 BuildRequires:  enet-devel
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  openal-soft-devel
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(sdl2)
 Recommends: %{name}-music
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -64,8 +59,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 export CXXFLAGS="%{optflags} -fno-strict-aliasing"
@@ -81,13 +74,11 @@
 # install Desktop file
 install -Dm 0644 %{S:2} %{buildroot}%{_datadir}/applications/%{name}.desktop
 
-%if 0%{?suse_version}
-%suse_update_desktop_file %{name}
-%fdupes -s %{buildroot}%{_prefix}
-%endif
+%suse_update_desktop_file %{name}
+%fdupes -s %{buildroot}%{_prefix}
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc COPYING README
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop





  1   2   >