commit perl-File-Which for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Which for openSUSE:Factory 
checked in at 2015-05-05 00:54:40

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


Package is perl-File-Which

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Which/perl-File-Which.changes  
2015-04-22 01:07:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Which.new/perl-File-Which.changes 
2015-05-05 00:54:40.0 +0200
@@ -1,0 +2,6 @@
+Sat May  2 05:50:03 UTC 2015 - co...@suse.com
+
+- updated to 1.17
+   see /usr/share/doc/packages/perl-File-Which/Changes
+
+---

Old:

  File-Which-1.16.tar.gz

New:

  File-Which-1.17.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-File-Which.spec ++
--- /var/tmp/diff_new_pack.DPVqG4/_old  2015-05-05 00:54:41.0 +0200
+++ /var/tmp/diff_new_pack.DPVqG4/_new  2015-05-05 00:54:41.0 +0200
@@ -17,33 +17,40 @@
 
 
 Name:   perl-File-Which
-Version:1.16
+Version:1.17
 Release:0
 %define cpan_name File-Which
-Summary:Portable implementation of the `which' utility
+Summary:Perl implementation of the which utility as an API
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-Which/
-Source: 
http://www.cpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More) = 0.80
+BuildRequires:  perl(Test::More) = 0.94
 %{perl_requires}
 
 %description
-'File::Which' was created to be able to get the paths to executable
-programs on systems under which the `which' program wasn't implemented in
-the shell.
-
-'File::Which' searches the directories of the user's 'PATH' (as returned by
-'File::Spec-path()'), looking for executable files having the name
-specified as a parameter to 'which()'. Under Win32 systems, which do not
-have a notion of directly executable files, but uses special extensions
-such as '.exe' and '.bat' to identify them, 'File::Which' takes extra steps
-to assure that you will find the correct file (so for example, you might be
-searching for 'perl', it'll try _perl.exe_, _perl.bat_, etc.)
+the File::Which manpage finds the full or relative paths to executable
+programs on the system. This is normally the function of 'which' utility.
+'which' is typically implemented as either a program or a built in shell
+command. On some platforms, such as Microsoft Windows it is not provided as
+part of the core operating system. This module provides a consistent API to
+this functionality regardless of the underlying platform.
+
+The focus of this module is correctness and portability. As a consequence
+platforms where the current directory is implicitly part of the search path
+such as Microsoft Windows will find executables in the current directory,
+whereas on platforms such as UNIX where this is not the case executables in
+the current directory will only be found if the current directory is
+explicitly added to the path.
+
+If you need a portable 'which' on the command line in an environment that
+does not provide it, install the App::pwhich manpage which provides a
+command line interface to this API.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ File-Which-1.16.tar.gz - File-Which-1.17.tar.gz ++
 2711 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
#custom_test: |-
#startserver  make test
#ignore_requires: Bizarre::Module



commit perl-IO-Socket-SSL for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-Socket-SSL for 
openSUSE:Factory checked in at 2015-05-05 00:54:33

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


Package is perl-IO-Socket-SSL

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-Socket-SSL/perl-IO-Socket-SSL.changes
2015-04-22 01:12:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-IO-Socket-SSL.new/perl-IO-Socket-SSL.changes   
2015-05-05 00:54:35.0 +0200
@@ -1,0 +2,6 @@
+Sat May  2 05:55:10 UTC 2015 - co...@suse.com
+
+- updated to 2.013
+   see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
+
+---

Old:

  IO-Socket-SSL-2.012.tar.gz

New:

  IO-Socket-SSL-2.013.tar.gz



Other differences:
--
++ perl-IO-Socket-SSL.spec ++
--- /var/tmp/diff_new_pack.mLsmd6/_old  2015-05-05 00:54:36.0 +0200
+++ /var/tmp/diff_new_pack.mLsmd6/_new  2015-05-05 00:54:36.0 +0200
@@ -17,16 +17,16 @@
 
 
 Name:   perl-IO-Socket-SSL
-Version:2.012
+Version:2.013
 Release:0
 %define cpan_name IO-Socket-SSL
 Summary:Nearly transparent SSL encapsulation for IO::Socket::INET
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/IO-Socket-SSL/
-Source: 
http://www.cpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
-Patch:  
perl-IO-Socket-SSL_add_DHE-RSA_to_default_client_cipher_list.patch
+Patch0: 
perl-IO-Socket-SSL_add_DHE-RSA_to_default_client_cipher_list.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -38,14 +38,14 @@
 %description
 IO::Socket::SSL makes using SSL/TLS much easier by wrapping the necessary
 functionality into the familiar the IO::Socket manpage interface and
-providing secure defaults whenever possible. This way existing applications
-can be made SSL-aware without much effort, at least if you do blocking I/O
-and don't use select or poll.
-
-But, under the hood SSL is a complex beast. So there are lots of methods to
-make it do what you need if the default behavior is not adequate. Because
-it is easy to inadvertently introduce critical security bugs or just
-getting hard to debug problems, I would recommend to study the following
+providing secure defaults whenever possible. This way, existing
+applications can be made SSL-aware without much effort, at least if you do
+blocking I/O and don't use select or poll.
+
+But, under the hood, SSL is a complex beast. So there are lots of methods
+to make it do what you need if the default behavior is not adequate.
+Because it is easy to inadvertently introduce critical security bugs or
+just hard to debug problems, I would recommend studying the following
 documentation carefully.
 
 The documentation consists of the following parts:
@@ -78,7 +78,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch -p1
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -94,6 +94,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc BUGS Changes example README README.Win32
+%doc BUGS Changes docs example README README.Win32
 
 %changelog

++ IO-Socket-SSL-2.012.tar.gz - IO-Socket-SSL-2.013.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-SSL-2.012/Changes 
new/IO-Socket-SSL-2.013/Changes
--- old/IO-Socket-SSL-2.012/Changes 2015-02-02 08:44:52.0 +0100
+++ new/IO-Socket-SSL-2.013/Changes 2015-05-01 17:13:32.0 +0200
@@ -1,6 +1,13 @@
-2.012 2014/02/02
+2.013 2015/05/01
+- assign severities to internal error handling and make sure that follow-up
+  errors like configuration failed or certificate verify error don't
+  replace more specific hostname verification failed when reporting in
+  sub errstr/$SSL_ERROR. see also RT#103423
+- enhanced documentation thanks to Chase Whitener 
+  https://github.com/noxxi/p5-io-socket-ssl/pull/26
+2.012 2015/02/02
 - fix t/ocsp.t in case no HTTP::Tiny is installed
-2.011 2014/02/01
+2.011 2015/02/01
 - fix t/ocsp.t - don't count on revoked.grc.com using OCSP stapling #101855
 - added option 'purpose' to Utils::CERT_create to get better control of the
   certificates purpose. Default is 'server,client' for non-CA (contrary to
@@ -9,12 +16,12 @@
   https://github.com/noxxi/p5-io-socket-ssl/issues/22
 - refactoring of some tests using Test::More thanks to Sweet-kid and the
   2015 

commit kernel-source for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2015-05-05 00:54:03

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


Package is kernel-source

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes   
2015-04-27 22:08:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2015-05-05 00:54:05.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 29 15:52:57 CEST 2015 - jsl...@suse.cz
+
+- Linux 4.0.1.
+- commit b77e339
+
+---
kernel-default.changes: same change
kernel-desktop.changes: same change
kernel-docs.changes: same change
kernel-ec2.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.changes: same change
kernel-obs-qa-xen.changes: same change
kernel-obs-qa.changes: same change
kernel-pae.changes: same change
kernel-pv.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-vanilla.changes: same change
kernel-xen.changes: same change



Other differences:
--
++ kernel-debug.spec ++
--- /var/tmp/diff_new_pack.15WHVJ/_old  2015-05-05 00:54:12.0 +0200
+++ /var/tmp/diff_new_pack.15WHVJ/_new  2015-05-05 00:54:12.0 +0200
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define srcversion 4.0
-%define patchversion 4.0.0
+%define patchversion 4.0.1
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -59,9 +59,9 @@
 Summary:A Debug Version of the Kernel
 License:GPL-2.0
 Group:  System/Kernel
-Version:4.0.0
+Version:4.0.1
 %if 0%{?is_kotd}
-Release:RELEASE.g27299c0
+Release:RELEASE.ge3a374a
 %else
 Release:0
 %endif

kernel-default.spec: same change
kernel-desktop.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.15WHVJ/_old  2015-05-05 00:54:12.0 +0200
+++ /var/tmp/diff_new_pack.15WHVJ/_new  2015-05-05 00:54:12.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define patchversion 4.0.0
+%define patchversion 4.0.1
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -27,9 +27,9 @@
 Summary:Kernel Documentation (man pages)
 License:GPL-2.0
 Group:  Documentation/Man
-Version:4.0.0
+Version:4.0.1
 %if 0%{?is_kotd}
-Release:RELEASE.g27299c0
+Release:RELEASE.ge3a374a
 %else
 Release:0
 %endif

++ kernel-ec2.spec ++
--- /var/tmp/diff_new_pack.15WHVJ/_old  2015-05-05 00:54:12.0 +0200
+++ /var/tmp/diff_new_pack.15WHVJ/_new  2015-05-05 00:54:12.0 +0200
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define srcversion 4.0
-%define patchversion 4.0.0
+%define patchversion 4.0.1
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -59,9 +59,9 @@
 Summary:The Amazon EC2 Xen Kernel
 License:GPL-2.0
 Group:  System/Kernel
-Version:4.0.0
+Version:4.0.1
 %if 0%{?is_kotd}
-Release:RELEASE.g27299c0
+Release:RELEASE.ge3a374a
 %else
 Release:0
 %endif

kernel-lpae.spec: same change
++ kernel-obs-build.spec ++
--- /var/tmp/diff_new_pack.15WHVJ/_old  2015-05-05 00:54:12.0 +0200
+++ /var/tmp/diff_new_pack.15WHVJ/_new  2015-05-05 00:54:12.0 +0200
@@ -19,7 +19,7 @@
 
 #!BuildIgnore: post-build-checks
 
-%define patchversion 4.0.0
+%define patchversion 4.0.1
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -45,9 +45,9 @@
 Summary:package kernel and initrd for OBS VM builds
 License:GPL-2.0
 Group:  SLES
-Version:4.0.0
+Version:4.0.1
 %if 0%{?is_kotd}
-Release:RELEASE.g27299c0
+Release:RELEASE.ge3a374a
 %else
 Release:0
 %endif

++ kernel-obs-qa-xen.spec ++
--- /var/tmp/diff_new_pack.15WHVJ/_old  2015-05-05 00:54:12.0 +0200
+++ /var/tmp/diff_new_pack.15WHVJ/_new  2015-05-05 00:54:12.0 +0200
@@ -17,7 +17,7 @@
 # needsrootforbuild
 
 
-%define patchversion 4.0.0
+%define patchversion 4.0.1
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -36,9 +36,9 @@
 Summary:Basic QA tests for the kernel
 License:GPL-2.0
 Group:  SLES
-Version:4.0.0
+Version:4.0.1
 %if 0%{?is_kotd}
-Release:RELEASE.g27299c0
+Release:RELEASE.ge3a374a
 %else
 Release:0
 %endif

kernel-obs-qa.spec: same change
++ kernel-pae.spec ++
--- /var/tmp/diff_new_pack.15WHVJ/_old  2015-05-05 00:54:12.0 +0200
+++ /var/tmp/diff_new_pack.15WHVJ/_new  2015-05-05 00:54:12.0 +0200
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define 

commit libtasn1 for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package libtasn1 for openSUSE:Factory 
checked in at 2015-05-05 00:54:46

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


Package is libtasn1

Changes:

--- /work/SRC/openSUSE:Factory/libtasn1/libtasn1.changes2015-04-02 
16:01:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libtasn1.new/libtasn1.changes   2015-05-05 
00:54:47.0 +0200
@@ -1,0 +2,7 @@
+Fri May  1 19:33:32 UTC 2015 - astie...@suse.com
+
+- update libtasn1 4.5:
+  * Corrected an invalid memory access in octet string decoding.
+CVE-2015-3622 [boo#929414]
+
+---
@@ -5,0 +13 @@
+CVE-2015-2806

Old:

  libtasn1-4.4.tar.gz
  libtasn1-4.4.tar.gz.sig

New:

  libtasn1-4.5.tar.gz
  libtasn1-4.5.tar.gz.sig



Other differences:
--
++ libtasn1.spec ++
--- /var/tmp/diff_new_pack.q7ISwN/_old  2015-05-05 00:54:48.0 +0200
+++ /var/tmp/diff_new_pack.q7ISwN/_new  2015-05-05 00:54:48.0 +0200
@@ -18,7 +18,7 @@
 
 %define somajor 6
 Name:   libtasn1
-Version:4.4
+Version:4.5
 Release:0
 Summary:ASN.1 parsing library
 License:LGPL-2.1+ and GPL-3.0

++ libtasn1-4.4.tar.gz - libtasn1-4.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libtasn1-4.4/NEWS new/libtasn1-4.5/NEWS
--- old/libtasn1-4.4/NEWS   2015-03-29 11:59:03.0 +0200
+++ new/libtasn1-4.5/NEWS   2015-04-29 20:55:26.0 +0200
@@ -1,5 +1,9 @@
 GNU Libtasn1 NEWS -*- outline -*-
 
+* Noteworthy changes in release 4.5 (released 2015-04-29) [stable]
+- Corrected an invalid memory access in octet string decoding.
+  Reported by Hanno Böck.
+
 * Noteworthy changes in release 4.4 (released 2015-03-29) [stable]
 - Corrected a two-byte stack overflow in asn1_der_decoding. Reported
   by Hanno Böck.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libtasn1-4.4/configure new/libtasn1-4.5/configure
--- old/libtasn1-4.4/configure  2015-03-29 11:59:32.0 +0200
+++ new/libtasn1-4.5/configure  2015-04-29 20:55:53.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GNU Libtasn1 4.4.
+# Generated by GNU Autoconf 2.69 for GNU Libtasn1 4.5.
 #
 # Report bugs to help-libta...@gnu.org.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='GNU Libtasn1'
 PACKAGE_TARNAME='libtasn1'
-PACKAGE_VERSION='4.4'
-PACKAGE_STRING='GNU Libtasn1 4.4'
+PACKAGE_VERSION='4.5'
+PACKAGE_STRING='GNU Libtasn1 4.5'
 PACKAGE_BUGREPORT='help-libta...@gnu.org'
 PACKAGE_URL='http://www.gnu.org/software/libtasn1/'
 
@@ -1882,7 +1882,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures GNU Libtasn1 4.4 to adapt to many kinds of systems.
+\`configure' configures GNU Libtasn1 4.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1952,7 +1952,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of GNU Libtasn1 4.4:;;
+ short | recursive ) echo Configuration of GNU Libtasn1 4.5:;;
esac
   cat \_ACEOF
 
@@ -2080,7 +2080,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-GNU Libtasn1 configure 4.4
+GNU Libtasn1 configure 4.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2732,7 +2732,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GNU Libtasn1 $as_me 4.4, which was
+It was created by GNU Libtasn1 $as_me 4.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3609,7 +3609,7 @@
 
 # Define the identity of the package.
  PACKAGE='libtasn1'
- VERSION='4.4'
+ VERSION='4.5'
 
 
 cat confdefs.h _ACEOF
@@ -3748,7 +3748,7 @@
 # Interfaces removed:   AGE=0
 LT_CURRENT=10
 
-LT_REVISION=1
+LT_REVISION=2
 
 LT_AGE=4
 
@@ -21957,7 +21957,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by GNU Libtasn1 $as_me 4.4, which was
+This file was extended by GNU Libtasn1 $as_me 4.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -22029,7 +22029,7 @@
 cat 

commit perl-XML-LibXML for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2015-05-05 00:54:17

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


Package is perl-XML-LibXML

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2015-04-27 13:04:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2015-05-05 00:54:30.0 +0200
@@ -1,0 +2,13 @@
+Sat May  2 06:23:09 UTC 2015 - co...@suse.com
+
+- updated to 2.0120
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0120  2015-05-01
+  - Replace the test for the previous change with a more meaningful one.
+  - Change was to preserve unset options after a _clone() call.
+  - https://access.redhat.com/security/cve/CVE-2015-3451
+  - Thanks to Salvatore Bonaccorso from Debian for the report and
+  for a proposed fix (which was further refined by Shlomi Fish).
+
+---

Old:

  XML-LibXML-2.0119.tar.gz

New:

  XML-LibXML-2.0120.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.oA956C/_old  2015-05-05 00:54:31.0 +0200
+++ /var/tmp/diff_new_pack.oA956C/_new  2015-05-05 00:54:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML
-Version:2.0119
+Version:2.0120
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2

++ XML-LibXML-2.0119.tar.gz - XML-LibXML-2.0120.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0119/Changes 
new/XML-LibXML-2.0120/Changes
--- old/XML-LibXML-2.0119/Changes   2015-04-23 09:10:33.0 +0200
+++ new/XML-LibXML-2.0120/Changes   2015-05-01 11:44:45.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Perl extension XML::LibXML
 
+2.0120  2015-05-01
+- Replace the test for the previous change with a more meaningful one.
+- Change was to preserve unset options after a _clone() call.
+- https://access.redhat.com/security/cve/CVE-2015-3451
+- Thanks to Salvatore Bonaccorso from Debian for the report and
+for a proposed fix (which was further refined by Shlomi Fish).
+
 2.0119  2015-04-23
 - Preserve unset options after a _clone() call (e.g: in load_xml()).
 - This caused expand_entities(0) to not be preserved/etc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0119/LibXML.pm 
new/XML-LibXML-2.0120/LibXML.pm
--- old/XML-LibXML-2.0119/LibXML.pm 2015-04-23 09:12:23.0 +0200
+++ new/XML-LibXML-2.0120/LibXML.pm 2015-05-01 11:47:46.0 +0200
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = 2.0119; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = 2.0120; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0119/LibXML.pod 
new/XML-LibXML-2.0120/LibXML.pod
--- old/XML-LibXML-2.0119/LibXML.pod2015-04-23 09:12:44.0 +0200
+++ new/XML-LibXML-2.0120/LibXML.pod2015-05-01 11:48:07.0 +0200
@@ -505,7 +505,7 @@
 
 =head1 VERSION
 
-2.0119
+2.0120
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0119/META.json 
new/XML-LibXML-2.0120/META.json
--- old/XML-LibXML-2.0119/META.json 2015-04-23 09:13:55.0 +0200
+++ new/XML-LibXML-2.0120/META.json 2015-05-01 11:49:23.0 +0200
@@ -68,5 +68,5 @@
  url : https://bitbucket.org/shlomif/perl-xml-libxml;
   }
},
-   version : 2.0119
+   version : 2.0120
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0119/META.yml 
new/XML-LibXML-2.0120/META.yml
--- old/XML-LibXML-2.0119/META.yml  2015-04-23 09:13:55.0 +0200
+++ new/XML-LibXML-2.0120/META.yml  2015-05-01 11:49:23.0 +0200
@@ -46,4 +46,4 @@
 resources:
   homepage: https://bitbucket.org/shlomif/perl-xml-libxml
   repository: https://bitbucket.org/shlomif/perl-xml-libxml
-version: '2.0119'
+version: '2.0120'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0119/docs/libxml.dbk 
new/XML-LibXML-2.0120/docs/libxml.dbk
--- old/XML-LibXML-2.0119/docs/libxml.dbk   2015-04-23 09:12:44.0 
+0200
+++ 

commit harfbuzz for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package harfbuzz for openSUSE:Factory 
checked in at 2015-05-05 00:55:22

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


Package is harfbuzz

Changes:

--- /work/SRC/openSUSE:Factory/harfbuzz/harfbuzz-bootstrap.changes  
2015-04-22 01:10:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.harfbuzz.new/harfbuzz-bootstrap.changes 
2015-05-05 00:55:23.0 +0200
@@ -1,0 +2,16 @@
+Mon Apr 27 09:44:21 UTC 2015 - dims...@opensuse.org
+
+- Add this-is-only-for-build-envs requires to the -bootstrap
+  package: This ensures that OBS can use it, but the users will
+  not install it on their systems.
+
+---
+Sun Apr 26 10:34:56 UTC 2015 - fst...@suse.com
+
+- Make harfbuzz-bootstrap package provide the libharfbuzz.so.0
+  * Makes the freshly built freetype2 installable
+- Make harfbuzz-bootstrap-devel package provide the
+  pkgconfig(harfbuzz)
+  * Makes the freshly built freetype2-devel installable
+
+---
harfbuzz.changes: same change



Other differences:
--
++ harfbuzz-bootstrap.spec ++
--- /var/tmp/diff_new_pack.7yfnP3/_old  2015-05-05 00:55:23.0 +0200
+++ /var/tmp/diff_new_pack.7yfnP3/_new  2015-05-05 00:55:23.0 +0200
@@ -17,10 +17,6 @@
 
 
 %global build_bootstrap 1
-%if %{build_bootstrap}
-%global _use_internal_dependency_generator 0
-%global __find_provides %{nil}
-%endif
 Name:   harfbuzz-bootstrap
 Version:0.9.40
 Release:0
@@ -34,6 +30,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{build_bootstrap}
 Source1000: harfbuzz-bootstrap-rpmlintrc
+# Generation of pkgconfig(foo) provides for the bootstrap package
+BuildRequires:  pkg-config
+# The bootstrap package is not supposed to be used by end users
+Requires:   this-is-only-for-build-envs
 %else
 BuildRequires:  harfbuzz-bootstrap
 BuildRequires:  pkgconfig(cairo) = 1.8.0

++ harfbuzz.spec ++
--- /var/tmp/diff_new_pack.7yfnP3/_old  2015-05-05 00:55:23.0 +0200
+++ /var/tmp/diff_new_pack.7yfnP3/_new  2015-05-05 00:55:23.0 +0200
@@ -17,10 +17,6 @@
 
 
 %global build_bootstrap 0
-%if %{build_bootstrap}
-%global _use_internal_dependency_generator 0
-%global __find_provides %{nil}
-%endif
 Name:   harfbuzz
 Version:0.9.40
 Release:0
@@ -34,6 +30,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{build_bootstrap}
 Source1000: harfbuzz-bootstrap-rpmlintrc
+# Generation of pkgconfig(foo) provides for the bootstrap package
+BuildRequires:  pkg-config
+# The bootstrap package is not supposed to be used by end users
+Requires:   this-is-only-for-build-envs
 %else
 BuildRequires:  harfbuzz-bootstrap
 BuildRequires:  pkgconfig(cairo) = 1.8.0




commit perl-Mail-Mbox-MessageParser for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package perl-Mail-Mbox-MessageParser for 
openSUSE:Factory checked in at 2015-05-05 00:55:59

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


Package is perl-Mail-Mbox-MessageParser

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mail-Mbox-MessageParser/perl-Mail-Mbox-MessageParser.changes
2011-11-21 12:42:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mail-Mbox-MessageParser.new/perl-Mail-Mbox-MessageParser.changes
   2015-05-05 00:56:00.0 +0200
@@ -1,0 +2,73 @@
+Sun May  3 08:35:33 UTC 2015 - co...@suse.com
+
+- updated to 1.5105
+   see /usr/share/doc/packages/perl-Mail-Mbox-MessageParser/CHANGES
+
+  Version 1.5105: Sat May 2 2015
+  - Prevent CPAN from indexing private-lib
+  
+  Version 1.5104: Mon Apr 20 2015
+  - Remove unused File::Cat import
+  
+  Version 1.5103: Mon Apr 20 2015
+  - Add File::Path dependency for testing. Thanks to Paul Howarth
+p...@city-fan.org for the info.
+https://rt.cpan.org/Ticket/Display.html?id=103482
+  - Don't install private Module::Install extension. Thanks to Paul Howarth
+p...@city-fan.org for the bug report.
+https://rt.cpan.org/Ticket/Display.html?id=103482
+  - Clarify licensing terms
+  - Move verbose testing to a private module, and implement it in a way that
+doesn't require editing the Makefile after it is generated.
+  - Require File::Slurp instead of including it, to avoid potential problems
+like this:
+http://www.cpantesters.org/cpan/report/86a0145a-e52b-11e4-a1d1-8536eb4f9f07
+  - Improve the ability of the test suite to be run in parallel
+  - Fix Windows test incompatibilities, such as:
+http://www.cpantesters.org/cpan/report/12187014-af8d-1014-92d8-fdf72a825c07
+http://www.cpantesters.org/cpan/report/12187014-af8d-1014-92d8-fdf72a825c07
+  
+  Version 1.5102: Sun Apr 12 2015
+  - Fix xz and lzip test skip for when tools are not installed
+  - Enable verbose testing for CPAN-testers
+  - Use proper temp dir instead of t/temp
+  - Consolidate issue tracking at rt.cpan.org
+  
+  Version 1.5101: Sat Apr 4 2015
+  - Add a version check for lzip, to make sure the .lz file can be decompressed
+properly during testing. Thanks to Paul Howarth p...@city-fan.org for the
+suggestion.
+  - Fix warning about deleting nonexistent test cache
+  - Enhance make test TEST_VERBOSE=1 to dump debug information
+  - Work around a POD-stripping bug that would cause module load to fail on 
some
+platforms
+  
+  Version 1.5100: Sun Mar 22 2015
+  - Moved code to github
+  - Added xz support.
+https://rt.cpan.org/Ticket/Display.html?id=68286
+Thanks to sas...@trimind.de for initial patches.
+  - Added lzip support.
+Thanks to an anonymous submitter for the idea.
+http://sourceforge.net/p/grepmail/patches/8/
+  - Added POD test
+  - Fixed hang in pure Perl implementation for a malformed mbox file scenario.
+Thanks to Jason Brooks ja...@petting-zoo.org for providing an mbox
+that found this bug.
+  - Fixed $OLDSTDERR used only once warning.
+https://rt.cpan.org/Ticket/Display.html?id=58053
+Thanks to p...@city-fan.org for the bug report and patch.
+  - Fixed enabling of warnings.
+https://rt.cpan.org/Ticket/Display.html?id=79898
+Thanks to atour...@cpan.org for the bug report and patch.
+  - Fixed a division by zero error for malformed mbox files that start with a
+newline.
+https://rt.cpan.org/Ticket/Display.html?id=69469
+Thanks to v...@cpan.org for the bug report.
+  - Fix bug in M::M::Perl documentation.
+Thanks to Christopher Orsolits ch...@s7logic.com for spotting it.
+  - Add more cache file validation.
+Thanks to Richard Higson richard.hig...@gt.owl.de for reporting the
+problem.
+
+---

Old:

  Mail-Mbox-MessageParser-1.5002.tar.gz

New:

  Mail-Mbox-MessageParser-1.5105.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Mail-Mbox-MessageParser.spec ++
--- /var/tmp/diff_new_pack.kEoG8m/_old  2015-05-05 00:56:01.0 +0200
+++ /var/tmp/diff_new_pack.kEoG8m/_new  2015-05-05 00:56:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mail-Mbox-MessageParser
 #
-# 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,60 +15,69 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild

commit mono-addins for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package mono-addins for openSUSE:Factory 
checked in at 2015-05-05 00:56:06

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


Package is mono-addins

Changes:

--- /work/SRC/openSUSE:Factory/mono-addins/mono-addins.changes  2014-11-04 
17:29:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.mono-addins.new/mono-addins.changes 
2015-05-05 00:56:07.0 +0200
@@ -1,0 +2,11 @@
+Thu Apr 30 00:00:00 UTC 2015 - fwdsbs.to.1...@xoxy.net
+
+- update version 1.2
+  * Fixed bug that caused add-ins to be disabled when being updated.
+  * Fixed several issues when scanning assemblies.
+  * When evaluating a condition, ensure that the add-in that implements that 
condition is loaded. This change requires some new information to be stored in 
the add-in database, so the db version number has been bumped.
+  * Fixed assembly resolution bug when running in MS.NET.
+  * Added GTK3 implementation of the add-in manager.
+  * Registered repositories are now automatically updated the first time the 
add-in manager is shown.
+
+---

Old:

  mono-addins-1.1.tar.gz

New:

  mono-addins-1.2.tar.gz



Other differences:
--
++ mono-addins.spec ++
--- /var/tmp/diff_new_pack.r1avuM/_old  2015-05-05 00:56:08.0 +0200
+++ /var/tmp/diff_new_pack.r1avuM/_new  2015-05-05 00:56:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mono-addins
 #
-# 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,13 +17,13 @@
 
 
 Name:   mono-addins
-Version:1.1
+Version:1.2
 Release:0
 Summary:Mono Addins Framework
 License:MIT
 Group:  Development/Languages/Mono
 Url:https://github.com/mono/mono-addins
-Source: 
http://download.mono-project.com/sources/mono-addins/%{name}-%{version}.tar.gz
+Source: 
https://github.com/mono/mono-addins/archive/%{name}-%{version}.tar.gz
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(gtk-sharp-2.0)
@@ -62,9 +62,10 @@
 This package contains the pkgconfig files.
 
 %prep
-%setup -q
+%setup -q -n mono-addins-mono-addins-1.2
 
 %build
+./autogen.sh
 %configure --libdir=%{_prefix}/lib
 make %{?_smp_mflags}
 

++ mono-addins-1.1.tar.gz - mono-addins-1.2.tar.gz ++
 44702 lines of diff (skipped)




commit python-django-appconf for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-django-appconf for 
openSUSE:Factory checked in at 2015-05-05 00:56:08

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


Package is python-django-appconf

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-appconf/python-django-appconf.changes  
2013-10-25 11:13:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-appconf.new/python-django-appconf.changes
 2015-05-05 00:56:08.0 +0200
@@ -1,0 +2,10 @@
+Sun May  3 16:21:07 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.0.1:
+  * no changelog
+- additional changes from version 1.0:
+  * Dropped support of Python 2.5.
+  * Added support for Django 1.7 and 1.8.
+  * Modernized test setup.
+
+---

Old:

  django-appconf-0.6.tar.gz

New:

  django-appconf-1.0.1.tar.gz



Other differences:
--
++ python-django-appconf.spec ++
--- /var/tmp/diff_new_pack.hhsju2/_old  2015-05-05 00:56:09.0 +0200
+++ /var/tmp/diff_new_pack.hhsju2/_new  2015-05-05 00:56:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-appconf
 #
-# 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:   python-django-appconf
-Version:0.6
+Version:1.0.1
 Release:0
 Url:http://django-appconf.readthedocs.org/
 Summary:A Helper Class for Handling Configuration Defaults of Packaged 
Apps

++ django-appconf-0.6.tar.gz - django-appconf-1.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-0.6/.coveragerc 
new/django-appconf-1.0.1/.coveragerc
--- old/django-appconf-0.6/.coveragerc  1970-01-01 01:00:00.0 +0100
+++ new/django-appconf-1.0.1/.coveragerc2015-02-15 14:20:37.0 
+0100
@@ -0,0 +1,6 @@
+[run]
+source = appconf
+branch = 1
+
+[report]
+omit = *tests*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-0.6/.gitignore 
new/django-appconf-1.0.1/.gitignore
--- old/django-appconf-0.6/.gitignore   1970-01-01 01:00:00.0 +0100
+++ new/django-appconf-1.0.1/.gitignore 2015-02-15 14:20:37.0 +0100
@@ -0,0 +1,9 @@
+build
+dist
+MANIFEST
+*.pyc
+*.egg-info
+*.egg
+docs/_build/
+.coverage
+.tox/
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-0.6/.travis.yml 
new/django-appconf-1.0.1/.travis.yml
--- old/django-appconf-0.6/.travis.yml  1970-01-01 01:00:00.0 +0100
+++ new/django-appconf-1.0.1/.travis.yml2015-02-15 14:20:37.0 
+0100
@@ -0,0 +1,30 @@
+language: python
+env:
+  - TOXENV=flake8-py27
+  - TOXENV=flake8-py33
+  - TOXENV=py26-dj14
+  - TOXENV=py27-dj14
+  - TOXENV=py26-dj15
+  - TOXENV=py26-dj16
+  - TOXENV=py27-dj15
+  - TOXENV=py27-dj16
+  - TOXENV=py32-dj15
+  - TOXENV=py32-dj16
+  - TOXENV=py33-dj15
+  - TOXENV=py33-dj16
+  - TOXENV=py27-dj17
+  - TOXENV=py27-dj18
+  - TOXENV=py27-dj19
+  - TOXENV=py32-dj17
+  - TOXENV=py32-dj18
+  - TOXENV=py32-dj19
+  - TOXENV=py33-dj17
+  - TOXENV=py33-dj18
+  - TOXENV=py33-dj19
+  - TOXENV=py34-dj17
+  - TOXENV=py34-dj18
+  - TOXENV=py34-dj19
+install:
+  - pip install tox
+script:
+  - tox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-0.6/AUTHORS 
new/django-appconf-1.0.1/AUTHORS
--- old/django-appconf-0.6/AUTHORS  2013-01-28 18:44:32.0 +0100
+++ new/django-appconf-1.0.1/AUTHORS2015-02-15 14:20:37.0 +0100
@@ -2,4 +2,5 @@
 Jannis Leidel
 Matthew Tretter
 Rafal Stozek
-Chris Streeter
\ No newline at end of file
+Chris Streeter
+Patrick Altman
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-0.6/PKG-INFO 
new/django-appconf-1.0.1/PKG-INFO
--- old/django-appconf-0.6/PKG-INFO 2013-01-28 18:53:14.0 +0100
+++ new/django-appconf-1.0.1/PKG-INFO   2015-02-15 14:32:20.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django-appconf
-Version: 0.6
+Version: 1.0.1
 Summary: A helper class for handling configuration defaults of packaged apps 
gracefully.
 Home-page: http://django-appconf.readthedocs.org/
 Author: Jannis Leidel
@@ -16,6 +16,16 @@
 A helper class for handling 

commit xorg-docs for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package xorg-docs for openSUSE:Factory 
checked in at 2015-05-05 00:56:16

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


Package is xorg-docs

Changes:

--- /work/SRC/openSUSE:Factory/xorg-docs/xorg-docs.changes  2012-06-12 
22:10:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-docs.new/xorg-docs.changes 2015-05-05 
00:56:18.0 +0200
@@ -1,0 +2,8 @@
+Mon May  4 14:39:26 UTC 2015 - sndir...@suse.com
+
+- Update to version 1.7
+  * This release provides various minor updates  corrections that have
+accumulated since the last katamari, without waiting forever for
+someone to step up to create the next katamari.
+
+---

Old:

  xorg-docs-1.7.tar.bz2

New:

  xorg-docs-1.7.1.tar.bz2



Other differences:
--
++ xorg-docs.spec ++
--- /var/tmp/diff_new_pack.vyLUT3/_old  2015-05-05 00:56:19.0 +0200
+++ /var/tmp/diff_new_pack.vyLUT3/_new  2015-05-05 00:56:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xorg-docs
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   xorg-docs
-Version:1.7
+Version:1.7.1
 Release:0
 Summary:Miscellaneous documentation for the X Window System
 License:MIT

++ xorg-docs-1.7.tar.bz2 - xorg-docs-1.7.1.tar.bz2 ++
 33523 lines of diff (skipped)




commit mercurial for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2015-05-05 00:56:13

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


Package is mercurial

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2015-04-05 
02:04:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2015-05-05 
00:56:15.0 +0200
@@ -1,0 +2,9 @@
+Sun May  3 21:59:01 UTC 2015 - devel...@develop7.info
+
+- update to 3.4
+  This is a regularly-scheduled feature release.
+  
+  See full release notes at 
+  http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.4_.282015-05-01.29
+
+---

Old:

  mercurial-3.3.3.tar.gz

New:

  mercurial-3.4.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.S9bkNN/_old  2015-05-05 00:56:16.0 +0200
+++ /var/tmp/diff_new_pack.S9bkNN/_new  2015-05-05 00:56:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.3.3
+Version:3.4
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.3.3.tar.gz - mercurial-3.4.tar.gz ++
 43733 lines of diff (skipped)




commit haproxy for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package haproxy for openSUSE:Factory checked 
in at 2015-05-05 00:55:48

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


Package is haproxy

Changes:

--- /work/SRC/openSUSE:Factory/haproxy/haproxy.changes  2015-04-22 
01:19:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.haproxy.new/haproxy.changes 2015-05-05 
00:55:49.0 +0200
@@ -1,0 +2,65 @@
+Sat May  2 22:17:57 UTC 2015 - mrueck...@suse.de
+
+- update to 1.5.12
+  - BUG/MINOR: ssl: Display correct filename in error message
+  - DOC: Fix L4TOUT typo in documentation
+  - BUG/MEDIUM: Do not consider an agent check as failed on L7
+error
+  - BUG/MINOR: pattern: error message missing
+  - BUG/MEDIUM: pattern: some entries are not deleted with case
+insensitive match
+  - BUG/MEDIUM: buffer: one byte miss in buffer free space check
+  - BUG/MAJOR: http: don't read past buffer's end in
+http_replace_value
+  - BUG/MEDIUM: http: the function (req|res)-replace-value
+doesn't respect the HTTP syntax
+  - BUG/MEDIUM: peers: correctly configure the client timeout
+  - BUG/MINOR: compression: consider the expansion factor in init
+  - BUG/MEDIUM: http: hdr_cnt would not count any header when
+called without name
+  - BUG/MEDIUM: listener: don't report an error when resuming
+unbound listeners
+  - BUG/MEDIUM: init: don't limit cpu-map to the first 32 processes
+only
+  - BUG/MEDIUM: stream-int: always reset si-ops when si-end is
+nullified
+  - BUG/MEDIUM: http: remove content-length from chunked messages
+  - DOC: http: update the comments about the rules for determining
+transfer-length
+  - BUG/MEDIUM: http: do not restrict parsing of transfer-encoding
+to HTTP/1.1
+  - BUG/MEDIUM: http: incorrect transfer-coding in the request is a
+bad request
+  - BUG/MEDIUM: http: remove content-length form responses with bad
+transfer-encoding
+  - MEDIUM: http: restrict the HTTP version token to 1 digit as per
+RFC7230
+  - MEDIUM: http: add option-ignore-probes to get rid of the floods
+of 408
+  - BUG/MINOR: config: clear proxy-table.peers.p for disabled
+proxies
+  - MINOR: stick-table: don't attach to peers in stopped state
+  - MEDIUM: config: initialize stick-tables after peers, not before
+  - MEDIUM: peers: add the ability to disable a peers section
+  - DOC: document option http-ignore-probes
+  - DOC: fix the comments about the meaning of msg-sol in HTTP
+  - BUG/MEDIUM: http: wait for the exact amount of body bytes in
+wait_for_request_body
+  - BUG/MAJOR: http: prevent risk of reading past end with balance
+url_param
+  - DOC: update the doc on the proxy protocol
+- remove patches that we pulled from the 1.5 tree
+  0001-BUG-MINOR-pattern-error-message-missing.patch
+  0002-BUG-MEDIUM-pattern-some-entries-are-not-deleted-with.patch
+  0003-BUG-MEDIUM-Do-not-consider-an-agent-check-as-failed-.patch
+  0004-BUG-MEDIUM-peers-correctly-configure-the-client-time.patch
+  0005-BUG-MEDIUM-buffer-one-byte-miss-in-buffer-free-space.patch
+  0006-BUG-MAJOR-http-don-t-read-past-buffer-s-end-in-http_.patch
+  0007-BUG-MEDIUM-http-the-function-req-res-replace-value-d.patch
+  0008-BUG-MINOR-compression-consider-the-expansion-factor-.patch
+  0009-BUG-MEDIUM-http-hdr_cnt-would-not-count-any-header-w.patch
+  0010-BUG-MINOR-ssl-Display-correct-filename-in-error-mess.patch
+  0011-BUG-MEDIUM-listener-don-t-report-an-error-when-resum.patch
+  0012-BUG-MEDIUM-init-don-t-limit-cpu-map-to-the-first-32-.patch
+
+---

Old:

  0001-BUG-MINOR-pattern-error-message-missing.patch
  0002-BUG-MEDIUM-pattern-some-entries-are-not-deleted-with.patch
  0003-BUG-MEDIUM-Do-not-consider-an-agent-check-as-failed-.patch
  0004-BUG-MEDIUM-peers-correctly-configure-the-client-time.patch
  0005-BUG-MEDIUM-buffer-one-byte-miss-in-buffer-free-space.patch
  0006-BUG-MAJOR-http-don-t-read-past-buffer-s-end-in-http_.patch
  0007-BUG-MEDIUM-http-the-function-req-res-replace-value-d.patch
  0008-BUG-MINOR-compression-consider-the-expansion-factor-.patch
  0009-BUG-MEDIUM-http-hdr_cnt-would-not-count-any-header-w.patch
  0010-BUG-MINOR-ssl-Display-correct-filename-in-error-mess.patch
  0011-BUG-MEDIUM-listener-don-t-report-an-error-when-resum.patch
  0012-BUG-MEDIUM-init-don-t-limit-cpu-map-to-the-first-32-.patch
  haproxy-1.5.11.tar.gz

New:

  haproxy-1.5.12.tar.gz



Other differences:
--
++ haproxy.spec ++
--- /var/tmp/diff_new_pack.diiPLL/_old  2015-05-05 00:55:50.0 +0200
+++ /var/tmp/diff_new_pack.diiPLL/_new  2015-05-05 00:55:50.0 +0200
@@ -33,7 +33,7 @@
 %bcond_without  

commit perl-AnyEvent for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package perl-AnyEvent for openSUSE:Factory 
checked in at 2015-05-05 00:56:04

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


Package is perl-AnyEvent

Changes:

--- /work/SRC/openSUSE:Factory/perl-AnyEvent/perl-AnyEvent.changes  
2015-04-16 14:13:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-AnyEvent.new/perl-AnyEvent.changes 
2015-05-05 00:56:06.0 +0200
@@ -1,0 +2,26 @@
+Sun May  3 08:15:59 UTC 2015 - co...@suse.com
+
+- updated to 7.09
+   see /usr/share/doc/packages/perl-AnyEvent/Changes
+
+  TODO: hosts always read? that's not expected
+  
+  7.09 Sat May  2 16:38:53 CEST 2015
+   - AnyEvent::Debug called an internal function (AnyEvent::Log::ft)
+that was renamed to AnyEvent::Log:format_time. uinder its old name
+(analyzed by Michael Stovenour).
+  - update AnyEvent::DNS fallback resolver addresses:
+seems google effectively killed most other free dns resolvers,
+so remove them, but add cable and wireless (ecrc) since it was
+stable for 20 years or so, official or not, and there should be
+an alternative to google.
+  - perl5porters broke windows error codes in 5.20, and mapped
+WSAEWOULDBLOCK on the (different) EWOULDBLOCK error code, and
+WSAEINPROGRESS into the incompatible ERINPROGRESS code, probably
+because they were so cool. They probably broke other error codes
+for no reason, too, but I didn't care for checking, it's too
+depressing. This version only works around the WSAEWOULDBLOCK
+issue, because I don't have a nice way to work around the
+WSAEINPROGRESS bug.
+
+---

Old:

  AnyEvent-7.08.tar.gz

New:

  AnyEvent-7.09.tar.gz



Other differences:
--
++ perl-AnyEvent.spec ++
--- /var/tmp/diff_new_pack.T7i4p7/_old  2015-05-05 00:56:06.0 +0200
+++ /var/tmp/diff_new_pack.T7i4p7/_new  2015-05-05 00:56:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-AnyEvent
-Version:7.08
+Version:7.09
 Release:0
 #Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
 %define cpan_name AnyEvent

++ AnyEvent-7.08.tar.gz - AnyEvent-7.09.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AnyEvent-7.08/Changes new/AnyEvent-7.09/Changes
--- old/AnyEvent-7.08/Changes   2014-12-10 05:28:57.0 +0100
+++ new/AnyEvent-7.09/Changes   2015-05-02 16:39:12.0 +0200
@@ -8,6 +8,25 @@
 TODO: AnyEvent::Handle with AnyEvent::IO?
 TODO: invalid. and localhost. specialcasing inside AEDNS and not AESocket 
(rfc6761)
 TODO: maybe implement env variable to give hosts precedence
+TODO: hosts always read? that's not expected
+
+7.09 Sat May  2 16:38:53 CEST 2015
+   - AnyEvent::Debug called an internal function (AnyEvent::Log::ft)
+  that was renamed to AnyEvent::Log:format_time. uinder its old name
+  (analyzed by Michael Stovenour).
+- update AnyEvent::DNS fallback resolver addresses:
+  seems google effectively killed most other free dns resolvers,
+  so remove them, but add cable and wireless (ecrc) since it was
+  stable for 20 years or so, official or not, and there should be
+  an alternative to google.
+- perl5porters broke windows error codes in 5.20, and mapped
+  WSAEWOULDBLOCK on the (different) EWOULDBLOCK error code, and
+  WSAEINPROGRESS into the incompatible ERINPROGRESS code, probably
+  because they were so cool. They probably broke other error codes
+  for no reason, too, but I didn't care for checking, it's too
+  depressing. This version only works around the WSAEWOULDBLOCK
+  issue, because I don't have a nice way to work around the
+  WSAEINPROGRESS bug.
 
 7.08 Wed Dec 10 05:27:17 CET 2014
 - work around a newly introduced bug in Socket 2.011 (an
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AnyEvent-7.08/META.json new/AnyEvent-7.09/META.json
--- old/AnyEvent-7.08/META.json 2014-12-10 05:29:08.0 +0100
+++ new/AnyEvent-7.09/META.json 2015-05-02 16:39:23.0 +0200
@@ -44,5 +44,5 @@
   }
},
release_status : stable,
-   version : 7.08
+   version : 7.09
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/AnyEvent-7.08/META.yml new/AnyEvent-7.09/META.yml
--- old/AnyEvent-7.08/META.yml  2014-12-10 05:29:08.0 +0100
+++ 

commit python-cssutils for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-cssutils for openSUSE:Factory 
checked in at 2015-05-05 00:55:54

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


Package is python-cssutils

Changes:

--- /work/SRC/openSUSE:Factory/python-cssutils/python-cssutils.changes  
2013-10-25 11:12:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-cssutils.new/python-cssutils.changes 
2015-05-05 00:55:55.0 +0200
@@ -1,0 +2,24 @@
+Sat May  2 16:47:10 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.0:
+  * EXPERIMENTAL: Variable references may have a fallback value now
+(as implemented in Firefox 29). It is available as
+CSSVariable.fallback and example are:
+  * FEATURE: (issue #37) Implemented parsing of CSSCalc values.
+General syntax is checked but not if operators in calc are
+actually the right kind like DIMENSION * DIMENSION. Also Values
+using calc do not validate in cssutils but are actually valid.
+  * FIXED issue #20 and #35 (Test fail CSSParser.parseUrl() error
+with Python 3.3)
+  * FIXED issue #21: (almost all) deprecation warning in Py 3.3
+fixed.
+  * FIXED issue #30 (Test failed)
+  * FIXED issue #33 (well kinda): Added that cssutils is **not**
+threadsafe!
+  * FIXED issue #34: More complext MediaQueries should be parsable
+now. A few slight changes in behavior are:
+- xml.dom.SyntaxErr raised instead of
+  xml.dom.InvalidCharacterErr for an unknown media type
+- removed handheld media type special case (for old Opera).
+
+---

Old:

  cssutils-0.9.10.zip

New:

  cssutils-1.0.zip



Other differences:
--
++ python-cssutils.spec ++
--- /var/tmp/diff_new_pack.nOidjq/_old  2015-05-05 00:55:55.0 +0200
+++ /var/tmp/diff_new_pack.nOidjq/_new  2015-05-05 00:55:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cssutils
 #
-# 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:   python-cssutils
-Version:0.9.10
+Version:1.0
 Release:0
 Url:http://cthedot.de/cssutils/
 Summary:A CSS Cascading Style Sheets library for Python




commit xvinfo for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package xvinfo for openSUSE:Factory checked 
in at 2015-05-05 00:56:15

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


Package is xvinfo

Changes:

--- /work/SRC/openSUSE:Factory/xvinfo/xvinfo.changes2014-02-07 
11:57:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.xvinfo.new/xvinfo.changes   2015-05-05 
00:56:17.0 +0200
@@ -1,0 +2,11 @@
+Mon May  4 14:36:25 UTC 2015 - sndir...@suse.com
+
+- Use progname for error messages as well
+  * Convert sprintf call to use snprintf
+  * Make ImageEncodings unsigned
+  * configure: Drop AM_MAINTAINER_MODE
+  * autogen.sh: Honor NOCONFIGURE=1
+  * Print which option was in error along with usage message
+  * Use real program name for help message
+
+---

Old:

  xvinfo-1.1.2.tar.bz2

New:

  xvinfo-1.1.3.tar.bz2



Other differences:
--
++ xvinfo.spec ++
--- /var/tmp/diff_new_pack.rjbNdM/_old  2015-05-05 00:56:18.0 +0200
+++ /var/tmp/diff_new_pack.rjbNdM/_new  2015-05-05 00:56:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xvinfo
 #
-# 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:   xvinfo
-Version:1.1.2
+Version:1.1.3
 Release:0
 Summary:Utility to print X-Video extension adaptor information
 License:X11

++ xvinfo-1.1.2.tar.bz2 - xvinfo-1.1.3.tar.bz2 ++
 8032 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/xvinfo-1.1.2/ChangeLog new/xvinfo-1.1.3/ChangeLog
--- old/xvinfo-1.1.2/ChangeLog  2013-02-11 01:44:36.0 +0100
+++ new/xvinfo-1.1.3/ChangeLog  2015-05-01 08:05:41.0 +0200
@@ -1,3 +1,88 @@
+commit ec76226d2986b1a77c9c021bb9b41e59bd839ed4
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Thu Apr 30 23:03:01 2015 -0700
+
+xvinfo 1.1.3
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 5f47bf1a212b957009a85207338ee5b1d6ec6340
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Tue Jun 3 23:36:56 2014 -0700
+
+Print which option was in error along with usage message
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 9798300fc71af02f8725bc7b4da47a4b8676f5ab
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Tue Jun 3 23:32:31 2014 -0700
+
+autogen.sh: Honor NOCONFIGURE=1
+
+See http://people.gnome.org/~walters/docs/build-api.txt
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 169e0dd0a3e1740d7621d214494374c99dbc75ce
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Tue Jun 3 23:32:31 2014 -0700
+
+configure: Drop AM_MAINTAINER_MODE
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit ca5ed1edbb7a71ea166868b80dd02a210c2a8f05
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri Oct 18 22:17:03 2013 -0700
+
+Make ImageEncodings unsigned
+
+Starts at 0 and increments to count encodings - should never go negative.
+
+Fixes clang warnings:
+
+xvinfo.c:184:31: warning: implicit conversion changes signedness: 'int' to
+  'unsigned int' [-Wsign-conversion]
+if (nencode - ImageEncodings) {
+~ ^~
+
+xvinfo.c:186:39: warning: implicit conversion changes signedness: 'int' to
+  'unsigned int' [-Wsign-conversion]
+nencode - ImageEncodings);
+~ ^~
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 8a4d6f5bd95f5ad7608a7871bc6822935e4a191b
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri Oct 18 22:12:12 2013 -0700
+
+Convert sprintf call to use snprintf
+
+Should be impossible to overflow with previous sprintf code, but
+still safer to avoid bugs if something changes in the future.
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit d61cb117c170b23b9fbaf619c2a1e54b9f987a90

commit python-CouchDB for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-CouchDB for openSUSE:Factory 
checked in at 2015-05-05 00:55:50

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


Package is python-CouchDB

Changes:

--- /work/SRC/openSUSE:Factory/python-CouchDB/python-CouchDB.changes
2013-09-27 18:00:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-CouchDB.new/python-CouchDB.changes   
2015-05-05 00:55:51.0 +0200
@@ -1,0 +2,15 @@
+Sat May  2 16:15:07 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.0:
+  * Many smaller Python 3 compatibility issues have been fixed
+  * Improve handling of binary attachments in the couchdb-dump tool
+  * Added testing via tox and support for Travis CI
+- additional changes from version 0.10:
+  * Now compatible with Python 2.7, 3.3 and 3.4
+  * Added batch processing for the couchdb-dump tool
+  * A very basic API to access the _security object
+  * A way to access the update_seq value on view results
+- update project URL
+- change documentation files from txt to rst, to follow upstream
+
+---

Old:

  CouchDB-0.9.tar.gz

New:

  CouchDB-1.0.tar.gz



Other differences:
--
++ python-CouchDB.spec ++
--- /var/tmp/diff_new_pack.66WHoH/_old  2015-05-05 00:55:52.0 +0200
+++ /var/tmp/diff_new_pack.66WHoH/_new  2015-05-05 00:55:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-CouchDB
 #
-# 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,9 +17,9 @@
 
 
 Name:   python-CouchDB
-Version:0.9
+Version:1.0
 Release:0
-Url:http://code.google.com/p/couchdb-python/
+Url:https://github.com/djc/couchdb-python/
 Summary:A Python library for working with CouchDB
 License:BSD-3-Clause
 Group:  Development/Languages/Python
@@ -64,7 +64,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog.txt COPYING README.txt
+%doc ChangeLog.rst COPYING README.rst
 %{_bindir}/couch*
 %{python_sitelib}/*
 

++ CouchDB-0.9.tar.gz - CouchDB-1.0.tar.gz ++
 3378 lines of diff (skipped)




commit perl-Benchmark-Timer for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package perl-Benchmark-Timer for 
openSUSE:Factory checked in at 2015-05-05 00:56:02

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


Package is perl-Benchmark-Timer

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Benchmark-Timer/perl-Benchmark-Timer.changes
2015-04-16 14:13:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Benchmark-Timer.new/perl-Benchmark-Timer.changes
   2015-05-05 00:56:04.0 +0200
@@ -1,0 +2,6 @@
+Sun May  3 08:17:35 UTC 2015 - co...@suse.com
+
+- updated to 0.7107
+   see /usr/share/doc/packages/perl-Benchmark-Timer/CHANGES
+
+---

Old:

  Benchmark-Timer-0.7104.tar.gz

New:

  Benchmark-Timer-0.7107.tar.gz



Other differences:
--
++ perl-Benchmark-Timer.spec ++
--- /var/tmp/diff_new_pack.MCqz2F/_old  2015-05-05 00:56:04.0 +0200
+++ /var/tmp/diff_new_pack.MCqz2F/_new  2015-05-05 00:56:04.0 +0200
@@ -17,9 +17,9 @@
 
 
 Name:   perl-Benchmark-Timer
-Version:0.7104
+Version:0.7107
 Release:0
-#Upstream: GPL-1.0+
+#Upstream: GPL-2.0+
 %define cpan_name Benchmark-Timer
 Summary:Benchmarking with statistical confidence
 License:GPL-2.0+
@@ -31,6 +31,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(URI::Escape)
 %{perl_requires}
 
 %description

++ Benchmark-Timer-0.7104.tar.gz - Benchmark-Timer-0.7107.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Benchmark-Timer-0.7104/CHANGES 
new/Benchmark-Timer-0.7107/CHANGES
--- old/Benchmark-Timer-0.7104/CHANGES  2015-04-04 19:06:05.0 +0200
+++ new/Benchmark-Timer-0.7107/CHANGES  2015-05-03 04:31:22.0 +0200
@@ -1,4 +1,18 @@
-Version 0.7104: Sat Mar 28 2015
+Version 0.7107: Sat May 2 2015
+- Prevent CPAN from indexing private-lib
+
+Version 0.7106: Mon Apr 20 2015
+- Clarify licensing terms
+- Move verbose testing to a private module, and implement it in a way that
+  doesn't require editing the Makefile after it is generated.
+
+Version 0.7105: Sun Apr 12 2015
+- Make basic.t 'Nonzero single result' test reliable
+  http://www.cpantesters.org/cpan/report/abcfc65a-de71-11e4-a1d1-8536eb4f9f07
+- Enable verbose testing for CPAN-testers
+- Consolidate issue tracking at rt.cpan.org
+
+Version 0.7104: Sat Apr 4 2015
 - Bundle Module::AutoInstall to prevent breaks when people don't have it
   installed already. Thanks to Andreas Koenig a...@cpan.org for the report,
   and Paul Howarth p...@city-fan.org for giving me a kick in the pants to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Benchmark-Timer-0.7104/LICENSE 
new/Benchmark-Timer-0.7107/LICENSE
--- old/Benchmark-Timer-0.7104/LICENSE  2015-04-04 16:11:20.0 +0200
+++ new/Benchmark-Timer-0.7107/LICENSE  2015-05-03 04:31:51.0 +0200
@@ -1,3 +1,9 @@
+This software is Copyright (c) 2015 by David Coppit.
+
+This is free software, licensed under:
+
+  The GNU General Public License, Version 2, June 1991
+
 GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Benchmark-Timer-0.7104/MANIFEST 
new/Benchmark-Timer-0.7107/MANIFEST
--- old/Benchmark-Timer-0.7104/MANIFEST 2015-04-04 21:04:38.0 +0200
+++ new/Benchmark-Timer-0.7107/MANIFEST 2015-04-19 18:31:35.0 +0200
@@ -20,14 +20,22 @@
 # Module::Install extensions
 inc/Module/AutoInstall.pm
 inc/Module/Install.pm
+inc/Module/Install/AutoLicense.pm
+inc/Module/Install/AutomatedTester.pm
 inc/Module/Install/Base.pm
+inc/Module/Install/Bugtracker.pm
 inc/Module/Install/Can.pm
 inc/Module/Install/CheckOptional.pm
 inc/Module/Install/Fetch.pm
+inc/Module/Install/GithubMeta.pm
 inc/Module/Install/Include.pm
 inc/Module/Install/Makefile.pm
 inc/Module/Install/Metadata.pm
 inc/Module/Install/Win32.pm
 inc/Module/Install/WriteAll.pm
+inc/Module/Install/PRIVATE/Enable_Verbose_CPAN_Testing.pm
+
+# Private Module::Install extensions
+private-lib/Module/Install/PRIVATE/Enable_Verbose_CPAN_Testing.pm
 
 META.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Benchmark-Timer-0.7104/META.yml 
new/Benchmark-Timer-0.7107/META.yml
--- old/Benchmark-Timer-0.7104/META.yml 2015-04-04 21:05:06.0 +0200
+++ new/Benchmark-Timer-0.7107/META.yml 2015-05-03 04:31:51.0 +0200
@@ -7,10 +7,11 @@
   Test::More: 0
 

commit perl-FileHandle-Unget for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package perl-FileHandle-Unget for 
openSUSE:Factory checked in at 2015-05-05 00:56:01

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


Package is perl-FileHandle-Unget

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-FileHandle-Unget/perl-FileHandle-Unget.changes  
2011-09-23 12:37:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-FileHandle-Unget.new/perl-FileHandle-Unget.changes
 2015-05-05 00:56:01.0 +0200
@@ -1,0 +2,46 @@
+Sun May  3 08:28:02 UTC 2015 - co...@suse.com
+
+- updated to 0.1628
+   see /usr/share/doc/packages/perl-FileHandle-Unget/CHANGES
+
+  Version 0.1628: Sat May 2 2015
+  - Prevent CPAN from indexing private-lib
+  
+  Version 0.1627: Mon Apr 20 2015
+  - Clarify licensing terms
+  - Move verbose testing to a private module, and implement it in a way that
+doesn't require editing the Makefile after it is generated.
+  - Require File::Slurp instead of including it, to avoid potential problems 
+like this: 
+
http://www.cpantesters.org/cpan/report/86a0145a-e52b-11e4-a1d1-8536eb4f9f07 
+  - Fix tests so that they don't prematurely delete the temp file
+See for example:
+http://www.cpantesters.org/cpan/report/3adcb600-6bf9-1014-8336-f8616735162a
+  - Fix tests on Windows.
+http://www.cpantesters.org/cpan/report/482c4765-af8d-1014-8ca5-91062b825c07
+  
+  Version 0.1626: Sun Apr 12 2015
+  - Enable verbose testing for CPAN-testers
+  - Consolidate issue tracking at rt.cpan.org
+  
+  Version 0.1625: Sat Apr 4 2015
+  - Modify the memory leak test to check for = 0 bytes. I'm not sure how this
+scenario happens, but test failures like this indicate that it can:
+http://www.cpantesters.org/cpan/report/bdd0e36c-d0dd-11e4-954f-5702e0bfc7aa
+  - Attempt to fix loss of lines when $/ is undef. Thanks to Nigel Horne for 
the
+automated testing that found the failure.
+http://www.cpantesters.org/cpan/report/60452d60-d3cc-11e4-b60b-c2157e3e1735
+  
+  Version 0.1624: Sun Mar 22 2015
+  - Moved code to github
+  - Added POD test
+  - Improve testability of binmode_bug.t, stdin_tell_bug.t
+  - Implement a potential fix for test failures where FileHandle::getline()
+   seems to be reading a single line even though $/ is undef. 
Unfortunately I
+   can't reproduce this failure, so I'll submit and check the CPAN Testers
+   reports.
+  - Use local $/ instead of reassigning global $/. Perhaps this is somehow
+   related to the test failures above?
+  - Improve documentation for input_record_separator()
+
+---

Old:

  FileHandle-Unget-0.1623.tar.gz

New:

  FileHandle-Unget-0.1628.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-FileHandle-Unget.spec ++
--- /var/tmp/diff_new_pack.qXvLit/_old  2015-05-05 00:56:02.0 +0200
+++ /var/tmp/diff_new_pack.qXvLit/_new  2015-05-05 00:56:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-FileHandle-Unget
 #
-# 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,20 +16,22 @@
 #
 
 
-
 Name:   perl-FileHandle-Unget
-Version:0.1623
-Release:12
-License:GPL-2.0+
+Version:0.1628
+Release:0
 %define cpan_name FileHandle-Unget
 Summary:FileHandle which supports multi-byte unget
-Url:http://search.cpan.org/dist/FileHandle-Unget/
+License:GPL-2.0+
 Group:  Development/Libraries/Perl
-Source: 
http://www.cpan.org/authors/id/D/DC/DCOPPIT/%{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/FileHandle-Unget/
+Source0:
http://www.cpan.org/authors/id/D/DC/DCOPPIT/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(File::Slurp)
+BuildRequires:  perl(URI::Escape)
 %{perl_requires}
 
 %description
@@ -62,11 +64,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc CHANGES LICENSE README
+%doc CHANGES LICENSE README TODO
 
 %changelog

++ FileHandle-Unget-0.1623.tar.gz - FileHandle-Unget-0.1628.tar.gz ++
 3082 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream

commit gedit-code-assistance for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package gedit-code-assistance for 
openSUSE:Factory checked in at 2015-05-05 00:55:32

Comparing /work/SRC/openSUSE:Factory/gedit-code-assistance (Old)
 and  /work/SRC/openSUSE:Factory/.gedit-code-assistance.new (New)


Package is gedit-code-assistance

Changes:

--- 
/work/SRC/openSUSE:Factory/gedit-code-assistance/gedit-code-assistance.changes  
2015-03-25 10:01:00.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gedit-code-assistance.new/gedit-code-assistance.changes
 2015-05-05 00:55:34.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 30 13:20:57 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.0:
+  + Fix save followed by save instead of restore.
+
+---

Old:

  gedit-code-assistance-3.14.3.tar.xz

New:

  gedit-code-assistance-3.16.0.tar.xz



Other differences:
--
++ gedit-code-assistance.spec ++
--- /var/tmp/diff_new_pack.uhN22x/_old  2015-05-05 00:55:34.0 +0200
+++ /var/tmp/diff_new_pack.uhN22x/_new  2015-05-05 00:55:34.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gedit-code-assistance
-Version:3.14.3
+Version:3.16.0
 Release:0
 Summary:Plugin for gedit which provides code assistance for C, C++ and 
Objective-C
 License:GPL-3.0+
 Group:  Productivity/Text/Editors
 Url:http://git.gnome.org/browse/gedit-code-assistance
-Source: 
http://download.gnome.org/sources/gedit-code-assistance/3.14/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gedit-code-assistance/3.16/%{name}-%{version}.tar.xz
 BuildRequires:  gnome-code-assistance
 BuildRequires:  llvm-clang-devel = 2.8
 BuildRequires:  llvm-devel = 2.8

++ gedit-code-assistance-3.14.3.tar.xz - 
gedit-code-assistance-3.16.0.tar.xz ++
 2475 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/gedit-code-assistance-3.14.3/ChangeLog 
new/gedit-code-assistance-3.16.0/ChangeLog
--- old/gedit-code-assistance-3.14.3/ChangeLog  2015-03-23 17:19:12.0 
+0100
+++ new/gedit-code-assistance-3.16.0/ChangeLog  2015-04-29 21:44:39.0 
+0200
@@ -1,6 +1,32 @@
+commit 29db5f325e08fb82dfaea6d0836f869d8527fbfe
+Author: Garrett Regier garrettreg...@gmail.com
+Date:   2015-04-29
+
+Release 3.16.0
+
+M  NEWS
+M  configure.ac
+
+commit 57df05dfd63ca497154e9c7fe33b33f8f95b8334
+Author: Ignacio Casal Quinteiro i...@gnome.org
+Date:  2015-03-26
+
+Fix save followed by save instead of restore
+
+M  src/gca-diagnostic-message.vala
+
+commit 1df9a739cc674522a700d4c2aef3b602c1f6552f
+Author: Ignacio Casal Quinteiro i...@gnome.org
+Date:  2015-03-23
+
+Release 3.14.3
+
+M  NEWS
+M  configure.ac
+
 commit 7c562e35d952b42febd4c76fa9ef7ba872d56788
 Author: Ignacio Casal Quinteiro i...@gnome.org
-Date:   2015-03-19
+Date:  2015-03-19
 
 Fix crash when closing several documents
 
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/gedit-code-assistance-3.14.3/NEWS new/gedit-code-assistance-3.16.0/NEWS
--- old/gedit-code-assistance-3.14.3/NEWS   2015-03-23 17:18:48.0 
+0100
+++ new/gedit-code-assistance-3.16.0/NEWS   2015-04-29 21:44:06.0 
+0200
@@ -1,4 +1,9 @@
 
+gedit-code-assistance 3.16.0
+
+Bugfix
+
+
 gedit-code-assistance 3.14.3
 
 Fix crash at exit when closing several documents
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/gedit-code-assistance-3.14.3/compile 
new/gedit-code-assistance-3.16.0/compile
--- old/gedit-code-assistance-3.14.3/compile2015-03-23 17:19:03.0 
+0100
+++ new/gedit-code-assistance-3.16.0/compile2015-04-29 21:22:20.0 
+0200
@@ -3,7 +3,7 @@
 
 scriptversion=2012-10-14.11; # UTC
 
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.

commit gvfs for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory checked in 
at 2015-05-05 00:55:04

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


Package is gvfs

Changes:

--- /work/SRC/openSUSE:Factory/gvfs/gvfs.changes2015-04-23 
08:00:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.gvfs.new/gvfs.changes   2015-05-05 
00:55:06.0 +0200
@@ -1,0 +2,6 @@
+Sun May  3 05:35:08 UTC 2015 - dims...@opensuse.org
+
+- Add gnome-common BuildRequires and use gnome-autogen.sh to
+  bootstrap. Fixes build with new libtool version.
+
+---



Other differences:
--
++ gvfs.spec ++
--- /var/tmp/diff_new_pack.cYorM9/_old  2015-05-05 00:55:07.0 +0200
+++ /var/tmp/diff_new_pack.cYorM9/_new  2015-05-05 00:55:07.0 +0200
@@ -34,6 +34,7 @@
 Patch6: gvfs-nds.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fuse-devel
+BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  libarchive-devel
 BuildRequires:  libavahi-glib-devel
@@ -129,8 +130,7 @@
 %patch6 -p1
 
 %build
-autoreconf -f
-libtoolize -c -f
+NOCONFIGURE=1 gnome-autogen.sh
 %configure \
 --libexecdir=%{_libexecdir}/%{name} \
 %if %{with_udisks2}




commit hitori for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package hitori for openSUSE:Factory checked 
in at 2015-05-05 00:55:44

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


Package is hitori

Changes:

--- /work/SRC/openSUSE:Factory/hitori/hitori.changes2015-04-23 
07:57:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.hitori.new/hitori.changes   2015-05-05 
00:55:46.0 +0200
@@ -1,0 +2,6 @@
+Sat May  2 20:19:38 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.1:
+  + Updated symbolic icon.
+
+---

Old:

  hitori-3.16.0.tar.xz

New:

  hitori-3.16.1.tar.xz



Other differences:
--
++ hitori.spec ++
--- /var/tmp/diff_new_pack.NeBNpC/_old  2015-05-05 00:55:46.0 +0200
+++ /var/tmp/diff_new_pack.NeBNpC/_new  2015-05-05 00:55:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   hitori
-Version:3.16.0
+Version:3.16.1
 Release:0
 Summary:Original puzzle of Nikoli
 License:GPL-3.0+
@@ -73,7 +73,7 @@
 %doc ChangeLog README COPYING
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/*/apps/%{name}.*
+%{_datadir}/icons/hicolor/*/apps/%{name}*
 %{_datadir}/glib-2.0/schemas/org.gnome.hitori.gschema.xml
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/hitori.appdata.xml

++ hitori-3.16.0.tar.xz - hitori-3.16.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hitori-3.16.0/ChangeLog new/hitori-3.16.1/ChangeLog
--- old/hitori-3.16.0/ChangeLog 2015-04-14 00:24:26.0 +0200
+++ new/hitori-3.16.1/ChangeLog 2015-05-02 19:49:35.0 +0200
@@ -1,3 +1,56 @@
+commit a8050fe58513147a2b7d3b149096f0695588c272
+Author: Philip Withnall phi...@tecnocode.co.uk
+Date:   Sat May 2 18:49:17 2015 +0100
+
+build: Add new symbolic icon to EXTRA_DIST
+
+With the other icons. Fixes distcheck.
+
+ Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 7a8ffb30d8e695d04446ddc30d6c20cf0d9e4358
+Author: Jakub Steiner jim...@gmail.com
+Date:   Thu Apr 2 15:08:23 2015 +0200
+
+icon: provide a symbolic variant of teh app icon
+
+since 3.16 the high contrast accessible theme is
+covered by the recolorable symbolic variant of the app icon.
+
+The symbolic size has been introduced to hicolor to cope with
+the nominal size of 16x16 rather than the backward compatible
+128x128.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=747238
+
+ Makefile.am |  2 ++
+ data/icons/symbolic/hitori-symbolic.svg | 31
+ +++
+ 2 files changed, 33 insertions(+)
+
+commit cca8ba3974ac6bdd7c18508e325dc2281a42f62b
+Author: Kalev Lember kalevlem...@gmail.com
+Date:   Thu Apr 16 21:27:14 2015 +0200
+
+Fix desktop file keywords Bosnian translation
+
+The keywords are a string list and need to be terminated with a
+semicolon to pass validation.
+
+ po/bs.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9d504a125d398ebce53be9b48af88957a4aff610
+Author: Philip Withnall phi...@tecnocode.co.uk
+Date:   Mon Apr 13 23:26:56 2015 +0100
+
+Release version 3.16.0
+
+ NEWS | 18 ++
+ configure.ac |  2 +-
+ 2 files changed, 19 insertions(+), 1 deletion(-)
+
 commit eabdbd0c946ec4ce8cc872dbdd958025d4fd826f
 Author: Fabio Tomat f.t.pub...@gmail.com
 Date:   Sun Apr 12 07:34:04 2015 +
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hitori-3.16.0/Makefile.am 
new/hitori-3.16.1/Makefile.am
--- old/hitori-3.16.0/Makefile.am   2015-04-13 23:17:12.0 +0200
+++ new/hitori-3.16.1/Makefile.am   2015-05-02 19:48:33.0 +0200
@@ -60,6 +60,8 @@
 icon32_DATA = data/icons/32x32/hitori.png
 icon48dir = $(icon_dir)/48x48/apps
 icon48_DATA = data/icons/48x48/hitori.png
+iconsymbolicdir = $(icon_dir)/symbolic/apps
+iconsymbolic_DATA = data/icons/symbolic/hitori-symbolic.svg
 
 EXTRA_DIST = \
data/icons/16x16/hitori.svg \
@@ -70,6 +72,7 @@
$(icon32_DATA) \
data/icons/48x48/hitori.svg \
$(icon48_DATA) \
+   $(iconsymbolic_DATA) \
$(NULL)
 
 # GResources
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hitori-3.16.0/Makefile.in 
new/hitori-3.16.1/Makefile.in
--- old/hitori-3.16.0/Makefile.in   2015-04-14 00:23:23.0 +0200
+++ new/hitori-3.16.1/Makefile.in   2015-05-02 19:49:03.0 +0200
@@ -106,7 +106,8 @@
 CONFIG_CLEAN_VPATH_FILES =
 am__installdirs = $(DESTDIR)$(bindir) $(DESTDIR)$(desktopdir) \
$(DESTDIR)$(icon16dir) 

commit totem-pl-parser for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package totem-pl-parser for openSUSE:Factory 
checked in at 2015-05-05 00:54:58

Comparing /work/SRC/openSUSE:Factory/totem-pl-parser (Old)
 and  /work/SRC/openSUSE:Factory/.totem-pl-parser.new (New)


Package is totem-pl-parser

Changes:

--- /work/SRC/openSUSE:Factory/totem-pl-parser/totem-pl-parser.changes  
2015-02-23 13:22:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.totem-pl-parser.new/totem-pl-parser.changes 
2015-05-05 00:54:59.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 30 14:17:22 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.10.5:
+  + Don't handle HLS playlists served as m3u8.
+  + Updated translations.
+
+---

Old:

  totem-pl-parser-3.10.4.tar.xz

New:

  totem-pl-parser-3.10.5.tar.xz



Other differences:
--
++ totem-pl-parser.spec ++
--- /var/tmp/diff_new_pack.JfVEuB/_old  2015-05-05 00:55:00.0 +0200
+++ /var/tmp/diff_new_pack.JfVEuB/_new  2015-05-05 00:55:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   totem-pl-parser
-Version:3.10.4
+Version:3.10.5
 Release:0
 Summary:A simple GObject-based library to parse playlist formats
 License:LGPL-2.0+

++ totem-pl-parser-3.10.4.tar.xz - totem-pl-parser-3.10.5.tar.xz ++
 5326 lines of diff (skipped)




commit python-cov-core for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-cov-core for openSUSE:Factory 
checked in at 2015-05-05 00:55:51

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


Package is python-cov-core

Changes:

--- /work/SRC/openSUSE:Factory/python-cov-core/python-cov-core.changes  
2014-07-31 07:41:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-cov-core.new/python-cov-core.changes 
2015-05-05 00:55:52.0 +0200
@@ -1,0 +2,6 @@
+Sat May  2 16:24:41 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.15.0: no upstream changelog
+- update project URL
+
+---

Old:

  cov-core-1.13.0.tar.gz

New:

  cov-core-1.15.0.tar.gz



Other differences:
--
++ python-cov-core.spec ++
--- /var/tmp/diff_new_pack.5ULF7V/_old  2015-05-05 00:55:52.0 +0200
+++ /var/tmp/diff_new_pack.5ULF7V/_new  2015-05-05 00:55:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cov-core
 #
-# 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,19 +13,20 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-cov-core
-Version:1.13.0
+Version:1.15.0
 Release:0
-License:MIT
 Summary:Plugin core for use by pytest-cov, nose-cov and nose2-cov
-Url:http://bitbucket.org/memedough/cov-core/overview
+License:MIT
 Group:  Development/Languages/Python
+Url:https://github.com/schlamar/cov-core
 Source: 
https://pypi.python.org/packages/source/c/cov-core/cov-core-%{version}.tar.gz
+BuildRequires:  python-coverage
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-BuildRequires:  python-coverage
 Requires:   python-coverage
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110

++ cov-core-1.13.0.tar.gz - cov-core-1.15.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cov-core-1.13.0/PKG-INFO new/cov-core-1.15.0/PKG-INFO
--- old/cov-core-1.13.0/PKG-INFO2014-06-12 20:43:30.0 +0200
+++ new/cov-core-1.15.0/PKG-INFO2014-11-22 12:05:14.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cov-core
-Version: 1.13.0
+Version: 1.15.0
 Summary: plugin core for use by pytest-cov, nose-cov and nose2-cov
 Home-page: https://github.com/schlamar/cov-core
 Author: Marc Schlaich
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cov-core-1.13.0/cov_core.egg-info/PKG-INFO 
new/cov-core-1.15.0/cov_core.egg-info/PKG-INFO
--- old/cov-core-1.13.0/cov_core.egg-info/PKG-INFO  2014-06-12 
20:43:30.0 +0200
+++ new/cov-core-1.15.0/cov_core.egg-info/PKG-INFO  2014-11-22 
12:05:13.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cov-core
-Version: 1.13.0
+Version: 1.15.0
 Summary: plugin core for use by pytest-cov, nose-cov and nose2-cov
 Home-page: https://github.com/schlamar/cov-core
 Author: Marc Schlaich
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cov-core-1.13.0/cov_core.egg-info/requires.txt 
new/cov-core-1.15.0/cov_core.egg-info/requires.txt
--- old/cov-core-1.13.0/cov_core.egg-info/requires.txt  2014-06-12 
20:43:30.0 +0200
+++ new/cov-core-1.15.0/cov_core.egg-info/requires.txt  2014-11-22 
12:05:13.0 +0100
@@ -1 +1 @@
-coverage=3.6
\ No newline at end of file
+coverage=3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cov-core-1.13.0/cov_core.py 
new/cov-core-1.15.0/cov_core.py
--- old/cov-core-1.13.0/cov_core.py 2014-06-12 20:26:37.0 +0200
+++ new/cov-core-1.15.0/cov_core.py 2014-11-22 12:01:17.0 +0100
@@ -28,27 +28,6 @@
 pass
 
 
-_cov_data = dict()
-
-
-def on_py_fork_starts(proc):
-cov = cov_core_init.init()
-_cov_data[proc] = cov
-
-
-def on_py_fork_exits(proc):
-cov = _cov_data.pop(proc)
-multiprocessing_finish(cov)
-
-
-try:
-import py
-py.process.ForkedFunc.register_on_start(on_py_fork_starts)
-py.process.ForkedFunc.register_on_exit(on_py_fork_exits)
-except (ImportError, AttributeError):
-pass
-
-
 class CovController(object):
 Base class for different plugin implementations.
 
@@ -69,7 +48,10 @@
 def 

commit gnome-code-assistance for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package gnome-code-assistance for 
openSUSE:Factory checked in at 2015-05-05 00:55:34

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


Package is gnome-code-assistance

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-code-assistance/gnome-code-assistance.changes  
2015-03-30 19:13:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-code-assistance.new/gnome-code-assistance.changes
 2015-05-05 00:55:35.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr 30 11:01:29 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.16.0:
+  + Update sass.
+  + Add jshint support.
+- Drop gnome-code-assistance-vala-0.28.patch: Fixed upstream.
+
+---

Old:

  gnome-code-assistance-3.14.0.tar.xz
  gnome-code-assistance-vala-0.28.patch

New:

  gnome-code-assistance-3.16.0.tar.xz



Other differences:
--
++ gnome-code-assistance.spec ++
--- /var/tmp/diff_new_pack.96ZTz0/_old  2015-05-05 00:55:36.0 +0200
+++ /var/tmp/diff_new_pack.96ZTz0/_new  2015-05-05 00:55:36.0 +0200
@@ -18,17 +18,13 @@
 
 
 Name:   gnome-code-assistance
-Version:3.14.0
+Version:3.16.0
 Release:0
 Summary:Code Assistance Service for Code Editors
 License:GPL-3.0+
 Group:  Development/
 Url:https://git.gnome.org/browse/gnome-code-assistance
-Source: 
https://download.gnome.org/sources/gnome-code-assistance/3.14/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gnome-code-assistance-vala-0.28.patch 
dims...@opensuse.org -- Add support for Vala 0.28, taken from git
-Patch0: gnome-code-assistance-vala-0.28.patch
-# Needed for patch0
-BuildRequires:  libtool
+Source: 
http://download.gnome.org/sources/gnome-code-assistance/3.16/%{name}-%{version}.tar.xz
 # Generic build dependencies
 BuildRequires:  pkgconfig(gio-2.0)
 # Python backend
@@ -62,11 +58,8 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-# Needed for patch0
-autoreconf -fiv
 %configure \
 %ifnarch ppc
   --enable-c   \

++ gnome-code-assistance-3.14.0.tar.xz - 
gnome-code-assistance-3.16.0.tar.xz ++
 119739 lines of diff (skipped)




commit vlc for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2015-05-05 00:54:52

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


Package is vlc

Changes:

--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2015-05-02 17:35:17.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes 2015-05-05 
00:54:53.0 +0200
@@ -1,0 +2,5 @@
+Fri May  1 18:22:44 UTC 2015 - jeng...@inai.de
+
+- Enable ffmpeg for newer openSUSE
+
+---



Other differences:
--
++ vlc.spec ++
--- /var/tmp/diff_new_pack.x4rfPT/_old  2015-05-05 00:54:54.0 +0200
+++ /var/tmp/diff_new_pack.x4rfPT/_new  2015-05-05 00:54:54.0 +0200
@@ -172,6 +172,11 @@
 %if 0%{?suse_version} = 1320
 BuildRequires:  pkgconfig(ncursesw)
 %endif
+%if 0%{?suse_version} = 1321
+BuildRequires:  pkgconfig(libavcodec) = 55.26.0
+BuildRequires:  pkgconfig(libavformat) = 53.21.0
+BuildRequires:  pkgconfig(libavutil) = 52.4.0
+%endif
 # Those are dependencies which are NOT provided in openSUSE, mostly for legal 
reasons.
 %if 0%{?BUILD_ORIG}
 BuildRequires:  faad2-devel




commit gramps for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package gramps for openSUSE:Factory checked 
in at 2015-05-05 00:55:36

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


Package is gramps

Changes:

--- /work/SRC/openSUSE:Factory/gramps/gramps.changes2015-03-11 
09:58:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.gramps.new/gramps.changes   2015-05-05 
00:55:38.0 +0200
@@ -1,0 +2,55 @@
+Sat May  2 01:44:03 UTC 2015 - zai...@opensuse.org
+
+- Update to version 4.1.3:
+  + Fix db upgrade failure
+  + GtkDialog mapped without a transient parent
+  + [Gedcom]:
+- SUBN and SUBM record handling
+- Import/export round trip causes lost information
+- Entering a witness to an event such as marriage might be
+  ignored
+- Gramps can't import estim. date period exported by itself
+- 1/4 and 1/2 ANSEL characters not supported on importing
+  ANSEL
+- Importing file containing multibyte UTF-8 characters fails
+- Import fails for ANSI file under python 3
+- Failure importing ANSEL encoded gedcom file
+- Characters ignored on a Gedcom encoded ANSI (cp1252 West
+  Europe, USA)
+- NameError in importer
+- Event address is lost on import, i.e. disconnected from
+  event
+  + Crash on geneweb export with python3
+  + GuiColorOption missing avail-changed event handler
+  + Bad generation of [timeline report] ODT files since 4.0.0
+  + Fix bad handle in explanation note for unknown event
+  + Fix spurious generation of empty 'Alternative Name' in
+place.merge()
+  + Support creating directories in various scenarios
+  + Attempting to add a bookmark causes an error
+  + Long series of unhandled exception popup boxes while doing a
+check  repair
+  + Crash when trying to link existing place as an enclosing place
+using P0001 number
+  + HTML view fails to load
+  + Relationship Graph crashes
+  + Python3 needs new_subpixbuf not subpixbuf
+  + Regression: running gramps from crontab fails
+  + tag_map is not initialized
+  + Some labels now fit better on citations sidebar filter
+  + Event columns in web narrative are too narrow
+  + Problem by start program (launcher)
+  + Translation string missing in Not Related tool for help and
+close button
+  + Date format month/year is not well reported at editing time [in
+Italian]
+  + Fix unknown gender relationships handler for the french locale
+  + Fix a handle type bug on sidebar filter
+  + Tidy up About dialog
+  + Cleanup on some man files
+  + Convert some remaining unicode literals
+  + Fix mac menubar setting
+  + Enable python3 to run po/update_po.py
+  + Updated translations.
+
+---

Old:

  gramps-4.1.2.tar.gz

New:

  gramps-4.1.3.tar.gz



Other differences:
--
++ gramps.spec ++
--- /var/tmp/diff_new_pack.16tYB3/_old  2015-05-05 00:55:39.0 +0200
+++ /var/tmp/diff_new_pack.16tYB3/_new  2015-05-05 00:55:39.0 +0200
@@ -20,13 +20,13 @@
 %global __requires_exclude typelib\\(GtkosxApplication\\)|typelib\\(Gtkspell\\)
 
 Name:   gramps
-Version:4.1.2
+Version:4.1.3
 Release:0
 Summary:Genealogical Research Software
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://www.gramps-project.org/
-Source: 
http://downloads.sourceforge.net/project/gramps/Stable/%{version}/%{name}-%{version}.tar.gz
+Source: 
http://downloads.sourceforge.net/project/gramps/Stable/4.1.3/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM gramps-webkit3.0.patch dims...@opensuse.org -- Specify 
that we need WebKit 3.0
 Patch0: gramps-webkit3.0.patch
 BuildRequires:  fdupes

++ gramps-4.1.2.tar.gz - gramps-4.1.3.tar.gz ++
/work/SRC/openSUSE:Factory/gramps/gramps-4.1.2.tar.gz 
/work/SRC/openSUSE:Factory/.gramps.new/gramps-4.1.3.tar.gz differ: char 5, line 
1




commit gegl-unstable for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package gegl-unstable for openSUSE:Factory 
checked in at 2015-05-05 00:55:38

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


Package is gegl-unstable

Changes:

--- /work/SRC/openSUSE:Factory/gegl-unstable/gegl-unstable.changes  
2015-04-23 08:03:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.gegl-unstable.new/gegl-unstable.changes 
2015-05-05 00:55:39.0 +0200
@@ -1,0 +2,6 @@
+Sun May  3 04:28:46 UTC 2015 - stefan.bru...@rwth-aachen.de
+
+- move libgegl-sc-0.3.so to the plugin package, it is a support
+  library for the seamless-clone plugin 
+
+---



Other differences:
--
++ gegl-unstable.spec ++
--- /var/tmp/diff_new_pack.yqZpqZ/_old  2015-05-05 00:55:40.0 +0200
+++ /var/tmp/diff_new_pack.yqZpqZ/_new  2015-05-05 00:55:40.0 +0200
@@ -196,6 +196,8 @@
 %defattr(-,root,root)
 %dir %{_libdir}/gegl-0.3/
 %{_libdir}/gegl-0.3/*.so
+# libgegl-sc-0.3.so is a support library for the seamless-clone module
+%{_libdir}/libgegl-sc-0.3.so
 %{_libdir}/gegl-0.3/grey2.json
 %if 0%{?BUILD_ORIG}
 %if 0%{?BUILD_ORIG_ADDON}
@@ -216,7 +218,6 @@
 %defattr(-,root,root)
 %{_includedir}/gegl-0.3/
 %{_libdir}/libgegl-0.3.so
-%{_libdir}/libgegl-sc-0.3.so
 %{_libdir}/pkgconfig/gegl-0.3.pc
 %{_libdir}/pkgconfig/gegl-sc-0.3.pc
 




commit gdal for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package gdal for openSUSE:Factory checked in 
at 2015-05-05 00:55:41

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


Package is gdal

Changes:

--- /work/SRC/openSUSE:Factory/gdal/gdal.changes2015-03-29 
20:18:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.gdal.new/gdal.changes   2015-05-05 
00:55:42.0 +0200
@@ -1,0 +2,159 @@
+Sat May  2 18:47:37 UTC 2015 - ec...@opensuse.org
+
+- Upgrade to version 1.11.2
+   * Build
+- configure: fix detection of OCI by changing linking order 
+  to please modern GCC (#5550)
+- configure: fix test to accept MariaDB 10.X as valid MySQL 
+  (#5722)
+- More compiler warnings addressed (#5414)
+- Windows build of PDF: fix compilation issue with 
+  Visual Studio 2012 (#5744)
+- Windows build: Add support for MrSID 9.1 SDK (#5814)
+- Windows build: when building netCDF, HDF4, HDF5 as plugins, 
+  call registration of 'sub-drivers' GMT, HDF4Image and 
+  HDF5Image (#5802) 
+  * Port
+- CSV finder: Stop probing for csv/horiz_cs.csv. (#5698)
+- /vsicurl/: avoid reading after end-of-file and fix failure 
+  when reading more than 16MB in a single time (#5786)
+- CPLHexToBinary(): faster implementation (#5812) 
+  * GDAL Core and algorithms
+- Make GetMaskBand?() work with GDT_UInt16 alpha bands (#5692)
+- Fix 32bit overflow in GDALRasterBand::IRasterIO() (#5713)
+- RPC transformer: take into account nodata in RPC DEM (#5680)
+- RPC transformer: add RPC_DEM_MISSING_VALUE transformer option 
+  to avoid failure when there's no DEM at the transformed point
+  (#5730)
+- Fix GDALSuggestedWarpOutput() wrong extent in some 
+  circumstances (e.g. dataset of big dimension with world 
+  coordinates) (#5693)
+- Fix crash when calling GetTiledVirtualMem?() on non-Linux 
+  platform (#5728)
+- warp: fix integer overflow when reprojecting into an area 
+  with (part of) bounds completely outside of the source 
+  projection (#5789)
+- OpenCL warper: fix OpenCL code compilation with NVIDIA OpenCL 
+  (#5772) 
+  * Utilities
+- gdalwarp: initialize destination dataset to no_data value 
+  when automatically propagating source nodata (#5675)
+- gdalwarp: only apply INIT_DEST when processing the first 
+  input dataset (#5387)
+- gdaldem: avoid too large files to be produced when using 
+  -co COMPRESS= -co TILED=YES (#5678) 
+  * GDAL drivers
+- GRASS driver:
+  - fix compilation issues against GRASS 7 (#2953) 
+- GIF driver:
+  - fix crash on images without color table (#5792)
+  - validate the size of the graphic control extension block 
+   (#5793) 
+- GTiff driver:
+  - Internal overviews: for near, average, gauss, and pixel 
+   interleaving, make sure to use the same code path for 
+   compressed vs uncompressed overviews (#5701)
+  - allow lossless copying of CMYK JPEG into JPEG-in-TIFF 
+   (#5712)
+  - when overriding metadata in update mode, make sure to clear
+   it from PAM file (#5807)
+  - fix GTiffRasterBand::DirectIO() to work with TIFF files 
+   with multiple directories (overviews, masks) (#5831)
+  - Internal libtiff: partial (mostly security related fixes) 
+   upgrade to 4.0.4beta (#5830) 
+- ISIS3 driver:
+  - fix to recognize IsisCube?.Mapping.LatitudeType? = 
+   Planetocentric (#5717) 
+- JP2OpenJPEG driver:
+  - add compatibility with OpenJPEG 2.1 (#5579) 
+- JPEG driver:
+  - Report non-fatal libjpeg errors as CE_Warning 
+   (or CE_Failure if GDAL_ERROR_ON_LIBJPEG_WARNING = TRUE) 
+   (#5667) 
+- KMLSuperOverlay driver:
+  - remove useless and unreliable computations on floating 
+   point numbers that caused issues (truncated raster) 
+   on 32bit (#5683) 
+- USGSDEM driver:
+  - take into account horizontal unit = ft in the UTM case 
+   (#5819) 
+- VRT driver:
+  - fix RasterIO() to be able to fill buffers larger than 2GB 
+   (#5700, #5734) 
+  * OGR core
+- ogr_core.h: only ignore -Wfloat-equal for IsInit?() and not 
+  for the rest of the file and files that inc it (#5299)
+- OGR layer algebra: properly initialize field maps to avoid 
+  Valgrind warnings in OGRLayer::Update() (#5778) 
+  * OGR drivers
+- CSV driver:
+  - fix segfault when reading allCountries.txt of geonames.org 
+   (#5668) 
+- FileGDB:
+  - avoid emitting error when opening a FileGDB v9, so that 
+   OpenFileGDB can be tried to open it, in the case FileGDB 
+   is a plugin (#5674) 
+- GeoJSON driver:
+  - ESRIJson: parse correctly rings of esriGeometryPolygon 
+   

commit darktable for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package darktable for openSUSE:Factory 
checked in at 2015-05-05 00:56:11

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


Package is darktable

Changes:

--- /work/SRC/openSUSE:Factory/darktable/darktable.changes  2015-04-27 
13:04:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.darktable.new/darktable.changes 2015-05-05 
00:56:12.0 +0200
@@ -1,0 +2,13 @@
+Sat Apr 25 18:16:41 UTC 2015 - mrueck...@suse.de
+
+- Update to version 1.6.6
+  - fix the Olympus E330 support (which was accidentally broken in
+1.6.4)
+  - fix white balance reading for the Canon Powershot SX50 HS
+  - white balance presets for RICOH GR
+  - minor assorted bug fixes (masks, lens correction, profiled
+denoise, etc)
+- remove unused cmake option from the cmdline:
+  INSTALL_IOP_EXPERIMENTAL
+
+---

Old:

  darktable-1.6.4-nopatents.tar.xz

New:

  darktable-1.6.6-nopatents.tar.xz



Other differences:
--
++ darktable.spec ++
--- /var/tmp/diff_new_pack.lui7Tr/_old  2015-05-05 00:56:13.0 +0200
+++ /var/tmp/diff_new_pack.lui7Tr/_new  2015-05-05 00:56:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   darktable
-Version:1.6.4
+Version:1.6.6
 Release:0
 Url:http://darktable.sourceforge.net
 # darktable contains patented code that we cannot ship.  Therefore we use
@@ -129,7 +129,7 @@
 -DBINARY_PACKAGE_BUILD=1  \
 -DUSE_XMLLINT=OFF \
 -DUSE_SQUISH=OFF -DUSE_COLORD=ON -DBUILD_CMSTEST=On \
--DINSTALL_IOP_EXPERIMENTAL=On  ..
+..
 %__make %{_smp_mflags} VERBOSE=1
 
 #%%__make -j 1 VERBOSE=1

++ darktable-1.6.4-nopatents.tar.xz - darktable-1.6.6-nopatents.tar.xz 
++
 4994 lines of diff (skipped)




commit hawk for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package hawk for openSUSE:Factory checked in 
at 2015-05-05 00:55:46

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


Package is hawk

Changes:

--- /work/SRC/openSUSE:Factory/hawk/hawk.changes2015-05-02 
21:41:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk.new/hawk.changes   2015-05-05 
00:55:47.0 +0200
@@ -1,0 +2,5 @@
+Sun May  3 08:43:56 UTC 2015 - kgronl...@suse.com
+
+- Make more transitive gem requires explicit to resolve ambiguities
+
+---



Other differences:
--
++ hawk.spec ++
--- /var/tmp/diff_new_pack.2eQZXu/_old  2015-05-05 00:55:48.0 +0200
+++ /var/tmp/diff_new_pack.2eQZXu/_new  2015-05-05 00:55:48.0 +0200
@@ -28,9 +28,9 @@
 %definepkg_group   System Environment/Daemons
 %endif
 
-%if 0%{?suse_version} == 1110 || 0%{?suse_version} == 1315
-%define bundle_gems1
-%endif
+#%%if 0%%{?suse_version} == 1110 || 0%%{?suse_version} == 1315
+#%%define bundle_gems  1
+#%%endif
 
 %definegname   haclient
 %defineuname   hacluster
@@ -70,19 +70,24 @@
 BuildRequires:  pacemaker-libs-devel
 %endif
 
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:builder) = 3.2
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:byebug) = 3.5
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:fast_gettext:0.9)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext:3.1)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails:1.2)
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:mail:2.6)
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:mail) = 2.6
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:mime-types) = 2.5
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:minitest) = 5.6
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:puma:2.11)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:quiet_assets)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:rails:4.2)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:rake:10.4)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:spring:1.3)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:sprockets:3.0)
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:thor) = 0.19
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:tilt:1.4)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:web-console:2.1)
+
 %if 0%{?bundle_gems}
 %else
 # SLES bundles all this stuff at build time, other distros just




commit python-decorator for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package python-decorator for 
openSUSE:Factory checked in at 2015-05-05 00:55:57

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


Package is python-decorator

Changes:

--- /work/SRC/openSUSE:Factory/python-decorator/python-decorator.changes
2013-10-25 11:13:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-decorator.new/python-decorator.changes   
2015-05-05 00:55:59.0 +0200
@@ -1,0 +2,16 @@
+Sat May  2 18:01:29 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 3.4.2:
+  * Same as 3.4.1, re-uploaded to PyPI
+- additional changes from version 3.4.1:
+  * Ported the repository from GoogleCode to GitHub and added
+Travis CI support
+  * Tests are executed with the new command `python test.py -v`
+  * setuptools is now mandatory in Python 3
+  * The suggested installation tool is `pip`, not `easy_install`
+  * Supported IronPython and other Python implementations without
+sys._getframe, as requested by Doug Blank
+- remove python-nose from BuildRequires, unneeded
+- replace README.txt with README.rst: changed upstream
+
+---

Old:

  decorator-3.4.0.tar.gz

New:

  decorator-3.4.2.tar.gz



Other differences:
--
++ python-decorator.spec ++
--- /var/tmp/diff_new_pack.Ncqd1R/_old  2015-05-05 00:56:00.0 +0200
+++ /var/tmp/diff_new_pack.Ncqd1R/_new  2015-05-05 00:56:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-decorator
 #
-# 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:   python-decorator
-Version:3.4.0
+Version:3.4.2
 Release:0
 Url:http://pypi.python.org/pypi/decorator
 Summary:Better living through Python with decorators
@@ -26,7 +26,6 @@
 Source: 
http://pypi.python.org/packages/source/d/decorator/decorator-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-nose
 BuildRequires:  python-setuptools
 %if 0%{?suse_version}
 %py_requires
@@ -50,7 +49,7 @@
 
 %prep
 %setup -q -n decorator-%{version}
-sed -i 's/\r//' README.txt # Fix EOL encoding
+sed -i 's/\r//' README.rst # Fix EOL encoding
 
 %build
 python setup.py build
@@ -60,7 +59,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.txt
+%doc README.rst
 %{python_sitelib}/decorator.py
 %{python_sitelib}/decorator.pyc
 %{python_sitelib}/decorator-%{version}-py%{py_ver}.egg-info

++ decorator-3.4.0.tar.gz - decorator-3.4.2.tar.gz ++
 2975 lines of diff (skipped)