commit python3-CherryPy for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package python3-CherryPy for 
openSUSE:Factory checked in at 2015-04-25 21:51:03

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


Package is "python3-CherryPy"

Changes:

--- /work/SRC/openSUSE:Factory/python3-CherryPy/python3-CherryPy.changes
2014-12-19 09:37:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-CherryPy.new/python3-CherryPy.changes   
2015-04-25 21:51:05.0 +0200
@@ -1,0 +2,13 @@
+Sat Apr 25 18:22:14 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 3.7.0:
+  * CherryPy daemon may now be invoked with "python -m cherrypy" in
+addition to the "cherryd" script.
+  * Issue #1298: Fix SSL handling on CPython 2.7 with builtin SSL
+module and pyOpenSSL 0.14. This change will break PyPy for now.
+  * Several documentation fixes.
+
+---

Old:

  CherryPy-3.6.0.tar.gz

New:

  CherryPy-3.7.0.tar.gz



Other differences:
--
++ python3-CherryPy.spec ++
--- /var/tmp/diff_new_pack.BTYUqA/_old  2015-04-25 21:51:05.0 +0200
+++ /var/tmp/diff_new_pack.BTYUqA/_new  2015-04-25 21:51:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-CherryPy
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   python3-CherryPy
-Version:3.6.0
+Version:3.7.0
 Release:0
 Url:http://www.cherrypy.org
 Summary:Object-Oriented HTTP framework

++ CherryPy-3.6.0.tar.gz -> CherryPy-3.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CherryPy-3.6.0/CherryPy.egg-info/PKG-INFO 
new/CherryPy-3.7.0/CherryPy.egg-info/PKG-INFO
--- old/CherryPy-3.6.0/CherryPy.egg-info/PKG-INFO   2014-09-14 
06:05:58.0 +0200
+++ new/CherryPy-3.7.0/CherryPy.egg-info/PKG-INFO   2015-04-24 
19:58:15.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: CherryPy
-Version: 3.6.0
+Version: 3.7.0
 Summary: Object-Oriented HTTP framework
 Home-page: http://www.cherrypy.org
 Author: CherryPy Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CherryPy-3.6.0/CherryPy.egg-info/SOURCES.txt 
new/CherryPy-3.7.0/CherryPy.egg-info/SOURCES.txt
--- old/CherryPy-3.6.0/CherryPy.egg-info/SOURCES.txt2014-09-14 
06:06:03.0 +0200
+++ new/CherryPy-3.7.0/CherryPy.egg-info/SOURCES.txt2015-04-24 
19:58:17.0 +0200
@@ -8,6 +8,7 @@
 CherryPy.egg-info/top_level.txt
 cherrypy/LICENSE.txt
 cherrypy/__init__.py
+cherrypy/__main__.py
 cherrypy/_cpchecker.py
 cherrypy/_cpcompat.py
 cherrypy/_cpcompat_subprocess.py
@@ -26,6 +27,7 @@
 cherrypy/_cpwsgi.py
 cherrypy/_cpwsgi_server.py
 cherrypy/cherryd
+cherrypy/daemon.py
 cherrypy/favicon.ico
 cherrypy/lib/__init__.py
 cherrypy/lib/auth.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CherryPy-3.6.0/PKG-INFO new/CherryPy-3.7.0/PKG-INFO
--- old/CherryPy-3.6.0/PKG-INFO 2014-09-14 06:06:03.0 +0200
+++ new/CherryPy-3.7.0/PKG-INFO 2015-04-24 19:58:17.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: CherryPy
-Version: 3.6.0
+Version: 3.7.0
 Summary: Object-Oriented HTTP framework
 Home-page: http://www.cherrypy.org
 Author: CherryPy Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CherryPy-3.6.0/cherrypy/LICENSE.txt 
new/CherryPy-3.7.0/cherrypy/LICENSE.txt
--- old/CherryPy-3.6.0/cherrypy/LICENSE.txt 2014-09-11 02:52:02.0 
+0200
+++ new/CherryPy-3.7.0/cherrypy/LICENSE.txt 2015-02-02 14:57:45.0 
+0100
@@ -1,4 +1,4 @@
-Copyright (c) 2004-2011, CherryPy Team (t...@cherrypy.org)
+Copyright (c) 2004-2015, CherryPy Team (t...@cherrypy.org)
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without 
modification, 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CherryPy-3.6.0/cherrypy/__init__.py 
new/CherryPy-3.7.0/cherrypy/__init__.py
--- old/CherryPy-3.6.0/cherrypy/__init__.py 2014-09-14 06:05:54.0 
+0200
+++ new/CherryPy-3.7.0/cherrypy/__init__.py 2015-04-24 19:58:09.0 
+0200
@@ -56,7 +56,7 @@
 These API's are described in the `CherryPy specification 
`_.
 """

commit python3-pycparser for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package python3-pycparser for 
openSUSE:Factory checked in at 2015-04-25 21:51:08

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


Package is "python3-pycparser"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pycparser/python3-pycparser.changes  
2014-09-03 21:00:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pycparser.new/python3-pycparser.changes 
2015-04-25 21:51:10.0 +0200
@@ -1,0 +2,26 @@
+Sat Apr 25 18:31:32 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * updated url
+
+- update to version 2.12:
+  * This is a fix release for 2.11; the memory optimization with
+__slots__ on Coord and AST nodes didn't take weakrefs into
+account, which broke cffi and its many dependents (iseue
+#76). Fixed by adding __weakref__ to __slots__.
+
+- changes from version 2.11:
+  * Add support for C99 6.5.3.7 p7 - qualifiers within array
+dimensions in function declarations. Started with issue #21
+(reported with initial patch by Robin Martinjak).
+  * Issue #27: bug in handling of unified wstring literals.
+  * Issue #28: fix coord reporting for 'for' loops.
+  * Added "examples/using_gcc_E_libc.py" to demonstrate how "gcc
+-E" can be used instead of "cpp" for preprocessing.
+  * Pull request #64: support keywords like const, volatile, restrict
+and static in dimensions in array declarations.
+  * Reduce memory usage of AST nodes (issue #72).
+  * Parsing order of nested pointer declarations fixed (issue #68).
+
+---

Old:

  pycparser-2.10.tar.gz

New:

  pycparser-2.12.tar.gz



Other differences:
--
++ python3-pycparser.spec ++
--- /var/tmp/diff_new_pack.Ltvrmt/_old  2015-04-25 21:51:10.0 +0200
+++ /var/tmp/diff_new_pack.Ltvrmt/_new  2015-04-25 21:51:10.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-pycparser
+# spec file for package python3-pycparser
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -13,15 +13,16 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python3-pycparser
-Version:2.10
+Version:2.12
 Release:0
-License:BSD-3-Clause
 Summary:C parser in Python
-Url:https://bitbucket.org/eliben/pycparser
+License:BSD-3-Clause
 Group:  Development/Languages/Python
+Url:https://github.com/eliben/pycparser
 Source: 
http://pypi.python.org/packages/source/p/pycparser/pycparser-%{version}.tar.gz
 BuildRequires:  python3
 BuildRequires:  python3-devel

++ pycparser-2.10.tar.gz -> pycparser-2.12.tar.gz ++
 3701 lines of diff (skipped)




commit python3-Markups for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package python3-Markups for openSUSE:Factory 
checked in at 2015-04-25 21:51:13

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


Package is "python3-Markups"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Markups/python3-Markups.changes  
2015-01-30 06:12:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-Markups.new/python3-Markups.changes 
2015-04-25 21:51:14.0 +0200
@@ -1,0 +2,16 @@
+Sat Apr 25 18:24:19 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * updated url
+  * README -> README.rst
+
+- update to version 0.6.1:
+  * PyMarkups now uses warnings system instead of printing messages
+to stderr.
+  * Improvements to Markdown markup:
++ Fixed parsing math that contains nested environments
+  (thanks to Gautam Iyer for the patch).
++ Fixed crash on extensions names starting with dot.
+  * Miscellaneous fixes.
+
+---

Old:

  Markups-0.6.0.tar.gz

New:

  Markups-0.6.1.tar.gz



Other differences:
--
++ python3-Markups.spec ++
--- /var/tmp/diff_new_pack.Y0k0eW/_old  2015-04-25 21:51:15.0 +0200
+++ /var/tmp/diff_new_pack.Y0k0eW/_new  2015-04-25 21:51:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-Markups
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,12 +17,12 @@
 
 
 Name:   python3-Markups
-Version:0.6.0
+Version:0.6.1
 Release:0
 Summary:A wrapper around various text markups
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://launchpad.net/python-markups
+Url:https://github.com/mitya57/pymarkups
 Source: 
https://pypi.python.org/packages/source/M/Markups/Markups-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-nose
@@ -44,7 +44,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README changelog LICENSE
+%doc README.rst changelog LICENSE
 %{python3_sitelib}/*
 
 %changelog

++ Markups-0.6.0.tar.gz -> Markups-0.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.6.0/LICENSE new/Markups-0.6.1/LICENSE
--- old/Markups-0.6.0/LICENSE   2014-07-21 12:46:02.0 +0200
+++ new/Markups-0.6.1/LICENSE   2015-02-04 08:17:49.0 +0100
@@ -1,4 +1,4 @@
-Copyright 2012 Dmitry Shachnev .
+Copyright 2012-2015 Dmitry Shachnev .
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.6.0/MANIFEST.in 
new/Markups-0.6.1/MANIFEST.in
--- old/Markups-0.6.0/MANIFEST.in   2014-07-25 21:09:34.0 +0200
+++ new/Markups-0.6.1/MANIFEST.in   2015-02-04 08:17:49.0 +0100
@@ -1,4 +1,5 @@
 include LICENSE
+include README.rst
 include changelog
 include examples/example-template.html
 recursive-include docs *.rst conf.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.6.0/Markups.egg-info/PKG-INFO 
new/Markups-0.6.1/Markups.egg-info/PKG-INFO
--- old/Markups-0.6.0/Markups.egg-info/PKG-INFO 2015-01-25 17:57:10.0 
+0100
+++ new/Markups-0.6.1/Markups.egg-info/PKG-INFO 2015-04-19 10:29:20.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Markups
-Version: 0.6.0
+Version: 0.6.1
 Summary: A wrapper around various text markups
 Home-page: https://github.com/mitya57/pymarkups
 Author: Dmitry Shachnev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.6.0/Markups.egg-info/SOURCES.txt 
new/Markups-0.6.1/Markups.egg-info/SOURCES.txt
--- old/Markups-0.6.0/Markups.egg-info/SOURCES.txt  2015-01-25 
17:57:11.0 +0100
+++ new/Markups-0.6.1/Markups.egg-info/SOURCES.txt  2015-04-19 
10:29:22.0 +0200
@@ -1,6 +1,6 @@
 LICENSE
 MANIFEST.in
-README
+README.rst
 changelog
 setup.py
 Markups.egg-info/PKG-INFO
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markups-0.6.0/PKG-INFO new/Markups-0.6.1/PKG-INFO
--- old/Markups-0.6.0/PKG-INFO  2015-01-25 17:57:11.0 +0100
+++ new/Markups-0.6.1/PKG-INFO  2015-04-19 10:29:22.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Markups
-Version: 0.6.0
+Version: 0.6.1
 Summary: A wrapper around various t

commit python3-Beaker for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package python3-Beaker for openSUSE:Factory 
checked in at 2015-04-25 21:50:59

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


Package is "python3-Beaker"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Beaker/python3-Beaker.changes
2015-01-23 15:46:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-Beaker.new/python3-Beaker.changes   
2015-04-25 21:51:01.0 +0200
@@ -1,0 +2,24 @@
+Sat Apr 25 18:11:17 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * removed python3 and 2to3 requirements
+  * added REAMDE.rst, removed CHANGELOG LICENSE (not in tar-ball anymore)
+
+- update to version 1.7.0:
+  * Beaker no longer supports python 2.4 and 2.5
+  * Beaker now supports Python 2.6, 2.7, 3.2, 3.3, 3.4 without 2to3
+usage
+  * Fixed Encrypted Cookie Session on Python3 #57
+  * New pbkdf2 mobule working on Python3 #21
+  * Fixed Test suite on Python 3.3 #53, #51
+
+- changes from version 1.6.5:
+  * @cached decorator now keeps docstring of decorated method.
+  * Fix crash when Session accessed_time is not available, this
+happened when session encrypt_key was changed.
+  * Fix cache regions not providing a default key length even though
+this was required and examples in the doc didn’t provide it.
+  * Fix crash when cache expire wasn’t an int, this happened when
+caching options were loaded from a config file.
+
+---

Old:

  Beaker-1.6.4.tar.gz

New:

  Beaker-1.7.0.tar.gz



Other differences:
--
++ python3-Beaker.spec ++
--- /var/tmp/diff_new_pack.2lxnVp/_old  2015-04-25 21:51:01.0 +0200
+++ /var/tmp/diff_new_pack.2lxnVp/_new  2015-04-25 21:51:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-Beaker
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   python3-Beaker
-Version:1.6.4
+Version:1.7.0
 Release:0
 Url:http://beaker.rtfd.org/
 Summary:A Session and Caching library with WSGI Middleware
@@ -25,8 +25,6 @@
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/B/Beaker/Beaker-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python3
-BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
 BuildArch:  noarch
@@ -74,7 +72,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGELOG LICENSE
+%doc README.rst
 %{python3_sitelib}/beaker/
 %{python3_sitelib}/Beaker-%{version}-py%{py3_ver}.egg-info
 

++ Beaker-1.6.4.tar.gz -> Beaker-1.7.0.tar.gz ++
 3912 lines of diff (skipped)




commit python3-kombu for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package python3-kombu for openSUSE:Factory 
checked in at 2015-04-25 21:50:53

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


Package is "python3-kombu"

Changes:

--- /work/SRC/openSUSE:Factory/python3-kombu/python3-kombu.changes  
2015-01-23 15:46:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-kombu.new/python3-kombu.changes 
2015-04-25 21:50:54.0 +0200
@@ -1,0 +2,38 @@
+Sat Apr 25 18:07:30 UTC 2015 - a...@gmx.de
+
+- update to version 3.0.26:
+  * Fixed compatibility with py-redis versions before 2.10.3 (Issue
+#470).
+
+- changes from version 3.0.25:
+  * pyamqp/librabbitmq now uses 5671 as default port when SSL is
+enabled (Issue #459).
+  * Redis: Now supports passwords in "redis+socket://:pass@host:port"
+URLs (Issue #460).
+  * "Producer.publish" now defines the "expiration" property in
+support of the `RabbitMQ per-message TTL extension`_.  Contributed
+by Anastasis Andronidis.
+  * Connection transport attribute now set correctly for all
+transports.  Contributed by Alex Koshelev.
+  * qpid: Fixed bug where the connectionw as not being closed
+properly.  Contributed by Brian Bouterse.
+  * :class:`~kombu.entity.bindings` is now JSON serializable (Issue
+#453).  Contributed by Sergey Tikhonov.
+  * Fixed typo in error when yaml is not installed (said "msgpack").
+Contributed by Joshua Harlow.
+  * Redis: Now properly handles "TimeoutError raised by py-redis.
+Contributed by markow.
+  * qpid: Adds additional string to check for when connecting to qpid.
+When we connect to qpid, we need to ensure that we skip to the
+next SASL mechanism if the current mechanism fails. Otherwise, we
+will keep retrying the connection with a non-working mech.
+Contributed by Chris Duryee.
+  * qpid: Handle "NotFound" exceptions.  Contributed by Brian
+Bouterse.
+  * :class:`Queue.__repr__` now makes sure return value is not unicode
+(Issue #440).
+  * qpid: "Queue.purge" incorrectly raised :exc:`AttributeErrror` if
+the does not exist (Issue #439).  Contributed by Brian Bouterse.
+  * Linux: Now ignores permission errors on epoll unregister.
+
+---

Old:

  kombu-3.0.24.tar.gz

New:

  kombu-3.0.26.tar.gz



Other differences:
--
++ python3-kombu.spec ++
--- /var/tmp/diff_new_pack.ZYwq9G/_old  2015-04-25 21:50:55.0 +0200
+++ /var/tmp/diff_new_pack.ZYwq9G/_new  2015-04-25 21:50:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-kombu
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   python3-kombu
-Version:3.0.24
+Version:3.0.26
 Release:0
 Summary:AMQP Messaging Framework for Python
 License:BSD-3-Clause

++ kombu-3.0.24.tar.gz -> kombu-3.0.26.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.24/AUTHORS new/kombu-3.0.26/AUTHORS
--- old/kombu-3.0.24/AUTHORS2014-11-18 00:57:06.0 +0100
+++ new/kombu-3.0.26/AUTHORS2015-04-22 14:25:31.0 +0200
@@ -8,6 +8,7 @@
 Adam Wentz
 Alex Koshelev 
 Alexandre Bourget 
+Anastasis Andronidis 
 Andrew Watts
 Andrey Antukh 
 Andrii Kostenko 
@@ -100,6 +101,7 @@
 Sean Bleier 
 Sean Creeley 
 Seb Insua 
+Sergey Tikhonov 
 Shane Caraveo 
 Steeve Morin 
 Stefan Eletzhofer 
@@ -120,3 +122,4 @@
 Zhao Xiaohong 
 haridsv
 iSlava 
+markow 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.24/Changelog new/kombu-3.0.26/Changelog
--- old/kombu-3.0.24/Changelog  2014-11-18 00:57:06.0 +0100
+++ new/kombu-3.0.26/Changelog  2015-04-22 20:12:33.0 +0200
@@ -4,6 +4,77 @@
  Change history
 
 
+.. _version-3.0.26"
+
+3.0.26
+==
+:release-date: 2015-04-22 06:00 P.M UTC
+:release-by: Ask Solem
+
+- Fixed compatibility with py-redis versions before 2.10.3 (Issue #470).
+
+.. _version-3.0.25:
+
+3.0.25
+==
+:release-date: 2015-04-21 02:00 P.M UTC
+:release-by: Ask Solem
+
+- pyamqp/librabbitmq now uses 5671 as default port when SSL is enabled
+  (Issue #459).
+
+- Redis: Now supports passwords in ``redis+socket://:pass@host:port`` URLs
+  (Issue #460).
+
+- ``Producer.publish`` now defines the ``expiration`` property in support
+  of the `RabbitMQ per-message TTL e

commit freetype2 for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package freetype2 for openSUSE:Factory 
checked in at 2015-04-25 21:30:34

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


Package is "freetype2"

Changes:

ft2demos.changes: same change



Other differences:
--
++ freetype2.spec ++
--- /var/tmp/diff_new_pack.ZvSCi5/_old  2015-04-25 21:30:35.0 +0200
+++ /var/tmp/diff_new_pack.ZvSCi5/_new  2015-04-25 21:30:35.0 +0200
@@ -34,7 +34,7 @@
 Patch202:   don-t-mark-libpng-as-required-library.patch
 Patch308961:bugzilla-308961-cmex-workaround.patch
 BuildRequires:  gawk
-%if 0%{?suse_version} > 1320
+%if 0%{?suse_version} > 1330
 # We build against a minimal bootstrap package in order to avoid a circular 
dependency
 BuildRequires:  harfbuzz-bootstrap-devel
 %endif









commit freetype2 for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package freetype2 for openSUSE:Factory 
checked in at 2015-04-25 21:29:52

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


Package is "freetype2"

Changes:

ft2demos.changes: same change



Other differences:
--
++ freetype2.spec ++
--- /var/tmp/diff_new_pack.K0YBIw/_old  2015-04-25 21:29:54.0 +0200
+++ /var/tmp/diff_new_pack.K0YBIw/_new  2015-04-25 21:29:54.0 +0200
@@ -97,7 +97,7 @@
 export CFLAGS="%{optflags} -std=gnu99 -D_GNU_SOURCE $(getconf LFS_CFLAGS)"
 %configure \
--with-bzip2 \
-%if 0%{?suse_version} > 1320
+%if 0%{?suse_version} > 1330
--with-harfbuzz \
 %endif
--with-png \









commit perl-GD for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-GD for openSUSE:Factory checked 
in at 2015-04-25 21:17:16

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


Package is "perl-GD"

Changes:

--- /work/SRC/openSUSE:Factory/perl-GD/perl-GD.changes  2014-11-04 
17:28:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-GD.new/perl-GD.changes 2015-04-25 
21:17:18.0 +0200
@@ -1,0 +2,21 @@
+Sat Apr 18 14:29:09 UTC 2015 - co...@suse.com
+
+- move /usr/bin/bdftogd to bdftogd.perl-gd to avoid conflict with
+  gd package 
+
+---
+Tue Apr 14 17:48:08 UTC 2015 - co...@suse.com
+
+- updated to 2.56
+   see /usr/share/doc/packages/perl-GD/ChangeLog
+
+  2.56 * Fix Makefile.PL so that it works again.
+  2.55 * Great simplification of regression framework ought to fix make test 
problems.
+   * Replace ExtUtils::MakeMaker script with Module::Build system 
+ (just in time for Module::Build to be deprecated).
+   * Remove archaic qd.pl (for creating QuickDraw picts) from distribution.
+  2.54 Patch from yu...@unet.net to fix image corruption in rotate180 when 
image height is odd.
+  2.53 Points to Gabor Szabo's GD::Simple tutorial, and fix link to repository.
+  2.52Fix regression tests to run on Ubuntu 12.04 64bit.
+
+---

Old:

  GD-2.51.tar.gz

New:

  GD-2.56.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-GD.spec ++
--- /var/tmp/diff_new_pack.GA5Z4u/_old  2015-04-25 21:17:18.0 +0200
+++ /var/tmp/diff_new_pack.GA5Z4u/_new  2015-04-25 21:17:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-GD
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,28 +17,32 @@
 
 
 Name:   perl-GD
-Version:2.51
+Version:2.56
 Release:0
 %define cpan_name GD
 Summary:Interface to Gd Graphics Library
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/GD/
-Source: 
http://www.cpan.org/authors/id/L/LD/LDS/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/L/LD/LDS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 Patch0: GD-cflags.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(ExtUtils::CBuilder)
+BuildRequires:  perl(Module::Build) >= 0.42
+%{perl_requires}
+# MANUAL BEGIN
 BuildRequires:  freetype2-devel
 BuildRequires:  gd-devel >= 2.0.28
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
-%if 0%{?suse_version} > 1110
 BuildRequires:  libtiff-devel
 BuildRequires:  libvpx-devel
-%endif
-BuildRequires:  perl
-BuildRequires:  perl-macros
 BuildRequires:  xorg-x11-devel
-%{perl_requires}
+Requires:   gd
+# MANUAL END
 
 %description
 *GD.pm* is a Perl interface to Thomas Boutell's gd graphics library
@@ -48,24 +52,27 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
 find . -type f -print0 | xargs -0 chmod 644
+%patch0 -p1
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
+./Build build flags=%{?_smp_mflags}
 
 %check
-# see https://rt.cpan.org/Public/Bug/Display.html?id=85789 for the reason
-# %{__make} test
+# MANUAL no testing (see https://rt.cpan.org/Public/Bug/Display.html?id=85789)
+#./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install destdir=%{buildroot} create_packlist=0
+# MANUAL BEGIN
+mv %{buildroot}%{_bindir}/bdftogd{,.perl-gd}
+#sed on %{name}.files
+# MANUAL END
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ChangeLog README README.QUICKDRAW README.unix
+%doc bdf_scripts ChangeLog demos LICENSE Makefile.old README README.QUICKDRAW
 
 %changelog

++ GD-2.51.tar.gz -> GD-2.56.tar.gz ++
 18404 lines of diff (skipped)

++ GD-cflags.patch ++
--- /var/tmp/diff_new_pack.GA5Z4u/_old  2015-04-25 21:17:19.0 +0200
+++ /var/tmp/diff_new_pack.GA5Z4u/_new  2015-04-25 21:17:19.0 +0200
@@ -1,10 +1,10 @@
-Index: GD-2.50/Makefile.PL
+Index: GD-2.56/Makefile.PL
 ===
 GD-2.50.orig/Makefile.

commit perl-XML-Writer for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-Writer for openSUSE:Factory 
checked in at 2015-04-25 21:16:54

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


Package is "perl-XML-Writer"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-Writer/perl-XML-Writer.changes  
2014-02-28 17:46:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-Writer.new/perl-XML-Writer.changes 
2015-04-25 21:16:55.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr 16 20:46:02 UTC 2015 - co...@suse.com
+
+- updated to 0.625
+   see /usr/share/doc/packages/perl-XML-Writer/Changes
+
+  0.625 Thu 05 Jun 2014 23:55:42 +1000
+  - Allow xml-model processing instructions (#94078).
+  - Don't warn when undef is passed to setOutput (#94369).
+
+---

Old:

  XML-Writer-0.624.tar.gz

New:

  XML-Writer-0.625.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-XML-Writer.spec ++
--- /var/tmp/diff_new_pack.SSterr/_old  2015-04-25 21:16:56.0 +0200
+++ /var/tmp/diff_new_pack.SSterr/_new  2015-04-25 21:16:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-Writer
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,16 @@
 
 
 Name:   perl-XML-Writer
-Version:0.624
+Version:0.625
 Release:0
+#Upstream: SUSE-Public-Domain
 %define cpan_name XML-Writer
-Summary:Perl extension for writing XML documents.
+Summary:Perl extension for writing XML documents
 License:MIT
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-Writer/
-Source: 
http://www.cpan.org/authors/id/J/JO/JOSEPHW/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/J/JO/JOSEPHW/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ XML-Writer-0.624.tar.gz -> XML-Writer-0.625.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Writer-0.624/Changes new/XML-Writer-0.625/Changes
--- old/XML-Writer-0.624/Changes2014-02-12 13:29:32.0 +0100
+++ new/XML-Writer-0.625/Changes2014-06-05 15:56:29.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension XML::Writer.
 
+0.625 Thu 05 Jun 2014 23:55:42 +1000
+- Allow xml-model processing instructions (#94078).
+- Don't warn when undef is passed to setOutput (#94369).
+
 0.624 Wed Feb 12 23:28:39 2014 +1100
 - Allow an empty system ID in a doctype declaration.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Writer-0.624/META.yml 
new/XML-Writer-0.625/META.yml
--- old/XML-Writer-0.624/META.yml   2014-02-12 13:29:32.0 +0100
+++ new/XML-Writer-0.625/META.yml   2014-06-05 15:56:29.0 +0200
@@ -3,7 +3,7 @@
   version: 1.4
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
 name: XML-Writer
-version:  0.624
+version:  0.625
 abstract: Easily generate well-formed, namespace-aware XML.
 author:
   - David Megginson 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Writer-0.624/Makefile.PL 
new/XML-Writer-0.625/Makefile.PL
--- old/XML-Writer-0.624/Makefile.PL2014-02-12 13:29:32.0 +0100
+++ new/XML-Writer-0.625/Makefile.PL2014-06-05 15:56:29.0 +0200
@@ -7,7 +7,7 @@
 # the contents of the Makefile that is written.
 WriteMakefile(
 'NAME'=> 'XML::Writer',
-'VERSION' => '0.624',
+'VERSION' => '0.625',
 
 # A manually-created META.yml has all the other metadata;
 #  we don't want it overwritten
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Writer-0.624/Writer.pm 
new/XML-Writer-0.625/Writer.pm
--- old/XML-Writer-0.624/Writer.pm  2014-02-12 13:29:32.0 +0100
+++ new/XML-Writer-0.625/Writer.pm  2014-06-05 15:56:29.0 +0200
@@ -15,7 +15,7 @@
 use vars qw($VERSION);
 use Carp;
 use IO::Handle;
-$VERSION = "0.624";
+$VERSION = "0.625";
 
 use overload '""' => \&_overload_string;
 
@@ -172,7 +172,7 @@
   my $SAFE_pi = sub {
 my ($name, $data) = (@_);
 $seen{ANYTHING} = 1;
-if (($name =~ /^xml/i) && ($name !~ /^xml

commit perl-MailTools for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-MailTools for openSUSE:Factory 
checked in at 2015-04-25 21:16:59

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


Package is "perl-MailTools"

Changes:

--- /work/SRC/openSUSE:Factory/perl-MailTools/perl-MailTools.changes
2013-07-16 15:56:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-MailTools.new/perl-MailTools.changes   
2015-04-25 21:17:01.0 +0200
@@ -1,0 +2,32 @@
+Fri Apr 17 09:11:57 UTC 2015 - co...@suse.com
+
+- updated to 2.14
+   see /usr/share/doc/packages/perl-MailTools/ChangeLog
+
+  version 2.14: Fri Nov 21 17:12:42 CET 2014
+  
+   Fixes:
+  
+   - threads and Mail::Field initiation
+ rt.cpan.org#99153 [Autumn Lansing] and [Arne Becker]
+  
+   Improvements:
+  
+   - warn when loading of some Mail::Field::* fails [Arne Becker]
+  
+  version 2.13: Sun Jan  5 18:52:25 CET 2014
+  
+   Fixes:
+  
+   - optional 'from' and 'on' component in in-reply-to are comments
+ rt.cpan.org#89371 [Ward Vandewege]
+   - mailcap \\ -> \
+ rt.cpan.org#89802 [Kevin Ryde]
+  
+   Improvements:
+  
+   - fix typos  rt.cpan.org#87188 [D Steinbrunner]
+
+- remove obsolete incsearch.diff
+
+---

Old:

  MailTools-2.12.tar.gz
  incsearch.diff

New:

  MailTools-2.14.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-MailTools.spec ++
--- /var/tmp/diff_new_pack.DHW0RU/_old  2015-04-25 21:17:02.0 +0200
+++ /var/tmp/diff_new_pack.DHW0RU/_new  2015-04-25 21:17:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MailTools
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,51 +17,45 @@
 
 
 Name:   perl-MailTools
-Url:http://cpan.org/modules/by-module/Mail/
-Version:2.12
+Version:2.14
 Release:0
-Provides:   p_mtools = %{version}
-Obsoletes:  p_mtools < %{version}
-Summary:Set of perl modules related to mail applications
-License:GPL-1.0+ or Artistic-1.0
+%define cpan_name MailTools
+Summary:Various e-mail related modules
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-%{version}.tar.gz
-Patch:  incsearch.diff
+Url:http://search.cpan.org/dist/MailTools/
+Source0:
http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-%{version}.tar.gz
+Source1:cpanspec.yml
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Date::Format)
 BuildRequires:  perl(Date::Parse)
 Requires:   perl(Date::Format)
 Requires:   perl(Date::Parse)
+%{perl_requires}
 
 %description
-a set of perl modules related to mail applications
-
+Various e-mail related modules
 
 %prep
-%setup -q -n MailTools-%{version}
-%patch
-# ---
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-make test
-# ---
+%{__make} test
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%files
-%defattr(-,root,root)
-%{perl_vendorlib}/Mail
-%{perl_vendorarch}/auto/Mail
-%doc /usr/share/man/man3/*.gz
-%doc ChangeLog MANIFEST README  README.demos examples
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc ChangeLog examples MailTools.ppd README README.demos
 
 %changelog

++ MailTools-2.12.tar.gz -> MailTools-2.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.12/ChangeLog new/MailTools-2.14/ChangeLog
--- old/MailTools-2.12/ChangeLog2012-12-21 12:19:05.0 +0100
+++ new/MailTools-2.14/ChangeLog2014-11-21 17:12:50.0 +0100
@@ -1,6 +1,30 @@
 
  version history for MailTools
 
+version 2.14: Fri Nov 21 17:12:42 CET 2014
+
+   Fixes:
+
+   - threads and Mail::Field initiation
+ rt.cpan.org#99153 [Autumn Lansing] and [Arne Becker]
+
+   Improvements:
+
+   - warn when loadi

commit perl-YAML for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-YAML for openSUSE:Factory 
checked in at 2015-04-25 21:17:19

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


Package is "perl-YAML"

Changes:

--- /work/SRC/openSUSE:Factory/perl-YAML/perl-YAML.changes  2014-07-28 
06:31:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-YAML.new/perl-YAML.changes 2015-04-25 
21:17:21.0 +0200
@@ -1,0 +2,70 @@
+Sun Apr 19 07:08:11 UTC 2015 - co...@suse.com
+
+- updated to 1.15
+   see /usr/share/doc/packages/perl-YAML/Changes
+
+  1.15 Sat Apr 18 17:03:09 CEST 2015
+   - Fix Issue
+   - Don't require newlines at end of YAML.
+
+---
+Mon Apr 13 16:57:52 UTC 2015 - co...@suse.com
+
+- updated to 1.14
+   see /usr/share/doc/packages/perl-YAML/Changes
+
+  1.14 Sat Jan 17 15:32:18 PST 2015
+   - Apply PR/145 from @kentnl++
+   - Support for QuoteNumericStrings Global Setting
+  
+  1.13 Sat Oct 11 18:05:45 CEST 2014
+   - Apply PR/140 from @nfg++
+   - Disable some warnings in YAML::Any
+  
+  1.12 Mon Sep 22 08:24:43 PDT 2014
+   - Fix https://rt.cpan.org/Ticket/Display.html?id=97870
+  
+  1.11 Fri Aug 29 20:08:20 PDT 2014
+   - Apply PR/139. @ehuelsmann++
+  
+  1.10 Thu Aug 28 22:53:26 PDT 2014
+   - Apply PR/138. @ehuelsmann++
+  
+  1.09 Tue Aug 19 16:41:13 PDT 2014
+   - Replace tabs with spaces
+  
+  1.08 Mon Aug 18 10:21:48 PDT 2014
+   - Dep on Test::YAML 1.05
+  
+  1.07 Mon Aug 18 08:40:01 PDT 2014
+   - Apply PR/8 from shlomif++. Add doc examples for YAML::Any.
+  
+  1.06 Sat Aug 16 16:51:08 PDT 2014
+   - Change testdir to t
+  
+  1.05 Sat Aug 16 13:03:28 PDT 2014
+   - Meta 0.0.2
+  
+  1.04 Sat Aug 16 04:28:10 PDT 2014
+   - Eliminate spurious trailing whitespace
+  
+  1.03 Sat Aug 16 03:32:35 PDT 2014
+   - Eliminate File::Basename from test/
+  
+  1.02 Fri Aug 15 21:09:54 PDT 2014
+   - Add t/000-compile-modules.t
+  
+  1.01 Thu Aug  7 14:48:24 PDT 2014
+   - Dep on patched Test::YAML
+  
+  1.00 Thu Aug  7 00:35:21 PDT 2014
+   - Fix bad encoding in Pod
+  
+  0.99 Wed Aug  6 17:55:42 PDT 2014
+   - Switch to external Test::Base
+  
+  0.98 Wed Jul 30 12:32:25 PDT 2014
+   - Fix indexing of YAML::Any
+   - Change IRC to irc.perl.org#yaml
+
+---

Old:

  YAML-0.97.tar.gz

New:

  YAML-1.15.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-YAML.spec ++
--- /var/tmp/diff_new_pack.GHKuPq/_old  2015-04-25 21:17:21.0 +0200
+++ /var/tmp/diff_new_pack.GHKuPq/_new  2015-04-25 21:17:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-YAML
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,18 +17,20 @@
 
 
 Name:   perl-YAML
-Version:0.97
+Version:1.15
 Release:0
 %define cpan_name YAML
 Summary:YAML Ain't Markup Language™
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/YAML/
-Source: 
http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Test::YAML) >= 1.05
 %{perl_requires}
 
 %description

++ YAML-0.97.tar.gz -> YAML-1.15.tar.gz ++
 5998 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag



commit perl-Module-Build for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Build for 
openSUSE:Factory checked in at 2015-04-25 21:16:14

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


Package is "perl-Module-Build"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Build/perl-Module-Build.changes  
2015-02-06 10:17:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Module-Build.new/perl-Module-Build.changes 
2015-04-25 21:16:15.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 16 13:30:39 UTC 2015 - co...@suse.com
+
+- expanding the version to 6 digits after . - to avoid version mismatches
+
+---

New:

  cpanspec.yml



Other differences:
--
++ perl-Module-Build.spec ++
--- /var/tmp/diff_new_pack.snTQQs/_old  2015-04-25 21:16:16.0 +0200
+++ /var/tmp/diff_new_pack.snTQQs/_new  2015-04-25 21:16:16.0 +0200
@@ -17,14 +17,17 @@
 
 
 Name:   perl-Module-Build
-Version:0.4211
+Version:0.421100
 Release:0
+%define cpan_version 0.4211
+Provides:   perl(Module::Build) = 0.421100
 %define cpan_name Module-Build
 Summary:Build and install Perl modules
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Module-Build/
-Source: 
http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
+Source1:cpanspec.yml
 Patch0: make-builds-reproducible.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -96,10 +99,9 @@
 You can run the 'help' action for a complete list of actions.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
-# MANUAL
-%patch0 -p1
+%setup -q -n %{cpan_name}-%{cpan_version}
 find . -type f -print0 | xargs -0 chmod 644
+%patch0 -p1
 
 %build
 %{__perl} Build.PL installdirs=vendor

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
patches:
  make-builds-reproducible.patch: -p1
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
post_install: |-
 # avoid conflict with Perl's own supplied version
 mv %{buildroot}/usr/bin/config_data %{buildroot}/usr/bin/config_data-%{version}
 rename config_data config_data-%{version} 
%{buildroot}/%{_mandir}/man1/config_data.*
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag



commit perl-DBD-SQLite for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-SQLite for openSUSE:Factory 
checked in at 2015-04-25 21:16:23

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


Package is "perl-DBD-SQLite"

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-SQLite/perl-DBD-SQLite.changes  
2014-09-20 15:49:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-SQLite.new/perl-DBD-SQLite.changes 
2015-04-25 21:16:24.0 +0200
@@ -1,0 +2,90 @@
+Thu Apr 16 19:16:08 UTC 2015 - co...@suse.com
+
+- updated to 1.46
+   see /usr/share/doc/packages/perl-DBD-SQLite/Changes
+
+  1.46 2014-12-10
+  - Switched to a production version. (ISHIGAKI)
+  
+  1.45_06 2014-11-26
+  - Silenced a compile-time warning (Unescaped left brace
+in regex is deprecated) in PerlData virtual table
+under bleadperl
+  
+  1.45_05 2014-11-25
+  - Updated to SQLite 3.8.7.2
+  - Restored regexp support in PerlData virtual table
+by secure reimplementation using closure (DAMI++)
+  
+  1.45_04 2014-10-28
+  *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
+  - Changed to apply quotemeta() to parameters while building
+a query for a virtual table using PerlData for security.
+(RIBASUSHI++ and MAUKE++) (DAMI, ISHIGAKI) 
+  
+  1.45_03 2014-10-25
+  - Fixed regression of 0 as integer (ISHIGAKI)
+  
+  1.45_02 2014-10-23
+  - Improved int overflow handling under 32bit strawberry perl
+(ISHIGAKI)
+  
+  1.45_01 2014-10-22
+  - Updated to SQLite 3.8.7 (ISHIGAKI)
+  - Resolved #76395 (hopefully): int values over 32 bit in length
+produce an error "datatype mismatch" (ISHIGAKI)
+  
+  1.44 2014-10-22
+  - Switched to a production version. (ISHIGAKI)
+  
+  1.43_09 2014-10-20
+  - Resolved #99583: Legacy DOS 8.3 filename support incompatible
+with SQLITE WAL journal mode (spotted by Pat Horton) (ISHIGAKI)
+  - 1.43_07/08 were not VC6 compatible (ISHIGAKI)
+  
+  1.43_08 2014-08-21
+  - Updated to SQLite 3.8.6, which should fix a unique index
+issue: see http://www.sqlite.org/src/info/9a6daf340df99ba93c
+for details (ISHIGAKI)
+  
+  1.43_07 2014-07-30
+  - Resolved #97598: Crash on disconnect with virtual tables (FTS4)
+(patch and test code by Rob++) (ISHIGAKI)
+  
+  1.43_06 2014-07-22
+  - Fixed compile error/warning for older perls (reported by ribasushi)
+(ISHIGAKI)
+  
+  1.43_05 2014-07-21
+  - No significant code changes; removed unnecessary dependencies.
+  
+  1.43_04 2014-07-21
+  *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
+  - Resolved #96877: sql statements should be converted to utf8 (DAMI)
+If you set sqlite_unicode to true, SQL statements will be upgraded
+to avoid inconsistency between embedded params and bind params.
+  
+  - Resolved #96494: [PATCH] add SYSTEM TABLE to table_info() type
+list (MJP)
+  - Supported virtual tables in Perl, and added two sample tables
+(DAMI++)
+  
+  1.43_03 2014-06-12
+  - Updated to SQLite 3.8.5, which should fix query planner's 
+issues in SQLite (ISHIGAKI)
+  - Fixed busy_timeout to accept 0 to disable (reported by zdm)
+(ISHIGAKI)
+  - Resolved #95511: primary_key_info fails to return names for
+named primary keys (Kenneth Kroenlein)
+  - Resolved #96050: Segfault in disconnected sqlite_db_filename
+(reported by Alex Vandiver) (ISHIGAKI)
+  
+  1.43_02 2014-03-26
+  - Limited -std=gnu99 to solaris gcc only, though it may be
+harmless in many cases (mattp++) (ISHIGAKI)
+  
+  1.43_01 2014-03-26
+  - Added -std=gnu99 for solaris gcc users (reported by mattp++)
+(ISHIGAKI)
+
+---

Old:

  DBD-SQLite-1.42.tar.gz

New:

  DBD-SQLite-1.46.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-DBD-SQLite.spec ++
--- /var/tmp/diff_new_pack.yGPMIc/_old  2015-04-25 21:16:25.0 +0200
+++ /var/tmp/diff_new_pack.yGPMIc/_new  2015-04-25 21:16:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBD-SQLite
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:   perl-DBD-SQLite
-Version:1.42
+Version:1.46
 Release:0
 %define cpan_name DBD-SQLite
 Summary:Self-contained RDBMS in a 

commit perl-Error for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Error for openSUSE:Factory 
checked in at 2015-04-25 21:16:50

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


Package is "perl-Error"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Error/perl-Error.changes2014-02-12 
17:22:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Error.new/perl-Error.changes   
2015-04-25 21:16:51.0 +0200
@@ -1,0 +2,12 @@
+Thu Apr 16 21:43:52 UTC 2015 - co...@suse.com
+
+- updated to 0.17023
+   see /usr/share/doc/packages/perl-Error/ChangeLog
+
+  Feb 12 2015  (Shlomi Fish)
+  
+Error.pm #0.17023
+- Minimal version of Module-Build reduced to 0.280801
+  - https://rt.cpan.org/Public/Bug/Display.html?id=102062
+
+---

Old:

  Error-0.17022.tar.gz

New:

  Error-0.17023.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Error.spec ++
--- /var/tmp/diff_new_pack.o3bDPb/_old  2015-04-25 21:16:52.0 +0200
+++ /var/tmp/diff_new_pack.o3bDPb/_new  2015-04-25 21:16:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Error
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,19 +17,20 @@
 
 
 Name:   perl-Error
-Version:0.17022
+Version:0.17023
 Release:0
 %define cpan_name Error
 Summary:Error/exception handling in an OO-ish way
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Error/
-Source: 
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build) >= 0.39
+BuildRequires:  perl(Module::Build) >= 0.280801
 %{perl_requires}
 
 %description

++ Error-0.17022.tar.gz -> Error-0.17023.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Error-0.17022/Build.PL new/Error-0.17023/Build.PL
--- old/Error-0.17022/Build.PL  2014-01-29 10:12:00.0 +0100
+++ new/Error-0.17023/Build.PL  2015-02-12 19:20:55.0 +0100
@@ -8,7 +8,7 @@
 
 my $build = Test::Run::Builder->new(
 'module_name' => "Error",
-configure_requires => { 'Module::Build' => '0.39', },
+configure_requires => { 'Module::Build' => '0.280801', },
 'requires'=>
 {
 'Scalar::Util' => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Error-0.17022/ChangeLog new/Error-0.17023/ChangeLog
--- old/Error-0.17022/ChangeLog 2014-01-29 10:12:00.0 +0100
+++ new/Error-0.17023/ChangeLog 2015-02-12 19:20:55.0 +0100
@@ -1,3 +1,9 @@
+Feb 12 2015  (Shlomi Fish)
+
+  Error.pm #0.17023
+  - Minimal version of Module-Build reduced to 0.280801
+- https://rt.cpan.org/Public/Bug/Display.html?id=102062
+
 Jan 29 2014  (Shlomi Fish)
 
   Error.pm #0.17022
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Error-0.17022/META.json new/Error-0.17023/META.json
--- old/Error-0.17022/META.json 2014-01-29 10:12:00.0 +0100
+++ new/Error-0.17023/META.json 2015-02-12 19:20:55.0 +0100
@@ -4,7 +4,7 @@
   "Shlomi Fish ( http://www.shlomifish.org/ )"
],
"dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4007, CPAN::Meta::Converter 
version 2.132830",
+   "generated_by" : "Module::Build version 0.421",
"license" : [
   "perl_5"
],
@@ -16,7 +16,7 @@
"prereqs" : {
   "configure" : {
  "requires" : {
-"Module::Build" : "0.39"
+"Module::Build" : "0.280801"
  }
   },
   "runtime" : {
@@ -31,11 +31,11 @@
"provides" : {
   "Error" : {
  "file" : "lib/Error.pm",
- "version" : "0.17022"
+ "version" : "0.17023"
   },
   "Error::Simple" : {
  "file" : "lib/Error.pm",
- "version" : "0.17022"
+ "version" : "0.17023"
   },
   "Error::WarnDie" : {
  "file" : "lib/Error.pm"
@@ -50,5 +50,5 @@
  "http://dev.perl.org/licenses/";
   ]
},
-   "version" : "0.17022"
+   "version" : "0.17023"
 }
diff -urN '--exclude=CVS' '--ex

commit perl-IP-Country for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-IP-Country for openSUSE:Factory 
checked in at 2015-04-25 21:16:19

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


Package is "perl-IP-Country"

Changes:

--- /work/SRC/openSUSE:Factory/perl-IP-Country/perl-IP-Country.changes  
2012-06-26 17:16:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-IP-Country.new/perl-IP-Country.changes 
2015-04-25 21:16:20.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr 14 20:27:42 UTC 2015 - co...@suse.com
+
+- updated to 2.28
+   see /usr/share/doc/packages/perl-IP-Country/CHANGES
+
+  IP-Country-2.28, 2013.05.15
+  ---
+  Thanks to ANDK for bug report.
+  BUGFIX: http://rt.cpan.org/Public/Bug/Display.html?id=74843
+minor robustness suggestion to work with CPAN::Reporter
+  Database update (thx NHORNE and darrenrh-at-gmail for reminder)
+
+---

Old:

  IP-Country-2.27.tar.gz

New:

  IP-Country-2.28.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-IP-Country.spec ++
--- /var/tmp/diff_new_pack.qFtR3G/_old  2015-04-25 21:16:21.0 +0200
+++ /var/tmp/diff_new_pack.qFtR3G/_new  2015-04-25 21:16:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-IP-Country
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,47 +15,47 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-IP-Country
+Version:2.28
+Release:0
+#Upstream: GPL-1.0+ or Artistic-1.0
 %define cpan_name IP-Country
-Summary:Fast lookup of country codes from IP addresses
-Version:2.27
-Release:9
+Summary:Fast Lookup of Country Codes From Ip Addresses
 License:(GPL-1.0+ or Artistic-1.0) and SUSE-Redistributable-Content
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/IP-Country
-Source: %{cpan_name}-%{version}.tar.gz
-Source1:%{name}-rpmlintrc
+Url:http://search.cpan.org/dist/IP-Country/
+Source0:
http://www.cpan.org/authors/id/N/NW/NWETTERS/%{cpan_name}-%{version}.tar.gz
+Source1:perl-IP-Country-rpmlintrc
+Source2:cpanspec.yml
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+Requires:   perl(Geography::Countries)
+%{perl_requires}
 
 %description
 Finding the home country of a client using only the IP address can be
-difficult. Looking up the domain name associated with that address can provide
-some help, but many IP addresses are not reverse mapped to any useful domain, 
and
-the most common domain (.com) offers no help when looking for country.
+difficult. Looking up the domain name associated with that address can
+provide some help, but many IP address are not reverse mapped to any useful
+domain, and the most common domain (.com) offers no help when looking for
+country.
 
 This module comes bundled with a database of countries where various IP
-addresses have been assigned. Although the country of assignment will probably
-be the country associated with a large ISP rather than the client herself, this
-is probably good enough for most log analysis applications, and under test has
-proved to be as accurate as reverse-DNS and WHOIS lookup.
-
-Authors:
-
-Nigel Wetters Gourlay
-
+addresses have been assigned. Although the country of assignment will
+probably be the country associated with a large ISP rather than the client
+herself, this is probably good enough for most log analysis applications,
+and under test has proved to be as accurate as reverse-DNS and WHOIS
+lookup.
 
 %prep
-%setup -n %{cpan_name}-%{version}
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
-%{__make} %{?jobs:-j%jobs}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
 %{__make} test
@@ -65,11 +65,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(-, root, root)
-%doc CHANGES README dbmScripts
+%defattr(-,root,root,755)
+%doc CHANGES README
 
 %changelog

++ IP-Country-2.27.tar.gz -> IP-Country-2.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclu

commit perl-Date-Calc for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Date-Calc for openSUSE:Factory 
checked in at 2015-04-25 21:16:27

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


Package is "perl-Date-Calc"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Date-Calc/perl-Date-Calc.changes
2015-01-05 04:44:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Date-Calc.new/perl-Date-Calc.changes   
2015-04-25 21:16:28.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 16 19:56:35 UTC 2015 - co...@suse.com
+
+- updated to 6.4
+   see /usr/share/doc/packages/perl-Date-Calc/CHANGES.txt
+- remove upstream Date-Calc-6.3.diff
+
+---

Old:

  Date-Calc-6.3.diff
  Date-Calc-6.3.tar.gz

New:

  Date-Calc-6.4.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Date-Calc.spec ++
--- /var/tmp/diff_new_pack.02Eo7q/_old  2015-04-25 21:16:29.0 +0200
+++ /var/tmp/diff_new_pack.02Eo7q/_new  2015-04-25 21:16:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Date-Calc
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,81 +17,50 @@
 
 
 Name:   perl-Date-Calc
-BuildRequires:  perl(Bit::Vector) >= 7.1
-BuildRequires:  perl(Carp::Clan) >= 6.04
-Requires:   perl(Bit::Vector) >= 7.1
-Requires:   perl(Carp::Clan) >= 6.04
-BuildRequires:  perl-macros
-Version:6.3
+Version:6.4
 Release:0
-Provides:   DateCalc
-Provides:   perl_dc
-Obsoletes:  perl_dc
-Url:http://search.cpan.org/perldoc?Date::Calc
-Summary:Perl Date-Calc Module
-License:Artistic-1.0 or GPL-2.0+
+%define cpan_name Date-Calc
+Summary:Gregorian calendar date calculations
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/Date-Calc-%{version}.tar.gz
-Patch:  Date-Calc-%{version}.diff
+Url:http://search.cpan.org/dist/Date-Calc/
+Source0:
http://www.cpan.org/authors/id/S/ST/STBEY/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(Bit::Vector) >= 7.4
+BuildRequires:  perl(Carp::Clan) >= 6.04
+Requires:   perl(Bit::Vector) >= 7.4
+Requires:   perl(Carp::Clan) >= 6.04
+Recommends: perl(Date::Calc::XS) >= 6.4
 %{perl_requires}
 
 %description
-This package consists of a C library and a Perl module (which uses the
-C library, internally) for all kinds of date calculations based on the
-Gregorian calendar (the one used in all western countries today),
-thereby complying with all relevant norms and standards: ISO/R
-2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable).
-
-(See also http://www.engelschall.com/u/sb/download/Date-Calc/DIN1355/
-for a scan of part of the "DIN 1355" document (in German)).
-
-The module of course handles year numbers of 2000 and above correctly
-("Year 2000" or "Y2K" compliance) -- actually all year numbers from 1
-to the largest positive integer representable on your system (which is
-at least 32767) can be dealt with.
-
-Note that this package EXTRAPOLATES the Gregorian calendar BACK until
-the year 1 A.D. -- even though the Gregorian calendar was only adopted
-in 1582 by most (not all) European countries, in obedience to the
-corresponding decree of catholic pope Gregor I in that year.
-
-Some (mainly protestant) countries continued to use the Julian calendar
-(used until then) until as late as the beginning of the 20th century.
-
-Finally, note that this package is not intended to do everything you
-could ever imagine automagically for you; it is rather intended to
-serve as a toolbox (in the best of UNIX spirit and traditions) which
-should, however, always get you where you want to go.
+* *
+
+  'use Date::Calc qw( Days_in_Year Days_in_Month ... );'
+
+* *
 
 %prep
-%setup -n Date-Calc-%{version} -q
-%patch -p1
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-make test
+%{__make} test
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
 %perl_process_packlist
-chmod -R u+w *.txt
-for i in `ls *.txt`; do mv $i `basename $i .tx

commit perl-Config-IniFiles for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-IniFiles for 
openSUSE:Factory checked in at 2015-04-25 21:16:32

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


Package is "perl-Config-IniFiles"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Config-IniFiles/perl-Config-IniFiles.changes
2014-02-12 17:22:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-IniFiles.new/perl-Config-IniFiles.changes
   2015-04-25 21:16:33.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 16 20:22:29 UTC 2015 - co...@suse.com
+
+- updated to 2.86
+   see /usr/share/doc/packages/perl-Config-IniFiles/Changes
+
+---

Old:

  Config-IniFiles-2.83.tar.gz

New:

  Config-IniFiles-2.86.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Config-IniFiles.spec ++
--- /var/tmp/diff_new_pack.RaIag2/_old  2015-04-25 21:16:34.0 +0200
+++ /var/tmp/diff_new_pack.RaIag2/_new  2015-04-25 21:16:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-IniFiles
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,20 +17,21 @@
 
 
 Name:   perl-Config-IniFiles
-Version:2.83
+Version:2.86
 Release:0
 %define cpan_name Config-IniFiles
-Summary:A module for reading .ini-style configuration files.
+Summary:Module for Reading .Ini-Style Configuration Files
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Config-IniFiles/
-Source: 
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(List::MoreUtils) >= 0.33
-BuildRequires:  perl(Module::Build) >= 0.36
+BuildRequires:  perl(Module::Build) >= 0.36
 Requires:   perl(List::MoreUtils) >= 0.33
 %{perl_requires}
 
@@ -56,6 +57,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README scripts
+%doc Changes LICENSE OLD-Changes.txt README scripts
 
 %changelog

++ Config-IniFiles-2.83.tar.gz -> Config-IniFiles-2.86.tar.gz ++
 2176 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag



commit perl-CPAN-Meta-Check for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Meta-Check for 
openSUSE:Factory checked in at 2015-04-25 21:16:40

Comparing /work/SRC/openSUSE:Factory/perl-CPAN-Meta-Check (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CPAN-Meta-Check.new (New)


Package is "perl-CPAN-Meta-Check"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-CPAN-Meta-Check/perl-CPAN-Meta-Check.changes
2015-02-11 16:44:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Meta-Check.new/perl-CPAN-Meta-Check.changes
   2015-04-25 21:16:42.0 +0200
@@ -1,0 +2,9 @@
+Thu Apr 16 21:10:03 UTC 2015 - co...@suse.com
+
+- updated to 0.011
+   see /usr/share/doc/packages/perl-CPAN-Meta-Check/Changes
+
+  0.011 2015-03-22 10:07:52+01:00 Europe/Amsterdam
+Declare the minimum version required for the "merged_requirements" 
interface
+
+---

Old:

  CPAN-Meta-Check-0.010.tar.gz

New:

  CPAN-Meta-Check-0.011.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-CPAN-Meta-Check.spec ++
--- /var/tmp/diff_new_pack.vumsay/_old  2015-04-25 21:16:43.0 +0200
+++ /var/tmp/diff_new_pack.vumsay/_new  2015-04-25 21:16:43.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-CPAN-Meta-Check
-Version:0.010
+Version:0.011
 Release:0
 %define cpan_name CPAN-Meta-Check
 Summary:Verify requirements in a CPAN::Meta object
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/CPAN-Meta-Check/
-Source: 
http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ CPAN-Meta-Check-0.010.tar.gz -> CPAN-Meta-Check-0.011.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-Check-0.010/Changes 
new/CPAN-Meta-Check-0.011/Changes
--- old/CPAN-Meta-Check-0.010/Changes   2015-01-30 19:11:02.0 +0100
+++ new/CPAN-Meta-Check-0.011/Changes   2015-03-22 10:08:00.0 +0100
@@ -1,5 +1,8 @@
 Revision history for CPAN-Meta-Check
 
+0.011 2015-03-22 10:07:52+01:00 Europe/Amsterdam
+  Declare the minimum version required for the "merged_requirements" 
interface
+
 0.010 2015-01-30 19:10:49+01:00 Europe/Amsterdam
   bump Module::Metdata prereq for $VERSION parsing (RT#101095)
   Consistently require same version of CPAN::Meta::Requirements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-Check-0.010/MANIFEST 
new/CPAN-Meta-Check-0.011/MANIFEST
--- old/CPAN-Meta-Check-0.010/MANIFEST  2015-01-30 19:11:02.0 +0100
+++ new/CPAN-Meta-Check-0.011/MANIFEST  2015-03-22 10:08:00.0 +0100
@@ -9,7 +9,7 @@
 README
 dist.ini
 lib/CPAN/Meta/Check.pm
-t/00-compile.t
 t/10-basics.t
-t/release-pod-coverage.t
-t/release-pod-syntax.t
+xt/author/00-compile.t
+xt/release/pod-coverage.t
+xt/release/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-Check-0.010/META.json 
new/CPAN-Meta-Check-0.011/META.json
--- old/CPAN-Meta-Check-0.010/META.json 2015-01-30 19:11:02.0 +0100
+++ new/CPAN-Meta-Check-0.011/META.json 2015-03-22 10:08:00.0 +0100
@@ -21,7 +21,11 @@
   },
   "develop" : {
  "requires" : {
+"File::Spec" : "0",
+"IO::Handle" : "0",
+"IPC::Open3" : "0",
 "Pod::Coverage::TrustPod" : "0",
+"Test::More" : "0",
 "Test::Pod" : "1.41",
 "Test::Pod::Coverage" : "1.08"
  }
@@ -41,19 +45,15 @@
  "requires" : {
 "CPAN::Meta" : "2.120920",
 "Env" : "0",
-"File::Spec" : "0",
-"IO::Handle" : "0",
-"IPC::Open3" : "0",
 "Test::Deep" : "0",
-"Test::More" : "0.88",
-"perl" : "5.006"
+"Test::More" : "0.88"
  }
   }
},
"provides" : {
   "CPAN::Meta::Check" : {
  "file" : "lib/CPAN/Meta/Check.pm",
- "version" : "0.010"
+ "version" : "0.011"
   }
},
"release_status" : "stable",
@@ -68,6 +68,11 @@
  "web" : "https://github.com/Leont/cpan-meta-check";
   }
},
-   "version" : "0.010"
+   "version" : "0.011",
+   "x_contributors" : [
+  "David Steinbrunner ",
+  "Karen Etheridge ",
+  "Leon Timmermans "
+   ]
 }
 
diff -urN

commit perl-Net-DBus for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-DBus for openSUSE:Factory 
checked in at 2015-04-25 21:15:59

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


Package is "perl-Net-DBus"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-DBus/perl-Net-DBus.changes  
2011-12-06 13:53:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Net-DBus.new/perl-Net-DBus.changes 
2015-04-25 21:16:00.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 15:44:48 UTC 2015 - co...@suse.com
+
+- updated to 1.1.0
+   see /usr/share/doc/packages/perl-Net-DBus/Changes
+
+---

Old:

  Net-DBus-1.0.0.tar.gz

New:

  Net-DBus-1.1.0.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Net-DBus.spec ++
--- /var/tmp/diff_new_pack.3Gp29I/_old  2015-04-25 21:16:01.0 +0200
+++ /var/tmp/diff_new_pack.3Gp29I/_new  2015-04-25 21:16:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-DBus
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,26 +16,33 @@
 #
 
 
-
 Name:   perl-Net-DBus
-Version:1.0.0
-Release:1
-License:GPL-2.0+
+Version:1.1.0
+Release:0
+#Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name Net-DBus
 Summary:Perl extension for the DBus message system
-Url:http://search.cpan.org/dist/Net-DBus/
+License:GPL-2.0+
 Group:  Development/Libraries/Perl
-Source: 
http://www.cpan.org/authors/id/D/DA/DANBERR/%{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Net-DBus/
+Source0:
http://www.cpan.org/authors/id/D/DA/DANBERR/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Test::CPAN::Changes)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(XML::Twig)
+Requires:   perl(Test::CPAN::Changes)
+Requires:   perl(Test::Pod)
+Requires:   perl(Test::Pod::Coverage)
 Requires:   perl(XML::Twig)
-# MANUAL
-BuildRequires:  dbus-1-devel pkg-config
 %{perl_requires}
+# MANUAL BEGIN
+BuildRequires:  dbus-1-devel
+BuildRequires:  pkg-config
+# MANUAL END
 
 %description
 Net::DBus provides a Perl API for the DBus message system. The DBus Perl
@@ -67,6 +74,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc AUTHORS CHANGES examples LICENSE Net-DBus.spec README
+%doc AUTHORS Changes examples LICENSE README
 
 %changelog

++ Net-DBus-1.0.0.tar.gz -> Net-DBus-1.1.0.tar.gz ++
 5014 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
preamble: |-
 BuildRequires:  dbus-1-devel pkg-config
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
license: GPL-2.0+
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag



commit perl-CPAN-Meta for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Meta for openSUSE:Factory 
checked in at 2015-04-25 21:16:37

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


Package is "perl-CPAN-Meta"

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPAN-Meta/perl-CPAN-Meta.changes
2014-12-25 23:20:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-CPAN-Meta.new/perl-CPAN-Meta.changes   
2015-04-25 21:16:38.0 +0200
@@ -1,0 +2,15 @@
+Thu Apr 16 21:03:26 UTC 2015 - co...@suse.com
+
+- updated to 2.150001
+   see /usr/share/doc/packages/perl-CPAN-Meta/Changes
+
+  2.150001  2015-03-09 14:41:39-04:00 America/New_York
+  
+[DOCUMENTED]
+  
+- Include allowed values for license field in 1.x historic licenses rather
+  than linking to Module::Build
+  
+- Documented when fragment merging became available
+
+---

Old:

  CPAN-Meta-2.143240.tar.gz

New:

  CPAN-Meta-2.150001.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-CPAN-Meta.spec ++
--- /var/tmp/diff_new_pack.HRDy62/_old  2015-04-25 21:16:39.0 +0200
+++ /var/tmp/diff_new_pack.HRDy62/_new  2015-04-25 21:16:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CPAN-Meta
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:   perl-CPAN-Meta
-Version:2.143240
+Version:2.150001
 Release:0
 %define cpan_name CPAN-Meta
-Summary:Distribution metadata for a CPAN dist
+Summary:The Distribution Metadata for a Cpan Dist
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/CPAN-Meta/
-Source: 
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -59,13 +60,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-# MANUAL BEGIN
-%if 0%{?suse_version} <= 1110
-for i in $(find t -type f) ; do
-sed -i -e "s@^\s*use\s\s*Test::More@use lib '%{perl_vendorlib}';\nuse 
Test::More@" $i
-done
-%endif
-# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -81,6 +75,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING cpanfile LICENSE perlcritic.rc README Todo
+%doc Changes CONTRIBUTING.mkdn LICENSE README Todo
 
 %changelog

++ CPAN-Meta-2.143240.tar.gz -> CPAN-Meta-2.150001.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-2.143240/CONTRIBUTING 
new/CPAN-Meta-2.150001/CONTRIBUTING
--- old/CPAN-Meta-2.143240/CONTRIBUTING 2014-11-20 16:26:44.0 +0100
+++ new/CPAN-Meta-2.150001/CONTRIBUTING 1970-01-01 01:00:00.0 +0100
@@ -1,62 +0,0 @@
-## HOW TO CONTRIBUTE
-
-Thank you for considering contributing to this distribution.  This file
-contains instructions that will help you work with the source code.
-
-The distribution is managed with Dist::Zilla.  This means than many of the
-usual files you might expect are not in the repository, but are generated
-at release time (e.g. Makefile.PL).
-
-### Getting dependencies
-
-See the included `cpanfile` file for a list of dependencies.  If you have
-App::cpanminus 1.6 or later installed, you can use `cpanm` to satisfy
-dependencies like this:
-
-$ cpanm --installdeps .
-
-Otherwise, you can install Module::CPANfile 1.0002 or later and then satisfy
-dependencies with the regular `cpan` client and `cpanfile-dump`:
-
-$ cpan `cpanfile-dump`
-
-### Running tests
-
-You can run tests directly using the `prove` tool:
-
-$ prove -l
-$ prove -lv t/some_test_file.t
-
-For most distributions, `prove` is entirely sufficent for you to test any
-patches you have.
-
-### Patching documentation
-
-Likewise, much of the documentation Pod is generated at release time.
-Depending on the distribution, some documentation may be written in a Pod
-dialect called WikiDoc. (See Pod::WikiDoc on CPAN.)
-
-If you would like to submit a documentation edit, please limit yourself to the
-documentation you see.
-
-If you see typos or documentation issues in the generated docs, please
-email or open a bug ticket instead of patching.
-
-### L

commit perl-Test-Warnings for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Warnings for 
openSUSE:Factory checked in at 2015-04-25 21:15:47

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


Package is "perl-Test-Warnings"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Warnings/perl-Test-Warnings.changes
2014-07-29 16:47:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Warnings.new/perl-Test-Warnings.changes   
2015-04-25 21:15:49.0 +0200
@@ -1,0 +2,25 @@
+Wed Apr 15 14:53:05 UTC 2015 - co...@suse.com
+
+- updated to 0.021
+   see /usr/share/doc/packages/perl-Test-Warnings/Changes
+
+  0.021 2015-03-21 18:48:27Z
+- add a x_breaks entry for conflicting versions of File::pushd 
which
+  inadvertently call our exported warnings() rather than invoking
+  warnings.pm, and documented this undesired interaction
+  
+  0.020 2015-01-03 20:32:21Z
+- re-release to fix problematic $VERSION declaration (RT#101239)
+  
+  0.019 2014-12-18 20:07:02Z
+- fix test to allow for special characters (e.g. MSWin32 file
+  separators) in filenames (A. Sinan Unur, PR#7)
+  
+  0.018 2014-12-17 18:17:30Z
+- fix test to not depend on message formatting changes in newer 
Carp
+  
+  0.017 2014-12-16 20:17:22Z
+- handle other warning handlers passing us partial warning messages
+  by re-adding the source file and line number
+
+---

Old:

  Test-Warnings-0.016.tar.gz

New:

  Test-Warnings-0.021.tar.gz



Other differences:
--
++ perl-Test-Warnings.spec ++
--- /var/tmp/diff_new_pack.S92JJZ/_old  2015-04-25 21:15:50.0 +0200
+++ /var/tmp/diff_new_pack.S92JJZ/_new  2015-04-25 21:15:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Warnings
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,22 @@
 
 
 Name:   perl-Test-Warnings
-Version:0.016
+Version:0.021
 Release:0
 %define cpan_name Test-Warnings
 Summary:Test for warnings and the lack of them
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Warnings/
-Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(CPAN::Meta::Check) >= 0.007
+BuildRequires:  perl(CPAN::Meta::Requirements)
 BuildRequires:  perl(Test::More) >= 0.94
 BuildRequires:  perl(parent)
-BuildRequires:  perl(version)
 Requires:   perl(parent)
 %{perl_requires}
 
@@ -78,6 +79,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING examples LICENSE README README.md weaver.ini
+%doc Changes CONTRIBUTING examples LICENSE README
 
 %changelog

++ Test-Warnings-0.016.tar.gz -> Test-Warnings-0.021.tar.gz ++
 3731 lines of diff (skipped)




commit perl-Data-Compare for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Data-Compare for 
openSUSE:Factory checked in at 2015-04-25 21:16:45

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


Package is "perl-Data-Compare"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Data-Compare/perl-Data-Compare.changes  
2014-09-17 17:24:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Data-Compare.new/perl-Data-Compare.changes 
2015-04-25 21:16:46.0 +0200
@@ -1,0 +2,11 @@
+Thu Apr 16 21:11:04 UTC 2015 - co...@suse.com
+
+- updated to 1.25
+   see /usr/share/doc/packages/perl-Data-Compare/CHANGELOG
+
+  1.252013-04-15  DCANTRELL  Add Gianni Ceccarelli's tests and patch
+to Use refaddr & reftype to "do the right
+thing" when comparing objects that overload
+numification and stringification
+
+---

Old:

  Data-Compare-1.24.tar.gz

New:

  Data-Compare-1.25.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Data-Compare.spec ++
--- /var/tmp/diff_new_pack.WKU4M5/_old  2015-04-25 21:16:47.0 +0200
+++ /var/tmp/diff_new_pack.WKU4M5/_new  2015-04-25 21:16:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Data-Compare
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Data-Compare
-Version:1.24
+Version:1.25
 Release:0
 %define cpan_name Data-Compare
-Summary:Compare perl data structures
+Summary:Compare Perl Data Structures
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Data-Compare/
-Source: 
http://www.cpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Data-Compare-1.24.tar.gz -> Data-Compare-1.25.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Compare-1.24/CHANGELOG 
new/Data-Compare-1.25/CHANGELOG
--- old/Data-Compare-1.24/CHANGELOG 2014-04-05 19:32:44.0 +0200
+++ new/Data-Compare-1.25/CHANGELOG 2014-12-10 14:32:38.0 +0100
@@ -1,3 +1,8 @@
+1.252013-04-15  DCANTRELL  Add Gianni Ceccarelli's tests and patch
+to Use refaddr & reftype to "do the right
+thing" when comparing objects that overload
+numification and stringification
+
 1.242014-04-05  DCANTRELL  Bump the required JSON.pm version for
  tests - something's a bit broken around
  about v 2.53
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Compare-1.24/MANIFEST 
new/Data-Compare-1.25/MANIFEST
--- old/Data-Compare-1.24/MANIFEST  2014-04-05 19:32:54.0 +0200
+++ new/Data-Compare-1.25/MANIFEST  2014-12-10 14:34:52.0 +0100
@@ -28,5 +28,8 @@
 GPL2.txt
 t/coverage.sh
 t/FIXME-large-structures.t
+MANIFEST.SKIP
+t/overload.t
+t/lib/SpecialClass.pm
 META.yml Module YAML meta-data (added by 
MakeMaker)
 META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Compare-1.24/MANIFEST.SKIP 
new/Data-Compare-1.25/MANIFEST.SKIP
--- old/Data-Compare-1.24/MANIFEST.SKIP 1970-01-01 01:00:00.0 +0100
+++ new/Data-Compare-1.25/MANIFEST.SKIP 2014-11-21 12:11:44.0 +0100
@@ -0,0 +1,2 @@
+.travis.yml
+^\.git
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Compare-1.24/META.json 
new/Data-Compare-1.25/META.json
--- old/Data-Compare-1.24/META.json 2014-04-05 19:32:54.0 +0200
+++ new/Data-Compare-1.25/META.json 2014-12-10 14:34:52.0 +0100
@@ -4,7 +4,7 @@
   "unknown"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.120921",
+   "generated_by" : "ExtUtils::MakeMaker version 

commit perl-YAML-Syck for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-YAML-Syck for openSUSE:Factory 
checked in at 2015-04-25 21:15:20

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


Package is "perl-YAML-Syck"

Changes:

--- /work/SRC/openSUSE:Factory/perl-YAML-Syck/perl-YAML-Syck.changes
2013-06-27 11:36:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-YAML-Syck.new/perl-YAML-Syck.changes   
2015-04-25 21:15:21.0 +0200
@@ -1,0 +2,27 @@
+Wed Apr 15 14:49:25 UTC 2015 - co...@suse.com
+
+- remove upstreamed 0001-Recognize-all-wide-unicode-characters.patch
+
+---
+Tue Apr 14 20:08:53 UTC 2015 - co...@suse.com
+
+- updated to 1.29
+   see /usr/share/doc/packages/perl-YAML-Syck/Changes
+
+  [Changes for 1.29 - 2014-12-15]
+  * Bump to 1.29 with no changes after CPAN Testers looks good.
+  
+  [Changes for 1.29_01 - 2014-12-14]
+  
+  * Experimentally try patch from RT 83825. Will release if no test failures 
or complaints.
+  * Fix crash in syck_emit on platforms with long long pointers
+  
+  [Changes for 1.28 - 2014-12-11]
+  
+  * Bump to release version 1.28 for production release to CPAN
+  
+  [Changes for 1.28_01 - 2014-06-11]
+  
+  * Update inc modules to avoid precedence warnings in newer perl: RT 87034
+
+---

Old:

  0001-Recognize-all-wide-unicode-characters.patch
  YAML-Syck-1.27.tar.gz

New:

  YAML-Syck-1.29.tar.gz



Other differences:
--
++ perl-YAML-Syck.spec ++
--- /var/tmp/diff_new_pack.fgVhsU/_old  2015-04-25 21:15:22.0 +0200
+++ /var/tmp/diff_new_pack.fgVhsU/_new  2015-04-25 21:15:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-YAML-Syck
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-YAML-Syck
-Version:1.27
+Version:1.29
 Release:0
 %define cpan_name YAML-Syck
 Summary:Fast, lightweight YAML loader and dumper
@@ -25,23 +25,9 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/YAML-Syck/
 Source: 
http://www.cpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
-Patch0: 0001-Recognize-all-wide-unicode-characters.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(Devel::Leak)
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(JSON::Syck)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(Test::Builder::IO::Scalar)
-#BuildRequires: perl(t::TestYAML)
-#BuildRequires: perl(YAML)
-#BuildRequires: perl(YAML::Syck)
-#BuildRequires: perl(YAML::Tiny)
 %{perl_requires}
 
 %description
@@ -56,7 +42,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
 find . -type f -print0 | xargs -0 chmod 644
 
 %build

++ YAML-Syck-1.27.tar.gz -> YAML-Syck-1.29.tar.gz ++
 1790 lines of diff (skipped)




commit perl-Bit-Vector for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Bit-Vector for openSUSE:Factory 
checked in at 2015-04-25 21:15:37

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


Package is "perl-Bit-Vector"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Bit-Vector/perl-Bit-Vector.changes  
2013-06-06 13:06:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Bit-Vector.new/perl-Bit-Vector.changes 
2015-04-25 21:15:38.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 12:24:17 UTC 2015 - co...@suse.com
+
+- updated to 7.4
+   see /usr/share/doc/packages/perl-Bit-Vector/CHANGES.txt
+
+---

Old:

  Bit-Vector-7.3.tar.gz

New:

  Bit-Vector-7.4.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Bit-Vector.spec ++
--- /var/tmp/diff_new_pack.QroSH2/_old  2015-04-25 21:15:39.0 +0200
+++ /var/tmp/diff_new_pack.QroSH2/_new  2015-04-25 21:15:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Bit-Vector
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,25 +17,22 @@
 
 
 Name:   perl-Bit-Vector
-Version:7.3
+Version:7.4
 Release:0
+#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
 %define cpan_name Bit-Vector
 Summary:Bit::Vector Perl module
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Bit-Vector/
-Source: 
http://www.cpan.org/authors/id/S/ST/STBEY/%{cpan_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source0:
http://www.cpan.org/authors/id/S/ST/STBEY/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 Patch0: Bit-Vector-7.1.diff
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Carp::Clan) >= 5.3
 BuildRequires:  perl(Storable) >= 2.21
-#BuildRequires: perl(Bit::Vector)
-#BuildRequires: perl(Bit::Vector::Overload)
-#BuildRequires: perl(Bit::Vector::String)
-#BuildRequires: perl(Date::Calc::Object)
-#BuildRequires: perl(the)
 Requires:   perl(Carp::Clan) >= 5.3
 Requires:   perl(Storable) >= 2.21
 %{perl_requires}

++ Bit-Vector-7.3.tar.gz -> Bit-Vector-7.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.3/BitVector.c 
new/Bit-Vector-7.4/BitVector.c
--- old/Bit-Vector-7.3/BitVector.c  2013-06-01 14:43:36.0 +0200
+++ new/Bit-Vector-7.4/BitVector.c  2013-09-03 16:45:52.0 +0200
@@ -629,7 +629,7 @@
 
 charptr BitVector_Version(void)
 {
-return((charptr)"7.3");
+return((charptr)"7.4");
 }
 
 N_int BitVector_Word_Bits(void)
@@ -3838,11 +3838,12 @@
 }
 
 /*/
-/*  VERSION:  7.3*/
+/*  VERSION:  7.4*/
 /*/
 /*  VERSION HISTORY: */
 /*/
 /*   */
+/*Version 7.4  03.09.13  No changes. */
 /*Version 7.3  01.06.13  No changes. */
 /*Version 7.2  17.05.12  No changes. */
 /*Version 7.1  29.09.09  Added prefix "BV_" to all global identifiers.   */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Bit-Vector-7.3/BitVector.h 
new/Bit-Vector-7.4/BitVector.h
--- old/Bit-Vector-7.3/BitVector.h  2013-06-01 14:43:36.0 +0200
+++ new/Bit-Vector-7.4/BitVector.h  2013-09-03 16:45:52.0 +0200
@@ -319,11 +319,12 @@
 /*/
 
 /*/
-/*  VERSION:  7.3*/
+/*  VERSION:  7.4*/
 /*/
 /*  VERSION HISTORY:

commit perl-XML-Twig for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-Twig for openSUSE:Factory 
checked in at 2015-04-25 21:15:42

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


Package is "perl-XML-Twig"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-Twig/perl-XML-Twig.changes  
2014-09-17 17:24:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-Twig.new/perl-XML-Twig.changes 
2015-04-25 21:15:43.0 +0200
@@ -1,0 +2,41 @@
+Tue Apr 14 19:18:33 UTC 2015 - co...@suse.com
+
+- updated to 3.49
+   see /usr/share/doc/packages/perl-XML-Twig/Changes
+
+  3.49 - 2015-03-24
+  
+  - added: the DTD_base option to XML::Twig new, that forces XML::Twig to look
+for the DTD in a given directory
+thanks to Arun lakhana for the idea
+  
+  - fixed: XML::Parser 2.43 caused a failure in the tests due to a change in
+its behaviour when die-ing.
+  
+  - fixed: prevent PAUSE from trying to index packages that are only used
+for monkey patching (to re-use XML::XPath as the XPath engine for 
+XML::Twig::XPath).  Will also prevent UNAUTHORIZED flag on metacpan.
+patch sent by Graham Knop
+  
+  - fixed: RT #96009
+keep_atts_order => 0 behaviour. Spotted by Dolmen
+https://rt.cpan.org/Public/Bug/Display.html?id=96009
+  
+  - fixed bug RT #97461
+wrong error message was returned calling parse on an invalid filehandle
+Thanks to Slaven Rezic for the bug report and test case  
+ https://rt.cpan.org/Public/Bug/Display.html?id=97461
+  
+  - fixed: RT #98801
+COMPATIBILITY WARNING
+inconsistency between simplify and XML::Simple for empty elements 
(including
+elements with start and end tags but no contents)
+the XML::Simple behaviour is to map them to an empty hash, not an 
+empty/undef scalar (depending of whether the element is a PCDATA or not)
+as was the case in previous versions of the module. 
+This has the potential to break some existing code, but simplify should be
+strictly the same as XML::Simple's XMLin
+Thanks to Vangelis Katsikaros for the bug report and test case
+  https://rt.cpan.org/Public/Bug/Display.html?id=98801
+
+---

Old:

  XML-Twig-3.48.tar.gz

New:

  XML-Twig-3.49.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-XML-Twig.spec ++
--- /var/tmp/diff_new_pack.zdGsNw/_old  2015-04-25 21:15:44.0 +0200
+++ /var/tmp/diff_new_pack.zdGsNw/_new  2015-04-25 21:15:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-Twig
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:   perl-XML-Twig
-Version:3.48
+Version:3.49
 Release:0
 %define cpan_name XML-Twig
-Summary:A perl module for processing huge XML documents in tree mode.
+Summary:Perl Module for Processing Huge Xml Documents in Tree Mode
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-Twig/
-Source: 
http://www.cpan.org/authors/id/M/MI/MIROD/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/M/MI/MIROD/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -32,7 +33,7 @@
 BuildRequires:  perl(XML::Parser) >= 2.23
 Requires:   perl(XML::Parser) >= 2.23
 %{perl_requires}
-# MANUAL
+# MANUAL BEGIN
 BuildRequires:  expat
 BuildRequires:  perl-HTML-Tidy
 BuildRequires:  perl-IO-CaptureOutput
@@ -49,12 +50,12 @@
 Requires:   expat
 Requires:   perl-XML-Parser
 Requires:   perl(Encode)
-
-Recommends: perl-HTML-Tidy
-Recommends: perl-Text-Wrapper
-Recommends: perl-Tie-IxHash
-Recommends: perl-XML-XPath
-Recommends: perl-XML-XPathEngine
+BuildRequires:  perl-HTML-Tidy
+BuildRequires:  perl-Text-Wrapper
+BuildRequires:  perl-Tie-IxHash
+BuildRequires:  perl-XML-XPath
+BuildRequires:  perl-XML-XPathEngine
+# MANUAL END
 
 %description
 This module provides a way to process XML documents. It is build on top of

++ XML-Twig-3.48.tar.gz -> XML-Twig-3.49.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-Twig-3.48/Changes new/XML-Twig-3.49/Changes
--- old/XML-Twig-3.48/Changes   2014-03-30 08:22:48.0 +0200
+++ new/X

commit perl-Business-ISMN for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Business-ISMN for 
openSUSE:Factory checked in at 2015-04-25 21:15:15

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


Package is "perl-Business-ISMN"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Business-ISMN/perl-Business-ISMN.changes
2013-07-01 15:59:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Business-ISMN.new/perl-Business-ISMN.changes   
2015-04-25 21:15:16.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 12:36:46 UTC 2015 - co...@suse.com
+
+- updated to 1.13
+   see /usr/share/doc/packages/perl-Business-ISMN/Changes
+
+---

Old:

  Business-ISMN-1.11.tar.gz

New:

  Business-ISMN-1.13.tar.gz



Other differences:
--
++ perl-Business-ISMN.spec ++
--- /var/tmp/diff_new_pack.MKSlkO/_old  2015-04-25 21:15:16.0 +0200
+++ /var/tmp/diff_new_pack.MKSlkO/_new  2015-04-25 21:15:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Business-ISMN
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Business-ISMN
-Version:1.11
+Version:1.13
 Release:0
 %define cpan_name Business-ISMN
 Summary:work with International Standard Music Numbers
@@ -29,10 +29,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Tie::Cycle)
-#BuildRequires: perl(Business::ISMN)
-#BuildRequires: perl(Business::ISMN::Data)
-Requires:   perl(Tie::Cycle)
+BuildRequires:  perl(Tie::Cycle) >= 1.21
+Requires:   perl(Tie::Cycle) >= 1.21
 %{perl_requires}
 
 %description

++ Business-ISMN-1.11.tar.gz -> Business-ISMN-1.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISMN-1.11/Changes 
new/Business-ISMN-1.13/Changes
--- old/Business-ISMN-1.11/Changes  2007-10-26 05:02:14.0 +0200
+++ new/Business-ISMN-1.13/Changes  2014-11-28 06:43:36.0 +0100
@@ -1,4 +1,12 @@
-# $Id: Changes,v 1.14 2007/10/26 03:02:14 comdog Exp $
+# Changes for Business::ISMN
+
+1.13 - Fri Nov 28 00:42:54 2014
+   * Reqire a recent Tie::Cycle. Some CPAN testers picked up a ghost
+   version somehow.
+
+1.12 - Fri Nov 21 23:06:24 2014
+   * RT #100506 : Fix package name
+   * Modernize distro
 
 1.11 - Thu Oct 25 22:01:29 2007
* distro adjustments. no big whoop.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISMN-1.11/MANIFEST 
new/Business-ISMN-1.13/MANIFEST
--- old/Business-ISMN-1.11/MANIFEST 2007-01-10 06:38:05.0 +0100
+++ new/Business-ISMN-1.13/MANIFEST 2014-11-28 06:43:38.0 +0100
@@ -1,11 +1,12 @@
 Changes
 examples/README
 ismns.txt
-lib/Data.pm
-lib/ISMN.pm
+lib/Business/ISMN.pm
+lib/Business/ISMN/Data.pm
 LICENSE
 Makefile.PL
 MANIFEST   This list of files
+MANIFEST.SKIP
 META.yml
 README
 t/ismn.t
@@ -14,3 +15,4 @@
 t/pod_coverage.t
 t/prereq.t
 t/test_manifest
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Business-ISMN-1.11/MANIFEST.SKIP 
new/Business-ISMN-1.13/MANIFEST.SKIP
--- old/Business-ISMN-1.11/MANIFEST.SKIP1970-01-01 01:00:00.0 
+0100
+++ new/Business-ISMN-1.13/MANIFEST.SKIP2014-11-28 06:43:36.0 
+0100
@@ -0,0 +1,65 @@
+
+#!start included /usr/local/perls/perl-5.18.1/lib/5.18.1/ExtUtils/MANIFEST.SKIP
+# Avoid version control files.
+\bRCS\b
+\bCVS\b
+\bSCCS\b
+,v$
+\B\.svn\b
+\B\.git\b
+\B\.gitignore\b
+\b_darcs\b
+\B\.cvsignore$
+
+# Avoid VMS specific MakeMaker generated files
+\bDescrip.MMS$
+\bDESCRIP.MMS$
+\bdescrip.mms$
+
+# Avoid Makemaker generated and utility files.
+\bMANIFEST\.bak
+\bMakefile$
+\bblib/
+\bMakeMaker-\d
+\bpm_to_blib\.ts$
+\bpm_to_blib$
+\bblibdirs\.ts$ # 6.18 through 6.25 generated this
+
+# Avoid Module::Build generated and utility files.
+\bBuild$
+\b_build/
+\bBuild.bat$
+\bBuild.COM$
+\bBUILD.COM$
+\bbuild.com$
+
+# Avoid temp and backup files.
+~$
+\.old$
+\#$
+\b\.#
+\.bak$
+\.tmp$
+\.#
+\.rej$
+
+# Avoid OS-specific files/dirs
+# Mac OSX metadata
+\B\.DS_Store
+# Mac OSX SMB mount metadata files
+\B\._
+
+# Avoid Devel::Cover and Devel::CoverX::Covered f

commit perl-RPC-XML for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-RPC-XML for openSUSE:Factory 
checked in at 2015-04-25 21:16:09

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


Package is "perl-RPC-XML"

Changes:

--- /work/SRC/openSUSE:Factory/perl-RPC-XML/perl-RPC-XML.changes
2013-07-01 15:59:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-RPC-XML.new/perl-RPC-XML.changes   
2015-04-25 21:16:10.0 +0200
@@ -1,0 +2,62 @@
+Tue Apr 14 15:37:32 UTC 2015 - co...@suse.com
+
+- updated to 0.78
+   see /usr/share/doc/packages/perl-RPC-XML/ChangeLog
+
+  0.78 Thursday February  6, 2014, 08:00:00 PM -0800
+  
+   * lib/RPC/XML.pm
+   A patch to loop detection in smart_encode from Dag-Erling
+   Smørgrav. Some other minor bits.
+  
+   * lib/RPC/XML/Procedure.pm
+   RT #83108: Fixed a spelling error. Some other fixes, too.
+  
+   * lib/RPC/XML.pm
+   RT #86187: Force key-ordering in struct as_string and
+   serialize. Was getting some intermittent bug reports of
+   failures in t/15_serialize.t that amounted to the keys in a
+   fault struct not being in consistent order.
+  
+   * lib/RPC/XML.pm
+   * t/15_serialize.t
+   Undo the previous change and fix the test. The previous change
+   didn't feel right, so this rolls it back and fixes the problem
+   at the level of the test, instead.
+  
+   * Makefile.PL
+   * lib/RPC/XML.pm
+   * lib/RPC/XML/Client.pm
+   * lib/RPC/XML/Server.pm
+   Replace direct evals for loading optional modules with
+   Module::Load. Required adding this to Makefile.PL because
+   Module::Load is not core in 5.8.8. Also did some slight doc
+   tweaking.
+  
+   * lib/RPC/XML.pm
+   * lib/RPC/XML/Client.pm
+   Merge pull request #5 from alexrj/utf8-encode. Use
+   utf8::encode() instead of utf8::downgrade().
+  
+   * lib/RPC/XML.pm
+   * lib/RPC/XML/Client.pm
+   * lib/RPC/XML/Server.pm
+   Finish the uft8 encode vs. downgrade change from the previous
+   commit. Changed in places that were overlooked, and adjusted
+   the version number in all three modules.
+  
+   * lib/RPC/XML.pm
+   * lib/RPC/XML/Parser/XMLLibXML.pm
+   Merge pull request #6 from dctabuyz/master. Added 'no_blanks'
+   libxml option to skip blank XML::LibXML::Text nodes.
+  
+   * lib/RPC/XML/Server.pm
+   Merge pull request #7 from kvar/master. Initialize $do_compress
+   in RPC::XML::Server between requests.
+  
+   * lib/RPC/XML.pm
+   * lib/RPC/XML/Parser/XMLLibXML.pm
+   * lib/RPC/XML/Server.pm
+   Bump version numbers on modules changed in github pulls.
+
+---

Old:

  RPC-XML-0.77.tar.gz

New:

  RPC-XML-0.78.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-RPC-XML.spec ++
--- /var/tmp/diff_new_pack.F8aqWc/_old  2015-04-25 21:16:11.0 +0200
+++ /var/tmp/diff_new_pack.F8aqWc/_new  2015-04-25 21:16:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-RPC-XML
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,56 +17,59 @@
 
 
 Name:   perl-RPC-XML
-Version:0.77
+Version:0.78
 Release:0
 %define cpan_name RPC-XML
-Summary:A set of classes for core data, message and XML handling
-License:GPL-1.0+ or Artistic-1.0
+Summary:Set of Classes for Core Data, Message and Xml Handling
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/RPC-XML/
-Source: 
http://www.cpan.org/authors/id/R/RJ/RJRAY/RPC-XML-%{version}.tar.gz
-#PATCH-FIX-OPENSUSE - r...@suse.de - fix build in chroot/buildservice
-Patch1: RPC-XML-0.60-rev127.dif
-Patch2: RPC-XML-0.76-extern_ent.dif
-#PATCH-FIX-UPSTREAM - co...@suse.de RT#86187
-Patch3: RPC-XML-0.77-fixtest.dif
+Source0:
http://www.cpan.org/authors/id/R/RJ/RJRAY/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+Patch0: RPC-XML-0.60-rev127.dif
+Patch1: RPC-XML-0.76-extern_ent.dif
+Patch2: RPC-XML-0.77-fixtest.dif
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Spec) >= 0.8
 BuildRequires:  perl(LWP) >= 5.834
+BuildRequires:  perl(Module::Load

commit perl-IPC-Run3 for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-IPC-Run3 for openSUSE:Factory 
checked in at 2015-04-25 21:15:53

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


Package is "perl-IPC-Run3"

Changes:

--- /work/SRC/openSUSE:Factory/perl-IPC-Run3/perl-IPC-Run3.changes  
2013-07-29 17:49:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-IPC-Run3.new/perl-IPC-Run3.changes 
2015-04-25 21:15:55.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 21:16:28 UTC 2015 - co...@suse.com
+
+- updated to 0.048
+   see /usr/share/doc/packages/perl-IPC-Run3/Changes
+
+---

Old:

  IPC-Run3-0.046.tar.gz

New:

  IPC-Run3-0.048.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-IPC-Run3.spec ++
--- /var/tmp/diff_new_pack.N2D5wM/_old  2015-04-25 21:15:56.0 +0200
+++ /var/tmp/diff_new_pack.N2D5wM/_new  2015-04-25 21:15:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-IPC-Run3
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,24 +17,20 @@
 
 
 Name:   perl-IPC-Run3
-Version:0.046
+Version:0.048
 Release:0
+#Upstream: SUSE-Public-Domain
 %define cpan_name IPC-Run3
-Summary:Run a subprocess with input/ouput redirection
+Summary:Run a Subprocess with Input/Ouput Redirection
 License:BSD-2-Clause or GPL-2.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/IPC-Run3/
-Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(IPC::Run3)
-#BuildRequires: perl(IPC::Run3::ProfArrayBuffer)
-#BuildRequires: perl(IPC::Run3::ProfLogger)
-#BuildRequires: perl(IPC::Run3::ProfLogReader)
-#BuildRequires: perl(IPC::Run3::ProfPP)
-#BuildRequires: perl(IPC::Run3::ProfReporter)
 %{perl_requires}
 
 %description

++ IPC-Run3-0.046.tar.gz -> IPC-Run3-0.048.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IPC-Run3-0.046/Changes new/IPC-Run3-0.048/Changes
--- old/IPC-Run3-0.046/Changes  2013-06-12 00:54:23.0 +0200
+++ new/IPC-Run3-0.048/Changes  2014-03-29 16:56:09.0 +0100
@@ -1,144 +1,152 @@
 Changes file for IPC::Run3
 
-0.046 2013-06-11
-  replace a die with a croak (thanks, Mike Doherty)
+0.048 2014-03-29
+- no code changes from 0.047
+- update bugtracker and repo links
+
+0.047 2013-09-25
+[TRIAL RELEASE]
+- handle system() returning == 0xFF00 on Win32
+- use Win32::ShellQuote for shell quoting on Win32
 
-  typo fixes in documentation (thanks, David Steinbrunner)
+0.046 2013-06-11
+- replace a die with a croak (thanks, Mike Doherty)
+- typo fixes in documentation (thanks, David Steinbrunner)
 
 0.045 2011-12-23
-  skip a test that tickles an OpenBSD bug and hangs the process (thanks,
-  BinGOs)
+- skip a test that tickles an OpenBSD bug and hangs the process 
(thanks,
+  BinGOs)
 
 0.044 2010-08-22
-  ignore user-defined __DIE__ handler in _type (Jeff Lavallee)
-  Added test for __DIE__ handler behavior
+- ignore user-defined __DIE__ handler in _type (Jeff Lavallee)
+- Added test for __DIE__ handler behavior
 
 0.043  2009-05-30
-   No code changes
-   add repository location to META.yml
-   avoid hand-written META.yml by using META_MERGE
+ - No code changes
+ - add repository location to META.yml
+ - avoid hand-written META.yml by using META_MERGE
 
 0.042  2008-08-09
-   No code changes
-   Rewrite a test in t/utf8.t that runs afoul of a misfeature
- in Perl 5.8.0 (turn on ":utf8" by default on all filehandles
- when running in a UTF8 locale; fixed since 5.8.1)
+ - No code changes
+ - Rewrite a test in t/utf8.t that runs afoul of a misfeature
+   in Perl 5.8.0 (turn on ":utf8" by default on all filehandles
+   when running in a UTF8 locale; fixed since 5.8.1)
 
 0.041  2008-08-03
-   Handle arbitrary binmode() layers in "binmode_*" options; for
- backward compatibility, any 

commit perl-Clone for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Clone for openSUSE:Factory 
checked in at 2015-04-25 21:16:03

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


Package is "perl-Clone"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Clone/perl-Clone.changes2013-12-12 
11:19:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Clone.new/perl-Clone.changes   
2015-04-25 21:16:05.0 +0200
@@ -1,0 +2,15 @@
+Thu Apr 16 17:27:41 UTC 2015 - co...@suse.com
+
+- updated to 0.38
+   see /usr/share/doc/packages/perl-Clone/Changes
+
+  0.38 2015-01-18 19:27:41  garu
+- typo fixes and improvements to the README (zmughal)
+- travis/coveralls integration (zmughal)
+  
+  0.37 2014-05-15 16:45:33  garu
+- removed Carp dependency (GARU)
+- silenced some clang warnings (JACQUESG)
+- added a README (GARU)
+
+---

Old:

  Clone-0.36.tar.gz

New:

  Clone-0.38.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Clone.spec ++
--- /var/tmp/diff_new_pack.0Qnh9q/_old  2015-04-25 21:16:06.0 +0200
+++ /var/tmp/diff_new_pack.0Qnh9q/_new  2015-04-25 21:16:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Clone
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,28 +17,27 @@
 
 
 Name:   perl-Clone
-Version:0.36
+Version:0.38
 Release:0
 %define cpan_name Clone
-Summary:recursively copy Perl datatypes
+Summary:Recursively Copy Perl Datatypes
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Clone/
-Source: 
http://www.cpan.org/authors/id/G/GA/GARU/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/G/GA/GARU/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(Clone)
-#BuildRequires: perl(Hash::Util::FieldHash)
 %{perl_requires}
 
 %description
-This module provides a clone() method which makes recursive copies of
+This module provides a 'clone()' method which makes recursive copies of
 nested hash, array, scalar and reference types, including tied variables
 and objects.
 
-clone() takes a scalar argument and duplicates it. To duplicate lists,
-arrays or hashes, pass them in by reference. e.g.
+'clone()' takes a scalar argument and duplicates it. To duplicate lists,
+arrays or hashes, pass them in by reference, e.g.
 
 my $copy = clone (\@array);
 
@@ -64,6 +63,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes
+%doc Changes README
 
 %changelog

++ Clone-0.36.tar.gz -> Clone-0.38.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.36/Changes new/Clone-0.38/Changes
--- old/Clone-0.36/Changes  2013-12-07 20:30:48.0 +0100
+++ new/Clone-0.38/Changes  2015-01-18 22:34:32.0 +0100
@@ -1,5 +1,14 @@
 Revision history for Perl module Clone
 
+0.38 2015-01-18 19:27:41  garu
+  - typo fixes and improvements to the README (zmughal)
+  - travis/coveralls integration (zmughal)
+
+0.37 2014-05-15 16:45:33  garu
+  - removed Carp dependency (GARU)
+  - silenced some clang warnings (JACQUESG)
+  - added a README (GARU)
+
 0.36 2013-12-07 17:36:04  garu
   - fixed compilation issue on AIX and C89 (GAAS)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.36/Clone.pm new/Clone-0.38/Clone.pm
--- old/Clone-0.36/Clone.pm 2013-12-07 20:33:27.0 +0100
+++ new/Clone-0.38/Clone.pm 2015-01-18 22:34:00.0 +0100
@@ -1,18 +1,17 @@
 package Clone;
 
 use strict;
-use Carp;
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD);
 
 require Exporter;
 require DynaLoader;
 require AutoLoader;
 
-@ISA = qw(Exporter DynaLoader);
-@EXPORT = qw();
+@ISA   = qw(Exporter DynaLoader);
+@EXPORT= qw();
 @EXPORT_OK = qw( clone );
 
-$VERSION = '0.36';
+$VERSION = '0.38';
 
 bootstrap Clone $VERSION;
 
@@ -23,37 +22,49 @@
 
 Clone - recursively copy Perl datatypes
 
+=for html
+https://travis-ci.org/garu/Clone";>https://travis-ci.org/garu/Clone.png?branch=master"; alt="Build Status">
+https://coveralls.io/r/garu/Clone?branch=master";>https://coveralls.io/repos/garu/Clone/badge.png?branch=maste

commit perl-Config-AutoConf for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-AutoConf for 
openSUSE:Factory checked in at 2015-04-25 21:15:26

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


Package is "perl-Config-AutoConf"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Config-AutoConf/perl-Config-AutoConf.changes
2013-06-06 13:11:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-AutoConf.new/perl-Config-AutoConf.changes
   2015-04-25 21:15:27.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 15 14:54:11 UTC 2015 - co...@suse.com
+
+- updated to 0.311
+   see /usr/share/doc/packages/perl-Config-AutoConf/Changes
+
+---

Old:

  Config-AutoConf-0.22.tar.gz

New:

  Config-AutoConf-0.311.tar.gz



Other differences:
--
++ perl-Config-AutoConf.spec ++
--- /var/tmp/diff_new_pack.gBOKJL/_old  2015-04-25 21:15:28.0 +0200
+++ /var/tmp/diff_new_pack.gBOKJL/_new  2015-04-25 21:15:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-AutoConf
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,27 +17,39 @@
 
 
 Name:   perl-Config-AutoConf
-Version:0.22
+Version:0.311
 Release:0
 %define cpan_name Config-AutoConf
-Summary:A module to implement some of AutoConf macros in pure perl
+Summary:Module to Implement Some of Autoconf Macros in Pure Perl
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Config-AutoConf/
-Source: 
http://www.cpan.org/authors/id/A/AM/AMBS/Config/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(ExtUtils::CBuilder) >= 0.23
-#BuildRequires: perl(Config::AutoConf)
+BuildRequires:  perl(Test::More) >= 0.9
 Requires:   perl(Capture::Tiny)
-Requires:   perl(ExtUtils::CBuilder) >= 0.23
+Recommends: perl(ExtUtils::CBuilder) >= 0.280220
+Recommends: perl(File::Slurp::Tiny)
 %{perl_requires}
 
 %description
-A module to implement some of AutoConf macros in pure perl.
+Config::AutoConf is intended to provide the same opportunities to Perl
+developers as http://www.gnu.org/software/autoconf/ does for Shell
+developers.
+
+As Perl is the second most deployed language (mind: every Unix comes with
+Perl, several mini-computers have Perl and even lot's of Windows machines
+run Perl software - which requires deployed Perl there, too), this gives
+wider support than Shell based probes.
+
+The API is leaned against GNU Autoconf, but we try to make the API
+(especially optional arguments) more Perl'ish than m4 abilities allow to
+the original.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -56,6 +68,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes README.md
 
 %changelog

++ Config-AutoConf-0.22.tar.gz -> Config-AutoConf-0.311.tar.gz ++
 6768 lines of diff (skipped)




commit perl-Devel-Symdump for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Symdump for 
openSUSE:Factory checked in at 2015-04-25 21:15:31

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


Package is "perl-Devel-Symdump"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Symdump/perl-Devel-Symdump.changes
2013-11-26 19:25:24.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Symdump.new/perl-Devel-Symdump.changes   
2015-04-25 21:15:32.0 +0200
@@ -1,0 +2,32 @@
+Wed Apr 15 14:51:45 UTC 2015 - co...@suse.com
+
+- updated to 2.14
+   see /usr/share/doc/packages/perl-Devel-Symdump/Changes
+
+  2014-12-16  k  
+  
+   * release 2.14
+  
+   * no change to 2.14-TRIAL
+  
+  2014-12-08  k  
+  
+   * release 2.14-TRIAL
+  
+   * support for fileno() on directory handles (perl commit 
v5.21.6-337-g67f2cc7)
+  
+  2014-07-26  k  
+  
+   * release 2.13-TRIAL
+  
+   * support for telldir (Brian Fraser)
+  
+  2014-06-20  k  
+  
+   * release 2.12
+  
+   * test rewrite: v5.21.0-424-ge35475d stopped supporting
+   defined(@$ref) which was used in t/symdump.t (thanks to Aaron
+   Crane for spotting)
+
+---

Old:

  Devel-Symdump-2.11.tar.gz

New:

  Devel-Symdump-2.14.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Devel-Symdump.spec ++
--- /var/tmp/diff_new_pack.GtfYee/_old  2015-04-25 21:15:33.0 +0200
+++ /var/tmp/diff_new_pack.GtfYee/_new  2015-04-25 21:15:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Symdump
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,20 @@
 
 
 Name:   perl-Devel-Symdump
-Version:2.11
+Version:2.14
 Release:0
 %define cpan_name Devel-Symdump
-Summary:Dump symbol names or the symbol table
+Summary:Dump Symbol Names or the Symbol Table
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-Symdump/
-Source: 
http://www.cpan.org/authors/id/A/AN/ANDK/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/A/AN/ANDK/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Compress::Zlib)
-#BuildRequires: perl(Devel::Symdump)
-#BuildRequires: perl(Devel::Symdump::Export)
 Requires:   perl(Compress::Zlib)
 %{perl_requires}
 

++ Devel-Symdump-2.11.tar.gz -> Devel-Symdump-2.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Symdump-2.11/Changes 
new/Devel-Symdump-2.14/Changes
--- old/Devel-Symdump-2.11/Changes  2013-10-30 07:30:55.0 +0100
+++ new/Devel-Symdump-2.14/Changes  2014-12-16 05:27:59.0 +0100
@@ -1,3 +1,29 @@
+2014-12-16  k  
+
+   * release 2.14
+
+   * no change to 2.14-TRIAL
+
+2014-12-08  k  
+
+   * release 2.14-TRIAL
+
+   * support for fileno() on directory handles (perl commit 
v5.21.6-337-g67f2cc7)
+
+2014-07-26  k  
+
+   * release 2.13-TRIAL
+
+   * support for telldir (Brian Fraser)
+
+2014-06-20  k  
+
+   * release 2.12
+
+   * test rewrite: v5.21.0-424-ge35475d stopped supporting
+   defined(@$ref) which was used in t/symdump.t (thanks to Aaron
+   Crane for spotting)
+
 2013-10-30  k  
 
* release 2.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Symdump-2.11/META.json 
new/Devel-Symdump-2.14/META.json
--- old/Devel-Symdump-2.11/META.json2013-10-30 07:51:48.0 +0100
+++ new/Devel-Symdump-2.14/META.json2014-12-16 05:38:39.0 +0100
@@ -4,7 +4,7 @@
   "Andreas Koenig "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.8, CPAN::Meta::Converter 
version 2.132830",
+   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.143240",
"keywords" : [
   "symbol table inspection"
],
@@ -47,5 +47,5 @@
  "url" : "git://github.com/andk/devel-symdump.git"
   }
},
-   "version" : "2.11"
+   "version" : "2.14"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Symdump-2.1

commit perl-Spiffy for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Spiffy for openSUSE:Factory 
checked in at 2015-04-25 21:14:58

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


Package is "perl-Spiffy"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Spiffy/perl-Spiffy.changes  2013-08-15 
12:20:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Spiffy.new/perl-Spiffy.changes 
2015-04-25 21:14:59.0 +0200
@@ -1,0 +2,37 @@
+Mon Apr 13 17:33:13 UTC 2015 - co...@suse.com
+
+- updated to 0.46
+ 0.45 Sat Aug 16 04:04:07 PDT 2014
+  - Eliminate spurious trailing whitespace
+ 
+ 0.44 Sat Aug 16 02:50:17 PDT 2014
+  - Eliminate File::Basename from test/
+ 
+ 0.43 Fri Aug 15 20:37:55 PDT 2014
+  - Add t/000-compile-modules.t
+ 
+ 0.42 Sat Aug  9 00:43:22 PDT 2014
+  - Only support back to 5.8.1
+ 
+ 0.41 Thu Aug  7 00:28:54 PDT 2014
+  - Fix bad encoding in Pod
+ 
+ 0.40 Wed Aug  6 10:29:46 PDT 2014
+  - Fix a bug that was causing lots of warnings in Test::Base on perl 5.21
+ 
+ 0.39 Tue Aug  5 10:13:52 PDT 2014
+  - Add badges to doc
+ 
+ 0.38 Mon Aug  4 00:30:13 PDT 2014
+  - Remove (c) from Copyright
+ 
+ 0.37 Wed Jul 30 16:16:56 PDT 2014
+  - Switch IRC to '#pkg'
+ 
+ 0.36 Sat Jul 26 12:01:35 PDT 2014
+  - Fix email in Meta
+ 
+ 0.35 Mon Jul 21 17:15:27 PDT 2014
+  - Fix Meta and add Contributing
+
+---

Old:

  Spiffy-0.31.tar.gz

New:

  Spiffy-0.46.tar.gz



Other differences:
--
++ perl-Spiffy.spec ++
--- /var/tmp/diff_new_pack.QtAkHy/_old  2015-04-25 21:15:00.0 +0200
+++ /var/tmp/diff_new_pack.QtAkHy/_new  2015-04-25 21:15:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Spiffy
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,51 +17,143 @@
 
 
 Name:   perl-Spiffy
-Url:http://search.cpan.org/~ingy/Spiffy
-Summary:Framework for object oriented programming in Perl
-License:Artistic-1.0
-Group:  Development/Libraries/Perl
-Version:0.31
+Version:0.46
 Release:0
-Source: Spiffy-%{version}.tar.gz
+%define cpan_name Spiffy
+Summary:Spiffy Perl Interface Framework For You
+License:Artistic-1.0 or GPL-1.0+
+Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Spiffy/
+Source: 
http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+%{perl_requires}
 
 %description
 "Spiffy" is a framework and methodology for doing object oriented (OO)
 programming in Perl. Spiffy combines the best parts of Exporter.pm,
-base.pm, mixin.pm and SUPER.pm into one magic foundation class. It
-attempts to fix all the nits and warts of traditional Perl OO, in a
-clean, straightforward and (perhaps someday) standard way. Spiffy
-borrows ideas from other OO languages like Python, Ruby, Java and Perl
-6. It also adds a few tricks of its own.
+base.pm, mixin.pm and SUPER.pm into one magic foundation class. It attempts
+to fix all the nits and warts of traditional Perl OO, in a clean,
+straightforward and (perhaps someday) standard way.
+
+Spiffy borrows ideas from other OO languages like Python, Ruby, Java and
+Perl 6. It also adds a few tricks of its own.
+
+If you take a look on CPAN, there are a ton of OO related modules. When
+starting a new project, you need to pick the set of modules that makes most
+sense, and then you need to use those modules in each of your classes.
+Spiffy, on the other hand, has everything you'll probably need in one
+module, and you only need to use it once in one of your classes. If you
+make Spiffy.pm the base class of the basest class in your project, Spiffy
+will automatically pass all of its magic to all of your subclasses. You may
+eventually forget that you're even using it!
+
+The most striking difference between Spiffy and other Perl object oriented
+base classes, is that it has the ability to export things. If you create a
+subclass of Spiffy, all the things that Spiffy exports will automatically
+be exported by your subclass, in addition to any more things that you want
+to export. And if someone creates a subclass of your subclass, all of those
+things will be exported automatically, and so on. Think of it as "Inherited
+Exportation", and it uses the

commit perl-URI for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-URI for openSUSE:Factory 
checked in at 2015-04-25 21:15:04

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


Package is "perl-URI"

Changes:

--- /work/SRC/openSUSE:Factory/perl-URI/perl-URI.changes2012-04-17 
22:00:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-URI.new/perl-URI.changes   2015-04-25 
21:15:05.0 +0200
@@ -1,0 +2,80 @@
+Tue Apr 14 17:31:35 UTC 2015 - co...@suse.com
+
+- updated to 1.67
+   see /usr/share/doc/packages/perl-URI/Changes
+
+  Revision history for URI
+  
+  2015-02-24   Karen Etheridge 
+  
+Release 1.67
+  
+Karen Etheridge:
+  - properly skip author test for normal user installs
+  
+  
+  2015-02-24   Karen Etheridge 
+  
+Release 1.66
+  
+Adam Herzog:
+  - reorganize .pm files under lib/ (github #20)
+  
+  
+  2014-11-05   Karen Etheridge 
+  
+Release 1.65
+  
+Karen Etheridge:
+  - add a TO_JSON method, to assist JSON serialization
+  
+  
+  2014-07-13   Karen Etheridge 
+  
+Release 1.64
+  
+Eric Brine:
+  - better fix for RT#96941, that also works around utf8 bugs on older 
perls
+  
+  
+  2014-07-13   Karen Etheridge 
+  
+Release 1.63
+  
+Karen Etheridge:
+  - mark utf8-related test failures on older perls caused by recent string
+parsing changes as TODO (RT#97177, RT#96941)
+  
+  
+  2014-07-12   Karen Etheridge 
+  
+Release 1.62
+  
+Karen Etheridge (2):
+  - use strict and warnings in all modules, tests and scripts
+  - remove all remaining uses of "use vars"
+  
+Eric Brine:
+  - fixed new "\C is deprecated in regex" warning in 5.21.2 (RT#96941)
+  
+  
+  2014-07-01   Karen Etheridge 
+  
+Release 1.61
+  
+David Schmidt:
+Fix test failure if local hostname is 'foo' [RT#75519]
+  
+Gisle Aas (2):
+New 'has_recognized_scheme' interface [RT#71204]
+Interfaces that return a single value now return undef rather than an
+empty list in list context
+  
+Slaven Rezic:
+Fix bad regex when parsing hostnames
+  
+Piotr Roszatycki:
+Preferentially use $ENV{TMPDIR} for temporary test files over /tmp
+(fixes tests on Android)
+
+---

Old:

  URI-1.60.tar.gz

New:

  URI-1.67.tar.gz



Other differences:
--
++ perl-URI.spec ++
--- /var/tmp/diff_new_pack.nz4Rlb/_old  2015-04-25 21:15:06.0 +0200
+++ /var/tmp/diff_new_pack.nz4Rlb/_new  2015-04-25 21:15:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-URI
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,45 +16,57 @@
 #
 
 
-%bcond_with opt
-
 Name:   perl-URI
+Version:1.67
+Release:0
 %define cpan_name URI
 Summary:Uniform Resource Identifiers (absolute and relative)
-License:GPL-2.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Version:1.60
-Release:0
 Url:http://search.cpan.org/dist/URI/
-Source: http://www.cpan.org/modules/by-module/URI/URI-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-%if %{with opt}
-BuildRequires:  perl(Business::ISBN)
-%endif
-BuildRequires:  perl(MIME::Base64) >= 2
-#
-Requires:   perl(MIME::Base64) >= 2
-%if 0%{?suse_version} > 0
-Suggests:   perl(Business::ISBN)
-%endif
+BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(parent)
+Requires:   perl(parent)
+%{perl_requires}
 
 %description
-This module implements the URI class. Objects of this class represent
+This module implements the 'URI' class. Objects of this class represent
 "Uniform Resource Identifier references" as specified in RFC 2396 (and
 updated by RFC 2732).
 
-URI objects can be used to access and manipulate the various
-components that make up these strings.  There are also methods to
-combine URIs in various ways.
+A Uniform Resource Identifier is a compact string of characters that
+identifies an abstract or physical resource. A Uniform Resource Identifier
+can be further classified as either a Uniform Resource Locator (URL) or a
+Uniform Resource Name (URN). The distinction 

commit perl-Tie-Cycle for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Tie-Cycle for openSUSE:Factory 
checked in at 2015-04-25 21:15:09

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


Package is "perl-Tie-Cycle"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Tie-Cycle/perl-Tie-Cycle.changes
2013-11-07 12:53:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Tie-Cycle.new/perl-Tie-Cycle.changes   
2015-04-25 21:15:10.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr 14 20:38:26 UTC 2015 - co...@suse.com
+
+- updated to 1.21
+   see /usr/share/doc/packages/perl-Tie-Cycle/Changes
+
+  1.21 - Fri Oct  3 22:08:25 2014
+   * Update Makefile for better META data
+  
+  1.19_01 - Mon Sep  2 10:51:42 2013
+   * Take out // (5.10 feature I used without thought) to restore
+   5.8 compatibility.
+
+---

Old:

  Tie-Cycle-1.19.tar.gz

New:

  Tie-Cycle-1.21.tar.gz



Other differences:
--
++ perl-Tie-Cycle.spec ++
--- /var/tmp/diff_new_pack.V5oAgI/_old  2015-04-25 21:15:11.0 +0200
+++ /var/tmp/diff_new_pack.V5oAgI/_new  2015-04-25 21:15:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Tie-Cycle
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,10 +17,10 @@
 
 
 Name:   perl-Tie-Cycle
-Version:1.19
+Version:1.21
 Release:0
 %define cpan_name Tie-Cycle
-Summary:Cycle through a list of values via a scalar.
+Summary:Cycle through a list of values via a scalar
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Tie-Cycle/
@@ -30,8 +30,6 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::More) >= 0.95
-#BuildRequires: perl(Tie::Cycle)
-Requires:   perl(Test::More) >= 0.95
 %{perl_requires}
 
 %description
@@ -68,6 +66,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples LICENSE MYMETA.json MYMETA.yml README
+%doc Changes examples LICENSE README
 
 %changelog

++ Tie-Cycle-1.19.tar.gz -> Tie-Cycle-1.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tie-Cycle-1.19/Changes new/Tie-Cycle-1.21/Changes
--- old/Tie-Cycle-1.19/Changes  2013-08-27 19:21:17.0 +0200
+++ new/Tie-Cycle-1.21/Changes  2014-10-04 04:11:05.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Perl extension Tie::Cycle.
 
+1.21 - Fri Oct  3 22:08:25 2014
+   * Update Makefile for better META data
+
+1.19_01 - Mon Sep  2 10:51:42 2013
+   * Take out // (5.10 feature I used without thought) to restore
+   5.8 compatibility.
+
 1.19 - Tue Aug 27 13:20:40 2013
* Update for modern usage, better code
* I use this as an example in Mastering Perl, so I shouldn't
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tie-Cycle-1.19/MANIFEST new/Tie-Cycle-1.21/MANIFEST
--- old/Tie-Cycle-1.19/MANIFEST 2013-08-27 19:21:19.0 +0200
+++ new/Tie-Cycle-1.21/MANIFEST 2014-10-04 04:11:06.0 +0200
@@ -3,9 +3,8 @@
 lib/Tie/Cycle.pm
 LICENSE
 Makefile.PL
-MANIFEST
-MYMETA.json
-MYMETA.yml
+MANIFEST   This list of files
+MANIFEST.SKIP
 README
 t/cycle.t
 t/load.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tie-Cycle-1.19/MANIFEST.SKIP 
new/Tie-Cycle-1.21/MANIFEST.SKIP
--- old/Tie-Cycle-1.19/MANIFEST.SKIP1970-01-01 01:00:00.0 +0100
+++ new/Tie-Cycle-1.21/MANIFEST.SKIP2014-10-04 04:11:05.0 +0200
@@ -0,0 +1,64 @@
+
+#!start included /usr/local/perls/perl-5.14.2/lib/5.14.2/ExtUtils/MANIFEST.SKIP
+# Avoid version control files.
+\bRCS\b
+\bCVS\b
+\bSCCS\b
+,v$
+\B\.svn\b
+\B\.git\b
+\B\.gitignore\b
+\b_darcs\b
+\B\.cvsignore$
+
+# Avoid VMS specific MakeMaker generated files
+\bDescrip.MMS$
+\bDESCRIP.MMS$
+\bdescrip.mms$
+
+# Avoid Makemaker generated and utility files.
+\bMANIFEST\.bak
+\bMakefile$
+\bblib/
+\bMakeMaker-\d
+\bpm_to_blib\.ts$
+\bpm_to_blib$
+\bblibdirs\.ts$ # 6.18 through 6.25 generated this
+
+# Avoid Module::Build generated and utility files.
+\bBuild$
+\b_build/
+\bBuild.bat$
+\bBuild.COM$
+\bBUILD.COM$
+\bbuild.com$
+
+# Avoid temp and backup files.
+~$
+\.old$
+\#$
+\b\.#
+\.bak$
+\.tmp$
+\.#
+\.rej$
+
+# Avoid OS-specific files/dirs
+# Mac OSX metadata
+\B\.D

commit perl-Test-Base for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Base for openSUSE:Factory 
checked in at 2015-04-25 21:14:47

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


Package is "perl-Test-Base"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Base/perl-Test-Base.changes
2011-09-23 12:38:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Base.new/perl-Test-Base.changes   
2015-04-25 21:14:49.0 +0200
@@ -1,0 +2,36 @@
+Mon Apr 13 17:31:23 UTC 2015 - co...@suse.com
+
+- updated to 0.88
+  - Remove a debugging line.
+ 
+ 0.87 Tue Aug 19 16:35:34 PDT 2014
+  - Replace tabs with spaces
+ 
+ 0.86 Mon Aug 18 08:29:20 PDT 2014
+  - Fix for issue/15
+ 
+ 0.85 Mon Aug 18 08:07:52 PDT 2014
+  - Pull Module::Install::TestBase out of Test::Base
+  - It will be released in separate dist
+  - Was causing Test::Base to fail tests
+ 
+ 0.84 Sat Aug 16 15:08:32 PDT 2014
+  - Remove .gitignore
+  - Fix Meta error. s/zild/=zild/
+ 
+ 0.83 Sat Aug 16 12:31:00 PDT 2014
+  - Meta 0.0.2
+ 
+ 0.82 Sat Aug 16 04:14:25 PDT 2014
+  - Eliminate spurious trailing whitespace
+ 
+ 0.81 Sat Aug 16 02:52:12 PDT 2014
+  - Eliminate File::Basename from test/
+ 
+ 0.80 Fri Aug 15 20:49:55 PDT 2014
+  - Add t/000-require-modules.t
+ 
+ 0.79 Sat Aug  9 00:55:07 PDT 2014
+  - Dep on EU::MM 6.52
+
+---

Old:

  Test-Base-0.60.tar.gz

New:

  Test-Base-0.88.tar.gz



Other differences:
--
++ perl-Test-Base.spec ++
--- /var/tmp/diff_new_pack.2pZcUN/_old  2015-04-25 21:14:51.0 +0200
+++ /var/tmp/diff_new_pack.2pZcUN/_new  2015-04-25 21:14:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Base
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,25 +16,24 @@
 #
 
 
-
 Name:   perl-Test-Base
-Version:0.60
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.88
+Release:0
 %define cpan_name Test-Base
 Summary:A Data Driven Testing Framework
-Url:http://search.cpan.org/dist/Test-Base/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/I/IN/INGY/Test-Base-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Test-Base/
+Source: 
http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Spiffy) >= 0.30
-BuildRequires:  perl(Test::Deep)
-Requires:   perl(Spiffy) >= 0.30
-Requires:   perl(Test::Deep)
+BuildRequires:  perl(Algorithm::Diff) >= 1.15
+BuildRequires:  perl(Spiffy) >= 0.40
+BuildRequires:  perl(Text::Diff) >= 0.35
+Requires:   perl(Spiffy) >= 0.40
+Recommends: perl(Test::Deep)
 %{perl_requires}
 
 %description
@@ -65,7 +64,9 @@
 you can write tests with a minimum of code. At the heart of all testing you
 have inputs, processes and expected outputs. Test::Base provides some clean
 ways for you to express your input and expected output data, so you can
-spend your time focusing on that rather than your code scaffolding.
+spend your
+
+  time focusing on that rather than your code scaffolding.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -82,11 +83,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes CONTRIBUTING LICENSE README
 
 %changelog

++ Test-Base-0.60.tar.gz -> Test-Base-0.88.tar.gz ++
 7258 lines of diff (skipped)




commit perl-Module-Metadata for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Metadata for 
openSUSE:Factory checked in at 2015-04-25 21:14:53

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


Package is "perl-Module-Metadata"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-Metadata/perl-Module-Metadata.changes
2015-02-10 20:22:17.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Metadata.new/perl-Module-Metadata.changes
   2015-04-25 21:14:54.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 13 18:19:56 UTC 2015 - co...@suse.com
+
+- updated to 1.27
+   see /usr/share/doc/packages/perl-Module-Metadata/Changes
+
+  1.27  2015-04-11 00:21:26Z
+- work around issues with an unconfigured Log::Contextual (Kent Fredric)
+- allow tests to pass in a perl with no taint support (James Raspass)
+
+---

Old:

  Module-Metadata-1.26.tar.gz

New:

  Module-Metadata-1.27.tar.gz



Other differences:
--
++ perl-Module-Metadata.spec ++
--- /var/tmp/diff_new_pack.uM7CNw/_old  2015-04-25 21:14:55.0 +0200
+++ /var/tmp/diff_new_pack.uM7CNw/_new  2015-04-25 21:14:55.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Module-Metadata
-Version:1.26
+Version:1.27
 Release:0
 %define cpan_name Module-Metadata
 Summary:Gather package and POD information from perl module files
-License:Artistic-1.0 or GPL-1.0+
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Module-Metadata/
 Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
@@ -29,7 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More) >= 0.82
 BuildRequires:  perl(version) >= 0.87
 Requires:   perl(version) >= 0.87
 %{perl_requires}
@@ -42,7 +41,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Module-Metadata-1.26.tar.gz -> Module-Metadata-1.27.tar.gz ++
 2010 lines of diff (skipped)




commit libzypp for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2015-04-25 16:47:22

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


Package is "libzypp"

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2015-04-10 
09:47:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2015-04-25 
16:47:23.0 +0200
@@ -1,0 +2,17 @@
+Thu Apr 23 01:13:15 CEST 2015 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Wed Apr 22 10:50:00 CEST 2015 - m...@suse.de
+
+- ZYpp: Changed ZYpp::Ptr to be a shared_ptr; 
+  a precondition for fixing bnc-899755
+- rpmmd: support 'metalink=' in .repo (for zypper#63)
+- RepoMirrorList: ignore comments and malformed urls in mirrorlist
+- PathInfo: remove minor/major conflicting with GNU libc macros
+  DiskUsageCounter: remove ctors taking 'magic' bool flags
+  ZyppCallbacks: remove unused PatchDownload callbacks
+- version 15.1.0 (1)
+
+---

Old:

  libzypp-15.0.0.tar.bz2

New:

  libzypp-15.1.0.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.jQvqSz/_old  2015-04-25 16:47:24.0 +0200
+++ /var/tmp/diff_new_pack.jQvqSz/_new  2015-04-25 16:47:24.0 +0200
@@ -19,7 +19,7 @@
 %define force_gcc_46 0
 
 Name:   libzypp
-Version:15.0.0
+Version:15.1.0
 Release:0
 Url:git://gitorious.org/opensuse/libzypp.git
 Summary:Package, Patch, Pattern, and Product Management

++ libzypp-15.0.0.tar.bz2 -> libzypp-15.1.0.tar.bz2 ++
 17115 lines of diff (skipped)




commit mozilla-nss for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:Factory 
checked in at 2015-04-25 16:47:27

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


Package is "mozilla-nss"

Changes:

--- /work/SRC/openSUSE:Factory/mozilla-nss/mozilla-nss.changes  2015-04-07 
09:28:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.mozilla-nss.new/mozilla-nss.changes 
2015-04-25 16:47:28.0 +0200
@@ -1,0 +2,20 @@
+Thu Apr 23 06:35:27 UTC 2015 - w...@rosenauer.org
+
+- update to 3.18.1
+  * Firefox target release 38
+  * No new functionality is introduced in this release.
+  Notable Changes:
+  * The following CA certificate had the Websites and Code Signing
+trust bits restored to their original state to allow more time
+to develop a better transition strategy for affected sites:
+- OU = Equifax Secure Certificate Authority
+  * The following CA certificate was removed:
+- CN = e-Guven Kok Elektronik Sertifika Hizmet Saglayicisi
+  * The following intermediate CA certificate has been added as
+actively distrusted because it was mis-used to issue certificates
+for domain names the holder did not own or control:
+- CN=MCSHOLDING TEST, O=MCSHOLDING, C=EG
+  * The version number of the updated root CA list has been set
+to 2.4
+
+---

Old:

  nss-3.18.tar.gz

New:

  nss-3.18.1.tar.gz



Other differences:
--
++ mozilla-nss.spec ++
--- /var/tmp/diff_new_pack.GGDFSh/_old  2015-04-25 16:47:29.0 +0200
+++ /var/tmp/diff_new_pack.GGDFSh/_new  2015-04-25 16:47:29.0 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  sqlite-devel
 BuildRequires:  zlib-devel
-Version:3.18
+Version:3.18.1
 Release:0
 # bug437293
 %ifarch ppc64
@@ -36,8 +36,8 @@
 License:MPL-2.0
 Group:  System/Libraries
 Url:http://www.mozilla.org/projects/security/pki/nss/
-Source: 
https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_18_RTM/src/nss-%{version}.tar.gz
-# hg clone https://hg.mozilla.org/projects/nss nss-3.18/nss ; cd nss-3.18/nss 
; hg up NSS_3_18_RTM
+Source: 
https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_18_1_RTM/src/nss-%{version}.tar.gz
+# hg clone https://hg.mozilla.org/projects/nss nss-3.18.1/nss ; cd 
nss-3.18.1/nss ; hg up NSS_3_18_1_RTM
 #Source: nss-%{version}.tar.gz
 Source1:nss.pc.in
 Source3:nss-config.in



++ nss-3.18.tar.gz -> nss-3.18.1.tar.gz ++
/work/SRC/openSUSE:Factory/mozilla-nss/nss-3.18.tar.gz 
/work/SRC/openSUSE:Factory/.mozilla-nss.new/nss-3.18.1.tar.gz differ: char 5, 
line 1




commit linuxrc for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2015-04-25 16:47:16

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


Package is "linuxrc"

Changes:

--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2015-04-06 
00:24:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2015-04-25 
16:47:17.0 +0200
@@ -1,0 +2,15 @@
+Fri Apr 24 11:41:04 CEST 2015 - snw...@suse.com
+
+- re-enable utf8 mode when linemode is switched off (bnc #921112)
+- 5.0.37
+
+---
+Thu Apr 23 08:16:04 CEST 2015 - snw...@suse.com
+
+- Add note about passing cli options
+- add paragraph about logging
+- add a debugging hint into readme
+- Fix BOOTIF on PowerNV
+- 5.0.36
+
+---

Old:

  linuxrc-5.0.35.tar.xz

New:

  linuxrc-5.0.37.tar.xz



Other differences:
--
++ linuxrc.spec ++
--- /var/tmp/diff_new_pack.CnYamB/_old  2015-04-25 16:47:18.0 +0200
+++ /var/tmp/diff_new_pack.CnYamB/_new  2015-04-25 16:47:18.0 +0200
@@ -25,7 +25,7 @@
 Summary:SUSE Installation Program
 License:GPL-3.0+
 Group:  System/Boot
-Version:5.0.35
+Version:5.0.37
 Release:0
 Source: %{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ linuxrc-5.0.35.tar.xz -> linuxrc-5.0.37.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.35/README.md new/linuxrc-5.0.37/README.md
--- old/linuxrc-5.0.35/README.md2015-04-02 10:50:02.0 +0200
+++ new/linuxrc-5.0.37/README.md2015-04-24 11:35:41.0 +0200
@@ -2,3 +2,23 @@
 [YaST](https://en.opensuse.org/Portal:YaST) runs.
 
 See .
+
+## Debugging
+
+### Run on Installed System
+Linuxrc can run on installed system. It runs in testmode that make debugging 
easier.
+Parameters are passed as common parametrs like: `linuxrc linemode=0 manual=1 
LogLevel=8`
+
+### Useful Shortcuts
+
+* ctrl+c then 'q' - exit linuxrc
+
+* ctrl+c then 'c' - change config
+
+* ctrl+c then 'i' - show info detected by linuxrc
+
+* ctrl+c then 's' - start shell
+
+### Logging
+To capture log into file with maximum log verbosity use these linuxrc params:
+`linuxrc.log=/tmp/linuxrc.log linuxrc.debug=4`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.35/VERSION new/linuxrc-5.0.37/VERSION
--- old/linuxrc-5.0.35/VERSION  2015-04-02 10:50:02.0 +0200
+++ new/linuxrc-5.0.37/VERSION  2015-04-24 11:35:41.0 +0200
@@ -1 +1 @@
-5.0.35
+5.0.37
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.35/changelog new/linuxrc-5.0.37/changelog
--- old/linuxrc-5.0.35/changelog2015-04-02 10:50:02.0 +0200
+++ new/linuxrc-5.0.37/changelog2015-04-24 11:35:41.0 +0200
@@ -1,3 +1,12 @@
+2015-04-23:5.0.37
+   - re-enable utf8 mode when linemode is switched off (bnc #921112)
+
+2015-04-22:5.0.36
+   - Add note about passing cli options
+   - add paragraph about logging
+   - add a debugging hint into readme
+   - Fix BOOTIF on PowerNV
+
 2015-04-02:5.0.35
- match mac addresses case-insensitive (bnc #924872)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.35/file.c new/linuxrc-5.0.37/file.c
--- old/linuxrc-5.0.35/file.c   2015-04-02 10:50:02.0 +0200
+++ new/linuxrc-5.0.37/file.c   2015-04-24 11:35:41.0 +0200
@@ -1015,7 +1015,7 @@
 
   case key_linemode:
 if(f->is.numeric) config.linemode = f->nvalue;
-if(config.linemode) config.utf8 = 0;
+config.utf8 = config.linemode ? 0 : 1;
 break;
 
   case key_moduledelay:
@@ -1451,12 +1451,21 @@
 break;
 
   case key_bootif:
-if(strlen(f->value) > 3) {
-  str_copy(&config.ifcfg.manual->device, f->value + 3);
-  for(s = config.ifcfg.manual->device; *s; s++) if(*s == '-') *s = ':';
-}
+{
+  /* handle both EUI-48 and EUI-64 both with and without
+   * the ipappend value
+   * EUI-48 w/o 17 : "01:23:45:67:89:0a"
+   * EUI-48 w/  20 : "99-01:23:45:67:89:0a"
+   * EUI-64 w/o 23 : "01:23:45:67:89:0a:bc:de"
+   * EUI-64 w/  26 : "99-01:23:45:67:89:0a:bc:de"
+   */
+  int len = strlen(f->value);
+  if ( len > 3 ) {
+str_copy(&config.ifcfg.manual->device,

commit libzypp-plugin-appdata for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package libzypp-plugin-appdata for 
openSUSE:Factory checked in at 2015-04-25 16:47:04

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
2015-04-10 09:47:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libzypp-plugin-appdata.new/libzypp-plugin-appdata.changes
   2015-04-25 16:47:06.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 23 07:23:16 UTC 2015 - dims...@opensuse.org
+
+- No need to validate appdata.xml.gz in a yast2 repo: those are
+  created by kiwi, which in turn spanws appstream-builder: we can
+  trust that it creates valid enough metadata.
+
+---



Other differences:
--
++ InstallAppdata.sh ++
--- /var/tmp/diff_new_pack.GQ17nz/_old  2015-04-25 16:47:07.0 +0200
+++ /var/tmp/diff_new_pack.GQ17nz/_new  2015-04-25 16:47:07.0 +0200
@@ -40,9 +40,10 @@
   fi
   ;;
 yast2)
-  if appstream-util validate-relax --nonet "$6$YAST2/appdata.xml.gz" 2>&1 
> /dev/null; then
+  # 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
-  fi
+  #fi
   ;;
 *)
   echo "unknown repo type - Appstream data not considered"




commit libnettle for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package libnettle for openSUSE:Factory 
checked in at 2015-04-25 16:47:09

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


Package is "libnettle"

Changes:

--- /work/SRC/openSUSE:Factory/libnettle/libnettle.changes  2015-04-18 
10:38:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnettle.new/libnettle.changes 2015-04-25 
16:47:11.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 23 09:31:06 UTC 2015 - vpere...@suse.com
+
+added patch: off-by-one-test-suite.patch
+
+- Address Sanitizer, found a off-by-one error in the test suite (bnc#928328) 
+
+---

New:

  off-by-one-test-suite.patch



Other differences:
--
++ libnettle.spec ++
--- /var/tmp/diff_new_pack.ttziyE/_old  2015-04-25 16:47:12.0 +0200
+++ /var/tmp/diff_new_pack.ttziyE/_new  2015-04-25 16:47:12.0 +0200
@@ -29,6 +29,7 @@
 Source1:https://ftp.gnu.org/gnu/nettle/nettle-%{version}.tar.gz.sig
 Source2:%{name}.keyring
 Source3:baselibs.conf
+Patch0: off-by-one-test-suite.patch
 BuildRequires:  gmp-devel
 BuildRequires:  makeinfo
 BuildRequires:  pkgconfig
@@ -91,6 +92,7 @@
 
 %prep
 %setup -q -n nettle-%{version}
+%patch0
 
 %build
 %configure \



++ off-by-one-test-suite.patch ++
Index: testsuite/des-compat-test.c
===
--- testsuite/des-compat-test.c.orig
+++ testsuite/des-compat-test.c
@@ -346,7 +346,7 @@ test_main(void)
 
 #ifndef LIBDES_LIT
if (verbose) printf("Doing ede ecb\n");
-   for (i=0; i<(NUM_TESTS-1); i++)
+   for (i=0; i<(NUM_TESTS-2); i++)
{
if ((j=des_key_sched(&key_data[i], ks)) != 0)
{



commit adolc for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package adolc for openSUSE:Factory checked 
in at 2015-04-25 16:46:44

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


Package is "adolc"

Changes:

--- /work/SRC/openSUSE:Factory/adolc/adolc.changes  2014-08-27 
07:45:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.adolc.new/adolc.changes 2015-04-25 
16:46:52.0 +0200
@@ -1,0 +2,7 @@
+Wed Apr 22 17:36:30 UTC 2015 - mplus...@suse.com
+
+- Use source for url
+- Do not pull autotools when they are not used
+- Cleanup spec-file with spec-cleaner
+
+---

Old:

  adolc-2.5.2.tar.xz

New:

  ADOL-C-2.5.2.tgz



Other differences:
--
++ adolc.spec ++
--- /var/tmp/diff_new_pack.gEpCyp/_old  2015-04-25 16:46:52.0 +0200
+++ /var/tmp/diff_new_pack.gEpCyp/_new  2015-04-25 16:46:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package adolc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,25 +16,20 @@
 #
 
 
-Name:   adolc
 %define lname  libadolc2
+Name:   adolc
 Version:2.5.2
 Release:0
 Summary:Algorithmic Differentiation Library for C/C++
 License:GPL-2.0+ or EPL-1.0
 Group:  Development/Libraries/C and C++
 Url:http://projects.coin-or.org/ADOL-C
-Source: %{name}-%{version}.tar.xz
+Source0:
http://www.coin-or.org/download/source/ADOL-C/ADOL-C-%{version}.tgz
 Source1:baselibs.conf
 BuildRequires:  ColPack-devel
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
-BuildRequires:  libtool
 BuildRequires:  pkg-config
-BuildRequires:  xz
-# BuildRequires:  texlive texlive-latex
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description  
@@ -48,11 +43,11 @@
 truncation errors at a small multiple of the run time and randomly
 accessed memory of the given function evaluation program.
 
-%package -n %lname
+%package -n %{lname}
 Summary:Algorithmic Differentiation Library for C/C++
 Group:  System/Libraries
 
-%description -n %lname
+%description -n %{lname}
 The package ADOL-C (Automatic Differentiation by OverLoading in C++)
 facilitates the evaluation of first and higher derivatives of vector
 functions that are defined by computer programs written in C or
@@ -66,7 +61,7 @@
 %package devel
 Summary:Algorithmic Differentiation Library for C/C++ -- development 
files
 Group:  Development/Libraries/C and C++
-Requires:   %lname = %{version}
+Requires:   %{lname} = %{version}
 
 %description devel
 The package ADOL-C (Automatic Differentiation by OverLoading in C++)
@@ -84,7 +79,7 @@
 %package doc
 Summary:Algorithmic Differentiation Library for C/C++ -- documentation
 Group:  Documentation/Other
-%if 0%{?suse_version} && %{suse_version} >= 1120
+%if 0%{?suse_version} && 0%{?suse_version} >= 1120
 BuildArch:  noarch
 %endif
 
@@ -102,31 +97,31 @@
 This package provides the user´s manual for adolc
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q -n ADOL-C-%{version}
 
 %build
 # autoreconf -v --install --force
-%configure --prefix=/usr
-make %{_smp_mflags}
+%configure 
+make %{?_smp_mflags}
 # pushd ADOL-C/doc
 # for ((i=0; i < 3; i++)); do
 #pdflatex adolc-manual.tex &>/dev/null
 # done
 
 %install
-%makeinstall
-install -d %{buildroot}%{_datadir}/doc/packages/%{name}
-install -m 644 README AUTHORS BUGS LICENSE TODO 
%{buildroot}%{_datadir}/doc/packages/%{name}
-install -m 644 ADOL-C/doc/adolc-manual.pdf 
%{buildroot}%{_datadir}/doc/packages/%{name}
-install -m 644 ADOL-C/doc/short_ref.pdf 
%{buildroot}%{_datadir}/doc/packages/%{name}
-find "%buildroot" -type f -name "*.la" -delete;
-find "%buildroot" -type f -name "*.a" -delete;
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+install -d %{buildroot}%{_docdir}/%{name}
+install -m 644 README AUTHORS BUGS LICENSE TODO %{buildroot}%{_docdir}/%{name}
+install -m 644 ADOL-C/doc/adolc-manual.pdf %{buildroot}%{_docdir}/%{name}
+install -m 644 ADOL-C/doc/short_ref.pdf %{buildroot}%{_docdir}/%{name}
+find %{buildroot} -type f -name "*.la" -delete -print
+find %{buildroot} -type f -name "*.a" -delete;
 
-%post -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
 
-%postun -n %lname -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
-%files -n %lname
+%files -n %{lname}
 %defattr(-,root,root)
 %{_lib

commit polkit-default-privs for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory checked in at 2015-04-25 16:46:22

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


Package is "polkit-default-privs"

Changes:

--- 
/work/SRC/openSUSE:Factory/polkit-default-privs/polkit-default-privs.changes
2015-04-22 01:16:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-default-privs.new/polkit-default-privs.changes
   2015-04-25 16:46:23.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 22 12:01:15 UTC 2015 - krah...@suse.com
+
+- polkit-default-privs: adding gnome-control-center actions (bnc#927508)
+adding realmd actions (bnc#916767)
+
+---



Other differences:
--
++ polkit-default-privs-13.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.2/polkit-default-privs.restrictive 
new/polkit-default-privs-13.2/polkit-default-privs.restrictive
--- old/polkit-default-privs-13.2/polkit-default-privs.restrictive  
2015-04-20 10:20:08.0 +0200
+++ new/polkit-default-privs-13.2/polkit-default-privs.restrictive  
2015-04-20 11:25:15.0 +0200
@@ -555,4 +555,9 @@
 # gnome-multi-writer (bnc#924062)
 org.gnome.MultiWriter.probe
auth_admin:auth_admin:auth_admin_keep
 
+# realmd (bnc#916767)
+org.freedesktop.realmd.configure-realm 
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.realmd.deconfigure-realm   
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.realmd.login-policy
auth_admin:auth_admin:auth_admin_keep
+
 ###
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.2/polkit-default-privs.standard 
new/polkit-default-privs-13.2/polkit-default-privs.standard
--- old/polkit-default-privs-13.2/polkit-default-privs.standard 2015-04-20 
10:20:08.0 +0200
+++ new/polkit-default-privs-13.2/polkit-default-privs.standard 2015-04-20 
11:25:15.0 +0200
@@ -365,6 +365,9 @@
 # gnome-control-center
 org.gnome.randr.install-system-wide auth_admin
 
+# gnome-control-center (bnc#927508)
+org.gnome.controlcenter.remote-login-helper
no:no:auth_admin_keep
+
 # gnome-power-manager/gnome-settings-daemon (bnc#650401, bnc#712841)
 org.gnome.settings-daemon.plugins.power.backlight-helperno:no:yes
 # xfce4-power-manager, bnc#665169
@@ -571,4 +574,9 @@
 # gnome-multi-writer (bnc#924062)
 org.gnome.MultiWriter.probe
auth_admin:auth_admin:auth_admin_keep
 
+# realmd (bnc#916767)
+org.freedesktop.realmd.configure-realm 
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.realmd.deconfigure-realm   
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.realmd.login-policy
auth_admin:auth_admin:auth_admin_keep
+
 ###




commit gnome-contacts for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package gnome-contacts for openSUSE:Factory 
checked in at 2015-04-25 16:46:54

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


Package is "gnome-contacts"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-contacts/gnome-contacts.changes
2015-04-23 07:58:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-contacts.new/gnome-contacts.changes   
2015-04-25 16:46:55.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 22 07:23:16 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.2:
+  + Bug fixed concerning Maps initialization.
+
+---

Old:

  gnome-contacts-3.16.1.tar.xz

New:

  gnome-contacts-3.16.2.tar.xz



Other differences:
--
++ gnome-contacts.spec ++
--- /var/tmp/diff_new_pack.ICBtwq/_old  2015-04-25 16:46:56.0 +0200
+++ /var/tmp/diff_new_pack.ICBtwq/_new  2015-04-25 16:46:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-contacts
-Version:3.16.1
+Version:3.16.2
 Release:0
 Summary:Contacts Manager for GNOME
 License:GPL-2.0+

++ gnome-contacts-3.16.1.tar.xz -> gnome-contacts-3.16.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/ChangeLog 
new/gnome-contacts-3.16.2/ChangeLog
--- old/gnome-contacts-3.16.1/ChangeLog 2015-04-16 06:11:43.0 +0200
+++ new/gnome-contacts-3.16.2/ChangeLog 2015-04-22 05:37:44.0 +0200
@@ -1,3 +1,37 @@
+commit 5c1f9e2a9ca963a3e3db0e8ea6ad6969f405d6ed
+Author: Erick Pérez Castellanos 
+Date:   Tue Apr 21 23:18:33 2015 -0400
+
+app: initialize Clutter for addresses' use
+
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=747977
+
+ src/main.vala | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a791b438032ff77b3b9ad5a440c166e0a751a8c4
+Author: Sveinn í Felli 
+Date:   Tue Apr 21 13:10:18 2015 +
+
+Added Icelandic translation
+
+ po/LINGUAS |   1 +
+ po/is.po   | 709
+ +
+ 2 files changed, 710 insertions(+)
+
+commit d5bdbc7bd710c5dbad7be8f9fe47106f28806558
+Author: Erick Pérez Castellanos 
+Date:   Thu Apr 16 00:20:50 2015 -0400
+
+Bump version to 3.16.1 for release
+
+NEWS: updated
+
+ NEWS | 3 +++
+ configure.ac | 2 +-
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
 commit f854f35e0f05befef5b52daf429432d8dda6143e
 Author: Erick Pérez Castellanos 
 Date:   Thu Apr 16 00:10:27 2015 -0400
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/NEWS 
new/gnome-contacts-3.16.2/NEWS
--- old/gnome-contacts-3.16.1/NEWS  2015-04-16 05:55:27.0 +0200
+++ new/gnome-contacts-3.16.2/NEWS  2015-04-22 05:36:26.0 +0200
@@ -1,3 +1,6 @@
+Major changes in 3.16.2:
+* Bug fixed concerning Maps initialization.
+
 Major changes in 3.16.1:
 * Updated translations
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/aclocal.m4 
new/gnome-contacts-3.16.2/aclocal.m4
--- old/gnome-contacts-3.16.1/aclocal.m42015-04-16 06:11:23.0 
+0200
+++ new/gnome-contacts-3.16.2/aclocal.m42015-04-22 05:37:18.0 
+0200
@@ -20,6 +20,187 @@
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
+dnl GLIB_GSETTINGS
+dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether
+dnl the schema should be compiled
+dnl
+
+AC_DEFUN([GLIB_GSETTINGS],
+[
+  m4_pattern_allow([AM_V_GEN])
+  AC_ARG_ENABLE(schemas-compile,
+AS_HELP_STRING([--disable-schemas-compile],
+   [Disable regeneration of gschemas.compiled on 
install]),
+[case ${enableval} in
+  yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE=""  ;;
+  no)  GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;;
+  *) AC_MSG_ERROR([bad value ${enableval} for 
--enable-schemas-compile]) ;;
+ esac])
+  AC_SUBST([GSETTINGS_DISABLE_SCHEMAS_COMPILE])
+  PKG_PROG_PKG_CONFIG([0.16])
+  AC_SUBST(gsettingsschemadir, [${datadir}/glib-2.0/schemas])
+  if test x$cross_compiling != xyes; then
+GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0`
+  else
+AC_PATH_PROG(GLIB_COMPILE_SCHEMAS, glib-compile-schemas)
+  fi
+  AC_SUBST(GLIB_COMPILE_SCHEMAS)
+  if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then
+ifelse([$2],,[AC_MSG_ERROR([glib-compile-schemas not found.])

commit perl-Bootloader for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Bootloader for openSUSE:Factory 
checked in at 2015-04-25 16:46:16

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


Package is "perl-Bootloader"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Bootloader/perl-Bootloader.changes  
2015-03-29 20:17:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Bootloader.new/perl-Bootloader.changes 
2015-04-25 16:46:18.0 +0200
@@ -1,0 +2,12 @@
+Wed Apr 22 14:01:05 CEST 2015 - snw...@suse.com
+
+- started pbl-yaml testsuite
+- added test cases for various utf8/non-utf8/really broken config files
+- rewrite file-io to do some utf8 processing that keeps non-utf8 files intact 
as much as possible
+- use only WriteFileRaw() to actually write files
+- use ReadFileRaw() to read grub2 config (bnc #899921)
+- rewrite ReadFile() to handle utf8 properly (bnc #899921)
+- export more pbl functions via yaml interface to allow easier testing
+- 0.832
+
+---

Old:

  perl-Bootloader-0.831.tar.xz

New:

  perl-Bootloader-0.832.tar.xz



Other differences:
--
++ perl-Bootloader.spec ++
--- /var/tmp/diff_new_pack.dHvoto/_old  2015-04-25 16:46:18.0 +0200
+++ /var/tmp/diff_new_pack.dHvoto/_new  2015-04-25 16:46:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Bootloader
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Bootloader
-Version:0.831
+Version:0.832
 Release:0
 Requires:   coreutils
 Requires:   perl-base = %{perl_version}

++ perl-Bootloader-0.831.tar.xz -> perl-Bootloader-0.832.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.831/VERSION 
new/perl-Bootloader-0.832/VERSION
--- old/perl-Bootloader-0.831/VERSION   2015-03-26 12:58:27.0 +0100
+++ new/perl-Bootloader-0.832/VERSION   2015-04-22 13:59:11.0 +0200
@@ -1 +1 @@
-0.831
+0.832
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.831/changelog 
new/perl-Bootloader-0.832/changelog
--- old/perl-Bootloader-0.831/changelog 2015-03-26 12:58:27.0 +0100
+++ new/perl-Bootloader-0.832/changelog 2015-04-22 13:59:11.0 +0200
@@ -1,3 +1,12 @@
+2015-04-22:0.832
+   - started pbl-yaml testsuite
+   - added test cases for various utf8/non-utf8/really broken config files
+   - rewrite file-io to do some utf8 processing that keeps non-utf8 files 
intact as much as possible
+   - use only WriteFileRaw() to actually write files
+   - use ReadFileRaw() to read grub2 config (bnc #899921)
+   - rewrite ReadFile() to handle utf8 properly (bnc #899921)
+   - export more pbl functions via yaml interface to allow easier testing
+
 2015-03-26:0.831
- remove unrelated comment
- add device scannning speed-ups done for sle11-sp3 (bnc #910479)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.831/pbl-yaml 
new/perl-Bootloader-0.832/pbl-yaml
--- old/perl-Bootloader-0.831/pbl-yaml  2015-03-26 12:58:27.0 +0100
+++ new/perl-Bootloader-0.832/pbl-yaml  2015-04-22 13:59:11.0 +0200
@@ -106,6 +106,12 @@
 elsif(exists $Bootloader::Library::{$func}) {
   $res = $pbl_state->$func(@args);
 }
+elsif(exists $Bootloader::FileIO::{$func}) {
+  $res = $pbl_state->$func(@args);
+}
+elsif(exists $Bootloader::Path::{$func}) {
+  eval "\$res = Bootloader::Path::$func(\@args)";
+}
 else {
   $logger->error("$func: no such function");
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/perl-Bootloader-0.831/perl-Bootloader-testsuite/tests/test_interface/Makefile
 
new/perl-Bootloader-0.832/perl-Bootloader-testsuite/tests/test_interface/Makefile
--- 
old/perl-Bootloader-0.831/perl-Bootloader-testsuite/tests/test_interface/Makefile
   2015-03-26 12:58:27.0 +0100
+++ 
new/perl-Bootloader-0.832/perl-Bootloader-testsuite/tests/test_interface/Makefile
   2015-04-22 13:59:11.0 +0200
@@ -1,4 +1,6 @@
-main: prepare test clean
+all: test yaml clean
+
+.PHONY: prepare test yaml clean
 
 prepare: clean
mkdir -p Bootloader
@@ -7,7 +9,7 @@
cp -rf backup/fake_root2 .
@

commit zsh for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package zsh for openSUSE:Factory checked in 
at 2015-04-25 16:46:10

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


Package is "zsh"

Changes:

--- /work/SRC/openSUSE:Factory/zsh/zsh.changes  2015-02-16 17:51:06.0 
+0100
+++ /work/SRC/openSUSE:Factory/.zsh.new/zsh.changes 2015-04-25 
16:46:11.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 22 12:45:53 UTC 2015 - hvo...@opensuse.org
+
+- Nowadays more and more terminals set $TERM to xterm-256color
+  
+---



Other differences:
--
++ zshrc ++
--- /var/tmp/diff_new_pack.bfMo8c/_old  2015-04-25 16:46:12.0 +0200
+++ /var/tmp/diff_new_pack.bfMo8c/_new  2015-04-25 16:46:12.0 +0200
@@ -91,7 +91,7 @@
 bindkey "^[[5~" history-beginning-search-backward-end
 bindkey "^[[6~" history-beginning-search-forward-end
 
-if [[ "$TERM" == "xterm" ]] then
+if [[ "$TERM" == "xterm" || "$TERM" == "xterm-256color" ]] then
 bindkey"^[2;5~"yank
 bindkey"^[3;5~"delete-char
 bindkey"^[5;5~"up-history
@@ -113,7 +113,7 @@
 bindkey"^H"backward-delete-char
 
 # Home and End
-if [[ "$TERM" == "xterm" ]] then
+if [[ "$TERM" == "xterm" || "$TERM" == "xterm-256color" ]] then
 # Normal keypad and cursor of xterm
 bindkey"^[[1~" history-search-backward
 bindkey"^[[4~" set-mark-command
@@ -138,7 +138,7 @@
 fi
 
 # Application keypad and cursor of xterm
-if [[ "$TERM" == "xterm" ]] then
+if [[ "$TERM" == "xterm" || "$TERM" == "xterm-256color" ]] then
 bindkey"^[OD"  backward-char
 bindkey"^[OC"  forward-char
 bindkey"^[OA"  up-history
@@ -196,13 +196,13 @@
 bindkey"^[[32~"undefined-key
 bindkey"^[[33~"undefined-key
 bindkey"^[[34~"undefined-key
-if [[ "$TERM" == "xterm" ]] then
+if [[ "$TERM" == "xterm" || "$TERM" == "xterm-256color" ]] then
 # Not common
 bindkey"^[[35~"undefined-key
 bindkey"^[[36~"undefined-key
 fi
 
-if [[ "$TERM" == "xterm" ]] then
+if [[ "$TERM" == "xterm" || "$TERM" == "xterm-256color" ]] then
 # Application keypad and cursor of xterm
 # with NumLock ON
 #
@@ -230,7 +230,7 @@
 #  EMACS line editing
 if [[ "$ZSHEDIT" == "emacs" ]] then
 # ... xterm application cursor
-if [[ "$TERM" == "xterm" ]] then
+if [[ "$TERM" == "xterm" || "$TERM" == "xterm-256color" ]] then
bindkey"^[^[OD" backward-word
bindkey"^[^[OC" forward-word
bindkey"^[^[OA" up-history




commit perl-libwww-perl for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-libwww-perl for 
openSUSE:Factory checked in at 2015-04-25 16:46:33

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


Package is "perl-libwww-perl"

Changes:

--- /work/SRC/openSUSE:Factory/perl-libwww-perl/perl-libwww-perl.changes
2013-07-18 17:32:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-libwww-perl.new/perl-libwww-perl.changes   
2015-04-25 16:46:34.0 +0200
@@ -1,0 +2,127 @@
+Wed Apr 22 14:04:33 UTC 2015 - co...@suse.com
+
+- disable disable-ghttp.diff
+
+---
+Wed Apr 22 14:03:40 UTC 2015 - co...@suse.com
+
+- updated to 6.13
+   see /usr/share/doc/packages/perl-libwww-perl/Changes
+
+  2015-02-14  Release 6.13
+  
+  Karen Etheridge (1):
+  - fixed Makefile.PL compatibility with older ExtUtils::MakeMaker (from
+release 6.12)
+  
+  
___
+  2015-02-13  Release 6.12
+  
+  Karen Etheridge (1):
+  - fixed prereq declarations in release 6.11
+  
+  
___
+  2015-02-13  Release 6.11
+  
+  Graham Knop (1):
+  - cleanup of the test running mechanism; allowing greater flexibility and
+should also resolve RT#102083
+  
+  
___
+  2015-02-12  Release 6.10
+  
+  Karen Etheridge (1):
+  - lower runtime prereqs recommendation on LWP::Protocol::https to 
suggests,
+to work around a circular dependency in CPAN clients when the 'install
+recommendations' option is enabled (RT#101732)
+  
+  
___
+  2015-02-09  Release 6.09
+  
+  Steffen Ullrich (1):
+  - checks for EINTR now also check EWOULDBLOCK (they sometimes differ on
+MSWin32)
+  
+  Daina Pettit (1):
+  - fixed pod syntax
+  
+  Jason A Fesler (2):
+  - Fixed checking the % character in address regex
+  - Improved regex for literal IPv6 addresses
+  
+  
___
+  2014-07-24  Release 6.08
+  
+  Mike Schilli (1):
+Requiring Net::HTTP 6.07 to fix IPv6 support 
+  (RT#75618 and https://github.com/libwww-perl/net-http/pull/10)
+  
+  Jason A Fesler (2):
+When the hostname is an IPv6 literal, encapsulate it with [brackets] 
+  before calling Net::HTTP  [rt.cpan.org #29468]
+Extra steps to make sure that the host address that has a ":" contains 
+  only characters appropriate for an IPv6 address.
+  
+  John Wittkoski (1):
+Fix doc typo for cookie_jar
+  
+  
___
+  2014-07-01  Release 6.07
+  
+  Mike Schilli (5):
+Removed Data::Dump references in test suite and dependency in 
Makefile.PL
+Added MANIFEST.SKIP to enable "make manifest".
+release script now checks for MacOS to avoid incompatible tarballs
+Bumped version number to 6.07
+Fixed gnu-incompatible tarball problem ([rt.cpan.org #94844])
+  
+  
___
+  2014-04-16  Release 6.06
+  
+  Ville Skyttä (3):
+Merge pull request #44 from dsteinbrunner/master
+Spelling fixes.
+Merge pull request #55 from oalders/master
+  
+  Karen Etheridge (2):
+Merge pull request #38 from mbeijen/typo-sting
+Merge pull request #43 from dsteinbrunner/master
+  
+  David Steinbrunner (2):
+Spelling corrections
+  
+  Olaf Alders (1):
+Typo fixes.
+  
+  Steffen Ullrich (1):
+correct behavior for https_proxy,
+e.g. don't send plain https:// requests to proxy, but instead establish
+CONNECT tunnel and then send requests inside tunnel.
+This change does together with a change in LWP::Protocol::https.
+The change supports LWP::Protocol::https with the default
+IO::Socket::SSL backend, but also with Net::SSL. Also:
+- proxy authorization is supported (http://user:pass@host:port as proxy
+  URL, Net::SSL still needs special HTTPS_PROXY_* environemt variables,
+  as before)
+- CONNECT request does not need to be the first request inside the
+  tunnel (not with Net::SSL)
+- conn_cache is read and written inside request(), instead of writing 
in
+  request() and reading in _new_socket(). If a https tunnel is
+  established the cache_key no longer depends only on proxy host,port
+  but also on the tunn

commit installation-images-openSUSE for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2015-04-25 16:46:27

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


Package is "installation-images-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
2015-03-25 21:04:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2015-04-25 16:46:28.0 +0200
@@ -1,0 +2,13 @@
+Wed Apr 22 14:16:06 CEST 2015 - snw...@suse.com
+
+- disable biostest build, it's not used any longer
+- 14.173
+
+---
+Wed Apr  1 13:22:05 CEST 2015 - snw...@suse.de
+
+- added ExcludeArch i586 (bnc #924024)
+- add grub2 to buildrequires for s390x (bnc #893971)
+- handle xen & xen-kmp separately in spec file (bnc #906248)
+
+---

Old:

  installation-images-14.172.tar.xz

New:

  installation-images-14.173.tar.xz



Other differences:
--
++ installation-images-openSUSE.spec ++
--- /var/tmp/diff_new_pack.y8c0P9/_old  2015-04-25 16:46:28.0 +0200
+++ /var/tmp/diff_new_pack.y8c0P9/_new  2015-04-25 16:46:28.0 +0200
@@ -31,14 +31,19 @@
 %define with_shim 1
 %bcond_without sbl
 %bcond_without vnc
-%ifarch %ix86
-# FIXME: xen not working on i586
+%ifarch x86_64 %ix86
 %bcond_without xen
 %else
-%bcond_without xen  
+%bcond_with xen  
+%endif
+%ifarch x86_64
+%bcond_without xenkmp
+%else
+%bcond_with xenkmp  
 %endif
 
 %if %theme == SLES
+ExcludeArch: %ix86
 BuildRequires:  plymouth-theme-tribar
 BuildRequires:  sle12-desktop-migration
 BuildRequires:  sles-release
@@ -62,6 +67,7 @@
 BuildRequires:  arabic-kacst-fonts
 BuildRequires:  audit-libs
 BuildRequires:  bc
+BuildRequires:  bind-libs
 BuildRequires:  bind-utils
 BuildRequires:  blueprint-cursor-theme
 BuildRequires:  btrfsprogs
@@ -269,7 +275,7 @@
 BuildRequires:  tftp
 %if %{with xen}
 BuildRequires:  kernel-xen
-%ifnarch %ix86
+%if %{with xenkmp}
 BuildRequires:  xen-kmp-default
 %endif
 %else
@@ -299,6 +305,7 @@
 BuildRequires:  xf86-video-sis
 BuildRequires:  xf86-video-vesa
 %endif
+BuildRequires:  grub2
 %ifarch ppc ppc64 ppc64le
 %ifnarch ppc64le
 BuildRequires:  pdisk
@@ -313,7 +320,6 @@
 BuildRequires:  dmidecode
 BuildRequires:  elilo
 BuildRequires:  firmwarekit
-BuildRequires:  grub2
 BuildRequires:  lilo
 BuildRequires:  memtest86+
 BuildRequires:  syslinux
@@ -366,7 +372,7 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.172
+Version:14.173
 Release:0
 Provides:   installation-images = %version-%release
 Source: installation-images-%{version}.tar.xz

++ installation-images-14.172.tar.xz -> installation-images-14.173.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.172/Makefile 
new/installation-images-14.173/Makefile
--- old/installation-images-14.172/Makefile 2015-03-24 17:44:50.0 
+0100
+++ new/installation-images-14.173/Makefile 2015-04-22 13:53:57.0 
+0200
@@ -13,15 +13,15 @@
 COMMON_INSTSYS_PARTS := config rpmlist root common rescue bind snapper gdb
 
 ifneq ($(filter i386, $(ARCH)),)
-ALL_TARGETS   := initrd-themes initrd biostest initrd+modules+gefrickel boot 
boot-themes $(COMMON_TARGETS) zenroot
+ALL_TARGETS   := initrd-themes initrd initrd+modules+gefrickel boot 
boot-themes $(COMMON_TARGETS) zenroot
 INSTSYS_PARTS := $(COMMON_INSTSYS_PARTS)
-BOOT_PARTS:= boot/* initrd biostest
+BOOT_PARTS:= boot/* initrd
 endif
 
 ifneq ($(filter x86_64, $(ARCH)),)
-ALL_TARGETS   := initrd-themes initrd biostest initrd+modules+gefrickel 
boot-grub2-efi boot boot-themes $(COMMON_TARGETS) rescue-server zenroot
+ALL_TARGETS   := initrd-themes initrd initrd+modules+gefrickel boot-grub2-efi 
boot boot-themes $(COMMON_TARGETS) rescue-server zenroot
 INSTSYS_PARTS := $(COMMON_INSTSYS_PARTS)
-BOOT_PARTS:= boot/* initrd biostest efi
+BOOT_PARTS:= boot/* initrd efi
 endif
 
 ifneq ($(filter ia64, $(ARCH)),)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.172/VERSION 
new/installation-images-14.173/VERSION
--- old/installation-images-14.172/VERSION  2015-03-24 17:44:50.0 
+0100
+++ new/installation-images-14.173/VERSION  2015-04-22 13:53:57.0 
+0200
@@ -1 +1 @@
-14.172
+14.173
diff -urN '--exclude=CVS

commit perl-LWP-Protocol-https for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-LWP-Protocol-https for 
openSUSE:Factory checked in at 2015-04-25 16:46:49

Comparing /work/SRC/openSUSE:Factory/perl-LWP-Protocol-https (Old)
 and  /work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new (New)


Package is "perl-LWP-Protocol-https"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-LWP-Protocol-https/perl-LWP-Protocol-https.changes
  2014-05-17 06:43:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-LWP-Protocol-https.new/perl-LWP-Protocol-https.changes
 2015-04-25 16:46:53.0 +0200
@@ -1,0 +2,36 @@
+Thu Apr 23 06:00:03 UTC 2015 - co...@suse.com
+
+- updated to 6.06
+   see /usr/share/doc/packages/perl-LWP-Protocol-https/Changes
+
+  2014-04-18 LWP-Protocol-https 6.06
+  
+  Mike Schilli (3):
+Merge pull request #12 from drieux/subjectAltName
+Merge pull request #9 from chorny/master
+Updated libwww requirement to 6.06 to fix failing t/proxy.t test cases.
+  
+  Gisle Aas (2):
+Getopt::Long isn't actually used
+Merge pull request #7 from noxxi/master
+  
+  Alexandr Ciornii (1):
+better diagnostics in case of failures in apache.t
+  
+  Karen Etheridge (1):
+Merge pull request #8 from cpansprout/patch-1
+  
+  Steffen Ullrich (1):
+correct behavior for https_proxy, this goes together with change to 
+libwww-perl cb80c2ddb7, new method _upgrade_sock in 
LWP::Protocol::https
+  
+  cpansprout (1):
+Typo fix: envirionment =~ s/io/o/
+  
+  drieux (1):
+support for subjectAltName
+  
+  
+  
___
+
+---

Old:

  LWP-Protocol-https-6.04.tar.gz

New:

  LWP-Protocol-https-6.06.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-LWP-Protocol-https.spec ++
--- /var/tmp/diff_new_pack.10t4IE/_old  2015-04-25 16:46:53.0 +0200
+++ /var/tmp/diff_new_pack.10t4IE/_new  2015-04-25 16:46:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-LWP-Protocol-https
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
 
 
 Name:   perl-LWP-Protocol-https
-Version:6.04
+Version:6.06
 Release:0
 %define cpan_name LWP-Protocol-https
 Summary:Provide https support for LWP::UserAgent
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/LWP-Protocol-https/
-Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
-# patch for using system certificates
+Source0:
http://www.cpan.org/authors/id/M/MS/MSCHILLI/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 Patch0: %{cpan_name}-6.04-systemca.diff
 Patch1: CVE-2014-3230.patch
 BuildArch:  noarch
@@ -33,14 +33,14 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(IO::Socket::SSL) >= 1.54
-BuildRequires:  perl(LWP::UserAgent) >= 6.04
+BuildRequires:  perl(LWP::UserAgent) >= 6.06
 #BuildRequires:  perl(Mozilla::CA) >= 20110101
 BuildRequires:  perl(Net::HTTPS) >= 6
-#BuildRequires: perl(LWP::Protocol::http)
 Requires:   perl(IO::Socket::SSL) >= 1.54
-Requires:   perl(LWP::UserAgent) >= 6.04
+Requires:   perl(LWP::UserAgent) >= 6.06
 #Requires:   perl(Mozilla::CA) >= 20110101
 Requires:   perl(Net::HTTPS) >= 6
+BuildRequires:  ca-certificates
 %{perl_requires}
 
 %description

++ CVE-2014-3230.patch ++
--- /var/tmp/diff_new_pack.10t4IE/_old  2015-04-25 16:46:53.0 +0200
+++ /var/tmp/diff_new_pack.10t4IE/_new  2015-04-25 16:46:53.0 +0200
@@ -8,11 +8,11 @@
  lib/LWP/Protocol/https.pm | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: LWP-Protocol-https-6.04/lib/LWP/Protocol/https.pm
+Index: LWP-Protocol-https-6.06/lib/LWP/Protocol/https.pm
 ===
 LWP-Protocol-https-6.04.orig/lib/LWP/Protocol/https.pm 2014-05-15 
11:46:54.319643759 +0200
-+++ LWP-Protocol-https-6.04/lib/LWP/Protocol/https.pm  2014-05-15 
11:46:55.856660773 +0200
-@@ -20,7 +20,11 @@ sub _extra_sock_opts
+--- LWP-Protocol-https-6.06.orig/lib/LWP/Protocol/https.pm
 LWP-Protocol-https-6.06/lib/LWP/Protocol/https.pm
+@@ -21,7 +21,11 @@ sub _extra_sock_opts
$ssl_opts{SSL_verifycn_scheme} = 'www';
  }
  else {
@@ -23,5 +23,18 @@
 + 

commit MozillaFirefox for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2015-04-25 16:46:38

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


Package is "MozillaFirefox"

Changes:

--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes
2015-04-10 09:46:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes   
2015-04-25 16:46:40.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 17 16:39:20 UTC 2015 - w...@rosenauer.org
+
+- update to Firefox 37.0.2 (bnc#928116)
+  * MFSA 2015-45/CVE-2015-2706 (bmo#1141081)
+Memory corruption during failed plugin initialization
+
+---

Old:

  firefox-37.0.1-source.tar.xz
  l10n-37.0.1.tar.xz

New:

  firefox-37.0.2-source.tar.xz
  l10n-37.0.2.tar.xz



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.hiugze/_old  2015-04-25 16:46:51.0 +0200
+++ /var/tmp/diff_new_pack.hiugze/_new  2015-04-25 16:46:51.0 +0200
@@ -19,9 +19,9 @@
 
 # changed with every update
 %define major 37
-%define mainver %major.0.1
+%define mainver %major.0.2
 %define update_channel release
-%define releasedate 2015040300
+%define releasedate 2015041600
 
 # general build definitions
 %if "%{update_channel}" != "aurora"


++ compare-locales.tar.xz ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.hiugze/_old  2015-04-25 16:46:51.0 +0200
+++ /var/tmp/diff_new_pack.hiugze/_new  2015-04-25 16:46:51.0 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_37_0_1_RELEASE"
-VERSION="37.0.1"
+RELEASE_TAG="FIREFOX_37_0_2_RELEASE"
+VERSION="37.0.2"
 
 # mozilla
 if [ -d mozilla ]; then

++ firefox-37.0.1-source.tar.xz -> firefox-37.0.2-source.tar.xz ++
/work/SRC/openSUSE:Factory/MozillaFirefox/firefox-37.0.1-source.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaFirefox.new/firefox-37.0.2-source.tar.xz 
differ: char 26, line 1



++ l10n-37.0.1.tar.xz -> l10n-37.0.2.tar.xz ++
/work/SRC/openSUSE:Factory/MozillaFirefox/l10n-37.0.1.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaFirefox.new/l10n-37.0.2.tar.xz differ: char 
26, line 1

++ source-stamp.txt ++
--- /var/tmp/diff_new_pack.hiugze/_old  2015-04-25 16:46:52.0 +0200
+++ /var/tmp/diff_new_pack.hiugze/_new  2015-04-25 16:46:52.0 +0200
@@ -1,2 +1,2 @@
-REV=42b937b0039b
+REV=a7ee2c1f2cba
 REPO=http://hg.mozilla.org/releases/mozilla-release




commit python-lxml for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package python-lxml for openSUSE:Factory 
checked in at 2015-04-25 16:45:58

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


Package is "python-lxml"

Changes:

--- /work/SRC/openSUSE:Factory/python-lxml/python-lxml.changes  2014-11-06 
16:50:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-lxml.new/python-lxml.changes 
2015-04-25 16:46:00.0 +0200
@@ -1,0 +2,26 @@
+Wed Apr 22 10:05:37 UTC 2015 - mci...@suse.cz
+
+- Drop lxml-dont-depend-on-URL-formatting-in-test.patch, merged upstream
+
+---
+Wed Apr 22 09:32:06 UTC 2015 - mci...@suse.cz
+
+- Update to 3.4.3:
+  * Expression cache in ElementPath was ignored.  Fix by Changaco.
+  * LP#1426868: Passing a default namespace and a prefixed namespace mapping
+as nsmap into ``xmlfile.element()`` raised a ``TypeError``.
+  * LP#1421927: DOCTYPE system URLs were incorrectly quoted when containing
+double quotes.  Patch by Olli Pottonen.
+  * LP#1419354: meta-redirect URLs were incorrectly processed by
+``iterlinks()`` if preceded by whitespace.
+  * LP#1415907: Crash when creating an XMLSchema from a non-root element
+of an XML document.
+  * LP#1369362: HTML cleaning failed when hitting processing instructions
+with pseudo-attributes.
+  * ``CDATA()`` wrapped content was rejected for tail text.
+  * CDATA sections were not serialised as tail text of the top-level element.
+  * New ``htmlfile`` HTML generator to accompany the incremental ``xmlfile``
+serialisation API.  Patch by Burak Arslan.
+  * ``lxml.sax.ElementTreeContentHandler`` did not initialise its superclass.
+
+---

Old:

  lxml-3.4.0.tar.gz
  lxml-dont-depend-on-URL-formatting-in-test.patch
  lxmldoc-3.4.0.pdf

New:

  lxml-3.4.3.tar.gz
  lxmldoc-3.4.3.pdf



Other differences:
--
++ python-lxml.spec ++
--- /var/tmp/diff_new_pack.0Snjk6/_old  2015-04-25 16:46:01.0 +0200
+++ /var/tmp/diff_new_pack.0Snjk6/_new  2015-04-25 16:46:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-lxml
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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-lxml
-Version:3.4.0
+Version:3.4.3
 Release:0
 Summary:Powerful and Pythonic XML processing library
 License:BSD-3-Clause and GPL-2.0+
@@ -25,7 +25,6 @@
 Url:http://lxml.de/
 Source: 
http://pypi.python.org/packages/source/l/lxml/lxml-%{version}.tar.gz
 Source1:http://lxml.de/lxmldoc-%{version}.pdf
-Patch0: lxml-dont-depend-on-URL-formatting-in-test.patch
 BuildRequires:  libxml2-devel >= 2.7.0
 BuildRequires:  libxslt-devel >= 1.1.23
 BuildRequires:  python-Cython >= 0.20
@@ -62,7 +61,6 @@
 
 %prep
 %setup -q -n lxml-%{version}
-%patch0 -p1
 cp %{SOURCE1} .
 
 %build

++ lxml-3.4.0.tar.gz -> lxml-3.4.3.tar.gz ++
 92033 lines of diff (skipped)

++ lxmldoc-3.4.0.pdf -> lxmldoc-3.4.3.pdf ++
(binary differes)




commit python-hgtools for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package python-hgtools for openSUSE:Factory 
checked in at 2015-04-25 16:46:04

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


Package is "python-hgtools"

Changes:

--- /work/SRC/openSUSE:Factory/python-hgtools/python-hgtools.changes
2014-09-17 17:24:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-hgtools.new/python-hgtools.changes   
2015-04-25 16:46:05.0 +0200
@@ -1,0 +2,13 @@
+Wed Apr 22 10:55:37 UTC 2015 - tbecht...@suse.com
+
+- update to 6.3:
+  * Updated 'dev' revision to be compatible with setuptools 8 canonical
+pre-release version numbering (now '.dev0').
+  * Pull Request #7: Fixed intermittent test failures.
+  * Issue #28: Fixed poor parsing of git version. Also provide a nicer error
+message when no repo manager is found.
+  * Added support for querying the Mercurial version in cmd.Mercurial.
+  * Issue #21: GitManager is now only valid if Git 1.7.10 or later is present.
+- Add python-pytest as BuildRequires for testing
+
+---

Old:

  hgtools-6.0.zip

New:

  hgtools-6.3.zip



Other differences:
--
++ python-hgtools.spec ++
--- /var/tmp/diff_new_pack.43wNbj/_old  2015-04-25 16:46:06.0 +0200
+++ /var/tmp/diff_new_pack.43wNbj/_new  2015-04-25 16:46:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hgtools
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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-hgtools
-Version:6.0
+Version:6.3
 Release:0
 Summary:Mercurial support for setup tools
 License:GPL-2.0
@@ -27,6 +27,8 @@
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  unzip
+# for testing
+BuildRequires:  python-pytest
 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()")}




commit libsecret for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package libsecret for openSUSE:Factory 
checked in at 2015-04-25 16:46:59

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


Package is "libsecret"

Changes:

--- /work/SRC/openSUSE:Factory/libsecret/libsecret.changes  2014-03-09 
18:27:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsecret.new/libsecret.changes 2015-04-25 
16:47:00.0 +0200
@@ -1,0 +2,12 @@
+Wed Apr 22 09:33:38 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.18.2:
+  + Testing fixes.
+  + Documentation typo (bgo#747654).
+  + Build fixes (bgo#743444).
+  + Accomodate libgcrypt 1.6+.
+  + Updated translations.
+- Changes from version 0.18.1:
+  + Testing fix (bgo#726909).
+
+---

Old:

  libsecret-0.18.tar.xz

New:

  libsecret-0.18.2.tar.xz



Other differences:
--
++ libsecret.spec ++
--- /var/tmp/diff_new_pack.ROukUy/_old  2015-04-25 16:47:00.0 +0200
+++ /var/tmp/diff_new_pack.ROukUy/_new  2015-04-25 16:47:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsecret
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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 have_lang 1
 
 Name:   libsecret
-Version:0.18
+Version:0.18.2
 Release:0
 Summary:Library for accessing the Secret Service API
 License:LGPL-2.1+

++ libsecret-0.18.tar.xz -> libsecret-0.18.2.tar.xz ++
 32388 lines of diff (skipped)




commit clucene-core for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package clucene-core for openSUSE:Factory 
checked in at 2015-04-25 16:45:35

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


Package is "clucene-core"

Changes:

--- /work/SRC/openSUSE:Factory/clucene-core/clucene-core.changes
2013-01-29 12:04:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.clucene-core.new/clucene-core.changes   
2015-04-25 16:45:37.0 +0200
@@ -1,0 +2,8 @@
+Tue Apr 21 13:22:11 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Use fdupes to reduce amount of duplicate files
+- Cleanup spec-file with spec-cleaner
+- Do not install empty NEWS file
+
+---

Old:

  clucene-core-2.3.3.4.tar.bz2

New:

  clucene-core-2.3.3.4.tar.gz



Other differences:
--
++ clucene-core.spec ++
--- /var/tmp/diff_new_pack.8ZkRCj/_old  2015-04-25 16:45:38.0 +0200
+++ /var/tmp/diff_new_pack.8ZkRCj/_new  2015-04-25 16:45:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package clucene-core
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,19 +23,18 @@
 License:LGPL-2.1 or Apache-2.0
 Group:  Development/Libraries/C and C++
 Url:http://clucene.sourceforge.net/
-
 #Git-Clone:git://clucene.git.sourceforge.net/gitroot/clucene/clucene
-Source: %{name}-%{version}.tar.bz2
+Source0:
http://sourceforge.net/projects/clucene/files/clucene-core-unstable/2.3/%{name}-%{version}.tar.gz
 Source2:baselibs.conf
 # PATCH-FIX-UPSTREAM [rh#748196]
 Patch0: clucene-2.3.3.4-pkgconfig.patch
 # PATCH-FIX-UPSTREAM [rh#794795]
 Patch1: clucene-2.3.3.4-contrib-libs.patch
 Patch2: clucene-kill-ext-includes.diff
-
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  doxygen
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkg-config
@@ -51,8 +50,8 @@
 Summary:C++ implementation of the Lucene text search engine
 Group:  System/Libraries
 # Rip the wrong name.
-Obsoletes:  libclucene2 < %version-%release
-Provides:   libclucene2 = %version-%release
+Obsoletes:  libclucene2 < %{version}-%{release}
+Provides:   libclucene2 = %{version}-%{release}
 
 %description -n libclucene-core1
 CLucene is a C++ port of Lucene. It is a high-performance, full-featured text
@@ -80,13 +79,12 @@
 
 This package contains language specific text analyzers for clucene.
 
-
 %package devel
 Summary:Development files for clucene library
 Group:  Development/Libraries/C and C++
 Requires:   libclucene-contribs-lib1 = %{version}
-Requires:   libclucene-core1 = %version
-Requires:   libclucene-shared1 = %version
+Requires:   libclucene-core1 = %{version}
+Requires:   libclucene-shared1 = %{version}
 Requires:   libstdc++-devel
 
 %description devel
@@ -100,7 +98,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch -P 2 -p1
+%patch2 -p1
 
 # the tar ball is stripped like this:
 rm -rf test/data/reuters* tests/data/utf* # test/data is not allowed to be 
distributed bnc#253602
@@ -112,36 +110,43 @@
 -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
 -DLUCENE_SYS_INCLUDES=%{_libdir} \
 -DBUILD_CONTRIBS_LIB=ON \
-%if "%_lib" == "lib64"
+%if "%{_lib}" == "lib64"
 -DLIB_SUFFIX=64 \
 %endif
 -DCMAKE_BUILD_TYPE=RelWithDebInfo
 make %{?_smp_mflags} VERBOSE=1
 
 %install
-make install DESTDIR="%buildroot"
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
-rm -f %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 rm -rf %{buildroot}%{_libdir}/CLuceneConfig.cmake
 
+# remove duplicates
+%fdupes -s %{buildroot}
+
 %post   -n libclucene-core1 -p /sbin/ldconfig
+
 %postun -n libclucene-core1 -p /sbin/ldconfig
+
 %post   -n libclucene-shared1 -p /sbin/ldconfig
+
 %postun -n libclucene-shared1 -p /sbin/ldconfig
 
 %files -n libclucene-core1
 %defattr(-,root,root,-)
-%doc APACHE.license AUTHORS ChangeLog COPYING doc/ LGPL.license  NEWS  README 
README.PACKAGE REQUESTS
+%doc APACHE.license AUTHORS ChangeLog COPYING doc/ LGPL.license README 
README.PACKAGE REQUESTS
 %{_libdir}/libclucene-core.so.1
-%{_libdir}/libclucene-core.so.%version
+%{_libdir}/libclucene-core.so.%{version}
 
 %files -n libclucene-shared1
 %defattr(-,root,root)
 %doc APACHE.license COPYING LGPL.license
 %{_libdir}/libclucene-shared.so.1
-%{_libdir}/libclucene-shared.so

commit curl for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package curl for openSUSE:Factory checked in 
at 2015-04-25 16:45:41

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


Package is "curl"

Changes:

--- /work/SRC/openSUSE:Factory/curl/curl.changes2015-04-03 
14:32:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.curl.new/curl.changes   2015-04-25 
16:45:42.0 +0200
@@ -1,0 +2,15 @@
+Wed Apr 22 08:03:02 UTC 2015 - vci...@suse.com
+
+- update to 7.42.0
+  * refresh libcurl-ocloexec.patch
+- fixes security vulnerabilities:
+  * CVE-2015-3143 (bnc#927556)
+- Re-using authenticated connection when unauthenticated
+  * CVE-2015-3144 (bnc#927608)
+- host name out of boundary memory access
+  * CVE-2015-3145 (bnc#927607)
+- cookie parser out of boundary memory access
+  * CVE-2015-3148 (bnc#927746)
+- Negotiate not treated as connection-oriented
+
+---

Old:

  curl-7.41.0.tar.lzma
  curl-7.41.0.tar.lzma.asc

New:

  curl-7.42.0.tar.lzma
  curl-7.42.0.tar.lzma.asc



Other differences:
--
++ curl.spec ++
--- /var/tmp/diff_new_pack.b7Z6in/_old  2015-04-25 16:45:43.0 +0200
+++ /var/tmp/diff_new_pack.b7Z6in/_new  2015-04-25 16:45:43.0 +0200
@@ -20,7 +20,7 @@
 %bcond_with mozilla_nss
 %bcond_without testsuite
 Name:   curl
-Version:7.41.0
+Version:7.42.0
 Release:0
 Summary:A Tool for Transferring Data from URLs
 License:BSD-3-Clause and MIT

++ libcurl-ocloexec.patch ++
--- /var/tmp/diff_new_pack.b7Z6in/_old  2015-04-25 16:45:43.0 +0200
+++ /var/tmp/diff_new_pack.b7Z6in/_new  2015-04-25 16:45:43.0 +0200
@@ -9,9 +9,9 @@
 
 Index: lib/cookie.c
 ===
 lib/cookie.c.orig  2014-12-10 00:01:02.0 +0100
-+++ lib/cookie.c   2015-01-08 11:33:25.855588512 +0100
-@@ -932,7 +932,7 @@ struct CookieInfo *Curl_cookie_init(stru
+--- lib/cookie.c.orig  2015-04-22 10:05:04.652863265 +0200
 lib/cookie.c   2015-04-22 10:05:08.225915413 +0200
+@@ -914,7 +914,7 @@ struct CookieInfo *Curl_cookie_init(stru
  fp = NULL;
}
else
@@ -20,7 +20,7 @@
  
c->newsession = newsession; /* new session? */
  
-@@ -1281,7 +1281,7 @@ static int cookie_output(struct CookieIn
+@@ -1262,7 +1262,7 @@ static int cookie_output(struct CookieIn
  use_stdout=TRUE;
}
else {
@@ -31,9 +31,9 @@
}
 Index: lib/file.c
 ===
 lib/file.c.orig2014-11-20 18:42:17.0 +0100
-+++ lib/file.c 2015-01-08 11:33:25.855588512 +0100
-@@ -240,7 +240,7 @@ static CURLcode file_connect(struct conn
+--- lib/file.c.orig2015-04-22 10:05:04.652863265 +0200
 lib/file.c 2015-04-22 10:05:08.226915427 +0200
+@@ -238,7 +238,7 @@ static CURLcode file_connect(struct conn
  /* binary zeroes indicate foul play */
  return CURLE_URL_MALFORMAT;
  
@@ -42,7 +42,7 @@
file->path = real_path;
  #endif
file->freepath = real_path; /* free this when done */
-@@ -338,7 +338,7 @@ static CURLcode file_upload(struct conne
+@@ -336,7 +336,7 @@ static CURLcode file_upload(struct conne
else
  mode = MODE_DEFAULT|O_TRUNC;
  
@@ -53,9 +53,9 @@
  return CURLE_WRITE_ERROR;
 Index: lib/formdata.c
 ===
 lib/formdata.c.orig2014-11-20 18:42:17.0 +0100
-+++ lib/formdata.c 2015-01-08 11:33:25.856588523 +0100
-@@ -1261,7 +1261,7 @@ CURLcode Curl_getformdata(struct Session
+--- lib/formdata.c.orig2015-04-22 10:05:04.652863265 +0200
 lib/formdata.c 2015-04-22 10:05:08.226915427 +0200
+@@ -1256,7 +1256,7 @@ CURLcode Curl_getformdata(struct Session
  FILE *fileread;
  
  fileread = strequal("-", file->contents)?
@@ -64,7 +64,7 @@
  
  /*
   * VMS: This only allows for stream files on VMS.  Stream files are
-@@ -1420,7 +1420,7 @@ static size_t readfromfile(struct Form *
+@@ -1415,7 +1415,7 @@ static size_t readfromfile(struct Form *
else {
  if(!form->fp) {
/* this file hasn't yet been opened */
@@ -75,8 +75,8 @@
  }
 Index: lib/hostip6.c
 ===
 lib/hostip6.c.orig 2014-12-28 14:36:05.0 +0100
-+++ lib/hostip6.c  2015-01-08 11:33:25.856588523 +0100
+--- lib/hostip6.c.orig 2015-04-22 10:05:04.652863265 +0200
 lib/hostip6.c  2015-04-22 10:05:08.226915427 +0200
 @@ -39,7 +39,7 @@
  #ifdef HAVE_PROCESS_H
  #include 
@@ -86,7 +86,7 @@
  #include "urldata.h"
  #include "sendf.h"
  #include

commit freetype2 for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package freetype2 for openSUSE:Factory 
checked in at 2015-04-25 16:45:47

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


Package is "freetype2"

Changes:

--- /work/SRC/openSUSE:Factory/freetype2/freetype2.changes  2015-04-22 
01:06:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.freetype2.new/freetype2.changes 2015-04-25 
16:45:48.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 22 08:15:19 UTC 2015 - idon...@suse.com
+
+- Enable harfbuzz for only suse_version > 1320. Dependency is
+  not available on older releases.
+
+---



Other differences:
--
++ freetype2.spec ++
--- /var/tmp/diff_new_pack.vlDm9b/_old  2015-04-25 16:45:49.0 +0200
+++ /var/tmp/diff_new_pack.vlDm9b/_new  2015-04-25 16:45:49.0 +0200
@@ -34,8 +34,10 @@
 Patch202:   don-t-mark-libpng-as-required-library.patch
 Patch308961:bugzilla-308961-cmex-workaround.patch
 BuildRequires:  gawk
+%if 0%{?suse_version} > 1320
 # We build against a minimal bootstrap package in order to avoid a circular 
dependency
 BuildRequires:  harfbuzz-bootstrap-devel
+%endif
 BuildRequires:  libbz2-devel
 BuildRequires:  libpng-devel
 BuildRequires:  pkg-config
@@ -95,7 +97,9 @@
 export CFLAGS="%{optflags} -std=gnu99 -D_GNU_SOURCE $(getconf LFS_CFLAGS)"
 %configure \
--with-bzip2 \
+%if 0%{?suse_version} > 1320
--with-harfbuzz \
+%endif
--with-png \
--with-zlib \
--disable-static









commit powertop for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package powertop for openSUSE:Factory 
checked in at 2015-04-25 16:45:30

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


Package is "powertop"

Changes:

--- /work/SRC/openSUSE:Factory/powertop/powertop.changes2015-02-12 
10:19:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.powertop.new/powertop.changes   2015-04-25 
16:45:31.0 +0200
@@ -1,0 +2,14 @@
+Sun Apr 12 08:50:44 UTC 2015 - mplus...@suse.com
+
+- Add systemd dependencies
+- Add pre/post macros for service
+- Add rcservice symlink
+- Remove double depenency on pkg-config
+- Cleanup spec file with spec-cleaner
+
+---
+Sat Apr 11 04:56:30 UTC 2015 - hillw...@linuxfans.org
+
+- Add a systemd script. 
+
+---

New:

  powertop.service



Other differences:
--
++ powertop.spec ++
--- /var/tmp/diff_new_pack.JDa0zr/_old  2015-04-25 16:45:32.0 +0200
+++ /var/tmp/diff_new_pack.JDa0zr/_new  2015-04-25 16:45:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package powertop
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:   powertop
-Url:https://01.org/powertop/
+Version:2.7
+Release:0
 #Git-Clone:git://github.com/fenrus75/powertop
 Summary:A Linux Tool to Find out What is Using Power on a Laptop
 License:GPL-2.0+
 Group:  System/Monitoring
-Version:2.7
-Release:0
-Source: 
https://01.org/sites/default/files/downloads/%name/%name-%version.tar.gz
+Url:https://01.org/powertop/
+Source0:
https://01.org/sites/default/files/downloads/%{name}/%{name}-%{version}.tar.gz
+Source1:powertop.service
 Patch2: powertop-1.98-always-create-params.patch
 Patch3: powertop-fix-crash-with-autotune.patch
 Patch5: powertop-no-date.patch
@@ -32,13 +33,15 @@
 BuildRequires:  gettext
 BuildRequires:  ncurses-devel
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(libnl-3.0)
 BuildRequires:  pkgconfig(libnl-genl-3.0)
 BuildRequires:  pkgconfig(libpci)
 BuildRequires:  pkgconfig(zlib)
+Requires:   xterm
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{?systemd_requires}
 
 %description
 PowerTOP is a program that collects the various pieces of information
@@ -61,25 +64,41 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR="%buildroot"
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 install -Dd %{buildroot}%{_localstatedir}/cache/powertop
 touch 
%{buildroot}%{_localstatedir}/cache/powertop/{saved_parameters.powertop,saved_results.powertop}
+install -d %{buildroot}%{_unitdir}
+install -m 644 %{SOURCE1} %{buildroot}%{_unitdir}
+ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
 %find_lang %{name}
 
+%pre
+%service_add_pre %{name}.service
+
 %post
+%service_add_post %{name}.service
 # Hack for powertop not to show warnings on first start
 touch %{_localstatedir}/cache/powertop/saved_parameters.powertop
 touch %{_localstatedir}/cache/powertop/saved_results.powertop
 
+%preun
+%service_del_preun %{name}.service
+
+%postun
+%service_del_postun %{name}.service
+
 %files
 %defattr(-,root,root)
 %doc COPYING README
 %dir %{_localstatedir}/cache/powertop
 %ghost %{_localstatedir}/cache/powertop/saved_parameters.powertop
 %ghost %{_localstatedir}/cache/powertop/saved_results.powertop
-%_sbindir/%name
+%{_sbindir}/%{name}
 %{_mandir}/man8/powertop.8.gz
+%{_unitdir}/%{name}.service
+%{_sbindir}/rc%{name}
 
 %files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog

++ powertop.service ++
[Unit]
Description=Extend the battery life of laptop

[Service]
Type=oneshot
Environment="TERM=xterm"
ExecStart=/usr/sbin/powertop --auto-tune

[Install]
WantedBy=multi-user.target




commit python-pyOpenSSL for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package python-pyOpenSSL for 
openSUSE:Factory checked in at 2015-04-25 16:45:53

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


Package is "python-pyOpenSSL"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyOpenSSL/python-pyOpenSSL.changes
2014-05-01 20:44:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyOpenSSL.new/python-pyOpenSSL.changes   
2015-04-25 16:45:55.0 +0200
@@ -1,0 +2,50 @@
+Wed Apr 22 09:50:09 UTC 2015 - mci...@suse.cz
+
+- Do not hardcode version in file list
+
+---
+Wed Apr 22 09:42:53 UTC 2015 - mci...@suse.cz
+
+- udapte to 0.15.1
+   * OpenSSL/SSL.py, OpenSSL/test/test_ssl.py: Fix a regression
+ present in 0.15, where when an error occurs and no errno() is set,
+ a KeyError is raised.  This happens, for example, if
+ Connection.shutdown() is called when the underlying transport has
+ gone away.
+   * OpenSSL/rand.py, OpenSSL/SSL.py: APIs which previously accepted
+ filenames only as bytes now accept them as either bytes or
+ unicode (and respect sys.getfilesystemencoding()).
+   * OpenSSL/SSL.py: Add Cory Benfield's next-protocol-negotiation
+ (NPN) bindings.
+   * OpenSSL/SSL.py: Add ``Connection.recv_into``, mirroring the
+ builtin ``socket.recv_into``.  Based on work from Cory Benfield.
+   * OpenSSL/test/test_ssl.py: Add tests for ``recv_into``.
+   * OpenSSL/crypto.py: Expose ``X509StoreContext`` for verifying 
certificates.
+   * OpenSSL/test/test_crypto.py: Add intermediate certificates for
+   * OpenSSL/SSL.py: ``Connection.shutdown`` now propagates errors from the
+ underlying socket.
+   * OpenSSL/SSL.py: Fixed a regression ``Context.check_privatekey``
+ causing it to always succeed - even if it should fail.
+   * OpenSSL/crypto.py: Fixed a regression where calling 
``load_pkcs7_data``
+ with ``FILETYPE_ASN1`` would fail with a ``NameError``.
+   * OpenSSL/SSL.py: Fix a regression in which the first argument of
+
+---
+Mon Feb 24 12:58:58 UTC 2014 - mvysko...@suse.com
+
+- update to 0.14
+  * Support for TLSv1.1 and TLSv1.2
+  * First-class support for PyPy
+  * New flags, such as MODE_RELEASE_BUFFERS and OP_NO_COMPRESSION
+  * Some APIs to access to the SSL session cache
+  * A variety of bug fixes for error handling cases
+  * Documentation has been converted from LaTeX
++ python-pyOpenSSL-doc is now build from single spec file
+  * pyOpenSSL now depends on cryptography, so it became pure-python
+module
++ changed to noarch package, add proper dependencies
+  * Development moved to github
++ changed Url tag respectivelly
+- refreshed bug-lp-1265482.diff
+
+---

Old:

  pyOpenSSL-0.13.1.tar.gz

New:

  pyOpenSSL-0.15.1.tar.gz



Other differences:
--
++ python-pyOpenSSL.spec ++
--- /var/tmp/diff_new_pack.MJYOBC/_old  2015-04-25 16:45:56.0 +0200
+++ /var/tmp/diff_new_pack.MJYOBC/_new  2015-04-25 16:45:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyOpenSSL
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,31 +17,46 @@
 
 
 Name:   python-pyOpenSSL
-Version:0.13.1
+Version:0.15.1
 Release:0
-Url:http://launchpad.net/pyopenssl
+Url:https://github.com/pyca/pyopenssl
 Summary:Python wrapper module around the OpenSSL library
 License:Apache-2.0
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
 Patch0: bug-lp-1265482.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libopenssl-devel
+BuildArch:  noarch
+
+BuildRequires:  python-Sphinx
+BuildRequires:  python-cryptography >= 0.2
 BuildRequires:  python-devel
+BuildRequires:  python-setuptools
+
+Requires:   python-cryptography >= 0.2
+
 Provides:   pyOpenSSL = %{version}
 Provides:   python-openssl = %{version}
 Obsoletes:  python-openssl < %{version}
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib

commit youtube-dl for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2015-04-25 14:38:50

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


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2015-04-13 
20:30:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2015-04-25 14:38:51.0 +0200
@@ -1,0 +2,8 @@
+Sat Apr 18 10:59:42 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to new upstream release 2015.04.17:
+  * fix unicode warning about the configuration file
+  * new handlers for CrooksAndLiars, QQMusic, QQMusicAlbum,
+QQMusicSinger, Srf
+
+---

Old:

  youtube-dl-2015.04.09.tar.gz
  youtube-dl-2015.04.09.tar.gz.sig

New:

  youtube-dl-2015.04.17.tar.gz
  youtube-dl-2015.04.17.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.YjiFaf/_old  2015-04-25 14:38:52.0 +0200
+++ /var/tmp/diff_new_pack.YjiFaf/_new  2015-04-25 14:38:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2015.04.09
+Version:2015.04.17
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2015.04.09.tar.gz -> youtube-dl-2015.04.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/docs/supportedsites.md 
new/youtube-dl/docs/supportedsites.md
--- old/youtube-dl/docs/supportedsites.md   2015-04-09 00:21:19.0 
+0200
+++ new/youtube-dl/docs/supportedsites.md   2015-04-17 11:14:25.0 
+0200
@@ -98,6 +98,7 @@
  - **CondeNast**: Condé Nast media group: Condé Nast, GQ, Glamour, Vanity 
Fair, Vogue, W Magazine, WIRED
  - **Cracked**
  - **Criterion**
+ - **CrooksAndLiars**
  - **Crunchyroll**
  - **crunchyroll:playlist**
  - **CSpan**: C-SPAN
@@ -359,6 +360,9 @@
  - **prosiebensat1**: ProSiebenSat.1 Digital
  - **Puls4**
  - **Pyvideo**
+ - **QQMusic**
+ - **QQMusicAlbum**
+ - **QQMusicSinger**
  - **QuickVid**
  - **R7**
  - **radio.de**
@@ -434,6 +438,7 @@
  - **Sport5**
  - **SportBox**
  - **SportDeutschland**
+ - **Srf**
  - **SRMediathek**: Saarländischer Rundfunk
  - **SSA**
  - **stanfordoc**: Stanford Open ClassRoom
Files old/youtube-dl/youtube-dl and new/youtube-dl/youtube-dl differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/YoutubeDL.py 
new/youtube-dl/youtube_dl/YoutubeDL.py
--- old/youtube-dl/youtube_dl/YoutubeDL.py  2015-04-07 13:38:08.0 
+0200
+++ new/youtube-dl/youtube_dl/YoutubeDL.py  2015-04-17 11:14:17.0 
+0200
@@ -919,6 +919,11 @@
 if format_spec == 'best' or format_spec is None:
 return available_formats[-1]
 elif format_spec == 'worst':
+audiovideo_formats = [
+f for f in available_formats
+if f.get('vcodec') != 'none' and f.get('acodec') != 'none']
+if audiovideo_formats:
+return audiovideo_formats[0]
 return available_formats[0]
 elif format_spec == 'bestaudio':
 audio_formats = [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/extractor/__init__.py 
new/youtube-dl/youtube_dl/extractor/__init__.py
--- old/youtube-dl/youtube_dl/extractor/__init__.py 2015-04-09 
00:20:51.0 +0200
+++ new/youtube-dl/youtube_dl/extractor/__init__.py 2015-04-17 
11:14:17.0 +0200
@@ -90,6 +90,7 @@
 from .condenast import CondeNastIE
 from .cracked import CrackedIE
 from .criterion import CriterionIE
+from .crooksandliars import CrooksAndLiarsIE
 from .crunchyroll import (
 CrunchyrollIE,
 CrunchyrollShowPlaylistIE
@@ -395,6 +396,11 @@
 from .prosiebensat1 import ProSiebenSat1IE
 from .puls4 import Puls4IE
 from .pyvideo import PyvideoIE
+from .qqmusic import (
+QQMusicIE,
+QQMusicSingerIE,
+QQMusicAlbumIE,
+)
 from .quickvid import QuickVidIE
 from .r7 import R7IE
 from .radiode import RadioDeIE
@@ -479,6 +485,7 @@
 from .sport5 import Sport5IE
 from .sportbox import SportBoxIE
 from .sportdeutschland import SportDeutschlandIE
+from .srf import SrfIE
 from .srmediathek import SRMediathekIE
 from .ssa import SSAIE
 from .stanfordoc import StanfordOpenClassroomIE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/extractor/brightcove.py 
new/youtube-dl/youtube_dl/extractor/brightc

commit rubygem-commander for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-commander for 
openSUSE:Factory checked in at 2015-04-25 14:09:05

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


Package is "rubygem-commander"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-commander/rubygem-commander.changes  
2015-04-10 09:53:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-commander.new/rubygem-commander.changes 
2015-04-25 14:09:06.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr 23 08:07:36 UTC 2015 - co...@suse.com
+
+- updated to version 4.3.3
+ see installed History.rdoc
+
+  === 4.3.3 / 2015-04-21
+  
+  * Updated to highline 1.7.2 to fix a regression with terminal size 
(https://github.com/JEG2/highline/pull/139).
+
+---

Old:

  commander-4.3.2.gem

New:

  commander-4.3.3.gem



Other differences:
--
++ rubygem-commander.spec ++
--- /var/tmp/diff_new_pack.P5xoEA/_old  2015-04-25 14:09:06.0 +0200
+++ /var/tmp/diff_new_pack.P5xoEA/_new  2015-04-25 14:09:06.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-commander
-Version:4.3.2
+Version:4.3.3
 Release:0
 %define mod_name commander
 %define mod_full_name %{mod_name}-%{version}

++ commander-4.3.2.gem -> commander-4.3.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.rdoc new/History.rdoc
--- old/History.rdoc2015-04-01 07:55:48.0 +0200
+++ new/History.rdoc2015-04-21 20:31:51.0 +0200
@@ -1,3 +1,7 @@
+=== 4.3.3 / 2015-04-21
+
+* Updated to highline 1.7.2 to fix a regression with terminal size 
(https://github.com/JEG2/highline/pull/139).
+
 === 4.3.2 / 2015-03-31
 
 * Version bump to publish new location of Commander to Rubygems. Moved to 
https://github.com/commander-rb/commander
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/commander.gemspec new/commander.gemspec
--- old/commander.gemspec   2015-04-01 07:55:48.0 +0200
+++ new/commander.gemspec   2015-04-21 20:31:51.0 +0200
@@ -17,7 +17,7 @@
   s.executables   = `git ls-files -- bin/*`.split("\n").map { |f| 
File.basename(f) }
   s.require_paths = ['lib']
 
-  s.add_runtime_dependency('highline', '~> 1.7.1')
+  s.add_runtime_dependency('highline', '~> 1.7.2')
 
   s.add_development_dependency('rspec', '~> 3.2')
   s.add_development_dependency('rake')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/commander/help_formatters/terminal/help.erb 
new/lib/commander/help_formatters/terminal/help.erb
--- old/lib/commander/help_formatters/terminal/help.erb 2015-04-01 
07:55:48.0 +0200
+++ new/lib/commander/help_formatters/terminal/help.erb 2015-04-21 
20:31:51.0 +0200
@@ -1,3 +1,10 @@
+<%
+  # TODO: move into formatter?
+  longest_command = @commands.keys.max_by(&:size)
+  max_command_length = longest_command ? longest_command.size : 20
+  longest_alias = @aliases.keys.max_by(&:size)
+  max_aliases_length = longest_alias ? longest_alias.size : 20
+%>
   <%= $terminal.color "NAME", :bold %>:
 
 <%= program :name %>
@@ -9,13 +16,13 @@
   <%= $terminal.color "COMMANDS", :bold %>:
 <% for name, command in @commands.sort -%>
<% unless alias? name %>
-<%= "%-20s %s" % [command.name, command.summary || command.description] -%>
+<%= "%-#{max_command_length}s %s" % [command.name, command.summary || 
command.description] -%>
<% end -%>
 <% end %>
 <% unless @aliases.empty? %>
   <%= $terminal.color "ALIASES", :bold %>:
   <% for alias_name, args in @aliases.sort %>
-<%= "%-20s %s %s" % [alias_name, command(alias_name).name, args.join(' ')] 
-%>
+<%= "%-#{max_aliases_length}s %s %s" % [alias_name, 
command(alias_name).name, args.join(' ')] -%>
   <% end %>
 <% end %>
 <% unless @options.empty? -%>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lib/commander/help_formatters/terminal_compact/help.erb 
new/lib/commander/help_formatters/terminal_compact/help.erb
--- old/lib/commander/help_formatters/terminal_compact/help.erb 2015-04-01 
07:55:48.0 +0200
+++ new/lib/commander/help_formatters/terminal_compact/help.erb 2015-04-21 
20:31:51.0 +0200
@@ -1,3 +1,5 @@
+<% max_command_length = @commands.keys.max_by(&:size).size %>
+<% max_aliases_length = @aliases.keys.max_by(&:size).size %>
   <%= program :name %>
 
   <%= program :description %>
@@ -5,13 +7,13 @@
   Commands:
 <% for name, command in @comman

commit perl-Text-SpellChecker for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-SpellChecker for 
openSUSE:Factory checked in at 2015-04-25 14:09:09

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


Package is "perl-Text-SpellChecker"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Text-SpellChecker/perl-Text-SpellChecker.changes
2011-12-25 17:52:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-SpellChecker.new/perl-Text-SpellChecker.changes
   2015-04-25 14:09:11.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 20:09:40 UTC 2015 - co...@suse.com
+
+- updated to 0.14
+   see /usr/share/doc/packages/perl-Text-SpellChecker/Changes
+
+---

Old:

  Text-SpellChecker-0.11.tar.gz

New:

  Text-SpellChecker-0.14.tar.gz



Other differences:
--
++ perl-Text-SpellChecker.spec ++
--- /var/tmp/diff_new_pack.AnnHK9/_old  2015-04-25 14:09:11.0 +0200
+++ /var/tmp/diff_new_pack.AnnHK9/_new  2015-04-25 14:09:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-SpellChecker
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,19 +17,21 @@
 
 
 Name:   perl-Text-SpellChecker
-Version:0.11
+Version:0.14
 Release:0
 %define cpan_name Text-SpellChecker
 Summary:OO interface for spell-checking a block of text
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Text-SpellChecker/
-Source: 
http://www.cpan.org/authors/id/B/BD/BDUGGAN/Text-SpellChecker-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/B/BD/BDUGGAN/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Text::Aspell)
 BuildRequires:  perl(Text::Hunspell)
+Requires:   perl(Text::Aspell)
 Requires:   perl(Text::Hunspell)
 %{perl_requires}
 
@@ -58,11 +60,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

++ Text-SpellChecker-0.11.tar.gz -> Text-SpellChecker-0.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-SpellChecker-0.11/Changes 
new/Text-SpellChecker-0.14/Changes
--- old/Text-SpellChecker-0.11/Changes  2011-06-24 19:34:53.0 +0200
+++ new/Text-SpellChecker-0.14/Changes  2014-11-06 15:02:40.0 +0100
@@ -1,40 +1,48 @@
-Revision history for Perl extension Text::SpellChecker.
+0.14 Thu Nov 6 EST 2014
+- Added set_option.
 
-0.01  Mon Nov 1 2004
-   - original version
+0.13 Wed Nov 5 2014
+- Fixed tests : some dictionaries apparently have coördinator 
 
-0.02  Thu Nov 4 2004
-- changed regex for words to [a-zA-Z]+
-- added ignore_all
-- added replace_all
-- added reset
+0.12 Mon Nov 3 2014
+- Fixes for unicode letters (thanks, Chankey Pathak)
 
-0.03  Tue May 3 2005
-- update regex to include apostrophes
+0.11 Fri Jun 24 2011
+- pod fixes and pod test
 
-0.04  Sun Dec 14 2008
-- patch by Yanick Champoux with three changes : 
-- lang option
-- cached Text::Aspell object
-- made suggestions() context-aware
+0.09  Thu Jun 23 2011
+- Better tests, use of LANG
+- Compile time check for at least one speller.
+
+0.08
+- Allow aspell to be missing
+
+0.07  Wed Sep 15 2010
+- optional hunspell support
+
+0.06  Tue Sep 14 2010
+- made deserialization accept non-blessed refs 
 
 0.05  Mon Dec 15 2008
 - skip some tests when missing English dictionary
 - added license
 
-0.06  Tue Sep 14 2010
-- made deserialization accept non-blessed refs 
+0.04  Sun Dec 14 2008
+- patch by Yanick Champoux with three changes : 
+- lang option
+- cached Text::Aspell object
+- made suggestions() context-aware
 
-0.07  Wed Sep 15 2010
-- optional hunspell support
+0.03  Tue May 3 2005
+- update regex to include apostrophes
 
-0.08
-- Allow aspell to be missing
+0.02  Thu Nov 4 2004
+- changed regex for words to [a-zA-Z]+
+- added ignore_all
+- added replace_all
+- added reset
 
-0.09  Thu Jun 23 2011
-- Better tests, use of LANG
-- Compile time

commit perl-Test-LWP-UserAgent for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-LWP-UserAgent for 
openSUSE:Factory checked in at 2015-04-25 14:09:15

Comparing /work/SRC/openSUSE:Factory/perl-Test-LWP-UserAgent (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-LWP-UserAgent.new (New)


Package is "perl-Test-LWP-UserAgent"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-LWP-UserAgent/perl-Test-LWP-UserAgent.changes
  2015-02-16 21:14:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-LWP-UserAgent.new/perl-Test-LWP-UserAgent.changes
 2015-04-25 14:09:17.0 +0200
@@ -1,0 +2,15 @@
+Tue Apr 14 21:06:09 UTC 2015 - co...@suse.com
+
+- updated to 0.028
+   see /usr/share/doc/packages/perl-Test-LWP-UserAgent/Changes
+
+  0.028 2015-04-10 22:38:29Z
+- report on the versions of more networking modules, to try to 
track
+  down mysterious failed network connections during testing
+  
+  0.027 2015-02-26 04:57:32Z
+- register_psgi, unregister_psgi, map_response, 
map_network_response
+  and unmap_all all return their invocant, to allow for method
+  chaining (Tom Hukins, github #2)
+
+---

Old:

  Test-LWP-UserAgent-0.026.tar.gz

New:

  Test-LWP-UserAgent-0.028.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Test-LWP-UserAgent.spec ++
--- /var/tmp/diff_new_pack.ypImyV/_old  2015-04-25 14:09:18.0 +0200
+++ /var/tmp/diff_new_pack.ypImyV/_new  2015-04-25 14:09:18.0 +0200
@@ -17,14 +17,16 @@
 
 
 Name:   perl-Test-LWP-UserAgent
-Version:0.026
+Version:0.028
 Release:0
+#Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name Test-LWP-UserAgent
-Summary:A LWP::UserAgent suitable for simulating and testing network 
calls
+Summary:LWP::UserAgent suitable for simulating and testing network 
calls
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-LWP-UserAgent/
-Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -34,6 +36,7 @@
 BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(HTTP::Response)
 BuildRequires:  perl(HTTP::Status)
+BuildRequires:  perl(IO::Socket::IP) >= 0.31
 BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Safe::Isa)
@@ -50,6 +53,7 @@
 Requires:   perl(HTTP::Request)
 Requires:   perl(HTTP::Response)
 Requires:   perl(HTTP::Status)
+Requires:   perl(IO::Socket::IP) >= 0.31
 Requires:   perl(LWP::UserAgent)
 Requires:   perl(Safe::Isa)
 Requires:   perl(Try::Tiny)
@@ -125,6 +129,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING examples LICENSE README weaver.ini
+%doc Changes CONTRIBUTING docs examples LICENSE README
 
 %changelog

++ Test-LWP-UserAgent-0.026.tar.gz -> Test-LWP-UserAgent-0.028.tar.gz ++
 2741 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
license: Artistic-1.0 or GPL-1.0+
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag



commit rubygem-simplecov for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2015-04-25 14:08:58

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


Package is "rubygem-simplecov"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2015-02-22 17:26:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-simplecov.new/rubygem-simplecov.changes 
2015-04-25 14:09:00.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 23 08:08:27 UTC 2015 - co...@suse.com
+
+- updated to version 0.10.0
+ see installed CHANGELOG.md
+
+---

Old:

  simplecov-0.9.2.gem

New:

  simplecov-0.10.0.gem



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.wSNxpk/_old  2015-04-25 14:09:01.0 +0200
+++ /var/tmp/diff_new_pack.wSNxpk/_new  2015-04-25 14:09:01.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-simplecov
-Version:0.9.2
+Version:0.10.0
 Release:0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}

++ simplecov-0.9.2.gem -> simplecov-0.10.0.gem ++
 4227 lines of diff (skipped)




commit perl-PadWalker for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-PadWalker for openSUSE:Factory 
checked in at 2015-04-25 14:09:21

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


Package is "perl-PadWalker"

Changes:

--- /work/SRC/openSUSE:Factory/perl-PadWalker/perl-PadWalker.changes
2015-04-16 14:13:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-PadWalker.new/perl-PadWalker.changes   
2015-04-25 14:09:22.0 +0200
@@ -1,0 +2,11 @@
+Sat Apr 25 07:30:39 UTC 2015 - co...@suse.com
+
+- updated to 2.1
+   see /usr/share/doc/packages/perl-PadWalker/Changes
+
+  
+  2.1  Fri 24 Apr 2015 20:29:12 BST
+  - Another bleadperl fix
+https://rt.cpan.org/Public/Bug/Display.html?id=101037
+
+---

Old:

  PadWalker-2.0.tar.gz

New:

  PadWalker-2.1.tar.gz



Other differences:
--
++ perl-PadWalker.spec ++
--- /var/tmp/diff_new_pack.3kG1J6/_old  2015-04-25 14:09:22.0 +0200
+++ /var/tmp/diff_new_pack.3kG1J6/_new  2015-04-25 14:09:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-PadWalker
-Version:2.0
+Version:2.1
 Release:0
 %define cpan_name PadWalker
 Summary:Play with Other Peoples' Lexical Variables

++ PadWalker-2.0.tar.gz -> PadWalker-2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PadWalker-2.0/Changes new/PadWalker-2.1/Changes
--- old/PadWalker-2.0/Changes   2014-12-12 12:28:48.0 +0100
+++ new/PadWalker-2.1/Changes   2015-04-24 21:29:44.0 +0200
@@ -177,3 +177,7 @@
 2.0  Mon  8 Dec 2014 13:45:37 GMT
 - Restore compatibility with bleadperl
   Patch from Dagfinn Ilmari Mannsåker at 
https://github.com/robinhouston/PadWalker/pull/3
+
+2.1  Fri 24 Apr 2015 20:29:12 BST
+- Another bleadperl fix
+  https://rt.cpan.org/Public/Bug/Display.html?id=101037
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PadWalker-2.0/MANIFEST new/PadWalker-2.1/MANIFEST
--- old/PadWalker-2.0/MANIFEST  2005-10-13 14:52:16.0 +0200
+++ new/PadWalker-2.1/MANIFEST  2015-04-24 21:33:29.0 +0200
@@ -18,3 +18,4 @@
 t/vn-inc-1.pl
 t/vn-inc-2.pl
 META.yml Module meta-data (added by MakeMaker)
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PadWalker-2.0/META.json new/PadWalker-2.1/META.json
--- old/PadWalker-2.0/META.json 1970-01-01 01:00:00.0 +0100
+++ new/PadWalker-2.1/META.json 2015-04-24 21:33:29.0 +0200
@@ -0,0 +1,41 @@
+{
+   "abstract" : "unknown",
+   "author" : [
+  "unknown"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.120921",
+   "license" : [
+  "unknown"
+   ],
+   "meta-spec" : {
+  "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+  "version" : "2"
+   },
+   "name" : "PadWalker",
+   "no_index" : {
+  "directory" : [
+ "t",
+ "inc"
+  ]
+   },
+   "prereqs" : {
+  "build" : {
+ "requires" : {
+"ExtUtils::MakeMaker" : "0"
+ }
+  },
+  "configure" : {
+ "requires" : {
+"ExtUtils::MakeMaker" : "0"
+ }
+  },
+  "runtime" : {
+ "requires" : {
+"perl" : "5.008001"
+ }
+  }
+   },
+   "release_status" : "stable",
+   "version" : "2.1"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PadWalker-2.0/META.yml new/PadWalker-2.1/META.yml
--- old/PadWalker-2.0/META.yml  2014-12-12 12:30:19.0 +0100
+++ new/PadWalker-2.1/META.yml  2015-04-24 21:33:29.0 +0200
@@ -1,10 +1,22 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXX This is a prototype!!!  It will change in the future!!! X#
-name: PadWalker
-version:  2.0
-version_from: PadWalker.pm
-installdirs:  site
+---
+abstract: unknown
+author:
+  - unknown
+build_requires:
+  ExtUtils::MakeMaker: 0
+configure_requires:
+  ExtUtils::MakeMaker: 0
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 
2.120921'
+license: unknown
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: PadWalker
+no_index:
+  directory:
+- t
+- inc
 requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+  perl: 5.008001
+version: 2.1
diff -urN '--exclude=CVS' '--

commit perl-DateTime-TimeZone for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-DateTime-TimeZone for 
openSUSE:Factory checked in at 2015-04-25 14:09:31

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


Package is "perl-DateTime-TimeZone"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DateTime-TimeZone/perl-DateTime-TimeZone.changes
2015-04-22 01:19:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-DateTime-TimeZone.new/perl-DateTime-TimeZone.changes
   2015-04-25 14:09:32.0 +0200
@@ -1,0 +2,11 @@
+Sat Apr 25 07:07:23 UTC 2015 - co...@suse.com
+
+- updated to 1.88
+   see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
+
+  1.882015-04-24
+  
+  - This release is based on version 2015d of the Olson database. This release
+includes contemporary changes for Egypt.
+
+---

Old:

  DateTime-TimeZone-1.87.tar.gz

New:

  DateTime-TimeZone-1.88.tar.gz



Other differences:
--
++ perl-DateTime-TimeZone.spec ++
--- /var/tmp/diff_new_pack.wUHWf5/_old  2015-04-25 14:09:33.0 +0200
+++ /var/tmp/diff_new_pack.wUHWf5/_new  2015-04-25 14:09:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DateTime-TimeZone
-Version:1.87
+Version:1.88
 Release:0
 %define cpan_name DateTime-TimeZone
 Summary:Time zone object base class and factory

++ DateTime-TimeZone-1.87.tar.gz -> DateTime-TimeZone-1.88.tar.gz ++
 16797 lines of diff (skipped)




commit python3-requests for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package python3-requests for 
openSUSE:Factory checked in at 2015-04-25 09:54:25

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


Package is "python3-requests"

Changes:

--- /work/SRC/openSUSE:Factory/python3-requests/python3-requests.changes
2015-03-16 07:01:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-requests.new/python3-requests.changes   
2015-04-25 11:26:34.0 +0200
@@ -1,0 +2,24 @@
+Sat Apr 25 00:26:58 UTC 2015 - a...@gmx.de
+
+- update to version 2.6.2:
+  * Fix regression where compressed data that was sent as chunked data
+was not properly decompressed. (#2561)
+
+---
+Thu Apr 23 15:26:14 UTC 2015 - a...@gmx.de
+
+- update to version 2.6.1:
+  * Remove VendorAlias import machinery introduced in v2.5.2.
+  * Simplify the PreparedRequest.prepare API: We no longer require the
+user to pass an empty list to the hooks keyword
+argument. (c.f. #2552)
+  * Resolve redirects now receives and forwards all of the original
+arguments to the adapter. (#2503)
+  * Handle UnicodeDecodeErrors when trying to deal with a unicode URL
+that cannot be encoded in ASCII. (#2540)
+  * Populate the parsed path of the URI field when performing Digest
+Authentication. (#2426)
+  * Copy a PreparedRequest’s CookieJar more reliably when it is not an
+instance of RequestsCookieJar. (#2527)
+
+---

Old:

  requests-2.6.0.tar.gz

New:

  requests-2.6.2.tar.gz



Other differences:
--
++ python3-requests.spec ++
--- /var/tmp/diff_new_pack.FpWkan/_old  2015-04-25 11:26:34.0 +0200
+++ /var/tmp/diff_new_pack.FpWkan/_new  2015-04-25 11:26:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-requests
-Version:2.6.0
+Version:2.6.2
 Release:0
 Url:http://python-requests.org
 Summary:Awesome Python HTTP Library That's Actually Usable

++ requests-2.6.0.tar.gz -> requests-2.6.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-2.6.0/HISTORY.rst 
new/requests-2.6.2/HISTORY.rst
--- old/requests-2.6.0/HISTORY.rst  2015-03-14 17:43:47.0 +0100
+++ new/requests-2.6.2/HISTORY.rst  2015-04-23 18:28:35.0 +0200
@@ -3,17 +3,47 @@
 Release History
 ---
 
+2.6.2 (2015-04-23)
+++
+
+**Bugfixes**
+
+- Fix regression where compressed data that was sent as chunked data was not
+  properly decompressed. (#2561)
+
+2.6.1 (2015-04-22)
+++
+
+**Bugfixes**
+
+- Remove VendorAlias import machinery introduced in v2.5.2.
+
+- Simplify the PreparedRequest.prepare API: We no longer require the user to
+  pass an empty list to the hooks keyword argument. (c.f. #2552)
+
+- Resolve redirects now receives and forwards all of the original arguments to
+  the adapter. (#2503)
+
+- Handle UnicodeDecodeErrors when trying to deal with a unicode URL that
+  cannot be encoded in ASCII. (#2540)
+
+- Populate the parsed path of the URI field when performing Digest
+  Authentication. (#2426)
+
+- Copy a PreparedRequest's CookieJar more reliably when it is not an instance
+  of RequestsCookieJar. (#2527)
+
 2.6.0 (2015-03-14)
 ++
 
 **Bugfixes**
 
-- Fix handling of cookies on redirect. Previously a cookie without a host
-  value set would use the hostname for the redirected URL exposing requests
-  users to session fixation attacks and potentially cookie stealing. This was
-  disclosed privately by Matthew Daley of `BugFuzz `_.
-  An CVE identifier has not yet been assigned for this. This affects all
-  versions of requests from v2.1.0 to v2.5.3 (inclusive on both ends).
+- CVE-2015-2296: Fix handling of cookies on redirect. Previously a cookie
+  without a host value set would use the hostname for the redirected URL
+  exposing requests users to session fixation attacks and potentially cookie
+  stealing. This was disclosed privately by Matthew Daley of
+  `BugFuzz `_. This affects all versions of requests from
+  v2.1.0 to v2.5.3 (inclusive on both ends).
 
 - Fix error when requests is an ``install_requires`` dependency and ``python
   setup.py test`` is run. (#2462)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-2.6.0/PKG-INFO new/requests-2.6.2/PKG-INFO
--- old/requests-2.6.0/PKG-INFO 2015-03-14 17:44:16.0 +0100
+++ new/requests-2.6.2/PKG-INFO 2015-04-23 18:30:21.0 +0200
@@ -1,6 +1,

commit xkbprint for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package xkbprint for openSUSE:Factory 
checked in at 2015-04-25 09:54:06

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


Package is "xkbprint"

Changes:

--- /work/SRC/openSUSE:Factory/xkbprint/xkbprint.changes2012-05-08 
12:05:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.xkbprint.new/xkbprint.changes   2015-04-25 
11:26:21.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 24 14:56:10 UTC 2015 - sndir...@suse.com
+
+- Update to version 1.0.4:
+  * This minor maintenance release provides the recent round of
+build configuration improvements and janitorial cleanups.
+
+---

Old:

  xkbprint-1.0.3.tar.bz2

New:

  xkbprint-1.0.4.tar.bz2



Other differences:
--
++ xkbprint.spec ++
--- /var/tmp/diff_new_pack.KzV0lh/_old  2015-04-25 11:26:22.0 +0200
+++ /var/tmp/diff_new_pack.KzV0lh/_new  2015-04-25 11:26:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xkbprint
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xkbprint
-Version:1.0.3
-Release:1
-License:MIT
+Version:1.0.4
+Release:0
 Summary:Utility to print an XKB keyboard description
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11)

++ xkbprint-1.0.3.tar.bz2 -> xkbprint-1.0.4.tar.bz2 ++
 25296 lines of diff (skipped)




commit perl-Mojolicious-Plugin-AssetPack for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-AssetPack 
for openSUSE:Factory checked in at 2015-04-25 09:54:17

Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-AssetPack (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-AssetPack.new 
(New)


Package is "perl-Mojolicious-Plugin-AssetPack"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-AssetPack/perl-Mojolicious-Plugin-AssetPack.changes
  2015-04-22 01:18:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-AssetPack.new/perl-Mojolicious-Plugin-AssetPack.changes
 2015-04-25 11:26:27.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 24 15:36:59 UTC 2015 - co...@suse.com
+
+- updated to 0.54
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes
+
+---

Old:

  Mojolicious-Plugin-AssetPack-0.5201.tar.gz

New:

  Mojolicious-Plugin-AssetPack-0.54.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-AssetPack.spec ++
--- /var/tmp/diff_new_pack.PywZC9/_old  2015-04-25 11:26:28.0 +0200
+++ /var/tmp/diff_new_pack.PywZC9/_new  2015-04-25 11:26:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious-Plugin-AssetPack
-Version:0.5201
+Version:0.54
 Release:0
 %define cpan_name Mojolicious-Plugin-AssetPack
 Summary:Compress and convert css, less, sass, javascript and 
coffeescript files

++ Mojolicious-Plugin-AssetPack-0.5201.tar.gz -> 
Mojolicious-Plugin-AssetPack-0.54.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-0.5201/Changes 
new/Mojolicious-Plugin-AssetPack-0.54/Changes
--- old/Mojolicious-Plugin-AssetPack-0.5201/Changes 2015-04-20 
08:48:47.0 +0200
+++ new/Mojolicious-Plugin-AssetPack-0.54/Changes   2015-04-23 
17:37:01.0 +0200
@@ -1,7 +1,12 @@
 Revision history for perl distribution Mojolicious-Plugin-AssetPack
 
-0.5201 2015-04-20T08:48:47+0200
+0.54 2015-04-23T17:37:01+0200
+ - Fix saving unchanged assets on disk
+
+0.53 2015-04-23T17:27:41+0200
+ - Fix regenerating sprites:// assets
 
+0.5201 2015-04-20T08:48:47+0200
  - Fix sprites.t
  - Fix skipping t/plugin-with-assets.t
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-0.5201/META.json 
new/Mojolicious-Plugin-AssetPack-0.54/META.json
--- old/Mojolicious-Plugin-AssetPack-0.5201/META.json   2015-04-20 
08:48:48.0 +0200
+++ new/Mojolicious-Plugin-AssetPack-0.54/META.json 2015-04-23 
17:37:02.0 +0200
@@ -50,5 +50,5 @@
  "url" : 
"https://github.com/jhthorsen/mojolicious-plugin-assetpack.git";
   }
},
-   "version" : "0.5201"
+   "version" : "0.54"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-0.5201/META.yml 
new/Mojolicious-Plugin-AssetPack-0.54/META.yml
--- old/Mojolicious-Plugin-AssetPack-0.5201/META.yml2015-04-20 
08:48:48.0 +0200
+++ new/Mojolicious-Plugin-AssetPack-0.54/META.yml  2015-04-23 
17:37:02.0 +0200
@@ -27,4 +27,4 @@
   bugtracker: https://github.com/jhthorsen/mojolicious-plugin-assetpack/issues
   homepage: https://github.com/jhthorsen/mojolicious-plugin-assetpack
   repository: https://github.com/jhthorsen/mojolicious-plugin-assetpack.git
-version: '0.5201'
+version: '0.54'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-0.5201/README 
new/Mojolicious-Plugin-AssetPack-0.54/README
--- old/Mojolicious-Plugin-AssetPack-0.5201/README  2015-04-20 
08:48:48.0 +0200
+++ new/Mojolicious-Plugin-AssetPack-0.54/README2015-04-23 
17:37:01.0 +0200
@@ -3,7 +3,7 @@
 javascript and coffeescript files
 
 VERSION
-0.5201
+0.54
 
 SYNOPSIS
   Application
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Mojolicious-Plugin-AssetPack-0.5201/lib/Mojolicious/Plugin/AssetPack/Asset.pm
 new/Mojolicious-Plugin-AssetPack-0.54/lib/Mojolicious/Plugin/AssetPack/Asset.pm
--- 
old/Mojolicious-Plugin-AssetPack-0.5201/lib/Mojolicious/Plugin/AssetPack/Asset.pm
   2015-04-18 12:54:17.0 +0200
+++ 
new/Mojolicious-Plugin-AssetPack-0.54/lib/Mojolicious/Plugin/AssetPack/Asset.pm 
2015-04-23 17:34:22.0 +0200
@@ -80,10 +80,7 @@
 sub save {
   my $self = shift;
 
-  if (not defined $self->{content}) {
-die "Cannot save empty asset to save to @{[$self->path]}";
-  }
-  elsif ($self->in_memory) {
+  if ($self->in_memory or n

commit python3-pymongo for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package python3-pymongo for openSUSE:Factory 
checked in at 2015-04-25 09:54:20

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


Package is "python3-pymongo"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pymongo/python3-pymongo.changes  
2015-04-10 09:52:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pymongo.new/python3-pymongo.changes 
2015-04-25 11:26:29.0 +0200
@@ -1,0 +2,8 @@
+Fri Apr 24 16:35:07 UTC 2015 - a...@gmx.de
+
+- update to version 3.0.1:
+  * OperationFailure iterating cursor with multiple mongoses
+  * GridFS.delete does not remove all chunks in PyMongo 3
+  * AssertionError: Result batch started from 101, expected 0
+
+---

Old:

  pymongo-3.0.tar.gz

New:

  pymongo-3.0.1.tar.gz



Other differences:
--
++ python3-pymongo.spec ++
--- /var/tmp/diff_new_pack.7OaZvQ/_old  2015-04-25 11:26:30.0 +0200
+++ /var/tmp/diff_new_pack.7OaZvQ/_new  2015-04-25 11:26:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pymongo
-Version:3.0
+Version:3.0.1
 Release:0
 Url:http://github.com/mongodb/mongo-python-driver
 Summary:Python driver for MongoDB

++ pymongo-3.0.tar.gz -> pymongo-3.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymongo-3.0/MANIFEST.in new/pymongo-3.0.1/MANIFEST.in
--- old/pymongo-3.0/MANIFEST.in 2015-04-02 00:41:30.0 +0200
+++ new/pymongo-3.0.1/MANIFEST.in   2015-04-21 17:58:36.0 +0200
@@ -3,6 +3,9 @@
 include ez_setup.py
 recursive-include doc *.rst
 recursive-include doc *.py
+recursive-include doc *.conf
+recursive-include doc *.css
+recursive-include doc *.js
 recursive-include tools *.py
 include tools/README.rst
 recursive-include test *.pem
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymongo-3.0/PKG-INFO new/pymongo-3.0.1/PKG-INFO
--- old/pymongo-3.0/PKG-INFO2015-04-08 00:10:46.0 +0200
+++ new/pymongo-3.0.1/PKG-INFO  2015-04-21 22:37:57.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pymongo
-Version: 3.0
+Version: 3.0.1
 Summary: Python driver for MongoDB 
 Home-page: http://github.com/mongodb/mongo-python-driver
 Author: Bernie Hackett
@@ -102,6 +102,18 @@
 - `Monotime `_ adds support for
   a monotonic clock, which improves reliability in environments
   where clock adjustments are frequent. Not needed in Python 3.3+.
+- `wincertstore `_ adds 
support
+  for verifying server SSL certificates using Windows provided CA
+  certificates on older versions of python. Not needed or used with 
versions
+  of Python 2 beginning with 2.7.9, or versions of Python 3 beginning 
with
+  3.4.0.
+- `certifi `_ adds support for
+  using the Mozilla CA bundle with SSL to verify server certificates. 
Not
+  needed or used with versions of Python 2 beginning with 2.7.9 on any 
OS,
+  versions of Python 3 beginning with Python 3.4.0 on Windows, or 
versions
+  of Python 3 beginning with Python 3.2.0 on operating systems other 
than
+  Windows.
+
 
 Additional dependencies are:
 
@@ -165,7 +177,7 @@
 
 $ python green_framework_test.py gevent
 
-Or with Eventlet's:
+Or with Eventlet's::
 
 $ python green_framework_test.py eventlet
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymongo-3.0/README.rst new/pymongo-3.0.1/README.rst
--- old/pymongo-3.0/README.rst  2015-04-02 00:41:30.0 +0200
+++ new/pymongo-3.0.1/README.rst2015-04-21 01:03:45.0 +0200
@@ -94,6 +94,18 @@
 - `Monotime `_ adds support for
   a monotonic clock, which improves reliability in environments
   where clock adjustments are frequent. Not needed in Python 3.3+.
+- `wincertstore `_ adds support
+  for verifying server SSL certificates using Windows provided CA
+  certificates on older versions of python. Not needed or used with versions
+  of Python 2 beginning with 2.7.9, or versions of Python 3 beginning with
+  3.4.0.
+- `certifi `_ adds support for
+  using the Mozilla CA bundle with SSL to 

commit s3backer for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package s3backer for openSUSE:Factory 
checked in at 2015-04-25 09:54:22

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


Package is "s3backer"

Changes:

--- /work/SRC/openSUSE:Factory/s3backer/s3backer.changes2013-07-19 
11:14:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.s3backer.new/s3backer.changes   2015-04-25 
11:26:31.0 +0200
@@ -1,0 +2,10 @@
+Fri Apr 17 22:44:36 UTC 2015 - arc...@dellroad.org
+
+- Update to release 1.4.0 
+  + Added support for authentication version 4 (issue #51)
+  + Added support for credentials via IAM role from EC2 meta-data (issue #48)
+  + Fixed bug where `--erase' did not clear the mounted flag
+  + Moved from Google project hosting to GitHub
+  + Fixed compile problem on FreeBSD
+
+---

Old:

  s3backer-1.3.7.tar.gz

New:

  s3backer-1.4.0.tar.gz



Other differences:
--
++ s3backer.spec ++
--- /var/tmp/diff_new_pack.EIMRip/_old  2015-04-25 11:26:32.0 +0200
+++ /var/tmp/diff_new_pack.EIMRip/_new  2015-04-25 11:26:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package s3backer
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright 2008 Archie L. Cobbs.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,13 @@
 
 
 Name:   s3backer
-Version:1.3.7
+Version:1.4.0
 Release:0
 Summary:FUSE-based single file backing store via Amazon S3
 License:GPL-2.0+
 Group:  System/Filesystems
-Source: http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
-Url:http://%{name}.googlecode.com/
+Source: 
https://s3.amazonaws.com/archie-public/%{name}/%{name}-%{version}.tar.gz
+Url:https://github.com/archiecobbs/%{name}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} >= 1100
 BuildRequires:  libcurl-devel >= 7.16.2

++ s3backer-1.3.7.tar.gz -> s3backer-1.4.0.tar.gz ++
 5184 lines of diff (skipped)




commit perl-File-ShareDir-ProjectDistDir for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-File-ShareDir-ProjectDistDir 
for openSUSE:Factory checked in at 2015-04-25 09:54:14

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


Package is "perl-File-ShareDir-ProjectDistDir"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-File-ShareDir-ProjectDistDir/perl-File-ShareDir-ProjectDistDir.changes
  2015-04-23 08:05:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-File-ShareDir-ProjectDistDir.new/perl-File-ShareDir-ProjectDistDir.changes
 2015-04-25 11:26:27.0 +0200
@@ -1,0 +2,10 @@
+Fri Apr 24 15:24:25 UTC 2015 - co...@suse.com
+
+- updated to 1.07
+   see /usr/share/doc/packages/perl-File-ShareDir-ProjectDistDir/Changes
+
+  1.07 2015-04-22T05:48:43Z 274de7d
+   [Documentation]
+   - Apparently I can't link to myself right.
+
+---

Old:

  File-ShareDir-ProjectDistDir-1.06.tar.gz

New:

  File-ShareDir-ProjectDistDir-1.07.tar.gz



Other differences:
--
++ perl-File-ShareDir-ProjectDistDir.spec ++
--- /var/tmp/diff_new_pack.x24lQr/_old  2015-04-25 11:26:27.0 +0200
+++ /var/tmp/diff_new_pack.x24lQr/_new  2015-04-25 11:26:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-File-ShareDir-ProjectDistDir
-Version:1.06
+Version:1.07
 Release:0
 %define cpan_name File-ShareDir-ProjectDistDir
 Summary:Simple set-and-forget using of a '/share' directory in your 
projects root

++ File-ShareDir-ProjectDistDir-1.06.tar.gz -> 
File-ShareDir-ProjectDistDir-1.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-ShareDir-ProjectDistDir-1.06/Changes 
new/File-ShareDir-ProjectDistDir-1.07/Changes
--- old/File-ShareDir-ProjectDistDir-1.06/Changes   2015-04-22 
05:04:41.0 +0200
+++ new/File-ShareDir-ProjectDistDir-1.07/Changes   2015-04-22 
07:49:02.0 +0200
@@ -1,5 +1,9 @@
 Release history for File-ShareDir-ProjectDistDir
 
+1.07 2015-04-22T05:48:43Z 274de7d
+ [Documentation]
+ - Apparently I can't link to myself right.
+
 1.06 2015-04-22T03:04:21Z f2105b9
  [Documentation]
  - Add a deterrent notice.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-ShareDir-ProjectDistDir-1.06/META.json 
new/File-ShareDir-ProjectDistDir-1.07/META.json
--- old/File-ShareDir-ProjectDistDir-1.06/META.json 2015-04-22 
05:04:41.0 +0200
+++ new/File-ShareDir-ProjectDistDir-1.07/META.json 2015-04-22 
07:49:02.0 +0200
@@ -126,7 +126,7 @@
"provides" : {
   "File::ShareDir::ProjectDistDir" : {
  "file" : "lib/File/ShareDir/ProjectDistDir.pm",
- "version" : "1.06"
+ "version" : "1.07"
   }
},
"release_status" : "stable",
@@ -141,7 +141,7 @@
  "web" : "https://github.com/kentnl/File-ShareDir-ProjectDistDir";
   }
},
-   "version" : "1.06",
+   "version" : "1.07",
"x_BuiltWith" : {
   "external_file" : "misc/built_with.json"
},
@@ -603,7 +603,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
   "branch" : null,
   "signed" : 0,
-  "tag" : "1.06-source",
+  "tag" : "1.07-source",
   "tag_format" : "%v-source",
   "tag_message" : "v%v",
   "time_zone" : "local"
@@ -674,7 +674,7 @@
"Dist::Zilla::Plugin::Git::Tag" : {
   "branch" : "releases",
   "signed" : 0,
-  "tag" : "1.06",
+  "tag" : "1.07",
   "tag_format" : "%v",
   "tag_message" : "v%v",
   "time_zone" : "local"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-ShareDir-ProjectDistDir-1.06/META.yml 
new/File-ShareDir-ProjectDistDir-1.07/META.yml
--- old/File-ShareDir-ProjectDistDir-1.06/META.yml  2015-04-22 
05:04:41.0 +0200
+++ new/File-ShareDir-ProjectDistDir-1.07/META.yml  2015-04-22 
07:49:02.0 +0200
@@ -23,7 +23,7 @@
 provides:
   File::ShareDir::ProjectDistDir:
 file: lib/File/ShareDir/ProjectDistDir.pm
-version: '1.06'
+version: '1.07'
 recommends:
   Path::Tiny: '0.058'
 requires:
@@ -40,7 +40,7 @@
   bugtracker: https://github.com/kentnl/File-ShareDir-ProjectDistDir/issues
   homepage: https://github.com/kentnl/File-ShareDir-ProjectDistDir
   repository: https://git

commit python3-blosc for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package python3-blosc for openSUSE:Factory 
checked in at 2015-04-25 09:53:23

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


Package is "python3-blosc"

Changes:

--- /work/SRC/openSUSE:Factory/python3-blosc/python3-blosc.changes  
2014-07-27 08:26:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-blosc.new/python3-blosc.changes 
2015-04-25 11:25:57.0 +0200
@@ -1,0 +2,14 @@
+Thu Apr 23 15:33:17 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 1.2.5:
+  * Updated to c-blosc v1.5.4.
+  * Added wrapper for the expert function set_blocksize. (#72 @esc)
+  * Fix setup.py to allow compilation on posix architectures without
+SSE2. (#70 @andreas-schwab)
+  * Don't release the GIL on compression/decompression (#77 @esc)
+  * Various miscellaneous fixes
+
+---

Old:

  blosc-1.2.4.tar.gz

New:

  blosc-1.2.5.tar.gz



Other differences:
--
++ python3-blosc.spec ++
--- /var/tmp/diff_new_pack.IkVnHG/_old  2015-04-25 11:25:58.0 +0200
+++ /var/tmp/diff_new_pack.IkVnHG/_new  2015-04-25 11:25:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-blosc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -13,18 +13,20 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 Name:   python3-blosc
-Version:1.2.4
+Version:1.2.5
 Release:0
-License:MIT
 Summary:Blosc data compressor for Python
-Url:http://www.blosc.org/
+License:MIT
 Group:  Development/Languages/Python
+Url:http://www.blosc.org/
 Source: 
http://pypi.python.org/packages/source/b/blosc/blosc-%{version}.tar.gz
-BuildRequires:  python3-devel
-BuildRequires:  gcc-c++
 BuildRequires:  blosc-devel
+BuildRequires:  gcc-c++
+BuildRequires:  python3-devel
 Requires:   blosc-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -47,5 +49,4 @@
 %{python3_sitearch}/blosc-%{version}-py*.egg-info
 %{python3_sitearch}/blosc/
 
-
 %changelog

++ blosc-1.2.4.tar.gz -> blosc-1.2.5.tar.gz ++
 8953 lines of diff (skipped)




commit latexila for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package latexila for openSUSE:Factory 
checked in at 2015-04-25 09:53:28

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


Package is "latexila"

Changes:

--- /work/SRC/openSUSE:Factory/latexila/latexila.changes2015-04-13 
20:30:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.latexila.new/latexila.changes   2015-04-25 
11:26:01.0 +0200
@@ -1,0 +2,7 @@
+Sun Apr 19 11:14:09 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.1:
+  + Fix the build with -Werror=format-security.
+  + Important bug fix when deleting several templates at once.
+
+---

Old:

  latexila-3.16.0.tar.xz

New:

  latexila-3.16.1.tar.xz



Other differences:
--
++ latexila.spec ++
--- /var/tmp/diff_new_pack.3bRbii/_old  2015-04-25 11:26:02.0 +0200
+++ /var/tmp/diff_new_pack.3bRbii/_new  2015-04-25 11:26:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   latexila
-Version:3.16.0
+Version:3.16.1
 Release:0
 Summary:Integrated LaTeX Environment for the GNOME desktop
 License:GPL-3.0+

++ latexila-3.16.0.tar.xz -> latexila-3.16.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/latexila-3.16.0/NEWS new/latexila-3.16.1/NEWS
--- old/latexila-3.16.0/NEWS2015-03-25 10:59:53.0 +0100
+++ new/latexila-3.16.1/NEWS2015-04-19 11:08:12.0 +0200
@@ -1,5 +1,10 @@
 LaTeXila NEWS
 
+Release 3.16.1
+--
+* Fix the build with -Werror=format-security (Kalev Lember)
+* Important bug fix when deleting several templates at once
+
 Release 3.16.0
 --
 * Show information about LaTeXila fundraiser
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/latexila-3.16.0/README new/latexila-3.16.1/README
--- old/latexila-3.16.0/README  2015-03-25 11:00:28.0 +0100
+++ new/latexila-3.16.1/README  2015-04-19 11:09:51.0 +0200
@@ -1,7 +1,7 @@
 General Information
 ===
 
-This is the version 3.16.0 of LaTeXila.
+This is the version 3.16.1 of LaTeXila.
 LaTeXila is an Integrated LaTeX Environment for the GNOME desktop.
 
 LaTeXila is released under the GNU General Public License (GPL) version 3 or
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/latexila-3.16.0/aclocal.m4 
new/latexila-3.16.1/aclocal.m4
--- old/latexila-3.16.0/aclocal.m4  2015-03-25 11:00:22.0 +0100
+++ new/latexila-3.16.1/aclocal.m4  2015-04-19 11:09:44.0 +0200
@@ -493,7 +493,7 @@
 
 # gnome-compiler-flags.m4
 #
-# serial 2
+# serial 4
 #
 
 dnl GNOME_COMPILE_WARNINGS
@@ -505,7 +505,7 @@
 dnl Additional warning/error flags can be passed as an optional second 
argument.
 dnl
 dnl For example: GNOME_COMPILE_WARNINGS([maximum],[-Werror=some-flag -Wfoobar])
-AC_DEFUN([GNOME_COMPILE_WARNINGS],[
+AU_DEFUN([GNOME_COMPILE_WARNINGS],[
 dnl **
 dnl More compiler warnings
 dnl **
@@ -542,6 +542,7 @@
 -Werror=format-security \
 -Werror=format=2 \
 -Werror=missing-include-dirs \
+-Werror=return-type \
 "
 
 dnl Additional warning or error flags provided by the module author to
@@ -612,11 +613,14 @@
 
 WARN_CFLAGS="$tested_warning_flags $complCFLAGS"
 AC_SUBST(WARN_CFLAGS)
-])
+],
+[[$0: This macro is deprecated. You should use AX_COMPILER_FLAGS instead and
+eliminate use of --enable-iso-c.
+See: 
http://www.gnu.org/software/autoconf-archive/ax_compiler_flags.html#ax_compiler_flags]])
 
 dnl For C++, do basically the same thing.
 
-AC_DEFUN([GNOME_CXX_WARNINGS],[
+AU_DEFUN([GNOME_CXX_WARNINGS],[
   AC_ARG_ENABLE(cxx-warnings,
 AS_HELP_STRING([--enable-cxx-warnings=@<:@no/minimum/yes@:>@]
[Turn on compiler warnings.]),,
@@ -667,7 +671,10 @@
 
   WARN_CXXFLAGS="$CXXFLAGS $warnCXXFLAGS $complCXXFLAGS"
   AC_SUBST(WARN_CXXFLAGS)
-])
+],
+[[$0: This macro is deprecated. You should use AX_COMPILER_FLAGS instead and
+eliminate use of --enable-iso-cxx.
+See: 
http://www.gnu.org/software/autoconf-archive/ax_compiler_flags.html#ax_compiler_flags]])
 
 dnl GLIB_GSETTINGS
 dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/latexila-3.16.0/configure 
new/latexila-3.16.1/configure
--- old/latexila-3.16.0/configure   2015-03-25 11:00:23.0 +0100
+++ new/latexila-3.16.1/configure   2015-04-19 11:09:45.00

commit xlsatoms for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package xlsatoms for openSUSE:Factory 
checked in at 2015-04-25 09:54:07

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


Package is "xlsatoms"

Changes:

--- /work/SRC/openSUSE:Factory/xlsatoms/xlsatoms.changes2014-02-07 
11:56:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.xlsatoms.new/xlsatoms.changes   2015-04-25 
11:26:22.0 +0200
@@ -1,0 +2,11 @@
+Fri Apr 24 14:57:32 UTC 2015 - sndir...@suse.com
+
+- Update to version 1.1.2:
+  * Combine usage message into single string/call
+  * config: Add missing AC_CONFIG_SRCDIR
+  * configure: Drop AM_MAINTAINER_MODE
+  * autogen.sh: Honor NOCONFIGURE=1
+  * Print which option was in error along with usage message
+  * Add -version option to print program version
+
+---

Old:

  xlsatoms-1.1.1.tar.bz2

New:

  xlsatoms-1.1.2.tar.bz2



Other differences:
--
++ xlsatoms.spec ++
--- /var/tmp/diff_new_pack.7VxJ7P/_old  2015-04-25 11:26:23.0 +0200
+++ /var/tmp/diff_new_pack.7VxJ7P/_new  2015-04-25 11:26:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xlsatoms
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   xlsatoms
-Version:1.1.1
+Version:1.1.2
 Release:0
 Summary:Utility to list interned atoms defined on an X11 server
 License:X11

++ xlsatoms-1.1.1.tar.bz2 -> xlsatoms-1.1.2.tar.bz2 ++
 8295 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xlsatoms-1.1.1/ChangeLog new/xlsatoms-1.1.2/ChangeLog
--- old/xlsatoms-1.1.1/ChangeLog2012-04-01 01:48:50.0 +0200
+++ new/xlsatoms-1.1.2/ChangeLog2015-04-17 08:50:01.0 +0200
@@ -1,3 +1,64 @@
+commit 8b773cc5ccc8568f3b089229b5ae85ebaca94836
+Author: Alan Coopersmith 
+Date:   Thu Apr 16 23:49:40 2015 -0700
+
+xlsatoms 1.1.2
+
+Signed-off-by: Alan Coopersmith 
+
+commit a58064faa6cc5488e514debd3dfc023741d6a9ea
+Author: Alan Coopersmith 
+Date:   Sat May 31 22:43:41 2014 -0700
+
+Add -version option to print program version
+
+Signed-off-by: Alan Coopersmith 
+
+commit d684b13c7b3b8fbdda6d84dae342ad901672eb1c
+Author: Alan Coopersmith 
+Date:   Sat May 31 22:38:12 2014 -0700
+
+Print which option was in error along with usage message
+
+Signed-off-by: Alan Coopersmith 
+
+commit 9bb0fa36540533e776c59c0d33ed3f404956f44a
+Author: Alan Coopersmith 
+Date:   Sat May 31 22:27:59 2014 -0700
+
+autogen.sh: Honor NOCONFIGURE=1
+
+See http://people.gnome.org/~walters/docs/build-api.txt
+
+Signed-off-by: Alan Coopersmith 
+
+commit 0859ea63708679d9e759f3302ef869bf5b657370
+Author: Alan Coopersmith 
+Date:   Sat May 31 22:27:59 2014 -0700
+
+configure: Drop AM_MAINTAINER_MODE
+
+Signed-off-by: Alan Coopersmith 
+
+commit 86dc282447607b0087cfa936f2216fc224d88599
+Author: Alan Coopersmith 
+Date:   Sat May 31 22:27:53 2014 -0700
+
+config: Add missing AC_CONFIG_SRCDIR
+
+Regroup AC statements under the Autoconf initialization section.
+Regroup AM statements under the Automake initialization section.
+
+Signed-off-by: Alan Coopersmith 
+
+commit 7a43915d29ba56cd11d92c89720153fba3e92be4
+Author: Alan Coopersmith 
+Date:   Sat Feb 23 11:35:47 2013 -0800
+
+Combine usage message into single string/call
+
+Signed-off-by: Alan Coopersmith 
+
 commit d828ec2c209ea031891cbc7ab9c9d2f6832ebc4d
 Author: Alan Coopersmith 
 Date:   Sat Mar 31 16:48:11 2012 -0700
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xlsatoms-1.1.1/INSTALL new/xlsatoms-1.1.2/INSTALL
--- old/xlsatoms-1.1.1/INSTALL  2012-04-01 01:48:50.0 +0200
+++ new/xlsatoms-1.1.2/INSTALL  2015-04-17 08:50:01.0 +0200
@@ -1,11 +1,13 @@
 Installation Instructions
 *
 
-C

commit x11perf for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package x11perf for openSUSE:Factory checked 
in at 2015-04-25 09:53:53

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


Package is "x11perf"

Changes:

--- /work/SRC/openSUSE:Factory/x11perf/x11perf.changes  2014-02-07 
11:57:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.x11perf.new/x11perf.changes 2015-04-25 
11:26:15.0 +0200
@@ -1,0 +2,17 @@
+Fri Apr 24 14:10:37 UTC 2015 - sndir...@suse.com
+
+- Update to version 1.6.0:
+  * This release adds one new general option:
+-pause pause for  seconds between each run
+and several new test options:
+-crgb10textChar in 80-char rgb core line (Charter 10)
+-crgb24textChar in 30-char rgb core line (Charter 24)
+-crgbftext Char in 80-char rgb core line (Courier 12)
+-magpixwin10   Scale 5x5 from pixmap to 10x10 window
+-magpixwin100  Scale 50x50 from pixmap to 100x100 window
+-magpixwin500  Scale 250x250 from pixmap to 500x500 window
+-minpixwin10   Scale 10x10 from pixmap to 5x5 window
+-minpixwin100  Scale 100x100 from pixmap to 5x5 window
+-minpixwin500  Scale 500x500 from pixmap to 250x250 window
+
+---

Old:

  x11perf-1.5.4.tar.bz2

New:

  x11perf-1.6.0.tar.bz2



Other differences:
--
++ x11perf.spec ++
--- /var/tmp/diff_new_pack.mYEgCm/_old  2015-04-25 11:26:15.0 +0200
+++ /var/tmp/diff_new_pack.mYEgCm/_new  2015-04-25 11:26:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package x11perf
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   x11perf
-Version:1.5.4
+Version:1.6.0
 Release:0
 Summary:Utility to test X11 server performance
 License:HPND

++ x11perf-1.5.4.tar.bz2 -> x11perf-1.6.0.tar.bz2 ++
 16832 lines of diff (skipped)




commit u-boot for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2015-04-25 09:53:30

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


Package is "u-boot"

Changes:

--- /work/SRC/openSUSE:Factory/u-boot/u-boot-a10-olinuxino-lime.changes 
2015-04-10 10:20:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-a10-olinuxino-lime.changes
2015-04-25 11:26:03.0 +0200
@@ -1,0 +2,15 @@
+Thu Apr 16 08:34:11 UTC 2015 - guilla...@opensuse.org
+
+- update to 2015.04
+- Remove upstreamed patch: 
+  0001-Exynos-Clock-Fix-exynos5_get_periph_rate-for-I2C.patch
+- Follow upstream board rename colibri_t20_iris => colibri_t20
+
+---
+Sun Apr 12 19:49:41 UTC 2015 - xmi...@googlemail.com
+
+- Added support for A13-OLinuXino, A13-OLinuXino-MICRO,
+  A20-OLinuXino-MICRO and A20-OLinuXino-LIME from
+  www.olimex.com
+
+---
New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-a13-olinuxino.changes 
2015-04-25 11:26:03.0 +0200
@@ -0,0 +1,729 @@
+---
+Thu Apr 16 08:34:11 UTC 2015 - guilla...@opensuse.org
+
+- update to 2015.04
+- Remove upstreamed patch: 
+  0001-Exynos-Clock-Fix-exynos5_get_periph_rate-for-I2C.patch
+- Follow upstream board rename colibri_t20_iris => colibri_t20
+
+---
+Sun Apr 12 19:49:41 UTC 2015 - xmi...@googlemail.com
+
+- Added support for A13-OLinuXino, A13-OLinuXino-MICRO,
+  A20-OLinuXino-MICRO and A20-OLinuXino-LIME from
+  www.olimex.com
+
+---
+Thu Apr  9 07:56:40 UTC 2015 - guilla...@opensuse.org
+
+- Remove u-boot-vexpressaemv8a (dropped upstream and we now use EFI)
+
+---
+Thu Apr  2 09:13:49 UTC 2015 - guilla...@opensuse.org
+
+- update to 2015.04-rc5
+
+---
+Mon Mar 23 08:39:40 UTC 2015 - guilla...@opensuse.org
+
+- update to 2015.04-rc4 
+
+---
+Wed Mar  4 15:51:55 UTC 2015 - guilla...@opensuse.org
+
+- Add 0001-Exynos-Clock-Fix-exynos5_get_periph_rate-for-I2C.patch
+  to fix keyboard on Chromebook
+
+---
+Wed Mar  4 15:46:52 UTC 2015 - guilla...@opensuse.org
+
+- update to 2015.04-rc3
+- update patch: drop-marvell.patch
+
+---
+Thu Feb 26 16:48:35 UTC 2015 - guilla...@opensuse.org
+
+- Update add_snow_usb_boot.patch to boot on USB2 instead of USB3
+
+---
+Wed Feb 25 15:47:07 UTC 2015 - guilla...@opensuse.org
+
+- Remove unneeded fix_snow_config.patch
+
+---
+Tue Feb 24 09:48:50 UTC 2015 - guilla...@opensuse.org
+
+- Add rpi2 armv7 board
+
+---
+Fri Feb 20 12:31:38 UTC 2015 - guilla...@opensuse.org
+
+- Update to 2015.04-rc2
+
+---
+Fri Feb 20 10:04:14 UTC 2015 - guilla...@opensuse.org
+
+- Update to 2015.04-rc1
+  * Remove upstreamed patch pcm051-bootscr.patch
+  * Remove no more used patch fix_bootpart_snow_only.patch (now u-boot 
+  scan all known partitions, so no need to set a different boot partition)
+
+---
+Sun Jan 25 20:20:46 UTC 2015 - matwey.korni...@gmail.com
+
+- Enable pcm051rev3 for Phytec Wega board
+  * Add pcm051-bootscr.patch: add bootscript support (upstreamed in 
2015.04-rc1)
+
+---
+Tue Jan 13 14:32:17 UTC 2015 - guilla...@opensuse.org
+
+- Update to 2015.01:
+  * Drop upstreamed patches:
+- 0001-spl-mmc-Fix-raw-boot-mode-related-to-commit.patch
+- fix_sata.patch
+  * Update partially upstreamed mx53loco-bootscr.patch
+
+---
+Tue Dec 16 11:10:23 UTC 2014 - guilla...@opensuse.org
+
+- Backport SPL MMC raw boot mode fix:
+  * 0001-spl-mmc-Fix-raw-boot-mode-related-to-commit.patch
+
+---
+Sat Dec 13 12:12:41 UTC 2014 - xmi...@googlemail.com
+
+- Added support for A20-OLinuXIno-LIME2 and A10-OLinuXino-LIME from
+  www.olimex.com
+
+--

commit perl-Sub-Name for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Sub-Name for openSUSE:Factory 
checked in at 2015-04-25 09:54:18

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


Package is "perl-Sub-Name"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sub-Name/perl-Sub-Name.changes  
2015-04-18 10:39:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Name.new/perl-Sub-Name.changes 
2015-04-25 11:26:28.0 +0200
@@ -1,0 +2,11 @@
+Fri Apr 24 15:52:16 UTC 2015 - co...@suse.com
+
+- updated to 0.14
+   see /usr/share/doc/packages/perl-Sub-Name/Changes
+
+  0.14  2015-04-24 03:26:54Z
+  - remove mandatory dependencies for optional test
+  - mark the test with B::C as TODO, as it seems to fail frequently and
+should not block normal installations
+
+---

Old:

  Sub-Name-0.13.tar.gz

New:

  Sub-Name-0.14.tar.gz



Other differences:
--
++ perl-Sub-Name.spec ++
--- /var/tmp/diff_new_pack.DyYc8u/_old  2015-04-25 11:26:29.0 +0200
+++ /var/tmp/diff_new_pack.DyYc8u/_new  2015-04-25 11:26:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sub-Name
-Version:0.13
+Version:0.14
 Release:0
 %define cpan_name Sub-Name
 Summary:(re)name a sub
@@ -29,7 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Devel::CheckBin)
 BuildRequires:  perl(Test::More) >= 0.88
 %{perl_requires}
 # MANUAL BEGIN

++ Sub-Name-0.13.tar.gz -> Sub-Name-0.14.tar.gz ++
 9008 lines of diff (skipped)




commit xf86-input-libinput for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-libinput for 
openSUSE:Factory checked in at 2015-04-25 09:54:13

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  
2015-04-23 08:05:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-libinput.new/xf86-input-libinput.changes 
2015-04-25 11:26:26.0 +0200
@@ -1,0 +2,14 @@
+Fri Apr 24 15:20:02 UTC 2015 - sndir...@suse.com
+
+- xf86-input-libinput 0.9.0
+  * A couple of cosmetic changes but one addition of a new set of
+properties: properties named "libinput something Default" show
+the libinput default for a device. For example:
+libinput Click Methods Available (284): 1, 1
+libinput Click Method Enabled (285):0, 1
+libinput Click Method Enabled Default (286):1, 0
+This device has software buttons and clickfingers available,
+clickfingers is currently enabled, software buttons is the
+default for this device.
+
+---

Old:

  xf86-input-libinput-0.8.0.tar.bz2

New:

  xf86-input-libinput-0.9.0.tar.bz2



Other differences:
--
++ xf86-input-libinput.spec ++
--- /var/tmp/diff_new_pack.udIBUb/_old  2015-04-25 11:26:26.0 +0200
+++ /var/tmp/diff_new_pack.udIBUb/_new  2015-04-25 11:26:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xf86-input-libinput
-Version:0.8.0
+Version:0.9.0
 Release:0
 Summary:Libinput driver for the Xorg X server
 License:MIT

++ xf86-input-libinput-0.8.0.tar.bz2 -> xf86-input-libinput-0.9.0.tar.bz2 
++
 6997 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-input-libinput-0.8.0/ChangeLog new/xf86-input-libinput-0.9.0/ChangeLog
--- old/xf86-input-libinput-0.8.0/ChangeLog 2015-03-06 06:34:03.0 
+0100
+++ new/xf86-input-libinput-0.9.0/ChangeLog 2015-04-23 04:23:34.0 
+0200
@@ -1,3 +1,63 @@
+commit 446401bea9d0335273963f476e897d8c4916420e
+Author: Peter Hutterer 
+Date:   Thu Apr 23 12:20:12 2015 +1000
+
+xf86-input-libinput 0.9.0
+
+Signed-off-by: Peter Hutterer 
+
+commit 8d4e03570cbdbb53bae57452614cbe45b6eb46f8
+Author: Peter Hutterer 
+Date:   Mon Mar 16 09:33:17 2015 +1000
+
+Add "libinput something Default" properties
+
+A client or xorg.conf setting may change the property but once changed it
+cannot be reset by a client to the original state without knowledge about 
the
+device.
+
+Export the various libinput_...get_default() functions as properties.
+
+https://bugs.freedesktop.org/show_bug.cgi?id=89574
+
+Signed-off-by: Peter Hutterer 
+Reviewed-by: Hans de Goede 
+
+commit 0c5620a29c6f08b824457f5e6ce3c4e25c1c136e
+Author: Peter Hutterer 
+Date:   Mon Mar 16 09:40:36 2015 +1000
+
+Add a helper function for making properties
+
+Signed-off-by: Peter Hutterer 
+Reviewed-by: Hans de Goede 
+
+commit fb50cef7002392eb16537fe8f0cdffbc2ab03a7a
+Author: Peter Hutterer 
+Date:   Wed Mar 18 09:10:38 2015 +1000
+
+man: update the property list in the man page
+
+Signed-off-by: Peter Hutterer 
+
+commit 64a0f870e02f99f2204cc5568c3eea4d8a16e80d
+Author: Peter Hutterer 
+Date:   Wed Mar 18 08:58:59 2015 +1000
+
+Fix a couple of -Wformat warnings
+
+unsigned int vs int
+
+Signed-off-by: Peter Hutterer 
+
+commit e362e4dc4c7662902c3e467d9ef9686bf63acbbd
+Author: Peter Hutterer 
+Date:   Mon Mar 16 10:35:37 2015 +1000
+
+cosmetic: drop duplicate empty lines
+
+Signed-off-by: Peter Hutterer 
+
 commit 7b3b04b5186abf9b3ebb7bc9db1c0bf10635d84c
 Author: Peter Hutterer 
 Date:   Fri Mar 6 15:32:58 2015 +1000
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-input-libinput-0.8.0/configure.ac 
new/xf86-input-libinput-0.9.0/configure.ac
--- old/xf86-input-libinput-0.8.0/configure.ac  2015-03-06 06:32:55.0 
+0100
+++ new/xf86-input-libinput-0.9.0/configur

commit smproxy for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package smproxy for openSUSE:Factory checked 
in at 2015-04-25 09:53:50

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


Package is "smproxy"

Changes:

--- /work/SRC/openSUSE:Factory/smproxy/smproxy.changes  2012-05-08 
12:01:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.smproxy.new/smproxy.changes 2015-04-25 
11:26:13.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 24 14:05:52 UTC 2015 - sndir...@suse.com
+
+- Update to version 1.0.6:
+  * This minor maintenance release provides assorted build
+configuration improvements and janitorial clenaups. 
+
+---

Old:

  smproxy-1.0.5.tar.bz2

New:

  smproxy-1.0.6.tar.bz2



Other differences:
--
++ smproxy.spec ++
--- /var/tmp/diff_new_pack.HqAoYe/_old  2015-04-25 11:26:13.0 +0200
+++ /var/tmp/diff_new_pack.HqAoYe/_new  2015-04-25 11:26:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package smproxy
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   smproxy
-Version:1.0.5
+Version:1.0.6
 Release:0
-License:MIT
 Summary:X Session Manager Proxy
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(ice)

++ smproxy-1.0.5.tar.bz2 -> smproxy-1.0.6.tar.bz2 ++
 15844 lines of diff (skipped)




commit xournal for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package xournal for openSUSE:Factory checked 
in at 2015-04-25 09:53:18

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


Package is "xournal"

Changes:

--- /work/SRC/openSUSE:Factory/xournal/xournal.changes  2015-03-05 
18:17:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.xournal.new/xournal.changes 2015-04-25 
11:25:55.0 +0200
@@ -0,0 +1,5 @@
+Sun Mar 22 20:00:03 UTC 2015 - r...@fthiessen.de
+---
+
+- Improved spec file (requirements)
+



Other differences:
--
++ xournal.spec ++
--- /var/tmp/diff_new_pack.PkUpkR/_old  2015-04-25 11:25:55.0 +0200
+++ /var/tmp/diff_new_pack.PkUpkR/_new  2015-04-25 11:25:55.0 +0200
@@ -31,12 +31,15 @@
 Patch1: %{name}-german-translation.patch
 Patch2: %{name}-Improve-window-title.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  automake
+BuildRequires:  automake >= 1.11.2
 BuildRequires:  gtk2-devel
 BuildRequires:  libgnomecanvas-devel
-BuildRequires:  libpoppler-glib-devel
 %if 0%{?suse_version}
+BuildRequires:  libpoppler-glib-devel
 BuildRequires:  update-desktop-files
+%else
+# E.g. Fedora etc. use other package name
+BuildRequires:  poppler-glib-devel
 %endif
 
 %description





commit xmag for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package xmag for openSUSE:Factory checked in 
at 2015-04-25 09:54:09

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


Package is "xmag"

Changes:

--- /work/SRC/openSUSE:Factory/xmag/xmag.changes2014-02-07 
11:57:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.xmag.new/xmag.changes   2015-04-25 
11:26:24.0 +0200
@@ -1,0 +2,11 @@
+Fri Apr 24 15:03:47 UTC 2015 - sndir...@suse.com
+
+- Update to version 1.0.6:
+  * config: Add missing AC_CONFIG_SRCDIR
+  * configure: Drop AM_MAINTAINER_MODE
+  * autogen.sh: Honor NOCONFIGURE=1
+  * Fix typos & wording issues in source comments
+  * Convert sprintf to snprintf
+  * Delete trailing whitespace from *.[ch] files
+
+---

Old:

  xmag-1.0.5.tar.bz2

New:

  xmag-1.0.6.tar.bz2



Other differences:
--
++ xmag.spec ++
--- /var/tmp/diff_new_pack.Indcid/_old  2015-04-25 11:26:24.0 +0200
+++ /var/tmp/diff_new_pack.Indcid/_new  2015-04-25 11:26:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmag
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   xmag
-Version:1.0.5
+Version:1.0.6
 Release:0
 Summary:Screen magnifier
 License:X11

++ xmag-1.0.5.tar.bz2 -> xmag-1.0.6.tar.bz2 ++
 9558 lines of diff (skipped)





commit xlsfonts for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package xlsfonts for openSUSE:Factory 
checked in at 2015-04-25 09:54:08

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


Package is "xlsfonts"

Changes:

--- /work/SRC/openSUSE:Factory/xlsfonts/xlsfonts.changes2014-02-15 
08:07:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.xlsfonts.new/xlsfonts.changes   2015-04-25 
11:26:23.0 +0200
@@ -1,0 +2,11 @@
+Fri Apr 24 14:59:10 UTC 2015 - sndir...@suse.com
+
+- Update to version 1.0.5:
+  * config: Add missing AC_CONFIG_SRCDIR
+  * configure: Drop AM_MAINTAINER_MODE
+  * autogen.sh: Honor NOCONFIGURE=1
+  * Print which option was in error along with usage message
+  * Add -version option to print program version
+  * Remove old CVS id tags
+
+---

Old:

  xlsfonts-1.0.4.tar.bz2

New:

  xlsfonts-1.0.5.tar.bz2



Other differences:
--
++ xlsfonts.spec ++
--- /var/tmp/diff_new_pack.wRwHl4/_old  2015-04-25 11:26:23.0 +0200
+++ /var/tmp/diff_new_pack.wRwHl4/_new  2015-04-25 11:26:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xlsfonts
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   xlsfonts
-Version:1.0.4
+Version:1.0.5
 Release:0
 Summary:Utility to list fonts available from an X server
 License:X11

++ xlsfonts-1.0.4.tar.bz2 -> xlsfonts-1.0.5.tar.bz2 ++
 8064 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xlsfonts-1.0.4/ChangeLog new/xlsfonts-1.0.5/ChangeLog
--- old/xlsfonts-1.0.4/ChangeLog2012-04-17 01:55:37.0 +0200
+++ new/xlsfonts-1.0.5/ChangeLog2015-04-17 08:52:47.0 +0200
@@ -1,3 +1,64 @@
+commit 277fe499b981f354b29116d0a930599ad02978f8
+Author: Alan Coopersmith 
+Date:   Thu Apr 16 23:52:15 2015 -0700
+
+xlsfonts 1.0.5
+
+Signed-off-by: Alan Coopersmith 
+
+commit 1e9f5766ab5a70da286f5271aa63901956517086
+Author: Alan Coopersmith 
+Date:   Sat May 31 23:22:35 2014 -0700
+
+Remove old CVS id tags
+
+Signed-off-by: Alan Coopersmith 
+
+commit de4d0b6138f35acd12d1206cdd292376418a02c1
+Author: Alan Coopersmith 
+Date:   Sat May 31 23:20:51 2014 -0700
+
+Add -version option to print program version
+
+Signed-off-by: Alan Coopersmith 
+
+commit a0b3cf16cdd208ca9b0c86631999df047cbe8817
+Author: Alan Coopersmith 
+Date:   Sat May 31 23:15:25 2014 -0700
+
+Print which option was in error along with usage message
+
+Signed-off-by: Alan Coopersmith 
+
+commit f37a5d583909db89059826cf3dcfe24e7b95164e
+Author: Alan Coopersmith 
+Date:   Sat May 31 22:57:15 2014 -0700
+
+autogen.sh: Honor NOCONFIGURE=1
+
+See http://people.gnome.org/~walters/docs/build-api.txt
+
+Signed-off-by: Alan Coopersmith 
+
+commit e3bf732adf41f30b40343bf974461ea8f34f4475
+Author: Alan Coopersmith 
+Date:   Sat May 31 22:57:15 2014 -0700
+
+configure: Drop AM_MAINTAINER_MODE
+
+Signed-off-by: Alan Coopersmith 
+
+commit 90e1f25565badf90b5d73cbfdbd42be5601ab304
+Author: Alan Coopersmith 
+Date:   Sat May 31 22:56:59 2014 -0700
+
+config: Add missing AC_CONFIG_SRCDIR
+
+Regroup AC statements under the Autoconf initialization section.
+Regroup AM statements under the Automake initialization section.
+
+Signed-off-by: Alan Coopersmith 
+
 commit 87ffdc226daff7b6999fb36ac36c45fffd3e8980
 Author: Alan Coopersmith 
 Date:   Mon Apr 16 16:52:41 2012 -0700
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xlsfonts-1.0.4/INSTALL new/xlsfonts-1.0.5/INSTALL
--- old/xlsfonts-1.0.4/INSTALL  2012-04-17 01:55:37.0 +0200
+++ new/xlsfonts-1.0.5/INSTALL  2015-04-17 08:52:47.0 +0200
@@ -1,11 +1,13 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002

commit freeradius-client for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package freeradius-client for 
openSUSE:Factory checked in at 2015-04-25 09:53:46

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


Package is "freeradius-client"

Changes:

--- /work/SRC/openSUSE:Factory/freeradius-client/freeradius-client.changes  
2012-02-16 12:20:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.freeradius-client.new/freeradius-client.changes 
2015-04-25 11:26:11.0 +0200
@@ -1,0 +2,25 @@
+Thu Apr 23 15:13:18 UTC 2015 - vci...@suse.com
+
+- update to 1.1.7:
+  * Allow "configure --with-nettle" to use nettle MD5 implementation. Patch 
from Nikos Mavrogiannopoulos.
+  * Clean up generation of random numbers. Patch from Nikos Mavrogiannopoulos.
+  * Update BSD license as permitted by Christos Zoulas.
+  * Define PW_MAX_MSG_SIZE for maximum message sice. Patch from Nikos 
Mavrogiannopoulos.
+  * Allow the dictionary file parser to understand BEGIN-VENDOR / END-VENDOR 
as with FreeRADIUS server. Patch from Nikos Mavrogiannopoulos.
+  * Added support for IPv6. Patch from Nikos Mavrogiannopoulos.
+  * Don't crash if a config option is unset. Patch from Nikos 
Mavrogiannopoulos.
+  * Fix encoding of "date" attributes. Patch from Christian Schoch.
+  * Build fixes from Sven Neuhaus, Ghennadi Procopciuc, Daniel Pocock, and 
gureedo.
+  * Fix memory leaks. Patches from Alex Massover, William King, gureedo, and 
FreeSWITCH.
+  * Fixes to retry algorithm. Patch from Lewis Adam.
+  * Zero out secret fields. Patch from Scott Neugroschl.
+  * Update the dictionaries. Patches from Bogdan-Andrei Iancu and gureedo.
+  * Make the library thread-safe. Based on a patch from Alex Massover.
+  * Made rc_avpair_log thread-safe by using a buffer supplied by the caller. 
Patch from Alex Massover.
+  * Removed lock file for sequence number. It isn't needed.
+  * Use poll() where possible to avoid issues with FD_SETSIZE. Patch from 
Alfred E. Heggestad.
+  * Set Acct-Delay-Time in Accounting-Request packets. Patch from Alfred E. 
Heggestad.
+- add freeradius-client-missing_size_t_definition.patch to fix
+  build on 13.2
+
+---

Old:

  freeradius-client-1.1.6.tar.bz2

New:

  freeradius-client-1.1.7.tar.gz
  freeradius-client-missing_size_t_definition.patch



Other differences:
--
++ freeradius-client.spec ++
--- /var/tmp/diff_new_pack.RRmeEp/_old  2015-04-25 11:26:12.0 +0200
+++ /var/tmp/diff_new_pack.RRmeEp/_new  2015-04-25 11:26:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package freeradius-client
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,17 +17,21 @@
 
 
 Name:   freeradius-client
+Version:1.1.7
+Release:0
 Summary:FreeRADIUS Client Software
 License:BSD-2-Clause
 Group:  Productivity/Networking/Radius/Clients
-Version:1.1.6
-Release:0
-Obsoletes:  radiusclient radiusclient-ng
 Url:http://www.freeradius.org/freeradius-client/
-Source0:%{name}-%{version}.tar.bz2
+Source: 
ftp://ftp.freeradius.org/pub/freeradius/%{name}-%{version}.tar.gz
 Source1:README.SUSE
 Source2:login.example
+Patch:  freeradius-client-missing_size_t_definition.patch
+BuildRequires:  libnettle-devel
 BuildRequires:  libtool
+BuildRequires:  pkg-config
+Obsoletes:  radiusclient
+Obsoletes:  radiusclient-ng
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -35,26 +39,16 @@
 developing free and commercial software that need support for a RADIUS
 protocol (RFCs 2128 and 2139).
 
-
-
-Authors:
-
-Peter Nixon 
-
 %package libs
 Summary:Shared library of FreeRADIUS Client
+Group:  Productivity/Networking/Radius/Clients
 
 %description libs
 The package contains the shared library of FreeRADIUS Client
 
-
-
-Authors:
-
-Peter Nixon 
-
 %package devel
 Summary:Header files, libraries and development documentation for 
freeradius-client
+Group:  Productivity/Networking/Radius/Clients
 Requires:   %{name}-libs = %{version} glibc-devel
 
 %description devel
@@ -63,45 +57,38 @@
 freeradius-client-devel if you want to develop applications using
 freeradius-client.
 
-
-
-Authors:
-
-Peter Nixon 
-
 %prep
 %setup -q
+%patch -p1
 find -type d -name CVS -print | xargs rm -rf
-cp %{S:1} .
-cp %{S:2} login.radius
+cp %{SO

commit perl-constant-defer for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-constant-defer for 
openSUSE:Factory checked in at 2015-04-25 09:53:26

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


Package is "perl-constant-defer"

Changes:

--- /work/SRC/openSUSE:Factory/perl-constant-defer/perl-constant-defer.changes  
2015-04-23 19:42:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-constant-defer.new/perl-constant-defer.changes 
2015-04-25 11:26:00.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 23 17:54:26 UTC 2015 - co...@suse.com
+
+- add the license to cpanspec.yml
+
+---

New:

  cpanspec.yml



Other differences:
--
++ perl-constant-defer.spec ++
--- /var/tmp/diff_new_pack.o1r2zD/_old  2015-04-25 11:26:01.0 +0200
+++ /var/tmp/diff_new_pack.o1r2zD/_new  2015-04-25 11:26:01.0 +0200
@@ -19,12 +19,14 @@
 Name:   perl-constant-defer
 Version:6
 Release:0
+#Upstream: GPL-1.0+
 %define cpan_name constant-defer
-Summary:Constant subs with deferred value calculation
+Summary:Constant Subs with Deferred Value Calculation
 License:GPL-3.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/constant-defer/
-Source: 
http://www.cpan.org/authors/id/K/KR/KRYDE/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/K/KR/KRYDE/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
license: GPL-3.0+
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag
#ignore_requires: Bizarre::Module



commit twm for openSUSE:Factory

2015-04-25 Thread h_root


bincQ7ievvOkw.bin
Description: Binary data


commit collectl for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package collectl for openSUSE:Factory 
checked in at 2015-04-25 09:53:14

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


Package is "collectl"

Changes:

--- /work/SRC/openSUSE:Factory/collectl/collectl.changes2014-09-26 
11:21:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.collectl.new/collectl.changes   2015-04-25 
11:25:50.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 20 13:42:38 UTC 2015 - mplus...@suse.com
+
+- Update to 4.0.0
+  * for a complete list of changes see RELEASE-collectl
+- Cleanup spec-file with spec-cleaner
+- Use url for source
+- Fix broken rcservice symlink
+- Add ommited systemd service pre macro
+
+---

Old:

  collectl-3.7.4.src.tar.gz

New:

  collectl-4.0.0.src.tar.gz



Other differences:
--
++ collectl.spec ++
--- /var/tmp/diff_new_pack.M9tnNK/_old  2015-04-25 11:25:50.0 +0200
+++ /var/tmp/diff_new_pack.M9tnNK/_new  2015-04-25 11:25:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package collectl
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,18 +17,18 @@
 
 
 Name:   collectl
+Version:4.0.0
+Release:0
 Summary:Collects data that describes the current system status
 License:Artistic-1.0 and GPL-2.0+
 Group:  System/Monitoring
 Url:http://collectl.sourceforge.net
-Version:3.7.4
-Release:0
-Source0:%name-%version.src.tar.gz
+Source0:
http://sourceforge.net/projects/collectl/files/collectl/%{name}-%{version}/%{name}-%{version}.src.tar.gz
 Source1:collectl.service
 Source2:collectl.sysconfig
 BuildRequires:  pkgconfig(systemd)
-%{?systemd_requires}
 BuildArch:  noarch
+%{?systemd_requires}
 
 %description
 Unlike most monitoring tools that either focus on a small set of
@@ -42,26 +42,30 @@
 
 %install
 # Install collectl in /usr/bin and link it in /usr/sbin
-install -m 755 -D collectl.pl %buildroot%_bindir/collectl
-mkdir -p %buildroot/%_sbindir
-ln -s  %_bindir/collectl %buildroot/%_sbindir/collectl
-install -m 644 -D collectl.conf %buildroot/%_sysconfdir/collectl.conf
-install -D formatit.ph %buildroot%_datadir/%name/formatit.ph
-install -D lexpr.ph %buildroot%_datadir/%name/lexpr.ph
-install -D gexpr.ph %buildroot%_datadir/%name/gexpr.ph
-install -D misc.ph %buildroot%_datadir/%name/misc.ph
-install -D hello.ph %buildroot%_datadir/%name/hello.ph
-install -D graphite.ph %buildroot%_datadir/%name/graphite.ph
-install -D vmstat.ph %buildroot%_datadir/%name/vmstat.ph
-install -m 755 -D %{SOURCE1} %buildroot/%{_unitdir}/collectl.service
-ln -sf /sbin/service %{buildroot}/usr/sbin/rccollectl
-install -m 644 -D %{SOURCE2} 
%buildroot/var/adm/fillup-templates/sysconfig.collectl
-install -m 644 -D man1/collectl.1 %buildroot%_mandir/man1/collectl.1 
+install -m 755 -D collectl %{buildroot}%{_bindir}/collectl
+mkdir -p %{buildroot}/%{_sbindir}
+ln -s  %{_bindir}/collectl %{buildroot}/%{_sbindir}/collectl
+install -m 644 -D collectl.conf %{buildroot}/%{_sysconfdir}/collectl.conf
+install -D formatit.ph %{buildroot}%{_datadir}/%{name}/formatit.ph
+install -D lexpr.ph %{buildroot}%{_datadir}/%{name}/lexpr.ph
+install -D gexpr.ph %{buildroot}%{_datadir}/%{name}/gexpr.ph
+install -D misc.ph %{buildroot}%{_datadir}/%{name}/misc.ph
+install -D hello.ph %{buildroot}%{_datadir}/%{name}/hello.ph
+install -D graphite.ph %{buildroot}%{_datadir}/%{name}/graphite.ph
+install -D vmstat.ph %{buildroot}%{_datadir}/%{name}/vmstat.ph
+install -m 755 -D %{SOURCE1} %{buildroot}/%{_unitdir}/collectl.service
+ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rccollectl
+install -m 644 -D %{SOURCE2} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.collectl
+install -m 644 -D man1/collectl.1 %{buildroot}%{_mandir}/man1/collectl.1
 
 %post
-%{fillup_only}
+%fillup_only
 %service_add_post %{name}.service
 
+%pre
+%fillup_only
+%service_add_pre %{name}.service
+
 %preun
 %service_del_preun %{name}.service
 
@@ -72,12 +76,12 @@
 %defattr(-,root,root)
 %doc docs/* COPYING ARTISTIC GPL README RELEASE-collectl
 %{_unitdir}/collectl.service
-/var/adm/fillup-templates/sysconfig.collectl
-%config(noreplace) %_sysconfdir/collectl.conf
-%_bindir/collectl
-%_sbindir/collectl
-%_sbindir/rccollectl
-%_datadir/collectl
-%_mandir/man1/collectl.1.gz
+%{_localstatedir}/adm/fillup-templates/sysconfig.collectl
+%config(no

commit rubygem-colorize for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-colorize for 
openSUSE:Factory checked in at 2015-04-25 09:53:11

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


Package is "rubygem-colorize"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-colorize/rubygem-colorize.changes
2015-02-16 21:13:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-colorize.new/rubygem-colorize.changes   
2015-04-25 11:25:48.0 +0200
@@ -1,0 +2,12 @@
+Thu Apr 23 08:07:20 UTC 2015 - co...@suse.com
+
+- updated to version 0.7.7
+ see installed CHANGELOG
+
+  == 0.7.7 / 2015-04-19
+* update gems
+  
+  == 0.7.6 / 2015-04-18
+* fix bugs
+
+---

Old:

  colorize-0.7.5.gem

New:

  colorize-0.7.7.gem



Other differences:
--
++ rubygem-colorize.spec ++
--- /var/tmp/diff_new_pack.xXwToW/_old  2015-04-25 11:25:48.0 +0200
+++ /var/tmp/diff_new_pack.xXwToW/_new  2015-04-25 11:25:48.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-colorize
-Version:0.7.5
+Version:0.7.7
 Release:0
 %define mod_name colorize
 %define mod_full_name %{mod_name}-%{version}

++ colorize-0.7.5.gem -> colorize-0.7.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG new/CHANGELOG
--- old/CHANGELOG   2014-12-16 18:20:03.0 +0100
+++ new/CHANGELOG   2015-04-19 10:54:25.0 +0200
@@ -1,3 +1,9 @@
+== 0.7.7 / 2015-04-19
+  * update gems
+
+== 0.7.6 / 2015-04-18
+  * fix bugs
+
 == 0.7.5 / 2014-12-11
   * big code refactoring
   * disable_colorization feature added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2014-12-16 18:20:03.0 +0100
+++ new/README.md   2015-04-19 10:54:25.0 +0200
@@ -1,11 +1,11 @@
-colorize [![Gem 
Version](https://badge.fury.io/rb/colorize.svg)](http://badge.fury.io/rb/colorize)
 [![Build 
Status](https://travis-ci.org/fazibear/colorize.svg?branch=master)](https://travis-ci.org/fazibear/colorize)
 [![Code 
Climate](https://codeclimate.com/github/fazibear/colorize/badges/gpa.svg)](https://codeclimate.com/github/fazibear/colorize)
+colorize [![Gem 
Version](https://badge.fury.io/rb/colorize.svg)](http://badge.fury.io/rb/colorize)
 [![Build 
Status](https://travis-ci.org/fazibear/colorize.svg?branch=master)](https://travis-ci.org/fazibear/colorize)
 [![Code 
Climate](https://codeclimate.com/github/fazibear/colorize/badges/gpa.svg)](https://codeclimate.com/github/fazibear/colorize)
 [![Test 
Coverage](https://codeclimate.com/github/fazibear/colorize/badges/coverage.svg)](https://codeclimate.com/github/fazibear/colorize)
 
-  
+
 Ruby String class extension. Adds methods to set text color, background color 
and, text effects on ruby console and command line output, using ANSI escape 
sequences.
 
 features
 
-  
+
 * change string color
 * change string background
 * change string effect
@@ -15,27 +15,31 @@
 
 Some usage samples:
 
-puts "This is blue".colorize(:blue)
-puts "This is light blue".colorize(:light_blue)
-puts "This is also blue".colorize(:color => :blue)
-puts "This is light blue with red background".colorize(:color => 
:light_blue, :background => :red)
-puts "This is light blue with red background".colorize(:light_blue 
).colorize( :background => :red)
-puts "This is blue text on red".blue.on_red
-puts "This is red on blue".colorize(:red).on_blue
-puts "This is red on blue and underline".colorize(:red).on_blue.underline
-puts "This is blue text on red".blue.on_red.blink
-puts "This is uncolorized".blue.on_red.uncolorize
+```ruby
+puts "This is blue".colorize(:blue)
+puts "This is light blue".colorize(:light_blue)
+puts "This is also blue".colorize(:color => :blue)
+puts "This is light blue with red background".colorize(:color => :light_blue, 
:background => :red)
+puts "This is light blue with red background".colorize(:light_blue ).colorize( 
:background => :red)
+puts "This is blue text on red".blue.on_red
+puts "This is red on blue".colorize(:red).on_blue
+puts "This is red on blue and underline".colorize(:red).on_blue.underline
+puts "This is blue text on red".blue.on_red.blink
+puts "This is uncolorized".blue.on_red.uncolorize
+```
 
 Class methods:
 
-String.colors   - return array of all possible colors 
names
-String.modes- return array of all possible modes
-String.color_samples- displays color samples in all 
combin

commit xditview for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package xditview for openSUSE:Factory 
checked in at 2015-04-25 09:54:00

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


Package is "xditview"

Changes:

--- /work/SRC/openSUSE:Factory/xditview/xditview.changes2013-01-22 
18:05:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.xditview.new/xditview.changes   2015-04-25 
11:26:17.0 +0200
@@ -1,0 +2,16 @@
+Fri Apr 24 14:38:54 UTC 2015 - sndir...@suse.com
+
+- Update to version 1.0.4:
+  * Close file leak when fdopen() fails in OpenFile()
+  * Convert sprintf calls to snprintf
+  * config: Add missing AC_CONFIG_SRCDIR
+  * configure: Drop AM_MAINTAINER_MODE
+  * autogen.sh: Honor NOCONFIGURE=1
+  * Const cleanup
+  * unifdef -UNOTDEF -UNOTUSED
+  * Remove #if 0 code
+  * Combine usage message strings
+  * Remove CVS/RCS $Id tags
+  * Use SEEK_* names instead of raw numbers for fseek whence argument
+
+---

Old:

  xditview-1.0.3.tar.bz2

New:

  xditview-1.0.4.tar.bz2



Other differences:
--
++ xditview.spec ++
--- /var/tmp/diff_new_pack.0UTi0O/_old  2015-04-25 11:26:18.0 +0200
+++ /var/tmp/diff_new_pack.0UTi0O/_new  2015-04-25 11:26:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xditview
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   xditview
-Version:1.0.3
+Version:1.0.4
 Release:0
 Summary:Utility to display ditroff output
 License:MIT

++ xditview-1.0.3.tar.bz2 -> xditview-1.0.4.tar.bz2 ++
 8745 lines of diff (skipped)




commit python3-numexpr for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package python3-numexpr for openSUSE:Factory 
checked in at 2015-04-25 09:53:21

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


Package is "python3-numexpr"

Changes:

--- /work/SRC/openSUSE:Factory/python3-numexpr/python3-numexpr.changes  
2015-04-15 16:25:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-numexpr.new/python3-numexpr.changes 
2015-04-25 11:25:57.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr 23 15:28:19 UTC 2015 - a...@gmx.de
+
+- update to version 2.4.2:
+  * Improved setup.py so that pip can query the name and version
+without actually doing the installation. Thanks to Joris
+Borgdorff.
+
+---

Old:

  numexpr-2.4.1.tar.gz

New:

  numexpr-2.4.2.tar.gz



Other differences:
--
++ python3-numexpr.spec ++
--- /var/tmp/diff_new_pack.ZgySgX/_old  2015-04-25 11:25:57.0 +0200
+++ /var/tmp/diff_new_pack.ZgySgX/_new  2015-04-25 11:25:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-numexpr
-Version:2.4.1
+Version:2.4.2
 Release:0
 Url:https://github.com/pydata/numexpr
 Summary:Fast numerical expression evaluator for NumPy

++ numexpr-2.4.1.tar.gz -> numexpr-2.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/numexpr-2.4.1/ANNOUNCE.rst 
new/numexpr-2.4.2/ANNOUNCE.rst
--- old/numexpr-2.4.1/ANNOUNCE.rst  2015-04-14 17:58:52.0 +0200
+++ new/numexpr-2.4.2/ANNOUNCE.rst  2015-04-22 10:38:27.0 +0200
@@ -1,5 +1,5 @@
 =
- Announcing Numexpr 2.4.1
+ Announcing Numexpr 2.4.2
 =
 
 Numexpr is a fast numerical expression evaluator for NumPy.  With it,
@@ -21,8 +21,9 @@
 What's new
 ==
 
-In this version there is improved support for newer MKL library as well
-as other minor improvements.  This version is meant for production.
+This is a maintenance release where basically setup.py has been
+improved so that pip can query the name and version without actually
+doing the installation.  Thanks to Joris Borgdorff.
 
 In case you want to know more in detail what has changed in this
 version, see:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/numexpr-2.4.1/PKG-INFO new/numexpr-2.4.2/PKG-INFO
--- old/numexpr-2.4.1/PKG-INFO  2015-04-14 18:01:33.0 +0200
+++ new/numexpr-2.4.2/PKG-INFO  2015-04-22 10:45:06.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: numexpr
-Version: 2.4.1
+Version: 2.4.2
 Summary: Fast numerical expression evaluator for NumPy
 Home-page: https://github.com/pydata/numexpr
 Author: David M. Cooke, Francesc Alted and others
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/numexpr-2.4.1/RELEASE_NOTES.rst 
new/numexpr-2.4.2/RELEASE_NOTES.rst
--- old/numexpr-2.4.1/RELEASE_NOTES.rst 2015-04-14 17:55:19.0 +0200
+++ new/numexpr-2.4.2/RELEASE_NOTES.rst 2015-04-21 18:18:02.0 +0200
@@ -2,6 +2,13 @@
  Release notes for Numexpr 2.4 series
 ==
 
+Changes from 2.4.1 to 2.4.2
+===
+
+* Improved setup.py so that pip can query the name and version without
+  actually doing the installation.  Thanks to Joris Borgdorff.
+
+
 Changes from 2.4 to 2.4.1
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/numexpr-2.4.1/numexpr/version.py 
new/numexpr-2.4.2/numexpr/version.py
--- old/numexpr-2.4.1/numexpr/version.py2015-04-14 18:00:35.0 
+0200
+++ new/numexpr-2.4.2/numexpr/version.py2015-04-22 10:40:28.0 
+0200
@@ -8,20 +8,4 @@
 #  rights to use.
 
 
-version = '2.4.1'
-release = True
-
-if not release:
-version += '.dev'
-import os
-
-svn_version_file = os.path.join(os.path.dirname(__file__),
-'__svn_version__.py')
-if os.path.isfile(svn_version_file):
-import imp
-
-svn = imp.load_module('numexpr.__svn_version__',
-  open(svn_version_file),
-  svn_version_file,
-  ('.py', 'U', 1))
-version += svn.version
+version = '2.4.2'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/numexpr-2.4.1/numexpr.egg-info/PKG-INFO 
new/numexpr-2.4.2/numexpr.egg-info/PKG-INFO
--- old/numexpr-2.4.1/numexpr.egg-info/PKG-I

commit python3-pyzmq for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2015-04-25 09:54:21

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


Package is "python3-pyzmq"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2015-01-25 21:15:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2015-04-25 11:26:30.0 +0200
@@ -1,0 +2,14 @@
+Fri Apr 24 16:37:30 UTC 2015 - a...@gmx.de
+
+- update to version 14.6.0:
+  * Changes:
++ improvements in :meth:`zmq.Socket.bind_to_random_port`:
+  o use system to allocate ports by default
+  o catch EACCES on Windows
++ include libsodium when building bundled libzmq on Windows (includes 
wheels on PyPI)
++ pyzmq no longer bundles external libzmq when making a bdist. You can use 
delocate to do this.
+  * Bugfixes:
++ add missing :attr:`ndim` on memoryviews of Frames
++ allow :func:`copy.copy` and :func:`copy.deepcopy` on Sockets, Contexts
+
+---

Old:

  pyzmq-14.5.0.tar.gz

New:

  pyzmq-14.6.0.tar.gz



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.87OC2t/_old  2015-04-25 11:26:30.0 +0200
+++ /var/tmp/diff_new_pack.87OC2t/_new  2015-04-25 11:26:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pyzmq
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   python3-pyzmq
-Version:14.5.0
+Version:14.6.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+

++ pyzmq-14.5.0.tar.gz -> pyzmq-14.6.0.tar.gz ++
 9118 lines of diff (skipped)




commit python3-aiohttp for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2015-04-25 09:53:19

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


Package is "python3-aiohttp"

Changes:

--- /work/SRC/openSUSE:Factory/python3-aiohttp/python3-aiohttp.changes  
2015-04-23 08:03:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2015-04-25 11:25:55.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr 23 15:27:14 UTC 2015 - a...@gmx.de
+
+- update to version 0.15.3:
+  * Fix graceful shutdown handling
+  * Fix Expect header handling for not found and not allowed routes
+#340
+
+---

Old:

  aiohttp-0.15.2.tar.gz

New:

  aiohttp-0.15.3.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.ZyT1Nf/_old  2015-04-25 11:25:56.0 +0200
+++ /var/tmp/diff_new_pack.ZyT1Nf/_new  2015-04-25 11:25:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.15.2
+Version:0.15.3
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.15.2.tar.gz -> aiohttp-0.15.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.15.2/CHANGES.txt 
new/aiohttp-0.15.3/CHANGES.txt
--- old/aiohttp-0.15.2/CHANGES.txt  2015-04-19 05:52:36.0 +0200
+++ new/aiohttp-0.15.3/CHANGES.txt  2015-04-22 18:51:31.0 +0200
@@ -1,6 +1,14 @@
 CHANGES
 ===
 
+0.15.3 (04-22-2015)
+---
+
+- Fix graceful shutdown handling
+
+- Fix `Expect` header handling for not found and not allowed routes #340
+
+
 0.15.2 (04-19-2015)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.15.2/PKG-INFO new/aiohttp-0.15.3/PKG-INFO
--- old/aiohttp-0.15.2/PKG-INFO 2015-04-19 05:53:43.0 +0200
+++ new/aiohttp-0.15.3/PKG-INFO 2015-04-22 18:56:33.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: aiohttp
-Version: 0.15.2
+Version: 0.15.3
 Summary: http client/server for asyncio
 Home-page: https://github.com/KeepSafe/aiohttp/
 Author: Nikolay Kim
@@ -146,6 +146,14 @@
 CHANGES
 ===
 
+0.15.3 (04-22-2015)
+---
+
+- Fix graceful shutdown handling
+
+- Fix `Expect` header handling for not found and not allowed routes 
#340
+
+
 0.15.2 (04-19-2015)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.15.2/aiohttp/__init__.py 
new/aiohttp-0.15.3/aiohttp/__init__.py
--- old/aiohttp-0.15.2/aiohttp/__init__.py  2015-04-19 05:52:36.0 
+0200
+++ new/aiohttp-0.15.3/aiohttp/__init__.py  2015-04-22 18:50:05.0 
+0200
@@ -1,6 +1,6 @@
 # This relies on each of the submodules having an __all__ variable.
 
-__version__ = '0.15.2'
+__version__ = '0.15.3'
 
 
 from . import hdrs  # noqa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.15.2/aiohttp/protocol.py 
new/aiohttp-0.15.3/aiohttp/protocol.py
--- old/aiohttp-0.15.2/aiohttp/protocol.py  2015-04-15 21:28:42.0 
+0200
+++ new/aiohttp-0.15.3/aiohttp/protocol.py  2015-04-21 01:28:03.0 
+0200
@@ -28,6 +28,7 @@
 CONTINUATION = (' ', '\t')
 EOF_MARKER = object()
 EOL_MARKER = object()
+STATUS_LINE_READY = object()
 
 RESPONSES = http.server.BaseHTTPRequestHandler.responses
 
@@ -36,6 +37,8 @@
 HttpVersion10 = HttpVersion(1, 0)
 HttpVersion11 = HttpVersion(1, 1)
 
+RawStatusLineMessage = collections.namedtuple(
+'RawStatusLineMessage', ['method', 'path', 'version'])
 
 RawRequestMessage = collections.namedtuple(
 'RawRequestMessage',
@@ -133,7 +136,7 @@
 self.allowed_methods = [m.upper() for m in allowed_methods]
 
 def __call__(self, out, buf):
-raw_data = yield from buf.waituntil(b' ', 24)
+raw_data = yield from buf.waituntil(b' ', 12)
 method = raw_data.decode('ascii', 'surrogateescape').strip()
 
 # method
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.15.2/aiohttp/server.py 
new/aiohttp-0.15.3/aiohttp/server.py
--- old/aiohttp-0.15.2/aiohttp/server.py2015-04-18 01:15:44.0 
+0200
+++ new/aiohttp-0.15.3/aiohttp/server.py2015-04-21 01:44:27.0 
+0200
@@ -83,6 +83,7 @@
 _keep_alive_handle = Non

commit mksusecd for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package mksusecd for openSUSE:Factory 
checked in at 2015-04-25 09:53:15

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


Package is "mksusecd"

Changes:

--- /work/SRC/openSUSE:Factory/mksusecd/mksusecd.changes2015-03-28 
18:38:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.mksusecd.new/mksusecd.changes   2015-04-25 
11:25:51.0 +0200
@@ -1,0 +2,18 @@
+Thu Apr 23 16:12:25 CEST 2015 - snw...@suse.com
+
+- fix Makefile
+- 1.19
+
+---
+Thu Apr 23 15:56:02 CEST 2015 - snw...@suse.com
+
+- add special isohybrid variant to mksusecd package
+- 1.18
+
+---
+Thu Apr 23 15:16:04 CEST 2015 - snw...@suse.com
+
+- added ppc64 (chrp) boot support
+- 1.17
+
+---

Old:

  mksusecd-1.16.tar.xz

New:

  mksusecd-1.19.tar.xz



Other differences:
--
++ mksusecd.spec ++
--- /var/tmp/diff_new_pack.aTkNiI/_old  2015-04-25 11:25:51.0 +0200
+++ /var/tmp/diff_new_pack.aTkNiI/_new  2015-04-25 11:25:51.0 +0200
@@ -19,6 +19,7 @@
 
 Name:   mksusecd
 BuildRequires:  xz
+BuildRequires:  libuuid-devel
 Requires:   checkmedia
 Requires:   dosfstools
 Requires:   genisoimage
@@ -29,12 +30,11 @@
 Summary:Create SUSE Linux installation ISOs
 License:GPL-3.0+
 Group:  Hardware/Other
-Version:1.16
+Version:1.19
 Release:0
 Source: %{name}-%{version}.tar.xz
 Url:https://github.com/wfeldt/mksusecd
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 
 %description
 This is a tool to create SUSE Linux installation ISOs.
@@ -56,7 +56,8 @@
 
 %files
 %defattr(-,root,root)
-/usr/bin/mksusecd
-%doc README COPYING
+/usr/bin/*
+/usr/lib/*
+%doc README* COPYING*
 
 %changelog

++ mksusecd-1.16.tar.xz -> mksusecd-1.19.tar.xz ++
 2180 lines of diff (skipped)




commit xkbevd for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package xkbevd for openSUSE:Factory checked 
in at 2015-04-25 09:54:05

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


Package is "xkbevd"

Changes:

--- /work/SRC/openSUSE:Factory/xkbevd/xkbevd.changes2012-05-08 
12:05:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.xkbevd.new/xkbevd.changes   2015-04-25 
11:26:20.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 24 14:54:44 UTC 2015 - sndir...@suse.com
+
+- Update to version 1.1.4:
+  * This minor maintenance release cleans up the code, 
+configuration, & docs.
+
+---

Old:

  xkbevd-1.1.3.tar.bz2

New:

  xkbevd-1.1.4.tar.bz2



Other differences:
--
++ xkbevd.spec ++
--- /var/tmp/diff_new_pack.GpPrYQ/_old  2015-04-25 11:26:21.0 +0200
+++ /var/tmp/diff_new_pack.GpPrYQ/_new  2015-04-25 11:26:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xkbevd
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xkbevd
-Version:1.1.3
-Release:1
-License:MIT
+Version:1.1.4
+Release:0
 Summary:XKB event daemon
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  bison
 BuildRequires:  pkg-config

++ xkbevd-1.1.3.tar.bz2 -> xkbevd-1.1.4.tar.bz2 ++
 13108 lines of diff (skipped)




commit xmh for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package xmh for openSUSE:Factory checked in 
at 2015-04-25 09:54:11

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


Package is "xmh"

Changes:

--- /work/SRC/openSUSE:Factory/xmh/xmh.changes  2012-05-08 12:06:03.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xmh.new/xmh.changes 2015-04-25 
11:26:25.0 +0200
@@ -1,0 +2,8 @@
+Fri Apr 24 15:06:17 UTC 2015 - sndir...@suse.com
+
+- Update to release 1.0.3:
+  * This version continues the tradition of only releasing once every
+5 years, with the latest set of build configuration &
+documentation improvements.
+
+---

Old:

  xmh-1.0.2.tar.bz2

New:

  xmh-1.0.3.tar.bz2



Other differences:
--
++ xmh.spec ++
--- /var/tmp/diff_new_pack.x7PvUE/_old  2015-04-25 11:26:25.0 +0200
+++ /var/tmp/diff_new_pack.x7PvUE/_new  2015-04-25 11:26:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmh
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xmh
-Version:1.0.2
+Version:1.0.3
 Release:0
-License:MIT
 Summary:Graphical user interface to send and read mail with MH
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11)

++ xmh-1.0.2.tar.bz2 -> xmh-1.0.3.tar.bz2 ++
 18678 lines of diff (skipped)




commit freeradius-server for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package freeradius-server for 
openSUSE:Factory checked in at 2015-04-25 09:53:16

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


Package is "freeradius-server"

Changes:

--- /work/SRC/openSUSE:Factory/freeradius-server/freeradius-server.changes  
2015-01-15 15:59:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.freeradius-server.new/freeradius-server.changes 
2015-04-25 11:25:51.0 +0200
@@ -1,0 +2,23 @@
+Thu Apr 23 14:22:17 UTC 2015 - vci...@suse.com
+
+- minor adjustments/cleanup of spec and changes
+
+---
+Wed Apr 22 20:31:44 UTC 2015 - mich...@stroeder.com
+
+- update to 3.0.8
+  * for a detailed list of changes look at:
+/usr/share/doc/packages/freeradius-server/ChangeLog
+- new set of consolidated patch files:
+  deleted:
+  * freeradius-server-2.1.1-logrotate_su.patch
+  * freeradius-server-2.1.6-rcradiusd.patch
+  * freeradius-server-initscript-pidfile.patch
+  * freeradius-server-radius-reload-logrotate.patch
+  * freeradius-server-var_run.patch
+  added:
+  * freeradius-server-radiusd-logrotate.patch
+  * freeradius-server-rcradiusd.patch
+  * freeradius-server-tmpfiles.patch
+
+---

Old:

  freeradius-server-2.1.1-logrotate_su.patch
  freeradius-server-2.1.6-rcradiusd.patch
  freeradius-server-3.0.6.tar.bz2
  freeradius-server-3.0.6.tar.bz2.sig
  freeradius-server-initscript-pidfile.patch
  freeradius-server-radius-reload-logrotate.patch
  freeradius-server-var_run.patch

New:

  freeradius-server-3.0.8.tar.bz2
  freeradius-server-3.0.8.tar.bz2.sig
  freeradius-server-radiusd-logrotate.patch
  freeradius-server-rcradiusd.patch
  freeradius-server-tmpfiles.patch



Other differences:
--
++ freeradius-server.spec ++
--- /var/tmp/diff_new_pack.bDwUBN/_old  2015-04-25 11:25:52.0 +0200
+++ /var/tmp/diff_new_pack.bDwUBN/_new  2015-04-25 11:25:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package freeradius-server
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define apxs2 apxs2-prefork
 %define apache2_sysconfdir %(%{_sbindir}/%{apxs2} -q SYSCONFDIR)
 Name:   freeradius-server
-Version:3.0.6
+Version:3.0.8
 Release:0
 Summary:Very Highly Configurable Radius Server
 License:GPL-2.0 and LGPL-2.1
@@ -30,13 +30,10 @@
 Source99:   
ftp://ftp.freeradius.org/pub/freeradius/%{name}-%{version}.tar.bz2.sig
 Source1:radiusd.service
 Source2:freeradius-tmpfiles.conf
-Patch2: freeradius-server-2.1.6-rcradiusd.patch
-Patch7: freeradius-server-fix-cert-bootstrap.patch
-Patch8: freeradius-server-initscript-pidfile.patch
-Patch9: freeradius-server-radius-reload-logrotate.patch
-# PATCH-FIX-SUSE use 'su' logrotate option (bnc#677335)
-Patch12:freeradius-server-2.1.1-logrotate_su.patch
-Patch13:freeradius-server-var_run.patch
+Patch1: freeradius-server-tmpfiles.patch
+Patch2: freeradius-server-radiusd-logrotate.patch
+Patch3: freeradius-server-rcradiusd.patch
+Patch4: freeradius-server-fix-cert-bootstrap.patch
 BuildRequires:  apache2-devel
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  db-devel
@@ -189,12 +186,10 @@
 
 %prep
 %setup -q
-%patch2
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch12 -p1
-%patch13 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
 modified="$(sed -n '/^/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
@@ -415,6 +410,7 @@
 %attr(640,root,radiusd) %config(noreplace) 
%{_sysconfdir}/raddb/sites-available/abfab-tls
 %attr(640,root,radiusd) %config(noreplace) 
%{_sysconfdir}/raddb/sites-available/abfab-tr-idp
 %attr(640,root,radiusd) %config(noreplace) 
%{_sysconfdir}/raddb/sites-available/channel_bindings
+%attr(640,root,radiusd) %config(noreplace) 
%{_sysconfdir}/raddb/sites-available/challenge
 
 # sites-enabled
 # symlink: %{_sysconfdir}/raddb/sites-enabled/xxx -> ../sites-available/xxx
@@ -603,6 +599,7 @@
 %{_libdir}/freeradius/rlm_sqlcounter.so
 %{_libdir}/freeradius/rlm_sqlippool.so
 %{_libdir}/freeradius/rlm_sql_null.so
+%{_libdir}/freeradius/rlm_test.so
 %{_libdir}/freeradius/rlm_unix.so
 %{_libdir}/freeradius/rlm_utf8.so
 %{_libdir}/freeradius/rlm_wimax.so

++ freeradius-server-3.0.6.tar.bz2 -> freeradius-server-3.0.8

commit proxymngr for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package proxymngr for openSUSE:Factory 
checked in at 2015-04-25 09:53:48

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


Package is "proxymngr"

Changes:

--- /work/SRC/openSUSE:Factory/proxymngr/proxymngr.changes  2013-02-28 
10:21:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.proxymngr.new/proxymngr.changes 2015-04-25 
11:26:12.0 +0200
@@ -1,0 +2,8 @@
+Fri Apr 24 13:59:23 UTC 2015 - sndir...@suse.com
+
+- Update to version 1.0.4:
+  * This minor maintenance release includes various build
+improvements, cleanups, portability tweaks, and bug fixes, 
+but nothing exciting.
+
+---

Old:

  proxymngr-1.0.3.tar.bz2

New:

  proxymngr-1.0.4.tar.bz2



Other differences:
--
++ proxymngr.spec ++
--- /var/tmp/diff_new_pack.oVyg4V/_old  2015-04-25 11:26:13.0 +0200
+++ /var/tmp/diff_new_pack.oVyg4V/_new  2015-04-25 11:26:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package proxymngr
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   proxymngr
-Version:1.0.3
+Version:1.0.4
 Release:0
 Summary:X proxy manager service
 License:MIT
@@ -54,7 +54,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%doc ChangeLog COPYING README
 %config %{_sysconfdir}/X11/proxymngr/
 %{_bindir}/proxymngr
 %{_mandir}/man1/proxymngr.1%{?ext_man}

++ proxymngr-1.0.3.tar.bz2 -> proxymngr-1.0.4.tar.bz2 ++
 7941 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/proxymngr-1.0.3/ChangeLog new/proxymngr-1.0.4/ChangeLog
--- old/proxymngr-1.0.3/ChangeLog   2013-02-11 02:25:22.0 +0100
+++ new/proxymngr-1.0.4/ChangeLog   2015-04-17 07:21:35.0 +0200
@@ -1,3 +1,112 @@
+commit 7e9c8369b90333b2102e90a4d95046cf73bcc416
+Author: Alan Coopersmith 
+Date:   Thu Apr 16 22:19:44 2015 -0700
+
+proxymngr 1.0.4
+
+Signed-off-by: Alan Coopersmith 
+
+commit be8a5fbefcd6d3bee5e55283e06e255003b376b4
+Author: Alan Coopersmith 
+Date:   Sat Nov 8 16:05:52 2014 -0800
+
+Stop checking if pointers are NULL before passing them to free()
+
+Signed-off-by: Alan Coopersmith 
+
+commit f391fa1f55436ec2e4f7de4c4734fcd89cdbe250
+Author: Alan Coopersmith 
+Date:   Sat Nov 8 15:47:43 2014 -0800
+
+Stop casting results of malloc calls
+
+Signed-off-by: Alan Coopersmith 
+
+commit 5d5a7f80d905d58530c8473bc7ec0b0b3b165658
+Author: Alan Coopersmith 
+Date:   Sat Nov 8 15:45:00 2014 -0800
+
+Replace last strcpy call + manual append with snprintf call
+
+Signed-off-by: Alan Coopersmith 
+
+commit 9a17f21de44bcfe1493e9d10ae2354c2a3b496b1
+Author: Alan Coopersmith 
+Date:   Sat Nov 8 15:42:03 2014 -0800
+
+Replace malloc(strlen)+strcpy sets with strdup calls
+
+Signed-off-by: Alan Coopersmith 
+
+commit 333085a276a2bb2b156339cd9f8caa658ef4d1b6
+Author: Alan Coopersmith 
+Date:   Sat Nov 8 15:32:42 2014 -0800
+
+Ensure memory is initialized before use in PushRequestorQueue
+
+If authLen <= 0, then we weren't initializing the authName & authData
+pointers until after checking if all the allocations succeeded, but
+if any allocations failed, we'd then try to free them before that.
+
+Error: Uninitialised memory (CWE 456)
+   Possible access to uninitialised memory '&newreq->authData'
+at line 590 of pmdb.c in function 'PushRequestorQueue'.
+  &newreq->authData allocated at line 559.
+  &newreq->authData uninitialised when authLen <= 0 at line 568.
+at line 591 of pmdb.c in function 'PushRequestorQueue'.
+  &newreq->authData allocated at line 559.
+  &newreq->authData uninitialised when authLen <= 0 at line 568
+  and newreq->authName == NULL at line 574.
+   Possible access to uninitialised memory '&newreq->authName'
+at line 588 of pmdb.c in function 'PushRequestorQueue'.
+  &newreq->authName allocated at line 559.
+  

commit net6 for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package net6 for openSUSE:Factory checked in 
at 2015-04-25 09:53:27

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


Package is "net6"

Changes:

--- /work/SRC/openSUSE:Factory/net6/net6.changes2012-06-05 
15:33:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.net6.new/net6.changes   2015-04-25 
11:26:01.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 23 18:10:24 UTC 2015 - zai...@opensuse.org
+
+- Add net6-gnutls30.patch: Fix build with gnutls30, patch taken
+  from Arch linux.
+
+---

New:

  net6-gnutls30.patch



Other differences:
--
++ net6.spec ++
--- /var/tmp/diff_new_pack.ZEXTNB/_old  2015-04-25 11:26:01.0 +0200
+++ /var/tmp/diff_new_pack.ZEXTNB/_new  2015-04-25 11:26:01.0 +0200
@@ -24,6 +24,8 @@
 Group:  Development/Libraries/GNOME
 Url:http://gobby.0x539.de/
 Source: http://releases.0x539.de/net6/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM net6-gnutls30.patch zai...@opensuse.org -- Fix build with 
gnutls30, patch taken from Arch linux.
+Patch0: net6-gnutls30.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gettext-devel
@@ -53,6 +55,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static --with-pic

++ net6-gnutls30.patch ++
diff -wbBur net6-1.3.14.org/src/encrypt.cpp net6-1.3.14/src/encrypt.cpp
--- net6-1.3.14.org/src/encrypt.cpp 2011-09-28 15:15:10.0 +0400
+++ net6-1.3.14/src/encrypt.cpp 2015-04-16 15:57:01.623936848 +0300
@@ -175,10 +175,9 @@
   gnutls_session_t sess):
tcp_client_socket(cobj), session(sess), state(DEFAULT)
 {
-   const int kx_prio[] = { GNUTLS_KX_ANON_DH, 0 };
 
gnutls_set_default_priority(session);
-   gnutls_kx_set_priority(session, kx_prio);
+   gnutls_set_default_priority(session);
 
gnutls_transport_set_ptr(
session,




commit python3-SQLAlchemy for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package python3-SQLAlchemy for 
openSUSE:Factory checked in at 2015-04-25 09:54:24

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


Package is "python3-SQLAlchemy"

Changes:

--- /work/SRC/openSUSE:Factory/python3-SQLAlchemy/python3-SQLAlchemy.changes
2015-04-21 10:52:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-SQLAlchemy.new/python3-SQLAlchemy.changes   
2015-04-25 11:26:32.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 24 23:59:50 UTC 2015 - a...@gmx.de
+
+- update to version 1.0.1:
+  see 
http://docs.sqlalchemy.org/en/latest/changelog/changelog_10.html#change-1.0.1
+  for detailed list of changes
+
+---

Old:

  SQLAlchemy-1.0.0.tar.gz

New:

  SQLAlchemy-1.0.1.tar.gz



Other differences:
--
++ python3-SQLAlchemy.spec ++
--- /var/tmp/diff_new_pack.tNPRJD/_old  2015-04-25 11:26:32.0 +0200
+++ /var/tmp/diff_new_pack.tNPRJD/_new  2015-04-25 11:26:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-SQLAlchemy
-Version:1.0.0
+Version:1.0.1
 Release:0
 Url:http://www.sqlalchemy.org
 Summary:Database Abstraction Library

++ SQLAlchemy-1.0.0.tar.gz -> SQLAlchemy-1.0.1.tar.gz ++
 6514 lines of diff (skipped)




commit xfindproxy for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package xfindproxy for openSUSE:Factory 
checked in at 2015-04-25 09:54:01

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


Package is "xfindproxy"

Changes:

--- /work/SRC/openSUSE:Factory/xfindproxy/xfindproxy.changes2013-09-13 
14:47:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfindproxy.new/xfindproxy.changes   
2015-04-25 11:26:18.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 24 14:41:50 UTC 2015 - sndir...@suse.com
+
+- Update to version 1.0.4:
+  * This minor maintenance release provides accumulated build
+configuration improvements and janitorial cleanups.
+
+---

Old:

  xfindproxy-1.0.3.tar.bz2

New:

  xfindproxy-1.0.4.tar.bz2



Other differences:
--
++ xfindproxy.spec ++
--- /var/tmp/diff_new_pack.iYVwKp/_old  2015-04-25 11:26:19.0 +0200
+++ /var/tmp/diff_new_pack.iYVwKp/_new  2015-04-25 11:26:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfindproxy
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   xfindproxy
-Version:1.0.3
+Version:1.0.4
 Release:0
 Summary:Utility to locate proxy services
 License:MIT
@@ -52,7 +52,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%doc ChangeLog COPYING README
 %{_bindir}/xfindproxy
 %{_mandir}/man1/xfindproxy.1%{?ext_man}
 

++ xfindproxy-1.0.3.tar.bz2 -> xfindproxy-1.0.4.tar.bz2 ++
 2768 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xfindproxy-1.0.3/ChangeLog new/xfindproxy-1.0.4/ChangeLog
--- old/xfindproxy-1.0.3/ChangeLog  2013-09-08 08:42:31.0 +0200
+++ new/xfindproxy-1.0.4/ChangeLog  2015-04-17 08:16:41.0 +0200
@@ -1,3 +1,53 @@
+commit df86d7529fc469d427f788a609a6b20195aaa6fe
+Author: Alan Coopersmith 
+Date:   Thu Apr 16 23:14:36 2015 -0700
+
+xfindproxy 1.0.4
+
+Signed-off-by: Alan Coopersmith 
+
+commit b71a32b1a1e45d41b97f88e1537f7e64e435445b
+Author: Alan Coopersmith 
+Date:   Mon Jun 2 22:31:55 2014 -0700
+
+autogen.sh: Honor NOCONFIGURE=1
+
+See http://people.gnome.org/~walters/docs/build-api.txt
+
+Signed-off-by: Alan Coopersmith 
+
+commit f9c497885ffd1374c6b2502e1556735591c182fd
+Author: Alan Coopersmith 
+Date:   Mon Jun 2 22:31:55 2014 -0700
+
+configure: Drop AM_MAINTAINER_MODE
+
+Signed-off-by: Alan Coopersmith 
+
+commit 3dedede9c6ad56b6d84e8bee9288e8793f9f7316
+Author: Alan Coopersmith 
+Date:   Sun Jun 1 00:30:41 2014 -0700
+
+This is not a GNU project, so declare it foreign.
+
+Signed-off-by: Alan Coopersmith 
+
+commit b54815bb48784246cbf5f62c4078c45d34ec19d0
+Author: Alan Coopersmith 
+Date:   Fri May 23 23:55:31 2014 -0700
+
+Add -version option to print program version
+
+Signed-off-by: Alan Coopersmith 
+
+commit 0193fcd1732c2ee37896ae779b97a8b2ee79a3c1
+Author: Alan Coopersmith 
+Date:   Fri May 23 23:46:56 2014 -0700
+
+Print which option was in error along with usage message
+
+Signed-off-by: Alan Coopersmith 
+
 commit c74119a641e3c4fc74deaf8f47d3faf589d0d196
 Author: Alan Coopersmith 
 Date:   Sat Sep 7 23:40:55 2013 -0700
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xfindproxy-1.0.3/compile new/xfindproxy-1.0.4/compile
--- old/xfindproxy-1.0.3/compile2013-09-08 08:41:09.0 +0200
+++ new/xfindproxy-1.0.4/compile2015-04-17 08:14:48.0 +0200
@@ -3,7 +3,7 @@
 
 scriptversion=2012-10-14.11; # UTC
 
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
 # Written by Tom Tromey .
 #
 # This program is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --

commit xgc for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package xgc for openSUSE:Factory checked in 
at 2015-04-25 09:54:04

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


Package is "xgc"

Changes:

--- /work/SRC/openSUSE:Factory/xgc/xgc.changes  2013-01-22 18:07:26.0 
+0100
+++ /work/SRC/openSUSE:Factory/.xgc.new/xgc.changes 2015-04-25 
11:26:20.0 +0200
@@ -1,0 +2,9 @@
+Fri Apr 24 14:50:34 UTC 2015 - sndir...@suse.com
+
+- Update to version 1.0.5:
+  * configure: Drop AM_MAINTAINER_MODE
+  * autogen.sh: Honor NOCONFIGURE=1
+  * Remove include of Version 7  header
+  * configure: look for gram.c in $srcdir
+
+---

Old:

  xgc-1.0.4.tar.bz2

New:

  xgc-1.0.5.tar.bz2



Other differences:
--
++ xgc.spec ++
--- /var/tmp/diff_new_pack.Pnhna1/_old  2015-04-25 11:26:20.0 +0200
+++ /var/tmp/diff_new_pack.Pnhna1/_new  2015-04-25 11:26:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xgc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   xgc
-Version:1.0.4
+Version:1.0.5
 Release:0
 Summary:X graphics demo
 License:MIT

++ xgc-1.0.4.tar.bz2 -> xgc-1.0.5.tar.bz2 ++
 8235 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xgc-1.0.4/ChangeLog new/xgc-1.0.5/ChangeLog
--- old/xgc-1.0.4/ChangeLog 2013-01-13 03:18:42.0 +0100
+++ new/xgc-1.0.5/ChangeLog 2015-04-17 08:26:09.0 +0200
@@ -1,3 +1,52 @@
+commit 54f109228e566759799894ff4d6ef4bac74c9aac
+Author: Alan Coopersmith 
+Date:   Thu Apr 16 23:25:45 2015 -0700
+
+xgc 1.0.5
+
+Signed-off-by: Alan Coopersmith 
+
+commit a17909006e1a545286f92a3465782086a0739ffd
+Author: Alan Coopersmith 
+Date:   Mon Jun 2 22:37:18 2014 -0700
+
+autogen.sh: Honor NOCONFIGURE=1
+
+See http://people.gnome.org/~walters/docs/build-api.txt
+
+Signed-off-by: Alan Coopersmith 
+
+commit bbbe7620f0964366697dc0db7b1f5175886b3aed
+Author: Alan Coopersmith 
+Date:   Mon Jun 2 22:37:18 2014 -0700
+
+configure: Drop AM_MAINTAINER_MODE
+
+Signed-off-by: Alan Coopersmith 
+
+commit da8d7ffba24611182df5e9518278754df5f030b8
+Author: Christian Weisgerber 
+Date:   Tue Dec 3 23:23:51 2013 +0100
+
+Remove include of Version 7  header
+
+I don't know if there are any extant operating systems that still
+require  for getrusage().
+
+Signed-off-by: Matthieu Herrb 
+
+commit d96e5ffd26c44cc7ef454e5d1496957293ef7e3e
+Author: Julien Cristau 
+Date:   Tue Aug 13 12:36:39 2013 +0200
+
+configure: look for gram.c in $srcdir
+
+That's where it is when building from the tarball.  Regression from
+ff668395fc408f540604bd534e323b483f52a4ea.
+
+Signed-off-by: Julien Cristau 
+Reviewed-by: Alan Coopersmith 
+
 commit bb714a16b2e79bc391184bafce6046a897baf293
 Author: Alan Coopersmith 
 Date:   Sat Jan 12 18:18:15 2013 -0800
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xgc-1.0.4/INSTALL new/xgc-1.0.5/INSTALL
--- old/xgc-1.0.4/INSTALL   2013-01-13 03:18:42.0 +0100
+++ new/xgc-1.0.5/INSTALL   2015-04-17 08:26:09.0 +0200
@@ -1,11 +1,13 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007, 2008 Free Software Foundation, Inc.
+Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
+Inc.
 
-   This file is free documentation; the Free Software Foundation gives
-unlimited permission to copy, distribute and modify it.
+   Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.  This file is offered as-is,
+without warranty of any kind.
 
 Basic Installation
 ==
@@ -

  1   2   >