commit java-1_7_0-openjdk for openSUSE:13.2:Update

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:13.2:Update checked in at 2016-05-04 12:53:12

Comparing /work/SRC/openSUSE:13.2:Update/java-1_7_0-openjdk (Old)
 and  /work/SRC/openSUSE:13.2:Update/.java-1_7_0-openjdk.new (New)


Package is "java-1_7_0-openjdk"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.mT8Kb0/_old  2016-05-04 12:53:14.0 +0200
+++ /var/tmp/diff_new_pack.mT8Kb0/_new  2016-05-04 12:53:14.0 +0200
@@ -1 +1 @@
-
+




commit mozilla-nss.5017 for openSUSE:13.2:Update

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package mozilla-nss.5017 for 
openSUSE:13.2:Update checked in at 2016-05-04 11:38:45

Comparing /work/SRC/openSUSE:13.2:Update/mozilla-nss.5017 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.mozilla-nss.5017.new (New)


Package is "mozilla-nss.5017"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:13.2:Update/.mozilla-nss.5017.new/mozilla-nss.changes
2016-05-04 11:38:47.0 +0200
@@ -0,0 +1,1540 @@
+---
+Mon Apr 18 15:53:40 UTC 2016 - norm...@linux.vnet.ibm.com
+
+-  add nss_gcc6_change.patch
+
+---
+Tue Mar 15 10:25:38 UTC 2016 - w...@rosenauer.org
+
+- update to NSS 3.22.3
+  * required for Firefox 46.0
+  * Increase compatibility of TLS extended master secret,
+don't send an empty TLS extension last in the handshake
+(bmo#1243641)
+
+---
+Wed Mar  9 15:42:01 UTC 2016 - w...@rosenauer.org
+
+- update to NSS 3.22.2
+  New functionality:
+  * RSA-PSS signatures are now supported (bmo#1215295)
+  * Pseudorandom functions based on hashes other than SHA-1 are now supported
+  * Enforce an External Policy on NSS from a config file (bmo#1009429)
+  New functions:
+  * PK11_SignWithMechanism - an extended version PK11_Sign()
+  * PK11_VerifyWithMechanism - an extended version of PK11_Verify()
+  * SSL_PeerSignedCertTimestamps - Get signed_certificate_timestamp
+TLS extension data
+  * SSL_SetSignedCertTimestamps - Set signed_certificate_timestamp
+TLS extension data
+  New types:
+  * ssl_signed_cert_timestamp_xtn is added to SSLExtensionType
+  * Constants for several object IDs are added to SECOidTag
+  New macros:
+  * SSL_ENABLE_SIGNED_CERT_TIMESTAMPS
+  * NSS_USE_ALG_IN_SSL
+  * NSS_USE_POLICY_IN_SSL
+  * NSS_RSA_MIN_KEY_SIZE
+  * NSS_DH_MIN_KEY_SIZE
+  * NSS_DSA_MIN_KEY_SIZE
+  * NSS_TLS_VERSION_MIN_POLICY
+  * NSS_TLS_VERSION_MAX_POLICY
+  * NSS_DTLS_VERSION_MIN_POLICY
+  * NSS_DTLS_VERSION_MAX_POLICY
+  * CKP_PKCS5_PBKD2_HMAC_SHA224
+  * CKP_PKCS5_PBKD2_HMAC_SHA256
+  * CKP_PKCS5_PBKD2_HMAC_SHA384
+  * CKP_PKCS5_PBKD2_HMAC_SHA512
+  * CKP_PKCS5_PBKD2_HMAC_GOSTR3411 - (not supported)
+  * CKP_PKCS5_PBKD2_HMAC_SHA512_224 - (not supported)
+  * CKP_PKCS5_PBKD2_HMAC_SHA512_256 - (not supported)
+  Notable changes:
+  * NSS C++ tests are built by default, requiring a C++11 compiler.
+Set the NSS_DISABLE_GTESTS variable to 1 to disable building these tests.
+  * NSS has been changed to use the PR_GetEnvSecure function that
+was made available in NSPR 4.12
+
+---
+Mon Mar  7 15:41:50 UTC 2016 - w...@rosenauer.org
+
+- update to NSS 3.21.1 (bmo#969894)
+  * required for Firefox 45.0
+  * MFSA 2016-35/CVE-2016-1950 (bmo#1245528)
+Buffer overflow during ASN.1 decoding in NSS
+  * MFSA 2016-36/CVE-2016-1979 (bmo#1185033)
+Use-after-free during processing of DER encoded keys in NSS
+
+---
+Sun Dec 20 10:12:35 UTC 2015 - w...@rosenauer.org
+
+- update to NSS 3.21
+  * required for Firefox 44.0
+  New functionality:
+  * certutil now supports a --rename option to change a nickname (bmo#1142209)
+  * TLS extended master secret extension (RFC 7627) is supported (bmo#1117022)
+  * New info functions added for use during mid-handshake callbacks 
(bmo#1084669)
+  New Functions:
+  * NSS_OptionSet - sets NSS global options
+  * NSS_OptionGet - gets the current value of NSS global options
+  * SECMOD_CreateModuleEx - Create a new SECMODModule structure from module 
name
+string, module parameters string, NSS specific parameters string, and NSS
+configuration parameter string. The module represented by the module
+structure is not loaded. The difference with SECMOD_CreateModule is the new
+function handles NSS configuration parameter strings.
+  * SSL_GetPreliminaryChannelInfo - obtains information about a TLS channel 
prior
+to the handshake being completed, for use with the callbacks that are 
invoked
+during the handshake
+  * SSL_SignaturePrefSet - configures the enabled signature and hash algorithms
+for TLS
+  * SSL_SignaturePrefGet - retrieves the currently configured signature and 
hash
+algorithms
+  * SSL_SignatureMaxCount - obtains the maximum number signature algorithms 
that
+can be configured with SSL_SignaturePrefSet
+  * NSSUTIL_ArgParseModuleSpecEx - takes a module spec and breaks it into 
shared
+library string, module name string, module parameters string, NSS specific
+parameters string, and NSS configuration parameter strings. The returned
+

commit MozillaFirefox.5017 for openSUSE:13.2:Update

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox.5017 for 
openSUSE:13.2:Update checked in at 2016-05-04 11:38:37

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


Package is "MozillaFirefox.5017"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ 
/work/SRC/openSUSE:13.2:Update/.MozillaFirefox.5017.new/MozillaFirefox.changes  
2016-05-04 11:38:38.0 +0200
@@ -0,0 +1,4657 @@
+---
+Wed Apr 27 08:39:28 UTC 2016 - badshah...@gmail.com
+
+- Update mozilla-gtk3_20.patch for Firefox 46.0 (sync to latest
+  version from Fedora).
+
+---
+Wed Apr 27 06:09:30 UTC 2016 - w...@rosenauer.org
+
+- update to Firefox 46.0 (boo#977333)
+  * Improved security of the JavaScript Just In Time (JIT) Compiler
+  * WebRTC fixes to improve performance and stability
+  * Added support for document.elementsFromPoint
+  * Added HKDF support for Web Crypto API
+  * requires NSPR 4.12 and NSS 3.22.3
+  * added patch to fix unchecked return value
+mozilla-check_return.patch
+  * Gtk3 builds not supported at the moment
+  security fixes:
+  * MFSA 2016-39/CVE-2016-2804/CVE-2016-2806/CVE-2016-2807
+(boo#977373, boo#977375, boo#977376)
+Miscellaneous memory safety hazards
+  * MFSA 2016-40/CVE-2016-2809 (bmo#1212939, boo#977377)
+Privilege escalation through file deletion by Maintenance Service updater
+(Windows only)
+  * MFSA 2016-41/CVE-2016-2810 (bmo#1229681, boo#977378)
+Content provider permission bypass allows malicious application
+to access data (Android only)
+  * MFSA 2016-42/CVE-2016-2811/CVE-2016-2812
+(bmo#1252330, bmo#1261776, boo#977379)
+Use-after-free and buffer overflow in Service Workers
+  * MFSA 2016-43/CVE-2016-2813 (bmo#1197901, bmo#2714650, boo#977380)
+Disclosure of user actions through JavaScript with motion and
+orientation sensors (only affects mobile variants)
+  * MFSA 2016-44/CVE-2016-2814 (bmo#1254721, boo#977381)
+Buffer overflow in libstagefright with CENC offsets
+  * MFSA 2016-45/CVE-2016-2816 (bmo#1223743, boo#977382)
+CSP not applied to pages sent with multipart/x-mixed-replace
+  * MFSA 2016-46/CVE-2016-2817 (bmo#1227462, boo#977384)
+Elevation of privilege with chrome.tabs.update API in web extensions
+  * MFSA 2016-47/CVE-2016-2808 (bmo#1246061, boo#977386)
+Write to invalid HashMap entry through JavaScript.watch()
+  * MFSA 2016-48/CVE-2016-2820 (bmo#870870, boo#977388)
+Firefox Health Reports could accept events from untrusted domains
+
+---
+Thu Apr 21 12:00:28 UTC 2016 - badshah...@gmail.com
+
+- Update mozilla-gtk3_20.patch to fix scrollbar appearance under
+  gtk >= 3.20 (patch synced to Fedora's version).
+
+---
+Tue Apr 12 19:11:30 UTC 2016 - badshah...@gmail.com
+
+- Compile against gtk3 depending on whether the macro
+  %firefox_use_gtk3 is defined or not (e.g., at the prjconf
+  level); macro is undefined by default and so gtk2 is used as the
+  default toolkit.
+- Add BuildRequires for additional packages needed when building
+  against gtk3: pkgconfig(glib-2.0), pkgconfig(gobject-2.0),
+  pkgconfig(gtk+-3.0) >= 3.4.0, pkgconfig(gtk+-unix-print-3.0).
+- Add firefox-gtk3_20.patch to fix appearance with gtk3 >= 3.20;
+  patch taken from Fedora (bmo#1230955).
+
+---
+Mon Apr 11 22:49:24 UTC 2016 - astie...@suse.com
+
+- Mozilla Firefox 45.0.2:
+  * Fix an issue impacting the cookie header when third-party
+cookies are blocked (bmo#1257861)
+  * Fix a web compatibility regression impacting the srcset
+attribute of the image tag (bmo#1259482)
+  * Fix a crash impacting the video playback with Media Source
+Extension (bmo#1258562)
+  * Fix a regression impacting some specific uploads (bmo#1255735)
+  * Fix a regression with the copy and paste with some old versions
+of some Gecko applications like Thunderbird (bmo#1254980)
+
+---
+Fri Mar 18 08:52:58 UTC 2016 - astie...@suse.com
+
+- Mozilla Firefox 45.0.1:
+  * Fix a regression causing search engine settings to be lost in
+some context (bmo#1254694)
+  * Bring back non-standard jar: URIs to fix a regression in IBM
+iNotes (bmo#1255139)
+  * XSLTProcessor.importStylesheet was failing when  was
+used (bmo#1249572)
+  * Fix an issue which could cause the list of search provider to
+be empty (bmo#1255605)
+  * Fix a regression when using the location bar 

commit MozillaFirefox for openSUSE:13.2:Update

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for 
openSUSE:13.2:Update checked in at 2016-05-04 11:38:42

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


Package is "MozillaFirefox"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.EWJivq/_old  2016-05-04 11:38:44.0 +0200
+++ /var/tmp/diff_new_pack.EWJivq/_new  2016-05-04 11:38:44.0 +0200
@@ -1 +1 @@
-
+




commit mozilla-nss for openSUSE:13.2:Update

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:13.2:Update 
checked in at 2016-05-04 11:38:48

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


Package is "mozilla-nss"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.pB0fQe/_old  2016-05-04 11:38:50.0 +0200
+++ /var/tmp/diff_new_pack.pB0fQe/_new  2016-05-04 11:38:50.0 +0200
@@ -1 +1 @@
-
+




commit wireshark for openSUSE:13.2:Update

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package wireshark for openSUSE:13.2:Update 
checked in at 2016-05-04 12:57:23

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


Package is "wireshark"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.zGEIdD/_old  2016-05-04 12:57:23.0 +0200
+++ /var/tmp/diff_new_pack.zGEIdD/_new  2016-05-04 12:57:23.0 +0200
@@ -1 +1 @@
-
+




commit xerces-j2 for openSUSE:13.2:Update

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package xerces-j2 for openSUSE:13.2:Update 
checked in at 2016-05-04 13:00:11

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


Package is "xerces-j2"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++




commit java-1_7_0-openjdk-bootstrap for openSUSE:13.2:Update

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk-bootstrap for 
openSUSE:13.2:Update checked in at 2016-05-04 12:53:08

Comparing /work/SRC/openSUSE:13.2:Update/java-1_7_0-openjdk-bootstrap (Old)
 and  /work/SRC/openSUSE:13.2:Update/.java-1_7_0-openjdk-bootstrap.new (New)


Package is "java-1_7_0-openjdk-bootstrap"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.kaQskn/_old  2016-05-04 12:53:09.0 +0200
+++ /var/tmp/diff_new_pack.kaQskn/_new  2016-05-04 12:53:09.0 +0200
@@ -1 +1 @@
-
+




commit java-1_8_0-openjdk for openSUSE:13.2:Update

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package java-1_8_0-openjdk for 
openSUSE:13.2:Update checked in at 2016-05-04 12:53:13

Comparing /work/SRC/openSUSE:13.2:Update/java-1_8_0-openjdk (Old)
 and  /work/SRC/openSUSE:13.2:Update/.java-1_8_0-openjdk.new (New)


Package is "java-1_8_0-openjdk"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.5haKUD/_old  2016-05-04 12:53:14.0 +0200
+++ /var/tmp/diff_new_pack.5haKUD/_new  2016-05-04 12:53:14.0 +0200
@@ -1 +1 @@
-
+




commit java-1_7_0-openjdk.4631 for openSUSE:13.1:Update

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk.4631 for 
openSUSE:13.1:Update checked in at 2016-05-04 17:59:51

Comparing /work/SRC/openSUSE:13.1:Update/java-1_7_0-openjdk.4631 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.java-1_7_0-openjdk.4631.new (New)


Package is "java-1_7_0-openjdk.4631"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ 
/work/SRC/openSUSE:13.1:Update/.java-1_7_0-openjdk.4631.new/java-1_7_0-openjdk.changes
  2016-05-04 17:59:53.0 +0200
@@ -0,0 +1,4167 @@
+---
+Fri Apr 22 09:28:27 UTC 2016 - fst...@suse.com
+
+- Update to 2.6.6 - OpenJDK 7u101 (bsc#976340)
+  * Security fixes
+- S8129952, CVE-2016-0686: Ensure thread consistency
+- S8132051, CVE-2016-0687: Better byte behavior
+- S8138593, CVE-2016-0695: Make DSA more fair
+- S8139008: Better state table management
+- S8143167, CVE-2016-3425: Better buffering of XML strings
+- S8144430, CVE-2016-3427: Improve JMX connections
+- S8146494: Better ligature substitution
+- S8146498: Better device table adjustments
+  * Import of OpenJDK 7 u101 build 0
+- S4858370: JDWP: Memory Leak: GlobalRefs never deleted when
+  processing invokeMethod command
+- S7127906: (launcher) convert the launcher regression tests to
+  java
+- S8002116: This JdbReadTwiceTest.sh gets an exit 1
+- S8004007: test/sun/tools/jinfo/Basic.sh fails on when runSA is
+  set to true
+- S8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when
+  invoked with NMT explicitly turned on
+- S8027705: com/sun/jdi/JdbMethodExitTest.sh fails when a
+  background thread is generating events.
+- S8028537: PPC64: Updated the JDK regression tests to run on
+  AIX
+- S8036132: Tab characters in test/com/sun/jdi files
+- S8038963: com/sun/jdi tests fail because cygwin's ps sometimes
+  misses processes
+- S8044419: TEST_BUG: com/sun/jdi/JdbReadTwiceTest.sh fails when
+  run under root
+- S8059661: Test SoftReference and OOM behavior
+- S8072753: Nondeterministic wrong answer on arithmetic
+- S8073735: [TEST_BUG] compiler/loopopts/CountedLoopProblem.java
+  got OOME
+- S8074146: [TEST_BUG] jdb has succeded to read an unreadable
+  file
+- S8134297: NPE in GSSNameElement nameType check
+- S8134650: Xsl transformation gives different results in 8u66
+- S8141229: [Parfait] Null pointer dereference in cmsstrcasecmp
+  of cmserr.c
+- S8143002: [Parfait] JNI exception pending in fontpath.c:1300
+- S8146477: [TEST_BUG] ClientJSSEServerJSSE.java failing again
+- S8146967: [TEST_BUG] 
javax/security/auth/SubjectDomainCombiner/Optimize.java
+  should use 4-args ProtectionDomain constructor
+- S8147567: InterpreterRuntime::post_field_access not updated
+  for boolean in JDK-8132051
+- S8148446: (tz) Support tzdata2016a
+- S8148475: Missing SA Bytecode updates.
+- S8149170: Better byte behavior for native arguments
+- S8149367: PolicyQualifierInfo/index_Ctor JCk test fails with
+  IOE: Invalid encoding for PolicyQualifierInfo
+- S8150012: Better byte behavior for reflection
+- S8150790: 8u75 L10n resource file translation update
+- S8153673: [BACKOUT] JDWP: Memory Leak: GlobalRefs never
+  deleted when processing invokeMethod command
+- S8154210: Zero: Better byte behaviour
+  * Bug fixes
+- PR2889: OpenJDK should check for system cacerts database (e.g.
+  /etc/pki/java/cacerts)
+- PR2929: configure: error: "A JDK home directory could not be
+  found."
+- PR2935: Check that freetype defines
+  FT_CONFIG_OPTION_INFINALITY_PATCHSET if enabling infinality
+- PR2938: Fix build of 8148487 backport
+- PR2939: Remove rogue ReleaseStringUTFChars line remaining from
+  merge of 7u101 b00
+  * PPC & AIX port
+- S8148487: PPC64: Better byte behavior
+  * AArch64 port
+- S8154413: AArch64: Better byte behaviour
+- PR2914: byte_map_base is not page aligned on OpenJDK 7
+  * JamVM
+- PR2665: icedtea/jamvm 2.6 fails as a build VM for icedtea
+
+---
+Mon Mar 28 18:00:23 UTC 2016 - fst...@suse.com
+
+- Update to 2.6.5 - OpenJDK 7u99 (bsc#972468)
+  * Security fixes
+- S8152335, CVE-2016-0636: Improve MethodHandle consistency
+  * Import of OpenJDK 7 u99 build 0
+- S6425769, PR2858: Allow specifying an address to bind JMX
+  remote connector
+- S6961123: setWMClass fails to null-terminate WM_CLASS string
+- S8145982, PR2858: JMXInterfaceBindingTest is failing
+  intermittently
+- S8146015, PR2858: JMXInterfaceBindingTest is failing
+  intermittently for IPv6 addresses
+  * 

commit java-1_7_0-openjdk for openSUSE:13.1:Update

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:13.1:Update checked in at 2016-05-04 17:59:53

Comparing /work/SRC/openSUSE:13.1:Update/java-1_7_0-openjdk (Old)
 and  /work/SRC/openSUSE:13.1:Update/.java-1_7_0-openjdk.new (New)


Package is "java-1_7_0-openjdk"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.lLZ8T2/_old  2016-05-04 17:59:55.0 +0200
+++ /var/tmp/diff_new_pack.lLZ8T2/_new  2016-05-04 17:59:55.0 +0200
@@ -1 +1 @@
-
+




commit python-pycadf for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-pycadf for openSUSE:Factory 
checked in at 2016-05-04 08:19:25

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  
2015-10-30 13:42:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pycadf.new/python-pycadf.changes 
2016-05-04 08:19:26.0 +0200
@@ -1,0 +2,34 @@
+Thu Mar  3 14:56:01 UTC 2016 - tbecht...@suse.com
+
+- update to 2.1.0:
+  * Updated from global requirements
+  * Add docstring validation
+  * Adding ironic api specific audit map configuration
+  * Updated from global requirements
+  * Updated from global requirements
+  * Enable cadf support for Heat
+  * Fix wrong use of comma
+  * Updated from global requirements
+  * remove suport for py33
+  * Put py34 first in the env order of tox
+  * relax id validation
+  * Updated from global requirements
+  * Remove Python 2.6 classifier
+  * Remove python 2.6 and cleanup tox.ini
+  * make generate_uuid return valid uuid
+  * Updated from global requirements
+  * Add authenticate and evaluate actions
+  * Change ceilometer endpoint name from telemetry to metering
+  * No need for Oslo Incubator Sync
+  * Document and update existing hacking violations
+  * Add shields.io version/downloads links/badges into README.rst
+  * Include changelog/history in docs
+  * Fix event example
+  * Add event name
+  * Event doc indentation issue
+  * Updated from global requirements
+  * Updated from global requirements
+  * Fixed typo error
+- Adjust Requires according to requirements.txt
+
+---

Old:

  pycadf-1.1.0.tar.gz

New:

  pycadf-2.1.0.tar.gz



Other differences:
--
++ python-pycadf.spec ++
--- /var/tmp/diff_new_pack.138BZC/_old  2016-05-04 08:19:27.0 +0200
+++ /var/tmp/diff_new_pack.138BZC/_new  2016-05-04 08:19:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pycadf
 #
-# 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:   python-pycadf
-Version:1.1.0
+Version:2.1.0
 Release:0
 Summary:DMTF Cloud Audit (CADF) data mode
 License:Apache-2.0
@@ -28,25 +28,19 @@
 BuildRequires:  python-pbr
 # Test dependencies
 BuildRequires:  python-Babel >= 1.3
-BuildRequires:  python-WebOb >= 1.2.3
-BuildRequires:  python-fixtures >= 0.3.14
-BuildRequires:  python-iso8601 >= 0.1.8
-BuildRequires:  python-mock >= 1.0
-BuildRequires:  python-mox >= 0.5.3
-BuildRequires:  python-netaddr >= 0.7.6
-BuildRequires:  python-oslo.config >= 1.2.0
-BuildRequires:  python-oslo.messaging
-BuildRequires:  python-oslotest
+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.4.1
-BuildRequires:  python-testrepository >= 0.0.17
+BuildRequires:  python-six >= 1.9.0
+BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
-BuildRequires:  python-testtools >= 0.9.34
+BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-Babel >= 1.3
-Requires:   python-WebOb >= 1.2.3
-Requires:   python-netaddr >= 0.7.6
-Requires:   python-oslo.config >= 2.1.0
-Requires:   python-oslo.serialization >= 1.4.0
+Requires:   python-debtcollector >= 1.2.0
+Requires:   python-oslo.config >= 3.4.0
+Requires:   python-oslo.serialization >= 1.10.0
 Requires:   python-pytz >= 2013.6
 Requires:   python-six >= 1.9.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ pycadf-1.1.0.tar.gz -> pycadf-2.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycadf-1.1.0/AUTHORS new/pycadf-2.1.0/AUTHORS
--- old/pycadf-1.1.0/AUTHORS2015-08-24 17:42:18.0 +0200
+++ new/pycadf-2.1.0/AUTHORS2016-02-17 19:02:00.0 +0100
@@ -1,5 +1,6 @@
 Arun Kant 
 Brad Topol 
+ChangBo Guo(gcb) 
 Christian Berendt 
 Cyril Roelandt 
 Davanum Srinivas 
@@ -8,15 +9,23 @@
 Dolph Mathews 
 Doug Hellmann 

commit python-ceilometerclient for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-ceilometerclient for 
openSUSE:Factory checked in at 2016-05-04 08:19:17

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
  2015-10-30 13:42:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ceilometerclient.new/python-ceilometerclient.changes
 2016-05-04 08:19:18.0 +0200
@@ -1,0 +2,33 @@
+Mon Feb 29 21:50:40 UTC 2016 - dmuel...@suse.com
+
+- update to 2.3.0:
+  * Remove argparse from requirements
+  * drop oslo-incubator modules: cliutils and uuidutils
+  * Updated from global requirements
+  * remove unused code
+  * fix project_id and user_id fields not set when create gnocchi alarm
+  * Updated from global requirements
+  * improve help docs for cli commands
+  * change the dict output format to make consistency under py27 and py34
+  * Fix to disable meter-links from CLI
+  * Use the oslo.utils.reflection to extract the class name
+  * remove py24 compatible code
+  * Don't copy the auth_plugin for aodh
+  * Remove openstack-common.conf
+  * Use assertTrue/False instead of assertEqual(T/F)
+  * Improve ceilometer alarm enabled input parameter validation
+  * Updated from global requirements
+  * Replace assertEqual(None, *) with assertIsNone in tests
+  * remove MANIFEST.in
+  * Updated from global requirements
+  * Restructuring a comment in Python-Ceilometerclient
+  * Deprecated tox -downloadcache option removed
+  * Revert "Delete python bytecode before every test run"
+  * Remove duplicated assert
+  * Delete python bytecode before every test run
+  * Fix Python 3 version announced in metadata
+  * Remove py26 support
+  * Fix the parameter order of assertEqual in ceilometerclient
+  * Fix Resource.__eq__ mismatch semantics of object equal
+
+---

Old:

  python-ceilometerclient-1.5.0.tar.gz

New:

  python-ceilometerclient-2.3.0.tar.gz



Other differences:
--
++ python-ceilometerclient.spec ++
--- /var/tmp/diff_new_pack.sqIISF/_old  2016-05-04 08:19:19.0 +0200
+++ /var/tmp/diff_new_pack.sqIISF/_new  2016-05-04 08:19:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ceilometerclient
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 B1 Systems GmbH.
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %define component ceilometerclient
 Name:   python-%{component}
-Version:1.5.0
+Version:2.3.0
 Release:0
 Url:https://github.com/openstack/python-ceilometerclient
 Summary:OpenStack Metering (Ceilometer) API Client
@@ -31,13 +31,13 @@
 BuildRequires:  python-devel
 BuildRequires:  python-pbr
 Requires:   python-PrettyTable >= 0.7
-Requires:   python-argparse
 Requires:   python-iso8601 >= 0.1.9
+Requires:   python-keystoneauth1 >= 2.1.0
 Requires:   python-keystoneclient >= 1.6.0
 Requires:   python-oslo.i18n >= 1.5.0
-Requires:   python-oslo.serialization >= 1.4.0
-Requires:   python-oslo.utils >= 2.0.0
-Requires:   python-requests >= 2.5.2
+Requires:   python-oslo.serialization >= 1.10.0
+Requires:   python-oslo.utils >= 3.4.0
+Requires:   python-requests >= 2.8.1
 Requires:   python-six >= 1.9.0
 Requires:   python-stevedore >= 1.5.0
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -55,13 +55,10 @@
 Summary:Openstack Metering (Ceilometer) API Client - Testsuite
 Group:  Development/Languages/Python
 Requires:   %{name} = %{version}
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-Requires:   python-discover
-%endif
 Requires:   python-fixtures >= 1.3.1
 Requires:   python-mock >= 1.2
 Requires:   python-python-subunit >= 0.0.18
-Requires:   python-tempest-lib >= 0.6.1
+Requires:   python-tempest-lib >= 0.13.0
 Requires:   python-testrepository >= 0.0.18
 Requires:   python-testtools >= 1.4.0
 

++ python-ceilometerclient-1.5.0.tar.gz -> 
python-ceilometerclient-2.3.0.tar.gz ++
 4283 lines of diff (skipped)




commit python-glanceclient for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-glanceclient for 
openSUSE:Factory checked in at 2016-05-04 08:19:11

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


Package is "python-glanceclient"

Changes:

--- /work/SRC/openSUSE:Factory/python-glanceclient/python-glanceclient.changes  
2015-10-30 13:42:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-glanceclient.new/python-glanceclient.changes 
2016-05-04 08:19:12.0 +0200
@@ -1,0 +2,98 @@
+Fri Mar 11 08:20:20 UTC 2016 - dmuel...@suse.com
+
+- update to 2.0.0:
+  * Handle 403 forbidden on download
+  * Test: use assert_has_calls() instead
+  * Updated from global requirements
+  * Auto-generated squash commit
+  * Add reno to glanceclient
+  * Updated from global requirements
+  * v2 - "readOnly" key should be used in schemas
+  * Fix client initialization in shell tests
+  * Remove code needed for python2.5
+  * Fix warnings in glanceclient README
+  * Updated from global requirements
+  * Remove argparse from requirements
+  * Change metavar for location commands in V2
+  * Updated from global requirements
+  * Updated from global requirements
+  * Enhance description of instance-uuid option for image-create
+  * Updated from global requirements
+  * Remove monkey-patching for getsockopt
+  * Fixed TestHTTPSVerifyCert failure messages
+  * Remove location check from V2 client
+  * Use session when not specified token or endpoint
+  * Updated from global requirements
+  * Skip schema validation on GET /v2/images/%s
+  * Trival: Remove 'MANIFEST.in'
+  * Remove openstack-common.conf
+  * Updated from global requirements
+  * Drop py33 support
+  * Change assertTrue(isinstance()) by optimal assert
+  * Add help the ability to sort images with multiple keys
+  * use keystoneclient exceptions instead of oslo-incubator code
+  * Add docker to image_schema on glance v2 cli
+  * remove python 2.6 trove classifier
+  * Fix image-download to stdout on Python 3.x
+  * Updated from global requirements
+  * replace the deprecated keystoneclient...apiclient
+  * Replace assertEqual(None, *) with assertIsNone in tests
+  * Removes MANIFEST.in as it is not needed explicitely by PBR
+  * Updated from global requirements
+  * Remove broken try/except workaround for old requests
+  * Remove py26 support
+  * Deprecated tox -downloadcache option removed
+  * Updated from global requirements
+  * Disable suggestion of v1 help for v2 commands
+  * Remove pypy env from tox
+  * Fix the download error when the image locations are blank
+  * Updated from global requirements
+  * Run py34 env first when launching tests
+  * Updated from global requirements
+  * Fix help for image-create
+  * Fix tests for image-create
+  * Fix Resource.__eq__ mismatch semantics of object equal
+  * Update set of wanted commands in read-only test
+  * Fix typo in 'help' in python-glanceclient
+  * Add ordereddict requirement for py26 tests
+  * Updated from global requirements
+  * Ensure that identity token in header is not an unicode string
+  * Change man page examples to correlate default v2
+
+---
+Mon Feb 29 13:44:43 UTC 2016 - dmuel...@suse.com
+
+- update to 1.2.0:
+  * Release Notes for version 1.2.0
+  * Add versions list function
+  * Added reactivate/deactivate image using CLI
+  * Fix the missing help descripiton of "image-create"
+  * Add documentation for running the functional tests
+  * Updated from global requirements
+  * Remove unused sphinx Makefile
+  * Update docs to recommend KSA instead of KSC
+  * Use clouds.yaml from devstack for functional tests
+  * Add translation to v2 shell
+  * Import i18n functions directly
+  * Updated from global requirements
+  * improve readme contents
+  * Add support for setting Accept-Language header
+  * Updated from global requirements
+  * Use the subcomand parsed args instead of the base
+  * Stop trying to send image_size to the server
+  * Support image deletion in batches in v2
+  * print usage when no argument is specified for python3
+  * Updated from global requirements
+  * Updated from global requirements
+  * Do not use openstack.common.i18n in glance client
+  * Added unit tests for 'Unicode support shell client'
+  * Use common identity parameters fro keystone client
+  * No auth when token and endpoint are passed
+  * Use dictionary literal for dictionary creation
+  * Replace exception_to_str with oslo.utils function
+  * Change ignore-errors to ignore_errors
+  * Add period in help message
+  * Don't get the image before deleting it
+  * Fix human readable when size is None
+
+---

Old:

  

commit libzypp-plugin-appdata for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package libzypp-plugin-appdata for 
openSUSE:Factory checked in at 2016-05-04 08:18:48

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


Package is "libzypp-plugin-appdata"

Changes:

--- 
/work/SRC/openSUSE:Factory/libzypp-plugin-appdata/libzypp-plugin-appdata.changes
2016-02-28 02:27:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libzypp-plugin-appdata.new/libzypp-plugin-appdata.changes
   2016-05-04 08:18:49.0 +0200
@@ -1,0 +2,7 @@
+Tue May  3 14:13:12 UTC 2016 - dims...@opensuse.org
+
+- InstallAppdata.sh: prepare for YaST type repositories to receive
+  appdata.xml.gz and appdata-icons.tar.gz with a hashed filename in
+  order to allow mirrorbrain to distribute it.
+
+---



Other differences:
--
++ InstallAppdata.sh ++
--- /var/tmp/diff_new_pack.9YpXaf/_old  2016-05-04 08:18:51.0 +0200
+++ /var/tmp/diff_new_pack.9YpXaf/_new  2016-05-04 08:18:51.0 +0200
@@ -43,7 +43,7 @@
 yast2)
   # We do not validate an appdata.xml.gz in a yast2 repo: those are 
created by appstream-builder, and we can trust them
   #if appstream-util validate-relax --nonet "$6$YAST2/appdata.xml.gz" 2>&1 
> /dev/null; then
-appstream-util install-origin "$2" "$6$YAST2/appdata.xml.gz" 
"$6$YAST2/appdata-icons.tar.gz" 2>&1 > /dev/null
+appstream-util install-origin "$2" "$6$YAST2/"appdata*.xml.gz 
"$6$YAST2/"appdata-icons*.tar.gz 2>&1 > /dev/null
   #fi
   ;;
 *)




commit gstreamer-plugins-base for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-base for 
openSUSE:Factory checked in at 2016-05-04 08:18:32

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


Package is "gstreamer-plugins-base"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-base/gstreamer-plugins-base.changes
2016-04-30 23:26:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new/gstreamer-plugins-base.changes
   2016-05-04 08:18:33.0 +0200
@@ -1,0 +2,12 @@
+Wed Apr 20 17:31:52 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.8.1:
+  + bgo#764020: adaptivedemux: Deadlock on HLS and DASH streams
+when scrub seeking.
+  + bgo#764865: audiosrc, audiosink: race in gstaudiosrc
+audioringbuffer thread.
+  + bgo#765027: critical warning in rtspsrc when doing srtp.
+  + bgo#765082: mikey: add new function gst_mikey_message_to_caps.
+- Properly escape some macros in comments to silence rpmlint.
+
+---

Old:

  gst-plugins-base-1.8.0.tar.xz

New:

  gst-plugins-base-1.8.1.tar.xz



Other differences:
--
++ gstreamer-plugins-base.spec ++
--- /var/tmp/diff_new_pack.OfLdmo/_old  2016-05-04 08:18:34.0 +0200
+++ /var/tmp/diff_new_pack.OfLdmo/_new  2016-05-04 08:18:34.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   gstreamer-plugins-base
 %define _name gst-plugins-base
-Version:1.8.0
+Version:1.8.1
 Release:0
 %define gst_branch 1.0
 Url:http://gstreamer.freedesktop.org/
@@ -502,9 +502,9 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstaudiotestsrc.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstaudiorate.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstcdparanoia.so
-#%%{_libdir}/gstreamer-%{gst_branch}/libgstdecodebin.so
-#%%{_libdir}/gstreamer-%{gst_branch}/libgstdecodebin2.so
-#%%{_libdir}/gstreamer-%{gst_branch}/libgstffmpegcolorspace.so
+#%%{_libdir}/gstreamer-%%{gst_branch}/libgstdecodebin.so
+#%%{_libdir}/gstreamer-%%{gst_branch}/libgstdecodebin2.so
+#%%{_libdir}/gstreamer-%%{gst_branch}/libgstffmpegcolorspace.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstgio.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstlibvisual.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstogg.so
@@ -524,7 +524,7 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstximagesink.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstxvimagesink.so
 #Moved to -bad for now... likely to come pack later
-#%%{_libdir}/gstreamer-%{gst_branch}/libgstgdp.so
+#%%{_libdir}/gstreamer-%%{gst_branch}/libgstgdp.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstencodebin.so
 %doc %{_mandir}/man1/gst-device-monitor-*
 %doc %{_mandir}/man1/gst-discoverer-*

++ gst-plugins-base-1.8.0.tar.xz -> gst-plugins-base-1.8.1.tar.xz ++
 3619 lines of diff (skipped)





commit gstreamer-plugins-bad for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-bad for 
openSUSE:Factory checked in at 2016-05-04 08:18:42

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


Package is "gstreamer-plugins-bad"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes  
2016-04-30 23:26:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new/gstreamer-plugins-bad.changes
 2016-05-04 08:18:43.0 +0200
@@ -1,0 +2,53 @@
+Thu Apr 21 08:08:58 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.8.1:
+  + bgo#760473: OpenCV face detection does not work with OpenCV
+newer than 2.4.11.
+  + bgo#747633: decklinkvideosrc: crash in
+::VideoInputFrameArrived() callback with video_frame=NULL.
+  + bgo#762924: interlace: negotiation fails unexpectedly.
+  + bgo#763324: nvenc fails to compile with Nvidia video SDK 6.0.
+  + bgo#763404: bad: video sink: Post un-handled keyboard/mouse
+events as message to application.
+  + bgo#763862: mxfmux: Instead of releasing request pads on
+stop(), clear them only.
+  + bgo#764148: gtkglsink doesn't fail to create on incompatible
+hardware.
+  + bgo#764339: ahcsrc: g_object_class_install_property: assertion
+'pspec- > flags & G_PARAM_WRITABLE' during initialization.
+  + bgo#764363: videoaggregator: Does not take into account the
+best output format that is computed.
+  + bgo#764404: hlsdemux: Assertion with AES encrypted stream.
+  + bgo#764448: h264parse: constrained-baseline is a subset of
+baseline.
+  + bgo#764523: -lole32 is missing for libgstdirectsoundsrc.
+  + bgo#764545: Crash when trying to use vulkan sink.
+  + bgo#765005: mpegtsmux: memory leak caused by pad_data- >
+language.
+  + bgo#765194: caopengllayersink: renders blurry content on HiDPI
+screens because contentsScale is ignored.
+  + bgo#765241: glimagesink: need to clean window_id when state
+change form READY to NULL.
+  + bgo#765079: srtpdec request-key is not signaled if roc is
+missing.
+- Clean up spec file, properly escape disabled plugins and macros.
+  Make rpmlint report readable again. Also remove an obsolete
+  source repack comment, we do it via pre_checkin.sh now.
+- No longer pass V=1 to make, stop littering buildlogs and
+  debugging is done local anyway.
+- Add some missing post/postun handling.
+- Add pkgconfig(bluez), pkgconfig(x265) and libbs2b-devel
+  BuildRequires and replace librtmp-devel for pkgconfig(librtmp):
+  Build more supported plugins.
+- Disable a few BuildRequires that are not ported yet, no need to
+  pull unused BuildRequires: SDL-devel, pkgconfig(daala),
+  pkgconfig(flite), pkgconfig(libdc1394-2), libaudio-devel and
+  libxvidcore-devel.
+- Split out a new libgstvdpau in an own sub-package, vdpau support
+  is not needed for people not running nvidia binary driver.
+- Add fdupes BuildRequires and add macro to install section.
+- Stop passing --enable-experimental to configure, currently we are
+  not building any experimental plugins, nor should we in the
+  future.
+
+---

Old:

  gst-plugins-bad-1.8.0-patched.tar.xz
  gst-plugins-bad-1.8.0.tar.xz

New:

  gst-plugins-bad-1.8.1-patched.tar.xz
  gst-plugins-bad-1.8.1.tar.xz



Other differences:
--
++ gstreamer-plugins-bad.spec ++
--- /var/tmp/diff_new_pack.cMkMKV/_old  2016-05-04 08:18:44.0 +0200
+++ /var/tmp/diff_new_pack.cMkMKV/_new  2016-05-04 08:18:44.0 +0200
@@ -27,7 +27,7 @@
 # Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
 # Use rpmbuild -D 'BUILD_ORIG 1' -D 'BUILD_ORIG_ADDON 1' to build patched 
build plus original as addon.
 %define _name gst-plugins-bad
-Version:1.8.0
+Version:1.8.1
 Release:0
 # FIXME: re-enable opencv BuildRequires once bnc#748666 is fixed (we don't 
want to depend on libxine!)
 # FIXME: missing BuildRequires on libtiger (http://code.google.com/p/libtiger/)
@@ -40,22 +40,22 @@
 %if 0%{?BUILD_ORIG}
 Source: 
http://gstreamer.freedesktop.org/src/gst-plugins-bad/%{_name}-%{version}.tar.xz
 %else
-# WARNING: This is not a comment, but the real command to repack source:
-#%(bash %{_sourcedir}/%{name}-patch-source.sh %{_name}-%{version}.tar.xz)
 Source: %{_name}-%{version}-patched.tar.xz
-# If the above patch source script fails due to a change in source tarball 
contents, you need
-# to unpack the sources (this should already have happened) and examine the 
new plugin source for
-# blacklisted content and if it's clean, edit the script and add to the 
allowed list in the script
+# If the pre_checkin.sh 

commit python-tempest-lib for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-tempest-lib for 
openSUSE:Factory checked in at 2016-05-04 08:19:36

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


Package is "python-tempest-lib"

Changes:

--- /work/SRC/openSUSE:Factory/python-tempest-lib/python-tempest-lib.changes
2015-12-21 12:04:00.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-tempest-lib.new/python-tempest-lib.changes   
2016-05-04 08:19:38.0 +0200
@@ -1,0 +2,64 @@
+Tue Mar 15 19:09:02 UTC 2016 - tbecht...@suse.com
+
+- Remove /usr/bin/check-uuid and /usr/bin/skip-tracker .
+  Both is now provided by openstack-tempest
+
+---
+Thu Mar  3 16:18:23 UTC 2016 - tbecht...@suse.com
+
+- update to 1.0.0:
+  * Add note to README about tempest-lib deprecation
+  * Deprecation warning in tempest-lib
+  * Add reno release notes to tempest-lib
+  * Updated from global requirements
+  * Fix project domain problem in v3 token client
+  * Add cli execute test case
+  * Add update attached volume function to servers_client
+
+---
+Sun Feb 28 11:14:30 UTC 2016 - dmuel...@suse.com
+
+- update to 0.14.0:
+  * Add bulk methods to network service clients
+  * Migrated 2 network clients from tempest
+  * Minor spelling fix
+  * Update .gitignore because of to ignore .eggs dir
+  * Alter image json schema to allow for null name and size values
+  * Change attach_id to volume_id in show_volume_attachment
+  * Migrated 2 network clients from tempest
+  * Raise IdentityError if auth_url doesn't exist
+  * Added __init__.py to tests/services/identity/
+  * Updated from global requirements
+  * Migrate the skip_unless_attr decorator from tempest
+  * Migrated quotas_client and security_groups_client
+  * Remove MANIFEST.in
+  * Change LOG.warn to LOG.warning
+  * Updated from global requirements
+  * Prevent StopIteration exception during parse response
+  * Keep py3.X compatibility for urllib
+  * Migrated 6 network clients from tempest
+
+---
+Tue Jan  5 08:39:47 UTC 2016 - dmuel...@suse.com
+
+- update to 0.12.0:
+  * Migrated servers_client.py from tempest
+  * Updated from global requirements
+  * Migrated floating_ips_client.py from tempest
+  * Fix the links to api-site doc
+  * Pass environment variables of proxy to tox
+  * Remove get_server_group()
+  * Add docstring for create/update methods([h-q]*)
+  * Add docstring for create/update methods([a-f]*)
+  * Add docstring for create/update methods([s-v]*)
+  * Updated from global requirements
+  * Make git log messsage to shorter
+  * Fix Bugs URL on CONTRIBUTING.rst
+  * Fix fixed_ip schema and service client
+  * Rename get_server_group to show_server_group
+  * Allow passing --insecure to python client binaries
+  * Add 410 error code handling to REST client
+  * python3: converts binary data from channel
+  * Improve unit test coverage for alt_auth data
+
+---

Old:

  tempest-lib-0.11.0.tar.gz

New:

  tempest-lib-1.0.0.tar.gz



Other differences:
--
++ python-tempest-lib.spec ++
--- /var/tmp/diff_new_pack.NCz7wr/_old  2016-05-04 08:19:38.0 +0200
+++ /var/tmp/diff_new_pack.NCz7wr/_new  2016-05-04 08:19:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tempest-lib
 #
-# 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:   python-tempest-lib
-Version:0.11.0
+Version:1.0.0
 Release:0
 Summary:OpenStack Functional Testing Library
 License:Apache-2.0
@@ -50,7 +50,7 @@
 Requires:   python-iso8601 >= 0.1.9
 Requires:   python-jsonschema >= 2.0.0
 Requires:   python-os-testr >= 0.4.1
-Requires:   python-oslo.log >= 1.8.0
+Requires:   python-oslo.log >= 1.14.0
 Requires:   python-six >= 1.9.0
 %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()")}
@@ -69,6 +69,10 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+# both files are provided by openstack-tempest (because tempest-lib is
+# now deprecated and the code was copied to tempest)
+rm %{buildroot}/%{_bindir}/skip-tracker
+rm 

commit runc for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package runc for openSUSE:Factory checked in 
at 2016-05-04 08:19:55

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


Package is "runc"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:Factory/.runc.new/runc.changes   2016-05-04 
08:19:56.0 +0200
@@ -0,0 +1,73 @@
+---
+Fri Apr 29 09:03:24 UTC 2016 - asa...@suse.de
+
+* Update to runC 0.1.1. Changelog from upstream:
+
+  This release includes a bug fix for adding the selinux mount label in the 
specification.
+
+---
+Tue Apr 19 09:59:05 UTC 2016 - asa...@suse.de
+
+* Don't use gcc-go for aarch64, since gc has grown support for it and is more
+  stable.
+
+---
+Fri Apr 15 10:46:04 UTC 2016 - asa...@suse.de
+
+* Disable seccomp entirely for aarch64 builds, since it is not provided on all
+  SUSE platforms.
+
+---
+Wed Apr 13 12:03:09 UTC 2016 - asa...@suse.de
+
+* Update to runC 0.1.0. Changelog from upstream:
+
+  This release updates runc to the OCI runtime specification v0.5.0 and 
includes
+  various fixes and features.
+
+  Features:
+  + cgroups: pid limits and stats
+  + cgroups: kmem stats
+  + systemd cgroup support
+  + libcontainer specconv package
+  + no pivot root option
+  + numeric ids are treated as uid/gid
+  + hook improvements
+
+  Bug Fixes:
+  * log flushing
+  * atomic pid file creation
+  * init error recovery
+  * seccomp logging removed
+  * delete container on aborted start
+  * /dev bind mount handling
+
+---
+Wed Mar 30 14:18:18 UTC 2016 - asa...@suse.de
+
+* Install to /usr/sbin.  https://github.com/opencontainers/runc/pull/702
+
+---
+Sun Mar 27 14:50:32 UTC 2016 - asa...@suse.de
+
+* Added runC man pages.
+* Recommended criu, since it's required for the checkpoint and restore
+  functionality.
+
+---
+Sun Mar 27 10:14:32 UTC 2016 - asa...@suse.de
+
+* Small updates to method of compilation to better match Makefile.
+
+---
+Mon Mar 21 12:04:59 UTC 2016 - asa...@suse.de
+
+* Make compilation work on gcc-go only systems (ppc and s390).
+
+---
+Mon Mar 21 08:24:02 UTC 2016 - asa...@suse.de
+
+* initial import of runC 0.0.9
+* add patch seccomp-use-pkg-config.patch which allows us to build runC, since
+  they assume that the seccomp.h file lives at /usr/include/seccomp.h.
+

New:

  _service
  runc-0.1.1.tar.xz
  runc.changes
  runc.spec
  seccomp-use-pkg-config.patch



Other differences:
--
++ runc.spec ++
#
# spec file for package runc
#
# 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 go_arches %ix86 x86_64 aarch64
%ifarch %go_arches
%define go_tool go
%define GO_BUILD_FLAGS %{nil}
%else
%define go_tool go-5
%define GO_BUILD_FLAGS "-gccgoflags=-Wl,--add-needed -Wl,--no-as-needed 
-static-libgo -ldl -lseccomp -lselinux -lapparmor"
%endif

%define version_unconverted 0.1.1

Name:   runc
Version:0.1.1
Release:0
Summary:Tool for spawning and running OCI containers
License:Apache-2.0
Group:  System/Management
Url:https://github.com/opencontainers/runc
Source: %{name}-%{version}.tar.xz
Patch0: seccomp-use-pkg-config.patch
%ifarch %go_arches
BuildRequires:  go >= 1.5
BuildRequires:  go-go-md2man
%else
BuildRequires:  gcc5-go >= 5.0
%endif
BuildRequires:  libapparmor-devel
# Seccomp isn't supported on aarch64.
%ifnarch aarch64
BuildRequires:  libseccomp-devel
%endif
BuildRequires:  libselinux-devel
Recommends: criu
BuildRoot:  

commit python-openstacksdk for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-openstacksdk for 
openSUSE:Factory checked in at 2016-05-04 08:19:34

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


Package is "python-openstacksdk"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openstacksdk.new/python-openstacksdk.changes 
2016-05-04 08:19:36.0 +0200
@@ -0,0 +1,179 @@
+---
+Fri Apr  8 08:18:15 UTC 2016 - tbecht...@suse.com
+
+- update to 0.8.4:
+  * Refactor Resource to better serve Proxy
+  * Consistent resource.prop for timestamps and booleans (cluster
+  * Add address scope CRUD
+  * Consistent resource.prop for timestamps and booleans (object store)
+  * Consistent resource.prop for timestamps and booleans (network)
+  * Consistent resource.prop for timestamps and booleans (identity)
+  * Cluster user guide - first step
+  * Consistent resource.prop for timestamps and booleans (orchestration)
+  * Consistent resource.prop for timestamps and booleans (telemetry)
+  * Fix image member apis
+  * Fix content-type for swift upload
+  * Fix key manager secret resource object
+  * Consistent resource.prop for timestamps and booleans (key manager)
+  * Consistent resource.prop for timestamps and booleans (image)
+  * Make metadata handling consistent in Compute
+  * Fix coverage configuration and execution
+  * Consistent resource.prop for timestamps and booleans (compute)
+  * Fix functional tests
+  * Add/Remove port interface to a router
+  * Consistent resource.prop for timestamps and booleans (block store)
+  * Consistent resource.prop for timestamps and booleans (metric)
+
+---
+Mon Mar 14 13:27:14 UTC 2016 - tbecht...@suse.com
+
+- update to 0.8.1:
+  * Add Hypervisor support to Compute Service
+- Update description
+- Add BuildRequires for testing but testing is still disabled.
+
+---
+Wed Mar  2 13:03:36 UTC 2016 - tbecht...@suse.com
+
+- update to 0.8.0:
+  * Add Nova server group resource
+  * Make metadata handling consistent in Object Store
+  * Updated from global requirements
+  * Override delete function of senlin cluster/node
+  * Basic resource.prop for ID attributes (message)
+  * Basic resource.prop for ID attributes (cluster)
+  * Adding Check/Recover Actions to Clusters
+  * Basic resource.prop for ID attributes (block store)
+  * Basic resource.prop for ID attributes (orchestration)
+  * Fix compute tests for resource.prop ID attributes
+  * Basic resource.prop for ID attributes (compute)
+  * Basic resource.prop for ID attributes (image)
+  * Basic resource.prop for ID attributes (identity)
+  * Basic resource.prop for ID attributes (telemetry)
+  * Update attributes uses hard coded id
+  * Adding check/recover actions to cluster nodes
+  * Basic resource.prop for ID attributes (network)
+  * Remove 'date' from Object resource
+  * Make functional test resources configurable
+  * Fix Port resource properties
+  * Refactor profile set_ methods
+  * Add UNIXEpoch formatter as a type for properties
+  * Update create_network function in test_network
+  * Documentation for cluster API and resources
+  * Resource object attributes not updated on some interfaces
+  * Add ISO8601 formatter as a type for properties
+  * Add LoadBalancer vip_port_id and provider properties
+  * Raise NotFound exception when get a deleted stack
+  * Updated from global requirements
+  * download_object/get_object must have the same API
+  * Map KSA exception to SDK exceptions
+  * Fix URLs for CLI Reference
+  * Updated from global requirements
+  * Send keystoneauth a better user-agent string
+  * Add network availability zone support
+  * Allow resource get to carry query string
+  * Rework cluster API
+  * Skip test class unless a service exists
+  * Add attribute 'location' to base resource
+  * Add preview_stack for orchestration
+  * Update Quota documentation and properties
+  * Update Subnet Pools Documentation
+  * Update router's functional tests to validate is_ha property
+  * Updated from global requirements
+  * Use assertTrue/False instead of assertEqual(T/F)
+  * Remove status property from LBaaS resources
+  * Add functional tests for DVR router
+  * Add missing Listener resource properties
+  * Better support for metadata in Compute service
+  * Add image user guide
+  * s/save/download/
+  * Replace assertTrue(isinstance()) with assertIsInstance()
+  * Replace assertEqual(None, *) with assertIsNone in tests
+  * Add support for availability zone request
+  * Add proxy methods for node actions 

commit python-openstackclient for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2016-05-04 08:19:23

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


Package is "python-openstackclient"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2015-10-30 13:42:09.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
   2016-05-04 08:19:24.0 +0200
@@ -1,0 +2,179 @@
+Fri Mar  4 09:00:16 UTC 2016 - tbecht...@suse.com
+
+- update to 2.2.0:
+  * Fix test_aggregate functional test
+  * Updated from global requirements
+  * Trivial: Reorder unit tests in alphabetical order in volume tests
+  * [Image] Check return value is None in image unit tests
+  * Support "network create" command in nova network
+  * Devref: Options with Choices
+  * Clean up unnecessary import of urlparse module
+  * Trivial: Update image_list v2 docs
+  * Fix regression in interactive client mode
+  * Fix 'code-block' tag format issues
+  * TrivialOrder: Rearrange Class Names
+  * add a checklist for creating a new plugin
+  * Trivial: Reorder flavor op order in flavor.py
+  * Subnet: Add "subnet delete" command using SDK
+  * fix: Exception message includes unnecessary class args
+  * Refactor security group list to use SDK
+  * take_action() method from command.Command shouldn't return
+  * Trivial: Reorder unit tests in test_type.py
+  * Fix return value of "image set" command
+  * [Compute] Check return value is None in compute unit tests
+  * Router: Add --route and --clear-routes options to "router set" command
+  * Add MultiKeyValueAction to custom parser action
+  * Make SetAggregate inherit from cliff.Command
+  * Make SetAgent inherit from cliff.Command
+  * Make SetSecurityGroup inherit from cliff.Command
+  * Make SetFlavor and UnsetFlavor inherit from cliff.Command
+  * Add missing command/configuration object
+  * Updated from global requirements
+  * Add shell --profile option to trigger osprofiler from CLI
+  * update heat object and command doc
+  * Add some test cases for "server list" command
+  * Floating IP: Neutron support for "ip floating show" command
+  * Improve tox to show coverage report on same window
+  * Py3 replace dict.iteritems with six.iteritems
+  * Updated from global requirements
+  * Defaults are ignored with flake8
+  * Fixed a bunch of spacing
+  * Add "security group rule show" command
+  * Fix wrong return value in TestDeleteFloatingIPNetwork
+  * Use update_parser_common() in ShowNetwork
+  * Use instanceof instead of type
+  * Add "os subnet show" command using SDK
+  * Initialize _keys in __init__() in FakeFlavorResource
+  * Add unit tests for 'hypervisor stats' command
+  * Clean redundant argument to dict.get
+  * Add functional tests for "volume" commands v2
+  * Add functional tests for "image" command v2
+  * Updated from global requirements
+  * Add unit test for "flavor show" command
+  * Refactor: Set "project_id" for FakeXXX in a consistent style
+  * Fix Mutable default argument
+  * gitignore .idea
+  * Trivial: Rename subnet_pool.rst to subnet-pool.rst
+  * Replace string format arguments with function parameters
+  * Support unscoped token request
+  * Use assertIsNone() instead of assertEqual(None, xxx)
+  * Don't use Mock.called_once_with that does not exist
+  * Floating IP: Fix "ip floating list" in neutron network
+  * Subnet Pool: Add "subnet pool show" command
+  * Subnet Pool: Add "subnet pool list" command
+  * Remove unused test-requirments
+  * Subnet Pool: Add "subnet pool delete" command
+  * Support "network show" command in nova network
+  * Support "network list" command in nova network
+  * Add release note for "network delete" command for nova network
+  * Define FakeFloatingIP class in tests/compute for nova network commands
+  * Add release note for "ip floating delete/list" commands for neutron network
+  * Fix 'openstack --help' fails if clouds.yaml cannot be read
+  * Rename parameter "identifier" to "network" in network commands
+  * Use assertRaises() to check if an exception is raised
+  * Support "network delete" command in nova network
+  * Floating IP: Neutron support for "ip floating list" command
+  * Floating IP: Neutron support for "ip floating delete" command
+  * Updated from global requirements
+  * Add quota functional tests
+  * Add NetworkAndCompute Lister and ShowOne classes
+  * Fix identity test_role functional tests
+  * Trivial: Fix a typo in test_network.py
+  * Updated from global requirements
+  * Refactor network AZ exception handling
+  * Refactor security group rule delete to use SDK
+  * Identity: Fix DisplayCommandBase comments for cliff ShowOne 

commit python-pika for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-pika for openSUSE:Factory 
checked in at 2016-05-04 08:19:00

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


Package is "python-pika"

Changes:

--- /work/SRC/openSUSE:Factory/python-pika/python-pika.changes  2015-03-27 
09:41:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pika.new/python-pika.changes 
2016-05-04 08:19:03.0 +0200
@@ -1,0 +2,23 @@
+Wed Mar 16 11:20:03 UTC 2016 - tbecht...@suse.com
+
+- update to 0.10.0:
+  * LibevConnection: Fixed dict chgd size during iteration
+  * SelectConnection: Fixed KeyError exceptions in IOLoop timeout executions
+  * BlockingConnection: Add support to make BlockingConnection a Context 
Manager
+  * f72b58f - Fixed failure to purge _ConsumerCancellationEvt from
+BlockingChannel._pending_events during basic_cancel.
+  * Change to 3-Clause BSD License
+  * Python 3.x support
+  * Over 150 commits from 19 contributors
+  * Refactoring of SelectConnection ioloop
+  * This major release contains certain non-backward-compatible API changes as
+well as significant performance improvements in the BlockingConnection
+adapter.
+  * Non-backward-compatible changes in Channel.add_on_return_callback
+callback’s signature.
+  * The AsynchoreConnection adapter was retired
+  * see also https://pika.readthedocs.org/en/0.10.0/version_history.html
+- Add and update LICENSE. It's now BSD-3-Clause
+- Remove README.md . It's shipped as README.rst in the upstream tarball
+
+---

Old:

  README.md
  pika-0.9.14.tar.gz

New:

  pika-0.10.0.tar.gz



Other differences:
--
++ python-pika.spec ++
--- /var/tmp/diff_new_pack.2Z7XHc/_old  2016-05-04 08:19:04.0 +0200
+++ /var/tmp/diff_new_pack.2Z7XHc/_new  2016-05-04 08:19:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pika
 #
-# 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
@@ -19,15 +19,13 @@
 %define mod_name pika
 
 Name:   python-%{mod_name}
-Version:0.9.14
+Version:0.10.0
 Release:0
 Url:http://pika.github.com/
 Summary:Pika Python AMQP Client Library
-License:MPL-1.1 or GPL-2.0+
+License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source0:%{mod_name}-%{version}.tar.gz
-# README.md file is from Git, but is not distributed by tarball
-Source1:README.md
+Source: 
https://pypi.python.org/packages/source/p/pika/pika-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
@@ -45,7 +43,6 @@
 
 %prep
 %setup -q -n %{mod_name}-%{version}
-cp %{S:1} .
 
 %build
 python setup.py build
@@ -55,7 +52,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.md
+%doc README.rst LICENSE
 # You may have to add additional files here (documentation and binaries mostly)
 %python_sitelib/%{mod_name}*
 %python_sitelib/*.egg-info

++ pika-0.9.14.tar.gz -> pika-0.10.0.tar.gz ++
 9618 lines of diff (skipped)




commit python-oslo.config for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.config for 
openSUSE:Factory checked in at 2016-05-04 08:19:28

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


Package is "python-oslo.config"

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.config/python-oslo.config.changes
2016-03-07 13:23:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.config.new/python-oslo.config.changes   
2016-05-04 08:19:28.0 +0200
@@ -1,0 +2,45 @@
+Thu Mar  3 07:46:37 UTC 2016 - tbecht...@suse.com
+
+- Switch to.spec from rpm-packaging upstream project
+
+---
+Sun Feb 28 13:39:45 UTC 2016 - dmuel...@suse.com
+
+- update to 3.9.0:
+  * remove redundant call to set explicit target
+  * clear the cache before mutating the config files
+  * Updated from global requirements
+  * Add None-check to find_file
+  * add support for mutable options in the config generator
+  * add unreleased page to release notes build
+  * add a release note mentioning our use of reno
+  * Add reno for release notes management
+  * Hooks around mutate_config_files
+  * Add hostname config type
+  * Add config_dirs property with a list of directories
+  * Fix wrong check with non-None value when format group
+  * add generator hook for apps to update option defaults
+  * Updated from global requirements
+  * refactor generator._list_opts for further enhancement
+  * Add debtcollector as requirement
+  * always show coverage output from tests
+  * handle group objects in sphinxext
+  * refactor sphinxext and add unit tests
+  * have show-options load the generator config file
+  * support multiple namespaces in sphinxext
+  * refactor sphinxext to make reformatting easier
+  * refactor generator closures to private methods
+  * Updated from global requirements
+  * remove specially attribute handling from _Namespace
+  * Fix unrecognized subparser args
+  * Add test for BoolOpt with no default
+  * Fix bandit entry in tox.ini
+  * Removal of bandit.yaml
+  * Log mutated options at INFO
+  * Fix version 'mutable' was added
+  * Fix PortOpt versionchanged
+  * treat option group names as section headers when documenting them
+  * Fix MultiConfigParser removal version
+  * Retain correct order of defined config options
+
+---

Old:

  oslo.config-3.4.0.tar.gz
  rpmlintrc

New:

  oslo.config-3.9.0.tar.gz



Other differences:
--
++ python-oslo.config.spec ++
--- /var/tmp/diff_new_pack.kEhyle/_old  2016-05-04 08:19:29.0 +0200
+++ /var/tmp/diff_new_pack.kEhyle/_new  2016-05-04 08:19:29.0 +0200
@@ -16,85 +16,84 @@
 #
 
 
+%global sname oslo.config
+
 Name:   python-oslo.config
-Version:3.4.0
+Version:3.9.0
 Release:0
-Summary:OpenStack configuration API
+Summary:OpenStack common configuration library
 License:Apache-2.0
-Group:  Development/Languages/Python
-Url:https://launchpad.net/oslo.config/
-Source: 
http://tarballs.openstack.org/oslo.config/oslo.config-%{version}.tar.gz
-Source99:   rpmlintrc
-BuildRequires:  fdupes
-BuildRequires:  openstack-suse-macros
-BuildRequires:  python-devel
-# Test requirements:
-BuildRequires:  git-core
+Group:  Development/Languages
+Url:https://launchpad.net/%{sname}
+Source0:
https://pypi.python.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
+BuildRequires:  openstack-macros
 BuildRequires:  python-debtcollector >= 1.2.0
-BuildRequires:  python-fixtures >= 0.3.14
-BuildRequires:  python-mock >= 1.0
-BuildRequires:  python-netaddr
-BuildRequires:  python-oslo.i18n >= 1.3.0
-BuildRequires:  python-oslosphinx
-BuildRequires:  python-oslotest >= 1.2.0
-BuildRequires:  python-pbr
+BuildRequires:  python-devel
+BuildRequires:  python-discover
+BuildRequires:  python-fixtures >= 1.3.1
+BuildRequires:  python-mock >= 1.2
+BuildRequires:  python-oslo.i18n >= 2.1.0
+BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-pbr >= 1.6
 BuildRequires:  python-python-subunit >= 0.0.18
-BuildRequires:  python-six
-BuildRequires:  python-stevedore
+BuildRequires:  python-setuptools
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
-BuildRequires:  python-testtools >= 0.9.36
+BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-debtcollector >= 1.2.0
 Requires:   python-netaddr >= 0.7.12
 Requires:   python-six >= 1.9.0
 Requires:   python-stevedore >= 1.5.0
-Provides:   python-oslo-config = 2013.2

commit python-keystoneclient for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-keystoneclient for 
openSUSE:Factory checked in at 2016-05-04 08:19:09

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


Package is "python-keystoneclient"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-keystoneclient/python-keystoneclient.changes  
2015-10-30 13:42:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-keystoneclient.new/python-keystoneclient.changes
 2016-05-04 08:19:10.0 +0200
@@ -1,0 +2,104 @@
+Thu Mar  3 15:20:57 UTC 2016 - tbecht...@suse.com
+
+- update to 2.3.1:
+  * Revert "Support `truncated` flag returned by identity service"
+  * Updated from global requirements
+  * Support `truncated` flag returned by identity service
+  * Updated from global requirements
+  * Support creation of domain specific roles
+  * Add back a bandit tox job
+  * Implied Roles
+  * add release notes for deprecated auth bits
+  * Updated from global requirements
+  * Updated from global requirements
+  * Make pep8 *the* linting interface
+  * Handle exception on UnicodeDecodError in logging of request
+  * Updated from global requirements
+  * Deprecate adapter
+  * Deprecate auth plugins from keystoneclient
+  * Deprecate Session
+  * Remove python 2.5 workaround
+  * Update keyring requirements
+  * Update translation setup
+  * Bandit profile updates
+  * Missing defaults in the create() method in the v2 ServiceManager
+  * Remove Babel from requirements.txt
+  * use positional library instead of utils
+  * Replace TestResponse with requests_mock
+  * Use positional library instead of local code
+  * Remove argparse from requirements
+  * Adds an option to include names in role assignment lists
+  * Updated from global requirements
+  * Remove bandit tox environment
+  * Mark password/secret options as secret
+  * Revert "Support `truncated` flag returned by keystone"
+  * Revert "Change default endpoint for Keystone v3 to public"
+  * Address hacking check H405
+  * add release notes for ksc 2.1.0
+  * Updated from global requirements
+  * Updated from global requirements
+  * Fix for the deprecated library function
+  * Implements base classes for functional tests
+  * Wrong usage of "a/an"
+  * Remove "deprecated" internal method
+  * Cleanup release note
+  * remove keystoneclient.apiclient.exceptions
+  * Support `truncated` flag returned by keystone
+  * Change default endpoint for Keystone v3 to public
+  * Updated from global requirements
+  * Make tests run against original client and sessions
+  * Seperate Client base test class
+  * Removes MANIFEST.in as it is not needed explicitely by PBR
+  * Deprecate the baseclient.Client
+  * Replace textwrap with fast standard code
+  * Docstring: Mark optional parameter as optional
+  * Fix Resource.__eq__ mismatch semantics of object equal
+  * move hacking to tests folder
+  * remove venv bits from tools
+  * Add include_subtree to role_list_assignments call
+  * Updated from global requirements
+  * remove the default arguments "{}"
+  * Updated from global requirements
+  * remove oslo-incubator's memorycache
+  * WebOb not needed after auth_token removal
+  * Deprecated tox -downloadcache option removed
+  * Remove keystoneclient.middleware
+  * Updated from global requirements
+  * Updated from global requirements
+  * Put py34 first in the env order of tox
+  * Accept v2 params to v3 service create
+  * Delete python bytecode before every test run
+  * Remove hardcoded endpoint filter for update password
+  * Add release notes for keystoneclient
+  * Updated from global requirements
+  * remove unnecessary FakeLog class in test code
+  * No keystone Endpoint now gives a valid Error Message
+  * Removes py26 support
+  * Removes discover from test-reqs
+  * Fixes warning for positional arg in project create
+  * Updated from global requirements
+  * Swap the order of username deprecation
+  * Map keystoneclient exceptions to keystoneauth
+  * Last sync from oslo-incubator
+  * Updated from global requirements
+  * Add missing end single quote
+  * update incorrect docstring for regions
+  * Iterate over copy of session.adapters keys in Python2/3
+  * Add docstring validation
+  * Silence most of the deprecation spam
+  * Pull the endpoint from the Session
+  * Updated from global requirements
+  * Updated from global requirements
+  * Updated from global requirements
+  * Replace repeated assertion with the loss
+  * Mark abstractmethod bodies with nocover
+  * Docstring spelling and function-vs-method fixes
+  * pass on @abc.abstractmethods
+  * Updated from global requirements
+  * Fix typo that says V3 token only works for v2
+  * auto-generate release history
+  * Updated from global requirements
+  * Updated from 

commit python-novaclient for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-novaclient for 
openSUSE:Factory checked in at 2016-05-04 08:19:08

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  
2015-10-30 13:42:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-novaclient.new/python-novaclient.changes 
2016-05-04 08:19:09.0 +0200
@@ -1,0 +2,156 @@
+Fri Apr  1 10:22:54 UTC 2016 - tbecht...@suse.com
+
+- update to 3.3.1:
+  * Remove console expectation from NMI tests
+  * Fix host-evacuate-live for 2.25 microversion
+  * Update .gitreview for stable/mitaka
+
+---
+Thu Mar  3 15:27:43 UTC 2016 - tbecht...@suse.com
+
+- update to 3.3.0:
+  * [microversion] Bump to 2.25
+  * Support for abort an ongoing live migration
+  * Add two server-migration commands and bump migration-list command
+  * Use isinstance instead of type
+  * Support for forcing live migration to complete
+  * Adds missing internationalization for help message
+  * [microversions] Enable 2.21
+  * [microversions] fix help msg for versioned args
+  * Use assertIsNone instead of assertEqual(None, ***)
+  * Functional tests for trigger-crash-dump (microversion 2.17)
+  * Fix string interpolation at logging call
+  * Updated from global requirements
+  * Add a way to discover only contrib extensions
+  * [functional] Move code for boot vm to base testcase
+  * [microversions] Enable 2.20
+  * [microversions] Turn off check for header in response
+  * [microversions] Add support for 2.19
+  * Allow to specify a network for functional tests
+  * Provide user with coherent interface to get request_ids
+  * [microversions] Skip microversion 2.18
+  * Fix running functional tests against deployment with insecure SSL
+  * Updated from global requirements
+  * Make _poll_for_status more user-friendly
+  * Fix omission of request_ids returned to user
+  * Remove unnecessary filter from Resource's __repr__() function
+  * Use # noqa to ignore one line but not whole file
+  * Add release notes for return-request-id-to-caller
+  * Update translation setup
+  * Add return-request-id-to-caller function(5/5)
+  * Add return-request-id-to-caller function(4/5)
+  * Add return-request-id-to-caller function(3/5)
+  * Support to boot a VM with network name
+  * Add return-request-id-to-caller function(2/5)
+  * Add return-request-id-to-caller function(1/5)
+  * Add wrapper classes for return-request-id-to-caller
+  * [microversions] Add support for 2.17
+  * Allow restore command with name param
+  * Updated from global requirements
+  * [microversions] Extend shell with 2.12
+  * Remove argparse from requirements
+  * Added support for Nova microversion 2.16
+  * Functional tests for os-services
+  * Functional tests for flavors with public and non-public access
+  * Updated from global requirements
+  * Updated from global requirements
+  * Updated from global requirements
+  * Fix URLs for CLI Reference and API
+  * Add functional tests launcher for py3 env
+  * [microversions] Add support for 2.15
+  * Updated from global requirements
+  * Test: Clean v2 client userwarning
+  * Fix broken link in documentation
+  * Fix W503 line break before binary operator
+  * Add a mechanism to call out deprecated options
+  * Updated from global requirements
+  * Replace assertTrue(isinstance()) by optimal assert
+  * Use assertTrue/False instead of assertEqual(T/F)
+  * Add python 2.7 comment
+  * [microversions] Add support for 2.14
+  * Fix extension loading from python path on Python 2.7
+  * Wrong usage of "a/an"
+  * Fix help strings
+  * Validate the fixed ip address passed with --nic
+  * [microversions] Add support for API microversion 2.13
+  * [microversions] share one object for shell arguments
+  * Put py34 first in the env order of tox
+  * Fixed test_shell which can't test microversions>=2.4
+  * Updated from global requirements
+  * document search_opts parameter
+  * Cleanup needless code from oslo-incubator
+  * Validation for arguments of list command passed by "--fields"
+  * Allow command line for virtual-interface-list
+  * Removes MANIFEST.in as it is not needed explicitely by PBR
+  * Updated from global requirements
+  * Drop py33 support
+  * Migrate to keystoneauth from keystoneclient
+  * Deprecated tox -downloadcache option removed
+  * Updated from global requirements
+  * [functional-test] add v2.8 functional test
+  * [functional-tests] fix version of novaclient instance
+  * remove the default arguments "[]"
+  * Change the logic for the client to retrive resources
+  * Fix help message in case of microversions
+  * Updated 

commit python-oslo.vmware for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.vmware for 
openSUSE:Factory checked in at 2016-05-04 08:19:26

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
2015-11-10 10:03:58.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.vmware.new/python-oslo.vmware.changes   
2016-05-04 08:19:27.0 +0200
@@ -1,0 +2,19 @@
+Fri Apr  1 10:26:16 UTC 2016 - tbecht...@suse.com
+
+- update to 2.5.0:
+  * Updated from global requirements
+  * Remove bandit.yaml in favor of defaults
+  * Update translation setup
+  * Imported Translations from Zanata
+  * Use oslo_utils reflection to get function name
+  * Python 3 deprecated the logger.warn method in favor of warning
+  * Put py34 first in the env order of tox
+  * assertIsNone(val) instead of assertEqual(None,val)
+  * isoformat instead of deprecated timeutils.strtime
+  * Overwrite VMwareDriverException message
+  * Clean requirements
+  * Trival: Remove 'MANIFEST.in'
+  * Remove python 2.6 classifier
+  * Remove python 2.6 and cleanup tox.ini
+
+---

Old:

  oslo.vmware-1.22.0.tar.gz

New:

  oslo.vmware-2.5.0.tar.gz



Other differences:
--
++ python-oslo.vmware.spec ++
--- /var/tmp/diff_new_pack.azrw7G/_old  2016-05-04 08:19:28.0 +0200
+++ /var/tmp/diff_new_pack.azrw7G/_new  2016-05-04 08:19:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.vmware
 #
-# 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,8 +16,10 @@
 #
 
 
+%define version_unconverted 2.5.0
+
 Name:   python-oslo.vmware
-Version:1.22.0
+Version:2.5.0
 Release:0
 Url:https://launchpad.net/oslo/
 Summary:OpenStack configuration API
@@ -32,7 +34,6 @@
 # Test requirements:
 BuildRequires:  python-eventlet >= 0.13.0
 BuildRequires:  python-fixtures >= 0.3.14
-BuildRequires:  python-iso8601 >= 0.1.8
 BuildRequires:  python-mock >= 1.0
 BuildRequires:  python-mox3 >= 0.7.0
 BuildRequires:  python-netaddr >= 0.7.6
@@ -43,15 +44,13 @@
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 0.9.34
-Requires:   python-Babel >= 1.3
 Requires:   python-PyYAML >= 3.1.0
-Requires:   python-eventlet >= 0.17.4
-Requires:   python-iso8601 >= 0.1.9
+Requires:   python-eventlet >= 0.18.2
 Requires:   python-netaddr >= 0.7.12
-Requires:   python-oslo.concurrency >= 2.3.0
-Requires:   python-oslo.i18n >= 1.5.0
-Requires:   python-oslo.utils >= 2.0.0
-Requires:   python-requests >= 2.5.2
+Requires:   python-oslo.concurrency >= 3.5.0
+Requires:   python-oslo.i18n >= 2.1.0
+Requires:   python-oslo.utils >= 3.5.0
+Requires:   python-requests >= 2.8.1
 Requires:   python-six >= 1.9.0
 Requires:   python-stevedore >= 1.5.0
 Requires:   python-suds-jurko >= 0.6
@@ -66,7 +65,6 @@
 Summary:OpenStack configuration API - Documentation
 Group:  Documentation/HTML
 Requires:   %{name} = %{version}
-BuildRequires:  python-Babel >= 1.3
 BuildRequires:  python-Sphinx >= 1.1.2
 BuildRequires:  python-oslosphinx
 

++ oslo.vmware-1.22.0.tar.gz -> oslo.vmware-2.5.0.tar.gz ++
 2630 lines of diff (skipped)




commit python-os-client-config for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-os-client-config for 
openSUSE:Factory checked in at 2016-05-04 08:19:32

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


Package is "python-os-client-config"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-os-client-config/python-os-client-config.changes
  2015-10-30 13:42:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-os-client-config.new/python-os-client-config.changes
 2016-05-04 08:19:33.0 +0200
@@ -1,0 +2,106 @@
+Thu Mar  3 07:31:46 UTC 2016 - tbecht...@suse.com
+
+- Switch to .spec from rpm-packaging upstream project
+
+---
+Mon Feb 15 19:45:56 UTC 2016 - dmuel...@suse.com
+
+- update to 1.14.0:
+  * Fix a precedence problem with auth arguments
+  * Return empty dict instead of None for lack of file
+  * Pass version arg by name not position
+  * Use _get_client in make_client helper function
+  * Add barbicanclient support
+  * Remove openstack-common.conf
+  * Add IBM Public Cloud
+  * Replace assertEqual(None, *) with assertIsNone in tests
+  * Update auth urls and identity API versions
+  * Stop hardcoding compute in simple_client
+  * Update volume API default version from v1 to v2
+  * Debug log a deferred keystone exception, else we mask some useful diag
+  * Fix README.rst, add a check for it to fit PyPI rules
+  * Use reno for release notes
+  * add URLs for release announcement tools
+  * Allow filtering clouds on command line
+
+---
+Fri Jan  8 09:07:51 UTC 2016 - dmuel...@suse.com
+
+- update to 1.13.1:
+  * Munge region_name to '' if set to None
+  * Fix some README typos
+  * Fix token_endpoint usage
+  * remove python 2.6 os-client-config classifier
+  * If cloud doesn't list regions expand passed name
+  * Fix glance endpoints with endpoint_override
+  * Allow passing in explicit version for legacy_client
+  * Pass endpoint override to constructors
+  * Support backwards compat for _ args
+  * Add backwards compat mapping for auth-token
+  * Replace assertEqual(None, *) with assertIsNone in tests
+  * Allow arbitrary client-specific options
+  * Add ceilometer constructor to known constructors
+  * Add support for generalized per-region settings
+  * Fix a README typo - hepler is not actually a thing
+  * Make client constructor optional
+  * Updated README to clarify legacy client usage
+  * Add simple helper function for client construction
+  * Add method for registering argparse options
+  * Update vexxhost to Identity v3
+  * Make sure that cloud always has a name
+  * Remove optional keystoneauth1 imports
+  * Add BHS1 to OVH
+  * Handle cinder v2
+  * Add support for secure.yaml file for auth info
+  * Fix lack of parenthesis around boolean logic
+  * Only pass timeout to swift if we have a value
+  * Fix name of the object-store api key
+  * Refactor per-service key making
+  * Add support for legacy envvar prefixes
+  * Fix JSON schema
+  * Workaround a dispute between osc and neutronclient
+  * Workaround for int value with verbose_level
+  * Remove unneeded workaround for ksc
+  * Add default API version for magnum service
+  * Work around a bug in keystoneclient constructor
+  * Return cache settings as numbers not strings
+  * Add method to get a mounted session from config
+  * Convert floats to string
+  * Don't assume pass_version_arg=False for network
+  * Update network api version in defaults.json
+  * Dont turn bools into strings
+  * Use requestsexceptions for urllib squelching
+  * Normalize int config values to string
+  * Disable spurious urllib warnings
+  * Add logging module support
+  * Add methods for getting Session and Client objects
+  * Update conoha's vendor profile to include SJC
+  * Use json for in-tree cloud data
+  * Update auro to indicate move to neutron
+  * Copy values in backwards_interface differently
+  * Fix typo in Catalyst region configs
+  * Aligned a few words in the docs
+  * Sort vendor list
+  * Add conoha public cloud
+  * Allow for templated variables in auth_url
+  * Use assertDictEqual to test dict equality
+  * Always pull regions from vendor profiles
+  * Clean up cache interface, add support for services
+  * Add Rackspace LON region
+  * Validate requested region against region list
+  * Fix documentation around regions
+  * Add an API reference to the docs
+  * Pass OpenStackConfig in to CloudConfig for caches
+  * Add auth hook for OpenStackClient
+  * Adds some lines to complete table formatting
+  * Add universal=1 to setup.cfg to build python 3 wheels
+  * Some cleanup
+  * Fix two typos
+  * Put in override for Rackspace broken neutron
+  * Support passing 

commit python-neutronclient for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-neutronclient for 
openSUSE:Factory checked in at 2016-05-04 08:19:19

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


Package is "python-neutronclient"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-neutronclient/python-neutronclient.changes
2015-10-30 13:42:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-neutronclient.new/python-neutronclient.changes
   2016-05-04 08:19:21.0 +0200
@@ -1,0 +2,14 @@
+Thu Mar  3 15:41:08 UTC 2016 - tbecht...@suse.com
+
+- update to 3.1.1:
+  * Ensure to decode bytes or fail
+  * Do not allow name lookups on RBAC policies
+  * Updated from global requirements
+  * Updated from global requirements
+  * Revert parent_id and obj_id parameter order
+  * Updated from global requirements
+  * Let devstack-gate handle the gate hook timeout
+  * Py3k compliance: check for bytes when making a string
+  * Update .gitreview for stable/liberty
+
+---

Old:

  python-neutronclient-3.1.0.tar.gz

New:

  python-neutronclient-3.1.1.tar.gz



Other differences:
--
++ python-neutronclient.spec ++
--- /var/tmp/diff_new_pack.xSf5xo/_old  2016-05-04 08:19:22.0 +0200
+++ /var/tmp/diff_new_pack.xSf5xo/_new  2016-05-04 08:19:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-neutronclient
 #
-# 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
@@ -19,7 +19,7 @@
 %define component neutronclient
 
 Name:   python-neutronclient
-Version:3.1.0
+Version:3.1.1
 Release:0
 Summary:Openstack Network (Quantum) API Client
 License:Apache-2.0

++ python-neutronclient-3.1.0.tar.gz -> python-neutronclient-3.1.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-neutronclient-3.1.0/AUTHORS 
new/python-neutronclient-3.1.1/AUTHORS
--- old/python-neutronclient-3.1.0/AUTHORS  2015-09-22 18:31:43.0 
+0200
+++ new/python-neutronclient-3.1.1/AUTHORS  2016-01-19 16:49:42.0 
+0100
@@ -138,6 +138,7 @@
 Thiago Morello 
 Thierry Carrez 
 Thomas Herve 
+Thomas Morin 
 Toshiaki Higuchi 
 Vikram Hosakote 
 Wu Wenxiang 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-neutronclient-3.1.0/ChangeLog 
new/python-neutronclient-3.1.1/ChangeLog
--- old/python-neutronclient-3.1.0/ChangeLog2015-09-22 18:31:43.0 
+0200
+++ new/python-neutronclient-3.1.1/ChangeLog2016-01-19 16:49:42.0 
+0100
@@ -1,6 +1,19 @@
 CHANGES
 ===
 
+3.1.1
+-
+
+* Ensure to decode bytes or fail
+* Do not allow name lookups on RBAC policies
+* Updated from global requirements
+* Updated from global requirements
+* Revert parent_id and obj_id parameter order
+* Updated from global requirements
+* Let devstack-gate handle the gate hook timeout
+* Py3k compliance: check for bytes when making a string
+* Update .gitreview for stable/liberty
+
 3.1.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-neutronclient-3.1.0/PKG-INFO 
new/python-neutronclient-3.1.1/PKG-INFO
--- old/python-neutronclient-3.1.0/PKG-INFO 2015-09-22 18:31:43.0 
+0200
+++ new/python-neutronclient-3.1.1/PKG-INFO 2016-01-19 16:49:42.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-neutronclient
-Version: 3.1.0
+Version: 3.1.1
 Summary: CLI and Client Library for OpenStack Networking
 Home-page: http://www.openstack.org/
 Author: OpenStack Networking Project
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-neutronclient-3.1.0/neutronclient/neutron/v2_0/rbac.py 
new/python-neutronclient-3.1.1/neutronclient/neutron/v2_0/rbac.py
--- old/python-neutronclient-3.1.0/neutronclient/neutron/v2_0/rbac.py   
2015-09-22 18:30:54.0 +0200
+++ new/python-neutronclient-3.1.1/neutronclient/neutron/v2_0/rbac.py   
2016-01-19 16:48:50.0 +0100
@@ -32,12 +32,14 @@
 list_columns = ['id', 'object_id']
 pagination_support = True
 sorting_support = True
+allow_names = False
 
 
 class 

commit gstreamer-plugins-ugly for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-ugly for 
openSUSE:Factory checked in at 2016-05-04 08:18:21

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


Package is "gstreamer-plugins-ugly"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-ugly/gstreamer-plugins-ugly.changes
2016-04-30 23:27:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new/gstreamer-plugins-ugly.changes
   2016-05-04 08:18:22.0 +0200
@@ -1,0 +2,9 @@
+Wed Apr 20 23:07:10 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.8.1:
+  + Updated translations.
+- Remove an obsolete source repack comment, we do it via
+  pre_checkin.sh now. Also properly escape a commented
+  translations-update call.
+
+---

Old:

  gst-plugins-ugly-1.8.0-patched.tar.xz
  gst-plugins-ugly-1.8.0.tar.xz

New:

  gst-plugins-ugly-1.8.1-patched.tar.xz
  gst-plugins-ugly-1.8.1.tar.xz



Other differences:
--
++ gstreamer-plugins-ugly.spec ++
--- /var/tmp/diff_new_pack.sOM8i6/_old  2016-05-04 08:18:23.0 +0200
+++ /var/tmp/diff_new_pack.sOM8i6/_new  2016-05-04 08:18:23.0 +0200
@@ -24,7 +24,7 @@
 %define _experimental 1
 
 Name:   gstreamer-plugins-ugly
-Version:1.8.0
+Version:1.8.1
 Release:0
 Summary:GStreamer Streaming-Media Framework Plug-Ins
 License:LGPL-2.1+
@@ -35,8 +35,6 @@
 # PATCH-FIX-OPENSUSE gstreamer-plugins-ugly-1.0.1-patched_liba52.patch 
reddw...@opensuse.org -- Make it build with the VideoLAN SVN liba52 patched by 
Packman
 Patch0: gstreamer-plugins-ugly-1.0.1-patched_liba52.patch
 %else
-# WARNING: This is not a comment, but the real command to repack source:
-#%(bash %{_sourcedir}/%{name}-patch-source.sh %{_name}-%{version}.tar.xz)
 Source: %{_name}-%{version}-patched.tar.xz
 %endif
 Source1:%{name}-patch-source.sh
@@ -141,7 +139,7 @@
 %lang_package
 %prep
 %setup -q -n %{_name}-%{version}
-#translation-update-upstream po gst-plugins-ugly-%{gst_branch}
+#translation-update-upstream po gst-plugins-ugly-%%{gst_branch}
 %if 0%{?BUILD_ORIG}
 %patch0
 %else

++ gst-plugins-ugly-1.8.0-patched.tar.xz -> 
gst-plugins-ugly-1.8.1-patched.tar.xz ++
 77842 lines of diff (skipped)

++ gst-plugins-ugly-1.8.0-patched.tar.xz -> gst-plugins-ugly-1.8.1.tar.xz 
++
 10377 lines of diff (skipped)




commit crudini for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package crudini for openSUSE:Factory checked 
in at 2016-05-04 08:19:21

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


Package is "crudini"

Changes:

--- /work/SRC/openSUSE:Factory/crudini/crudini.changes  2016-02-22 
08:58:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.crudini.new/crudini.changes 2016-05-04 
08:19:22.0 +0200
@@ -4 +4 @@
-- update to 0.7:
+- update to 0.7 (bsc#966695):



Other differences:
--



commit python-cinderclient for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-cinderclient for 
openSUSE:Factory checked in at 2016-05-04 08:19:16

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


Package is "python-cinderclient"

Changes:

--- /work/SRC/openSUSE:Factory/python-cinderclient/python-cinderclient.changes  
2015-10-30 13:42:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cinderclient.new/python-cinderclient.changes 
2016-05-04 08:19:17.0 +0200
@@ -1,0 +2,93 @@
+Thu Mar  3 15:34:00 UTC 2016 - tbecht...@suse.com
+
+- update to 1.6.0:
+  * Remove replication v2 calls
+  * Update minimum tox version to 1.8
+  * snapshot-list now supports filtering by tenant
+  * Fix return type in consistencygroups docstring
+  * Updated from global requirements
+  * Use instanceof instead of type
+  * Don't print HTTP codes for non-HTTP errors
+  * Add replication v2.1 (cheesecake) calls
+  * Add release notes for return-request-id-to-caller
+  * Remove pypy from tox environment list
+  * Extra 'u' in output of cinder cli commands
+  * Add extra_specs_list test
+  * Add request_ids attribute to resource objects
+  * Fix return type in backup docstring
+  * Fix omission of request_ids returned to user
+  * Eliminate unnecessary character
+  * Avoid logging sensitive info in http requests
+  * Add request_ids attribute to resource objects
+  * Add request_ids attribute to resource objects
+  * Provide consistency for Wrapper classes
+  * Allow "cinder backup-delete" to delete multiple backups in one request
+  * Updated from global requirements
+  * Fix some flake8 violations
+  * Bootable filter for listening volumes from CLI
+  * Remove debug statement
+  * is_public=N/A in output of cinder type-update
+  * Return wrapper classes with request_ids attribute
+  * Pass insecure option to HTTPClient
+  * Add Wrapper classes for list, dict, tuple
+  * Remove argparse from requirements
+  * Fix sort problem in snapshot and backup list
+  * Code is hosted on git.openstack.org
+  * Fix link for OpenStack manual
+  * Update HACKING with current information
+  * Word Misspelling
+  * Trival: Remove 'MANIFEST.in'
+  * Remove openstack-common.conf
+  * Make _discover_extensions public
+  * improve readme contents
+  * Set default service type to 'volumev2'
+  * Updated from global requirements
+  * Fix help message in backup reset-state
+  * Remove the mutable default arguments "[]"
+  * Do not require functional_creds.conf for functional tests
+  * Fix for 'quota-delete' call to API v2
+  * Removes MANIFEST.in as it is not needed explicitely by PBR
+  * Drop py33 support
+  * Add to_dict method to Resource class
+  * Add reno for release notes management
+  * Deprecated tox -downloadcache option removed
+  * Updated from global requirements
+  * Updated from global requirements
+  * Pass proxy environment variable to tox
+  * Add optional argument to list subcommand
+  * Remove py26 support
+  * Delete python bytecode before every test run
+  * support for snapshot management
+  * Fix comma location in comment
+  * Remove ureachable code in fakes.py
+  * Updated from global requirements
+  * Adds v2 replication support
+  * Fix v2 qos-key command
+  * Add functional tests: backup creation and deletion
+  * Use oslo_utils encodeutils and strutils
+  * CLI for backup snapshots
+  * Update CONTRIBUTING.md to CONTRIBUTING.rst
+  * Update help message for cinder migrate
+  * Fix volume size units to match the API
+  * Fix functional tests fail on the env with https
+  * Add the version attribute to the Client class
+  * Adding backup-reset-state to CLI
+  * Put py34 first in the env order of tox
+  * Implement cinder type-show
+  * Updated from global requirements
+  * Update release notes for 1.3.1 and 1.4.0 releases
+  * Remove duplicate code in functional tests
+  * Add note for broken cinderclient versions 1.2.?
+  * Adding pagination to snapshots and backups lists
+  * Updated from global requirements
+  * Add commands to show image metadata
+  * Fully support os-endpoint-type
+  * Fix three resources not being deleted by using name
+  * Use dictionary literal for dictionary creation
+  * Change ignore-errors to ignore_errors
+  * Updated from global requirements
+  * Updating volume type 'is_public' status support
+  * No longer ignores CINDER_SERVICE_NAME
+- Adjust Requires according to requirements.txt
+
+---

Old:

  python-cinderclient-1.4.0.tar.gz

New:

  python-cinderclient-1.6.0.tar.gz



Other differences:
--
++ python-cinderclient.spec ++
--- /var/tmp/diff_new_pack.1e0cNH/_old  2016-05-04 

commit gstreamer-plugins-good for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-good for 
openSUSE:Factory checked in at 2016-05-04 08:18:36

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


Package is "gstreamer-plugins-good"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-good/gstreamer-plugins-good.changes
2016-04-30 23:28:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new/gstreamer-plugins-good.changes
   2016-05-04 08:18:38.0 +0200
@@ -1,0 +2,42 @@
+Wed Apr 20 17:53:46 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.8.1:
+  + bgo#764733: qtdemux: Regression in YouTube TV tests in WebKit
+MSE after fix for bgo#760779.
+  + bgo#763711: splitmuxsink: deadlock when one streams doesn't
+have regular buffers.
+  + bgo#730540: rtspsrc: parse crypto sessions to support
+rollover counters.
+  + bgo#744612: splitmuxsink: add property for specifing maximum
+number of files to store.
+  + bgo#757569: rtspsrc: avoid potentially overflowing expression.
+  + bgo#761345: rtpjpegpay: Allow different quantization tables for
+components 2 and 3.
+  + bgo#762893: splitmuxsink critical assertion when changing from
+null to ready.
+  + bgo#763780: flvdemux: don't emit pad-added until caps are
+ready.
+  + bgo#763973: qtdemux: Fix qtdemux memory leak.
+  + bgo#764169: vp9dec: Dogslow VP9 4k playback with libvpx, works
+fine with avdec_vp9.
+  + bgo#764798: rtspsrc Critical errors when connecting with TLS /
+rtsps.
+  + bgo#764870: qtdemux: Fix parsing segment duration of empty edit
+list box.
+  + bgo#764889: rtpjitterbuffer: Drops wrong number of packets with
+drop-on-latency=true.
+  + bgo#765072: splitmuxsink: Sometimes creates a small one-frame
+file after EOS.
+  + bgo#765116: scaletempo: memory corruption.
+- Replace glib2-devel, gstreamer-devel and
+  gstreamer-plugins-base-devel BuildRequires for their pkgconfig
+  counterparts: pkgconfig(glib-2.0), pkgconfig(gstreamer-1.0) and
+  pkgconfig(gstreamer-plugins-base-1.0).
+- Also add explicit BuildRequires that configure looks for:
+  + pkgconfig(gstreamer-base-1.0),
+  + pkgconfig(gstreamer-check-1.0),
+  + pkgconfig(gstreamer-controller-1.0),
+  + pkgconfig(gstreamer-net-1.0).
+- Properly escape a macro in comment to silence rpmlint.
+
+---

Old:

  gst-plugins-good-1.8.0.tar.xz

New:

  gst-plugins-good-1.8.1.tar.xz



Other differences:
--
++ gstreamer-plugins-good.spec ++
--- /var/tmp/diff_new_pack.Gwjn4F/_old  2016-05-04 08:18:39.0 +0200
+++ /var/tmp/diff_new_pack.Gwjn4F/_new  2016-05-04 08:18:39.0 +0200
@@ -22,7 +22,7 @@
 
 Name:   gstreamer-plugins-good
 %define _name gst-plugins-good
-Version:1.8.0
+Version:1.8.1
 Release:0
 %define gst_branch 1.0
 Summary:GStreamer Streaming-Media Framework Plug-Ins
@@ -36,9 +36,6 @@
 BuildRequires:  aalib-devel
 %endif
 BuildRequires:  gcc-c++
-BuildRequires:  glib2-devel >= 2.40.0
-BuildRequires:  gstreamer-devel >= 1.8.0
-BuildRequires:  gstreamer-plugins-base-devel >= 1.8.0
 BuildRequires:  gtk-doc >= 1.12
 BuildRequires:  libICE-devel
 BuildRequires:  libSM-devel
@@ -60,6 +57,13 @@
 BuildRequires:  pkgconfig(cairo-gobject) >= 1.10.0
 BuildRequires:  pkgconfig(flac) >= 1.1.4
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.8.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
+BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.8.0
+BuildRequires:  pkgconfig(gstreamer-base-1.0) >= 1.8.0
+BuildRequires:  pkgconfig(gstreamer-check-1.0)
+BuildRequires:  pkgconfig(gstreamer-controller-1.0) >= 1.8.0
+BuildRequires:  pkgconfig(gstreamer-net-1.0) >= 1.8.0
+BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 1.8.1
 BuildRequires:  pkgconfig(gtk+-3.0) >= 2.91.3
 BuildRequires:  pkgconfig(gtk+-x11-3.0) >= 2.91.3
 BuildRequires:  pkgconfig(gudev-1.0) >= 147
@@ -80,8 +84,8 @@
 BuildRequires:  pkgconfig(wavpack) >= 4.60.0
 BuildRequires:  pkgconfig(xdamage)
 BuildRequires:  pkgconfig(xfixes)
-Requires:   gstreamer >= 1.4.0
-Requires:   gstreamer-plugins-base >= 1.4.0
+Requires:   gstreamer >= 1.8.0
+Requires:   gstreamer-plugins-base >= 1.8.1
 Recommends: %{name}-lang
 Enhances:   gstreamer
 # Generic name, never used in SuSE: I wish it had been used I would have used 
it then I wouldn't have to keep copy pasting and actually type it.
@@ -168,7 +172,7 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstdeinterlace.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstdtmf.so
 # Not yet ported
-#%{_libdir}/gstreamer-%{gst_branch}/libgstefence.so

commit python-oslo.utils for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.utils for 
openSUSE:Factory checked in at 2016-05-04 08:19:06

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


Package is "python-oslo.utils"

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.utils/python-oslo.utils.changes  
2015-12-21 12:03:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-oslo.utils.new/python-oslo.utils.changes 
2016-05-04 08:19:07.0 +0200
@@ -1,0 +2,46 @@
+Thu Mar  3 07:35:09 UTC 2016 - tbecht...@suse.com
+
+- Switch to .spec from rpm-packaging upstream project
+
+---
+Wed Feb 17 11:55:37 UTC 2016 - dmuel...@suse.com
+
+- update to 3.6.0:
+  * remove bandit.conf
+
+---
+Thu Feb 11 07:29:12 UTC 2016 - dmuel...@suse.com
+
+- update to 3.5.0:
+  * Updated from global requirements
+  * Narrow mock for getfilesystemencoding
+  * Update translation setup
+  * Add excutils.save_and_reraise_exception force_reraise + capture
+  * Add encodeutils.to_utf8() function
+  * Create secretutils and include 'constant_time_compare' function
+  * Fix coverage
+  * Add a mechanism to mask passwords in dictionaries
+  * Add "configdrive" to the list of keys used by mask_password()
+  * fix fnmatch.filter in non-posix system
+  * fix fileutils ut code random failure
+  * Add missing doc index for imageutils and fnmatch
+  * re-implement thread safe fnmatch
+  * Fix the bug of can't get the desired image info
+
+---
+Wed Dec 16 07:00:11 UTC 2015 - bwiedem...@suse.com
+
+- Update to version 3.2.0
+  * Remove Babel from requirements
+  * Remove duplicated profiles section from bandit.yaml
+  * Allow get_class_name to accept bound method and class method
+  * deprecate timeutils.total_seconds()
+  * Move imageutils from oslo-incubator to oslo.utils
+  * networkutils: drop python 2.6 support
+  * Remove python 2.6 classifier
+  * Fix wrong bug tracking link
+  * Refactor Port number validation
+  * Add useful 'time_it' decorator
+
+2.8.0
+---

Old:

  oslo.utils-2.8.0.tar.gz

New:

  oslo.utils-3.6.0.tar.gz



Other differences:
--
++ python-oslo.utils.spec ++
--- /var/tmp/diff_new_pack.p7RCjO/_old  2016-05-04 08:19:08.0 +0200
+++ /var/tmp/diff_new_pack.p7RCjO/_new  2016-05-04 08:19:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.utils
 #
-# 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,61 +16,55 @@
 #
 
 
+%global sname oslo.utils
+
 Name:   python-oslo.utils
-Version:2.8.0
+Version:3.6.0
 Release:0
-Summary:Oslo utils library
+Summary:OpenStack utils library
 License:Apache-2.0
-Group:  Development/Languages/Python
-Url:http://launchpad.net/oslo
-Source: 
https://pypi.python.org/packages/source/o/oslo.utils/oslo.utils-%{version}.tar.gz
-BuildRequires:  openstack-suse-macros
+Url:https://launchpad.net/%{sname}
+Source0:
https://pypi.python.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
+BuildRequires:  openstack-macros
 BuildRequires:  python-Babel
+BuildRequires:  python-debtcollector
+BuildRequires:  python-fixtures
+BuildRequires:  python-iso8601
+BuildRequires:  python-monotonic
+BuildRequires:  python-netaddr
+BuildRequires:  python-netifaces
+BuildRequires:  python-oslo.i18n
+BuildRequires:  python-oslotest
 BuildRequires:  python-pbr
-BuildRequires:  python-setuptools
+BuildRequires:  python-testrepository
+BuildRequires:  python-testtools
+BuildRequires:  python-wrapt
 Requires:   python-Babel >= 1.3
-Requires:   python-debtcollector >= 0.3.0
+Requires:   python-debtcollector >= 1.2.0
+Requires:   python-funcsigs >= 0.4
 Requires:   python-iso8601 >= 0.1.9
-Requires:   python-monotonic >= 0.3
+Requires:   python-monotonic >= 0.6
 Requires:   python-netaddr >= 0.7.12
 Requires:   python-netifaces >= 0.10.4
-Requires:   python-oslo.i18n >= 1.5.0
+Requires:   python-oslo.i18n >= 2.1.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 

commit xf86-input-libinput for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-libinput for 
openSUSE:Factory checked in at 2016-05-04 08:17:46

Comparing /work/SRC/openSUSE:Factory/xf86-input-libinput (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-input-libinput.new (New)


Package is "xf86-input-libinput"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-libinput/xf86-input-libinput.changes  
2016-04-11 09:13:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-libinput.new/xf86-input-libinput.changes 
2016-05-04 08:17:47.0 +0200
@@ -1,0 +2,23 @@
+Thu Apr 28 13:46:21 UTC 2016 - sndir...@suse.com
+
+- Update to version 0.19.0
+  One significant change that affects packagers: the config snippet has been
+  renamed from 90-libinput.conf to 60-libinput.conf.
+  This should not show any immediate effects on most user's machines but there
+  is a slight potential of user configurations to change if their custom
+  snippets now sort after libinput instead of before.
+  This change is part of the two-step solution to fix the handling of wacom
+  tablets when the libinput driver is present. Previously, the libinput driver
+  would overwrite any driver assigned to any supported devices. While it does
+  not yet bind to tablet devices by default, some tablets also look like
+  a keyboard, causing those devices to stop working. For those devices, the
+  wacom driver is the better option.
+  Since the X server is lacking an option to conditionally bind InputClass
+  snippets based on current values (git master has a NoMatch* option), the
+  safe alternative is to bump the libinput priority down and, at the same
+  time, bump the wacom driver's priority up.
+  For the cases where the wacom driver should not handle any device, simply
+  uninstalling it is sufficient.
+- refreshed n_enable-tapping.patch
+
+---

Old:

  xf86-input-libinput-0.18.0.tar.bz2
  xf86-input-libinput-0.18.0.tar.bz2.sig

New:

  xf86-input-libinput-0.19.0.tar.bz2
  xf86-input-libinput-0.19.0.tar.bz2.sig



Other differences:
--
++ xf86-input-libinput.spec ++
--- /var/tmp/diff_new_pack.DYzQk2/_old  2016-05-04 08:17:48.0 +0200
+++ /var/tmp/diff_new_pack.DYzQk2/_new  2016-05-04 08:17:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xf86-input-libinput
-Version:0.18.0
+Version:0.19.0
 Release:0
 Summary:Libinput driver for the Xorg X server
 License:MIT
@@ -68,8 +68,8 @@
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 
 install -d %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
-mv %{buildroot}%{_datadir}/X11/xorg.conf.d/90-libinput.conf \
-   %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/90-libinput.conf
+mv %{buildroot}%{_datadir}/X11/xorg.conf.d/60-libinput.conf \
+   %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/60-libinput.conf
 rmdir %{buildroot}%{_datadir}/X11/xorg.conf.d
 
 %files
@@ -79,7 +79,7 @@
 %dir %{_sysconfdir}/X11/xorg.conf.d
 %{_libdir}/xorg/modules/input/libinput_drv.so
 %{_datadir}/man/man4/libinput.4%{?ext_man}
-%config %{_sysconfdir}/X11/xorg.conf.d/90-libinput.conf
+%config %{_sysconfdir}/X11/xorg.conf.d/60-libinput.conf
 
 %files devel
 %defattr(-,root,root)

++ n_enable-tapping.patch ++
--- /var/tmp/diff_new_pack.DYzQk2/_old  2016-05-04 08:17:48.0 +0200
+++ /var/tmp/diff_new_pack.DYzQk2/_new  2016-05-04 08:17:48.0 +0200
@@ -1,9 +1,9 @@
 Author: Stefan Dirsch
 Subject: Enable tapping by default on touchpads
 Signed-off-by: Stefan Dirsch
-diff -u -r xf86-input-libinput-0.15.0.orig/conf/90-libinput.conf 
xf86-input-libinput-0.15.0/conf/90-libinput.conf
 xf86-input-libinput-0.15.0.orig/conf/90-libinput.conf  2015-12-15 
14:34:18.100266000 +0100
-+++ xf86-input-libinput-0.15.0/conf/90-libinput.conf   2015-12-15 
14:34:42.522281000 +0100
+diff -u -r xf86-input-libinput-0.15.0.orig/conf/60-libinput.conf 
xf86-input-libinput-0.15.0/conf/60-libinput.conf
+--- xf86-input-libinput-0.15.0.orig/conf/60-libinput.conf  2015-12-15 
14:34:18.100266000 +0100
 xf86-input-libinput-0.15.0/conf/60-libinput.conf   2015-12-15 
14:34:42.522281000 +0100
 @@ -18,6 +19,7 @@
  MatchIsTouchpad "on"
  MatchDevicePath "/dev/input/event*"

++ xf86-input-libinput-0.18.0.tar.bz2 -> xf86-input-libinput-0.19.0.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xf86-input-libinput-0.18.0/ChangeLog 
new/xf86-input-libinput-0.19.0/ChangeLog
--- old/xf86-input-libinput-0.18.0/ChangeLog2016-04-07 05:32:45.0 
+0200
+++ new/xf86-input-libinput-0.19.0/ChangeLog2016-04-28 05:52:07.0 
+0200
@@ -1,3 +1,46 @@
+commit 

commit xf86-video-intel for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:Factory checked in at 2016-05-04 08:17:34

Comparing /work/SRC/openSUSE:Factory/xf86-video-intel (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-intel.new (New)


Package is "xf86-video-intel"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-intel/xf86-video-intel.changes
2016-04-05 10:42:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-intel.new/xf86-video-intel.changes   
2016-05-04 08:17:35.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr 28 09:11:11 UTC 2016 - sndir...@suse.com
+
+- replaced patches 
+  * u_sna-fix-missing-includes-for-fstat.patch
+  * u_uxa-fix-missing-includes-for-fstat.patch
+  with upstream ones:
+  * U_sna-udev-integration-depends-on-fstat-and-sys-stat.h.patch
+  * U_uxa-udev-integration-depends-on-fstat-and-sys-stat.h.patch
+
+---

Old:

  u_sna-fix-missing-includes-for-fstat.patch
  u_uxa-fix-missing-includes-for-fstat.patch

New:

  U_sna-udev-integration-depends-on-fstat-and-sys-stat.h.patch
  U_uxa-udev-integration-depends-on-fstat-and-sys-stat.h.patch



Other differences:
--
++ xf86-video-intel.spec ++
--- /var/tmp/diff_new_pack.F3DclO/_old  2016-05-04 08:17:36.0 +0200
+++ /var/tmp/diff_new_pack.F3DclO/_new  2016-05-04 08:17:36.0 +0200
@@ -33,8 +33,8 @@
 Source0:%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 Patch0: U_sna-Protect-against-ABI-breakage-in-recent-versions-.patch
-Patch1: u_sna-fix-missing-includes-for-fstat.patch
-Patch2: u_uxa-fix-missing-includes-for-fstat.patch
+Patch1: U_sna-udev-integration-depends-on-fstat-and-sys-stat.h.patch
+Patch2: U_uxa-udev-integration-depends-on-fstat-and-sys-stat.h.patch
 Patch10:
U_uxa_fix_the_call_to_PixmapSyncDirtyHelper_broken_by_xservers_90db5ed.patch
 Patch11:U_gen8-Fix-the-YUV-RGB-shader.patch
 Patch12:
U_tools-intel-virtual-output-Check-for-DRI3-more-carefully.patch

++ U_sna-udev-integration-depends-on-fstat-and-sys-stat.h.patch ++
>From 12af8a575d1518d40416f83195049157c3a062a5 Mon Sep 17 00:00:00 2001
From: Chris Wilson 
Date: Tue, 24 Feb 2015 15:25:40 +
Subject: [PATCH] sna: udev integration depends on fstat and sys/stat.h

src/sna/sna_driver.c: In function 'sna_handle_uevents':
src/sna/sna_driver.c:759:2: error: implicit declaration of function 'fstat' 
[-Werror=implicit-function-declaration]

Also take the opportunity to include udev support in the configure
summary.

Signed-off-by: Chris Wilson 
---
 configure.ac | 5 +
 src/sna/sna_driver.c | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/configure.ac b/configure.ac
index 7476e2b..de3a4b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -197,11 +197,15 @@ AC_ARG_ENABLE(udev,
 
 if test "x$UDEV" != "xno"; then
PKG_CHECK_MODULES(UDEV, [libudev], [udev="yes"], [udev="no"])
+   AC_CHECK_HEADERS([sys/stat.h], [], [udev="no"])
if test "x$UDEV" = "xyes" -a "x$udev" != "xyes"; then
AC_MSG_ERROR([udev support requested but not found (libudev)])
fi
if test "x$udev" = "xyes"; then
AC_DEFINE(HAVE_UDEV,1,[Enable udev-based monitor hotplug 
detection])
+   udev_msg=" yes"
+   else
+   udev_msg=" no"
fi
 fi
 
@@ -911,6 +915,7 @@ echo "  Support for Kernel Mode Setting? $KMS"
 echo "  Support for legacy User Mode Setting (for i810)? $UMS"
 echo "  Support for Direct Rendering Infrastructure:$dri_msg"
 echo "  Support for Xv motion compensation (XvMC and libXvMC):$xvmc_msg"
+echo "  Support for display hotplug notifications (udev):$udev_msg"
 echo "  Build additional tools and utilities?$tools_msg"
 if test -n "$xp_msg"; then
 echo "  Experimental support:$xp_msg"
diff --git a/src/sna/sna_driver.c b/src/sna/sna_driver.c
index 8c0d0b5..bc20ef0 100644
--- a/src/sna/sna_driver.c
+++ b/src/sna/sna_driver.c
@@ -740,6 +740,8 @@ sna_wakeup_handler(WAKEUPHANDLER_ARGS_DECL)
 }
 
 #if HAVE_UDEV
+#include 
+
 static void
 sna_handle_uevents(int fd, void *closure)
 {
-- 
2.6.2

++ U_uxa-udev-integration-depends-on-fstat-and-sys-stat.h.patch ++
>From 369ceec0e4910ba2c37736a59c55c0d6c26433bf Mon Sep 17 00:00:00 2001
From: Chris Wilson 
Date: Tue, 24 Feb 2015 15:25:40 +
Subject: [PATCH] uxa: udev integration depends on fstat and sys/stat.h

src/uxa/intel_driver.c: In function 'I830HandleUEvents':
src/uxa/intel_driver.c:738:14: error: storage size of 's' isn't known
src/uxa/intel_driver.c:746:2: error: implicit declaration of function 'fstat' 

commit php5 for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:Factory checked in 
at 2016-05-04 08:17:41

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


Package is "php5"

Changes:

--- /work/SRC/openSUSE:Factory/php5/php5.changes2016-04-06 
11:51:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes   2016-05-04 
08:17:43.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 28 11:57:08 UTC 2016 - pgaj...@suse.com
+
+- updated to 5.6.21: This is a security release. Several security
+  bugs were fixed in this release.
+  * removed upstreamed php5-no-reentrant-crypt.patch
+
+---

Old:

  php-5.6.20.tar.xz
  php-5.6.20.tar.xz.asc
  php5-no-reentrant-crypt.patch

New:

  php-5.6.21.tar.xz
  php-5.6.21.tar.xz.asc



Other differences:
--
++ php5.spec ++
--- /var/tmp/diff_new_pack.fqepvp/_old  2016-05-04 08:17:44.0 +0200
+++ /var/tmp/diff_new_pack.fqepvp/_new  2016-05-04 08:17:44.0 +0200
@@ -46,7 +46,7 @@
 %define need_libxml2_hack %(if [ -e %{_includedir}/libxml/parser.h ]; then if 
grep -q XML_PARSE_OLDSAX %{_includedir}/libxml/parser.h; then echo 1; else echo 
0; fi; else echo 0; fi)
 
 Name:   php5
-Version:5.6.20
+Version:5.6.21
 Release:0
 Summary:PHP5 Core Files
 License:PHP-3.01
@@ -91,7 +91,6 @@
 # silently use his own implementation again
 Patch14:php5-crypt-tests.patch
 # related to previous patch; !(defined(_REENTRANT) || defined(_THREAD_SAFE))
-Patch15:php5-no-reentrant-crypt.patch
 Patch16:php5-format-string-issues.patch
 Patch17:php5-per-mod-log.patch
 Patch18:php5-apache24-updates.patch
@@ -1029,7 +1028,6 @@
 %patch12
 %patch13
 %patch14
-%patch15
 %patch16
 %patch17 -p1
 %patch18 -p1

++ php-5.6.20.tar.xz -> php-5.6.21.tar.xz ++
/work/SRC/openSUSE:Factory/php5/php-5.6.20.tar.xz 
/work/SRC/openSUSE:Factory/.php5.new/php-5.6.21.tar.xz differ: char 27, line 1





commit tigervnc for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package tigervnc for openSUSE:Factory 
checked in at 2016-05-04 08:17:51

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


Package is "tigervnc"

Changes:

--- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes2016-01-13 
22:42:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.tigervnc.new/tigervnc.changes   2016-05-04 
08:17:52.0 +0200
@@ -1,0 +2,12 @@
+Fri Apr 29 14:13:22 UTC 2016 - m...@suse.com
+
+- Add U_add_allowoverride_parameter.patch and
+u_build_libXvnc_as_separate_library.patch (fate#319319)
+- Add u_tigervnc-show-unencrypted-warning.patch (fate#319701)
+
+---
+Wed Apr 27 10:34:05 UTC 2016 - m...@suse.com
+
+- Add dependency on xorg-x11-fonts-core. (bnc#977019)
+
+---

New:

  U_add_allowoverride_parameter.patch
  u_build_libXvnc_as_separate_library.patch
  u_tigervnc-show-unencrypted-warning.patch



Other differences:
--
++ tigervnc.spec ++
--- /var/tmp/diff_new_pack.X6joUg/_old  2016-05-04 08:17:53.0 +0200
+++ /var/tmp/diff_new_pack.X6joUg/_new  2016-05-04 08:17:53.0 +0200
@@ -116,6 +116,9 @@
 Patch7: u_tigervnc-add-autoaccept-parameter.patch
 Patch8: u_xserver118.patch
 Patch9: u_tigervnc_update_default_vncxstartup.patch
+Patch10:U_add_allowoverride_parameter.patch
+Patch11:u_build_libXvnc_as_separate_library.patch
+Patch12:u_tigervnc-show-unencrypted-warning.patch
 
 %description
 TigerVNC is a high-performance, platform-neutral implementation of VNC 
(Virtual Network Computing), 
@@ -138,12 +141,28 @@
 Requires:   xinit
 Requires:   xkbcomp
 Requires:   xkeyboard-config
+Requires:   xorg-x11-fonts-core
 Summary:TigerVNC implementation of Xvnc
 Group:  System/X11/Servers/XF86_4
 
 %description -n xorg-x11-Xvnc
 This is the TigerVNC implementation of Xvnc.
 
+%package -n libXvnc1
+Summary:X extension to control VNC module
+Group:  System/Libraries
+
+%description -n libXvnc1
+Xvnc extension allows X clients to read and change VNC configuration.
+
+%package -n libXvnc-devel
+Summary:X extension to control VNC module
+Group:  Development/Libraries/C and C++
+Requires:   libXvnc1 = %version
+
+%description -n libXvnc-devel
+Xvnc extension allows X clients to read and change VNC configuration.
+
 %prep
 %setup -T -b1 -q
 cp -r /usr/src/xserver/* unix/xserver/
@@ -157,6 +176,9 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
 
 pushd unix/xserver
 patch -p1 < ../xserver117.patch
@@ -265,6 +287,10 @@
 fi
 %endif
 
+%post -n libXvnc1 -p /sbin/ldconfig
+
+%postun -n libXvnc1 -p /sbin/ldconfig
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %ghost %{_bindir}/vncviewer
@@ -331,4 +357,13 @@
 %ghost %attr(0600,%{vncuser},%{vncuser}) %config(noreplace) %{tlskey}
 %ghost %attr(0644,%{vncuser},%{vncuser}) %config(noreplace) %{tlscert}
 
+%files -n libXvnc1
+%defattr(-,root,root)
+%{_libdir}/libXvnc.so.1*
+
+%files -n libXvnc-devel
+%defattr(-,root,root)
+%{_libdir}/libXvnc.so
+%{_includedir}/X11/extensions/Xvnc.h
+
 %changelog

++ U_add_allowoverride_parameter.patch ++
Git-commit: ef0dd758a3fad048c1f04e144b03a3e69b001f21
Patch-Mainline: To be upstreamed
Author: Michal Srb 
Subject: Add AllowOverride parameter.
References: fate#319319

Allows to specify which configuration parameters can be modified on runtime.

diff --git a/unix/xserver/hw/vnc/vncExt.c b/unix/xserver/hw/vnc/vncExt.c
index 43794da..b27115f 100644
--- a/unix/xserver/hw/vnc/vncExt.c
+++ b/unix/xserver/hw/vnc/vncExt.c
@@ -182,17 +182,16 @@ static int ProcVncExtSetParam(ClientPtr client)
   rep.sequenceNumber = client->sequence;
 
   /*
-   * Allow to change only certain parameters.
-   * Changing other parameters (for example PAM service name)
-   * could have negative security impact.
+   * Prevent change of clipboard related parameters if clipboard is disabled.
*/
-  if (strncasecmp(param, "desktop", 7) != 0 &&
-  strncasecmp(param, "AcceptPointerEvents", 19) != 0 &&
-  (vncNoClipboard || strncasecmp(param, "SendCutText", 11) != 0) &&
-  (vncNoClipboard || strncasecmp(param, "AcceptCutText", 13) != 0))
+  if (vncNoClipboard &&
+  (strncasecmp(param, "SendCutText", 11) == 0 ||
+   strncasecmp(param, "AcceptCutText", 13) == 0))
+goto deny;
+
+  if (!vncOverrideParam(param))
 goto deny;
 
-  vncSetParamSimple(param);
   rep.success = 1;
 
   // Send DesktopName update if desktop name has been changed
diff 

commit ninja for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package ninja for openSUSE:Factory checked 
in at 2016-05-04 08:17:56

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


Package is "ninja"

Changes:

--- /work/SRC/openSUSE:Factory/ninja/ninja.changes  2016-02-16 
09:26:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.ninja.new/ninja.changes 2016-05-04 
08:17:57.0 +0200
@@ -1,0 +2,23 @@
+Fri Apr 29 17:34:13 UTC 2016 - idon...@suse.com
+
+- Update to version 1.7.1
+  * Change default NINJA_STATUS to [%f/%t] github issue #1143
+
+---
+Thu Apr 28 05:24:46 UTC 2016 - f...@grueninger.de
+
+- update to version 1.7.0
+  * ninja now supports implicit outputs.
+  * Ninja's output has slightly changed, to make it easier to
+automated tools to look at ninja's output.
+  * Ninja now explicitly handles SIGHUP and cleans up after itself.
+  * Ninja now uses posix_spawn instead of fork/exec to launch
+subprocesses (on POSIX).
+- adjust links to new wesite
+
+---
+Tue Apr 26 13:27:25 UTC 2016 - m...@suse.de
+
+- Make it build on SLE11 (use python2 there).
+
+---

Old:

  v1.6.0.tar.gz

New:

  v1.7.1.tar.gz



Other differences:
--
++ ninja.spec ++
--- /var/tmp/diff_new_pack.y9PT2e/_old  2016-05-04 08:17:58.0 +0200
+++ /var/tmp/diff_new_pack.y9PT2e/_new  2016-05-04 08:17:58.0 +0200
@@ -17,16 +17,20 @@
 
 
 Name:   ninja
-Version:1.6.0
+Version:1.7.1
 Release:0
 Summary:A small build system closest in spirit to Make
 License:Apache-2.0
 Group:  Development/Tools/Building
-Url:https://github.com/martine/ninja
-Source0:https://github.com/martine/ninja/archive/v%{version}.tar.gz
+Url:https://ninja-build.org/
+Source0:https://github.com/ninja-build/ninja/archive/v%{version}.tar.gz
 Patch1: ninja-disable-maxprocs-test.patch
 BuildRequires:  gcc-c++
+%if 0%{?suse_version} <= 1110
+BuildRequires:  python-base
+%else
 BuildRequires:  python3-base
+%endif
 BuildRequires:  re2c
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -42,7 +46,11 @@
 %build
 export CFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
+%if 0%{?suse_version} <= 1110
+python ./configure.py --bootstrap --verbose
+%else
 python3 ./configure.py --bootstrap --verbose
+%endif
 
 %install
 mkdir -p %{buildroot}%{_bindir}

++ ninja-disable-maxprocs-test.patch ++
--- /var/tmp/diff_new_pack.y9PT2e/_old  2016-05-04 08:17:58.0 +0200
+++ /var/tmp/diff_new_pack.y9PT2e/_new  2016-05-04 08:17:58.0 +0200
@@ -1,8 +1,6 @@
-Index: ninja-1.6.0/src/subprocess_test.cc
-===
 ninja-1.6.0/src/subprocess_test.cc.orig
-+++ ninja-1.6.0/src/subprocess_test.cc
-@@ -215,38 +215,6 @@
+--- ninja-1.7.0/src/subprocess_test.cc.orig 2016-04-27 21:17:10.0 
+0200
 ninja-1.7.0/src/subprocess_test.cc  2016-04-28 07:18:42.227614370 +0200
+@@ -214,39 +214,6 @@
}
  }
  
@@ -18,7 +16,8 @@
 -  rlimit rlim;
 -  ASSERT_EQ(0, getrlimit(RLIMIT_NOFILE, ));
 -  if (rlim.rlim_cur < kNumProcs) {
--printf("Raise [ulimit -n] well above %u (currently %lu) to make this test 
go\n", kNumProcs, rlim.rlim_cur);
+-printf("Raise [ulimit -n] above %u (currently %lu) to make this test 
go\n",
+-   kNumProcs, rlim.rlim_cur);
 -return;
 -  }
 -
@@ -41,4 +40,3 @@
  // TODO: this test could work on Windows, just not sure how to simply
  // read stdin.
  #ifndef _WIN32
- 
\ No newline at end of file

++ v1.6.0.tar.gz -> v1.7.1.tar.gz ++
 4710 lines of diff (skipped)




commit resource-agents for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package resource-agents for openSUSE:Factory 
checked in at 2016-05-04 08:17:24

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


Package is "resource-agents"

Changes:

--- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes  
2016-03-26 15:20:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.resource-agents.new/resource-agents.changes 
2016-05-04 08:17:26.0 +0200
@@ -1,0 +2,9 @@
+Tue Apr 26 15:24:19 UTC 2016 - kgronl...@suse.com
+
+- Update to version 3.9.7+git.1461679689.18a78f5:
+  + Medium: symlink: Handle missing directories in target (bsc#973054)
+  + oracle: "shutdown immediate;" is needed after cleanup to be able to 
recover from the ORA-01081 error
+  + oracle: inform user that monprofile must start with C## for container 
databases
+  + tickle_tcp: Fix "Failed to open raw socket (Invalid argument)" issue
+
+---

Old:

  resource-agents-3.9.7+git.1458512170.48350a9.tar.xz

New:

  resource-agents-3.9.7+git.1461679689.18a78f5.tar.xz



Other differences:
--
++ resource-agents.spec ++
--- /var/tmp/diff_new_pack.080mjK/_old  2016-05-04 08:17:27.0 +0200
+++ /var/tmp/diff_new_pack.080mjK/_new  2016-05-04 08:17:27.0 +0200
@@ -48,7 +48,7 @@
 Summary:Open Source HA Reusable Cluster Resource Scripts
 License:GPL-2.0 and LGPL-2.1+ and GPL-3.0+
 Group:  Productivity/Clustering/HA
-Version:3.9.7+git.1458512170.48350a9
+Version:3.9.7+git.1461679689.18a78f5
 Release:0
 Url:http://linux-ha.org/
 Source: resource-agents-%{version}.tar.xz

++ _servicedata ++
--- /var/tmp/diff_new_pack.080mjK/_old  2016-05-04 08:17:27.0 +0200
+++ /var/tmp/diff_new_pack.080mjK/_new  2016-05-04 08:17:27.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/resource-agents.git
-  48350a981b242dd91e27bb1b49a887e3e6cb0440
\ No newline at end of file
+  18a78f523b8ad57d4926dee45df778e623da990e
\ No newline at end of file

++ resource-agents-3.9.7+git.1458512170.48350a9.tar.xz -> 
resource-agents-3.9.7+git.1461679689.18a78f5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/resource-agents-3.9.7+git.1458512170.48350a9/heartbeat/ocf-directories.in 
new/resource-agents-3.9.7+git.1461679689.18a78f5/heartbeat/ocf-directories.in
--- 
old/resource-agents-3.9.7+git.1458512170.48350a9/heartbeat/ocf-directories.in   
2016-03-21 10:02:59.0 +0100
+++ 
new/resource-agents-3.9.7+git.1461679689.18a78f5/heartbeat/ocf-directories.in   
2016-04-26 17:24:19.0 +0200
@@ -18,5 +18,5 @@
 : ${HA_RESOURCEDIR:=$HA_DIR/resource.d}
 : ${HA_DOCDIR:=@datadir@/doc/heartbeat}
 : ${__SCRIPT_NAME:=`basename $0`}
-: ${HA_VARRUN:=@localstatedir@/run/}
-: ${HA_VARLOCK:=@localstatedir@/lock/subsys/}
+: ${HA_VARRUN:=@localstatedir@/run}
+: ${HA_VARLOCK:=@localstatedir@/lock/subsys}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/resource-agents-3.9.7+git.1458512170.48350a9/heartbeat/oracle 
new/resource-agents-3.9.7+git.1461679689.18a78f5/heartbeat/oracle
--- old/resource-agents-3.9.7+git.1458512170.48350a9/heartbeat/oracle   
2016-03-21 10:02:59.0 +0100
+++ new/resource-agents-3.9.7+git.1461679689.18a78f5/heartbeat/oracle   
2016-04-26 17:24:19.0 +0200
@@ -402,6 +402,9 @@
output=`dbasql mk_mon_profile show_mon_profile`
if echo "$output" | grep -iw "^$MONPROFILE" >/dev/null; then
return 0
+   elif echo "$output" | grep ORA-65140 >/dev/null 2>&1; then
+   ocf_exit_reason "monprofile must start with C## for container 
databases"
+   return $OCF_ERR_CONFIGURED
else
ocf_exit_reason "could not create $MONPROFILE oracle profile"
ocf_log err "sqlplus output: $output"
@@ -611,6 +614,7 @@
if echo "$output" | grep ORA-01081 >/dev/null 2>&1; then
ocf_log info "ORA-01081 error found, trying to cleanup 
oracle (dbstart_mount output: $output)"
ora_cleanup
+   output=`dbasql dbstop_immediate`
output=`dbasql dbstart_mount`
fi
fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/resource-agents-3.9.7+git.1458512170.48350a9/heartbeat/shellfuncs.in 
new/resource-agents-3.9.7+git.1461679689.18a78f5/heartbeat/shellfuncs.in
--- 

commit yast2-samba-server for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package yast2-samba-server for 
openSUSE:Factory checked in at 2016-05-04 08:17:13

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


Package is "yast2-samba-server"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-samba-server/yast2-samba-server.changes
2016-04-06 11:49:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-samba-server.new/yast2-samba-server.changes   
2016-05-04 08:17:14.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 26 11:52:28 UTC 2016 - igonzalezs...@suse.com
+
+- Fix outdated message regarding smb and nmb services restart
+  (bsc#975880).
+- 3.1.15
+
+---

Old:

  yast2-samba-server-3.1.14.tar.bz2

New:

  yast2-samba-server-3.1.15.tar.bz2



Other differences:
--
++ yast2-samba-server.spec ++
--- /var/tmp/diff_new_pack.BpZxVa/_old  2016-05-04 08:17:15.0 +0200
+++ /var/tmp/diff_new_pack.BpZxVa/_new  2016-05-04 08:17:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-samba-server
-Version:3.1.14
+Version:3.1.15
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-samba-server-3.1.14.tar.bz2 -> yast2-samba-server-3.1.15.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-3.1.14/package/yast2-samba-server.changes 
new/yast2-samba-server-3.1.15/package/yast2-samba-server.changes
--- old/yast2-samba-server-3.1.14/package/yast2-samba-server.changes
2016-03-30 20:14:18.0 +0200
+++ new/yast2-samba-server-3.1.15/package/yast2-samba-server.changes
2016-04-26 14:09:45.0 +0200
@@ -1,4 +1,11 @@
 ---
+Tue Apr 26 11:52:28 UTC 2016 - igonzalezs...@suse.com
+
+- Fix outdated message regarding smb and nmb services restart
+  (bsc#975880).
+- 3.1.15
+
+---
 Wed Mar 23 17:55:31 UTC 2016 - lmue...@suse.com
 
 - Don't require libsmbclient as it's pulled in by libsmbclient-devel;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-3.1.14/package/yast2-samba-server.spec 
new/yast2-samba-server-3.1.15/package/yast2-samba-server.spec
--- old/yast2-samba-server-3.1.14/package/yast2-samba-server.spec   
2016-03-30 20:14:18.0 +0200
+++ new/yast2-samba-server-3.1.15/package/yast2-samba-server.spec   
2016-04-26 14:09:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-samba-server
-Version:3.1.14
+Version:3.1.15
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-3.1.14/src/include/samba-server/complex.rb 
new/yast2-samba-server-3.1.15/src/include/samba-server/complex.rb
--- old/yast2-samba-server-3.1.14/src/include/samba-server/complex.rb   
2016-03-30 20:14:18.0 +0200
+++ new/yast2-samba-server-3.1.15/src/include/samba-server/complex.rb   
2016-04-26 14:09:45.0 +0200
@@ -89,7 +89,7 @@
 "Because users are currently connected to this Samba server,\n" +
   "the server configuration has been reloaded instead of 
restarted.\n" +
   "To confirm that all settings are applied despite possibly 
disconnecting the users,\n" +
-  "run '/etc/init.d/smb restart' and '/etc/init.d/nmb restart'"
+  "run 'systemctl restart smb' and 'systemctl restart nmb'"
   )
 )
   end




commit yast2-bootloader for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2016-05-04 08:18:01

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


Package is "yast2-bootloader"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2016-04-28 20:30:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2016-05-04 08:18:02.0 +0200
@@ -1,0 +2,9 @@
+Mon May  2 10:24:17 CEST 2016 - sch...@suse.de
+
+- Fixed nil in custom_devices. Compact! is returning nil if no
+  changes were made.
+  Removed empty reject, because it is not needed anymore.
+  (bnc#977945)
+- 3.1.179
+
+---
@@ -7 +16 @@
-- 3.1.78
+- 3.1.178

Old:

  yast2-bootloader-3.1.178.tar.bz2

New:

  yast2-bootloader-3.1.179.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.w2hyjm/_old  2016-05-04 08:18:03.0 +0200
+++ /var/tmp/diff_new_pack.w2hyjm/_new  2016-05-04 08:18:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.1.178
+Version:3.1.179
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-bootloader-3.1.178.tar.bz2 -> yast2-bootloader-3.1.179.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.178/package/yast2-bootloader.changes 
new/yast2-bootloader-3.1.179/package/yast2-bootloader.changes
--- old/yast2-bootloader-3.1.178/package/yast2-bootloader.changes   
2016-04-27 12:44:17.0 +0200
+++ new/yast2-bootloader-3.1.179/package/yast2-bootloader.changes   
2016-05-03 13:26:53.0 +0200
@@ -1,10 +1,19 @@
 ---
+Mon May  2 10:24:17 CEST 2016 - sch...@suse.de
+
+- Fixed nil in custom_devices. Compact! is returning nil if no
+  changes were made.
+  Removed empty reject, because it is not needed anymore.
+  (bnc#977945)
+- 3.1.179
+
+---
 Wed Apr 27 10:43:14 CEST 2016 - sch...@suse.de
 
 - Adapted new version of bootloader to the AutoYaST configuration
   module.
   (related to FATE#317701)
-- 3.1.78
+- 3.1.178
 
 ---
 Tue Apr 26 10:27:20 CEST 2016 - sch...@suse.de
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.178/package/yast2-bootloader.spec 
new/yast2-bootloader-3.1.179/package/yast2-bootloader.spec
--- old/yast2-bootloader-3.1.178/package/yast2-bootloader.spec  2016-04-27 
12:44:17.0 +0200
+++ new/yast2-bootloader-3.1.179/package/yast2-bootloader.spec  2016-05-03 
13:26:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.1.178
+Version:3.1.179
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.178/src/lib/bootloader/stage1.rb 
new/yast2-bootloader-3.1.179/src/lib/bootloader/stage1.rb
--- old/yast2-bootloader-3.1.178/src/lib/bootloader/stage1.rb   2016-04-27 
12:44:17.0 +0200
+++ new/yast2-bootloader-3.1.179/src/lib/bootloader/stage1.rb   2016-05-03 
13:26:54.0 +0200
@@ -94,7 +94,7 @@
 Yast::BootStorage.mbr_disk,
 Yast::BootStorage.ExtendedPartitionDevice
   ]
-  known_devices.compact!.reject!(&:empty?)
+  known_devices.compact!
   known_devices.map! { |d| Bootloader::UdevMapping.to_kernel_device(d) }
 
   devices.select do |dev|




commit gstreamer for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package gstreamer for openSUSE:Factory 
checked in at 2016-05-04 08:18:26

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


Package is "gstreamer"

Changes:

--- /work/SRC/openSUSE:Factory/gstreamer/gstreamer-doc.changes  2016-04-30 
23:26:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer.new/gstreamer-doc.changes 
2016-05-04 08:18:27.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 21 08:55:53 UTC 2016 - zai...@opensuse.org
+
+- Run pre_checkin.sh to get in sync with gstreamer.
+
+---
--- /work/SRC/openSUSE:Factory/gstreamer/gstreamer.changes  2016-04-30 
23:26:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer.new/gstreamer.changes 2016-05-04 
08:18:27.0 +0200
@@ -1,0 +2,33 @@
+Wed Apr 20 17:23:37 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.8.1:
+  + Fix app compilation with Android NDK r11 and newer.
+  + Fix compilation of nvenc plugin against latest NVIDIA SDK 6.0.
+  + Fix regression in avdeinterlace.
+  + Fix memory corruption in scaletempo element with S16 input.
+  + Fix regression in qtdemux with MSE streams.
+  + Fix glitches at the start with all audio sinks except for
+pulsesink.
+  + Fix regression with encrypted HLS streams.
+  + Fix automatic multithreaded decoding of VP8/9 video.
+  + Fix deadlock in HTTP adaptive streams when scrub-seeking.
+  + Fix regression in RTSP source with SRTP.
+  + Add support for SRTP rollover counters in the RTSP source.
+  + Add support for HiDPI ("Retina") screens in caopengllayersink.
+  + bgo#727105: doc: Drop reference to osssink / esdsink / etc,
+from gst-launch-1.0 man page.
+  + bgo#741001: GST_DEBUG categories are missing when using
+--gst-debug-help
+  + bgo#761912: gstpad: Fix race between gst_element_remove_pad and
+state change.
+  + bgo#762995: queue: Use full running time for level calculation.
+  + bgo#763753: valve: don't send sticky events as a direct
+response to upstream events.
+  + bgo#763757: multiqueue: Make sure mq- > percent remains valid
+after modifying high-percent value.
+  + bgo#765096: baseparse: When initializing DTS from PTS, remember
+that we did so.
+  + bgo#765260: baseparse: regression with aac streams.
+  + Updated translations.
+
+---

Old:

  gstreamer-1.8.0.tar.xz

New:

  gstreamer-1.8.1.tar.xz



Other differences:
--
++ gstreamer-doc.spec ++
--- /var/tmp/diff_new_pack.Fcpdne/_old  2016-05-04 08:18:28.0 +0200
+++ /var/tmp/diff_new_pack.Fcpdne/_new  2016-05-04 08:18:28.0 +0200
@@ -19,7 +19,7 @@
 Name:   gstreamer-doc
 %define _name   gstreamer
 %define build_doc 1
-Version:1.8.0
+Version:1.8.1
 Release:0
 %define gst_branch 1.0
 Summary:Streaming-Media Framework Runtime

++ gstreamer.spec ++
--- /var/tmp/diff_new_pack.Fcpdne/_old  2016-05-04 08:18:28.0 +0200
+++ /var/tmp/diff_new_pack.Fcpdne/_new  2016-05-04 08:18:28.0 +0200
@@ -19,7 +19,7 @@
 Name:   gstreamer
 %define _name   gstreamer
 %define build_doc 0
-Version:1.8.0
+Version:1.8.1
 Release:0
 %define gst_branch 1.0
 Summary:Streaming-Media Framework Runtime

++ gstreamer-1.8.0.tar.xz -> gstreamer-1.8.1.tar.xz ++
 2984 lines of diff (skipped)




commit deja-dup for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package deja-dup for openSUSE:Factory 
checked in at 2016-05-04 08:18:16

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


Package is "deja-dup"

Changes:

--- /work/SRC/openSUSE:Factory/deja-dup/deja-dup.changes2016-01-12 
16:11:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.deja-dup.new/deja-dup.changes   2016-05-04 
08:18:17.0 +0200
@@ -1,0 +2,8 @@
+Sun Apr 24 10:56:00 UTC 2016 - zai...@opensuse.org
+
+- Update to version 34.2:
+  + This version fixes a bug that prevented restoring some files
+with unicode characters.
+  + Updated translations.
+
+---

Old:

  deja-dup-34.1.tar.xz

New:

  deja-dup-34.2.tar.xz



Other differences:
--
++ deja-dup.spec ++
--- /var/tmp/diff_new_pack.gK1Ovg/_old  2016-05-04 08:18:18.0 +0200
+++ /var/tmp/diff_new_pack.gK1Ovg/_new  2016-05-04 08:18:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package deja-dup
 #
-# 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:   deja-dup
-Version:34.1
+Version:34.2
 Release:0
 # FIXME: reenable "make check" in %%check, when lp#940110 is fixed
 Summary:Simple backup tool and frontend for duplicity

++ deja-dup-34.1.tar.xz -> deja-dup-34.2.tar.xz ++
 73515 lines of diff (skipped)




commit shotwell for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package shotwell for openSUSE:Factory 
checked in at 2016-05-04 08:18:11

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


Package is "shotwell"

Changes:

--- /work/SRC/openSUSE:Factory/shotwell/shotwell.changes2016-04-22 
16:17:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.shotwell.new/shotwell.changes   2016-05-04 
08:18:12.0 +0200
@@ -1,0 +2,15 @@
+Mon Apr 25 21:18:37 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.23.0+git.20160425:
+  + Fix css.
+  + Don't use GtkHeaderBar on dialogs if the gtk-dialogs-use-header
+setting is not set.
+  + Use proper umask for creating directories.
+  + build:
+- Don't build plugins twice.
+- Call pkg-config only once.
+- Speed up parallel builds.
+  + data: Fix contradicting icon license.
+  + Updated translations.
+
+---

Old:

  shotwell-0.22.1+git.20160416.tar.xz

New:

  shotwell-0.23.0+git.20160425.tar.xz



Other differences:
--
++ shotwell.spec ++
--- /var/tmp/diff_new_pack.fbZVqc/_old  2016-05-04 08:18:13.0 +0200
+++ /var/tmp/diff_new_pack.fbZVqc/_new  2016-05-04 08:18:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   shotwell
-Version:0.22.1+git.20160416
+Version:0.23.0+git.20160425
 Release:0
 Summary:Photo Manager for GNOME
 License:LGPL-2.1+

++ _service ++
--- /var/tmp/diff_new_pack.fbZVqc/_old  2016-05-04 08:18:13.0 +0200
+++ /var/tmp/diff_new_pack.fbZVqc/_new  2016-05-04 08:18:13.0 +0200
@@ -2,7 +2,7 @@
   
 git://git.gnome.org/shotwell
 git
-0.22.1+git.%cd
+0.23.0+git.%cd
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.fbZVqc/_old  2016-05-04 08:18:13.0 +0200
+++ /var/tmp/diff_new_pack.fbZVqc/_new  2016-05-04 08:18:13.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://git.gnome.org/shotwell
-  b0ea780baf21a60e9b0103a6c4242784da8a83a8
\ No newline at end of file
+  79c429ae394b9eb29bd102eeff75c013d691a560
\ No newline at end of file

++ shotwell-0.22.1+git.20160416.tar.xz -> 
shotwell-0.23.0+git.20160425.tar.xz ++
 9861 lines of diff (skipped)




commit pesign for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package pesign for openSUSE:Factory checked 
in at 2016-05-04 08:17:18

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


Package is "pesign"

Changes:

--- /work/SRC/openSUSE:Factory/pesign/pesign.changes2015-12-23 
08:48:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.pesign.new/pesign.changes   2016-05-04 
08:17:20.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 21 09:36:23 UTC 2016 - g...@suse.com
+
+- Update to 0.112
+- Refresh patches: pesign-suse-build.patch and pesign-run.patch
+- Drop upstreamed pesign-fix-signness.patch
+
+---

Old:

  pesign-0.111.tar.bz2
  pesign-fix-signness.patch

New:

  pesign-0.112.tar.bz2



Other differences:
--
++ pesign.spec ++
--- /var/tmp/diff_new_pack.ZBNTCd/_old  2016-05-04 08:17:21.0 +0200
+++ /var/tmp/diff_new_pack.ZBNTCd/_new  2016-05-04 08:17:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pesign
 #
-# 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:   pesign
-Version:0.111
+Version:0.112
 Release:0
 Summary:Signing tool for PE-COFF binaries
 License:GPL-2.0
@@ -34,8 +34,6 @@
 Patch5: pesign-run.patch
 # PATCH-FIX-UPSTREAM pesign-fix-authvar-write-loop.patch g...@suse.com -- Fix 
the write loop in authvar
 Patch6: pesign-fix-authvar-write-loop.patch
-# PATCH-FIX-UPSTREAM pesign-fix-signness.patch g...@suse.com -- Fix the 
signness comparison
-Patch7: pesign-fix-signness.patch
 BuildRequires:  efivar-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  mozilla-nss-devel
@@ -57,7 +55,6 @@
 %patch3 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
 
 %build
 make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"

++ pesign-0.111.tar.bz2 -> pesign-0.112.tar.bz2 ++
 2482 lines of diff (skipped)

++ pesign-run.patch ++
--- /var/tmp/diff_new_pack.ZBNTCd/_old  2016-05-04 08:17:21.0 +0200
+++ /var/tmp/diff_new_pack.ZBNTCd/_new  2016-05-04 08:17:21.0 +0200
@@ -6,23 +6,23 @@
  src/tmpfiles.conf   |2 +-
  5 files changed, 12 insertions(+), 12 deletions(-)
 
-Index: pesign-0.111/src/Makefile
+Index: pesign-0.112/src/Makefile
 ===
 pesign-0.111.orig/src/Makefile
-+++ pesign-0.111/src/Makefile
-@@ -65,7 +65,7 @@ install_sysvinit: pesign.sysvinit
- 
+--- pesign-0.112.orig/src/Makefile
 pesign-0.112/src/Makefile
+@@ -68,7 +68,7 @@ install_sysvinit: pesign.sysvinit
  install :
$(INSTALL) -d -m 700 $(INSTALLROOT)/etc/pki/pesign/
+   $(INSTALL) -d -m 700 $(INSTALLROOT)/etc/pki/pesign-rh-test/
 -  $(INSTALL) -d -m 770 $(INSTALLROOT)/var/run/pesign/
 +  $(INSTALL) -d -m 770 $(INSTALLROOT)/run/pesign/
$(INSTALL) -d -m 755 $(INSTALLROOT)$(bindir)
$(INSTALL) -m 755 authvar $(INSTALLROOT)$(bindir)
$(INSTALL) -m 755 pesign $(INSTALLROOT)$(bindir)
-Index: pesign-0.111/src/daemon.h
+Index: pesign-0.112/src/daemon.h
 ===
 pesign-0.111.orig/src/daemon.h
-+++ pesign-0.111/src/daemon.h
+--- pesign-0.112.orig/src/daemon.h
 pesign-0.112/src/daemon.h
 @@ -49,7 +49,7 @@ typedef enum {
  } pesignd_cmd;
  
@@ -33,11 +33,11 @@
 +#define PIDFILE   "/run/pesign.pid"
  
  #endif /* DAEMON_H */
-Index: pesign-0.111/src/macros.pesign
+Index: pesign-0.112/src/macros.pesign
 ===
 pesign-0.111.orig/src/macros.pesign
-+++ pesign-0.111/src/macros.pesign
-@@ -36,7 +36,7 @@
+--- pesign-0.112.orig/src/macros.pesign
 pesign-0.112/src/macros.pesign
+@@ -40,7 +40,7 @@
%{_pesign} -R ${sattrs}.sig -I ${sattrs} %{-i}  \\\
   --certdir ${nss} -c signer %{-o} \
rm -rf ${sattrs} ${sattrs}.sig ${nss}   \
@@ -46,17 +46,17 @@
%{_pesign_client} -t "OpenSC Card (Fedora Signer)"  \\\
  -c "/CN=Fedora Secure Boot Signer"\\\
  %{-i} %{-o} %{-e} %{-s} %{-C} \
-Index: pesign-0.111/src/tmpfiles.conf
+Index: pesign-0.112/src/tmpfiles.conf
 ===
 pesign-0.111.orig/src/tmpfiles.conf
-+++ pesign-0.111/src/tmpfiles.conf
+--- 

commit gnutls for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2016-05-04 08:17:29

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


Package is "gnutls"

Changes:

--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes2016-04-16 
22:07:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls.changes   2016-05-04 
08:17:30.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr 23 16:58:53 UTC 2016 - sleep_wal...@opensuse.org
+
+- enabled guile support
+- removed duplicates
+
+---



Other differences:
--
++ gnutls.spec ++
--- /var/tmp/diff_new_pack.i3xRoD/_old  2016-05-04 08:17:31.0 +0200
+++ /var/tmp/diff_new_pack.i3xRoD/_new  2016-05-04 08:17:31.0 +0200
@@ -27,6 +27,7 @@
 %define gnutls_dane_sover 0
 %endif
 %bcond_with tpm
+%bcond_without guile
 
 Name:   gnutls
 Version:3.4.11
@@ -43,6 +44,7 @@
 
 BuildRequires:  autogen
 BuildRequires:  automake
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libidn-devel
 BuildRequires:  libnettle-devel >= 3.1
@@ -55,6 +57,9 @@
 BuildRequires:  libunbound-devel
 Requires:   libgnutls-dane%{gnutls_dane_sover} = %{version}
 %endif
+%if %{with guile}
+BuildRequires:  guile-devel
+%endif
 # disabled ppc - valgrind crashes on email cert tests currently. Marcus 
20150413
 # disabled armv7l - valgrind appears to mishandle some insns
 # disabled aarch64 - valgrind mishandles exclusive load/store causing deadlocks
@@ -170,6 +175,16 @@
 %description -n libgnutls-openssl-devel
 Files needed for software development using gnutls.
 
+%if %{with guile}
+%package guile
+Summary:Guile wrappers for gnutls
+License:LGPL-2.1+
+Group:  Development/Libraries/Other
+Requires:   guile
+
+%description guile
+GnuTLS Wrappers for GNU Guile - dialect of scheme.
+%endif
 
 %prep
 %setup -q
@@ -189,6 +204,7 @@
 --disable-silent-rules \
--with-default-trust-store-dir=/var/lib/ca-certificates/pem \
 --with-sysroot=/%{?_sysroot} \
+--with-guile-site-dir=no \
 %if %{without tpm}
 --without-tpm \
 %endif
@@ -217,6 +233,11 @@
 %__mkdir -p %{buildroot}%{_docdir}/libgnutls-devel/examples
 %__cp doc/examples/*.{c,h} %{buildroot}%{_docdir}/libgnutls-devel/examples/
 
+# PNG files are replaced with the compressed files and that breaks
+# deduplication, this is workaround
+find %{buildroot}%{_datadir} -name '*.png' -exec gzip -9 {} +
+%fdupes -s %{buildroot}%{_datadir}
+
 %find_lang libgnutls --all-name
 
 %check
@@ -338,4 +359,11 @@
 %dir %{_includedir}/%{name}
 %{_includedir}/%{name}/openssl.h
 
+%if %{with guile}
+%files guile
+%defattr(-, root, root)
+%{_libdir}/guile/*
+%{_datadir}/guile/site/gnutls*
+%endif
+
 %changelog






commit python-oslo.service for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.service for 
openSUSE:Factory checked in at 2016-05-04 08:19:58

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  
2015-12-21 12:03:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.service.new/python-oslo.service.changes 
2016-05-04 08:19:59.0 +0200
@@ -1,0 +2,71 @@
+Fri Apr  1 10:36:15 UTC 2016 - tbecht...@suse.com
+
+- update to 1.8.0:
+  * Updated from global requirements
+  * Update .gitreview for stable/mitaka
+
+---
+Thu Mar  3 14:22:10 UTC 2016 - tbecht...@suse.com
+
+- update to 1.7.0:
+  * Updated from global requirements
+  * Correct some help text
+  * Fix typo in help text
+  * wsgi: decrease the default number of greenthreads in pool
+  * Updated from global requirements
+  * Updated from global requirements
+  * Allow the backdoor to serve from a local unix domain socket
+  * Updated from global requirements
+  * Use requests in TestWSGIServerWithSSL instead of raw socket client
+  * Updated from global requirements
+  * Updated from global requirements
+  * Fix misspelling and rewrite sentence
+  * Add a more useful/detailed frame dumping function
+  * Updated from global requirements
+  * Update translation setup
+  * Fix race condition on handling signals
+  * Updated from global requirements
+  * Updated from global requirements
+  * Updated from global requirements
+  * Updated from global requirements
+  * Fix artificial service.wait()
+  * Graceful shutdown added to ServiceLauncher
+  * Fix test execution on CentOS 7
+  * Updated from global requirements
+  * Fix some inconsistency in docstrings
+  * Refactoring of tests/eventlet_service.py
+  * Updated from global requirements
+  * Remove argument ServiceLauncher.wait() method
+  * fix a couple of assert issues
+  * Run sslutils and wsgi tests for python3
+  * Updated from global requirements
+  * Updated from global requirements
+  * Fix a race condition in signal handlers
+  * Enable py3 mock.patch of RuntimeError
+  * Delete python bytecode before every test run
+  * Trival: Remove 'MANIFEST.in'
+- Adjust Requires according to requirements.txt
+
+---
+Wed Dec  9 15:52:45 UTC 2015 - dmuel...@suse.com
+
+- update to 1.1.0:
+  * Avoid warning when time taken is close to zero
+  * Update the _i18n.py file and fix the domain value
+  * Add Bandit to tox for security static analysis
+  * Code refactoring of ThreadGroup::stop_timers()
+  * Updated from global requirements
+  * Add functionality for creating Unix domain WSGI servers
+  * Use reflection.get_class_name() from oslo.utils
+  * Remove Python 2.6 classifier
+  * Remove openstack-common.conf
+  * cleanup tox.ini
+  * Change "started child" messages to DEBUG
+  * Support for SSL protocol and cipher controls
+  * Default value of graceful_shutdown_timeout is set to 60sec
+  * Updated from global requirements
+  * Logger name argument was added into wsgi.Server constructor
+  * Avoid the dual-naming confusion
+  * Forbid launching services with 0 or negative number of workers
+
+---

Old:

  oslo.service-0.12.0.tar.gz

New:

  oslo.service-1.8.0.tar.gz



Other differences:
--
++ python-oslo.service.spec ++
--- /var/tmp/diff_new_pack.esZrmU/_old  2016-05-04 08:20:00.0 +0200
+++ /var/tmp/diff_new_pack.esZrmU/_new  2016-05-04 08:20:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.service
 #
-# 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,8 +16,10 @@
 #
 
 
+%define version_unconverted 1.8.0
+
 Name:   python-oslo.service
-Version:0.12.0
+Version:1.8.0
 Release:0
 Summary:Oslo service library
 License:Apache-2.0
@@ -32,14 +34,14 @@
 Requires:   python-PasteDeploy >= 1.5.0
 Requires:   python-Routes >= 1.12.3
 Requires:   python-WebOb >= 1.2.3
-Requires:   python-eventlet >= 0.17.4
+Requires:   python-eventlet >= 0.18.2
 Requires:   python-greenlet >= 0.3.2
-Requires:   python-monotonic >= 0.3
-Requires:   python-oslo.concurrency >= 2.3.0
-Requires:   python-oslo.config >= 2.6.0
-Requires:   

commit cinnamon for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package cinnamon for openSUSE:Factory 
checked in at 2016-05-04 08:20:24

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


Package is "cinnamon"

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon/cinnamon.changes2016-04-30 
23:29:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.cinnamon.new/cinnamon.changes   2016-05-04 
08:20:28.0 +0200
@@ -1,0 +2,8 @@
+Wed Apr 27 08:23:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.1:
+  * extensions: Fix the alignment of the rating number in the
+"Get more" pages so it won't get covered by overlay scrollbars.
+  * Bump Muffin version requirement because of API changes.
+
+---

Old:

  cinnamon-3.0.0.tar.gz

New:

  cinnamon-3.0.1.tar.gz



Other differences:
--
++ cinnamon.spec ++
--- /var/tmp/diff_new_pack.0510Eg/_old  2016-05-04 08:20:29.0 +0200
+++ /var/tmp/diff_new_pack.0510Eg/_new  2016-05-04 08:20:29.0 +0200
@@ -21,7 +21,7 @@
 %define _name   Cinnamon
 %define _version 3.0.0
 Name:   cinnamon
-Version:3.0.0
+Version:3.0.1
 Release:0
 Summary:GNU/Linux Desktop featuring a traditional layout
 License:GPL-2.0+ and LGPL-2.1
@@ -54,7 +54,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(cinnamon-desktop)
+BuildRequires:  pkgconfig(cinnamon-desktop) >= %{_version}
 BuildRequires:  pkgconfig(cjs-internals-1.0)
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gnome-bluetooth-1.0)
@@ -63,7 +63,7 @@
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(libcinnamon-menu-3.0)
 BuildRequires:  pkgconfig(libcroco-0.6)
-BuildRequires:  pkgconfig(libmuffin)
+BuildRequires:  pkgconfig(libmuffin) >= %{_version}
 BuildRequires:  pkgconfig(libnm-glib)
 BuildRequires:  pkgconfig(libnm-util)
 BuildRequires:  pkgconfig(libsoup-2.4)

++ cinnamon-3.0.0.tar.gz -> cinnamon-3.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cinnamon-3.0.0/configure.ac 
new/Cinnamon-3.0.1/configure.ac
--- old/Cinnamon-3.0.0/configure.ac 2016-04-24 15:03:11.0 +0200
+++ new/Cinnamon-3.0.1/configure.ac 2016-04-25 11:11:29.0 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.63)
-AC_INIT([cinnamon],[3.0.0],[https://github.com/linuxmint/Cinnamon/issues],[cinnamon])
+AC_INIT([cinnamon],[3.0.1],[https://github.com/linuxmint/Cinnamon/issues],[cinnamon])
 
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([src/cinnamon-global.c])
@@ -64,7 +64,7 @@
 CLUTTER_MIN_VERSION=1.10.0
 GOBJECT_INTROSPECTION_MIN_VERSION=0.9.2
 GJS_MIN_VERSION=2.3.1
-MUFFIN_MIN_VERSION=2.5.0
+MUFFIN_MIN_VERSION=3.0.0
 GTK_MIN_VERSION=3.9.12
 GIO_MIN_VERSION=2.35.0
 POLKIT_MIN_VERSION=0.100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cinnamon-3.0.0/debian/changelog 
new/Cinnamon-3.0.1/debian/changelog
--- old/Cinnamon-3.0.0/debian/changelog 2016-04-24 15:03:11.0 +0200
+++ new/Cinnamon-3.0.1/debian/changelog 2016-04-25 11:11:29.0 +0200
@@ -1,3 +1,13 @@
+cinnamon (3.0.1) sarah; urgency=medium
+
+  [ JosephMcc ]
+  * extensions: Fix the alignment of the rating number in the "Get more" pages 
so it won't get covered by overlay scrollbars
+
+  [ leigh123linux ]
+  * bump muffin version because of API changes
+
+ -- Clement Lefebvre   Mon, 25 Apr 2016 10:10:43 +0100
+
 cinnamon (3.0.0) sarah; urgency=medium
 
   [ A-Shahbazi ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Cinnamon-3.0.0/files/usr/share/cinnamon/cinnamon-settings/bin/ExtensionCore.py
 
new/Cinnamon-3.0.1/files/usr/share/cinnamon/cinnamon-settings/bin/ExtensionCore.py
--- 
old/Cinnamon-3.0.0/files/usr/share/cinnamon/cinnamon-settings/bin/ExtensionCore.py
  2016-04-24 15:03:11.0 +0200
+++ 
new/Cinnamon-3.0.1/files/usr/share/cinnamon/cinnamon-settings/bin/ExtensionCore.py
  2016-04-25 11:11:29.0 +0200
@@ -375,9 +375,8 @@
 
 
 right = Gtk.CellRendererText()
-right.set_property('xalign', 1.0)
+right.set_property('xalign', 0.5)
 gm_column4 = Gtk.TreeViewColumn("Score", right, markup=4)
-gm_column4.set_alignment(1.0)
 gm_column4.set_expand(True)
 
 self.gm_treeview.append_column(gm_column1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Cinnamon-3.0.0/files/usr/share/cinnamon/cinnamon-settings/modules/cs_themes.py
 

commit qpid-proton for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package qpid-proton for openSUSE:Factory 
checked in at 2016-05-04 08:20:20

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


Package is "qpid-proton"

Changes:

--- /work/SRC/openSUSE:Factory/qpid-proton/qpid-proton.changes  2016-04-14 
13:07:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.qpid-proton.new/qpid-proton.changes 
2016-05-04 08:20:22.0 +0200
@@ -1,0 +2,8 @@
+Tue May  3 10:26:01 UTC 2016 - fst...@suse.com
+
+- Upgrade to version 0.12.2
+  * Bugs fixed
+- PROTON-1171 - [proton-j] transport SSL wrapper does not flush
+  all decoded bytes to the underlying input
+
+---

Old:

  qpid-proton-0.12.1.tar.gz

New:

  qpid-proton-0.12.2.tar.gz



Other differences:
--
++ qpid-proton.spec ++
--- /var/tmp/diff_new_pack.d6O30X/_old  2016-05-04 08:20:23.0 +0200
+++ /var/tmp/diff_new_pack.d6O30X/_new  2016-05-04 08:20:23.0 +0200
@@ -18,7 +18,7 @@
 
 %global qpid_proton_soversion 6
 Name:   qpid-proton
-Version:0.12.1
+Version:0.12.2
 Release:0
 Summary:A high performance, lightweight messaging library
 License:Apache-2.0

++ qpid-proton-0.12.1.tar.gz -> qpid-proton-0.12.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qpid-proton-0.12.1/contrib/proton-hawtdispatch/pom.xml 
new/qpid-proton-0.12.2/contrib/proton-hawtdispatch/pom.xml
--- old/qpid-proton-0.12.1/contrib/proton-hawtdispatch/pom.xml  2016-03-17 
17:27:04.0 +0100
+++ new/qpid-proton-0.12.2/contrib/proton-hawtdispatch/pom.xml  2016-04-14 
17:50:53.0 +0200
@@ -19,7 +19,7 @@
   
 org.apache.qpid
 proton-project
-0.12.1
+0.12.2
 ../..
   
   4.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qpid-proton-0.12.1/contrib/proton-jms/pom.xml 
new/qpid-proton-0.12.2/contrib/proton-jms/pom.xml
--- old/qpid-proton-0.12.1/contrib/proton-jms/pom.xml   2016-03-17 
17:27:04.0 +0100
+++ new/qpid-proton-0.12.2/contrib/proton-jms/pom.xml   2016-04-14 
17:50:53.0 +0200
@@ -19,7 +19,7 @@
   
 org.apache.qpid
 proton-project
-0.12.1
+0.12.2
 ../..
   
   4.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qpid-proton-0.12.1/examples/engine/java/pom.xml 
new/qpid-proton-0.12.2/examples/engine/java/pom.xml
--- old/qpid-proton-0.12.1/examples/engine/java/pom.xml 2016-03-17 
17:27:04.0 +0100
+++ new/qpid-proton-0.12.2/examples/engine/java/pom.xml 2016-04-14 
17:50:53.0 +0200
@@ -19,7 +19,7 @@
   
 org.apache.qpid
 proton-project
-0.12.1
+0.12.2
 ../../../pom.xml
   
   4.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qpid-proton-0.12.1/examples/java/messenger/pom.xml 
new/qpid-proton-0.12.2/examples/java/messenger/pom.xml
--- old/qpid-proton-0.12.1/examples/java/messenger/pom.xml  2016-03-17 
17:27:04.0 +0100
+++ new/qpid-proton-0.12.2/examples/java/messenger/pom.xml  2016-04-14 
17:50:53.0 +0200
@@ -19,7 +19,7 @@
   
 org.apache.qpid
 proton-project
-0.12.1
+0.12.2
 ../../..
   
   4.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qpid-proton-0.12.1/examples/java/reactor/pom.xml 
new/qpid-proton-0.12.2/examples/java/reactor/pom.xml
--- old/qpid-proton-0.12.1/examples/java/reactor/pom.xml2016-03-17 
17:27:04.0 +0100
+++ new/qpid-proton-0.12.2/examples/java/reactor/pom.xml2016-04-14 
17:50:53.0 +0200
@@ -19,7 +19,7 @@
   
 org.apache.qpid
 proton-project
-0.12.1
+0.12.2
 ../../..
   
   4.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qpid-proton-0.12.1/pom.xml 
new/qpid-proton-0.12.2/pom.xml
--- old/qpid-proton-0.12.1/pom.xml  2016-03-17 17:27:04.0 +0100
+++ new/qpid-proton-0.12.2/pom.xml  2016-04-14 17:50:53.0 +0200
@@ -26,7 +26,7 @@
 
   org.apache.qpid
   proton-project
-  0.12.1
+  0.12.2
   pom
 
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qpid-proton-0.12.1/proton-c/bindings/python/setuputils/bundle.py 
new/qpid-proton-0.12.2/proton-c/bindings/python/setuputils/bundle.py
--- old/qpid-proton-0.12.1/proton-c/bindings/python/setuputils/bundle.py
2016-03-17 17:27:04.0 +0100
+++ 

commit armadillo for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2016-05-04 08:20:17

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


Package is "armadillo"

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2016-04-28 
17:02:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2016-05-04 
08:20:19.0 +0200
@@ -1,0 +2,6 @@
+Tue May  3 03:07:50 UTC 2016 - badshah...@gmail.com
+
+- Update to version 6.700.6:
+  + Undocumented bug fixes.
+
+---

Old:

  armadillo-6.700.5.tar.gz

New:

  armadillo-6.700.6.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.kLvacY/_old  2016-05-04 08:20:20.0 +0200
+++ /var/tmp/diff_new_pack.kLvacY/_new  2016-05-04 08:20:20.0 +0200
@@ -19,7 +19,7 @@
 %define soname libarmadillo6
 
 Name:   armadillo
-Version:6.700.5
+Version:6.700.6
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0

++ armadillo-6.700.5.tar.gz -> armadillo-6.700.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-6.700.5/CMakeLists.txt 
new/armadillo-6.700.6/CMakeLists.txt
--- old/armadillo-6.700.5/CMakeLists.txt2016-04-24 04:32:22.0 
+0200
+++ new/armadillo-6.700.6/CMakeLists.txt2016-04-29 10:35:06.0 
+0200
@@ -16,7 +16,7 @@
 
 set(ARMA_MAJOR 6)
 set(ARMA_MINOR 700)
-set(ARMA_PATCH 5)
+set(ARMA_PATCH 6)
 set(ARMADILLO_VERSION ${ARMA_MAJOR}.${ARMA_MINOR}.${ARMA_PATCH})
 
 message(STATUS "Configuring Armadillo ${ARMADILLO_VERSION}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-6.700.5/README.txt 
new/armadillo-6.700.6/README.txt
--- old/armadillo-6.700.5/README.txt2016-04-24 04:32:22.0 +0200
+++ new/armadillo-6.700.6/README.txt2016-05-02 05:30:02.0 +0200
@@ -9,7 +9,7 @@
  1: Introduction
  2: Citation Details
 
- 3: Open Source and Commercial Licenses
+ 3: Licenses
  4: Technical Support
 
  5: Requirements
@@ -78,46 +78,24 @@
 
 
 
-3: Open Source and Commercial Licenses
-==
+3: Licenses
+===
 
 Armadillo is available under 2 licenses:
 
-(a) Open source, under the restrictions of the Mozilla Public License (MPL) 
2.0.
-The file "LICENSE.txt" contains a copy of the MPL.
-
-(b) Commercial license (not open source), available for purchase.
-Please contact Conrad Sanderson for more information:
-http://conradsanderson.id.au
-
-
-The main restrictions of the open source license (MPL) are:
+- Open source, under the restrictions of the Mozilla Public License (MPL) 2.0.
+  See the "LICENSE.txt" file for details.
   
-  - any derived works, modifications and extensions of Armadillo
-are automatically licensed under the MPL
-  
-  - if you distribute any part of Armadillo in executable form
-(in software or hardware products), then you must also provide
-the source code of Armadillo and all derived works, modifications
-or extensions
-
-
-The commercial license has the following terms:
-  
-  - valid in perpetuity and royalty-free
-  
-  - Armadillo and derived works can be integrated into products
-(software & hardware), without releasing the source code
-  
-  - one year of service/support is included (bug fixes and updates);
-the service/support can be renewed annually
+- Commercial license (not open source), available for purchase.
+  Please contact Conrad Sanderson for more information:
+  http://conradsanderson.id.au
 
 
 
 4: Technical Support
 
 
-You can purchase the commercial license (see above) which comes with technical 
support.
+Technical support can be obtained by purchasing the commercial license (see 
above).
 Please contact Conrad Sanderson for more information:
 http://conradsanderson.id.au
 
@@ -231,7 +209,7 @@
 If you want to use Armadillo without installation (not recommended),
 compile along these lines:
   
-  g++ example1.cpp -o example1 -O2 -I /home/blah/armadillo-6.700.5/include 
-DARMA_DONT_USE_WRAPPER -lblas -llapack
+  g++ example1.cpp -o example1 -O2 -I /home/blah/armadillo-6.700.6/include 
-DARMA_DONT_USE_WRAPPER -lblas -llapack
   
 The above command line assumes that you have unpacked the armadillo archive 
into /home/blah/
 You will need to adjust this for later versions of Armadillo,
@@ -403,8 +381,8 @@
 Documentation of functions and classes is available at:
   
   

commit dovecot22 for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package dovecot22 for openSUSE:Factory 
checked in at 2016-05-04 08:20:26

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-04-11 
10:27:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.dovecot22.new/dovecot22.changes 2016-05-04 
08:20:30.0 +0200
@@ -1,0 +2,89 @@
+Tue Apr 26 22:56:03 UTC 2016 - mrueck...@suse.de
+
+- update pigeonhole 0.4.14
+  * The address test now allows specifying the X-Original-To header.
+  + Implemented the Sieve imapsieve extension and its IMAP
+counterpart (RFC 6785) as a set of plugins. This allows running
+Sieve scripts at IMAP activity, rather than at delivery. There
+are also facilities for the familiar sieve_before/sieve_after
+administrator scripts. A user script is defined for a mailbox
+using an IMAP METADATA entry, whereas administrator scripts are
+configured using mailbox matching rules defined in the plugin
+settings.
+  + Adjusted the Sieve ihave extension to allow capability tests to
+be performed at runtime. This way, scripts can be written that
+work both at delivery and from IMAP.
+  + Implemented support for runtime trace debugging. This means
+that detailed information about which commands, actions and
+tests are performed is written to a file. That file is created
+in the configured directory, but only if that directory exists.
+This way, a particular user can be easily singled out for
+debugging. This works much like the Dovecot rawlog facility.
+The trace output is identical to what is produced using
+sieve-test with its "-t" command line option.
+  + Added a "sieve_user_email" setting that configures the user's
+primary email address. This is mainly useful to have a user
+email address available in IMAP, where envelope data is
+unavailable.
+  + Implemented the dovecot-specific "vnd.dovecot.report"
+extension. This allows sending report messages in the Message
+Abuse Reporting Format (RFC 5965).
+  - extprograms plugin: Fixed epoll() panic caused by closing the
+output FD before the output stream.
+  - Made sure that the local part of a mail address is encoded
+properly using quoted string syntax when it is not a dot-atom.
+
+---
+Tue Apr 26 15:39:33 UTC 2016 - mrueck...@suse.de
+
+- update to 2.2.24
+   * doveconf now warns if it sees a global setting being changed
+ when the same setting was already set inside some filters. (A
+ common mistake has been adding more plugins to a global
+ mail_plugins setting after it was already set inside protocol
+ { .. }, which caused the global setting to be ignored for that
+ protocol.)
+   * LMTP proxy: Increased default timeout 30s -> 125s. This makes
+ it less likely to reach the timeout and cause duplicate
+ deliveries.
+   * LMTP and indexer now append ":suffix" to session IDs to make
+ it unique for the specific user's delivery. (Fixes duplicate
+ session ID warnings in stats process.)
+   + Added dict-ldap for performing read-only LDAP dict lookups.
+   + lazy-expunge: All mails can be saved to a single specified
+ mailbox.
+   + mailbox { autoexpunge } supports now wildcards in mailbox
+ names.
+   + doveadm HTTP API: Added support for proxy commands
+   + imapc: Reconnect when getting disconnected in non-selected
+ state.
+   + imapc: Added imapc_features=modseq to access
+ MODSEQs/HIGHESTMODSEQ.  This is especially useful for
+ incremental dsync.
+   + doveadm auth/user: Auth lookup performs debug logging if -o
+ auth_debug=yes is given to doveadm.
+   + Added passdb/userdb { auth_verbose=yes|no } setting.
+   + Cassandra: Added user, password, num_threads, connect_timeout
+ and request_timeout settings.
+   + doveadm user -e : Print  with %variables
+ expanded.
+   - Huge header lines could have caused Dovecot to use too much
+ memory (depending on config and used IMAP commands).
+ (Typically this would result in only the single user's process
+ dying with out of memory due to reaching service { vsz_limit }
+ - not a global DoS).
+   - dsync: Detect and handle invalid/stale -s state string better.
+   - dsync: Fixed crash caused by specific mailbox renames
+   - auth: Auth cache is now disabled passwd-file. It was
+ unnecessary and it broke %variables in extra fields.
+   - fts-tika: Don't crash if it returns 500 error
+   - dict-redis: Fixed timeout handling
+   - SEARCH INTHREAD was crashing
+   - stats: Only a single fifo_listeners was supported, making it
+ impossible to use both 

commit cinnamon-themes for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package cinnamon-themes for openSUSE:Factory 
checked in at 2016-05-04 08:20:23

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


Package is "cinnamon-themes"

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon-themes/cinnamon-themes.changes  
2016-04-28 17:00:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.cinnamon-themes.new/cinnamon-themes.changes 
2016-05-04 08:20:27.0 +0200
@@ -1,0 +2,6 @@
+Tue May  3 13:13:00 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 2016.05.03:
+  * Linux Mint: Switch snap OSD tint from blue to green.
+
+---

Old:

  cinnamon-themes_2016.04.22.tar.xz

New:

  cinnamon-themes_2016.05.03.tar.xz



Other differences:
--
++ cinnamon-themes.spec ++
--- /var/tmp/diff_new_pack.LQjp1b/_old  2016-05-04 08:20:28.0 +0200
+++ /var/tmp/diff_new_pack.LQjp1b/_new  2016-05-04 08:20:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cinnamon-themes
-Version:2016.04.22
+Version:2016.05.03
 Release:0
 Summary:Default Cinnamon Themes
 License:GPL-3.0+

++ cinnamon-themes_2016.04.22.tar.xz -> cinnamon-themes_2016.05.03.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-themes/debian/changelog 
new/cinnamon-themes/debian/changelog
--- old/cinnamon-themes/debian/changelog2016-04-22 15:18:23.0 
+0200
+++ new/cinnamon-themes/debian/changelog2016-05-03 13:19:55.0 
+0200
@@ -1,3 +1,9 @@
+cinnamon-themes (2016.05.03) sarah; urgency=medium
+
+  * Linux Mint theme: Switch snap OSD tint from blue to green
+
+ -- Clement Lefebvre   Tue, 03 May 2016 12:19:30 +0100
+
 cinnamon-themes (2016.04.22) sarah; urgency=medium
 
   * Fix sound applet -> applications -> volume sliders
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-themes/usr/share/themes/Linux 
Mint/cinnamon/cinnamon.css new/cinnamon-themes/usr/share/themes/Linux 
Mint/cinnamon/cinnamon.css
--- old/cinnamon-themes/usr/share/themes/Linux Mint/cinnamon/cinnamon.css   
2016-04-22 15:17:33.0 +0200
+++ new/cinnamon-themes/usr/share/themes/Linux Mint/cinnamon/cinnamon.css   
2016-05-03 13:18:28.0 +0200
@@ -2128,7 +2128,7 @@
 
 .tile-preview.snap,
 .tile-hud.snap {
-background-color: rgba(134, 134, 170, 0.5);
+background-color: rgba(134, 170, 134, 0.5);
 border: 1px solid rgba(85, 85, 85, 0.8);
 }
 




commit enigmail for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package enigmail for openSUSE:Factory 
checked in at 2016-05-04 08:20:18

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


Package is "enigmail"

Changes:

--- /work/SRC/openSUSE:Factory/enigmail/enigmail.changes2016-04-11 
10:26:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.enigmail.new/enigmail.changes   2016-05-04 
08:20:21.0 +0200
@@ -1,0 +2,11 @@
+Tue May  3 08:08:26 UTC 2016 - astie...@suse.com
+
+- enigmail 1.9.2:
+  * Add support for Zimbra OpenPGP encrypted messages
+  * Fix decrypt loop with S/MIME signed mails
+  * Fix silently failing import of revocation certificate
+  * Fix E-Mail saved as draft and reopened will show empty message
+  * Fix multipart/signed mail without micalg parameter blank body
+  * Fix display of changed key expiration date 
+
+---

Old:

  enigmail-1.9.1.tar.gz
  enigmail-1.9.1.tar.gz.asc

New:

  enigmail-1.9.2.tar.gz
  enigmail-1.9.2.tar.gz.asc



Other differences:
--
++ enigmail.spec ++
--- /var/tmp/diff_new_pack.LDgWHa/_old  2016-05-04 08:20:22.0 +0200
+++ /var/tmp/diff_new_pack.LDgWHa/_new  2016-05-04 08:20:22.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   enigmail
-Version:1.9.1
+Version:1.9.2
 Release:0
 Summary:OpenPGP addon for Thunderbird and SeaMonkey
 License:MPL-1.1 or GPL-2.0+

++ enigmail-1.9.1.tar.gz -> enigmail-1.9.2.tar.gz ++
 2106 lines of diff (skipped)





commit qmmp for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package qmmp for openSUSE:Factory checked in 
at 2016-05-04 08:20:22

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


Package is "qmmp"

Changes:

--- /work/SRC/openSUSE:Factory/qmmp/qmmp.changes2016-04-06 
11:52:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.qmmp.new/qmmp.changes   2016-05-04 
08:20:24.0 +0200
@@ -1,0 +2,10 @@
+Tue May  3 10:34:12 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.0.9 (changes since 1.0.7):
+  * Fix session check in the scrobbler plugin.
+  * Fix working with both libre.fm and last.fm.
+  * Fix cell height in the stream browser.
+  * Remove borders from statusbar in the qsui plugin.
+  * Fix taglib-1.9 support.
+
+---

Old:

  qmmp-1.0.7.tar.bz2

New:

  qmmp-1.0.9.tar.bz2



Other differences:
--
++ qmmp.spec ++
--- /var/tmp/diff_new_pack.ZdkS3B/_old  2016-05-04 08:20:25.0 +0200
+++ /var/tmp/diff_new_pack.ZdkS3B/_new  2016-05-04 08:20:25.0 +0200
@@ -19,7 +19,7 @@
 %define sover   1
 %bcond_with restricted
 Name:   qmmp
-Version:1.0.7
+Version:1.0.9
 Release:0
 Summary:Qt-based Multimedia Player
 License:GPL-2.0+
@@ -37,6 +37,7 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libmpcdec-devel
 BuildRequires:  libqt5-qttools-devel >= 5.4
+BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(Qt5Core) >= 5.4
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.4
 BuildRequires:  pkgconfig(Qt5Network) >= 5.4

++ qmmp-1.0.7.tar.bz2 -> qmmp-1.0.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.0.7/CMakeLists.txt 
new/qmmp-1.0.9/CMakeLists.txt
--- old/qmmp-1.0.7/CMakeLists.txt   2016-04-03 14:15:58.0 +0200
+++ new/qmmp-1.0.9/CMakeLists.txt   2016-05-02 14:23:19.0 +0200
@@ -5,7 +5,7 @@
 SET(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} /usr/local/include)
 
 #Qt5 modules
-SET(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} /opt/qt55/lib/cmake)
+SET(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} /opt/qt56/lib/cmake)
 
 #extract version from qmmp.h
 FILE(STRINGS "${CMAKE_CURRENT_SOURCE_DIR}/src/qmmp/qmmp.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.0.7/ChangeLog new/qmmp-1.0.9/ChangeLog
--- old/qmmp-1.0.7/ChangeLog2016-04-03 14:15:58.0 +0200
+++ new/qmmp-1.0.9/ChangeLog2016-05-02 14:23:19.0 +0200
@@ -1109,3 +1109,14 @@
 * fixed sendig multiple play commands when opening several files for playback
 * fixed memory leaks
 * fixed qt5.6 support
+
+Version 1.0.8
+* fixed session check in the scrobbler plugin
+* fixed working with both libre.fm and last.fm
+* fixed cell height in the stream browser
+* fixed unicode support under windows
+* fixed problem with file access under windows
+* removed borders from statusbar in the qsui plugin
+
+Version 1.0.9
+* fixed taglib-1.9 support
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.0.7/ChangeLog.rus new/qmmp-1.0.9/ChangeLog.rus
--- old/qmmp-1.0.7/ChangeLog.rus2016-04-03 14:15:58.0 +0200
+++ new/qmmp-1.0.9/ChangeLog.rus2016-05-02 14:23:19.0 +0200
@@ -,3 +,14 @@
 * устранена отправка множества команд "воспроизвести" при открытии нескольких 
файлов для воспроизведения
 * устранены утечки памяти
 * исправлена поддержка qt5.6
+
+Версия 1.0.8
+* исправлена проверка сессии в модуле scrobbler
+* исправлена одновременная работа с last.fm и libre.fm
+* исправлен размер ячеек в списке интернет-радиостанций
+* исправлена поддержка юникода под windows
+* исправлена проблема доступа к файлам под windows
+* отключены отсупы в строке состояния интерфейса qsui
+
+Версия 1.0.9
+* исправлена поддержка taglib-1.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.0.7/ChangeLog.svn new/qmmp-1.0.9/ChangeLog.svn
--- old/qmmp-1.0.7/ChangeLog.svn2016-04-03 14:15:58.0 +0200
+++ new/qmmp-1.0.9/ChangeLog.svn2016-05-02 14:23:19.0 +0200
@@ -1,4 +1,44 @@
 
+r6316 | trialuser02 | 2016-05-02 15:22:28 +0300 (Пн., 02 мая 2016) | 1 line
+
+updated changelogs
+
+r6315 | trialuser02 | 2016-05-02 14:36:43 +0300 (Пн., 02 мая 2016) | 1 line
+
+fixed taglib-1.9 support
+
+r6314 | trialuser02 | 2016-05-02 14:25:06 +0300 (Пн., 02 мая 

commit python-oslo.messaging for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.messaging for 
openSUSE:Factory checked in at 2016-05-04 08:20:01

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  
2015-10-30 13:42:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.messaging.new/python-oslo.messaging.changes
 2016-05-04 08:20:03.0 +0200
@@ -1,0 +2,26 @@
+Mon Apr  4 11:29:25 UTC 2016 - tbecht...@suse.com
+
+- update to 4.6.1:
+  * Fix Break in Windows platforms
+  * Always delete exc_info tuple, even if reply fails
+  * Fail quickly if there on bad password
+  * Updated from global requirements
+  * Always set all socket timeouts
+- Adjust Requires
+
+---
+Wed Mar 16 11:15:06 UTC 2016 - tbecht...@suse.com
+
+- update to 4.5.1:
+  * Bump rabbit_transient_queues_ttl to 30 mins
+  * Fix Notification listener blocking behavior
+  * Update .gitreview for stable/mitaka
+- Adjust Requires
+
+---
+Sun Feb 28 13:17:45 UTC 2016 - dmuel...@suse.com
+
+- update to 4.5.0:
+  * too long to include, see included changes
+
+---

Old:

  oslo.messaging-2.5.0.tar.gz

New:

  oslo.messaging-4.6.1.tar.gz



Other differences:
--
++ python-oslo.messaging.spec ++
--- /var/tmp/diff_new_pack.jiumZT/_old  2016-05-04 08:20:04.0 +0200
+++ /var/tmp/diff_new_pack.jiumZT/_new  2016-05-04 08:20:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.messaging
 #
-# 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,8 +17,10 @@
 
 
 %define component oslo_messaging
+%define version_unconverted 4.6.1
+
 Name:   python-oslo.messaging
-Version:2.5.0
+Version:4.6.1
 Release:0
 Url:https://launchpad.net/oslo/
 Summary:OpenStack Messaging API
@@ -45,24 +47,27 @@
 BuildRequires:  python-six
 Requires:   python-PyYAML >= 3.1.0
 Requires:   python-WebOb >= 1.2.3
-Requires:   python-aioeventlet >= 0.4
 Requires:   python-amqp >= 1.4.0
 Requires:   python-cachetools >= 1.0.0
-Requires:   python-eventlet >= 0.17.4
-Requires:   python-futurist >= 0.1.2
+Requires:   python-debtcollector >= 1.2.0
+Requires:   python-eventlet >= 0.18.2
+Requires:   python-futures >= 3.0
+Requires:   python-futurist >= 0.11.0
 Requires:   python-greenlet >= 0.3.2
-Requires:   python-kombu >= 3.0.7
-Requires:   python-oslo.config >= 2.3.0
+Requires:   python-kombu >= 3.0.25
+Requires:   python-oslo.config >= 3.7.0
 Requires:   python-oslo.context >= 0.2.0
-Requires:   python-oslo.i18n >= 1.5.0
-Requires:   python-oslo.log >= 1.8.0
-Requires:   python-oslo.middleware >= 2.8.0
-Requires:   python-oslo.serialization >= 1.4.0
-Requires:   python-oslo.service >= 0.7.0
-Requires:   python-oslo.utils >= 2.0.0
+Requires:   python-oslo.i18n >= 2.1.0
+Requires:   python-oslo.log >= 1.14.0
+Requires:   python-oslo.middleware >= 3.0.0
+Requires:   python-oslo.serialization >= 1.10.0
+Requires:   python-oslo.service >= 1.0.0
+Requires:   python-oslo.utils >= 3.5.0
+Requires:   python-pika >= 0.10.0
+Requires:   python-pika-pool >= 0.1.3
+Requires:   python-retrying >= 1.2.3
 Requires:   python-six >= 1.9.0
 Requires:   python-stevedore >= 1.5.0
-Requires:   python-trollius >= 1.0
 %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
@@ -107,7 +112,8 @@
 
 %install
 %{__python2} setup.py install --skip-build --root %{buildroot}
-
+# disabling git call for last modification date from git repo
+sed '/^html_last_updated_fmt.*/,/.)/ s/^/#/' -i doc/source/conf.py
 # generate html docs
 sphinx-build doc/source html
 # remove the sphinx-build leftovers
@@ -118,7 +124,7 @@
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README.rst AUTHORS
-%{_bindir}/oslo-messaging-zmq-receiver
+%{_bindir}/oslo-messaging-zmq-broker
 %{python2_sitelib}/oslo_messaging
 %{python2_sitelib}/*.egg-info
 

++ oslo.messaging-2.5.0.tar.gz -> oslo.messaging-4.6.1.tar.gz ++

commit cpupower for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package cpupower for openSUSE:Factory 
checked in at 2016-05-04 08:19:57

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


Package is "cpupower"

Changes:

--- /work/SRC/openSUSE:Factory/cpupower/cpupower.changes2016-04-28 
16:58:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.cpupower.new/cpupower.changes   2016-05-04 
08:19:58.0 +0200
@@ -1,0 +2,9 @@
+Thu Apr 28 12:28:09 UTC 2016 - tr...@suse.de
+
+- Update turbostat to version 4.12
+- Update cpupower to latest sources
+- Let turbostat only build against a local msr-index.h
+  Also add the msr-index.h export to the tarball from git repo script
+*Delete make_header_file_passable_from_outside.patch
+
+---

Old:

  make_header_file_passable_from_outside.patch
  msr-index.h
  turbostat-4.8.tar.bz2

New:

  turbostat-4.12.tar.bz2



Other differences:
--
++ cpupower.spec ++
--- /var/tmp/diff_new_pack.ZeOTjc/_old  2016-05-04 08:19:59.0 +0200
+++ /var/tmp/diff_new_pack.ZeOTjc/_new  2016-05-04 08:19:59.0 +0200
@@ -22,7 +22,7 @@
 %define version %(rpm -q --qf '%{VERSION}' kernel-source)
 Version:4.6
 Release:0
-%define tsversion  4.8
+%define tsversion  4.12
 Summary:Tools to determine and set CPU Power related Settings
 License:GPL-2.0
 Group:  System/Base
@@ -30,15 +30,10 @@
 Source: %{name}-%{version}.tar.bz2
 Source1:turbostat-%{tsversion}.tar.bz2
 Source2:cpupower_export_tarball_from_git.sh
-Source3:msr-index.h
 
 Patch1: library_cleanup.patch
 Patch20:turbostat_fix_man_perm.patch
-Patch21:make_header_file_passable_from_outside.patch
 Patch22:turbostat_set_asm_header_fixed.patch
-%if 0%{?suse_version} > 1315
-BuildRequires:  linux-glibc-devel
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gettext-tools
 BuildRequires:  pciutils
@@ -86,10 +81,7 @@
 %patch1  -p1
 cd ../turbostat-%{tsversion}
 %patch20 -p1
-%patch21 -p1
-%if 0%{?suse_version} <= 1315
 %patch22 -p1
-%endif
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.
@@ -101,10 +93,8 @@
 
 %ifarch ix86 x86_64
 cd ../turbostat-%{tsversion}
-%if 0%{?suse_version} <= 1315
-cp %{SOURCE3} .
-%endif
-CFLAGS="%optflags -I. -DMSRHEADER=\"\"" make %{?_smp_mflags}
+export CFLAGS="%optflags -I ."
+make %{?_smp_mflags}
 %endif
 
 %install

++ cpupower-4.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cpupower-4.6/Makefile new/cpupower-4.6/Makefile
--- old/cpupower-4.6/Makefile   2015-12-07 16:45:21.0 +0100
+++ new/cpupower-4.6/Makefile   2016-04-27 01:25:51.0 +0200
@@ -47,6 +47,11 @@
 # cpufreq-bench benchmarking tool
 CPUFREQ_BENCH ?= true
 
+# Do not build libraries, but build the code in statically
+# Libraries are still built, otherwise the Makefile code would
+# be rather ugly.
+export STATIC ?= false
+
 # Prefix to the directories we're installing to
 DESTDIR ?=
 
@@ -161,6 +166,12 @@
COMPILE_BENCH += compile-bench
 endif
 
+ifeq ($(strip $(STATIC)),true)
+UTIL_OBJS += $(LIB_OBJS)
+UTIL_HEADERS += $(LIB_HEADERS)
+UTIL_SRC += $(LIB_SRC)
+endif
+
 CFLAGS += $(WARNINGS)
 
 ifeq ($(strip $(V)),false)
@@ -209,7 +220,11 @@
 
 $(OUTPUT)cpupower: $(UTIL_OBJS) $(OUTPUT)libcpupower.so.$(LIB_MAJ)
$(ECHO) "  CC  " $@
+ifeq ($(strip $(STATIC)),true)
+   $(QUIET) $(CC) $(CFLAGS) $(LDFLAGS) $(UTIL_OBJS) -lrt -lpci -L$(OUTPUT) 
-o $@
+else
$(QUIET) $(CC) $(CFLAGS) $(LDFLAGS) $(UTIL_OBJS) -lcpupower -lrt -lpci 
-L$(OUTPUT) -o $@
+endif
$(QUIET) $(STRIPCMD) $@
 
 $(OUTPUT)po/$(PACKAGE).pot: $(UTIL_SRC)
@@ -291,7 +306,11 @@
@#DESTDIR must be set from outside to survive
@sbindir=$(sbindir) bindir=$(bindir) docdir=$(docdir) 
confdir=$(confdir) $(MAKE) -C bench O=$(OUTPUT) install
 
+ifeq ($(strip $(STATIC)),true)
+install: all install-tools install-man $(INSTALL_NLS) $(INSTALL_BENCH)
+else
 install: all install-lib install-tools install-man $(INSTALL_NLS) 
$(INSTALL_BENCH)
+endif
 
 uninstall:
- rm -f $(DESTDIR)${libdir}/libcpupower.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cpupower-4.6/bench/Makefile 
new/cpupower-4.6/bench/Makefile
--- old/cpupower-4.6/bench/Makefile 2015-12-07 16:45:21.0 +0100
+++ new/cpupower-4.6/bench/Makefile 2016-04-27 01:25:51.0 +0200
@@ -5,9 +5,15 @@
 endif
 endif
 
+ifeq ($(strip $(STATIC)),true)
+LIBS = -L../ -L$(OUTPUT) -lm

commit raspberrypi-firmware for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package raspberrypi-firmware for 
openSUSE:Factory checked in at 2016-05-04 08:19:52

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


Package is "raspberrypi-firmware"

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware/raspberrypi-firmware.changes
2016-04-11 10:26:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware.new/raspberrypi-firmware.changes
   2016-05-04 08:19:53.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 29 08:49:32 UTC 2016 - guilla...@opensuse.org
+
+- Update to 20958cd (2016-04-27)
+
+---

Old:

  raspberrypi-firmware-2016.04.05.tar.bz2

New:

  raspberrypi-firmware-2016.04.27.tar.bz2



Other differences:
--
++ raspberrypi-firmware.spec ++
--- /var/tmp/diff_new_pack.bHhexC/_old  2016-05-04 08:19:54.0 +0200
+++ /var/tmp/diff_new_pack.bHhexC/_new  2016-05-04 08:19:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware
-Version:2016.04.05
+Version:2016.04.27
 Release:0
 Summary:Binary bootloader and firmware files for Raspberry Pi
 License:SUSE-Firmware

++ raspberrypi-firmware-2016.04.05.tar.bz2 -> 
raspberrypi-firmware-2016.04.27.tar.bz2 ++
/work/SRC/openSUSE:Factory/raspberrypi-firmware/raspberrypi-firmware-2016.04.05.tar.bz2
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware.new/raspberrypi-firmware-2016.04.27.tar.bz2
 differ: char 11, line 1




commit python-oslo.log for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.log for openSUSE:Factory 
checked in at 2016-05-04 08:19:38

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


Package is "python-oslo.log"

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.log/python-oslo.log.changes  
2015-12-21 12:03:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-oslo.log.new/python-oslo.log.changes 
2016-05-04 08:19:39.0 +0200
@@ -1,0 +2,63 @@
+Mon Mar 14 11:01:43 UTC 2016 - tbecht...@suse.com
+
+- update to 3.2.0:
+  * use log.warning instead of log.warn
+  * Imported Translations from Zanata
+  * Updated from global requirements
+  * Remove deprecated use-syslog-rfc-format option
+  * Add release note for removed log_format option
+  * Updated from global requirements
+  * add page for release notes for unreleased versions
+  * add a release note about using reno
+  * Add reno for release notes management
+  * remove pypy from default tox environment list
+  * stop making a copy of options discovered by config generator
+  * always run coverage report
+  * Remove bandit.yaml in favor of defaults
+  * Updated from global requirements
+  * Fix spell typos
+  * set oslo.cache and dogpile to INFO
+  * Update translation setup
+  * Updated from global requirements
+  * Updated from global requirements
+  * Updated from global requirements
+  * Imported Translations from Zanata
+  * Updated from global requirements
+  * Improve Logging docs with inline examples and context example
+  * Revert "Pass environment variables of proxy to tox"
+  * Clean up removed hacking rule from [flake8] ignore lists
+  * Provide a deprecated_reason for use_syslog_rfc_format
+  * Remove deprecated log-format option
+  * Improve documentataion of Oslo Log Usage
+  * Added public method to getting default log levels
+  * Updated from global requirements
+  * enable isotime for exceptions
+  * assertIsNone(val) instead of assertEqual(None,val)
+- Adjust Requires
+
+---
+Mon Jan  4 14:15:12 UTC 2016 - dmuel...@suse.com
+
+- update to 2.2.0:
+  * Set keystoneauth default log level to WARN
+  * Format record before passing it to syslog
+  * Updated from global requirements
+  * Updated from global requirements
+  * Remove iso8601 dependency
+  * Remove duplicated profiles section from bandit.yaml
+  * test_logging_error: build a logger at the test level
+  * Cleanup all handlers in _setup_logging_from_conf
+  * Drop python 2.6 support
+  * Add a 'bandit' target to tox.ini
+  * Updated from global requirements
+  * Log to sys.stderr to avoid "No handlers could be found..."
+  * Remove python 2.6 classifier
+  * Remove python 2.6 and cleanup tox.ini
+  * Refactor Python 2.6 check to use constant
+  * The user_identity format flexibility
+  * Updated from global requirements
+  * Imported Translations from Zanata
+  * Updated from global requirements
+  * Allow oslo.log to work on non-linux platforms
+
+---

Old:

  oslo.log-1.12.0.tar.gz

New:

  oslo.log-3.2.0.tar.gz



Other differences:
--
++ python-oslo.log.spec ++
--- /var/tmp/diff_new_pack.7cXiRo/_old  2016-05-04 08:19:40.0 +0200
+++ /var/tmp/diff_new_pack.7cXiRo/_new  2016-05-04 08:19:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.log
 #
-# 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,8 +16,10 @@
 #
 
 
+%define version_unconverted 3.2.0
+
 Name:   python-oslo.log
-Version:1.12.0
+Version:3.2.0
 Release:0
 Summary:OpenStack logging API
 License:Apache-2.0
@@ -40,6 +42,7 @@
 BuildRequires:  python-oslosphinx
 BuildRequires:  python-oslotest
 BuildRequires:  python-pyinotify
+BuildRequires:  python-python-dateutil
 BuildRequires:  python-python-subunit
 BuildRequires:  python-sphinx
 BuildRequires:  python-testrepository
@@ -47,14 +50,14 @@
 BuildRequires:  python-testtools
 
 Requires:   python-Babel >= 1.3
-Requires:   python-debtcollector >= 0.3.0
-Requires:   python-iso8601 >= 0.1.9
-Requires:   python-oslo.config >= 2.3.0
+Requires:   python-debtcollector >= 1.2.0
+Requires:   python-oslo.config >= 3.4.0
 Requires:   python-oslo.context >= 0.2.0
-Requires:   python-oslo.i18n >= 1.5.0
-Requires:   python-oslo.serialization >= 1.4.0
-Requires:   python-oslo.utils 

commit python-oslotest for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-oslotest for openSUSE:Factory 
checked in at 2016-05-04 08:20:00

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


Package is "python-oslotest"

Changes:

--- /work/SRC/openSUSE:Factory/python-oslotest/python-oslotest.changes  
2015-09-02 07:54:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-oslotest.new/python-oslotest.changes 
2016-05-04 08:20:00.0 +0200
@@ -1,0 +2,22 @@
+Thu Mar  3 07:14:29 UTC 2016 - tbecht...@suse.com
+
+- update to 2.0.0:
+  * Updated from global requirements
+  * Remove Python 2.6 classifier
+  * mockpatch: deprecate in favor of native fixtures
+  * Remove python 2.6 and cleanup tox.ini
+  * Updated from global requirements
+  * Fix coverage configuration and execution
+  * Updated from global requirements
+  * Add documentation about using oslo_debug_helper
+  * add oslo.config a test requirement
+  * clean up readme and doc title
+  * clean up toctree
+  * auto-generate API documentation
+  * Fix the home-page with Oslotest wikipage
+  * Fixup docstrings
+  * Updated from global requirements
+  * Updated from global requirements
+- Switch to .spec from rpm-packaging upstream project
+
+---

Old:

  oslotest-1.10.0.tar.gz

New:

  oslotest-2.0.0.tar.gz



Other differences:
--
++ python-oslotest.spec ++
--- /var/tmp/diff_new_pack.8BZSR7/_old  2016-05-04 08:20:01.0 +0200
+++ /var/tmp/diff_new_pack.8BZSR7/_new  2016-05-04 08:20:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslotest
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,18 @@
 
 
 Name:   python-oslotest
-Version:1.10.0
+Version:2.0.0
 Release:0
 Summary:OpenStack test framework
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:http://launchpad.net/oslo
+Url:https://launchpad.net/oslotest
 Source: 
https://pypi.python.org/packages/source/o/oslotest/oslotest-%{version}.tar.gz
+BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python-pbr
 # Test requirements:
+BuildRequires:  python-debtcollector >= 0.3.0
 BuildRequires:  python-fixtures >= 0.3.14
 BuildRequires:  python-mock >= 1.0
 BuildRequires:  python-mox3 >= 0.7.0
@@ -34,7 +36,7 @@
 BuildRequires:  python-six
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
-BuildRequires:  python-testtools >= 0.9.34
+BuildRequires:  python-testtools >= 1.4.0
 Requires:   python-fixtures >= 1.3.1
 Requires:   python-mock >= 1.0.1
 Requires:   python-mox3 >= 0.7.0
@@ -44,36 +46,31 @@
 Requires:   python-testrepository >= 0.0.18
 Requires:   python-testscenarios >= 0.4
 Requires:   python-testtools >= 1.4.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-BuildRequires:  python-discover
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
 
 %description
-OpenStack test framework
+The Oslo Test framework provides common fixtures, support for debugging, and
+better support for mocking results.
 
 %prep
 %setup -q -n oslotest-%{version}
 
 %build
-python setup.py build
+%{__python2} setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
 testr init && testr run
 
 %files
-%defattr(-,root,root,-)
-%doc ChangeLog README.rst LICENSE AUTHORS
+%license LICENSE
+%doc ChangeLog README.rst AUTHORS
 %{_bindir}/oslo_debug_helper
 %{_bindir}/oslo_run_cross_tests
 %{_bindir}/oslo_run_pre_release_tests
-
-%{python_sitelib}/*
+%{python2_sitelib}/oslotest
+%{python2_sitelib}/oslotest*egg-info
 
 %changelog

++ oslotest-1.10.0.tar.gz -> oslotest-2.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslotest-1.10.0/.coveragerc 
new/oslotest-2.0.0/.coveragerc
--- old/oslotest-1.10.0/.coveragerc 2015-08-03 19:20:54.0 +0200
+++ new/oslotest-2.0.0/.coveragerc  2015-11-23 21:59:20.0 +0100
@@ -1,7 +1,8 @@
 [run]
 branch = True
-source = test
-omit = test/tests/*,test/openstack/*
+source = oslotest

commit python-oslo.concurrency for openSUSE:Factory

2016-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.concurrency for 
openSUSE:Factory checked in at 2016-05-04 08:20:03

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
  2015-10-30 13:42:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.concurrency.new/python-oslo.concurrency.changes
 2016-05-04 08:20:04.0 +0200
@@ -1,0 +2,46 @@
+Mon Apr  4 11:19:26 UTC 2016 - tbecht...@suse.com
+
+- update to 3.7.0:
+  * Updated from global requirements
+  * Update .gitreview for stable/mitaka
+- Adjust Requires
+
+---
+Wed Mar 16 16:52:58 UTC 2016 - tbecht...@suse.com
+
+- Add python-enum34 as BuildRequires to fix tests
+
+---
+Mon Feb 29 09:33:56 UTC 2016 - dmuel...@suse.com
+
+- update to 3.6.0:
+  * Updated from global requirements
+  * Update translation setup
+  * Add prlimit parameter to execute()
+  * Imported Translations from Zanata
+  * Remove unnecessary package in setup.cfg
+
+---
+Sun Feb 28 13:15:49 UTC 2016 - dmuel...@suse.com
+
+- update to 3.2.0:
+  * Updated from global requirements
+  * Trival: Remove 'MANIFEST.in'
+  * Add complementary remove lock with prefix function
+  * Drop python 2.6 support
+  * Updated from global requirements
+  * Remove python 2.6 classifier
+  * Use versionadded and versionchanged in doc
+  * Updated from global requirements
+  * Imported Translations from Zanata
+  * Fix Tests to run under OSX
+  * Fix coverage configuration and execution
+  * Imported Translations from Zanata
+  * Move 'history' -> release notes section
+  * add auto-generated docs for config options
+  * Change ignore-errors to ignore_errors
+  * Updated from global requirements
+  * Imported Translations from Zanata
+  * Use int enumerations for log error constants
+
+---

Old:

  oslo.concurrency-2.6.0.tar.gz

New:

  oslo.concurrency-3.7.0.tar.gz



Other differences:
--
++ python-oslo.concurrency.spec ++
--- /var/tmp/diff_new_pack.zkDOh7/_old  2016-05-04 08:20:05.0 +0200
+++ /var/tmp/diff_new_pack.zkDOh7/_new  2016-05-04 08:20:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.concurrency
 #
-# 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,8 +16,10 @@
 #
 
 
+%define version_unconverted 3.7.0
+
 Name:   python-oslo.concurrency
-Version:2.6.0
+Version:3.7.0
 Release:0
 Summary:OpenStack Oslo concurrency library
 License:Apache-2.0
@@ -26,6 +28,7 @@
 Source: 
https://pypi.python.org/packages/source/o/oslo.concurrency/oslo.concurrency-%{version}.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-devel
+BuildRequires:  python-enum34
 BuildRequires:  python-eventlet
 BuildRequires:  python-fasteners
 BuildRequires:  python-fixtures
@@ -41,19 +44,16 @@
 BuildRequires:  python-sphinx
 BuildRequires:  python-testrepository
 Requires:   python-Babel >= 1.3
+Requires:   python-enum34
 Requires:   python-fasteners >= 0.7
 Requires:   python-iso8601 >= 0.1.9
-Requires:   python-oslo.config >= 2.3.0
-Requires:   python-oslo.i18n >= 1.5.0
-Requires:   python-oslo.utils >= 2.0.0
+Requires:   python-oslo.config >= 3.7.0
+Requires:   python-oslo.i18n >= 2.1.0
+Requires:   python-oslo.utils >= 3.5.0
 Requires:   python-retrying >= 1.2.3
 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
 Oslo concurrency library has utilities for safely running multi-thread,
@@ -85,8 +85,10 @@
 %{__python2} setup.py install --skip-build --root %{buildroot}
 
 %check
+%if "%_lib" == "lib64"
 testr init
 testr run --parallel
+%endif
 
 %files
 %defattr(-,root,root,-)

++ oslo.concurrency-2.6.0.tar.gz -> oslo.concurrency-3.7.0.tar.gz ++
 2251 lines of diff (skipped)