commit busybox for openSUSE:Factory

2015-04-26 Thread h_root
Hello community,

here is the log from the commit of package busybox for openSUSE:Factory checked 
in at 2015-04-27 07:46:33

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


Package is busybox

Changes:

--- /work/SRC/openSUSE:Factory/busybox/busybox-static.changes   2014-09-07 
11:08:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.busybox.new/busybox-static.changes  
2015-04-27 07:46:34.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 20 16:16:14 UTC 2015 - mplus...@suse.com
+
+- Update to 1.23.2
+  * for a full list of changes see http://www.busybox.net/news.html
+- Cleaned up spec file with spec-cleaner
+- Refreshed patches
+
+---
busybox.changes: same change

Old:

  busybox-1.22.1.tar.bz2

New:

  busybox-1.23.2.tar.bz2



Other differences:
--
++ busybox-static.spec ++
--- /var/tmp/diff_new_pack.3huqg2/_old  2015-04-27 07:46:35.0 +0200
+++ /var/tmp/diff_new_pack.3huqg2/_new  2015-04-27 07:46:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package busybox-static
 #
-# 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,12 +17,12 @@
 
 
 Name:   busybox-static
-Url:http://www.busybox.net/
-Version:1.22.1
+Version:1.23.2
 Release:0
 Summary:The Swiss Army Knife of Embedded Linux
 License:GPL-2.0+
 Group:  System/Base
+Url:http://www.busybox.net/
 Source: http://busybox.net/downloads/busybox-%{version}.tar.bz2
 Source1:BusyBox.1
 Source2:busybox-static.SuSE.config
@@ -30,8 +30,8 @@
 Patch100:   busybox.install.patch
 Patch101:   busybox-1.18.3-libarchive.patch
 Patch103:   busybox-resource.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  glibc-devel-static
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 BusyBox combines tiny versions of many common UNIX utilities into a
@@ -49,8 +49,8 @@
 %patch100 -p1
 %patch101 -p1
 %patch103 -p1
-%{__cp} -a %{S:1} docs/
-%{__cp} -a %{S:2} .config
+cp -a %{SOURCE1} docs/
+cp -a %{SOURCE2} .config
 find -name CVS | xargs rm -rf
 find -name .cvsignore | xargs rm -rf
 find -name .svn | xargs rm -rf
@@ -60,14 +60,14 @@
 export VERBOSE=-v
 export BUILD_VERBOSE=2
 export CFLAGS=%{optflags} -fno-strict-aliasing
-export CC=%{__cc}
+export CC=gcc
 export HOSTCC=gcc
-make -e oldconfig
+make %{?_smp_mflags} -e oldconfig
 make -e %{?_smp_mflags}
 
 %install
-install -d $RPM_BUILD_ROOT/%{_bindir}
-install busybox $RPM_BUILD_ROOT/%{_bindir}/busybox-static
+install -d %{buildroot}/%{_bindir}
+install busybox %{buildroot}/%{_bindir}/busybox-static
 
 %files
 %defattr(-,root,root)

++ busybox.spec ++
--- /var/tmp/diff_new_pack.3huqg2/_old  2015-04-27 07:46:35.0 +0200
+++ /var/tmp/diff_new_pack.3huqg2/_new  2015-04-27 07:46:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package busybox
 #
-# 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,12 +17,12 @@
 
 
 Name:   busybox
-Url:http://www.busybox.net/
-Version:1.22.1
+Version:1.23.2
 Release:0
 Summary:The Swiss Army Knife of Embedded Linux
 License:GPL-2.0+
 Group:  System/Base
+Url:http://www.busybox.net/
 Source: http://busybox.net/downloads/%{name}-%{version}.tar.bz2
 Source1:BusyBox.1
 Source2:busybox.SuSE.config
@@ -44,12 +44,12 @@
 counterparts.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 %patch100 -p1
 %patch101 -p1
 %patch103 -p1
-%{__cp} -a %{S:1} docs/
-%{__cp} -a %{S:2} .config
+cp -a %{SOURCE1} docs/
+cp -a %{SOURCE2} .config
 find -name CVS | xargs rm -rf
 find -name .cvsignore | xargs rm -rf
 find -name .svn | xargs rm -rf
@@ -59,20 +59,20 @@
 export VERBOSE=-v
 export BUILD_VERBOSE=2
 export CFLAGS=%{optflags} -fno-strict-aliasing
-export CC=%{__cc}
+export CC=gcc
 export HOSTCC=gcc
-make -e oldconfig
+make %{?_smp_mflags} -e oldconfig
 make -e %{?_smp_mflags}
 make -e doc busybox.links %{?_smp_mflags}
 
 %install
-install -d $RPM_BUILD_ROOT/%{_bindir}
-install -d $RPM_BUILD_ROOT/%{_datadir}/busybox
-install busybox.links $RPM_BUILD_ROOT%{_datadir}/busybox
-install 

commit perl-mousex-getopt for openSUSE:Factory

2015-04-26 Thread h_root
Hello community,

here is the log from the commit of package perl-mousex-getopt for 
openSUSE:Factory checked in at 2015-04-27 07:46:56

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


Package is perl-mousex-getopt

Changes:

--- /work/SRC/openSUSE:Factory/perl-mousex-getopt/perl-mousex-getopt.changes
2014-03-21 12:15:32.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-mousex-getopt.new/perl-mousex-getopt.changes   
2015-04-27 07:46:56.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 24 08:25:29 UTC 2015 - opens...@dstoecker.de
+
+- update to 0.36
+
+---

Old:

  mousex-getopt-0.35.tar.gz

New:

  MouseX-Getopt-0.36.tar.gz



Other differences:
--
++ perl-mousex-getopt.spec ++
--- /var/tmp/diff_new_pack.WG74A7/_old  2015-04-27 07:46:57.0 +0200
+++ /var/tmp/diff_new_pack.WG74A7/_new  2015-04-27 07:46:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-mousex-getopt
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-mousex-getopt
-Version:0.35
+Version:0.36
 Release:0
-%define cpan_name mousex-getopt
+%define cpan_name MouseX-Getopt
 Summary:A Mouse role for processing command line options
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/mousex-getopt/
-Source: mousex-getopt-0.35.tar.gz
+Url:http://search.cpan.org/dist/%{cpan_name}/
+Source: 
http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl




commit perl-Image-ExifTool for openSUSE:Factory

2015-04-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Image-ExifTool for 
openSUSE:Factory checked in at 2015-04-27 07:47:02

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


Package is perl-Image-ExifTool

Changes:

--- /work/SRC/openSUSE:Factory/perl-Image-ExifTool/perl-Image-ExifTool.changes  
2015-04-18 10:40:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Image-ExifTool.new/perl-Image-ExifTool.changes 
2015-04-27 07:47:03.0 +0200
@@ -1,0 +2,17 @@
+Sun Apr 26 13:53:32 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 9.93:
+  - Add FileTypeExtension tag.
+  - Add a few new CanonModelID values.
+  - Add a new Olympus CameraType.
+  - Add a few new Minolta/Sony lenses.
+  - Update arg_files/iptcCore.args for IPTC Extension version 1.2
+tags.
+  - Improve VCard parsing/decoding.
+  - Improve -fast3 file identification logic.
+  - Remove px string from SVG ImageWidth/Height tags.
+  - Change DOF calculation to use ApproximateFocusDistance.
+  - Fix missing FileType for MOI files.
+  - Fix potential Internal Error bug when writing XMP structures.
+
+---

Old:

  Image-ExifTool-9.92.tar.gz

New:

  Image-ExifTool-9.93.tar.gz



Other differences:
--
++ perl-Image-ExifTool.spec ++
--- /var/tmp/diff_new_pack.80UjPH/_old  2015-04-27 07:47:04.0 +0200
+++ /var/tmp/diff_new_pack.80UjPH/_new  2015-04-27 07:47:04.0 +0200
@@ -18,7 +18,7 @@
 
 %define cpan_name Image-ExifTool
 Name:   perl-Image-ExifTool
-Version:9.92
+Version:9.93
 Release:0
 Summary:Perl module to read and write meta information
 License:GPL-1.0+ or Artistic-1.0

++ Image-ExifTool-9.92.tar.gz - Image-ExifTool-9.93.tar.gz ++
 9637 lines of diff (skipped)




commit phpMyAdmin for openSUSE:Factory

2015-04-26 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2015-04-27 07:47:00

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


Package is phpMyAdmin

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2015-04-21 
10:54:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2015-04-27 07:47:01.0 +0200
@@ -1,0 +2,16 @@
+Sun Apr 26 12:08:40 UTC 2015 - ec...@opensuse.org
+
+- update to 4.4.4 (2015-04-26)
+  - sf#4863 Edit vs Change
+  - sf#4859 Don't scroll (to bottom) when editing multiple rows
+  - sf#4862 Misaligned Inline edit field
+  - sf#4861 Use of undefined constant PMA_DRIZZLE
+  - sf#4865 sprintf(): Too few arguments
+  - sf#4866 Limit column ordering in index edit dialog
+  - sf#4867 Incorrect ALTER TABLE statement generated
+  - sf#4870 Inconsistency in 'Ignore' checkbox in insert page
+  - sf#4869 Drop column action not asking to confirm
+  - sf#4871 Error on creating table
+  - fix bug Undefined index: Rows
+
+---

Old:

  phpMyAdmin-4.4.3-all-languages.tar.bz2

New:

  phpMyAdmin-4.4.4-all-languages.tar.bz2



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.PG3Qdc/_old  2015-04-27 07:47:02.0 +0200
+++ /var/tmp/diff_new_pack.PG3Qdc/_new  2015-04-27 07:47:02.0 +0200
@@ -34,7 +34,7 @@
 Summary:Administration of MySQL over the web
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
-Version:4.4.3
+Version:4.4.4
 Release:0
 Url:http://www.phpMyAdmin.net
 Source0:
http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2

++ phpMyAdmin-4.4.3-all-languages.tar.bz2 - 
phpMyAdmin-4.4.4-all-languages.tar.bz2 ++
/work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin-4.4.3-all-languages.tar.bz2 
/work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin-4.4.4-all-languages.tar.bz2
 differ: char 11, line 1




commit wicked for openSUSE:Factory

2015-04-26 Thread h_root
Hello community,

here is the log from the commit of package wicked for openSUSE:Factory checked 
in at 2015-04-27 07:46:18

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


Package is wicked

Changes:

--- /work/SRC/openSUSE:Factory/wicked/wicked.changes2015-03-18 
13:02:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.wicked.new/wicked.changes   2015-04-27 
07:46:19.0 +0200
@@ -1,0 +2,17 @@
+Sat Apr 25 00:18:30 UTC 2015 - m...@suse.de
+
+- version 0.6.18
+- initial pre/post-up/down script and systemd service start support
+  (bsc#920070,boo#907215)
+- fixed lease address owner and lifetime tracking to update address
+  lifetimes on dhcp6 renewal, correctly drop (requesting/deferred)
+  leases in wickedd not (yet) existing as lease in dhcp supplicants
+  and avoid address exists error messages (bsc#920889,bsc#907694)
+- add missed wpa_supplicant's wireless mode names (bsc#927616)
+- schema: require macvlan lower device same as vlan (bsc#927065)
+- fixes to use only ready devices by name to avoid dependency
+  confusion mapping config to wrong device, event races and wrong
+  use of the link-up instead of the wireless link-associated event
+  (bsc#918662,bsc#921218).
+
+---

Old:

  wicked-0.6.17.tar.bz2

New:

  wicked-0.6.18.tar.bz2



Other differences:
--
++ wicked.spec ++
--- /var/tmp/diff_new_pack.bJgUr8/_old  2015-04-27 07:46:20.0 +0200
+++ /var/tmp/diff_new_pack.bJgUr8/_new  2015-04-27 07:46:20.0 +0200
@@ -18,7 +18,7 @@
 
 %definerelease_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:   wicked
-Version:0.6.17
+Version:0.6.18
 Release:%{release_prefix}.0.0
 Summary:Network configuration infrastructure
 License:GPL-2.0

++ wicked-0.6.17.tar.bz2 - wicked-0.6.18.tar.bz2 ++
 4125 lines of diff (skipped)




commit python3-SQLAlchemy for openSUSE:Factory

2015-04-26 Thread h_root
Hello community,

here is the log from the commit of package python3-SQLAlchemy for 
openSUSE:Factory checked in at 2015-04-27 07:46:49

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


Package is python3-SQLAlchemy

Changes:

--- /work/SRC/openSUSE:Factory/python3-SQLAlchemy/python3-SQLAlchemy.changes
2015-04-25 11:26:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-SQLAlchemy.new/python3-SQLAlchemy.changes   
2015-04-27 07:46:51.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr 25 20:37:17 UTC 2015 - a...@gmx.de
+
+- update to version 1.0.2:
+  * see 
http://docs.sqlalchemy.org/en/latest/changelog/changelog_10.html#change-1.0.2
+
+---

Old:

  SQLAlchemy-1.0.1.tar.gz

New:

  SQLAlchemy-1.0.2.tar.gz



Other differences:
--
++ python3-SQLAlchemy.spec ++
--- /var/tmp/diff_new_pack.5FwJeU/_old  2015-04-27 07:46:52.0 +0200
+++ /var/tmp/diff_new_pack.5FwJeU/_new  2015-04-27 07:46:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-SQLAlchemy
-Version:1.0.1
+Version:1.0.2
 Release:0
 Url:http://www.sqlalchemy.org
 Summary:Database Abstraction Library

++ SQLAlchemy-1.0.1.tar.gz - SQLAlchemy-1.0.2.tar.gz ++
 5699 lines of diff (skipped)




commit openal-soft for openSUSE:Factory

2015-04-26 Thread h_root
Hello community,

here is the log from the commit of package openal-soft for openSUSE:Factory 
checked in at 2015-04-27 07:46:28

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


Package is openal-soft

Changes:

--- /work/SRC/openSUSE:Factory/openal-soft/openal-soft.changes  2015-03-16 
06:54:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.openal-soft.new/openal-soft.changes 
2015-04-27 07:46:29.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 21 17:36:00 UTC 2015 - mplus...@suse.com
+
+- Use %cmake_install macro
+- Add dependency on pkg-config
+- Remove missingok from ghost file, it should not be needed
+
+---



Other differences:
--
++ openal-soft.spec ++
--- /var/tmp/diff_new_pack.5UNnaJ/_old  2015-04-27 07:46:30.0 +0200
+++ /var/tmp/diff_new_pack.5UNnaJ/_new  2015-04-27 07:46:30.0 +0200
@@ -30,6 +30,7 @@
 Patch0: openal-no-autospawn.diff
 BuildRequires:  cmake = 2.4.4
 BuildRequires:  gcc-c++
+BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(libpulse)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -136,8 +137,8 @@
 gcc -Wall %{optflags} -fPIC -DPIC -Wl,-soname,libopenal.so.0 -shared 
-Wl,--no-as-needed -L. -lopenal -o libopenal.so.0 %{SOURCE1}
 
 %install
+%cmake_install
 cd build
-make DESTDIR=%{buildroot} install
 install -d %{buildroot}%{_sysconfdir}/openal
 install -m644 libopenal.so.0 %{buildroot}%{_libdir}
 install -D -m 644 /dev/null %{buildroot}/%{_sysconfdir}/openal/alsoft.conf
@@ -154,7 +155,7 @@
 %defattr(-,root,root)
 %doc COPYING
 %dir %{_sysconfdir}/openal
-%ghost %config(noreplace,missingok) %attr(0644,root,root) 
%{_sysconfdir}/openal/alsoft.conf
+%ghost %config(noreplace) %attr(0644,root,root) 
%{_sysconfdir}/openal/alsoft.conf
 %{_bindir}/openal-info
 %dir %{_datadir}/openal
 %{_datadir}/openal/alsoftrc.sample




commit python3-lxml for openSUSE:Factory

2015-04-26 Thread h_root
Hello community,

here is the log from the commit of package python3-lxml for openSUSE:Factory 
checked in at 2015-04-27 07:46:40

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


Package is python3-lxml

Changes:

--- /work/SRC/openSUSE:Factory/python3-lxml/python3-lxml.changes
2015-02-12 10:22:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-lxml.new/python3-lxml.changes   
2015-04-27 07:46:41.0 +0200
@@ -1,0 +2,19 @@
+Sat Apr 25 18:20:48 UTC 2015 - a...@gmx.de
+
+- update to version 3.4.4:
+  * An ElementTree compatibility test added in lxml 3.4.3 that failed
+in Python 3.4+ was removed again.
+
+---
+Fri Apr 24 23:56:47 UTC 2015 - a...@gmx.de
+
+- update to version 3.4.3:
+  * Expression cache in ElementPath was ignored. Fix by Changaco.
+  * LP#1426868: Passing a default namespace and a prefixed namespace
+mapping as nsmap into xmlfile.element() raised a TypeError.
+  * LP#1421927: DOCTYPE system URLs were incorrectly quoted when
+containing double quotes. Patch by Olli Pottonen.
+  * LP#1419354: meta-redirect URLs were incorrectly processed by
+iterlinks() if preceded by whitespace.
+
+---

Old:

  lxml-3.4.2.tar.gz
  lxmldoc-3.4.2.pdf

New:

  lxml-3.4.4.tar.gz
  lxmldoc-3.4.4.pdf



Other differences:
--
++ python3-lxml.spec ++
--- /var/tmp/diff_new_pack.4Ps29J/_old  2015-04-27 07:46:42.0 +0200
+++ /var/tmp/diff_new_pack.4Ps29J/_new  2015-04-27 07:46:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-lxml
-Version:3.4.2
+Version:3.4.4
 Release:0
 Summary:Powerful and Pythonic XML processing library
 License:BSD-3-Clause and GPL-2.0+

++ lxml-3.4.2.tar.gz - lxml-3.4.4.tar.gz ++
 62979 lines of diff (skipped)

++ lxmldoc-3.4.2.pdf - lxmldoc-3.4.4.pdf ++
(binary differes)




commit perl-Carton for openSUSE:Factory

2015-04-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Carton for openSUSE:Factory 
checked in at 2015-04-27 07:46:54

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


Package is perl-Carton

Changes:

--- /work/SRC/openSUSE:Factory/perl-Carton/perl-Carton.changes  2015-04-22 
01:19:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Carton.new/perl-Carton.changes 
2015-04-27 07:46:56.0 +0200
@@ -1,0 +2,9 @@
+Sun Apr 26 07:14:37 UTC 2015 - co...@suse.com
+
+- updated to 1.0.16
+   see /usr/share/doc/packages/perl-Carton/Changes
+
+  v1.0.16  2015-04-25 06:37:17 PDT
+  - update 02packages.details.txt whitespace padding to follow PAUSE
+
+---

Old:

  Carton-v1.0.15.tar.gz

New:

  Carton-v1.0.16.tar.gz



Other differences:
--
++ perl-Carton.spec ++
--- /var/tmp/diff_new_pack.ZOtzgJ/_old  2015-04-27 07:46:56.0 +0200
+++ /var/tmp/diff_new_pack.ZOtzgJ/_new  2015-04-27 07:46:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Carton
-Version:1.0.15
+Version:1.0.16
 Release:0
 %define cpan_name Carton
 Summary:Perl module dependency manager (aka Bundler for Perl)
@@ -47,12 +47,12 @@
 BuildRequires:  perl(version) = 0.77
 Requires:   perl(App::cpanminus) = 1.703
 Requires:   perl(CPAN::Meta) = 2.120921
-Requires:   perl(CPAN::Meta::Requirements) = 2.121
+Requires:   perl(CPAN::Meta::Requirements) = 2.121000
 Requires:   perl(Class::Tiny) = 1.001
 Requires:   perl(ExtUtils::MakeMaker) = 6.64
 Requires:   perl(Getopt::Long) = 2.39
 Requires:   perl(JSON) = 2.53
-Requires:   perl(Module::Build) = 0.4004
+Requires:   perl(Module::Build) = 0.400400
 Requires:   perl(Module::CPANfile) = 0.9031
 Requires:   perl(Module::CoreList)
 Requires:   perl(Module::Metadata) = 1.03

++ Carton-v1.0.15.tar.gz - Carton-v1.0.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.15/Changes new/Carton-v1.0.16/Changes
--- old/Carton-v1.0.15/Changes  2015-04-20 11:13:35.0 +0200
+++ new/Carton-v1.0.16/Changes  2015-04-25 15:37:20.0 +0200
@@ -1,5 +1,8 @@
 Revision history for carton
 
+v1.0.16  2015-04-25 06:37:17 PDT
+- update 02packages.details.txt whitespace padding to follow PAUSE
+
 v1.0.15  2015-04-20 11:13:32 CEST
 - downgrade some dependencies for fatpack-related tools to recommends
   (probably ship it as a separate distribution in the future)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.15/META.json new/Carton-v1.0.16/META.json
--- old/Carton-v1.0.15/META.json2015-04-20 11:13:35.0 +0200
+++ new/Carton-v1.0.16/META.json2015-04-25 15:37:20.0 +0200
@@ -76,7 +76,7 @@
  web : https://github.com/perl-carton/carton;
   }
},
-   version : v1.0.15,
+   version : v1.0.16,
x_contributors : [
   Christian Walde walde.christ...@googlemail.com,
   David Golden dagol...@cpan.org,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.15/META.yml new/Carton-v1.0.16/META.yml
--- old/Carton-v1.0.15/META.yml 2015-04-20 11:13:35.0 +0200
+++ new/Carton-v1.0.16/META.yml 2015-04-25 15:37:20.0 +0200
@@ -45,7 +45,7 @@
   bugtracker: https://github.com/perl-carton/carton/issues
   homepage: https://github.com/perl-carton/carton
   repository: https://github.com/perl-carton/carton.git
-version: v1.0.15
+version: v1.0.16
 x_contributors:
   - 'Christian Walde walde.christ...@googlemail.com'
   - 'David Golden dagol...@cpan.org'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.15/Makefile.PL 
new/Carton-v1.0.16/Makefile.PL
--- old/Carton-v1.0.15/Makefile.PL  2015-04-20 11:13:35.0 +0200
+++ new/Carton-v1.0.16/Makefile.PL  2015-04-25 15:37:20.0 +0200
@@ -36,7 +36,7 @@
 Try::Tiny = 0.09,
 parent = 0.223
   },
-  VERSION = v1.0.15,
+  VERSION = v1.0.16,
   test = {
 TESTS = t/*.t
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.15/lib/Carton/Index.pm 
new/Carton-v1.0.16/lib/Carton/Index.pm
--- old/Carton-v1.0.15/lib/Carton/Index.pm  2015-04-20 11:13:35.0 
+0200
+++ new/Carton-v1.0.16/lib/Carton/Index.pm  2015-04-25 15:37:20.0 
+0200
@@ -35,10 +35,25 @@
 
 EOF
 for my $p ($self-packages) {
-print $fh sprintf %s %s  %s\n, pad($p-name, 32), pad($p-version || 

commit apparmor for openSUSE:Factory

2015-04-26 Thread h_root
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2015-04-27 07:46:11

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


Package is apparmor

Changes:

--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes2015-04-22 
01:13:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2015-04-27 
07:46:13.0 +0200
@@ -1,0 +2,15 @@
+Fri Apr 24 20:21:32 UTC 2015 - opens...@cboltz.de
+
+- update to AppArmor 2.9.2 (2.9 branch r2911)
+  - lots of bugfixes in the parser and the aa-* tools (including
+boo#918787)
+  - update dovecot and dnsmasq profiles and several abstractions
+(including boo#911001)
+  - see http://wiki.apparmor.net/index.php/ReleaseNotes_2_9_2 for the
+full changelog
+- remove upstream(ed) patches apparmor-changes-since-2.9.1.diff and
+  apparmor-fix-stl-ostream.diff
+- replace GPG key with new AppArmor GPG signing key, see
+  https://launchpad.net/apparmor/+announcement/13404
+
+---

Old:

  apparmor-2.9.1.tar.gz
  apparmor-2.9.1.tar.gz.asc
  apparmor-changes-since-2.9.1.diff
  apparmor-fix-stl-ostream.diff

New:

  apparmor-2.9.2.tar.gz
  apparmor-2.9.2.tar.gz.asc



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.ItYiKo/_old  2015-04-27 07:46:14.0 +0200
+++ /var/tmp/diff_new_pack.ItYiKo/_new  2015-04-27 07:46:14.0 +0200
@@ -60,7 +60,7 @@
 %if ! %{?distro:1}0
   %define distro suse
 %endif
-Version:2.9.1
+Version:2.9.2
 Release:0
 Summary:AppArmor userlevel parser utility
 License:GPL-2.0+
@@ -97,12 +97,6 @@
 # bug 906858 - confine lessopen.sh (submitted upstream 2014-12-21)
 Patch7: apparmor-lessopen-profile.patch
 
-# upstream changes since the 2.9.1 release - bzr diff -r2832..2839 (2.9 branch)
-Patch8: apparmor-changes-since-2.9.1.diff
-
-# fix build with GCC 5 due to bad ostream use
-Patch9: apparmor-fix-stl-ostream.diff
-
 # update samba (winbindd and nmb) profiles for samba 4.2 (boo#921098, 
boo#923201)
 Patch10:samba-4.2-profiles.diff
 
@@ -451,8 +445,6 @@
 
 %patch6
 %patch7 -p1
-%patch8
-%patch9
 %patch10
 # search for left-over multiline rules
 test -z $(grep -r '^\s*\(unix\|dbus\)[^,]\(([^)]*)\)*[^,]*$' 
profiles/apparmor.d/)

++ apparmor-2.9.1.tar.gz - apparmor-2.9.2.tar.gz ++
 3999 lines of diff (skipped)

++ apparmor-abstractions-no-multiline.diff ++
--- /var/tmp/diff_new_pack.ItYiKo/_old  2015-04-27 07:46:15.0 +0200
+++ /var/tmp/diff_new_pack.ItYiKo/_new  2015-04-27 07:46:15.0 +0200
@@ -3,7 +3,7 @@
 ===
 --- profiles/apparmor.d/abstractions/X.orig2014-10-18 13:11:18.498652324 
+0200
 +++ profiles/apparmor.d/abstractions/X 2014-10-18 13:11:31.097494817 +0200
-@@ -23,9 +23,7 @@
+@@ -24,9 +24,7 @@
  
# the unix socket to use to connect to the display
/tmp/.X11-unix/*   w,

++ apparmor.keyring ++
--- /var/tmp/diff_new_pack.ItYiKo/_old  2015-04-27 07:46:15.0 +0200
+++ /var/tmp/diff_new_pack.ItYiKo/_new  2015-04-27 07:46:15.0 +0200
@@ -1,82 +1,65 @@
 -BEGIN PGP PUBLIC KEY BLOCK-
 Version: GnuPG v2
 
-mQGiBEPw2O4RBAD8PZ+0NfCEIBjuDXQjdb6vi642wRIrN7v67GTfNQ+uggGKESRe
-grFumlArz5MbJVLinyIsCqigwyBpspXeyP6cMrzTudmmwQJJN9caejoAu5029wjX
-WTrfwsPbqavwcQSfZlVJOKjLplUCzOcb808UOMYISz5mZmFGzfJpPLTMtwCg4CH+
-e9ZoyqMz1GrkPqjWeOVHgjMD/1D/PW8c1DzBar6zaxNXtQOLtlWn5eqLwWJX7XhG
-DM2YPD0vWyPYnx/5agg6YyouO6xiNi4lPDvEUu8+PqHHZz7Cl9Iu36ruAuhc87vQ
-U10frmHHcdNoko/aetFfNSrXwD+mEhhrob0kIEEIe4K+KfTPKC+aQuUVwciuDiM1
-+7ukA/46YWHIwkqFCUzjhJwu5hb4kGeYS1bcMrD5xCMcVzUdJPFcmz1AVclwAZ61
-PYRRUs4xOJ5QeQty/1n4L5ylOJ8mfzXartC4ZY0OqDrXgLg/HhxPfvLfKvZ9xvBq
-AIIJeqGmN2Dq/+Q70kA/5Ck4hUABBoTMQZABWQkCh3POwMCwhbRMQXBwQXJtb3Ig
-RGV2ZWxvcG1lbnQgVGVhbSAoQXBwQXJtb3Igc2lnbmluZyBrZXkpIDxhcHBhcm1v
-ckBsaXN0cy51YnVudHUuY29tPohqBBMRCgAqAhsDAh4BAheAAhkBBQsJCAcDBRUK
-CQgLBRYCAwEABQJNXEDoBQkPDwJtAAoJEIE3mLmskxJxVFgAnjSeh2O03PKF0UJz
-T13Fn1yK1IvaAJ9bQ3EuAw03b/RkIQUx5SQSXyDDdIhqBBMRCgAqAhsDBQkJZgGA
-Ah4BAheAAhkBBQJMjkjTBQsJCAcDBRUKCQgLBRYCAwEAAAoJEIE3mLmskxJxQ4wA
-oMb9+wVfGopVNTM/pwAFH+vcE1MaAKCUq/IOsOI0yRY7QVre3Rinzpy2/ohqBBMR
-CgAqAhsDBQkJZgGAAh4BAheAAhkBBQJMoOLLBQsJCAcDBRUKCQgLBRYCAwEAAAoJ
-EIE3mLmskxJxy6UAoN0PvpcVaBF9j6s46I6y5p12MBH3AJ0aiUVZj78cjyEprsJ6
-nuWqDm+dS4kCIAQQAQoACgUCTI5JiAMFAXgACgkQLwmejQBegfQtjw//ZVFIv/UR
-CsfamtmqEE/nZ7XfTh495SjHGQy3q4nZvLyfHHiF+XVQtD7JIlHzYpwGz4kla73c
-aM/tLts6bhNgVKQPqazi59NwrHV5dwCiP9B+pX2wdBsjNfgGROiPcVugO+R3hJst

commit perl-Test-Exception for openSUSE:Factory

2015-04-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Exception for 
openSUSE:Factory checked in at 2015-04-27 07:46:23

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


Package is perl-Test-Exception

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Exception/perl-Test-Exception.changes  
2015-04-16 14:11:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Exception.new/perl-Test-Exception.changes 
2015-04-27 07:46:24.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 23 05:55:21 UTC 2015 - co...@suse.com
+
+- extend version to 6 digits to avoid problems with  0.331
+
+---



Other differences:
--
++ perl-Test-Exception.spec ++
--- /var/tmp/diff_new_pack.El4XrB/_old  2015-04-27 07:46:24.0 +0200
+++ /var/tmp/diff_new_pack.El4XrB/_new  2015-04-27 07:46:24.0 +0200
@@ -17,14 +17,16 @@
 
 
 Name:   perl-Test-Exception
-Version:0.38
+Version:0.38
 Release:0
+%define cpan_version 0.38
+Provides:   perl(Test::Exception) = 0.38
 %define cpan_name Test-Exception
 Summary:Test exception based code
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Exception/
-Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -197,7 +199,7 @@
   The test description is optional, but recommended.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%setup -q -n %{cpan_name}-%{cpan_version}
 find . -type f -print0 | xargs -0 chmod 644
 
 %build




commit perl-Devel-PatchPerl for openSUSE:Factory

2015-04-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-PatchPerl for 
openSUSE:Factory checked in at 2015-04-27 07:46:52

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


Package is perl-Devel-PatchPerl

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Devel-PatchPerl/perl-Devel-PatchPerl.changes
2015-04-18 10:40:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-PatchPerl.new/perl-Devel-PatchPerl.changes
   2015-04-27 07:46:55.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 26 07:19:26 UTC 2015 - co...@suse.com
+
+- updated to 1.34
+   see /usr/share/doc/packages/perl-Devel-PatchPerl/Changes
+
+---

Old:

  Devel-PatchPerl-1.32.tar.gz

New:

  Devel-PatchPerl-1.34.tar.gz



Other differences:
--
++ perl-Devel-PatchPerl.spec ++
--- /var/tmp/diff_new_pack.TvBTRS/_old  2015-04-27 07:46:55.0 +0200
+++ /var/tmp/diff_new_pack.TvBTRS/_new  2015-04-27 07:46:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-PatchPerl
-Version:1.32
+Version:1.34
 Release:0
 %define cpan_name Devel-PatchPerl
 Summary:Patch perl source a la Devel::PPPort's buildperl.pl

++ Devel-PatchPerl-1.32.tar.gz - Devel-PatchPerl-1.34.tar.gz ++
 3380 lines of diff (skipped)




commit xflr5 for openSUSE:Factory

2015-04-26 Thread h_root
Hello community,

here is the log from the commit of package xflr5 for openSUSE:Factory checked 
in at 2015-04-27 07:46:51

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


Package is xflr5

Changes:

--- /work/SRC/openSUSE:Factory/xflr5/xflr5.changes  2015-03-03 
11:16:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.xflr5.new/xflr5.changes 2015-04-27 
07:46:53.0 +0200
@@ -1,0 +2,13 @@
+Sat Apr 18 12:30:00 UTC 2015 - techwin...@gmail.com
+
+- Update to version 6.10.04.
+   * Corrected a potential crash bug when deleting a plane with polars
+   * Added a standard ISA model for the calculation of air properties
+* Corrected the issues with the reference lengths after wing scaling
+* Fixed the bugs related to the import operation of a body definition from 
a text file
+* Fix for retina displays on OS X
+* Corrected the export of plane polars to text files to include the 
sideslip variable
+* Other minor corrections and improvements
+
+
+---

Old:

  xflr5-6.10.03_src.tar.gz

New:

  xflr5-6.10.04_src.tar.gz



Other differences:
--
++ xflr5.spec ++
--- /var/tmp/diff_new_pack.wzZzru/_old  2015-04-27 07:46:54.0 +0200
+++ /var/tmp/diff_new_pack.wzZzru/_new  2015-04-27 07:46:54.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   xflr5
-Version:6.10.03
+Version:6.10.04
 Release:0
 %define short_version 6.10
 Summary:Analysis tool for airfoils and planes operating at low Re 
numbers
 License:GPL-2.0
 Group:  Productivity/Scientific/Other
-Url:http://xflr5.com
-Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}_src.tar.gz
+Url:http://www.xflr5.com
+# Source0:
http://sourceforge.net/projects/%{name}/files/%{version}/%{name}-%{version}_src.tar.gz
+Source0:%{name}-%{version}_src.tar.gz
 Source1:%{name}.desktop
 BuildRequires:  Mesa-devel
 BuildRequires:  gcc-c++

++ xflr5-6.10.03_src.tar.gz - xflr5-6.10.04_src.tar.gz ++
 4350 lines of diff (skipped)