commit cmake for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2014-03-09 18:18:38

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


Package is cmake

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2014-01-30 
19:14:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2014-03-09 
18:18:40.0 +0100
@@ -1,0 +2,14 @@
+Sat Mar  1 00:22:54 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 3.0.0~rc1
+  * First release candidate of 3.0.0 release, for more details, please
+see http://www.cmake.org/cmake/help/v3.0/release/3.0.0.html
+- Drop cmake-jni-ppc64le.patch and fix-check-for-freetype251.patch,
+  merged upstream
+- Added pkgconfig(bzip2) BuildRequires for bzip2 support
+- Rebase cmake-fix-ruby-test.patch to current release
+- All documentation is now available in rst format, and in
+  /usr/share/cmake/Help directory (including former man files),
+  see mentioned online changelog
+
+---
cmake.changes: same change

Old:

  cmake-2.8.12.2.tar.gz
  cmake-jni-ppc64le.patch
  fix-check-for-freetype251.patch

New:

  cmake-3.0.0-rc1.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.J48ktv/_old  2014-03-09 18:18:41.0 +0100
+++ /var/tmp/diff_new_pack.J48ktv/_new  2014-03-09 18:18:41.0 +0100
@@ -17,10 +17,11 @@
 
 
 Name:   cmake-gui
-Version:2.8.12.2
+Version:3.0.0~rc1
 Release:0
+%define rversion 3.0.0-rc1
 Url:http://www.cmake.org/
-Source0:http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz
+Source0:http://www.cmake.org/files/v3.0/cmake-%{rversion}.tar.gz
 Summary:CMake graphical user interface
 License:BSD-3-Clause
 Group:  Development/Tools/Building
@@ -40,6 +41,7 @@
 BuildRequires:  openssl-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(bzip2)
 
 Requires:   cmake
 
@@ -48,7 +50,7 @@
 open-source make system.
 
 %prep
-%setup -q -n cmake-%{version}
+%setup -q -n cmake-%{rversion}
 
 %build
 EXTRA_FLAGS=--qt-gui
@@ -81,8 +83,6 @@
 rm -rf %{buildroot}/usr/share/cmake
 rm -rf %{buildroot}/usr/share/aclocal/cmake.m4
 rm -rf %{buildroot}/usr/share/doc/packages/cmake
-rm -rf %{buildroot}/usr/share/man/man1/{cmake,cmakecommands,cmakecompat}.1
-rm -rf 
%{buildroot}/usr/share/man/man1/{cmakemodules,cmakepolicies,cmakeprops,cmakevars,cpack,ctest}.1
 
 %files
 %defattr(-,root,root)
@@ -90,6 +90,5 @@
 %{_datadir}/applications/CMake.desktop
 %{_datadir}/mime/packages/cmakecache.xml
 %{_datadir}/pixmaps/CMakeSetup32.png
-%doc %{_mandir}/man1/cmake-gui.1.*
 
 %changelog

++ cmake.spec ++
--- /var/tmp/diff_new_pack.J48ktv/_old  2014-03-09 18:18:41.0 +0100
+++ /var/tmp/diff_new_pack.J48ktv/_new  2014-03-09 18:18:41.0 +0100
@@ -17,17 +17,14 @@
 
 
 Name:   cmake
-Version:2.8.12.2
+Version:3.0.0~rc1
 Release:0
+%define rversion 3.0.0-rc1
 Url:http://www.cmake.org/
-Source0:http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
+Source0:http://www.cmake.org/files/v3.0/%{name}-%{rversion}.tar.gz
 Source1:cmake.macros
 Source2:opensuse_rules.cmake
 Patch2: cmake-fix-ruby-test.patch
-# PATCH-FIX-UPSTREAM fix-check-for-freetype251.patch -- 
http://www.cmake.org/Bug/view.php?id=13959, 
http://www.cmake.org/Bug/view.php?id=14601
-Patch3: fix-check-for-freetype251.patch
-# PATCH-FIX-UPSTREAM cmake-jni-ppc64le.patch -- 
https://github.com/Kitware/CMake/pull/90
-Patch4: cmake-jni-ppc64le.patch
 Summary:Cross-platform, open-source make system
 License:BSD-3-Clause
 Group:  Development/Tools/Building
@@ -48,6 +45,7 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
 BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(bzip2)
 
 Requires:   make
 
@@ -55,10 +53,8 @@
 CMake is a cross-platform, open-source make system
 
 %prep
-%setup -q -n %{name}-%{version}
-%patch2
-%patch3 -p1
-%patch4 -p1
+%setup -q -n %{name}-%{rversion}
+%patch2 -p1
 
 %build
 export CXXFLAGS=$RPM_OPT_FLAGS
@@ -85,7 +81,6 @@
 make DESTDIR=%{buildroot} install
 mkdir -p %{buildroot}%{_libdir}/cmake
 find %{buildroot}/usr/share/cmake -type f -print0 | xargs -0 chmod 644
-cp ChangeLog.manual %{buildroot}/usr/share/doc/packages/%{name}/Changelog
 # rpm macros
 install -m644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/rpm/macros.cmake
 # buildrules
@@ -109,15 +104,5 @@
 %{_libdir}/cmake
 %{_datadir}/aclocal/cmake.m4
 %doc %{_datadir}/doc/packages/%{name}

commit dosfstools for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2014-03-09 18:18:40

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


Package is dosfstools

Changes:

--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes2013-11-25 
14:32:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes   
2014-03-09 18:18:42.0 +0100
@@ -1,0 +2,10 @@
+Thu Mar  6 12:24:03 UTC 2014 - pgaj...@suse.com
+
+- updated to 3.0.25:
+  * Prevent corruption of FAT during fsck on 64 bit platforms.
+ unsigned long is 64 bit on x86-64, which means set_fat was writing two
+ entries, which corrupts the next entry. This can cause loss of data in
+ another file.
+  * Fixed remaining 64 bit build warnings.
+
+---

Old:

  dosfstools-3.0.24.tar.xz
  dosfstools-3.0.24.tar.xz.sig

New:

  dosfstools-3.0.25.tar.xz
  dosfstools-3.0.25.tar.xz.sig



Other differences:
--
++ dosfstools.spec ++
--- /var/tmp/diff_new_pack.Z8Gs23/_old  2014-03-09 18:18:42.0 +0100
+++ /var/tmp/diff_new_pack.Z8Gs23/_new  2014-03-09 18:18:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dosfstools
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 License:GPL-3.0+
 Group:  System/Filesystems
-Version:3.0.24
+Version:3.0.25
 Release:0
 Url:http://daniel-baumann.ch/software/dosfstools/
 

++ dosfstools-3.0.24.tar.xz - dosfstools-3.0.25.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dosfstools-3.0.24/ChangeLog 
new/dosfstools-3.0.25/ChangeLog
--- old/dosfstools-3.0.24/ChangeLog 2013-11-23 10:36:44.0 +0100
+++ new/dosfstools-3.0.25/ChangeLog 2014-01-17 07:10:47.0 +0100
@@ -1,4 +1,42 @@
-commit 55bd7b7 (HEAD, master)
+commit acf64ae (HEAD, origin/master, origin/HEAD, master)
+Author: Daniel Baumann m...@daniel-baumann.ch
+Date:   Fri Jan 17 07:09:54 2014 +0100
+
+Updating copyright headers for 2014.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit 21fe921
+Author: Andrew Tridgell tri...@samba.org
+Date:   Tue Jan 14 09:37:51 2014 +1100
+
+Fixed remaining 64 bit build warnings.
+
+Some of these may be real bugs.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit 9e3a2b1
+Author: Andrew Tridgell tri...@samba.org
+Date:   Tue Jan 14 09:25:28 2014 +1100
+
+Prevent corruption of FAT during fsck on 64 bit platforms.
+
+unsigned long is 64 bit on x86-64, which means set_fat was writing two
+entries, which corrupts the next entry. This can cause loss of data in
+another file.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit 0d2c9bc (tag: v3.0.24)
+Author: Daniel Baumann m...@daniel-baumann.ch
+Date:   Sat Nov 23 10:36:55 2013 +0100
+
+Releasing version 3.0.24.
+
+Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
+
+commit 55bd7b7
 Author: Jaroslav Skarvada jskar...@redhat.com
 Date:   Sat Nov 23 10:34:48 2013 +0100
 
@@ -11,7 +49,7 @@
 
 Signed-off-by: Daniel Baumann m...@daniel-baumann.ch
 
-commit 6debb4a (tag: v3.0.23, origin/master, origin/HEAD)
+commit 6debb4a (tag: v3.0.23)
 Author: Daniel Baumann m...@daniel-baumann.ch
 Date:   Tue Oct 15 08:05:46 2013 +0200
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dosfstools-3.0.24/Makefile 
new/dosfstools-3.0.25/Makefile
--- old/dosfstools-3.0.24/Makefile  2013-07-19 18:14:31.0 +0200
+++ new/dosfstools-3.0.25/Makefile  2014-01-17 07:09:28.0 +0100
@@ -1,6 +1,6 @@
 # Makefile
 #
-# Copyright (C) 2008-2013 Daniel Baumann m...@daniel-baumann.ch
+# Copyright (C) 2008-2014 Daniel Baumann m...@daniel-baumann.ch
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dosfstools-3.0.24/VERSION 
new/dosfstools-3.0.25/VERSION
--- old/dosfstools-3.0.24/VERSION   2013-11-23 10:36:23.0 +0100
+++ new/dosfstools-3.0.25/VERSION   2014-01-17 07:10:17.0 +0100

commit aegisub for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package aegisub for openSUSE:Factory checked 
in at 2014-03-09 18:21:08

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


Package is aegisub

Changes:

--- /work/SRC/openSUSE:Factory/aegisub/aegisub.changes  2014-01-30 
14:53:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.aegisub.new/aegisub.changes 2014-03-09 
18:21:10.0 +0100
@@ -1,0 +2,14 @@
+Fri Mar  7 13:39:15 UTC 2014 - reddw...@opensuse.org
+
+- Update to 3.1.2
+  * Make subs.deleterange(start, end) not do totally incorrect things
+  * Fix some cases where the row to extend shift-click selections in the grid 
was not updated correctly
+  * Fix assertion failure when built with boost 1.52
+  * New/updated translations
+
+---
+Tue Mar  4 18:51:25 UTC 2014 - co...@suse.com
+
+- disable parallel make - it takes too much memory and OBS swaps
+
+---

Old:

  aegisub-3.1.1.tar.xz

New:

  aegisub-3.1.2.tar.xz



Other differences:
--
++ aegisub.spec ++
--- /var/tmp/diff_new_pack.FxhLKU/_old  2014-03-09 18:21:11.0 +0100
+++ /var/tmp/diff_new_pack.FxhLKU/_new  2014-03-09 18:21:11.0 +0100
@@ -19,7 +19,7 @@
 %bcond_with ffms2
 
 Name:   aegisub
-Version:3.1.1
+Version:3.1.2
 Release:0
 Summary:Subtitle editor
 License:BSD-3-Clause
@@ -75,7 +75,8 @@
 # Don't use --disable-update-checker because of 
http://blog.aegisub.org/2012/02/bit-of-statistics.html
 %configure --with-player-audio=PulseAudio \
--without-oss
-make %{?_smp_mflags}
+# parallel make takes too much memory 
+make -j1
 
 %install
 cd aegisub

++ aegisub-3.1.1.tar.xz - aegisub-3.1.2.tar.xz ++
 14967 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit calligra for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package calligra for openSUSE:Factory 
checked in at 2014-03-09 18:21:37

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


Package is calligra

Changes:

--- /work/SRC/openSUSE:Factory/calligra/calligra.changes2013-12-02 
07:20:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.calligra.new/calligra.changes   2014-03-09 
18:21:43.0 +0100
@@ -1,0 +2,22 @@
+Mon Mar  3 19:10:02 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 2.8.0
+  * Kexi
+- New feature to open hyperlinks in forms
+  * Words
+- Support for comments in the text
+  * Sheets
+- Improved view for pivot tables
+  * Krita
+- Many new features
+- new high-quality scaling mode for the OpenGL canvas
+- G’Mic integration
+- a wraparound painting mode for easy creation of textures 
+  and tiles
+- support for touch screens
+- Two new parts:
+  - Krita Sketch (Aimed for tablets)
+  - Krita Gemini (switch between desktop and tablet mode at 
+  the press of a button)
+
+---

Old:

  calligra-2.7.5.tar.xz

New:

  calligra-2.8.0.tar.xz



Other differences:
--
++ calligra.spec ++
--- /var/tmp/diff_new_pack.nDxH3H/_old  2014-03-09 18:21:47.0 +0100
+++ /var/tmp/diff_new_pack.nDxH3H/_new  2014-03-09 18:21:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package calligra
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   calligra
-Version:2.7.5
+Version:2.8.0
 Release:0
 Summary:Libraries and Base Files for the KDE Office Suite
 License:GPL-2.0+ and LGPL-2.1+ and GFDL-1.2
@@ -27,15 +27,14 @@
 %if 0%{?suse_version}  1230
 BuildRequires:  OpenColorIO-devel
 %endif
+BuildRequires:  libodfgen-devel
 BuildRequires:  OpenEXR-devel
-BuildRequires:  OpenGTL-devel
 BuildRequires:  create-resources
 BuildRequires:  fdupes
 BuildRequires:  fftw3-devel
 BuildRequires:  freetds-devel
 BuildRequires:  glew-devel
 BuildRequires:  gsl-devel
-BuildRequires:  libQtGTL-devel
 BuildRequires:  libQtWebKit-devel
 BuildRequires:  libeigen2-devel
 BuildRequires:  libexiv2-devel
@@ -390,12 +389,12 @@
 %create_subdir_filelist -d filters/karbon -f karbon -v devel
 %create_subdir_filelist -d filters/libmso -f main -v devel
 %create_subdir_filelist -d filters/libmsooxml -f main -v devel
-%create_subdir_filelist -d filters/libodftraverse -f main -v devel
+%create_subdir_filelist -d filters/libodf2 -f main -v devel
+%create_subdir_filelist -d filters/libodfreader -f main -v devel
 %create_subdir_filelist -d filters/plan -f plan -v devel
 %create_subdir_filelist -d filters/sheets -f sheets -v devel
 %create_subdir_filelist -d filters/stage -f stage -v devel
 %create_subdir_filelist -d filters/words -f words -v devel
-%create_subdir_filelist -d filters/writerperfect -f main -v devel
 %create_subdir_filelist -d flow -v devel
 %create_subdir_filelist -d interfaces -f main -v devel
 %create_subdir_filelist -d karbon -v devel
@@ -408,13 +407,15 @@
 %create_subdir_filelist -d servicetypes -f main -v devel
 %create_subdir_filelist -d sheets -v devel
 %create_subdir_filelist -d stage -f stage -v devel
-%create_subdir_filelist -d templates -f main -v devel
 %create_subdir_filelist -d words -v devel
 cd ..
 
 # Remove doc files from filelists (packaged in calligra-doc)
 sed -ri s,.*/usr/share/doc/kde/HTML/en/.*,, filelists/*
 
+# Remove ome sketch files from krita filelist (filelists doesn't like spaces 
in filenames)
+sed -ri s,.*/calligra/imports/org/krita/sketch/panels/filterconfigpages/.*,, 
filelists/krita
+
 # Do not use fdupes in %%{buildroot} as this causes icons in the 
calligra-package to be symlinks against the kexi-package, so that these are 
missing in krita (bnc#688012)
 %fdupes -s %{buildroot}%{_kde4_datadir}/color/icc/krita/
 %fdupes -s %{buildroot}%{_kde4_datadir}/locale/
@@ -431,6 +432,8 @@
 %suse_update_desktop_file -r karbon Qt KDE Graphics VectorGraphics
 %suse_update_desktop_file -r kexi   Qt KDE Office Database
 %suse_update_desktop_file -r krita  Qt KDE Graphics RasterGraphics
+%suse_update_desktop_file -r kritasketch  Qt KDE Graphics RasterGraphics
+%suse_update_desktop_file -r kritagemini  Qt KDE Graphics RasterGraphics
 %suse_update_desktop_file -r plan   Qt KDE Office ProjectManagement
 %suse_update_desktop_file 

commit enlightenment for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package enlightenment for openSUSE:Factory 
checked in at 2014-03-09 18:22:01

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


Package is enlightenment

Changes:

--- /work/SRC/openSUSE:Factory/enlightenment/enlightenment.changes  
2014-02-28 21:13:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.enlightenment.new/enlightenment.changes 
2014-03-09 18:22:04.0 +0100
@@ -1,0 +2,13 @@
+Thu Mar  6 03:41:42 UTC 2014 - si...@simotek.net
+
+- Update to 1.8.5
+  * Fix selection of the standard profile in wizard.
+  * pointer warp speed config slider correctly detects changed state
+  * set border starting geometry from initial zone
+  * don't use raise stack for iterating borders
+  * Fix wl_desktop_shell compiler warning for Mike
+  * evry string matching now handles UTF8
+  * remove efm nav SELF_RENAME handler
+
+
+---

Old:

  enlightenment-0.18.4.tar.bz2

New:

  enlightenment-0.18.5.tar.bz2



Other differences:
--
++ enlightenment.spec ++
--- /var/tmp/diff_new_pack.AOOJt5/_old  2014-03-09 18:22:05.0 +0100
+++ /var/tmp/diff_new_pack.AOOJt5/_new  2014-03-09 18:22:05.0 +0100
@@ -26,7 +26,7 @@
 %define generate_manpages 0
 
 Name:   enlightenment
-Version:0.18.4
+Version:0.18.5
 Release:1
 License:BSD-2-Clause
 Summary:The window manager

++ enlightenment-0.18.4.tar.bz2 - enlightenment-0.18.5.tar.bz2 ++
/work/SRC/openSUSE:Factory/enlightenment/enlightenment-0.18.4.tar.bz2 
/work/SRC/openSUSE:Factory/.enlightenment.new/enlightenment-0.18.5.tar.bz2 
differ: char 11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit criu for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package criu for openSUSE:Factory checked in 
at 2014-03-09 18:21:50

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


Package is criu

Changes:

--- /work/SRC/openSUSE:Factory/criu/criu.changes2014-02-28 
18:51:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.criu.new/criu.changes   2014-03-09 
18:21:52.0 +0100
@@ -1,0 +2,5 @@
+Sat Mar  1 09:39:03 CET 2014 - ti...@suse.de
+
+- Run spec-cleaner, nothing more than that.
+
+---



Other differences:
--
++ criu.spec ++
--- /var/tmp/diff_new_pack.kzfLiL/_old  2014-03-09 18:21:52.0 +0100
+++ /var/tmp/diff_new_pack.kzfLiL/_new  2014-03-09 18:21:52.0 +0100
@@ -23,12 +23,12 @@
 License:GPL-2.0
 Group:  System/Console
 Url:http://criu.org/
-Requires:   logrotate
+Source0:http://download.openvz.org/criu/criu-%{version}.tar.bz2
 BuildRequires:  asciidoc
 BuildRequires:  protobuf-c
 BuildRequires:  xmlto
 BuildRequires:  pkgconfig(systemd)
-Source0:http://download.openvz.org/criu/criu-%{version}.tar.bz2
+Requires:   logrotate
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  x86_64
 
@@ -60,24 +60,24 @@
 to develop applications with CRIU library.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
-export CFLAGS=%optflags
-make V=1 %{?_smp_mflags} PREFIX=%{_prefix} LOGROTATEDIR=/etc/logrotate.d/
+export CFLAGS=%{optflags}
+make V=1 %{?_smp_mflags} PREFIX=%{_prefix} 
LOGROTATEDIR=%{_sysconfdir}/logrotate.d/
 
 %install
-mkdir -p $RPM_BUILD_ROOT/etc/logrotate.d
-make V=1 %{?_smp_mflags} PREFIX=%{_prefix}  LOGROTATEDIR=/etc/logrotate.d/ \
-DESTDIR=$RPM_BUILD_ROOT install
+mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
+make V=1 %{?_smp_mflags} PREFIX=%{_prefix}  
LOGROTATEDIR=%{_sysconfdir}/logrotate.d/ \
+DESTDIR=%{buildroot} install
 # make rpmlint happy
-mv $RPM_BUILD_ROOT/etc/logrotate.d/criu-service \
-$RPM_BUILD_ROOT/etc/logrotate.d/criu
+mv %{buildroot}%{_sysconfdir}/logrotate.d/criu-service \
+%{buildroot}%{_sysconfdir}/logrotate.d/criu
 # for compatiblity
-ln -s criu $RPM_BUILD_ROOT%{_sbindir}/crtools
-ln -s criu.8 $RPM_BUILD_ROOT%{_mandir}/man8/crtools.8
+ln -s criu %{buildroot}%{_sbindir}/crtools
+ln -s criu.8 %{buildroot}%{_mandir}/man8/crtools.8
 # fix up wrong permissions
-chmod 0644 $RPM_BUILD_ROOT%{_mandir}/man*/*
+chmod 0644 %{buildroot}%{_mandir}/man*/*
 
 %pre
 %service_add_pre criu.service criu.socket
@@ -105,7 +105,7 @@
 %{_sbindir}/*
 %{_mandir}/man*/*
 %{_unitdir}/criu.*
-/etc/logrotate.d/*
+%{_sysconfdir}/logrotate.d/*
 
 %files -n libcriu1
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit fping for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package fping for openSUSE:Factory checked 
in at 2014-03-09 18:22:11

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


Package is fping

Changes:

--- /work/SRC/openSUSE:Factory/fping/fping.changes  2013-08-19 
10:50:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.fping.new/fping.changes 2014-03-09 
18:22:12.0 +0100
@@ -1,0 +2,31 @@
+Sat Mar  8 20:28:18 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.9:
+  + Fix random output on socket error (#56).
+  + Support ppc64le architecture by including alpha libtool
+version.
+  + Fix compilation problem on FreeBSD (#57).
+  + Initial test suite and continous intergration (with
+travis-ci.org / coveralls.io).
+  + Don't output usage information on error.
+- Changes from version 3.8:
+  + Fix segmentation fault introduced in version 3.7 with loop mode
+(#55).
+- Changes from version 3.7:
+  + Allow running as non-root on Mac OS X by using non-privileged
+ICMP (#7).
+  + Remove unnecessary IPv6 socket options.
+  + Fix again compatibility issue with FreeBSD.
+  + Fix fping hanging forever on permanent sendto failure.
+  + Fix duplicate echo reply packets causing early stop in count
+mode (#53).
+- Changes from version 3.6:
+  + Fix loop issue after 65536 pings (#12).
+  + Minimum ping data size is now 0.
+  + Removed setsockopt IPV6_CHECKSUM, which shouldn't be set and
+breaks compiling on Solaris.
+  + Fix wrong min RTT value with -Q option (#51).
+- Drop export CFLAGS=%optflags -D_GNU_SOURCE -fwhole-program, it
+  breaks the build.
+
+---

Old:

  fping-3.5.tar.gz

New:

  fping-3.9.tar.gz



Other differences:
--
++ fping.spec ++
--- /var/tmp/diff_new_pack.xTyO1n/_old  2014-03-09 18:22:13.0 +0100
+++ /var/tmp/diff_new_pack.xTyO1n/_new  2014-03-09 18:22:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fping
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   fping
 Url:http://www.fping.org
-Version:3.5
+Version:3.9
 Release:0
 Summary:A program to ping multiple hosts
 License:MIT
@@ -48,7 +48,6 @@
 %setup -q
 
 %build
-export CFLAGS=%optflags -D_GNU_SOURCE -fwhole-program
 %configure --enable-ipv6 --enable-ipv4
 make %{?_smp_mflags}
 

++ fping-3.5.tar.gz - fping-3.9.tar.gz ++
 6274 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit converseen for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package converseen for openSUSE:Factory 
checked in at 2014-03-09 18:21:46

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


Package is converseen

Changes:

--- /work/SRC/openSUSE:Factory/converseen/converseen.changes2014-02-11 
11:57:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.converseen.new/converseen.changes   
2014-03-09 18:21:47.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar  7 04:56:34 UTC 2014 - lazy.k...@opensuse.org
+
+- Update to 0.6.8.
+  * Update some translations.
+  * Various code improvements.
+
+---

Old:

  converseen-0.6.7.tar.bz2

New:

  converseen-0.6.8.tar.bz2



Other differences:
--
++ converseen.spec ++
--- /var/tmp/diff_new_pack.QPPoce/_old  2014-03-09 18:21:48.0 +0100
+++ /var/tmp/diff_new_pack.QPPoce/_new  2014-03-09 18:21:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   converseen
-Version:0.6.7
+Version:0.6.8
 Release:0
 Summary:Batch Image Conversion Tool
 License:GPL-3.0+

++ converseen-0.6.7.tar.bz2 - converseen-0.6.8.tar.bz2 ++
 3928 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cyrus-imapd for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package cyrus-imapd for openSUSE:Factory 
checked in at 2014-03-09 18:21:55

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


Package is cyrus-imapd

Changes:

--- /work/SRC/openSUSE:Factory/cyrus-imapd/cyrus-imapd.changes  2013-06-17 
10:03:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.cyrus-imapd.new/cyrus-imapd.changes 
2014-03-09 18:21:58.0 +0100
@@ -1,0 +2,104 @@
+Wed Jan 29 11:14:13 UTC 2014 - a...@ajaissle.de
+
+- Added -snmp and -snmp-mibs sub-packages
+- Added README.SNMP to cyrus-imapd-rc-2.tar.gz
+- Added sysconfig option to use SNMP
+  * TODO: convert to a yesno option
+
+---
+Fri Jan 24 13:45:42 UTC 2014 - a...@ajaissle.de
+
+- Updated to upstream release 2.4.17 (fate#311137)
+  Changes to the Cyrus IMAP Server since 2.3.x:
+* All databases are now default skiplist, and ctl_cyrusdb will 
automatically convert database type on startup.
+* make_sha1 and make_md5 are removed (replaced by GUID and reconstruct 
changes)
+* Charset subsystem rewritten - Unicode 5.2 rather than Unicode 2, and 
UTF-8 support in sieve.
+* Core mailbox handling code largely rewritten with new APIs, CRC 
checksums, new locking mechanisms, merging of cyrus.index and cyrus.expunge, 
inclusion of user \Seen flag, and much more.
+* Replication code largely rewritten to provide better performance, 
consistency checking, and recovery from split-brain scenarios.
+* Added support for LIST-EXTENDED IMAP extension. Removed support for 
deprecated (compile-time) LISTEXT IMAP extension. Based on work by Martin 
Konold martin.kon...@erfrakon.de
+* Added support for ESEARCH IMAP extension.
+* Added support for WITHIN extension to IMAP SEARCH.
+* Added support for ENABLE IMAP extension.
+* Added support for QRESYNC IMAP extension.
+* Added support for URLAUTH=BINARY IMAP extension.
+* Removed legacy IMAP[2|3|4] cruft. We now only support IMAPrev1 + 
extensions.
+* Added support for marking QoS on traffic. (courtesy of Philip 
Prindeville phil...@redfish-solutions.com)
+* Modified user_deny.db code to open database once at service startup time.
+* ... and hundreds of tiny things too numerous to mention in a short 
change log ...
+
+- Added the following patches:
+  - cyrus-imapd-2.4.17_drac_auth.patch -- this is a rebased version of 
contrib/drac_auth.patch
+  - cyrus-imapd-2.4.17_ptloader-ldap_user_attribute.patch -- Allow a result 
attribute to be specified with ptclient/ldap.c
+* Supersedes KOLAB_cyrus-imapd-2.3.18_UID.patch
+
+- Renamed the following patches:
+  - syslog-facility-doc.patch to cyrus-imapd-2.3.16_syslog-facility-doc.patch
+
+- Rebased the following patches for cyrus-imapd-2.4.17:
+  - cyrus-imapd-db6.diff as cyrus-imapd-2.4.17_db6.patch
+  - cyrus-imapd-openslp.patch as cyrus-imapd-2.4.17_openslp.patch
+  - luser_relay.patch as cyrus-imapd-2.4.17_lmtp_catchall_mailbox.patch
+* Option 'lmtp_luser_relay' was renamed to 'lmtp_catchall_mailbox'
+* https://bugzilla.cyrusimap.org/show_bug.cgi?id=2360
+  - cyrus-imapd_tls-session-leak.dif as 
cyrus-imapd-2.4.17_tls-session-leak.patch
+* https://bugzilla.cyrusimap.org/show_bug.cgi?id=3252
+  - cyrus-imapd-2.3.16-autocreate-0.10-0.drac.diff as 
cyrus-imapd-2.4.17_autocreate-0.10-0.patch
+  - pie.patch as cyrus-imapd-2.4.17_pie.patch
+
+- Removed the following patches (unknown upstream status):
+  - KOLAB_cyrus-imapd-2.3.18_Folder-names.patch
+* There is no need for us to extend the mailbox name restrictions
+* https://bugzilla.cyrusimap.org/show_bug.cgi?id=2633
+  - KOLAB_cyrus-imapd-2.3.18_Groups2.patch
+* optional/not needed
+* https://bugzilla.cyrusimap.org/show_bug.cgi?id=2632
+* https://bugzilla.cyrusimap.org/show_bug.cgi?id=3282
+  - KOLAB_cyrus-imapd-2.3.18_timsieved_starttls-sendcaps.patch
+* Workaround for an issue with kontact/kio ~ KDE 3.5.9
+  - KOLAB_cyrus-imapd-2.3.18_UID.patch
+* Superseded by cyrus-imapd-2.4.17_ptloader-ldap_user_attribute.patch
+
+- Removed the following patches (upstream inclusion):
+  - charset.patch
+  - cyrus-imapd-perl-5.14.patch
+  - cyrus-imapd-perl-path.patch
+  - cyrus-imapd_references_header-dos.dif
+  - KOLAB_cyrus-imapd-2.3.18_Cyradm_Annotations.patch
+* 
http://git.cyrusimap.org/cyrus-imapd/commit/?h=cyrus-imapd-2.4id=98dd7a9130653ac848c0782a7688d26a090b494b
+  - KOLAB_cyrus-imapd-2.3.18_Logging.patch
+* Use 'auditlog: 1' in imapd.conf
+* https://bugzilla.cyrusimap.org/show_bug.cgi?id=2964
+  - user_deny_db-once.patch
+
+- Changed cyrus-imapd-rc.tar.gz contents, now having cyrus-imapd-rc-2.tar.gz:
+  - dir name now is SUSE (was: SuSE)
+  - renamed README.SuSE - 

commit glibc for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2014-03-09 18:22:17

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


Package is glibc

Changes:

--- /work/SRC/openSUSE:Factory/glibc/glibc-testsuite.changes2014-02-28 
16:22:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc-testsuite.changes   
2014-03-09 18:22:18.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar  6 11:37:51 UTC 2014 - sch...@suse.de
+
+- Add services and netgroup persistent caches to nscd file list
+
+---
glibc-utils.changes: same change
glibc.changes: same change



Other differences:
--
++ glibc-testsuite.spec ++
--- /var/tmp/diff_new_pack.q9sLzK/_old  2014-03-09 18:22:19.0 +0100
+++ /var/tmp/diff_new_pack.q9sLzK/_new  2014-03-09 18:22:19.0 +0100
@@ -850,7 +850,7 @@
 mkdir -p %{buildroot}/etc/init.d
 ln -sf /sbin/service %{buildroot}/usr/sbin/rcnscd
 mkdir -p %{buildroot}/var/run/nscd
-touch %{buildroot}/var/run/nscd/{passwd,group,hosts}
+touch %{buildroot}/var/run/nscd/{passwd,group,hosts,services,netgroup}
 touch %{buildroot}/var/run/nscd/{socket,nscd.pid}
 
 #
@@ -1242,6 +1242,8 @@
 %attr(0600,root,root) %verify(not md5 size mtime) %ghost 
%config(missingok,noreplace) /var/run/nscd/passwd
 %attr(0600,root,root) %verify(not md5 size mtime) %ghost 
%config(missingok,noreplace) /var/run/nscd/group
 %attr(0600,root,root) %verify(not md5 size mtime) %ghost 
%config(missingok,noreplace) /var/run/nscd/hosts
+%attr(0600,root,root) %verify(not md5 size mtime) %ghost 
%config(missingok,noreplace) /var/run/nscd/services
+%attr(0600,root,root) %verify(not md5 size mtime) %ghost 
%config(missingok,noreplace) /var/run/nscd/netgroup
 %endif # !i686
 
 %if %{build_profile}

glibc-utils.spec: same change
glibc.spec: same change

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-session for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory 
checked in at 2014-03-09 18:22:40

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


Package is gnome-session

Changes:

--- /work/SRC/openSUSE:Factory/gnome-session/gnome-session.changes  
2014-01-07 13:54:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-session.new/gnome-session.changes 
2014-03-09 18:22:41.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar  5 08:04:32 UTC 2014 - cxi...@novell.com
+
+- Remove special code for GNOME classic: it was introduced because
+  of a bug in XDM that messed arguments up (bnc#866874).
+
+---



Other differences:
--
++ gnome-session.spec ++
--- /var/tmp/diff_new_pack.yWHqAC/_old  2014-03-09 18:22:41.0 +0100
+++ /var/tmp/diff_new_pack.yWHqAC/_new  2014-03-09 18:22:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-session
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ gnome ++
--- /var/tmp/diff_new_pack.yWHqAC/_old  2014-03-09 18:22:42.0 +0100
+++ /var/tmp/diff_new_pack.yWHqAC/_new  2014-03-09 18:22:42.0 +0100
@@ -88,9 +88,4 @@
 # Uncomment after SLED12, remove after SLED14:
 #rm -f ~/.skel/gnome2-run ~/.skel/gnome2-run-9.2 ~/.skel/sled10-run
 
-# in case we want to start gnome-classic, we need to inject --session into the 
cmd line.
-if [ $1 == gnome-classic ]; then
-   session=--session
-fi
-
 exec /usr/bin/gnome-session ${session} $*

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glom for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package glom for openSUSE:Factory checked in 
at 2014-03-09 18:22:26

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


Package is glom

Changes:

--- /work/SRC/openSUSE:Factory/glom/glom.changes2014-02-05 
13:42:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.glom.new/glom.changes   2014-03-09 
18:22:27.0 +0100
@@ -1,0 +2,6 @@
+Thu Mar  6 17:20:36 UTC 2014 - zai...@opensuse.org
+
+- Update to version 1.26.0:
+  + Reports: Fix a crash introduced in 1.25.4.
+
+---

Old:

  glom-1.25.6.tar.xz

New:

  glom-1.26.0.tar.xz



Other differences:
--
++ glom.spec ++
--- /var/tmp/diff_new_pack.6yx3qK/_old  2014-03-09 18:22:28.0 +0100
+++ /var/tmp/diff_new_pack.6yx3qK/_new  2014-03-09 18:22:28.0 +0100
@@ -24,10 +24,10 @@
 Summary:Database designer and user interface
 License:GPL-3.0+
 Group:  Productivity/Databases/Clients
-Version:1.25.6
+Version:1.26.0
 Release:0
 # FIXME: once bnc#793882 is fixed, re-enable %%check section
-Source: 
http://download.gnome.org/sources/glom/1.25/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/glom/1.26/%{name}-%{version}.tar.xz
 # This is indeed GPL-3.0+, see 
http://git.gnome.org/browse/glom/commit/?id=6b16a90f8ea902d91db85656cc11c6a951d42ced
 Url:http://www.glom.org/
 BuildRequires:  boost-devel

++ glom-1.25.6.tar.xz - glom-1.26.0.tar.xz ++
/work/SRC/openSUSE:Factory/glom/glom-1.25.6.tar.xz 
/work/SRC/openSUSE:Factory/.glom.new/glom-1.26.0.tar.xz differ: char 26, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ha-cluster-bootstrap for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package ha-cluster-bootstrap for 
openSUSE:Factory checked in at 2014-03-09 18:22:51

Comparing /work/SRC/openSUSE:Factory/ha-cluster-bootstrap (Old)
 and  /work/SRC/openSUSE:Factory/.ha-cluster-bootstrap.new (New)


Package is ha-cluster-bootstrap

Changes:

--- 
/work/SRC/openSUSE:Factory/ha-cluster-bootstrap/ha-cluster-bootstrap.changes
2014-02-28 16:25:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ha-cluster-bootstrap.new/ha-cluster-bootstrap.changes
   2014-03-09 18:22:54.0 +0100
@@ -1,0 +2,10 @@
+Fri Mar  7 11:57:29 UTC 2014 - tser...@suse.com
+
+- Warn if /dev/watchdog not present
+- Set/clear two_node in corosync.conf (bnc#866435)
+- Ensure corosync and SBD config are marked dirty before syncing
+- Use `csync2 -R` to cleanup DB when removing node (bnc#867039)
+- Sync all config files across all nodes when adding new node (bnc#867048)
+- Upstream version cs:cc1daef
+
+---

Old:

  sleha-bootstrap-0.4+git.1393474526.37debd0.tar.bz2

New:

  sleha-bootstrap-0.4+git.1394193228.cc1daef.tar.bz2



Other differences:
--
++ ha-cluster-bootstrap.spec ++
--- /var/tmp/diff_new_pack.ACBTH5/_old  2014-03-09 18:22:54.0 +0100
+++ /var/tmp/diff_new_pack.ACBTH5/_new  2014-03-09 18:22:54.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   ha-cluster-bootstrap
-Version:0.4+git.1393474526.37debd0
+Version:0.4+git.1394193228.cc1daef
 Release:0
 Summary:Pacemaker HA Cluster Bootstrap Tool
 License:GPL-2.0

++ _service ++
--- /var/tmp/diff_new_pack.ACBTH5/_old  2014-03-09 18:22:54.0 +0100
+++ /var/tmp/diff_new_pack.ACBTH5/_new  2014-03-09 18:22:54.0 +0100
@@ -4,7 +4,7 @@
 param name=scmgit/param
 param name=exclude.git/param
 param name=versionformat0.4+git.%ct.%h/param
-param name=revision37debd0/param
+param name=revisioncc1daef/param
   /service
 
   service name=recompress mode=disabled

++ sleha-bootstrap-0.4+git.1393474526.37debd0.tar.bz2 - 
sleha-bootstrap-0.4+git.1394193228.cc1daef.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sleha-bootstrap-0.4+git.1393474526.37debd0/scripts/ha-cluster-functions 
new/sleha-bootstrap-0.4+git.1394193228.cc1daef/scripts/ha-cluster-functions
--- old/sleha-bootstrap-0.4+git.1393474526.37debd0/scripts/ha-cluster-functions 
2014-02-28 06:13:11.0 +0100
+++ new/sleha-bootstrap-0.4+git.1394193228.cc1daef/scripts/ha-cluster-functions 
2014-03-07 12:57:20.0 +0100
@@ -404,6 +404,12 @@
warned=1
fi
 
+   if ! [ -c /dev/watchdog ] ; then
+   warn There does not appear to be a watchdog device.  If you 
use
+   warn SBD the cluster will be unable to start without a 
watchdog.
+   warned=1
+   fi
+
if [ $warned -ne 0 ]; then
confirm 'Do you want to continue anyway?' || exit
fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sleha-bootstrap-0.4+git.1393474526.37debd0/scripts/ha-cluster-init 
new/sleha-bootstrap-0.4+git.1394193228.cc1daef/scripts/ha-cluster-init
--- old/sleha-bootstrap-0.4+git.1393474526.37debd0/scripts/ha-cluster-init  
2014-02-28 06:13:11.0 +0100
+++ new/sleha-bootstrap-0.4+git.1394193228.cc1daef/scripts/ha-cluster-init  
2014-03-07 12:57:20.0 +0100
@@ -280,10 +280,13 @@
# see also corosync.conf.5 and votequorum.5
provider: corosync_votequorum
expected_votes: 1
+   two_node: 0
 }
 END
 #  fi
install_tmp $tmp_conf $COROSYNC_CONF
+   invoke csync2 -m $COROSYNC_CONF
+   invoke csync2 -f $COROSYNC_CONF
invoke csync2 -xv $COROSYNC_CONF
 }
 
@@ -422,6 +425,8 @@
local tmp_conf=$SYSCONFIG_SBD.$$
sed -e 's/^\([^#].*\)$/#\1/g' $SYSCONFIG_SBD  
$tmp_conf
install_tmp $tmp_conf $SYSCONFIG_SBD
+   invoke csync2 -m $SYSCONFIG_SBD
+   invoke csync2 -f $SYSCONFIG_SBD
invoke csync2 -xv $SYSCONFIG_SBD
fi
return
@@ -456,6 +461,8 @@
 SBD_OPTS=-W
 END
install_tmp $tmp_conf $SYSCONFIG_SBD
+   invoke csync2 -m $SYSCONFIG_SBD
+   invoke csync2 -f $SYSCONFIG_SBD
invoke csync2 -xv $SYSCONFIG_SBD
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sleha-bootstrap-0.4+git.1393474526.37debd0/scripts/ha-cluster-join 

commit IPython for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package IPython for openSUSE:Factory checked 
in at 2014-03-09 18:26:27

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


Package is IPython

Changes:

--- /work/SRC/openSUSE:Factory/IPython/IPython.changes  2013-10-25 
11:09:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.IPython.new/IPython.changes 2014-03-09 
18:26:28.0 +0100
@@ -1,0 +2,68 @@
+Fri Mar  7 04:15:13 UTC 2014 - a...@gmx.de
+
+- - update to 1.2.1 (including 1.2.0)
+
+ Pull Requests (38):
+ 1.2.1:
+PR #4372: Don’t assume that SyntaxTB is always called with a SyntaxError
+PR #5166: remove mktemp usage
+PR #5163: Simplify implementation of TemporaryWorkingDirectory.
+PR #5105: add index to format to support py2.6
+ 1.2.0:
+PR #4972: Work around problem in doctest discovery in Python 3.4 with PyQt
+PR #4934: ipython profile create respects –ipython-dir
+PR #4845: Add Origin Checking.
+PR #4928: use importlib.machinery when available
+PR #4849: Various unicode fixes (mostly on Windows)
+PR #4880: set profile name from profile_dir
+PR #4908: detect builtin docstrings in oinspect
+PR #4909: sort dictionary keys before comparison, ordering is not 
guaranteed
+PR #4903: use https for all embeds
+PR #4868: Static path fixes
+PR #4820: fix regex for cleaning old logs with ipcluster
+PR #4840: Error in Session.send_raw()
+PR #4762: whitelist alphanumeric characters for cookie_name
+PR #4748: fix race condition in profiledir creation.
+PR #4720: never use ssh multiplexer in tunnels
+PR #4738: don’t inject help into user_ns
+PR #4722: allow purging local results as long as they are not outstanding
+PR #4668: Make non-ASCII docstring unicode
+PR #4639: Minor import fix to get qtconsole with –pylab=qt working
+PR #4453: Play nice with App Nap
+PR #4609: Fix bytes regex for Python 3.
+PR #4488: fix typo in message spec doc
+PR #4346: getpass() on Windows  Python 2 needs bytes prompt
+PR #4230: Switch correctly to the user’s default matplotlib backend after 
inline.
+PR #4214: engine ID metadata should be unicode, not bytes
+PR #4232: no highlight if no language specified
+PR #4218: Fix display of SyntaxError when .py file is modified
+PR #4217: avoid importing numpy at the module level
+PR #4213: fixed dead link in examples/notebooks readme to Part 3
+PR #4183: ESC should be handled by CM if tooltip is not on
+PR #4193: Update for #3549: Append Firefox overflow-x fix
+PR #4205: use TextIOWrapper when communicating with pandoc subprocess
+PR #4204: remove some extraneous print statements from IPython.parallel
+PR #4201: HeadingCells cannot be split or merged
+
+ Issues (17):
+ 1.2.1:
+#5101: IPython 1.2.0: notebook fail with “500 Internal Server Error”
+ 1.2.0:
+#4892: IPython.qt test failure with python3.4
+#4810: ipcluster bug in clean_logs flag
+#4765: missing build script for highlight.js
+#4761: ipv6 address triggers cookie exception
+#4721: purge_results with jobid crashing - looking for insight
+#4602: “ipcluster stop” fails after “ipcluster start –daemonize” using 
python3.3
+#3386: Magic %paste not working in Python 3.3.2. TypeError: Type str 
doesn’t support the buffer API
+#4485: Incorrect info in “Messaging in IPython” documentation.
+#4351: /parallel/apps/launcher.py error
+#4334: NotebookApp.webapp_settings static_url_prefix causes crash
+#4039: Celltoolbar example issue
+#4256: IPython no longer handles unicode file names
+#4122: Nbconvert [windows]: Inconsistent line endings in markdown cells 
exported to latex
+#3819: nbconvert add extra blank line to code block on Windows.
+#4203: remove spurious print statement from parallel annoted functions
+#4200: Notebook: merging a heading cell and markdown cell cannot be undone
+
+---

Old:

  ipython-1.1.0.tar.gz

New:

  ipython-1.2.1.tar.gz



Other differences:
--
++ IPython.spec ++
--- /var/tmp/diff_new_pack.0plBcA/_old  2014-03-09 18:26:29.0 +0100
+++ /var/tmp/diff_new_pack.0plBcA/_new  2014-03-09 18:26:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package IPython
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   IPython
 BuildRequires:  

commit kdebase3-SuSE for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package kdebase3-SuSE for openSUSE:Factory 
checked in at 2014-03-09 18:26:34

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


Package is kdebase3-SuSE

Changes:

--- /work/SRC/openSUSE:Factory/kdebase3-SuSE/kdebase3-SuSE.changes  
2013-11-24 12:03:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdebase3-SuSE.new/kdebase3-SuSE.changes 
2014-03-09 18:26:35.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar  7 10:46:54 UTC 2014 - an...@opensuse.org
+
+- disable krpmview for oS  13.1 because of build error
+
+---



Other differences:
--
++ kdebase3-SuSE.spec ++
--- /var/tmp/diff_new_pack.SJ6kBQ/_old  2014-03-09 18:26:35.0 +0100
+++ /var/tmp/diff_new_pack.SJ6kBQ/_new  2014-03-09 18:26:35.0 +0100
@@ -116,6 +116,9 @@
 %endif
 %patch4 -p1
 %patch5 -p1
+%if %{suse_version}  1310
+rm -rf krpmview
+%endif
 
 update_admin
 
@@ -215,9 +218,15 @@
 /usr/share/wallpapers
 /opt/kde3/share/autostart/kmix_autostart.desktop
 /opt/kde3/share/autostart/kxkb_autostart.desktop
-/opt/kde3/share/applications/kde/konqfilemgr_rpm.desktop
 /opt/kde3/share/apps/kthememanager
 /opt/kde3/share/apps/kicker/wallpapers/SuSE.png
+
+%if %{suse_version} = 1310
+/opt/kde3/share/applications/kde/konqfilemgr_rpm.desktop
+/opt/kde3/share/services/krpmview.desktop
+/opt/kde3/%_lib/kde3/libkrpmview.*
+%endif
+
 /opt/kde3/share/apps/krpmview
 /opt/kde3/share/applnk/.hidden/kdeymp.desktop
 /opt/kde3/share/applnk/.hidden/kdeymu.desktop
@@ -229,11 +238,9 @@
 %config(noreplace) /etc/X11/kstylerc
 %config(noreplace) /opt/kde3/share/config/*rc
 %config(noreplace) /opt/kde3/share/config/kdeglobals
-/opt/kde3/%_lib/kde3/libkrpmview.*
 /opt/kde3/%_lib/kde3/plugins/integration
 /opt/kde3/%_lib/kde3/kded_kdeintegration.*
 /opt/kde3/share/services/kded/kdeintegration.desktop
-/opt/kde3/share/services/krpmview.desktop
 %exclude /etc/X11/qt_gtk_fnt2fntrc
 /opt/kde3/share/apps/konqueror
 /var/adm/fillup-templates/sysconfig.*-kdebase3-SuSE

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libdc1394 for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package libdc1394 for openSUSE:Factory 
checked in at 2014-03-09 18:26:55

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


Package is libdc1394

Changes:

--- /work/SRC/openSUSE:Factory/libdc1394/libdc1394.changes  2013-03-01 
07:24:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdc1394.new/libdc1394.changes 2014-03-09 
18:26:56.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  7 16:00:17 UTC 2014 - matwey.korni...@gmail.com
+
+- Update to 2.2.2
+   - several product IDs have been added for Point Grey USB/IIDC cameras
+
+---

Old:

  libdc1394-2.2.1.tar.bz2

New:

  libdc1394-2.2.2.tar.bz2



Other differences:
--
++ libdc1394.spec ++
--- /var/tmp/diff_new_pack.etXi2V/_old  2014-03-09 18:26:57.0 +0100
+++ /var/tmp/diff_new_pack.etXi2V/_new  2014-03-09 18:26:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdc1394
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,7 +33,7 @@
 %if 0%{?suse_version} = 1210
 BuildRequires:  libv4l-devel = 0.8.4
 %endif
-Version:2.2.1
+Version:2.2.2
 Release:0
 Summary:1394-Based Digital Camera Control Library
 License:LGPL-2.1+
@@ -78,9 +78,9 @@
 
 %prep
 %setup -q
-%patch0 -p2
-%patch1 -p2
-%patch2 -p2
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 %if 0%{?suse_version} = 1210
 %patch3 -p1
 %endif

++ libdc1394-2.2.1.tar.bz2 - libdc1394-2.2.2.tar.bz2 ++
 44052 lines of diff (skipped)

++ libdc1394-swab_fix.patch ++
--- /var/tmp/diff_new_pack.etXi2V/_old  2014-03-09 18:26:58.0 +0100
+++ /var/tmp/diff_new_pack.etXi2V/_new  2014-03-09 18:26:58.0 +0100
@@ -1,10 +1,14 @@
 a/libdc1394-2.2.1/dc1394/conversions.c
-+++ b/libdc1394-2.2.1/dc1394/conversions.c
-@@ -22,11 +22,10 @@
+Index: libdc1394-2.2.2/dc1394/conversions.c
+===
+--- libdc1394-2.2.2.orig/dc1394/conversions.c
 libdc1394-2.2.2/dc1394/conversions.c
+@@ -20,13 +20,12 @@
+  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  */
  
++#define _XOPEN_SOURCE
  #include string.h
  #include stdlib.h
-+#define _XOPEN_SOURCE
 +#include unistd.h
  #include conversions.h
  

++ libdc1394-visibility.patch ++
 2690 lines (skipped)
 between /work/SRC/openSUSE:Factory/libdc1394/libdc1394-visibility.patch
 and /work/SRC/openSUSE:Factory/.libdc1394.new/libdc1394-visibility.patch

++ libdc1394.ac.patch ++
--- /var/tmp/diff_new_pack.etXi2V/_old  2014-03-09 18:26:58.0 +0100
+++ /var/tmp/diff_new_pack.etXi2V/_new  2014-03-09 18:26:58.0 +0100
@@ -1,7 +1,9 @@
 a/libdc1394-2.2.1/configure.in 2009-11-23 10:11:16.0 +0300
-+++ b/libdc1394-2.2.1/configure.in 2009-11-23 10:11:51.0 +0300
-@@ -6,12 +6,6 @@
- 
+Index: libdc1394-2.2.2/configure.ac
+===
+--- libdc1394-2.2.2.orig/configure.ac
 libdc1394-2.2.2/configure.ac
+@@ -8,12 +8,6 @@ m4_include([ax_check_framework.m4])
+  
  AC_CANONICAL_SYSTEM
  
 -case $host in
@@ -13,7 +15,12 @@
  #
  DX_HTML_FEATURE(OFF)
  DX_CHM_FEATURE(OFF)
-@@ -28,6 +22,7 @@
+@@ -26,11 +20,11 @@ DX_PS_FEATURE(OFF)
+ #
+ DX_INIT_DOXYGEN([libdc1394], [Doxyfile.in])
+ #
+-AM_PROG_AR
+ AM_INIT_AUTOMAKE([--warnings=all 1.9.6])
  AC_CONFIG_HEADERS([config.h])
  
  AC_PROG_CC
@@ -21,3 +28,10 @@
  AC_PROG_LIBTOOL
  AM_PROG_CC_C_O
  
+@@ -242,4 +236,4 @@ if test x$EXAMPLESMSG = xYes; then
+   Build V4L examples:   ${VIDEXAMPLESMSG}
+ fi
+ dnl extra newline:
+-echo 
+\ No newline at end of file
++echo 

++ libdc1394.no-x11.patch ++
--- /var/tmp/diff_new_pack.etXi2V/_old  2014-03-09 18:26:58.0 +0100
+++ /var/tmp/diff_new_pack.etXi2V/_new  2014-03-09 18:26:58.0 +0100
@@ -1,7 +1,9 @@
 a/libdc1394-2.2.1/configure.in
-+++ b/libdc1394-2.2.1/configure.in
-@@ -102,21 +102,30 @@ 
-
+Index: libdc1394-2.2.2/configure.ac
+===
+--- libdc1394-2.2.2.orig/configure.ac
 libdc1394-2.2.2/configure.ac
+@@ -107,21 +107,30 @@ AM_CONDITIONAL(MAKE_EXAMPLES, test x$bui
+ 
  # check for Xv extensions (necessary for examples/dc1394_multiview)
  # imported from Coriander
 +AC_ARG_ENABLE([xv],
@@ -44,4 +46,4 @@
 +AM_CONDITIONAL(HAVE_XV, test x$xv = 

commit openstack-dashboard for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package openstack-dashboard for 
openSUSE:Factory checked in at 2014-03-09 18:27:49

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


Package is openstack-dashboard

Changes:

--- /work/SRC/openSUSE:Factory/openstack-dashboard/openstack-dashboard.changes  
2014-01-23 15:50:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-dashboard.new/openstack-dashboard.changes 
2014-03-09 18:27:51.0 +0100
@@ -1,0 +2,105 @@
+Sat Mar  1 00:54:21 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version horizon-2013.2.3.dev4.g206fa03:
+  * Fixing tests to work with keystoneclient 0.6.0
+  * Bump stable/havana next version to 2013.2.3
+
+---
+Fri Feb 14 11:23:49 UTC 2014 - speili...@suse.com
+
+- Replace git_tarballs source service with download_files and set_version
+  + Use upstream URL as source (enables verification)
+
+---
+Tue Feb  4 00:53:02 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.2.dev30.g36e0ab5:
+  + Import translations for Havana 2013.2.2 udpate
+
+---
+Sun Feb  2 00:59:32 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.2.dev29.g96bd650:
+  + Update Transifex resource name for havana
+  + Fix inappropriate logouts on load-balanced Horizon
+
+---
+Sat Feb 01 00:47:52 UTC 2014 - cloud-de...@suse.de
+
+- Rebased patches:
+  + 0001-Bad-workflow-steps-check-has_required_fields.patch dropped (merged 
upstream)
+
+---
+Sat Feb  1 00:47:50 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.2.dev25.g6508afd:
+  + disable volume creation, when cinder is disabled
+  + Bad workflow-steps check: has_required_fields
+
+---
+Fri Jan 31 01:07:12 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.2.dev21.g02e7b6e:
+  + Specify tenant_id when retrieving LBaaS/VPNaaS resource
+
+---
+Thu Jan 30 01:11:06 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.2.dev19.g7a8eadc:
+  + Give HealthMonitor a proper display name
+
+---
+Wed Jan 29 09:12:31 UTC 2014 - speili...@suse.com
+
+- Add refresh_patches source service
+
+---
+Wed Jan 29 08:56:44 UTC 2014 - speili...@suse.com
+
+- Update to version 2013.2.2.dev17.gaa55b24:
+  + Common keystone version fallback
+- Add refresh_patches source service
+- Rebased patches:
+  + 0001-Use-default_project_id-for-v3-users.patch (only offset)
+  + 0001-Common-keystone-version-fallback.patch dropped (merged upstream)
+
+---
+Tue Jan 28 21:07:06 UTC 2014 - vu...@suse.com
+
+- Move settings.py (default settings) to branding-upstream
+  subpackage: a branding package might want to change some default
+  settings.
+
+---
+Tue Jan 28 11:08:00 UTC 2014 - dmuel...@suse.com
+
+- add 0001-Common-keystone-version-fallback.patch,
+  0001-Use-default_project_id-for-v3-users.patch
+
+---
+Tue Jan 28 10:38:55 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.2.dev15.g2b6dfa7:
+  + fix help text in Create An image window
+  + Change how scrollShift is calculated
+  + unify keypair name handling
+
+---
+Mon Jan 27 11:33:40 UTC 2014 - vu...@suse.com
+
+- Add 0001-Give-no-background-color-to-the-pie-charts.patch: do not
+  give a background color to pie charts.
+
+---
+Mon Jan 27 00:47:19 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.2.dev9.gc6d38a1:
+  + Wrong marker sent to keystone
+
+---
+Sat Jan 25 01:45:36 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.2.dev7.g2e11482:
+  + Adding management_url to test mock client
+
+---

Old:

  0001-Bad-workflow-steps-check-has_required_fields.patch

New:

  0001-Give-no-background-color-to-the-pie-charts.patch
  0001-Use-default_project_id-for-v3-users.patch


commit nrpe for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package nrpe for openSUSE:Factory checked in 
at 2014-03-09 18:27:39

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


Package is nrpe

Changes:

--- /work/SRC/openSUSE:Factory/nrpe/nrpe.changes2014-02-19 
07:20:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.nrpe.new/nrpe.changes   2014-03-09 
18:27:40.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  7 17:12:33 UTC 2014 - l...@linux-schulserver.de
+
+- rename README.SUSE according to the new policy
+- fix bnc#865836: create nagios user/group for nagios-plugins-nrpe
+
+---

Old:

  README.SuSE

New:

  README.SUSE



Other differences:
--
++ nrpe.spec ++
--- /var/tmp/diff_new_pack.GpXoI3/_old  2014-03-09 18:27:41.0 +0100
+++ /var/tmp/diff_new_pack.GpXoI3/_new  2014-03-09 18:27:41.0 +0100
@@ -35,7 +35,7 @@
 Source3:nagios-nrpe-SuSEfirewall2
 Source4:nrpe.8
 Source5:check_nrpe.cfg
-Source10:   README.SuSE
+Source10:   README.SUSE
 # PATCH-FIX-openSUSE place the service disabled in the directory
 Patch1: nrpe-xinetd.patch
 # PATCH-FIX-openSUSE adapts NRPE to support the standard buffersize of Nagios 
3.x
@@ -243,6 +243,11 @@
 %post
 %{fillup_and_insserv -fy %{name}}
 
+%pre -n nagios-plugins-nrpe
+# Create user and group on the system if necessary
+%nagios_user_group_add
+%nagios_command_user_group_add
+
 %triggerun -- nagios-nrpe  2.14
 STATUS='/var/adm/update-scripts/nrpe'
 if [ -x %{_sysconfdir}/init.d/nrpe ]; then
@@ -290,7 +295,7 @@
 
 %files
 %defattr(-,root,root)
-%doc README.SuSE README.SSL SECURITY
+%doc README.SUSE README.SSL SECURITY
 %{_mandir}/man8/nrpe.8*
 %dir %{_sysconfdir}/nrpe.d
 %config(noreplace) %{_sysconfdir}/nrpe.cfg
@@ -306,7 +311,7 @@
 
 %files doc
 %defattr(0644,root,root,0755)
-%doc Changelog LEGAL README README.SSL README.SuSE SECURITY docs/*.pdf
+%doc Changelog LEGAL README README.SSL README.SUSE SECURITY docs/*.pdf
 
 %files -n nagios-plugins-nrpe
 %defattr(-,root,root)

++ README.SUSE ++
README.SuSE for nagios-nrpe
===

= New place for nrpe.cfg =

To allow the use of either Icinga or Nagios, the nrpe.cfg is now 
located in /etc/ directly. If you make use of the include_dir 
directive, please use the new directory /etc/nrpe.d/ for this.

= Package rename =

The packages
- nagios-nrpe-client
- nagios-nrpe-server
are marked as obsolete.

While seeing the client/server pkg normal user would be misled to
install which package where.
When seeing server package you're thinking about a server-daemon
and when seeing client you're thinking client which is talking
with the server (NRPE).
But it was just the other way round. :(

Now:
- nrpe (obsoletes nagios-nrpe-client) and provides the NRPE
  daemon which should be installed on the remote box which should
  be monitored.

- nagios-plugins-nrpe (obsoletes nagios-nrpe-server) and provides
  check_nrpe which should be installed on the server hosting nagios.
  
- nrpe-doc contains documentation and can be installed where 
  ever you want

= Firewall =

The nrpe package ships with a special file for the SuSEfirewall2, that 
allows you to open the port via the YaST firewall module or by adding 
simply 'nrpe' in the according FW_CONFIGURATIONS_* variable in:
 /etc/sysconfig/SuSEfirewall2  
Example: 
 FW_CONFIGURATIONS_EXT=sshd nrpe
will open the standard ports for SSH and NRPE on the external interface.


Have a lot of fun!
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgit2-glib for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2014-03-09 18:27:12

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


Package is libgit2-glib

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2014-01-07 17:22:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2014-03-09 18:27:13.0 +0100
@@ -1,0 +2,9 @@
+Wed Mar  5 09:20:31 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.0.12:
+  + Add push progress API.
+  + Fix install of pygobject overrides.
+  + Bump libgit2 requirement to 0.20.0.
+  + Misc bugfixing.
+
+---

Old:

  libgit2-glib-0.0.10.tar.xz

New:

  libgit2-glib-0.0.12.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.76ed7k/_old  2014-03-09 18:27:13.0 +0100
+++ /var/tmp/diff_new_pack.76ed7k/_new  2014-03-09 18:27:13.0 +0100
@@ -18,13 +18,13 @@
 
 
 Name:   libgit2-glib
-Version:0.0.10
+Version:0.0.12
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:https://live.gnome.org/Libgit2-glib
-Source: 
http://ftp.acc.umu.se/pub/GNOME/sources/libgit2-glib/0.0/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libgit2-glib/0.0/%{name}-%{version}.tar.xz
 BuildRequires:  pkgconfig(gio-2.0) = 2.28.0
 BuildRequires:  pkgconfig(glib-2.0) = 2.28.0
 BuildRequires:  pkgconfig(gobject-2.0) = 2.28.0

++ libgit2-glib-0.0.10.tar.xz - libgit2-glib-0.0.12.tar.xz ++
 2671 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit octave for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package octave for openSUSE:Factory checked 
in at 2014-03-09 18:27:44

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


Package is octave

Changes:

--- /work/SRC/openSUSE:Factory/octave/octave.changes2014-02-02 
18:10:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.octave.new/octave.changes   2014-03-09 
18:27:46.0 +0100
@@ -1,0 +2,8 @@
+Fri Mar  7 19:54:29 UTC 2014 - dmitr...@opensuse.org
+
+- Update to version 3.8.1
+  * Bugfix release, see included ChangeLog file for details
+  * removed obsolete octave-3.8.0-gzip-compressed-info.patch
+- Disable JIT support for non-x86 architectures
+
+---
@@ -31 +38,0 @@
-

Old:

  octave-3.8.0-gzip-compressed-info.patch
  octave-3.8.0.tar.bz2

New:

  octave-3.8.1.tar.bz2



Other differences:
--
++ octave.spec ++
--- /var/tmp/diff_new_pack.TKcwGo/_old  2014-03-09 18:27:47.0 +0100
+++ /var/tmp/diff_new_pack.TKcwGo/_new  2014-03-09 18:27:47.0 +0100
@@ -16,17 +16,30 @@
 #
 
 
+# Use native graphics or gnuplot
 %define with_native_graphics 1
+# Build GUI
 %if 0%{?suse_version}  1110
 %define with_gui 1
 %else
 %define with_gui 0
 %endif
+# JIT support
+# Works only on x86 and x86_64
+%ifarch %ix86 x86_64
 %define with_jit 1
+%else
+%define with_jit 0
+%endif
+# old versions don't contain llvm
+%if 0%{?suse_version}  1210
+%define with_jit 0
+%endif
+# JAVA support
 %define with_java 1
 
 Name:   octave
-Version:3.8.0
+Version:3.8.1
 Release:0
 Summary:A High Level Programming Language
 License:GPL-3.0+
@@ -35,10 +48,8 @@
 Url:http://www.octave.org/
 Source: ftp://ftp.gnu.org/gnu/octave/%{name}-%{version}.tar.bz2
 Source2:octave.pc.in
-# PATCH-FIX-UPSTREAM octave-3.8.0-gzip-compressed-info.patch bnc#857130
-Patch1: octave-3.8.0-gzip-compressed-info.patch
 # PATCH-FIX-UPSTREAM octave-3.8.0-llvm-3.4.patch 
https://savannah.gnu.org/bugs/?41061
-Patch2: octave-3.8.0-llvm-3.4.patch
+Patch1: octave-3.8.0-llvm-3.4.patch
 BuildRequires:  arpack-ng-devel
 BuildRequires:  bison
 BuildRequires:  blas-devel
@@ -69,7 +80,9 @@
 BuildRequires:  libqscintilla-devel
 BuildRequires:  libqt4-devel
 %endif
+%if 0%{?with_jit}
 BuildRequires:  llvm-devel
+%endif
 BuildRequires:  makeinfo
 BuildRequires:  pcre-devel
 BuildRequires:  pkg-config
@@ -152,9 +165,11 @@
 
 %prep
 %setup -q
+
+%if %{?with_jit} == 1
+%if %( echo `rpm -q --queryformat %%{version} llvm-devel`| tr -d '.' )  33
 %patch1 -p1
-%if 0%{?suse_version}  1310
-%patch2 -p1
+%endif
 %endif
 
 %build
@@ -164,8 +179,8 @@
   %if %{?with_gui} == 0
   --disable-gui \
   %endif
-  %if %{?with_jit} == 0
-  --disable-jit \
+  %if %{?with_jit} == 1
+  --enable-jit \
   %endif
   %if %{?with_java} == 0
   --disable-java \

++ octave-3.8.0.tar.bz2 - octave-3.8.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/octave/octave-3.8.0.tar.bz2 
/work/SRC/openSUSE:Factory/.octave.new/octave-3.8.1.tar.bz2 differ: char 11, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmediaart for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package libmediaart for openSUSE:Factory 
checked in at 2014-03-09 18:27:29

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


Package is libmediaart

Changes:

--- /work/SRC/openSUSE:Factory/libmediaart/libmediaart.changes  2014-02-11 
10:32:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmediaart.new/libmediaart.changes 
2014-03-09 18:27:30.0 +0100
@@ -1,0 +2,18 @@
+Fri Mar  7 20:39:12 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.3.0:
+  + build: Don't fail if vapigen isn't available.
+  + build: Force automake C linkage when building C only.
+  + build: Remove leftover explicit -lm -lz linkage.
+  + build: Don't link to both Qt and gdk-pixbuf if both are
+autodetect.
+  + build: Honor NOCONFIGURE=1 in autogen.sh.
+  + cache: Improve _remove() function and fix crash with NULL
+passed.
+  + cache: Improve _strip_invalid_entites() API.
+  + cache: Fix Non-void function should return a value.
+  + extract: Fix Qt5 compilation failure
+  + extract: Don't break on dummy implementation due to incorrect
+args in.
+
+---

Old:

  libmediaart-0.2.0.tar.xz

New:

  libmediaart-0.3.0.tar.xz



Other differences:
--
++ libmediaart.spec ++
--- /var/tmp/diff_new_pack.N6vSWT/_old  2014-03-09 18:27:31.0 +0100
+++ /var/tmp/diff_new_pack.N6vSWT/_new  2014-03-09 18:27:31.0 +0100
@@ -16,14 +16,14 @@
 #
 
 Name:   libmediaart
-Version:0.2.0
+Version:0.3.0
 Release:0
 # License note: src.rpm contains GPL-2.0+ (tests) and LGPL-2.1+ code
 License:GPL-2.0+ and LGPL-2.1+
 Summary:Media Art extraction library
 Url:https://download.gnome.org/sources/libmediaart
 Group:  Productivity/Other
-Source: 
http://download.gnome.org/sources/libmediaart/0.2/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libmediaart/0.3/%{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
 BuildRequires:  gobject-introspection-devel = 1.30.0
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) = 2.12.0

++ libmediaart-0.2.0.tar.xz - libmediaart-0.3.0.tar.xz ++
 27739 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libguestfs for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2014-03-09 18:27:25

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


Package is libguestfs

Changes:

--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes2014-02-15 
08:05:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes   
2014-03-09 18:27:26.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 27 13:40:20 CET 2014 - oher...@suse.de
+
+- Build without ocaml.opt on s390x and ppc64le
+  0001-ocamlopt.patch
+
+---

New:

  0001-ocamlopt.patch



Other differences:
--
++ libguestfs.spec ++
--- /var/tmp/diff_new_pack.gwMtWn/_old  2014-03-09 18:27:27.0 +0100
+++ /var/tmp/diff_new_pack.gwMtWn/_new  2014-03-09 18:27:27.0 +0100
@@ -85,7 +85,7 @@
 %ifarch ia64 %ix86 x86_64
 %define kernel_binary /boot/vmlinuz
 %endif
-%ifarch ppc ppc64 sparc64
+%ifarch ppc ppc64 ppc64le sparc64
 %define kernel_binary /boot/vmlinux
 %endif
 %ifarch s390 s390x
@@ -99,7 +99,7 @@
 #
 Name:   libguestfs
 %if %{?_ignore_exclusive_arch} == 
-ExclusiveArch:  x86_64 ppc64
+ExclusiveArch:  x86_64 ppc64 ppc64le s390x
 %endif
 BuildRequires:  aaa_base
 BuildRequires:  attr-devel
@@ -134,9 +134,6 @@
 # Required to build tools, its independent from bindings
 BuildRequires:  ocaml
 BuildRequires:  ocaml-findlib
-%if %suse_version  1310
-BuildRequires:  ocaml(ocaml.opt)
-%endif
 %define _configure_ocaml --enable-ocaml
 %endif
 #
@@ -155,6 +152,7 @@
 License:GPL-2.0
 Group:  System/Filesystems
 Patch1000:  1000-force-virtio_blk-in-old-guest-kernel.patch
+Patch1: 0001-ocamlopt.patch
 Source0:%{name}-%{version}.tar.xz
 Source42:   libguestfs.mkinitrd.tar.bz2
 Source789653:   Pod-Simple-3.23.tar.xz
@@ -462,6 +460,7 @@
 %prep
 : _ignore_exclusive_arch '%{?_ignore_exclusive_arch}'
 %setup -q -a 789653 -a 42
+%patch1 -p1
 %patch1000 -p1
 
 %build

++ 0001-ocamlopt.patch ++
From 26cb4963efe2345f5dcbb16e66b127012dd5289a Mon Sep 17 00:00:00 2001
From: Olaf Hering o...@aepfle.de
Date: Wed, 26 Feb 2014 11:08:36 +0100
Subject: ocamlopt

Signed-off-by: Olaf Hering o...@aepfle.de
---
 builder/Makefile.am| 18 +++-
 configure.ac   |  2 ++
 mllib/Makefile.am  | 54 --
 ocaml/Makefile.am  | 35 +-
 ocaml/examples/Makefile.am | 13 +++
 resize/Makefile.am | 18 +++-
 sparsify/Makefile.am   | 18 +++-
 sysprep/Makefile.am| 18 +++-
 8 files changed, 146 insertions(+), 30 deletions(-)

diff --git a/builder/Makefile.am b/builder/Makefile.am
index b8bf6ac..80646c1 100644
--- a/builder/Makefile.am
+++ b/builder/Makefile.am
@@ -43,7 +43,7 @@ SOURCES = \
 if HAVE_OCAML
 
 # Note this list must be in dependency order.
-OBJECTS = \
+deps = \
$(top_builddir)/mllib/libdir.cmx \
$(top_builddir)/mllib/common_gettext.cmx \
$(top_builddir)/mllib/common_utils.cmx \
@@ -66,6 +66,12 @@ OBJECTS = \
cmdline.cmx \
builder.cmx
 
+if HAVE_OCAMLOPT
+OBJECTS = $(deps)
+else
+OBJECTS = $(patsubst %.cmx,%.cmo,$(deps))
+endif
+
 bin_SCRIPTS = virt-builder
 
 # -I $(top_builddir)/src/.libs is a hack which forces corresponding -L
@@ -83,12 +89,22 @@ endif
 OCAMLCFLAGS = -g -warn-error CDEFLMPSUVYZX $(OCAMLPACKAGES)
 OCAMLOPTFLAGS = $(OCAMLCFLAGS)
 
+if HAVE_OCAMLOPT
 virt-builder: $(OBJECTS)
$(OCAMLFIND) ocamlopt $(OCAMLOPTFLAGS) \
  mlguestfs.cmxa -linkpkg $^ \
  -cclib '-lncurses -lcrypt' \
  $(OCAML_GCOV_LDFLAGS) \
  -o $@
+else
+virt-builder: $(OBJECTS)
+   $(OCAMLFIND) ocamlc $(OCAMLCFLAGS) \
+ mlguestfs.cma -linkpkg $^ \
+ -cclib '-lncurses -lcrypt' \
+ -custom \
+ $(OCAML_GCOV_LDFLAGS) \
+ -o $@
+endif
 
 .mli.cmi:
$(OCAMLFIND) ocamlc $(OCAMLCFLAGS) -c $ -o $@
diff --git a/configure.ac b/configure.ac
index d7430db..e57bbf7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1024,6 +1024,8 @@ AS_IF([test x$enable_ocaml != xno],[
 ])
 AM_CONDITIONAL([HAVE_OCAML],
[test x$OCAMLC != xno  test x$OCAMLFIND != xno])
+AM_CONDITIONAL([HAVE_OCAMLOPT],
+   [test x$OCAMLOPT != xno  test x$OCAMLFIND != xno])
 AM_CONDITIONAL([HAVE_OCAMLDOC],
[test x$OCAMLDOC != xno])
 
diff --git a/mllib/Makefile.am b/mllib/Makefile.am
index 8c8d508..a685310 100644
--- a/mllib/Makefile.am
+++ b/mllib/Makefile.am
@@ -62,6 +62,22 @@ if HAVE_OCAML
 # - We're not actually building a 

commit openstack-glance for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package openstack-glance for 
openSUSE:Factory checked in at 2014-03-09 18:28:06

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


Package is openstack-glance

Changes:

--- /work/SRC/openSUSE:Factory/openstack-glance/openstack-glance.changes
2014-02-11 10:41:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.openstack-glance.new/openstack-glance.changes   
2014-03-09 18:28:08.0 +0100
@@ -1,0 +2,10 @@
+Fri Feb 14 11:14:44 UTC 2014 - speili...@suse.com
+
+- Replace git_tarballs source service with download_files and set_version
+  + Use upstream URL as source (enables verification)
+- Update to version 2013.2.3.dev1.g9d89b8e:
+  + Filter out deleted images from storage usage
+  + Removes logging of location uri (bnc#863484, CVE-2014-1948)
+  + Bump stable/havana next version to 2013.2.3
+
+---



Other differences:
--
++ openstack-glance-doc.spec ++
--- /var/tmp/diff_new_pack.IKNPTH/_old  2014-03-09 18:28:09.0 +0100
+++ /var/tmp/diff_new_pack.IKNPTH/_new  2014-03-09 18:28:09.0 +0100
@@ -19,13 +19,13 @@
 %define component glance
 
 Name:   openstack-%{component}-doc
-Version:2013.2.2.dev2.g1a9e0e9
+Version:2013.2.3.dev1.g9d89b8e
 Release:0
 Summary:OpenStack Image Service (Glance) - Documentation
 License:Apache-2.0
 Group:  Documentation/HTML
 Url:https://launchpad.net/glance
-Source: glance-stable-havana.tar.gz
+Source0:
http://tarballs.openstack.org/glance/glance-stable-havana.tar.gz
 BuildRequires:  graphviz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-Sphinx
@@ -48,7 +48,7 @@
 This package contains documentation files for openstack-glance.
 
 %prep
-%setup -q -n glance-2013.2.2.dev2.g1a9e0e9
+%setup -q -n %{component}-%{version}
 %openstack_cleanup_prep
 
 %build

++ openstack-glance.spec ++
--- /var/tmp/diff_new_pack.IKNPTH/_old  2014-03-09 18:28:09.0 +0100
+++ /var/tmp/diff_new_pack.IKNPTH/_new  2014-03-09 18:28:09.0 +0100
@@ -22,13 +22,13 @@
 %define username openstack-%{component}
 
 Name:   openstack-%{component}
-Version:2013.2.2.dev2.g1a9e0e9
+Version:2013.2.3.dev1.g9d89b8e
 Release:0
 Summary:OpenStack Image Service (Glance)
 License:Apache-2.0
 Group:  System/Management
 Url:https://launchpad.net/glance
-Source0:glance-stable-havana.tar.gz
+Source0:
http://tarballs.openstack.org/glance/glance-stable-havana.tar.gz
 Source1:openstack-glance.init
 Source5:%{name}.logrotate
 %if 0%{?suse_version}  1230
@@ -143,7 +143,7 @@
 of OpenStack Glance.
 
 %prep
-%setup -q -n glance-2013.2.2.dev2.g1a9e0e9
+%setup -q -n %{component}-%{version}
 %patch2 -p1
 %patch3 -p1
 %openstack_cleanup_prep

++ _service ++
--- /var/tmp/diff_new_pack.IKNPTH/_old  2014-03-09 18:28:09.0 +0100
+++ /var/tmp/diff_new_pack.IKNPTH/_new  2014-03-09 18:28:09.0 +0100
@@ -1,11 +1,10 @@
 services
-  service name=git_tarballs mode=disabled
-!-- param 
name=urlhttp://tarballs.openstack.org/glance/glance-master.tar.gz/param --
-param 
name=urlhttp://tarballs.openstack.org/glance/glance-stable-havana.tar.gz/param
-param name=emailopensuse-cl...@opensuse.org/param
-param name=plain-versionTrue/param
+  service mode=disabled name=download_files 
+param name=changesgenerateenable/param
+  /service
+  service mode=disabled name=set_version
+param name=basenameglance/param
   /service
-
   service name=refresh_patches mode=disabled
 param name=changesgenerateenable/param
   /service

++ glance-stable-havana.tar.gz ++
 31403 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsecret for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package libsecret for openSUSE:Factory 
checked in at 2014-03-09 18:27:34

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


Package is libsecret

Changes:

--- /work/SRC/openSUSE:Factory/libsecret/libsecret.changes  2013-08-28 
21:15:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsecret.new/libsecret.changes 2014-03-09 
18:27:35.0 +0100
@@ -1,0 +2,15 @@
+Fri Mar  7 07:38:47 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.18:
+  + Mark most of unstable API as stable.
+  + Bump Glib dependency (2.38+).
+  + Add secret_service_encode_dbus_secret() and decode functions.
+  + Use TAP for testing, parallel tests, and non-recursive make.
+  + Updated FSF's address.
+  + Remove unstable vapi (bgo#721429).
+  + Build fixes: bgo#720087, bgo#720244, bgo#707452.
+  + Updated translations.
+- Drop typelib-1_0-SecretUnstable-0 subpackage: no more unstable
+  APIs (incl. dependency to this package from the -devel package).
+
+---

Old:

  libsecret-0.16.tar.xz

New:

  libsecret-0.18.tar.xz



Other differences:
--
++ libsecret.spec ++
--- /var/tmp/diff_new_pack.yjEtwl/_old  2014-03-09 18:27:35.0 +0100
+++ /var/tmp/diff_new_pack.yjEtwl/_new  2014-03-09 18:27:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsecret
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
 %define have_lang 1
 
 Name:   libsecret
-Version:0.16
+Version:0.18
 Release:0
 Summary:Library for accessing the Secret Service API
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://www.gnome.org/
-Source0:
http://download.gnome.org/sources/libsecret/0.16/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/libsecret/0.18/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -35,9 +35,9 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  vala = 0.17.2.12
 BuildRequires:  xsltproc
-BuildRequires:  pkgconfig(gio-2.0) = 2.32.0
+BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gio-unix-2.0)
-BuildRequires:  pkgconfig(glib-2.0) = 2.32.0
+BuildRequires:  pkgconfig(glib-2.0) = 2.38.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -67,16 +67,6 @@
 
 This package provides the GObject Introspection bindings for libsecret.
 
-%package -n typelib-1_0-SecretUnstable-0
-Summary:Library for accessing the Secret Service API -- Introspection 
bindings
-Group:  System/Libraries
-
-%description -n typelib-1_0-SecretUnstable-0
-libsecret is a library for storing and retrieving passwords and other
-secrets. It communicates with the Secret Service using DBus.
-
-This package provides the GObject Introspection bindings for libsecret.
-
 %package tools
 Summary:Library for accessing the Secret Service API -- Tools
 Group:  System/Libraries
@@ -90,7 +80,6 @@
 Group:  Development/Libraries/GNOME
 Requires:   libsecret-1-0 = %{version}
 Requires:   typelib-1_0-Secret-1 = %{version}
-Requires:   typelib-1_0-SecretUnstable-0 = %{version}
 
 %description devel
 libsecret is a library for storing and retrieving passwords and other
@@ -130,10 +119,6 @@
 %defattr(-,root,root)
 %{_libdir}/girepository-1.0/Secret-1.typelib
 
-%files -n typelib-1_0-SecretUnstable-0
-%defattr(-,root,root)
-%{_libdir}/girepository-1.0/SecretUnstable-0.typelib
-
 %files tools
 %defattr(-,root,root)
 %{_bindir}/secret-tool
@@ -146,14 +131,10 @@
 %{_libdir}/pkgconfig/libsecret-unstable.pc
 %{_includedir}/libsecret-1/
 %{_datadir}/gir-1.0/Secret-1.gir
-%{_datadir}/gir-1.0/SecretUnstable-0.gir
 %doc %{_datadir}/gtk-doc/html/libsecret-1/
 %dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/libsecret-1.deps
 %{_datadir}/vala/vapi/libsecret-1.vapi
-%{_datadir}/vala/vapi/libsecret-unstable.deps
-%{_datadir}/vala/vapi/libsecret-unstable.vapi
-%{_datadir}/vala/vapi/mock-service-0.vapi
 
 %if %{have_lang}
 %files lang -f %{name}.lang

++ libsecret-0.16.tar.xz - libsecret-0.18.tar.xz ++
 132693 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openstack-heat-templates for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package openstack-heat-templates for 
openSUSE:Factory checked in at 2014-03-09 18:28:21

Comparing /work/SRC/openSUSE:Factory/openstack-heat-templates (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-heat-templates.new (New)


Package is openstack-heat-templates

Changes:

--- 
/work/SRC/openSUSE:Factory/openstack-heat-templates/openstack-heat-templates.changes
2014-01-23 15:50:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-heat-templates.new/openstack-heat-templates.changes
   2014-03-09 18:28:23.0 +0100
@@ -1,0 +2,87 @@
+Thu Mar  6 01:10:00 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (117650d):
+  + Support specifying which cartridges are installed on node
+
+---
+Wed Mar  5 00:51:02 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (69608fa):
+  + An example template demonstrating cloud-init config resources
+
+---
+Sat Mar  1 01:25:39 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (7f5062c):
+  + Added HOT Template for 2 Servers Without Floating IPs
+  + Adds Support for OpenShift Origin v3.0 on Fedora 19
+
+---
+Wed Feb 26 00:45:17 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (fe818ea):
+  + Add template for single node instance of OpenShift
+
+---
+Tue Feb 25 01:12:19 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (04a2c03):
+  + Nested HOT template to deploy HA OpenShift environment
+
+---
+Thu Feb 20 00:42:41 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (6d16b3e):
+  + Add a F20 WordPress_Native template
+
+---
+Wed Feb 12 00:48:45 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (3a66d9e):
+  + Fix cfn-isms in OpenShift Enterprise Neutron template
+
+---
+Sat Feb  1 01:02:09 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (dfad1be):
+  + Run dos2unix over template files
+  + Fix incorrect HOT Parameter types
+
+---
+Thu Jan 30 00:48:35 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (1333b29):
+  + Updates for RHEL 6.5
+
+---
+Wed Jan 29 09:12:32 UTC 2014 - speili...@suse.com
+
+- Add refresh_patches source service
+
+---
+Mon Jan 27 01:22:32 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (264099b):
+  + Use epel 6 for heat-cfntools dependencies
+
+---
+Tue Jan 21 00:36:39 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (80ac8b0):
+  + F16 is deprecated - remove the ability to generate JEOS images
+  + F17 is deprecated - Remove ability to create JEOS images
+  + F18 is deprecated - remove ability to create F18 images
+
+---
+Sun Jan 19 00:49:39 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (afa0b70):
+  + Add swift hot example.
+
+---
+Sat Jan 18 00:42:46 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (3fc0eb5):
+  + Make pep8-cfn-json2yaml PEP8 free
+
+---

Old:

  heat-templates-0.0.0+git.1389238385.50d93d7.tar.gz

New:

  heat-templates-0.0.0+git.1394040987.117650d.tar.gz



Other differences:
--
++ openstack-heat-templates.spec ++
--- /var/tmp/diff_new_pack.INcF4y/_old  2014-03-09 18:28:23.0 +0100
+++ /var/tmp/diff_new_pack.INcF4y/_new  2014-03-09 18:28:23.0 +0100
@@ -21,7 +21,7 @@
 %define username openstack-%{component}
 
 Name:   openstack-%{component}
-Version:0.0.0+git.1389238385.50d93d7
+Version:0.0.0+git.1394040987.117650d
 Release:0
 Summary:Openstack Orchestration (Heat)
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.INcF4y/_old  2014-03-09 18:28:23.0 +0100
+++ /var/tmp/diff_new_pack.INcF4y/_new  2014-03-09 18:28:23.0 +0100
@@ -16,4 +16,8 @@
 param name=basenameheat-templates/param
   /service
 
+
+  service name=refresh_patches mode=disabled
+param name=changesgenerateenable/param
+  /service
 /services

++ 

commit openstack-heat for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package openstack-heat for openSUSE:Factory 
checked in at 2014-03-09 18:28:11

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


Package is openstack-heat

Changes:

--- /work/SRC/openSUSE:Factory/openstack-heat/openstack-heat-doc.changes
2013-08-18 22:40:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-heat.new/openstack-heat-doc.changes   
2014-03-09 18:28:12.0 +0100
@@ -1,0 +2,26 @@
+Sun Mar  2 01:37:27 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version heat-2013.2.3.dev8.g6c99dc4:
+  * Fix members property check
+
+---
+Sat Mar  1 01:39:36 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version heat-2013.2.3.dev6.gdefcf23:
+  * Raise the default max header to accommodate large tokens
+
+---
+Thu Feb 20 00:49:05 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version heat-2013.2.3.dev5.g28e2287:
+  * Bump stable/havana next version to 2013.2.3
+  * Don't raise MySQL 2013 'Lost connection' errors
+
+---
+Wed Feb 19 00:57:36 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version heat-2013.2.2.dev1.gcfd6b02:
+  * Fix incompatibilities in tests with keystoneclient 0.6
+  2013.2.2
+
+---
--- /work/SRC/openSUSE:Factory/openstack-heat/openstack-heat.changes
2014-01-30 17:44:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.openstack-heat.new/openstack-heat.changes   
2014-03-09 18:28:12.0 +0100
@@ -1,0 +2,66 @@
+Sun Mar  2 01:37:30 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version heat-2013.2.3.dev8.g6c99dc4:
+  * Fix members property check
+
+---
+Sat Mar  1 01:39:39 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version heat-2013.2.3.dev6.gdefcf23:
+  * Raise the default max header to accommodate large tokens
+
+---
+Thu Feb 20 00:49:08 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version heat-2013.2.3.dev5.g28e2287:
+  * Bump stable/havana next version to 2013.2.3
+  * Don't raise MySQL 2013 'Lost connection' errors
+
+---
+Wed Feb 19 00:57:39 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version heat-2013.2.2.dev1.gcfd6b02:
+  * Fix incompatibilities in tests with keystoneclient 0.6
+  2013.2.2
+
+---
+Fri Feb 14 11:31:53 UTC 2014 - speili...@suse.com
+
+- Replace git_tarballs source service with download_files and set_version
+  + Use upstream URL as source (enables verification)
+- Update to version 2013.2.2.dev12.gab5d961:
+  + Improve coverage of storing credentials in parser.Stack
+  + Add coverage for trusts parser.Stack delete path
+  + Catch error deleting trust on stack delete
+
+---
+Thu Feb 13 09:55:16 UTC 2014 - dmuel...@suse.com
+
+- remove python-d2to1 dependency 
+
+---
+Fri Feb  7 12:59:03 UTC 2014 - dmuel...@suse.com
+
+- fix typo in init script 
+
+---
+Sat Feb  1 01:16:28 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.2.dev9.gec4ed57:
+  + Allow DependsOn to accept a list
+  + Use python -m coverage instead of coverage cli
+  + Validate template parameter attributes
+  + Do not attempt a stack update when it is suspended
+
+---
+Fri Jan 31 00:37:26 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.2.dev5.ge483b38:
+  + Tolerate lookup failures in Fn::Select
+
+---
+Thu Jan 30 15:09:12 UTC 2014 - dmuel...@suse.com
+
+- move lock_path to /var/run
+
+---

New:

  openstack-heat.conf



Other differences:
--
++ openstack-heat-doc.spec ++
--- /var/tmp/diff_new_pack.M0VItt/_old  2014-03-09 18:28:13.0 +0100
+++ /var/tmp/diff_new_pack.M0VItt/_new  2014-03-09 18:28:13.0 +0100
@@ -19,13 +19,13 @@
 %define component heat
 
 Name:   openstack-%{component}-doc
-Version:2013.2.2.dev4.g4ca7941
+Version:2013.2.3.dev8.g6c99dc4
 Release:0
 Summary:OpenStack Orchestration (Heat) - Documentation
 License:   

commit openstack-quickstart for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2014-03-09 18:29:22

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


Package is openstack-quickstart

Changes:

--- 
/work/SRC/openSUSE:Factory/openstack-quickstart/openstack-quickstart.changes
2014-01-30 17:44:48.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2014-03-09 18:29:23.0 +0100
@@ -1,0 +2,25 @@
+Sat Feb 22 00:39:47 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (72b2b3d):
+  + remove run_ssh on havana again
+
+---
+Fri Feb 21 00:45:01 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (76c0259):
+  + cleanup
+  + Fix Horizon setup
+
+---
+Thu Feb 13 09:13:38 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (71e5ddf):
+  + Enable use_namespaces consistently for dhcp and l3 agents
+
+---
+Sun Feb  2 01:02:05 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (cc1cb63):
+  + Install more neutron agents when running with tempest
+
+---

Old:

  openstack-quickstart-2013.2+git.1390807680.5443a1f.tar.gz

New:

  openstack-quickstart-2013.2+git.1392990246.72b2b3d.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.TeQM3K/_old  2014-03-09 18:29:23.0 +0100
+++ /var/tmp/diff_new_pack.TeQM3K/_new  2014-03-09 18:29:23.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   openstack-quickstart
-Version:2013.2+git.1390807680.5443a1f
+Version:2013.2+git.1392990246.72b2b3d
 Release:0
 Summary:OpenStack Quickstart
 License:MIT

++ openstack-quickstart-2013.2+git.1390807680.5443a1f.tar.gz - 
openstack-quickstart-2013.2+git.1392990246.72b2b3d.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2013.2+git.1390807680.5443a1f/scripts/openstack-quickstart-demosetup
 
new/openstack-quickstart-2013.2+git.1392990246.72b2b3d/scripts/openstack-quickstart-demosetup
--- 
old/openstack-quickstart-2013.2+git.1390807680.5443a1f/scripts/openstack-quickstart-demosetup
   2014-01-27 08:31:50.0 +0100
+++ 
new/openstack-quickstart-2013.2+git.1392990246.72b2b3d/scripts/openstack-quickstart-demosetup
   2014-02-22 01:39:45.0 +0100
@@ -128,8 +128,11 @@
 . /etc/bash.openstackrc
 setcreds admin $pw  /etc/bash.bashrc.local
 
-#NOTE(saschpe): Force resolution to avoid zypper ask for user-input where 'c' 
(cancel) would be the default (like packages replacing one another).
-install_packages --force-resolution patterns-OpenStack-controller 
patterns-OpenStack-compute-node patterns-OpenStack-clients 
patterns-OpenStack-network-node crudini psmisc openstack-nova-objectstore
+install_packages patterns-OpenStack-controller patterns-OpenStack-compute-node 
patterns-OpenStack-clients patterns-OpenStack-network-node crudini psmisc
+
+if [ x$with_tempest = xyes ]; then
+install_packages openstack-nova-objectstore openstack-neutron-lbaas-agent
+fi
 
 if [ $DB = postgresql ] ; then
 if grep -q SUSE Linux Enterprise Server 11 /etc/SuSE-release; then
@@ -213,6 +216,7 @@
 fi
 
 grep -q -e vmx -e svm /proc/cpuinfo || MODE=lxc
+
 # use lxc or qemu, if kvm is unavailable
 if rpm -q openstack-nova-compute /dev/null ; then
 if [ $MODE = lxc ] ; then
@@ -231,15 +235,17 @@
 fi
 
 # disable firewall before playing with ip_forward stuff
-rm -f /usr/lib/python*/site-packages/nova-iptables.lock.lock # workaround bug
+
 rm -f /var/lock/SuSEfirewall2.booting # workaround openSUSE bug
 if test -e /sbin/SuSEfirewall2; then
 SuSEfirewall2 stop# interferes with openstack's network/firewall
 stop_and_disable_service SuSEfirewall2_setup
 stop_and_disable_service SuSEfirewall2_init
 fi
+
 # activate ip-forwarding
 [ -e /etc/sysconfig/sysctl ]  sed -i -e 
's;IP_FORWARD=no;IP_FORWARD=yes;' /etc/sysconfig/sysctl
+
 if grep -q 'net.ipv4.ip_forward' /etc/sysctl.conf; then
  sed -i -e 's;net.ipv4.ip_forward.*;net.ipv4.ip_forward = 1;' 
/etc/sysctl.conf
 else
@@ -299,7 +305,7 @@
 a2enmod socache_shmcb
 a2enflag SSL
 
-
DASHBOARD_LOCAL_SET=/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py
+
DASHBOARD_LOCAL_SET=/srv/www/openstack-dashboard/openstack_dashboard/local/local_settings.py
 if grep -q 

commit openstack-utils for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package openstack-utils for openSUSE:Factory 
checked in at 2014-03-09 18:29:32

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


Package is openstack-utils

Changes:

--- /work/SRC/openSUSE:Factory/openstack-utils/openstack-utils.changes  
2014-01-23 15:50:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.openstack-utils.new/openstack-utils.changes 
2014-03-09 18:29:33.0 +0100
@@ -1,0 +2,11 @@
+Fri Feb  7 00:58:53 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (687c8f6):
+  + create heat database with default character set utf-8
+
+---
+Wed Jan 29 09:12:35 UTC 2014 - speili...@suse.com
+
+- Add refresh_patches source service
+
+---

Old:

  openstack-utils-2013.2.3+git.1389795372.7c70ed8.tar.gz

New:

  openstack-utils-2013.2.3+git.1391702476.687c8f6.tar.gz



Other differences:
--
++ openstack-utils.spec ++
--- /var/tmp/diff_new_pack.OH8Vcx/_old  2014-03-09 18:29:33.0 +0100
+++ /var/tmp/diff_new_pack.OH8Vcx/_new  2014-03-09 18:29:33.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   openstack-utils
-Version:2013.2.3+git.1389795372.7c70ed8
+Version:2013.2.3+git.1391702476.687c8f6
 Release:0
 Summary:Helper utilities for OpenStack service
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.OH8Vcx/_old  2014-03-09 18:29:33.0 +0100
+++ /var/tmp/diff_new_pack.OH8Vcx/_new  2014-03-09 18:29:33.0 +0100
@@ -16,4 +16,8 @@
   service name=refresh_patches mode=disabled
 param name=changesgenerateenable/param
   /service
+
+  service name=refresh_patches mode=disabled
+param name=changesgenerateenable/param
+  /service
 /services

++ openstack-utils-2013.2.3+git.1389795372.7c70ed8.tar.gz - 
openstack-utils-2013.2.3+git.1391702476.687c8f6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openstack-utils-2013.2.3+git.1389795372.7c70ed8/NEWS 
new/openstack-utils-2013.2.3+git.1391702476.687c8f6/NEWS
--- old/openstack-utils-2013.2.3+git.1389795372.7c70ed8/NEWS2014-01-16 
01:58:11.0 +0100
+++ new/openstack-utils-2013.2.3+git.1391702476.687c8f6/NEWS2014-02-07 
01:41:07.0 +0100
@@ -1,6 +1,8 @@
 201X.X-X dd-mm-
   openstack-status:
 Report status of openstack-cinder-backup on = Havana
+  openstack-db:
+Set default charset for new DBs to UTF8 to avoid migrate issues
 
 2013.2-3 19-01-2014
   openstack-db:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-utils-2013.2.3+git.1389795372.7c70ed8/utils/openstack-db 
new/openstack-utils-2013.2.3+git.1391702476.687c8f6/utils/openstack-db
--- old/openstack-utils-2013.2.3+git.1389795372.7c70ed8/utils/openstack-db  
2014-01-10 12:57:55.0 +0100
+++ new/openstack-utils-2013.2.3+git.1391702476.687c8f6/utils/openstack-db  
2014-02-07 01:41:07.0 +0100
@@ -323,7 +323,7 @@
 if [ $MODE = 'init' ]; then
   echo Creating '$APP' database. 2
 cat  EOF
-CREATE DATABASE $APP;
+CREATE DATABASE $APP DEFAULT CHARACTER SET utf8;
 CREATE USER '$APP'@'localhost' IDENTIFIED BY '${MYSQL_APP_PW}';
 CREATE USER '$APP'@'%' IDENTIFIED BY '${MYSQL_APP_PW}';
 GRANT ALL ON $APP.* TO '$APP'@'localhost';

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit oprofile for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package oprofile for openSUSE:Factory 
checked in at 2014-03-09 18:29:44

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


Package is oprofile

Changes:

--- /work/SRC/openSUSE:Factory/oprofile/oprofile.changes2013-08-10 
11:40:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.oprofile.new/oprofile.changes   2014-03-09 
18:29:46.0 +0100
@@ -1,0 +2,11 @@
+Thu Mar  6 19:40:06 UTC 2014 - to...@suse.com
+
+- Support ppc64le/power8e (bnc#867091)
+  added patches:
+  * 
oprofile-configure-error-message-for-missing-libpfm-is-not-informative-enough.patch
+  * oprofile-enable-for-new-ppc64le-architecture.patch
+  * oprofile-fix-unable-to-open-cpu_type-file-for-reading-for-ibm-power7.patch
+  * oprofile-make-cpu-type-power8e-equivalent-to-power8.patch
+  modified patches:
+  * oprofile-pfm-ppc.patch
+---

New:

  
oprofile-configure-error-message-for-missing-libpfm-is-not-informative-enough.patch
  oprofile-enable-for-new-ppc64le-architecture.patch
  oprofile-fix-unable-to-open-cpu_type-file-for-reading-for-ibm-power7.patch
  oprofile-make-cpu-type-power8e-equivalent-to-power8.patch



Other differences:
--
++ oprofile.spec ++
--- /var/tmp/diff_new_pack.qq8Gvl/_old  2014-03-09 18:29:47.0 +0100
+++ /var/tmp/diff_new_pack.qq8Gvl/_new  2014-03-09 18:29:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package oprofile
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 BuildRequires:  popt-devel
 BuildRequires:  qt-devel
 BuildRequires:  update-desktop-files
-%ifarch ppc ppc64
+%ifarch ppc ppc64 ppc64le
 BuildRequires:  libpfm-devel = 4.3.0
 %endif
 Url:http://oprofile.sourceforge.net/
@@ -44,7 +44,11 @@
 Source5:README-BEFORE-ADDING-PATCHES
 Patch1: %{name}-compressed-kernel.patch
 Patch2: %{name}-no-libjvm-version.patch
-Patch3: %{name}-pfm-ppc.patch
+Patch3: 
%{name}-configure-error-message-for-missing-libpfm-is-not-informative-enough.patch
+Patch4: %{name}-enable-for-new-ppc64le-architecture.patch
+Patch5: 
%{name}-fix-unable-to-open-cpu_type-file-for-reading-for-ibm-power7.patch
+Patch6: %{name}-make-cpu-type-power8e-equivalent-to-power8.patch
+Patch7: %{name}-pfm-ppc.patch
 
 %description
 OProfile is a system-wide profiler for Linux systems, capable of
@@ -98,6 +102,11 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+
 mkdir -p java/include
 # copy files necessary to build Java agent libraries
 # libjvmpi_oprofile.so and libjvmti_oprofile.so

++ 
oprofile-configure-error-message-for-missing-libpfm-is-not-informative-enough.patch
 ++
From: Maynard Johnson mayna...@us.ibm.com
Git-commit: a2811baceccff810e055f166792acdf7a920bf8c
Subject: configure error message for missing libpfm is not informative enough
Date: Wed Oct 9 14:27:54 2013 -0500

configure error message for missing libpfm is not informative enough

On the ppc64 architecture, the libpfm library is used to get perf_events
encodings for events, so the configure script checks for the availability
of that library when building for ppc64. If the library is missing, the
configure error message is:

  checking for perfmon/pfmlib.h... no
  configure: error: pfmlib.h not found; usually provided in papi devel 
package

However, some newer distros (like Fedora 19) are now delivering separate
packages for libpfm and papi, instead of bundling them together. The patch
provided herein changes the configure message to reflect that change in
packaging.

Signed-off-by: Maynard Johnson mayna...@us.ibm.com

diff --git a/configure.ac b/configure.ac
index 758b676..457145a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -185,10 +185,10 @@ AC_CANONICAL_HOST
 if test $HAVE_PERF_EVENTS = 1; then
PFM_LIB=
if test $host_cpu = powerpc64; then
-   AC_CHECK_HEADER(perfmon/pfmlib.h,,[AC_MSG_ERROR([pfmlib.h not 
found; usually provided in papi devel package])])
+   AC_CHECK_HEADER(perfmon/pfmlib.h,,[AC_MSG_ERROR([pfmlib.h not 
found; may be provided by libpfm devel or papi devel package])])
AC_CHECK_LIB(pfm,pfm_get_os_event_encoding, HAVE_LIBPFM3='0'; 
HAVE_LIBPFM='1', [
AC_CHECK_LIB(pfm, 

commit oxygen-gtk3 for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2014-03-09 18:32:34

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


Package is oxygen-gtk3

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2014-01-29 
07:16:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2014-03-09 18:32:35.0 +0100
@@ -1,0 +2,6 @@
+Sat Mar  8 16:16:49 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to version 1.3.4
+  * Bugfix release, no changelog provided from upstream
+
+---

Old:

  oxygen-gtk3-1.3.3.tar.bz2

New:

  oxygen-gtk3-1.3.4.tar.bz2



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.AMxWCw/_old  2014-03-09 18:32:36.0 +0100
+++ /var/tmp/diff_new_pack.AMxWCw/_new  2014-03-09 18:32:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-gtk3
-Version:1.3.3
+Version:1.3.4
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
 License:LGPL-2.1+

++ oxygen-gtk3-1.3.3.tar.bz2 - oxygen-gtk3-1.3.4.tar.bz2 ++
 1784 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit oxygen-gtk2 for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk2 for openSUSE:Factory 
checked in at 2014-03-09 18:32:11

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


Package is oxygen-gtk2

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk2/oxygen-gtk2.changes  2014-01-29 
07:16:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk2.new/oxygen-gtk2.changes 
2014-03-09 18:32:12.0 +0100
@@ -1,0 +2,6 @@
+Sat Mar  8 16:10:57 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to version 1.4.4
+  * Bugfix release, no changelog provided from upstream
+
+---

Old:

  oxygen-gtk2-1.4.3.tar.bz2

New:

  oxygen-gtk2-1.4.4.tar.bz2



Other differences:
--
++ oxygen-gtk2.spec ++
--- /var/tmp/diff_new_pack.8OFRed/_old  2014-03-09 18:32:12.0 +0100
+++ /var/tmp/diff_new_pack.8OFRed/_new  2014-03-09 18:32:12.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-gtk2
-Version:1.4.3
+Version:1.4.4
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 2.x
 License:LGPL-2.1+

++ oxygen-gtk2-1.4.3.tar.bz2 - oxygen-gtk2-1.4.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk2-1.4.3/CMakeLists.txt 
new/oxygen-gtk2-1.4.4/CMakeLists.txt
--- old/oxygen-gtk2-1.4.3/CMakeLists.txt2014-01-24 10:31:18.0 
+0100
+++ new/oxygen-gtk2-1.4.4/CMakeLists.txt2014-03-07 16:26:45.0 
+0100
@@ -13,7 +13,7 @@
 set( CPACK_PACKAGE_VENDOR hugo.pere...@free.fr )
 set( CPACK_PACKAGE_VERSION_MAJOR 1 )
 set( CPACK_PACKAGE_VERSION_MINOR 4 )
-set( CPACK_PACKAGE_VERSION_PATCH 3 )
+set( CPACK_PACKAGE_VERSION_PATCH 4 )
 set( CPACK_SOURCE_IGNORE_FILES build ^${PROJECT_SOURCE_DIR}.*/.git/ )
 
 ##
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk2-1.4.3/config.h.cmake 
new/oxygen-gtk2-1.4.4/config.h.cmake
--- old/oxygen-gtk2-1.4.3/config.h.cmake2014-01-24 10:31:10.0 
+0100
+++ new/oxygen-gtk2-1.4.4/config.h.cmake2014-03-07 16:26:39.0 
+0100
@@ -24,11 +24,13 @@
 
 #define GTK_THEME_DIR @GTK_THEME_DIR@/gtk-2.0
 #ifndef OXYGEN_DEBUG
-#   define OXYGEN_DEBUG @OXYGEN_DEBUG@
+#define OXYGEN_DEBUG @OXYGEN_DEBUG@
 #endif
+
 #ifndef OXYGEN_DEBUG_INNERSHADOWS
-#   define OXYGEN_DEBUG_INNERSHADOWS @OXYGEN_DEBUG_INNERSHADOWS@
+#define OXYGEN_DEBUG_INNERSHADOWS @OXYGEN_DEBUG_INNERSHADOWS@
 #endif
+
 #define OXYGEN_ICON_HACK @OXYGEN_ICON_HACK@
 #define OXYGEN_FORCE_KDE_ICONS_AND_FONTS @OXYGEN_FORCE_KDE_ICONS_AND_FONTS@
 #define HAVE_DBUS @HAVE_DBUS@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oxygen-gtk2-1.4.3/src/animations/oxygenanimations.cpp 
new/oxygen-gtk2-1.4.4/src/animations/oxygenanimations.cpp
--- old/oxygen-gtk2-1.4.3/src/animations/oxygenanimations.cpp   2014-01-24 
10:31:10.0 +0100
+++ new/oxygen-gtk2-1.4.4/src/animations/oxygenanimations.cpp   2014-03-07 
16:26:39.0 +0100
@@ -308,6 +308,10 @@
  std::endl;
 #endif
 
+// force shadow type on known windows
+if( Gtk::gtk_scrolled_window_force_sunken( parent ) )
+{ gtk_scrolled_window_set_shadow_type( GTK_SCROLLED_WINDOW( parent ), 
GTK_SHADOW_IN ); }
+
 animations.innerShadowEngine().registerWidget( parent );
 animations.innerShadowEngine().registerChild( parent, widget );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oxygen-gtk2-1.4.3/src/animations/oxygeninnershadowdata.cpp 
new/oxygen-gtk2-1.4.4/src/animations/oxygeninnershadowdata.cpp
--- old/oxygen-gtk2-1.4.3/src/animations/oxygeninnershadowdata.cpp  
2014-01-24 10:31:10.0 +0100
+++ new/oxygen-gtk2-1.4.4/src/animations/oxygeninnershadowdata.cpp  
2014-03-07 16:26:39.0 +0100
@@ -89,6 +89,9 @@
 // make sure widget is not already in map
 if( _childrenData.find( widget ) != _childrenData.end() ) return;
 
+if( gtk_scrolled_window_get_shadow_type( GTK_SCROLLED_WINDOW( _target 
) ) != GTK_SHADOW_IN )
+{ return; }
+
 #if OXYGEN_DEBUG
 std::cerr
  Oxygen::InnerShadowData::registerChild -
@@ -276,7 +279,7 @@
 int basicOffset=2;
 
 // we only draw SHADOW_IN here
-if(gtk_scrolled_window_get_shadow_type(GTK_SCROLLED_WINDOW(widget)) != 
GTK_SHADOW_IN )
+if( gtk_scrolled_window_get_shadow_type( GTK_SCROLLED_WINDOW( widget ) 
) != GTK_SHADOW_IN )
 {
 if( 

commit patterns-OpenStack for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package patterns-OpenStack for 
openSUSE:Factory checked in at 2014-03-09 18:33:22

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


Package is patterns-OpenStack

Changes:

--- /work/SRC/openSUSE:Factory/patterns-OpenStack/patterns-OpenStack.changes
2014-01-23 15:51:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.patterns-OpenStack.new/patterns-OpenStack.changes   
2014-03-09 18:33:23.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 21 21:27:36 UTC 2014 - dmuel...@suse.com
+
+- add neutron-metadata-agent/openstack-neutron-lbaas-agent
+
+---



Other differences:
--
++ patterns-OpenStack.spec ++
--- /var/tmp/diff_new_pack.YHTtiO/_old  2014-03-09 18:33:24.0 +0100
+++ /var/tmp/diff_new_pack.YHTtiO/_new  2014-03-09 18:33:24.0 +0100
@@ -107,6 +107,8 @@
 Group:  Metapackages
 Requires:   openstack-neutron-dhcp-agent = %{version}
 Requires:   openstack-neutron-l3-agent = %{version}
+Requires:   openstack-neutron-metadata-agent = %{version}
+Recommends: openstack-neutron-lbaas-agent = %{version}
 
 %description network-node
 Meta package for pattern OpenStack Network Node on kvm

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-autodie for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-autodie for openSUSE:Factory 
checked in at 2014-03-09 18:33:47

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


Package is perl-autodie

Changes:

--- /work/SRC/openSUSE:Factory/perl-autodie/perl-autodie.changes
2013-10-06 14:53:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-autodie.new/perl-autodie.changes   
2014-03-09 18:33:48.0 +0100
@@ -1,0 +2,23 @@
+Fri Mar  7 06:53:34 UTC 2014 - co...@suse.com
+
+- updated to 2.23
+  * TEST / BUGFIX: Improved testing support on Android
+and Blackberry devices. (GH #44, thanks to
+Hugmeir.)
+
+  * TEST / INTERNAL / TRAVIS: Various non-code
+tweaks to make travis-ci more happy with testing
+autodie.
+
+  * BUGFIX: autodie no longer weakens strict by allowing
+undeclared variables with the same name as built-ins.
+(RT #74246, thanks to Neils Thykier and Father
+Chrysostomos.)
+
+  * BUGFIX: `use autodie qw( foo ! foo);` now correctly
+insists that we have hints for foo. (Thanks Niels Thykier)
+
+  * INTERNAL: Improved benchmarking code, thanks to
+Niels Thykier.
+
+---

Old:

  autodie-2.22.tar.gz

New:

  autodie-2.23.tar.gz



Other differences:
--
++ perl-autodie.spec ++
--- /var/tmp/diff_new_pack.ovHxuK/_old  2014-03-09 18:33:49.0 +0100
+++ /var/tmp/diff_new_pack.ovHxuK/_new  2014-03-09 18:33:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-autodie
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-autodie
-Version:2.22
+Version:2.23
 Release:0
 %define cpan_name autodie
 Summary:Replace functions with ones that succeed or die with lexical 
scope
@@ -29,33 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(autodie)
-#BuildRequires: perl(autodie::exception)
-#BuildRequires: perl(autodie::exception::system)
-#BuildRequires: perl(autodie::hints)
-#BuildRequires: perl(autodie::skip)
-#BuildRequires: perl(autodie_skippy)
-#BuildRequires: perl(autodie::test::au)
-#BuildRequires: perl(autodie::test::au::exception)
-#BuildRequires: perl(autodie::test::badname)
-#BuildRequires: perl(autodie::test::missing)
-#BuildRequires: perl(autodie_test_module)
-#BuildRequires: perl(BSD::Resource)
-#BuildRequires: perl(Caller_helper)
-#BuildRequires: perl(Fatal_Leaky_Benchmark)
-#BuildRequires: perl(Hints_pod_examples)
-#BuildRequires: perl(Hints_provider_does)
-#BuildRequires: perl(Hints_provider_easy_does_it)
-#BuildRequires: perl(Hints_provider_isa)
-#BuildRequires: perl(Hints_test)
-#BuildRequires: perl(IPC::System::Simple)
-#BuildRequires: perl(lethal)
-#BuildRequires: perl(my::autodie)
-#BuildRequires: perl(pujHa'ghach)
-#BuildRequires: perl(Some::Module)
-#BuildRequires: perl(Sub::Identify)
-#BuildRequires: perl(Test::Kwalitee)
-#BuildRequires: perl(Test::Perl::Critic)
 Recommends: perl(IPC::System::Simple) = 0.12
 Recommends: perl(Sub::Identify)
 %{perl_requires}
@@ -97,6 +70,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc AUTHORS benchmarks Changes LICENSE README
+%doc AUTHORS Changes LICENSE README
 
 %changelog

++ autodie-2.22.tar.gz - autodie-2.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autodie-2.22/Changes new/autodie-2.23/Changes
--- old/autodie-2.22/Changes2013-09-21 04:37:23.0 +0200
+++ new/autodie-2.23/Changes2014-01-27 03:51:03.0 +0100
@@ -1,5 +1,26 @@
 Revision history for autodie
 
+2.23  2014-01-27 13:50:55EST+1100 Australia/Melbourne
+
+* TEST / BUGFIX: Improved testing support on Android
+  and Blackberry devices. (GH #44, thanks to
+  Hugmeir.)
+
+* TEST / INTERNAL / TRAVIS: Various non-code
+  tweaks to make travis-ci more happy with testing
+  autodie.
+
+* BUGFIX: autodie no longer weakens strict by allowing
+  undeclared variables with the same name as built-ins.
+  (RT #74246, thanks to Neils Thykier and Father
+  Chrysostomos.)
+
+* BUGFIX: `use autodie qw( foo ! foo);` now correctly
+  insists that we have hints for foo. (Thanks Niels Thykier)
+
+   

commit perl-boolean for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-boolean for openSUSE:Factory 
checked in at 2014-03-09 18:33:52

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


Package is perl-boolean

Changes:

--- /work/SRC/openSUSE:Factory/perl-boolean/perl-boolean.changes
2013-07-05 15:09:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-boolean.new/perl-boolean.changes   
2014-03-09 18:33:53.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar  7 06:54:28 UTC 2014 - co...@suse.com
+
+- updated to 0.32
+ - Some dzil changes
+ - Switch to dzil
+
+---

Old:

  boolean-0.30.tar.gz

New:

  boolean-0.32.tar.gz



Other differences:
--
++ perl-boolean.spec ++
--- /var/tmp/diff_new_pack.GRkQfK/_old  2014-03-09 18:33:53.0 +0100
+++ /var/tmp/diff_new_pack.GRkQfK/_new  2014-03-09 18:33:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-boolean
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-boolean
-Version:0.30
+Version:0.32
 Release:0
 %define cpan_name boolean
 Summary:Boolean support for Perl
@@ -29,15 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(boolean)
-#BuildRequires: perl(inc::Module::Package)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(Readonly)
-#BuildRequires: perl(YAML::Tiny)
 Recommends: perl(Readonly)
 %{perl_requires}
 

++ boolean-0.30.tar.gz - boolean-0.32.tar.gz ++
 2963 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Class-Accessor-Lite for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Accessor-Lite for 
openSUSE:Factory checked in at 2014-03-09 18:34:07

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


Package is perl-Class-Accessor-Lite

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Class-Accessor-Lite/perl-Class-Accessor-Lite.changes
2013-06-21 13:36:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Class-Accessor-Lite.new/perl-Class-Accessor-Lite.changes
   2014-03-09 18:34:08.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  7 06:55:21 UTC 2014 - co...@suse.com
+
+- updated to 0.06
+ - fix documentation issues (thanks to magnolia-k)
+
+---

Old:

  Class-Accessor-Lite-0.05.tar.gz

New:

  Class-Accessor-Lite-0.06.tar.gz



Other differences:
--
++ perl-Class-Accessor-Lite.spec ++
--- /var/tmp/diff_new_pack.cqMtSf/_old  2014-03-09 18:34:09.0 +0100
+++ /var/tmp/diff_new_pack.cqMtSf/_new  2014-03-09 18:34:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-Accessor-Lite
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Class-Accessor-Lite
-Version:0.05
+Version:0.06
 Release:0
 %define cpan_name Class-Accessor-Lite
 Summary:a minimalistic variant of Class::Accessor

++ Class-Accessor-Lite-0.05.tar.gz - Class-Accessor-Lite-0.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Accessor-Lite-0.05/Changes 
new/Class-Accessor-Lite-0.06/Changes
--- old/Class-Accessor-Lite-0.05/Changes2010-12-06 08:03:25.0 
+0100
+++ new/Class-Accessor-Lite-0.06/Changes2014-01-31 08:55:56.0 
+0100
@@ -1,5 +1,8 @@
 Revision history for Perl extension Class::Accessor::Lite.
 
+0.06
+   - fix documentation issues (thanks to magnolia-k)
+
 0.05
- improve usage error checking: assert that the accessor lists passed 
through the import function are arrayrefs
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Accessor-Lite-0.05/META.yml 
new/Class-Accessor-Lite-0.06/META.yml
--- old/Class-Accessor-Lite-0.05/META.yml   2010-12-06 08:03:36.0 
+0100
+++ new/Class-Accessor-Lite-0.06/META.yml   2014-01-31 08:57:10.0 
+0100
@@ -19,4 +19,4 @@
 - t
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.05
+version: 0.06
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Accessor-Lite-0.05/README 
new/Class-Accessor-Lite-0.06/README
--- old/Class-Accessor-Lite-0.05/README 2010-12-06 08:03:36.0 +0100
+++ new/Class-Accessor-Lite-0.06/README 2014-01-31 08:57:09.0 +0100
@@ -30,11 +30,11 @@
 passed through as an arrayref
 
 ro = \@name_of_the_properties
-creates a write-only accessor for the name of the properties passed
+creates a read-only accessor for the name of the properties passed
 through as an arrayref
 
-rw = \@name_of_the_properties
-creates a read-only accessor for the name of the properties passed
+wo = \@name_of_the_properties
+creates a write-only accessor for the name of the properties passed
 through as an arrayref
 
 For more detailed explanation read the following section describing the
@@ -70,11 +70,11 @@
 FAQ
   Can I use Class::Accessor::Lite in an inherited module?
 Yes in most cases, when the class object in the super class is
-implemeted using a hashref. However you _should_ _not_ create the
+implemented using a hashref. However you _should_ _not_ create the
 constructor for the inherited class by calling
-Class::Accessor::Lite-new() or by use Class::Accessor::Lite (new =
-1). The only other thing that Class::Accessor::Lite does is to set up
-the accessor functions for given property names through a blessed
+Class::Accessor::Lite-new() or by use Class::Accessor::Lite (new
+= 1). The only other thing that Class::Accessor::Lite does is to
+set up the accessor functions for given property names through a blessed
 hashref.
 
   What happens when passing more than one arguments to the accessor?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit perl-Algorithm-C3 for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Algorithm-C3 for 
openSUSE:Factory checked in at 2014-03-09 18:33:42

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


Package is perl-Algorithm-C3

Changes:

--- /work/SRC/openSUSE:Factory/perl-Algorithm-C3/perl-Algorithm-C3.changes  
2011-11-17 11:04:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Algorithm-C3.new/perl-Algorithm-C3.changes 
2014-03-09 18:33:43.0 +0100
@@ -1,0 +2,8 @@
+Fri Mar  7 06:48:31 UTC 2014 - co...@suse.com
+
+- updated to 0.09
+- convert to use ExtUtils::MakeMaker using distar
+- include repo and bugtracker metadata
+- regenerate spec file
+
+---

Old:

  Algorithm-C3-0.08.tar.gz

New:

  Algorithm-C3-0.09.tar.gz



Other differences:
--
++ perl-Algorithm-C3.spec ++
--- /var/tmp/diff_new_pack.StbIpa/_old  2014-03-09 18:33:44.0 +0100
+++ /var/tmp/diff_new_pack.StbIpa/_new  2014-03-09 18:33:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Algorithm-C3
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,33 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%bcond_with pod
 
 Name:   perl-Algorithm-C3
+Version:0.09
+Release:0
 %define cpan_name Algorithm-C3
-Summary:Module for merging hierarchies using the C3 algorithm
-Version:0.08
-Release:2
-License:GPL-1.0+ or Artistic-1.0
+Summary:A module for merging hierarchies using the C3 algorithm
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Algorithm-C3/
-Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Algorithm-C3-0.08.tar.gz
+Source: 
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl-macros
-%if %{with pod}
-BuildRequires:  perl(Test::Pod) = 1.14
-BuildRequires:  perl(Test::Pod::Coverage) = 1.04
-%endif
-BuildRequires:  perl(Test::More) = 0.47
-#
-BuildRequires:  perl(Carp) = 0.01
-Requires:   perl(Carp) = 0.01
+%{perl_requires}
 
 %description
 This module implements the C3 algorithm. I have broken this out into it's
@@ -49,32 +37,29 @@
 various needs. Most of the uses I have for C3 revolve around class building
 and metamodels, but it could also be used for things like dependency
 resolution as well since it tends to do such a nice job of preserving local
-precendence orderings.
+precedence orderings.
 
-Authors:
-
-Stevan Little, ste...@iinteractive.com
-Brandon L. Black, blbl...@gmail.com
+Below is a brief explanation of C3 taken from the the Class::C3 manpage
+module. For more detailed information, see the the SEE ALSO manpage section
+and the links there.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

++ Algorithm-C3-0.08.tar.gz - Algorithm-C3-0.09.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Algorithm-C3-0.08/Build.PL 
new/Algorithm-C3-0.09/Build.PL
--- old/Algorithm-C3-0.08/Build.PL  2009-05-28 00:50:20.0 +0200
+++ new/Algorithm-C3-0.09/Build.PL  1970-01-01 01:00:00.0 +0100
@@ -1,22 +0,0 @@
-use Module::Build;
-
-use strict;
-
-my $build = Module::Build-new(
-module_name = 'Algorithm::C3',
-license = 'perl',
-requires = {
-'Carp' = '0.01',
-},
-optional = {},
-build_requires = {
-'Test::More' = '0.47',
-},
-recursive_test_files = 1,
-add_to_cleanup = [
-'META.yml', '*.bak', '*.gz', 'Makefile.PL',
-],
-);
-
-$build-create_build_script;
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit perl-Class-C3 for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-C3 for openSUSE:Factory 
checked in at 2014-03-09 18:34:12

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


Package is perl-Class-C3

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-C3/perl-Class-C3.changes  
2013-07-29 17:45:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Class-C3.new/perl-Class-C3.changes 
2014-03-09 18:34:13.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  7 08:44:07 UTC 2014 - co...@suse.com
+
+- updated to 0.26
+  - Fix bug in Makefile.PL when ExtUtils::CBuilder not available
+
+---

Old:

  Class-C3-0.25.tar.gz

New:

  Class-C3-0.26.tar.gz



Other differences:
--
++ perl-Class-C3.spec ++
--- /var/tmp/diff_new_pack.zWHe8g/_old  2014-03-09 18:34:13.0 +0100
+++ /var/tmp/diff_new_pack.zWHe8g/_new  2014-03-09 18:34:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-C3
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,50 +17,20 @@
 
 
 Name:   perl-Class-C3
-Version:0.25
+Version:0.26
 Release:0
 %define cpan_name Class-C3
 Summary:A pragma to use the C3 method resolution order algorithm
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Class-C3/
-Source: 
http://www.cpan.org/authors/id/M/MS/MSTROUT/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Algorithm::C3) = 0.07
 BuildRequires:  perl(ExtUtils::CBuilder) = 0.27
-#BuildRequires: perl(A)
-#BuildRequires: perl(Bar)
-#BuildRequires: perl(BaseTest)
-#BuildRequires: perl(BaseTwo)
-#BuildRequires: perl(BiPedal)
-#BuildRequires: perl(c3)
-#BuildRequires: perl(Class::C3)
-#BuildRequires: perl(Class::C3::next)
-#BuildRequires: perl(Class::C3::XS)
-#BuildRequires: perl(Devel::Hide)
-#BuildRequires: perl(Diamond_A)
-#BuildRequires: perl(Foo)
-#BuildRequires: perl(Fuz)
-#BuildRequires: perl(InheritingFromOverloadedTest)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LifeForm)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(mro)
-#BuildRequires: perl(MRO::Compat)
-#BuildRequires: perl(Object)
-#BuildRequires: perl(OverloadingTest)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(Sentient)
-#BuildRequires: perl(TestMRO::A)
-#BuildRequires: perl(TestMRO::B)
-#BuildRequires: perl(TestMRO::C)
-#BuildRequires: perl(Test::O)
-#BuildRequires: perl(YAML::Tiny)
 Requires:   perl(Algorithm::C3) = 0.07
 %{perl_requires}
 

++ Class-C3-0.25.tar.gz - Class-C3-0.26.tar.gz ++
 2920 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



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

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Meta-YAML for 
openSUSE:Factory checked in at 2014-03-09 18:35:13

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


Package is perl-CPAN-Meta-YAML

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML.changes  
2013-10-08 18:20:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Meta-YAML.new/perl-CPAN-Meta-YAML.changes 
2014-03-09 18:35:14.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  7 08:56:13 UTC 2014 - co...@suse.com
+
+- updated to 0.012
+  - Generated from ETHER/YAML-Tiny-1.61.tar.gz
+
+---

Old:

  CPAN-Meta-YAML-0.010.tar.gz

New:

  CPAN-Meta-YAML-0.012.tar.gz



Other differences:
--
++ perl-CPAN-Meta-YAML.spec ++
--- /var/tmp/diff_new_pack.kCyc6D/_old  2014-03-09 18:35:15.0 +0100
+++ /var/tmp/diff_new_pack.kCyc6D/_new  2014-03-09 18:35:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CPAN-Meta-YAML
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPAN-Meta-YAML
-Version:0.010
+Version:0.012
 Release:0
 %define cpan_name CPAN-Meta-YAML
 Summary:Read and write a subset of YAML for CPAN Meta files
@@ -29,13 +29,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More) = 0.94
-#BuildRequires: perl(CPAN::Meta::YAML)
-#BuildRequires: perl(t::lib::Test)
-#BuildRequires: perl(YAML)
-#BuildRequires: perl(YAML::Perl)
-#BuildRequires: perl(YAML::Syck)
-#BuildRequires: perl(YAML::XS)
+BuildRequires:  perl(JSON::PP)
+BuildRequires:  perl(Test::More) = 0.99
+BuildRequires:  perl(version)
 %{perl_requires}
 
 %description

++ CPAN-Meta-YAML-0.010.tar.gz - CPAN-Meta-YAML-0.012.tar.gz ++
 8923 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Clone-PP for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Clone-PP for openSUSE:Factory 
checked in at 2014-03-09 18:34:53

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


Package is perl-Clone-PP

Changes:

--- /work/SRC/openSUSE:Factory/perl-Clone-PP/perl-Clone-PP.changes  
2011-11-18 15:47:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Clone-PP.new/perl-Clone-PP.changes 
2014-03-09 18:34:54.0 +0100
@@ -1,0 +2,18 @@
+Fri Mar  7 08:52:13 UTC 2014 - co...@suse.com
+
+- updated to 1.05
+- Added github repo to metadata (thanks dsteinbrunner)
+- Added github repo to doc
+- I had erroneously listed Test::Array as a test prereq,
+  but the package is defined in 01array.t where it's used.
+  RT#93082 - thanks to Dagfinn Ilmari Mannsaker.
+- Added Changes file
+- Fixed typos from dsteinbrunner in RT#86337
+- Added use warnings and in the process fixed RT#17121
+- Min perl version 5.6.0 in code and metadata
+- Added license type to metadata and renamed LC section in pod
+- Expanded the SEE ALSO section
+- Added prereqs to PREREQ_PM in Makefile.PL
+- Added test prereqs in TEST_REQUIRES
+
+---

Old:

  Clone-PP-1.02.tar.gz

New:

  Clone-PP-1.05.tar.gz



Other differences:
--
++ perl-Clone-PP.spec ++
--- /var/tmp/diff_new_pack.YjPl57/_old  2014-03-09 18:34:55.0 +0100
+++ /var/tmp/diff_new_pack.YjPl57/_new  2014-03-09 18:34:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Clone-PP
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,19 @@
 #
 
 
-
 Name:   perl-Clone-PP
-Version:1.02
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.05
+Release:0
 %define cpan_name Clone-PP
 Summary:Recursively copy Perl datatypes
-Url:http://search.cpan.org/dist/Clone-PP/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://www.cpan.org/authors/id/E/EV/EVO/%{cpan_name}-%{version}.tar.gz
-NoSource:   0
+Url:http://search.cpan.org/dist/Clone-PP/
+Source: 
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 %{perl_requires}
 
 %description
@@ -72,11 +70,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc README
+%defattr(-,root,root,755)
+%doc Changes README
 
 %changelog

++ Clone-PP-1.02.tar.gz - Clone-PP-1.05.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-PP-1.02/Changes new/Clone-PP-1.05/Changes
--- old/Clone-PP-1.02/Changes   1970-01-01 01:00:00.0 +0100
+++ new/Clone-PP-1.05/Changes   2014-02-18 00:44:46.0 +0100
@@ -0,0 +1,27 @@
+Revision history for Perl module Clone::PP
+
+1.05 2014-02-17 NEILB
+- Added github repo to metadata (thanks dsteinbrunner)
+- Added github repo to doc
+
+1.04 2014-02-17 NEILB
+- I had erroneously listed Test::Array as a test prereq,
+  but the package is defined in 01array.t where it's used.
+  RT#93082 - thanks to Dagfinn Ilmari Mannsaker.
+
+1.03 2014-02-16 NEILB
+- Added Changes file
+- Fixed typos from dsteinbrunner in RT#86337
+- Added use warnings and in the process fixed RT#17121
+- Min perl version 5.6.0 in code and metadata
+- Added license type to metadata and renamed LC section in pod
+- Expanded the SEE ALSO section
+- Added prereqs to PREREQ_PM in Makefile.PL
+- Added test prereqs in TEST_REQUIRES
+
+1.02 2003-08-28
+
+1.01 2003-08-27
+
+1.00 2003-08-25
+- First release to CPAN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-PP-1.02/MANIFEST new/Clone-PP-1.05/MANIFEST
--- old/Clone-PP-1.02/MANIFEST  2003-08-28 06:16:23.0 +0200
+++ new/Clone-PP-1.05/MANIFEST  2014-02-18 00:47:05.0 +0100
@@ -1,6 +1,7 @@
+Changes
 MANIFEST
 Makefile.PL
-PP.pm
+lib/Clone/PP.pm
 t/01array.t
 t/02hash.t
 t/03scalar.t
@@ -11,3 +12,5 @@
 t/dump.pl
 t/tied.pl
 README
+META.yml  

commit vim for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2014-03-09 18:35:04

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


Package is vim

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2014-03-01 14:38:37.0 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2014-03-09 
18:35:05.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar  6 22:24:41 UTC 2014 - idon...@suse.com
+
+- Now that python3 is fixed, reenable test87
+
+---



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.xHJg2h/_old  2014-03-09 18:35:06.0 +0100
+++ /var/tmp/diff_new_pack.xHJg2h/_new  2014-03-09 18:35:06.0 +0100
@@ -350,8 +350,6 @@
 
 %check
 # Look for TEST FAILURE in the build log
-# http://bugs.python.org/issue20763
-rm ./src/testdir/test87.*
 make test
 
 %files

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Class-Load-XS for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Load-XS for 
openSUSE:Factory checked in at 2014-03-09 18:34:36

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


Package is perl-Class-Load-XS

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-Load-XS/perl-Class-Load-XS.changes
2013-06-13 17:32:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Class-Load-XS.new/perl-Class-Load-XS.changes   
2014-03-09 18:34:37.0 +0100
@@ -1,0 +2,10 @@
+Fri Mar  7 08:47:34 UTC 2014 - co...@suse.com
+
+- updated to 0.08
+- switched packaging to just EUMM, as MBT wants the .xs file in a
+  different place
+- switched packaging from MB to EUMM+MBT
+- repository moved to the github moose organization
+- remove unmaintainable sle11 patch perl-old_module_build.patch
+
+---

Old:

  Class-Load-XS-0.06.tar.gz
  perl-old_module_build.patch

New:

  Class-Load-XS-0.08.tar.gz



Other differences:
--
++ perl-Class-Load-XS.spec ++
--- /var/tmp/diff_new_pack.gwPXfZ/_old  2014-03-09 18:34:38.0 +0100
+++ /var/tmp/diff_new_pack.gwPXfZ/_new  2014-03-09 18:34:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-Load-XS
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,29 +17,23 @@
 
 
 Name:   perl-Class-Load-XS
-Version:0.06
+Version:0.08
 Release:0
 %define cpan_name Class-Load-XS
 Summary:XS implementation of parts of Class::Load
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Class-Load-XS/
-Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
-Patch0: perl-old_module_build.patch
+Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Class::Load) = 0.20
-BuildRequires:  perl(Module::Build) = 0.3601
 BuildRequires:  perl(Module::Implementation) = 0.04
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(version)
-#BuildRequires: perl(Class::Load::VersionCheck)
-#BuildRequires: perl(Class::Load::XS)
-#BuildRequires: perl(Test::Class::Load)
-#BuildRequires: perl(Test::Without::Module)
 Requires:   perl(Class::Load) = 0.20
 %{perl_requires}
 
@@ -49,27 +43,21 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%if 0%{?suse_version} = 1110
-for i in `find lib t -type f` ; do
-sed -i -e s@^\s*use\s\s*Module::Build@use lib '%{perl_vendorlib}';\nuse 
Module::Build@ $i
-sed -i -e s@^\s*use\s\s*Test::More@use lib '%{perl_vendorlib}';\nuse 
Test::More@ $i
-done
-%patch0
-%endif
 
 %build
-%{__perl} Build.PL installdirs=vendor optimize=%{optflags}
-./Build build flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes CONTRIBUTING LICENSE README README.md weaver.ini
 
 %changelog

++ Class-Load-XS-0.06.tar.gz - Class-Load-XS-0.08.tar.gz ++
 17417 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Config-Auto for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-Auto for 
openSUSE:Factory checked in at 2014-03-09 18:35:09

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


Package is perl-Config-Auto

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-Auto/perl-Config-Auto.changes
2012-02-16 10:06:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Config-Auto.new/perl-Config-Auto.changes   
2014-03-09 18:35:10.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  7 08:52:59 UTC 2014 - co...@suse.com
+
+- updated to 0.44
+  - Resolve RT#91891 an edge-case with equal and space format detection
+
+---

Old:

  Config-Auto-0.42.tar.gz

New:

  Config-Auto-0.44.tar.gz



Other differences:
--
++ perl-Config-Auto.spec ++
--- /var/tmp/diff_new_pack.i1tPg3/_old  2014-03-09 18:35:11.0 +0100
+++ /var/tmp/diff_new_pack.i1tPg3/_new  2014-03-09 18:35:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-Auto
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Config-Auto
-Version:0.42
+Version:0.44
 Release:0
 %define cpan_name Config-Auto
 Summary:Magical config file parser
@@ -32,9 +32,6 @@
 BuildRequires:  perl(Config::IniFiles)
 BuildRequires:  perl(IO::String)
 BuildRequires:  perl(YAML) = 0.67
-#BuildRequires: perl(Config::Auto)
-#BuildRequires: perl(XML::Simple)
-#BuildRequires: perl(YAML::Any)
 Requires:   perl(Config::IniFiles)
 Requires:   perl(IO::String)
 Requires:   perl(YAML) = 0.67

++ Config-Auto-0.42.tar.gz - Config-Auto-0.44.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Auto-0.42/Changes new/Config-Auto-0.44/Changes
--- old/Config-Auto-0.42/Changes2012-02-07 17:47:36.0 +0100
+++ new/Config-Auto-0.44/Changes2014-03-02 00:30:33.0 +0100
@@ -1,38 +1,42 @@
+0.44  Sat Mar  1 23:26:12 GMT 2014
+
+  - Resolve RT#91891 an edge-case with equal and space format detection
+
 0.42  Tue Feb  7 16:46:38 GMT 2012
-===
+
   - Add a test fstab file instead of relying on the vagaries of system ones
 
 0.40  Mon Feb  6 21:19:29 2012
-
+
 - Resolve RT 74711 reported by David Oswald
   ( Calling Config::Auto::parse while $_ aliases a constant value throws 
exception )
 
 0.38  Mon Aug  8 21:38:10 2011
-
+
 - Resolve RT 69984 reported by Thomas Johnson
   ( Array handling regression when using equals format )
 
 0.36  Fri Jul  1 14:38:57 2011
-
+
 - Fix for RT 68913 reported by Michael Lackhoff
   ( config files with DOS line endings do not work in Linux )
 
 0.34  Tue Mar  8 15:02:06 2011
-
+
 - Apply patch from Andrew Ruthven RT #66460
   ( also Debian Bug # 617305 )
 
 0.32  Wed Feb 23 21:25:09 2011
-
+
 - Fix a regression with space separated format
   reported by Karel Petera RT #66050
 
 0.30   Sun Jan 23 22:51:22 2011
-
+
 - Apply a fix from Nigel Horne RT #65019
 
 0.29_02 Thu Mar 12 12:39:03 2009
-
+
 - Not all versions of XML::Parser deal well with an IO::String filehandle;
   pass the value in as string instead
 - Fix a broken XML test
@@ -40,7 +44,7 @@
 - Don't delete XML tests, skip them
 
 0.29_01 Wed Mar 11 13:51:31 2009
-
+
 - Address #44018: Speed enhancements to only load modules if they are
   actually needed. By Lyle Hopkins
 - Address #32927: Hash key being assigned to $1 instead of $_
@@ -54,28 +58,28 @@
 - Increased test coverage
 
 0.20Sat Apr  7 15:13:51 2007
-
+
 - Address #25732: Close filehandles after parsing
   Config::Auto wasn't closing it's filehandles after
   reading from them. Now it does.
 
 0.18Wed Jun 28 12:22:29 2006
-
+
 - Address #19938 which states that calling parse()
   on an xml config without XML::Simple installed
   dies ungracefully. As of this version, better
   diagnostics will be provided.
 
 0.17Tue May  2 14:41:18 2006
-

commit xterm for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package xterm for openSUSE:Factory checked 
in at 2014-03-09 18:35:06

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


Package is xterm

Changes:

--- /work/SRC/openSUSE:Factory/xterm/xterm.changes  2014-01-23 
15:58:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.xterm.new/xterm.changes 2014-03-09 
18:35:06.0 +0100
@@ -1,0 +2,37 @@
+Fri Mar  7 07:00:52 UTC 2014 - meiss...@suse.com
+
+- Patch #303 - 2014/03/06
+  * improve check for /etc/shells to allow its entries to be symbolic
+links.
+  * fix a regression in patch #302 fixes relating to interaction of
+SHELL and XTERM_SHELL variables (Debian #740919).
+  * improve manpage discussion of use of /etc/shells for validating the
+SHELL environment variable.
+  * further improve the approximation for color map by ignoring bits
+which would not be applied by the rgb masks for the current visual
+(report by Joe Peterson).
+  * add -report-colors to usage-message (report by Joe Peterson).
+- Patch #302 - 2014/03/02
+  * amend  approximation for color map introduced in patch #277 to make
+that apply only to TrueColor (adapted from patch by Joe Peterson).
+  * add -report-colors option, to show colors as they are allocated.
+  * fix some gcc -Wcast-qual warnings.
+  * correct app-defaults location for CentOS-4 in xterm.spec
+  * improve  check  in  minstall.sh for X manpage's section number; add
+sample  dependencies  for  the  relevant  documentation  package to
+packaging test-scripts (prompted by Novell #779474).
+  * modify sample build-scripts for dpkg and rpm to ensure that vttests
+scripts are uncompressed and executable.
+  * modify  Perl scripts in vttests to use env to find Perl rather than
+relying  on /usr/bin/perl This makes the sample scripts usable with
+NetBSD and other systems using pkgsrc.
+  * amend  check  from  patch  #301  for valid shell to permit existing
+SHELL  value  to  specify  the  shell;  clarify the behavior in the
+manpage (report by Emmanuel Thome).
+  * amend  change to wide-character processing from patch #257 to allow
+switching  to/from  UTF-8 encoding if the utf8 resource was not set
+to always (report by Honza Maly).
+  * fix  incorrect  free  from  patch #301 changes, if explicit program
+without -e option is a valid shell (patch by Romain Francois).
+
+---

Old:

  xterm-301.tgz
  xterm-301.tgz.asc

New:

  xterm-303.tgz
  xterm-303.tgz.asc



Other differences:
--
++ xterm.spec ++
--- /var/tmp/diff_new_pack.ZRd2Jl/_old  2014-03-09 18:35:07.0 +0100
+++ /var/tmp/diff_new_pack.ZRd2Jl/_new  2014-03-09 18:35:07.0 +0100
@@ -52,7 +52,7 @@
 %if 0%{?suse_version}  1210
 Requires:   luit
 %endif
-Version:301
+Version:303
 Release:0
 Summary:The basic X terminal program
 License:MIT





++ xterm-301.tgz - xterm-303.tgz ++
 1680 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Class-Method-Modifiers for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Method-Modifiers for 
openSUSE:Factory checked in at 2014-03-09 18:34:45

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


Package is perl-Class-Method-Modifiers

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Class-Method-Modifiers/perl-Class-Method-Modifiers.changes
  2014-01-23 15:51:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Class-Method-Modifiers.new/perl-Class-Method-Modifiers.changes
 2014-03-09 18:34:47.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar  7 08:50:45 UTC 2014 - co...@suse.com
+
+- updated to 2.10
+  - installation switched to using only ExtUtils::MakeMaker, to allow
+for use on perl 5.6
+
+---

Old:

  Class-Method-Modifiers-2.09.tar.gz

New:

  Class-Method-Modifiers-2.10.tar.gz



Other differences:
--
++ perl-Class-Method-Modifiers.spec ++
--- /var/tmp/diff_new_pack.squuaP/_old  2014-03-09 18:34:47.0 +0100
+++ /var/tmp/diff_new_pack.squuaP/_new  2014-03-09 18:34:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Class-Method-Modifiers
-Version:2.09
+Version:2.10
 Release:0
 %define cpan_name Class-Method-Modifiers
 Summary:provides Moose-like method modifiers
@@ -29,14 +29,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build::Tiny) = 0.028
 BuildRequires:  perl(Test::Fatal)
-BuildRequires:  perl(Test::More) = 0.94
-#BuildRequires: perl(Class::Method::Modifiers)
-#BuildRequires: perl(Pod::Wordlist)
-#BuildRequires: perl(Test::Kwalitee)
-#BuildRequires: perl(Test::NoTabs)
-#BuildRequires: perl(Test::Spelling) = 0.12
+BuildRequires:  perl(version)
 %{perl_requires}
 
 %description
@@ -81,18 +75,19 @@
 find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Build.PL --installdirs=vendor
-./Build build --flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install --destdir=%{buildroot} --create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes CONTRIBUTING LICENSE README README.md
 
 %changelog

++ Class-Method-Modifiers-2.09.tar.gz - Class-Method-Modifiers-2.10.tar.gz 
++
 1870 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Data-Dumper-Concise for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Data-Dumper-Concise for 
openSUSE:Factory checked in at 2014-03-09 18:35:23

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


Package is perl-Data-Dumper-Concise

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Data-Dumper-Concise/perl-Data-Dumper-Concise.changes
2012-01-04 07:26:24.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Data-Dumper-Concise.new/perl-Data-Dumper-Concise.changes
   2014-03-09 18:35:24.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar  7 09:01:10 UTC 2014 - co...@suse.com
+
+- updated to 2.021
+  - Make Dwarn output all arguments even in scalar context
+ (retun val is still the same though)
+
+---

Old:

  Data-Dumper-Concise-2.020.tar.gz

New:

  Data-Dumper-Concise-2.021.tar.gz



Other differences:
--
++ perl-Data-Dumper-Concise.spec ++
--- /var/tmp/diff_new_pack.S0nAj9/_old  2014-03-09 18:35:24.0 +0100
+++ /var/tmp/diff_new_pack.S0nAj9/_new  2014-03-09 18:35:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Data-Dumper-Concise
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Data-Dumper-Concise
-Version:2.020
+Version:2.021
 Release:0
 %define cpan_name Data-Dumper-Concise
 Summary:Less indentation and newlines plus sub deparsing
@@ -29,17 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(Data::Dumper::Concise)
-#BuildRequires: perl(Data::Dumper::Concise::Sugar)
-#BuildRequires: perl(Devel::ArgNames)
-#BuildRequires: perl(Devel::Dwarn)
-#BuildRequires: perl(inc::Module::Install) = 0.91
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(YAML::Tiny)
 %{perl_requires}
 
 %description

++ Data-Dumper-Concise-2.020.tar.gz - Data-Dumper-Concise-2.021.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Dumper-Concise-2.020/Changes 
new/Data-Dumper-Concise-2.021/Changes
--- old/Data-Dumper-Concise-2.020/Changes   2011-01-20 19:46:55.0 
+0100
+++ new/Data-Dumper-Concise-2.021/Changes   2014-01-01 01:56:43.0 
+0100
@@ -1,3 +1,7 @@
+2.021 Dec 31 2013
+  - Make Dwarn output all arguments even in scalar context
+ (retun val is still the same though)
+
 2.020 Jan 20 2011
   - Add DumperObject for getting at the underlying obj
   - create DwarnF for formatting Dumper'd output
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Dumper-Concise-2.020/META.yml 
new/Data-Dumper-Concise-2.021/META.yml
--- old/Data-Dumper-Concise-2.020/META.yml  2011-01-20 19:47:07.0 
+0100
+++ new/Data-Dumper-Concise-2.021/META.yml  2014-01-01 01:58:03.0 
+0100
@@ -3,11 +3,12 @@
 author:
   - 'mst - Matt S. Trout m...@shadowcat.co.uk'
 build_requires:
-  ExtUtils::MakeMaker: 6.42
+  ExtUtils::MakeMaker: 6.59
 configure_requires:
-  ExtUtils::MakeMaker: 6.42
+  ExtUtils::MakeMaker: 6.59
 distribution_type: module
-generated_by: 'Module::Install version 1.00'
+dynamic_config: 1
+generated_by: 'Module::Install version 1.06'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -22,4 +23,4 @@
   perl: 5.6.0
 resources:
   license: http://dev.perl.org/licenses/
-version: 2.020
+version: 2.021
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Dumper-Concise-2.020/inc/Module/Install/Base.pm 
new/Data-Dumper-Concise-2.021/inc/Module/Install/Base.pm
--- old/Data-Dumper-Concise-2.020/inc/Module/Install/Base.pm2011-01-20 
19:47:06.0 +0100
+++ new/Data-Dumper-Concise-2.021/inc/Module/Install/Base.pm2014-01-01 
01:58:03.0 +0100
@@ -4,7 +4,7 @@
 use strict 'vars';
 use vars qw{$VERSION};
 BEGIN {
-   $VERSION = '1.00';
+   $VERSION = '1.06';
 }
 
 # Suspend handler for redefined warnings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Dumper-Concise-2.020/inc/Module/Install/Can.pm 
new/Data-Dumper-Concise-2.021/inc/Module/Install/Can.pm
--- 

commit perl-CPAN-Perl-Releases for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Perl-Releases for 
openSUSE:Factory checked in at 2014-03-09 18:35:17

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


Package is perl-CPAN-Perl-Releases

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-CPAN-Perl-Releases/perl-CPAN-Perl-Releases.changes
  2013-12-12 11:19:23.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new/perl-CPAN-Perl-Releases.changes
 2014-03-09 18:35:18.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  7 08:57:53 UTC 2014 - co...@suse.com
+
+- updated to 1.64
+  Updated for v5.19.9
+
+---

Old:

  CPAN-Perl-Releases-1.52.tar.gz

New:

  CPAN-Perl-Releases-1.64.tar.gz



Other differences:
--
++ perl-CPAN-Perl-Releases.spec ++
--- /var/tmp/diff_new_pack.nJrYnQ/_old  2014-03-09 18:35:19.0 +0100
+++ /var/tmp/diff_new_pack.nJrYnQ/_new  2014-03-09 18:35:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CPAN-Perl-Releases
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPAN-Perl-Releases
-Version:1.52
+Version:1.64
 Release:0
 %define cpan_name CPAN-Perl-Releases
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
@@ -29,14 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(autodie)
-#BuildRequires: perl(CPAN::DistnameInfo)
-#BuildRequires: perl(CPAN::Perl::Releases)
-#BuildRequires: perl(Data::Dumper::Concise)
-#BuildRequires: perl(HTTP::Tiny)
-#BuildRequires: perl(JSON::PP)
-#BuildRequires: perl(Module::CoreList)
-#BuildRequires: perl(Perl::Version)
 %{perl_requires}
 
 %description

++ CPAN-Perl-Releases-1.52.tar.gz - CPAN-Perl-Releases-1.64.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-1.52/Changes 
new/CPAN-Perl-Releases-1.64/Changes
--- old/CPAN-Perl-Releases-1.52/Changes 2013-12-07 15:13:20.0 +0100
+++ new/CPAN-Perl-Releases-1.64/Changes 2014-02-20 11:52:57.0 +0100
@@ -1,8 +1,68 @@
 ==
-Changes from 2008-12-08 00:00:00 + to present.
+Changes from 2009-02-21 00:00:00 + to present.
 ==
 
 -
+version 1.64 at 2014-02-20 10:52:31 +
+-
+
+  Change: 2f5dc364d1cbb3d6436079daaca4da29cd9ba550
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2014-02-20 10:52:31 +
+
+Updated for v5.19.9 
+
+-
+version 1.62 at 2014-01-20 22:07:07 +
+-
+
+  Change: deef3e3e9eb9b2ced76c63f676ae5191ffcdb9f0
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2014-01-20 22:07:07 +
+
+Updated for v5.19.8 
+
+-
+version 1.60 at 2014-01-07 10:05:58 +
+-
+
+  Change: 0bb40022a97268eb928afe83cb35e7e6a6dd5a99
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2014-01-07 10:05:58 +
+
+Updated for v5.18.2 
+
+-
+version 1.58 at 2013-12-22 10:54:23 +
+-
+
+  Change: d86dd49d0f0eee3f3e26de109c29f2cad8ba09f2
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2013-12-22 10:54:23 +
+
+Updated for v5.18.2-RC4 
+
+-
+version 1.56 at 2013-12-20 18:24:43 +
+-
+
+  Change: c7dfad535704c5172eaa8436bc7e63405d62340d
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2013-12-20 18:24:43 +
+
+Updated for v5.19.7 
+
+-
+version 1.54 at 2013-12-19 22:30:18 +
+-
+
+  Change: 67918fa58d2051c1f3a760b20a7ec0e1b353c720
+  Author: Chris 'BinGOs' Williams ch...@bingosnet.co.uk
+  Date : 2013-12-19 22:30:18 +
+
+Updated for v5.18.2-RC3 
+
+-
 version 1.52 at 2013-12-07 14:12:43 +
 -
 
diff -urN 

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

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-File-ShareDir-ProjectDistDir 
for openSUSE:Factory checked in at 2014-03-09 18:37:50

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


Package is perl-File-ShareDir-ProjectDistDir

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-File-ShareDir-ProjectDistDir/perl-File-ShareDir-ProjectDistDir.changes
  2013-10-21 15:13:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-File-ShareDir-ProjectDistDir.new/perl-File-ShareDir-ProjectDistDir.changes
 2014-03-09 18:37:51.0 +0100
@@ -1,0 +2,37 @@
+Fri Mar  7 09:19:58 UTC 2014 - co...@suse.com
+
+- updated to 1.01
+  [Bugfix]
+  - Fixed test failure on Perls that don't like unsetting %INC
+ 
+  [Dependencies::Aggregate]
+  - 5.008 : 47 → 47
+  - 5.010 : 37 → 37
+  - 5.019 : 20 → 20
+ 
+ 1.00 2014-02-28T15:00:49Z
+  [00 MAJOR CHANGES]
+  - add 'strict' mode
+  - defer dev path and determination to calltime
+  - switch to float versions.
+  - start warning about Path::Class usage
+  - stop depending on Path::Class
+  - stop using Path::Class
+  - use EUMM for tooling.
+  - Seriously, read SIGNIFICANT CHANGES for details.
+ 
+  [Dependencies::Aggregate]
+  - 5.008 : 47 deps
+  - 5.010 : 37 deps
+  - 5.019 : 20 deps
+ 
+  [Dependencies::Stats]
+  - Dependencies changed since 0.5.2, see Changes.deps{,.all,.dev} for
+details
+  - build: -1
+  - configure: +2 -1
+  - develop: +43 ↑1 -4
+  - runtime: +1 ↑1 -2
+  - test: +8 ↓1 -3
+
+---

Old:

  File-ShareDir-ProjectDistDir-0.5.2.tar.gz

New:

  File-ShareDir-ProjectDistDir-1.01.tar.gz



Other differences:
--
++ perl-File-ShareDir-ProjectDistDir.spec ++
--- /var/tmp/diff_new_pack.Ccwwoe/_old  2014-03-09 18:37:52.0 +0100
+++ /var/tmp/diff_new_pack.Ccwwoe/_new  2014-03-09 18:37:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-ShareDir-ProjectDistDir
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-File-ShareDir-ProjectDistDir
-Version:0.5.2
+Version:1.01
 Release:0
 %define cpan_name File-ShareDir-ProjectDistDir
 Summary:Simple set-and-forget using of a '/share' directory in your 
projects root
@@ -30,27 +30,13 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(File::ShareDir)
-BuildRequires:  perl(Module::Build) = 0.4007
-BuildRequires:  perl(Path::Class::Dir)
-BuildRequires:  perl(Path::Class::File)
 BuildRequires:  perl(Path::FindDev)
 BuildRequires:  perl(Path::IsDev)
 BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Sub::Exporter)
-BuildRequires:  perl(Test::More) = 0.98
-#BuildRequires: perl(Data::Dump)
-#BuildRequires: perl(Example_01)
-#BuildRequires: perl(Example_02)
-#BuildRequires: perl(Example_04)
-#BuildRequires: perl(Example_05)
-#BuildRequires: perl(Example_06)
-#BuildRequires: perl(File::ShareDir::ProjectDistDir)
-#BuildRequires: perl(Test::Kwalitee)
-#BuildRequires: perl(YAML::Dumper)
-#BuildRequires: perl(YAML::Loader)
+BuildRequires:  perl(Test::More) = 0.96
+BuildRequires:  perl(version)
 Requires:   perl(File::ShareDir)
-Requires:   perl(Path::Class::Dir)
-Requires:   perl(Path::Class::File)
 Requires:   perl(Path::FindDev)
 Requires:   perl(Path::IsDev)
 Requires:   perl(Path::Tiny)
@@ -64,18 +50,19 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE perlcritic.rc README weaver.ini
+%doc Changes Changes.deps Changes.deps.all Changes.deps.dev LICENSE 
perlcritic.deps perlcritic.rc README weaver.ini
 
 %changelog

++ File-ShareDir-ProjectDistDir-0.5.2.tar.gz - 
File-ShareDir-ProjectDistDir-1.01.tar.gz ++
 7027 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Date-Manip for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Date-Manip for openSUSE:Factory 
checked in at 2014-03-09 18:37:32

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


Package is perl-Date-Manip

Changes:

--- /work/SRC/openSUSE:Factory/perl-Date-Manip/perl-Date-Manip.changes  
2013-12-12 11:20:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Date-Manip.new/perl-Date-Manip.changes 
2014-03-09 18:37:34.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar  7 09:08:10 UTC 2014 - co...@suse.com
+
+- updated to 6.43
+
+---

Old:

  Date-Manip-6.42.tar.gz

New:

  Date-Manip-6.43.tar.gz



Other differences:
--
++ perl-Date-Manip.spec ++
--- /var/tmp/diff_new_pack.z6Nd9r/_old  2014-03-09 18:37:35.0 +0100
+++ /var/tmp/diff_new_pack.z6Nd9r/_new  2014-03-09 18:37:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Date-Manip
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Date-Manip
-Version:6.42
+Version:6.43
 Release:0
 %define cpan_name Date-Manip
 Summary:Date manipulation routines
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Date-Manip/
 Source: 
http://www.cpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{version}.tar.gz
@@ -29,23 +29,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build) = 0.21
 BuildRequires:  perl(Test::Inter)
-#BuildRequires: perl(Date::Manip)
-#BuildRequires: perl(Date::Manip::Base)
-#BuildRequires: perl(Date::Manip::Date)
-#BuildRequires: perl(Date::Manip::Delta)
-#BuildRequires: perl(Date::Manip::DM5abbrevs)
-#BuildRequires: perl(Date::Manip::Lang::index)
-#BuildRequires: perl(Date::Manip::Obj)
-#BuildRequires: perl(Date::Manip::Recur)
-#BuildRequires: perl(Date::Manip::TZ)
-#BuildRequires: perl(Date::Manip::TZ_Base)
-#BuildRequires: perl(Date::Manip::Zones)
-#BuildRequires: perl(Date::Parse)
-#BuildRequires: perl(DateTime::Format::DateParse)
-#BuildRequires: perl(Win32::TieRegistry)
-Requires:   perl(Test::Inter)
 %{perl_requires}
 
 %description
@@ -145,6 +130,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc examples HISTORY LICENSE README README.first
+%doc Changes examples LICENSE README README.first
 
 %changelog

++ Date-Manip-6.42.tar.gz - Date-Manip-6.43.tar.gz ++
 33904 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Getopt-Long-Descriptive for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Getopt-Long-Descriptive for 
openSUSE:Factory checked in at 2014-03-09 18:37:56

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


Package is perl-Getopt-Long-Descriptive

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Getopt-Long-Descriptive/perl-Getopt-Long-Descriptive.changes
2013-10-08 11:04:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Getopt-Long-Descriptive.new/perl-Getopt-Long-Descriptive.changes
   2014-03-09 18:37:57.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar  7 09:22:21 UTC 2014 - co...@suse.com
+
+- updated to 0.097
+- explicitly make the default behavior case-sensitive
+- add show_defaults option (thanks, Thomas Neumann)
+
+---

Old:

  Getopt-Long-Descriptive-0.096.tar.gz

New:

  Getopt-Long-Descriptive-0.097.tar.gz



Other differences:
--
++ perl-Getopt-Long-Descriptive.spec ++
--- /var/tmp/diff_new_pack.yVkhYi/_old  2014-03-09 18:37:58.0 +0100
+++ /var/tmp/diff_new_pack.yVkhYi/_new  2014-03-09 18:37:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Getopt-Long-Descriptive
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Getopt-Long-Descriptive
-Version:0.096
+Version:0.097
 Release:0
 %define cpan_name Getopt-Long-Descriptive
 Summary:Getopt::Long, but simpler and more powerful
@@ -35,9 +35,6 @@
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) = 0.96
 BuildRequires:  perl(Test::Warnings) = 0.005
-#BuildRequires: perl(Getopt::Long::Descriptive)
-#BuildRequires: perl(Getopt::Long::Descriptive::Opts)
-#BuildRequires: perl(Getopt::Long::Descriptive::Usage)
 Requires:   perl(Params::Validate) = 0.97
 Requires:   perl(Sub::Exporter) = 0.972
 Requires:   perl(Sub::Exporter::Util)

++ Getopt-Long-Descriptive-0.096.tar.gz - 
Getopt-Long-Descriptive-0.097.tar.gz ++
 1627 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Data-Peek for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Data-Peek for openSUSE:Factory 
checked in at 2014-03-09 18:37:20

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


Package is perl-Data-Peek

Changes:

--- /work/SRC/openSUSE:Factory/perl-Data-Peek/perl-Data-Peek.changes
2013-10-06 14:53:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Data-Peek.new/perl-Data-Peek.changes   
2014-03-09 18:37:20.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar  7 09:04:18 UTC 2014 - co...@suse.com
+
+- updated to 0.40
+* Upped copyright to 2014
+* Guard Perl::Tidy against stupid user options in .perltidyrc
+
+---

Old:

  Data-Peek-0.39.tgz

New:

  Data-Peek-0.40.tgz



Other differences:
--
++ perl-Data-Peek.spec ++
--- /var/tmp/diff_new_pack.y36tkW/_old  2014-03-09 18:37:21.0 +0100
+++ /var/tmp/diff_new_pack.y36tkW/_new  2014-03-09 18:37:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Data-Peek
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Data-Peek
-Version:0.39
+Version:0.40
 Release:0
 %define cpan_name Data-Peek
 Summary:A collection of low-level debug facilities
@@ -30,12 +30,11 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::NoWarnings)
-#BuildRequires: perl(Data::Peek)
 Requires:   perl(Test::More) = 0.88
 Requires:   perl(Test::NoWarnings)
 Recommends: perl(Data::Dumper) = 2.145
 Recommends: perl(Perl::Tidy)
-Recommends: perl(Test::More) = 0.98
+Recommends: perl(Test::More) = 1.001002
 %{perl_requires}
 
 %description

++ Data-Peek-0.39.tgz - Data-Peek-0.40.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Peek-0.39/ChangeLog new/Data-Peek-0.40/ChangeLog
--- old/Data-Peek-0.39/ChangeLog2013-08-17 18:15:47.0 +0200
+++ new/Data-Peek-0.40/ChangeLog2014-02-27 09:03:40.0 +0100
@@ -1,3 +1,7 @@
+0.40   - 2014-02-27, H.Merijn Brand   h.m.br...@xs4all.nl
+* Upped copyright to 2014
+* Guard Perl::Tidy against stupid user options in .perltidyrc
+
 0.39   - 2013-08-17, H.Merijn Brand   h.m.br...@xs4all.nl
 * Upped copyright to 2013
 * Add alternative test results for 5.19.3 and up (COW and no PV for IV)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Peek-0.39/META.json new/Data-Peek-0.40/META.json
--- old/Data-Peek-0.39/META.json2013-08-20 17:43:17.0 +0200
+++ new/Data-Peek-0.40/META.json2014-02-27 10:10:12.0 +0100
@@ -1,67 +1,67 @@
 {
+   dynamic_config : 1,
resources : {
-  license : [
- http://dev.perl.org/licenses/;
- ],
   repository : {
+ web : http://repo.or.cz/w/Data-Peek.git;,
  type : git,
- url : http://repo.or.cz/r/Data-Peek.git;,
- web : http://repo.or.cz/w/Data-Peek.git;
- }
+ url : http://repo.or.cz/r/Data-Peek.git;
   },
-   version : 0.39,
+  license : [
+ http://dev.perl.org/licenses/;
+  ]
+   },
abstract : Modified and extended debugging facilities,
+   author : [
+  H.Merijn Brand h.m.br...@xs4all.nl
+   ],
+   version : 0.40,
+   generated_by : Author,
+   release_status : stable,
+   provides : {
+  Data::Peek : {
+ file : Peek.pm,
+ version : 0.40
+  }
+   },
meta-spec : {
-  version : 2,
-  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;
-  },
-   name : Data-Peek,
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  version : 2
+   },
license : [
   perl_5
-  ],
-   dynamic_config : 1,
+   ],
+   name : Data-Peek,
prereqs : {
-  configure : {
- requires : {
-ExtUtils::MakeMaker : 0
-}
- },
-  test : {
- recommends : {
-Test::More : 0.98
-},
- requires : {
-Test::More : 0.88,
-Test::NoWarnings : 0
-}
- },
   build : {
  requires : {
 perl : 5.008
-}
- },
+ }
+  },
   runtime : {
- recommends : {
-Data::Dumper : 2.145,
-perl : 5.016003,
-Perl::Tidy : 0
-

commit perl-DBIx-Class for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-DBIx-Class for openSUSE:Factory 
checked in at 2014-03-09 18:37:41

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


Package is perl-DBIx-Class

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBIx-Class/perl-DBIx-Class.changes  
2013-06-28 11:52:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBIx-Class.new/perl-DBIx-Class.changes 
2014-03-09 18:37:43.0 +0100
@@ -1,0 +2,63 @@
+Fri Mar  7 09:15:18 UTC 2014 - co...@suse.com
+
+- updated to 0.08270
+ * Fixes
+ - Fix 0.08260 regression in DBD::SQLite bound int handling. Inserted
+   data was not affected, but any function = integer comparison would
+   have failed (originally fixed way back in 0e773352)
+ - Fix failure to load DateTime formatter when connecting to Firebird
+   over ODBC
+ 
+ * Misc
+ - All drivers based on ::Storage::DBI::Firebird::Common now return the
+   same sqlt_type value (affects ::DBI::Interbase, ::DBI::Firebird and
+   ::DBI::ODBC::Firebird)
+ 
+ * New Features
+ - A new zero-to-DBIC style manual: DBIx::Class::Manual::QuickStart
+ 
+ * Notable Changes and Deprecations
+ - Explicitly deprecate combination of distinct and selecting a
+   non-column via $rs-get_column()
+ 
+ * Fixes
+ - More robust handling of circular relationship declarations by 
loading
+   foreign classes less frequently (should resolve issues like
+   http://lists.scsys.co.uk/pipermail/dbix-class/2013-June/011374.html)
+   Note that none of this is a manifestations of a DBIC bug, but rather
+   unexpected (but correct) behavior of load-order-dependent (hence
+   logically broken) Resultclass hierarchies. In order to deal with 
this
+   DBIC is scaling back a large number of sanity checks, which are to 
be
+   reintroduce pending a better framework for source registration
+ - Fix multiple edge cases of complex prefetch combining incorrectly
+   with correlated subquery selections
+ - Fix multiple edge cases stemming from interaction of a non-selecting
+   order_by specification and distinct and/or complex prefetch
+ - Fix unbound growth of a resultset during repeated execute/exhaust
+   cycles (GH#29)
+ - Work around (and be very vocal about the fact) when DBIC encounters
+   an exception object with broken string overloading
+ - Clarify ambiguous behavior of distinct when used with 
ResultSetColumn
+   i.e. $rs-search({}, { distinct = 1 })-get_column (...)
+ - Setting quote_names propagates to SQL::Translator when producing
+   SQLite DDL (it is one of the few producers *NOT* quoting by default)
+ - Fix incorrect binding of large integers on old versions of
+   DBD::SQLite (now DBIC simply always binds SQLite ints as BIGINT)
+ - Silence (harmless) warnings on recent DBD::SQLite versions, when
+   inserting/updating large integers on 32bit ivsize systems (RT#76395)
+ - Back out self-cleaning from DBIx::Class::Carp for the time being
+   (as a side effect fixes RT#86267)
+ - Fix incorrect internal use of implicit list context in copy()
+ - Fix 0.08250 regression in driver determination when DBI_DSN is used
+ - Tests no longer fail if $ENV{DBI_DSN} is set
+ - Throw clearer exception on -new_related() with a non-existent
+   relationship
+ - Fix incorrect parethesis unroll with multicolumn in, (never noticed
+   before fixing false positive in SQLA::Test 1.77)
+ - Fix t/storage/replicated.t class loading problem
+ - Stop using the deprecated Class::MOP::load_class()
+ - Fix warning in t/54taint.t with explicitly unset PERL5LIB (RT#91972)
+ - Fix t/54taint.t failing under a local::lib with installed earlier
+   DBIC version (RT#92486)
+
+---

Old:

  DBIx-Class-0.08250.tar.gz

New:

  DBIx-Class-0.08270.tar.gz



Other differences:
--
++ perl-DBIx-Class.spec ++
--- /var/tmp/diff_new_pack.ICADA9/_old  2014-03-09 18:37:44.0 +0100
+++ /var/tmp/diff_new_pack.ICADA9/_new  2014-03-09 18:37:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBIx-Class
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain 

commit perl-DateTime for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory 
checked in at 2014-03-09 18:37:37

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


Package is perl-DateTime

Changes:

--- /work/SRC/openSUSE:Factory/perl-DateTime/perl-DateTime.changes  
2014-02-11 15:24:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new/perl-DateTime.changes 
2014-03-09 18:37:38.0 +0100
@@ -1,0 +2,14 @@
+Fri Mar  7 09:10:06 UTC 2014 - co...@suse.com
+
+- updated to 1.07
+ - Added a hack to get this module working on Android. RT #92671.
+ - DateTime's attempt to generate infinity by calculating 9**9**9 actually got
+   a number on some platforms, like powerpcspe. Reported by Gregor Hermann. RT
+   #91696.
+ - Added a new CLDR Z specifier, which is like ZZZ but inserts a
+   colon. Patch by Ricardo Signes.
+ - Added a new option for the truncate() method to truncate to the
+   local_week. This truncates to the locale's notion of the first day of the
+   week, rather than always truncating to Monday. Patch by Christian Hansen.
+
+---

Old:

  DateTime-1.04.tar.gz

New:

  DateTime-1.07.tar.gz



Other differences:
--
++ perl-DateTime.spec ++
--- /var/tmp/diff_new_pack.KIFufD/_old  2014-03-09 18:37:39.0 +0100
+++ /var/tmp/diff_new_pack.KIFufD/_new  2014-03-09 18:37:39.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DateTime
-Version:1.04
+Version:1.07
 Release:0
 %define cpan_name DateTime
 Summary:A date and time object
@@ -35,17 +35,6 @@
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Try::Tiny)
-#BuildRequires: perl(autodie)
-#BuildRequires: perl(DateTime)
-#BuildRequires: perl(DateTime::Duration)
-#BuildRequires: perl(DateTime::Helpers)
-#BuildRequires: perl(DateTime::Infinite)
-#BuildRequires: perl(DateTime::LeapSecond)
-#BuildRequires: perl(DateTimePP)
-#BuildRequires: perl(DateTimePPExtra)
-#BuildRequires: perl(Dist::Zilla::Plugin::ModuleBuild::XSOrPP)
-#BuildRequires: perl(Moose)
-#BuildRequires: perl(Test::DependentModules)
 Requires:   perl(DateTime::Locale) = 0.41
 Requires:   perl(DateTime::TimeZone) = 1.09
 Requires:   perl(Params::Validate) = 0.76

++ DateTime-1.04.tar.gz - DateTime-1.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.04/Build.PL new/DateTime-1.07/Build.PL
--- old/DateTime-1.04/Build.PL  2013-12-07 16:12:44.0 +0100
+++ new/DateTime-1.07/Build.PL  2014-02-07 03:35:20.0 +0100
@@ -1,4 +1,5 @@
 
+# This file was automatically generated by inc::MyModuleBuild v(dev).
 use strict;
 use warnings;
 
@@ -18,7 +19,7 @@
 Dave Rolsky autarch\@urth.org
   ],
   dist_name = DateTime,
-  dist_version = 1.04,
+  dist_version = 1.07,
   license = artistic_2,
   module_name = DateTime,
   recommends = {},
@@ -51,17 +52,18 @@
 );
 
 
+my %fallback_build_requires = (
+  Module::Build = 0.3601,
+  Storable = 0,
+  Test::Fatal = 0,
+  Test::More = 0.88,
+  utf8 = 0
+);
+
+
 unless ( eval { Module::Build-VERSION(0.4004) } ) {
-  my $tr = delete $module_build_args{test_requires};
-  my $br = $module_build_args{build_requires};
-  for my $mod ( keys %$tr ) {
-if ( exists $br-{$mod} ) {
-  $br-{$mod} = $tr-{$mod} if $tr-{$mod}  $br-{$mod};
-}
-else {
-  $br-{$mod} = $tr-{$mod};
-}
-  }
+  delete $module_build_args{test_requires};
+  $module_build_args{build_requires} = \%fallback_build_requires;
 }
 
 my $build = Module::Build-new(%module_build_args);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.04/Changes new/DateTime-1.07/Changes
--- old/DateTime-1.04/Changes   2013-12-07 16:12:44.0 +0100
+++ new/DateTime-1.07/Changes   2014-02-07 03:35:20.0 +0100
@@ -1,3 +1,25 @@
+1.07   2014-02-06
+
+- Added a hack to get this module working on Android. RT #92671.
+
+
+1.06   2013-12-31
+
+- DateTime's attempt to generate infinity by calculating 9**9**9 actually got
+  a number on some platforms, like powerpcspe. Reported by Gregor Hermann. RT
+  #91696.
+
+
+1.05   2013-12-22
+
+- Added a new CLDR Z specifier, which is like ZZZ but inserts a
+  colon. Patch by Ricardo Signes.
+
+- Added a new option for the truncate() method to truncate to the
+  local_week. This truncates to the locale's notion of the first day of the
+  week, rather than always truncating to Monday. Patch by Christian Hansen.
+
+
 1.04   2013-12-07
 
 - Calling set_locale() or set_formatter() on an object 

commit perl-Devel-Declare for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Declare for 
openSUSE:Factory checked in at 2014-03-09 18:37:45

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


Package is perl-Devel-Declare

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Declare/perl-Devel-Declare.changes
2013-07-30 16:40:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Declare.new/perl-Devel-Declare.changes   
2014-03-09 18:37:46.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  7 09:19:15 UTC 2014 - co...@suse.com
+
+- updated to 0.006015
+  - fix use of wrong sprintf formatting codes (Zefram, RT#91983)
+
+---

Old:

  Devel-Declare-0.006014.tar.gz

New:

  Devel-Declare-0.006015.tar.gz



Other differences:
--
++ perl-Devel-Declare.spec ++
--- /var/tmp/diff_new_pack.IY5GmK/_old  2014-03-09 18:37:47.0 +0100
+++ /var/tmp/diff_new_pack.IY5GmK/_new  2014-03-09 18:37:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Declare
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-Declare
-Version:0.006014
+Version:0.006015
 Release:0
 %define cpan_name Devel-Declare
 Summary:Adding keywords to perl, in perl
@@ -34,12 +34,6 @@
 BuildRequires:  perl(Sub::Name)
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Requires)
-#BuildRequires: perl(Devel::CallParser)
-#BuildRequires: perl(Devel::Declare)
-#BuildRequires: perl(Devel::Declare::Context::Simple)
-#BuildRequires: perl(Devel::Declare::MethodInstaller::Simple)
-#BuildRequires: perl(Distar) = 0.001000
-#BuildRequires: perl(t::early1_x)
 Requires:   perl(B::Hooks::EndOfScope) = 0.05
 Requires:   perl(B::Hooks::OP::Check) = 0.19
 Requires:   perl(Sub::Name)

++ Devel-Declare-0.006014.tar.gz - Devel-Declare-0.006015.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006014/Changes 
new/Devel-Declare-0.006015/Changes
--- old/Devel-Declare-0.006014/Changes  2013-07-21 18:03:44.0 +0200
+++ new/Devel-Declare-0.006015/Changes  2014-02-03 03:53:29.0 +0100
@@ -1,26 +1,29 @@
-Changes for Devel-Declare
+Revision history for Devel-Declare
+
+0.006015 - 2014-02-02
+  - fix use of wrong sprintf formatting codes (Zefram, RT#91983)
 
 0.006014 - 2013-07-21
   - converted dist to Distar
 
-0.006013   2013-06-18
+0.006013 - 2013-06-18
   - re-release, because Module::Install is AWESOME!
 
-0.006012   2013-06-18
+0.006012 - 2013-06-18
   - Updates for some deprecations in perl 5.17. (Zefram, RT#83968)
 
-0.006011   2012-02-22
+0.006011 - 2012-02-22
   - In XS, use PERL_NO_GET_CONTEXT for efficiency.
   - Avoid using Test::Warn, which has previously been a troublesome
 dependency.
 
-0.006010   2012-02-07
+0.006010 - 2012-02-07
   - Fix workaround for unexported core symbols to avoid breaking
 compilation on non-threading builds of Perl 5.8.
   - Set permissions on .perldb file created during test, to avoid
 insecure rcfile warning.
 
-0.006009   2012-02-01
+0.006009 - 2012-02-01
   - Be adaptive about whether to delete the line reallocation filter,
 so as to play as nicely as possible with other kinds of source filter.
   - Document that injecting newlines doesn't work.
@@ -30,11 +33,11 @@
 Windows (David Bouyssie).
   - Jump through some hoops to avoid compiler warnings.
 
-0.006008   2011-11-05
+0.006008 - 2011-11-05
   - Adjust toke_scan_str logic to always leave the prefix part of
 linestr unchanged.
 
-0.006007   2011-09-12
+0.006007 - 2011-09-12
   - Depend on B::Hooks::OP::Check version 0.19, which fixes a serious bug in
 how it interacts with other modules that hook ops.
   - Initialize immediately upon loading the module, so that was Devel::Declare
@@ -48,124 +51,124 @@
   - Give Devel::Declare::Context::Simple a version number.
   - Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore.
 
-0.006006   2011-08-23
+0.006006 - 2011-08-23
   - Increase default linestr size to avoid reallocations (Zefram).
 
-0.006005   2011-07-06
+0.006005 - 2011-07-06
   - Add a flag for controlling 'redefined' warnings when installing subs into
 namespaces (clkao).
 
-0.006004   2011-05-02
+0.006004 - 2011-05-02
   - Bail out earlier when being called while not lexing (Zefram).
   - Make 

commit perl-Hash-Util-FieldHash-Compat for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Hash-Util-FieldHash-Compat for 
openSUSE:Factory checked in at 2014-03-09 18:38:21

Comparing /work/SRC/openSUSE:Factory/perl-Hash-Util-FieldHash-Compat (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Hash-Util-FieldHash-Compat.new (New)


Package is perl-Hash-Util-FieldHash-Compat

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Hash-Util-FieldHash-Compat/perl-Hash-Util-FieldHash-Compat.changes
  2014-02-11 10:44:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Hash-Util-FieldHash-Compat.new/perl-Hash-Util-FieldHash-Compat.changes
 2014-03-09 18:38:22.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  7 09:23:56 UTC 2014 - co...@suse.com
+
+- updated to 0.05
+ - convert to Dist::Zilla, with more metadata
+
+---

Old:

  Hash-Util-FieldHash-Compat-0.04.tar.gz

New:

  Hash-Util-FieldHash-Compat-0.05.tar.gz



Other differences:
--
++ perl-Hash-Util-FieldHash-Compat.spec ++
--- /var/tmp/diff_new_pack.1dwocz/_old  2014-03-09 18:38:23.0 +0100
+++ /var/tmp/diff_new_pack.1dwocz/_new  2014-03-09 18:38:23.0 +0100
@@ -17,24 +17,23 @@
 
 
 Name:   perl-Hash-Util-FieldHash-Compat
-Version:0.04
+Version:0.05
 Release:0
 %define cpan_name Hash-Util-FieldHash-Compat
 Summary:Use LHash::Util::FieldHash or ties, depending
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Hash-Util-FieldHash-Compat/
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::use::ok)
-Requires:   perl(Test::use::ok)
 %{perl_requires}
 
 %description
-Under older perls this module provides a drop in compatible api to the
+Under older perls this module provides a drop-in compatible API to the
 Hash::Util::FieldHash manpage using the perltie manpage. When the
 Hash::Util::FieldHash manpage is available it will use that instead.
 
@@ -59,10 +58,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
+%doc Changes CONTRIBUTING LICENSE README README.md
 
 %changelog

++ Hash-Util-FieldHash-Compat-0.04.tar.gz - 
Hash-Util-FieldHash-Compat-0.05.tar.gz ++
 3017 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-HTTP-Lite for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-HTTP-Lite for openSUSE:Factory 
checked in at 2014-03-09 18:38:30

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


Package is perl-HTTP-Lite

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTTP-Lite/perl-HTTP-Lite.changes
2013-07-30 12:02:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-Lite.new/perl-HTTP-Lite.changes   
2014-03-09 18:38:31.0 +0100
@@ -1,0 +2,9 @@
+Fri Mar  7 09:28:11 UTC 2014 - co...@suse.com
+
+- updated to 2.43
+ - Directed people to HTTP::Tiny and LWP at the start of the doc
+ - Added links to better modules in SEE ALSO
+ - Added use warnings (!)
+ - Moved test.pl into t/original-tests.t
+
+---

Old:

  HTTP-Lite-2.42.tar.gz

New:

  HTTP-Lite-2.43.tar.gz



Other differences:
--
++ perl-HTTP-Lite.spec ++
--- /var/tmp/diff_new_pack.qqNVO2/_old  2014-03-09 18:38:32.0 +0100
+++ /var/tmp/diff_new_pack.qqNVO2/_new  2014-03-09 18:38:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTTP-Lite
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTTP-Lite
-Version:2.42
+Version:2.43
 Release:0
 %define cpan_name HTTP-Lite
 Summary:Lightweight HTTP implementation
@@ -29,18 +29,12 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(HTTP::Lite)
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(inc::Module::Install::DSL) = 1.00
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(YAML::Tiny)
 %{perl_requires}
 
 %description
+*Note:* you should look at the HTTP::Tiny manpage or the LWP manpage before
+using this module.
+
 HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl.
 It is not intended as a replacement for the fully-featured LWP module.
 Instead, it is intended for use in situations where it is desirable to

++ HTTP-Lite-2.42.tar.gz - HTTP-Lite-2.43.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Lite-2.42/Changes new/HTTP-Lite-2.43/Changes
--- old/HTTP-Lite-2.42/Changes  2013-07-22 14:47:21.0 +0200
+++ new/HTTP-Lite-2.43/Changes  2014-01-29 11:38:04.0 +0100
@@ -1,5 +1,11 @@
 Revision history for Perl module HTTP::Lite
 
+2.43 2014-01-29
+- Directed people to HTTP::Tiny and LWP at the start of the doc
+- Added links to better modules in SEE ALSO
+- Added use warnings (!)
+- Moved test.pl into t/original-tests.t
+
 2.42 2013-07-21
 - Fixed typos reported by David Steinbrunner (thanks!)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Lite-2.42/MANIFEST new/HTTP-Lite-2.43/MANIFEST
--- old/HTTP-Lite-2.42/MANIFEST 2012-07-10 22:47:53.0 +0200
+++ new/HTTP-Lite-2.43/MANIFEST 2014-01-29 11:36:23.0 +0100
@@ -14,6 +14,7 @@
 MANIFEST   This list of files
 META.yml
 README
+t/original-tests.t
 t/data/HTTP-Lite-Tests/bigbinary.dat
 t/data/HTTP-Lite-Tests/bigbinary.dat.md5
 t/data/HTTP-Lite-Tests/bigtest.txt
@@ -28,7 +29,6 @@
 t/data/HTTP-Lite-Tests/post.cgi
 t/data/HTTP-Lite-Tests/test.txt
 t/data/HTTP-Lite-Tests/unchunked.html
-test.pl
 xt/meta.t
 xt/pmv.t
 xt/pod.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Lite-2.42/lib/HTTP/Lite.pm 
new/HTTP-Lite-2.43/lib/HTTP/Lite.pm
--- old/HTTP-Lite-2.42/lib/HTTP/Lite.pm 2013-07-22 14:45:32.0 +0200
+++ new/HTTP-Lite-2.43/lib/HTTP/Lite.pm 2014-01-29 11:35:29.0 +0100
@@ -2,13 +2,14 @@
 
 use 5.005;
 use strict;
+use warnings;
 use Socket 1.3;
 use Fcntl;
 use Errno qw(EAGAIN);
 
 use vars qw($VERSION);
 BEGIN {
-   $VERSION = 2.42;
+   $VERSION = 2.43;
 }
 
 my $BLOCKSIZE = 65536;
@@ -776,6 +777,9 @@
 
 =head1 DESCRIPTION
 
+BNote: you should look at LHTTP::Tiny or LLWP
+before using this module.
+
 HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation
 for perl.  It is not intended as a replacement for the
 fully-featured LWP module.  Instead, it is intended for use in
@@ -1045,12 

commit perl-HTTP-Tiny for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-HTTP-Tiny for openSUSE:Factory 
checked in at 2014-03-09 18:38:47

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


Package is perl-HTTP-Tiny

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTTP-Tiny/perl-HTTP-Tiny.changes
2013-12-02 07:26:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-HTTP-Tiny.new/perl-HTTP-Tiny.changes   
2014-03-09 18:38:48.0 +0100
@@ -1,0 +2,63 @@
+Fri Mar  7 09:29:12 UTC 2014 - co...@suse.com
+
+- updated to 0.043
+ [FIXED]
+ 
+ - Does not send absolute request URI when tunneling SSL via proxy
+ 
+ - Fixes regression in setting host name to verify SSL
+ 
+ - Protects tests from https_proxy and all_proxy when doing mock testing
+ 
+ 0.042 2014-02-18 11:23:17EST-0500 America/New_York
+ 
+ [ADDED]
+ 
+ - If IO::Socket::IP 0.25+ is installed, HTTP::Tiny will use it for
+   transparent IPv4 or IPv6 support.
+ 
+ 0.041 2014-02-17 13:07:54-05:00 America/New_York
+ 
+ [no code change, only an amended Changes file]
+ 
+ [INCOMPATIBLE CHANGES (from 0.039)]
+ 
+ - The 'proxy' attribute no longer takes precedence over the
+   'http_proxy' environment variable.  With the addition of http_proxy
+   and https_proxy attributes (and corresponding environment variable
+   defaults), the legacy 'proxy' attribute now maps to the
+   all_proxy/ALL_PROXY environment variable and only takes effect when
+   other proxy attributes are not defined.
+ 
+ [ADDED (since 0.039)]
+ 
+ - Added 'keep_alive' attribute for single-server persistent connections
+   (Clinton Gormley)
+ 
+ - Added support for Basic authorization with proxies
+ 
+ - Added support for https proxies via CONNECT
+ 
+ [FIXED (since 0.039)]
+ 
+ - Requests are made with one less write for lower latency (Martin
+   Evans)
+ 
+ 0.040 2014-02-17 13:02:47-05:00 America/New_York
+ 
+ [INCOMPATIBLE CHANGES]
+ 
+ - The 'proxy' attribute no longer takes precedence over the
+   'http_proxy' environment variable.  With the addition of http_proxy
+   and https_proxy attributes (and corresponding environment variable
+   defaults), the legacy 'proxy' attribute now maps to the
+   all_proxy/ALL_PROXY environment variable and only takes effect when
+   other proxy attributes are not defined.
+ 
+ [ADDED]
+ 
+ - Added support for Basic authorization with proxies
+ 
+ - Added support for https proxies via CONNECT
+
+---

Old:

  HTTP-Tiny-0.039.tar.gz

New:

  HTTP-Tiny-0.043.tar.gz



Other differences:
--
++ perl-HTTP-Tiny.spec ++
--- /var/tmp/diff_new_pack.ZGIHQO/_old  2014-03-09 18:38:48.0 +0100
+++ /var/tmp/diff_new_pack.ZGIHQO/_new  2014-03-09 18:38:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTTP-Tiny
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTTP-Tiny
-Version:0.039
+Version:0.043
 Release:0
 %define cpan_name HTTP-Tiny
 Summary:A small, simple, correct HTTP/1.1 client
@@ -31,30 +31,26 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(IPC::Cmd)
 BuildRequires:  perl(Test::More) = 0.96
-#BuildRequires: perl(HTTP::Tiny)
-#BuildRequires: perl(IO::Socket::SSL) = 1.42
-#BuildRequires: perl(Mozilla::CA)
-#BuildRequires: perl(Net::SSLeay) = 1.49
-#BuildRequires: perl(Pod::Wordlist)
-#BuildRequires: perl(t::BrokenCookieJar)
-#BuildRequires: perl(Test::Spelling) = 0.12
-#BuildRequires: perl(t::SimpleCookieJar)
-#BuildRequires: perl(t::Util)
-#BuildRequires: perl(URI::Escape)
+BuildRequires:  perl(version)
 Recommends: perl(HTTP::CookieJar) = 0.001
+Recommends: perl(IO::Socket::IP) = 0.25
 Recommends: perl(IO::Socket::SSL) = 1.42
 Recommends: perl(Mozilla::CA) = 20120823
 Recommends: perl(Net::SSLeay) = 1.49
 %{perl_requires}
 
 %description
-This is a very simple HTTP/1.1 client, designed for doing simple GET
-requests without the overhead of a large framework like the LWP::UserAgent
-manpage.
+This is a very simple HTTP/1.1 client, designed for doing simple requests
+without the overhead of a large framework like the LWP::UserAgent manpage.
 
 It is more correct and more complete than the HTTP::Lite manpage. It
-supports proxies (currently only non-authenticating ones) 

commit perl-Image-ExifTool for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Image-ExifTool for 
openSUSE:Factory checked in at 2014-03-09 18:39:01

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  
2013-08-05 20:50:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Image-ExifTool.new/perl-Image-ExifTool.changes 
2014-03-09 18:39:02.0 +0100
@@ -1,0 +2,63 @@
+Fri Mar  7 09:32:31 UTC 2014 - co...@suse.com
+
+- updated to 9.53
+
+   - Added user-defined file types feature
+   - Added support for a few more XMP-expressionmedia tags
+   - Decode CameraTemperature from a few new Canon models
+   - Decode another Sony tag (thanks Jos Roost)
+   - Recognize the JXR extension
+   - Changed wording of IPTC Unrecognized data warning
+   - Patched round-off error problem in seconds of some date/time values
+   - Fixed problem creating EXV files with the -o option
+   - Fixed problem conditionally replacing Extra block-type tags
+ 
+ Feb. 17, 2014 - Version 9.52
+ 
+   - Fixed bug introduced in 9.44 which resulted in incorrect maker note 
offsets
+ when copying maker notes from DNG images of some Pentax models
+ 
+ Feb. 15, 2014 - Version 9.51
+ 
+   - Added a number of new CanonModelID values
+   - Added a new Sony/Minolta LensType (thanks Jos Roost)
+   - Added a new Panasonic BurstMode
+   - Added a new Pentax LensType
+   - Added new ColorSpaceTags shortcut
+   - Decode a number of new PanasonicRaw tags (thanks LibRaw)
+   - Decode ColorData tags for the new Canon EOS 1200D
+   - Improved Sony maker note decoding for some newer models (thanks Jos Roost)
+   - Fixed conversion of XMP:LensID for Pentax lenses on Ricoh-branded cameras
+ 
+ Feb. 8, 2014 - Version 9.50
+ 
+   - Added support for Exiv2 EXV metadata files
+   - Added ability to read/write/copy GeoTiff tags as a block
+   - Added ability to combine -b with -j to write base64-encoded binary data in
+ JSON output format
+   - Added a new Nikon LensID
+   - Added a new Sony/Minolta LensType (thanks Jos Roost)
+   - Added new Extra ProcessingTime tag
+   - Added a new Olympus CameraType
+   - Added header signature to .EXIF files
+   - Decode a new Olympus tag (thanks LibRaw)
+   - Improved conversion of some Canon RecordMode values
+   - Improved decoding of tags for Hasselblad Stellar (thanks Jos Roost)
+   - Fixed -htmlDump offsets for information extracted from some embedded 
images
+   - Fixed hemisphere problem in Composite GPS tags derived from
+ QuickTime:LocationInformation
+   - API Changes:
+   - Option names are now case insensitive
+ 
+ Feb. 1, 2014 - Version 9.49
+ 
+   - Added new Olympus and Samsung LensType values, and fixed an Olympus lens
+ name (thanks Niels Kristian Bech Jensen)
+   - Added another Polish tag translation (thanks Kacper Perschke)
+   - Added a new Panasonic ColorEffect value
+   - Decode a new FujiFilm tag (thanks LibRaw)
+   - Adjusted scaling factor for H264 ExposureTime values (thanks Francois)
+  
+   see Changes for more
+
+---

Old:

  Image-ExifTool-9.34.tar.gz

New:

  Image-ExifTool-9.53.tar.gz



Other differences:
--
++ perl-Image-ExifTool.spec ++
--- /var/tmp/diff_new_pack.twY8lx/_old  2014-03-09 18:39:03.0 +0100
+++ /var/tmp/diff_new_pack.twY8lx/_new  2014-03-09 18:39:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Image-ExifTool
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,14 @@
 
 
 Name:   perl-Image-ExifTool
-Version:9.34
+Version:9.53
 Release:0
 %define cpan_name Image-ExifTool
 Summary:Perl module to read and write meta information
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Image-ExifTool/
-
-Source: 
http://www.sno.phy.queensu.ca/~phil/exiftool/%cpan_name-%version.tar.gz
+Source: 
http://www.cpan.org/authors/id/E/EX/EXIFTOOL/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 BuildRequires:  perl

++ Image-ExifTool-9.34.tar.gz - Image-ExifTool-9.53.tar.gz ++
 74122 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For 

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

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-Socket-IP for 
openSUSE:Factory checked in at 2014-03-09 18:42:04

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


Package is perl-IO-Socket-IP

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-Socket-IP/perl-IO-Socket-IP.changes  
2014-02-19 07:23:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-IO-Socket-IP.new/perl-IO-Socket-IP.changes 
2014-03-09 18:42:05.0 +0100
@@ -1,0 +2,9 @@
+Thu Mar  6 15:04:28 UTC 2014 - opens...@dstoecker.de
+
+- update to 0.29
+  [BUGFIXES]
+  * Workaround for OSes that disobey AI_ADDRCONFIG and yield AIs on
+families the kernel will not support anyway (e.g. HPUX)
+  * Workaround for OSes that lack getprotobyname() (e.g. Android)
+
+---

Old:

  IO-Socket-IP-0.28.tar.gz

New:

  IO-Socket-IP-0.29.tar.gz



Other differences:
--
++ perl-IO-Socket-IP.spec ++
--- /var/tmp/diff_new_pack.iCAedd/_old  2014-03-09 18:42:05.0 +0100
+++ /var/tmp/diff_new_pack.iCAedd/_new  2014-03-09 18:42:05.0 +0100
@@ -19,7 +19,7 @@
 %bcond_with test
 
 Name:   perl-IO-Socket-IP
-Version:0.28
+Version:0.29
 Release:0
 %define cpan_name IO-Socket-IP
 Summary:Family-neutral IP socket supporting both IPv4 and IPv6

++ IO-Socket-IP-0.28.tar.gz - IO-Socket-IP-0.29.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-IP-0.28/Changes 
new/IO-Socket-IP-0.29/Changes
--- old/IO-Socket-IP-0.28/Changes   2014-02-10 17:19:47.0 +0100
+++ new/IO-Socket-IP-0.29/Changes   2014-02-24 17:08:26.0 +0100
@@ -1,5 +1,11 @@
 Revision history for IO-Socket-IP
 
+0.292014/02/24 16:06:29
+[BUGFIXES]
+ * Workaround for OSes that disobey AI_ADDRCONFIG and yield AIs on
+   families the kernel will not support anyway (e.g. HPUX)
+ * Workaround for OSes that lack getprotobyname() (e.g. Android)
+
 0.282014/02/10 16:17:59
 [CHANGES]
  * Renamed internal _configure method to _io_socket_ip__configure to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-IP-0.28/META.json 
new/IO-Socket-IP-0.29/META.json
--- old/IO-Socket-IP-0.28/META.json 2014-02-10 17:19:47.0 +0100
+++ new/IO-Socket-IP-0.29/META.json 2014-02-24 17:08:26.0 +0100
@@ -4,7 +4,7 @@
   Paul Evans leon...@leonerd.org.uk
],
dynamic_config : 1,
-   generated_by : Module::Build version 0.4203,
+   generated_by : Module::Build version 0.4204,
license : [
   perl_5
],
@@ -29,7 +29,7 @@
provides : {
   IO::Socket::IP : {
  file : lib/IO/Socket/IP.pm,
- version : 0.28
+ version : 0.29
   }
},
release_status : stable,
@@ -38,5 +38,5 @@
  http://dev.perl.org/licenses/;
   ]
},
-   version : 0.28
+   version : 0.29
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-IP-0.28/META.yml 
new/IO-Socket-IP-0.29/META.yml
--- old/IO-Socket-IP-0.28/META.yml  2014-02-10 17:19:47.0 +0100
+++ new/IO-Socket-IP-0.29/META.yml  2014-02-24 17:08:26.0 +0100
@@ -3,21 +3,21 @@
 author:
   - 'Paul Evans leon...@leonerd.org.uk'
 build_requires:
-  Test::More: 0.88
+  Test::More: '0.88'
 dynamic_config: 1
-generated_by: 'Module::Build version 0.4203, CPAN::Meta::Converter version 
2.133380'
+generated_by: 'Module::Build version 0.4204, CPAN::Meta::Converter version 
2.133380'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: IO-Socket-IP
 provides:
   IO::Socket::IP:
 file: lib/IO/Socket/IP.pm
-version: 0.28
+version: '0.29'
 requires:
-  IO::Socket: 0
-  Socket: 1.97
+  IO::Socket: '0'
+  Socket: '1.97'
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.28
+version: '0.29'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-IP-0.28/Makefile.PL 
new/IO-Socket-IP-0.29/Makefile.PL
--- old/IO-Socket-IP-0.28/Makefile.PL   2014-02-10 17:19:47.0 +0100
+++ new/IO-Socket-IP-0.29/Makefile.PL   2014-02-24 17:08:26.0 +0100
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.4203
+# Note: this file was auto-generated by Module::Build::Compat version 0.4204
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit perl-MooseX-NonMoose for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-NonMoose for 
openSUSE:Factory checked in at 2014-03-09 18:42:43

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


Package is perl-MooseX-NonMoose

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-NonMoose/perl-MooseX-NonMoose.changes
2013-10-10 10:37:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-NonMoose.new/perl-MooseX-NonMoose.changes
   2014-03-09 18:42:44.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar  7 06:46:36 UTC 2014 - co...@suse.com
+
+- updated to 0.26
+  - fix dependency specification for Try::Tiny (Gareth Harper, #9)
+  - fix for Module::Runtime 0.014
+
+---

Old:

  MooseX-NonMoose-0.24.tar.gz

New:

  MooseX-NonMoose-0.26.tar.gz



Other differences:
--
++ perl-MooseX-NonMoose.spec ++
--- /var/tmp/diff_new_pack.z9cKn6/_old  2014-03-09 18:42:45.0 +0100
+++ /var/tmp/diff_new_pack.z9cKn6/_new  2014-03-09 18:42:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-NonMoose
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-NonMoose
-Version:0.24
+Version:0.26
 Release:0
 %define cpan_name MooseX-NonMoose
 Summary:easy subclassing of non-Moose classes
@@ -38,22 +38,13 @@
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::Moose)
 BuildRequires:  perl(Test::More) = 0.88
-#BuildRequires: perl(BadFoo)
-#BuildRequires: perl(BadFoo2)
-#BuildRequires: perl(BadFoo3)
-#BuildRequires: perl(Bar)
-#BuildRequires: perl(Bar::Moose)
-#BuildRequires: perl(Foo)
-#BuildRequires: perl(Foo::Mixin)
-#BuildRequires: perl(Foo::Moose)
-#BuildRequires: perl(Foo::Sub)
-#BuildRequires: perl(MooseX::NonMoose)
-#BuildRequires: perl(NonMoose)
+BuildRequires:  perl(Try::Tiny)
 Requires:   perl(List::MoreUtils)
 Requires:   perl(Module::Runtime)
 Requires:   perl(Moose::Exporter)
 Requires:   perl(Moose::Role) = 2.
 Requires:   perl(Moose::Util)
+Requires:   perl(Try::Tiny)
 %{perl_requires}
 
 %description

++ MooseX-NonMoose-0.24.tar.gz - MooseX-NonMoose-0.26.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-NonMoose-0.24/Changes 
new/MooseX-NonMoose-0.26/Changes
--- old/MooseX-NonMoose-0.24/Changes2013-09-07 21:27:34.0 +0200
+++ new/MooseX-NonMoose-0.26/Changes2014-02-26 00:19:21.0 +0100
@@ -1,5 +1,11 @@
 Revision history for MooseX-NonMoose
 
+0.26  2014-02-25
+  - fix dependency specification for Try::Tiny (Gareth Harper, #9)
+
+0.25  2014-02-06
+  - fix for Module::Runtime 0.014
+
 0.24  2013-09-07
   - added missing lib include (Karen Etheridge)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-NonMoose-0.24/LICENSE 
new/MooseX-NonMoose-0.26/LICENSE
--- old/MooseX-NonMoose-0.24/LICENSE2013-09-07 21:27:34.0 +0200
+++ new/MooseX-NonMoose-0.26/LICENSE2014-02-26 00:19:21.0 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2013 by Jesse Luehrs.
+This software is copyright (c) 2014 by Jesse Luehrs.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2013 by Jesse Luehrs.
+This software is Copyright (c) 2014 by Jesse Luehrs.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2013 by Jesse Luehrs.
+This software is Copyright (c) 2014 by Jesse Luehrs.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-NonMoose-0.24/MANIFEST 
new/MooseX-NonMoose-0.26/MANIFEST
--- old/MooseX-NonMoose-0.24/MANIFEST   2013-09-07 21:27:34.0 +0200
+++ new/MooseX-NonMoose-0.26/MANIFEST   2014-02-26 00:19:21.0 +0100
@@ -1,3 +1,4 @@
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.008.
 Changes
 LICENSE
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-NonMoose-0.24/META.json 

commit phpMyAdmin for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2014-03-09 18:42:59

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.changes2014-03-07 
07:05:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2014-03-09 18:43:01.0 +0100
@@ -1,0 +2,18 @@
+Sat Mar  8 02:00:58 UTC 2014 - ec...@schirra.net
+
+- update to 4.1.9 (2014-03-06)
+  * sf#4279 CTRL + up or down moves two fields (part one)
+  * sf#4294 output as text radio clickable for OpenDocument Text export
+  * sf#4297 DROP DATABASE tick box in export no longer works
+  * sf#4291 Unable to export comments in OpenDocument text format
+  * sf#4299 Deletion even when the user says No to the confirmation message
+  * sf#4303 New link in navi panel is shown even if no privileges
+  * sf#4302 Some params are being omitted from microhistory
+  * sf#4298 Missing validation on Import CSV: Columns enclosed with 
+and Columns escaped with
+  * sf#4040 Fatal error while resetting settings
+  * sf#4305 JS error when editing procedure from nav panel
+  * sf#4308 Edit routine form submitting when pressing enter
+  * sf#4307 Nav: Columns won't expand with specific schema
+
+---

Old:

  phpMyAdmin-4.1.8-all-languages.tar.bz2

New:

  phpMyAdmin-4.1.9-all-languages.tar.bz2



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.qt1K3J/_old  2014-03-09 18:43:02.0 +0100
+++ /var/tmp/diff_new_pack.qt1K3J/_new  2014-03-09 18:43:02.0 +0100
@@ -34,7 +34,7 @@
 Summary:Administration of MySQL over the web
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
-Version:4.1.8
+Version:4.1.9
 Release:0
 Url:http://www.phpMyAdmin.net
 Source0:
http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2

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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-IPython for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2014-03-09 18:43:57

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


Package is python3-IPython

Changes:

--- /work/SRC/openSUSE:Factory/python3-IPython/python3-IPython.changes  
2013-12-19 12:37:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes 
2014-03-09 18:43:58.0 +0100
@@ -1,0 +2,69 @@
+Fri Mar  7 03:49:54 UTC 2014 - a...@gmx.de
+
+- update to 1.2.1 (including 1.2.0)
+
+ Pull Requests (38):
+ 1.2.1:
+PR #4372: Don’t assume that SyntaxTB is always called with a SyntaxError
+PR #5166: remove mktemp usage
+PR #5163: Simplify implementation of TemporaryWorkingDirectory.
+PR #5105: add index to format to support py2.6
+ 1.2.0:
+PR #4972: Work around problem in doctest discovery in Python 3.4 with PyQt
+PR #4934: ipython profile create respects –ipython-dir
+PR #4845: Add Origin Checking.
+PR #4928: use importlib.machinery when available
+PR #4849: Various unicode fixes (mostly on Windows)
+PR #4880: set profile name from profile_dir
+PR #4908: detect builtin docstrings in oinspect
+PR #4909: sort dictionary keys before comparison, ordering is not 
guaranteed
+PR #4903: use https for all embeds
+PR #4868: Static path fixes
+PR #4820: fix regex for cleaning old logs with ipcluster
+PR #4840: Error in Session.send_raw()
+PR #4762: whitelist alphanumeric characters for cookie_name
+PR #4748: fix race condition in profiledir creation.
+PR #4720: never use ssh multiplexer in tunnels
+PR #4738: don’t inject help into user_ns
+PR #4722: allow purging local results as long as they are not outstanding
+PR #4668: Make non-ASCII docstring unicode
+PR #4639: Minor import fix to get qtconsole with –pylab=qt working
+PR #4453: Play nice with App Nap
+PR #4609: Fix bytes regex for Python 3.
+PR #4488: fix typo in message spec doc
+PR #4346: getpass() on Windows  Python 2 needs bytes prompt
+PR #4230: Switch correctly to the user’s default matplotlib backend after 
inline.
+PR #4214: engine ID metadata should be unicode, not bytes
+PR #4232: no highlight if no language specified
+PR #4218: Fix display of SyntaxError when .py file is modified
+PR #4217: avoid importing numpy at the module level
+PR #4213: fixed dead link in examples/notebooks readme to Part 3
+PR #4183: ESC should be handled by CM if tooltip is not on
+PR #4193: Update for #3549: Append Firefox overflow-x fix
+PR #4205: use TextIOWrapper when communicating with pandoc subprocess
+PR #4204: remove some extraneous print statements from IPython.parallel
+PR #4201: HeadingCells cannot be split or merged
+
+ Issues (17):
+ 1.2.1:
+#5101: IPython 1.2.0: notebook fail with “500 Internal Server Error”
+ 1.2.0:
+#4892: IPython.qt test failure with python3.4
+#4810: ipcluster bug in clean_logs flag
+#4765: missing build script for highlight.js
+#4761: ipv6 address triggers cookie exception
+#4721: purge_results with jobid crashing - looking for insight
+#4602: “ipcluster stop” fails after “ipcluster start –daemonize” using 
python3.3
+#3386: Magic %paste not working in Python 3.3.2. TypeError: Type str 
doesn’t support the buffer API
+#4485: Incorrect info in “Messaging in IPython” documentation.
+#4351: /parallel/apps/launcher.py error
+#4334: NotebookApp.webapp_settings static_url_prefix causes crash
+#4039: Celltoolbar example issue
+#4256: IPython no longer handles unicode file names
+#4122: Nbconvert [windows]: Inconsistent line endings in markdown cells 
exported to latex
+#3819: nbconvert add extra blank line to code block on Windows.
+#4203: remove spurious print statement from parallel annoted functions
+#4200: Notebook: merging a heading cell and markdown cell cannot be undone
+
+
+---

Old:

  ipython-1.1.0.tar.gz

New:

  ipython-1.2.1.tar.gz



Other differences:
--
++ python3-IPython.spec ++
--- /var/tmp/diff_new_pack.feJHRW/_old  2014-03-09 18:43:59.0 +0100
+++ /var/tmp/diff_new_pack.feJHRW/_new  2014-03-09 18:43:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-IPython
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise 

commit python3-sympy for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python3-sympy for openSUSE:Factory 
checked in at 2014-03-09 18:44:02

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


Package is python3-sympy

Changes:

--- /work/SRC/openSUSE:Factory/python3-sympy/python3-sympy.changes  
2014-01-23 15:55:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-sympy.new/python3-sympy.changes 
2014-03-09 18:44:03.0 +0100
@@ -1,0 +2,75 @@
+Fri Mar  7 03:53:53 UTC 2014 - a...@gmx.de
+
+- update to version 0.7.5
+
+  Major changes:
+  * The version of mpmath included in SymPy has been updated to 0.18.
+  * New routines for efficiently compute the dispersion of a polynomial or a 
pair thereof.
+  * Fancy indexing of matrices is now provided, e.g. A[:, [1, 2, 5]] selects 
all rows and only 3 columns.
+
+  * Enumeration of multiset partitions is now based on an
+implementation of Algorithm 7.1.2.5M from Knuth's The Art of
+Computer Programming. The new version is much faster, and includes
+fast methods for enumerating only those partitions with a
+restricted range of sizes, and counting multiset partitions. (See
+the new file sympy.utilities.enumerative.py.)
+  * distance methods were added to Line and Ray to compute the shortest 
distance to them from a point.
+  * The normal_lines method was added to Ellipse to compute the lines from a 
point that strike the Ellipse at a normal angle.
+  * inv_quick and det_quick were added as functions in solvers.py to
+facilitate fast solution of small symbolic matrices; their use in
+solve has reduced greatly the time needed to solve such systems.
+  * solve_univariate_inequality has been added to 
sympy.solvers.inequalities.py.
+  * as_set attribute for Relationals and Booleans has been added.
+  * Several classes and functions strictly associated with vector
+calculus were moved from sympy.physics.mechanics to a new package
+sympy.physics.vector. (PRs #2732 #2862 #2894)
+  * New implementation of the Airy functions Ai and Bi and their
+derivatives Ai' and Bi' (called airyai, airybi, airyaiprime and
+airybiprime, respectively). Most of the usual features of SymPy
+special function are present. Notable exceptions are Gruntz limit
+computation helpers and meijerg special functions integration
+code.
+  * Euler-Lagrange equations (function euler_equations) in a new package 
sympy.calculus (PR #2431).
+
+  Minor changes:
+  * Some improvements to the gamma function.
+  * generate_bell now generates correct permutations for any number of 
elements.
+  * It is no longer necessary to provide nargs to objects subclassed
+from Function unless an eval class method is not defined. (If eval
+is defined, the number of arguments will be inferred from its
+signature.)
+  * geometric Point creation will be faster since simplification is done only 
on Floats
+  * Some improvements to the intersection method of the Ellipse.
+  * solutions from solve of equations involving multiple log terms are more 
robust
+  * idiff can now return higher order derivatives
+  * Added to_matrix() method to sympy.physics.vector.Vector and
+sympy.physics.dyadic.Dyadic. (PR #2686).
+  * Printing improvements for sympy.physics.vector objects and
+mechanics printing. (PRs #2687, #2728, #2772, #2862, #2894)
+  * Functions with LaTeX symbols now print correct LaTeX. (PR #2772)
+  * init_printing has several new options, including a flag
+print_builtin to prevent SymPy printing of basic Python types (PR
+#2683), and flags to let you supply custom printers (PR #2894).
+  * improvements in evaluation of imageset for Intervals (PR #2723).
+  * Set properties to determine boundary and interior (PR #2744).
+  * input to a function created by lambdify no longer needs to be flattened.
+
+  Backwards compatibility breaks and deprecations:
+  * the submatrix method of matrices was removed; access the
+functionality by providing slices or list of rows/columns to
+matrix directly, e.g. A[:, [1, 2]].
+  * Matrix([]) and Matrix([[]]) now both return a 0x0 matrix
+  * terms_gcd no longer removes a -1.0 from expressions
+  * extract_multiplicatively will not remove a negative Number from a
+positive one, so (4*x*y).extract_multiplicatively(-2*x) will
+return None.
+  * the shape of the result from M.cross(B) now has the same shape as matrix M.
+  * The factorial of negative numbers is now zoo instead of 0. This is
+consistent with the definition factorial(n) = gamma(n + 1).
+  * 1/0 returns zoo, not oo (PR #2813).
+  * zoo.is_number is True (PR #2823).
+  * oo  I raises TypeError, just as for finite numbers (PR #2734).
+  * 1**oo == nan instead of 1, better documentation for Pow class (PR #2606).

commit python-ceilometerclient for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-ceilometerclient for 
openSUSE:Factory checked in at 2014-03-09 18:44:12

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


Package is python-ceilometerclient

Changes:

--- 
/work/SRC/openSUSE:Factory/python-ceilometerclient/python-ceilometerclient.changes
  2014-01-23 15:53:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ceilometerclient.new/python-ceilometerclient.changes
 2014-03-09 18:44:13.0 +0100
@@ -1,0 +2,11 @@
+Fri Feb 14 10:52:48 UTC 2014 - speili...@suse.com
+
+- Replace git_tarballs source service with download_files and set_version
+  + Use upstream URL as source (enables verification)
+
+---
+Wed Jan 29 09:12:35 UTC 2014 - speili...@suse.com
+
+- Add refresh_patches source service
+
+---



Other differences:
--
++ python-ceilometerclient.spec ++
--- /var/tmp/diff_new_pack.jyxNQJ/_old  2014-03-09 18:44:14.0 +0100
+++ /var/tmp/diff_new_pack.jyxNQJ/_new  2014-03-09 18:44:14.0 +0100
@@ -26,7 +26,7 @@
 Summary:OpenStack Metering (Ceilometer) API Client
 License:Apache-2.0
 Group:  Development/Languages/Python
-Source: python-ceilometerclient-1.0.6.tar.gz
+Source: 
http://tarballs.openstack.org/python-ceilometerclient/python-ceilometerclient-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
@@ -71,7 +71,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-ceilometerclient-1.0.6
+%setup -q -n python-ceilometerclient-%{version}
 %openstack_cleanup_prep
 echo %{version}  ceilometerclient/versioninfo
 

++ _service ++
--- /var/tmp/diff_new_pack.jyxNQJ/_old  2014-03-09 18:44:14.0 +0100
+++ /var/tmp/diff_new_pack.jyxNQJ/_new  2014-03-09 18:44:14.0 +0100
@@ -1,7 +1,11 @@
 services
-  service name=git_tarballs mode=disabled
-param 
name=urlhttp://tarballs.openstack.org/python-ceilometerclient/python-ceilometerclient-1.0.6.tar.gz/param
-param name=emailopensuse-cl...@opensuse.org/param
-param name=plain-versionTrue/param
+  service mode=disabled name=download_files 
+param name=changesgenerateenable/param
+  /service
+  service mode=disabled name=set_version
+param name=basenamepython-ceilometerclient/param
+  /service
+  service name=refresh_patches mode=disabled
+param name=changesgenerateenable/param
   /service
 /services

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-cinderclient for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-cinderclient for 
openSUSE:Factory checked in at 2014-03-09 18:44:16

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


Package is python-cinderclient

Changes:

--- /work/SRC/openSUSE:Factory/python-cinderclient/python-cinderclient.changes  
2014-01-23 15:53:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cinderclient.new/python-cinderclient.changes 
2014-03-09 18:44:17.0 +0100
@@ -1,0 +2,12 @@
+Fri Feb 14 10:50:57 UTC 2014 - speili...@suse.com
+
+- Replace git_tarballs source service with download_files and set_version
+  + Use upstream URL as source (enables verification)
+- Only require argparse on SLE
+
+---
+Wed Jan 29 09:12:35 UTC 2014 - speili...@suse.com
+
+- Add refresh_patches source service
+
+---



Other differences:
--
++ python-cinderclient.spec ++
--- /var/tmp/diff_new_pack.q9DeN6/_old  2014-03-09 18:44:18.0 +0100
+++ /var/tmp/diff_new_pack.q9DeN6/_new  2014-03-09 18:44:18.0 +0100
@@ -25,7 +25,7 @@
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-cinderclient
-Source: python-cinderclient-1.0.7.tar.gz
+Source: 
http://tarballs.openstack.org/python-cinderclient/python-cinderclient-1.0.7.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
 BuildRequires:  python-pbr
@@ -36,13 +36,13 @@
 Requires:   python = 2.6.8
 Requires:   python-Babel = 1.3
 Requires:   python-PrettyTable = 0.6
-Requires:   python-argparse
 Requires:   python-pbr = 0.5.21
 Requires:   python-requests = 1.1
 Requires:   python-simplejson = 2.0.9
 Requires:   python-six = 1.4.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
+Requires:   python-argparse
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else
 BuildArch:  noarch
@@ -83,7 +83,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-cinderclient-1.0.7
+%setup -q -n python-cinderclient-%{version}
 %openstack_cleanup_prep
 echo %{version}  cinderclient/versioninfo
 

++ _service ++
--- /var/tmp/diff_new_pack.q9DeN6/_old  2014-03-09 18:44:18.0 +0100
+++ /var/tmp/diff_new_pack.q9DeN6/_new  2014-03-09 18:44:18.0 +0100
@@ -1,7 +1,11 @@
 services
-  service name=git_tarballs mode=disabled
-param 
name=urlhttp://tarballs.openstack.org/python-cinderclient/python-cinderclient-1.0.7.tar.gz/param
-param name=emailopensuse-cl...@opensuse.org/param
-param name=plain-versionTrue/param
+  service mode=disabled name=download_files 
+param name=changesgenerateenable/param
+  /service
+  service mode=disabled name=set_version
+param name=basenamepython-cinderclient/param
+  /service
+  service name=refresh_patches mode=disabled
+param name=changesgenerateenable/param
   /service
 /services

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-fixtures for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2014-03-09 18:46:59

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


Package is python-fixtures

Changes:

--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes  
2014-02-15 08:06:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-fixtures.new/python-fixtures.changes 
2014-03-09 18:47:00.0 +0100
@@ -1,0 +2,10 @@
+Fri Mar  7 13:14:15 UTC 2014 - speili...@suse.com
+
+- Fix the real issue instead
+
+---
+Fri Feb 14 17:10:50 UTC 2014 - dmuel...@suse.com
+
+- only run testsuite when it actually runs 
+
+---



Other differences:
--
++ python-fixtures.spec ++
--- /var/tmp/diff_new_pack.MQAk2z/_old  2014-03-09 18:47:00.0 +0100
+++ /var/tmp/diff_new_pack.MQAk2z/_new  2014-03-09 18:47:00.0 +0100
@@ -31,6 +31,7 @@
 #BuildRequires:  python-bzrlib.tests
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
+BuildRequires:  python-discover
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else
 BuildArch:  noarch

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-glanceclient for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-glanceclient for 
openSUSE:Factory checked in at 2014-03-09 18:47:07

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


Package is python-glanceclient

Changes:

--- /work/SRC/openSUSE:Factory/python-glanceclient/python-glanceclient.changes  
2014-01-23 15:54:08.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-glanceclient.new/python-glanceclient.changes 
2014-03-09 18:47:08.0 +0100
@@ -1,0 +2,17 @@
+Fri Feb 14 10:48:44 UTC 2014 - speili...@suse.com
+
+- Replace git_tarballs source service with download_files and set_version
+  + Use upstream URL as source (enables verification)
+- Only require argparse on SLE
+
+---
+Thu Feb 13 09:44:09 UTC 2014 - dmuel...@suse.com
+
+- remove dependency on d2to1 
+
+---
+Wed Jan 29 09:12:36 UTC 2014 - speili...@suse.com
+
+- Add refresh_patches source service
+
+---



Other differences:
--
++ python-glanceclient.spec ++
--- /var/tmp/diff_new_pack.4559Uu/_old  2014-03-09 18:47:08.0 +0100
+++ /var/tmp/diff_new_pack.4559Uu/_new  2014-03-09 18:47:08.0 +0100
@@ -25,7 +25,7 @@
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-glanceclient
-Source: python-glanceclient-0.11.0.tar.gz
+Source: 
http://tarballs.openstack.org/python-glanceclient/python-glanceclient-0.11.0.tar.gz
 Source2:openstack-glance.sh
 Patch0: 0001-SSL-Handle-wildcards-in-Subject-Alternative-Names.patch
 BuildRequires:  openstack-suse-macros
@@ -33,24 +33,21 @@
 # Documentation build requirements:
 BuildRequires:  python-PrettyTable
 BuildRequires:  python-Sphinx
-BuildRequires:  python-d2to1
 BuildRequires:  python-iso8601
 BuildRequires:  python-keystoneclient
 BuildRequires:  python-pbr
 BuildRequires:  python-pyOpenSSL
 BuildRequires:  python-warlock
 Requires:   python = 2.6.8
-Requires:   python-argparse
 # /usr/bin/glance uses pkg_resources, thus:
 Requires:   python-PrettyTable = 0.6
-Requires:   python-d2to1 = 0.2.10
 Requires:   python-keystoneclient = 0.3.0
 Requires:   python-pbr = 0.5.21
 Requires:   python-pyOpenSSL
 Requires:   python-warlock = 1.0.1
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
+Requires:   python-argparse
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else
 BuildArch:  noarch
@@ -81,7 +78,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-glanceclient-0.11.0
+%setup -q -n python-glanceclient-%{version}
 %patch0 -p1
 %openstack_cleanup_prep
 # Our package versioning scheme is different (but we provide the correct 
thing) thus:

++ _service ++
--- /var/tmp/diff_new_pack.4559Uu/_old  2014-03-09 18:47:08.0 +0100
+++ /var/tmp/diff_new_pack.4559Uu/_new  2014-03-09 18:47:08.0 +0100
@@ -1,7 +1,11 @@
 services
-  service name=git_tarballs mode=disabled
-param 
name=urlhttp://tarballs.openstack.org/python-glanceclient/python-glanceclient-0.11.0.tar.gz/param
-param name=emailopensuse-cl...@opensuse.org/param
-param name=plain-versionTrue/param
+  service mode=disabled name=download_files 
+param name=changesgenerateenable/param
+  /service
+  service mode=disabled name=set_version
+param name=basenamepython-glanceclient/param
+  /service
+  service name=refresh_patches mode=disabled
+param name=changesgenerateenable/param
   /service
 /services

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-heatclient for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-heatclient for 
openSUSE:Factory checked in at 2014-03-09 18:48:05

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


Package is python-heatclient

Changes:

--- /work/SRC/openSUSE:Factory/python-heatclient/python-heatclient.changes  
2013-10-18 11:42:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-heatclient.new/python-heatclient.changes 
2014-03-09 18:48:06.0 +0100
@@ -1,0 +2,12 @@
+Thu Feb 13 14:21:07 UTC 2014 - dmuel...@suse.com
+
+- update to 0.2.6:
+  * make tokens work with --os-no-client-auth
+  * Add --include-pass option for grizzly backwards compat
+
+---
+Wed Jan 29 09:12:36 UTC 2014 - speili...@suse.com
+
+- Add refresh_patches source service
+
+---

Old:

  python-heatclient-0.2.5.tar.gz

New:

  python-heatclient-0.2.6.tar.gz



Other differences:
--
++ python-heatclient.spec ++
--- /var/tmp/diff_new_pack.5h1y0T/_old  2014-03-09 18:48:06.0 +0100
+++ /var/tmp/diff_new_pack.5h1y0T/_new  2014-03-09 18:48:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-heatclient
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
 %define component heatclient
 
 Name:   python-%{component}
-Version:0.2.5
+Version:0.2.6
 Release:0
 Summary:Openstack Orchestration (Heat) API Client
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-heatclient
-Source: python-heatclient-0.2.5.tar.gz
+Source: 
http://tarballs.openstack.org/python-heatclient/python-heatclient-0.2.6.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
 BuildRequires:  python-distribute
@@ -39,6 +39,7 @@
 Requires:   python = 2.6.8
 Requires:   python-PrettyTable = 0.6
 Requires:   python-PyYAML = 3.1.0
+Requires:   python-argparse
 Requires:   python-httplib2
 Requires:   python-iso8601 = 0.1.4
 Requires:   python-keystoneclient = 0.3.0
@@ -72,7 +73,6 @@
 %endif
 Requires:   python-fixtures = 0.3.12
 Requires:   python-flake8 = 2.0
-Requires:   python-hacking = 0.5.6
 Requires:   python-mock = 0.8.0
 Requires:   python-mox = 0.5.3
 Requires:   python-pep8 = 1.4.5
@@ -85,7 +85,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-heatclient-0.2.5
+%setup -q -n python-heatclient-0.2.6
 %openstack_cleanup_prep
 echo %{version}  heatclient/versioninfo
 

++ _service ++
--- /var/tmp/diff_new_pack.5h1y0T/_old  2014-03-09 18:48:06.0 +0100
+++ /var/tmp/diff_new_pack.5h1y0T/_new  2014-03-09 18:48:06.0 +0100
@@ -1,7 +1,11 @@
 services
-  service name=git_tarballs mode=disabled
-param 
name=urlhttp://tarballs.openstack.org/python-heatclient/python-heatclient-0.2.5.tar.gz/param
-param name=emailopensuse-cl...@opensuse.org/param
-param name=plain-versionTrue/param
+  service mode=disabled name=download_files
+param name=changesgenerateenable/param
+  /service
+  service mode=disabled name=set_version
+param name=basenamekeystone/param
+  /service
+  service name=refresh_patches mode=disabled
+param name=changesgenerateenable/param
   /service
 /services

++ python-heatclient-0.2.5.tar.gz - python-heatclient-0.2.6.tar.gz ++
 3494 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-keystoneclient for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-keystoneclient for 
openSUSE:Factory checked in at 2014-03-09 20:13:13

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


Package is python-keystoneclient

Changes:

--- 
/work/SRC/openSUSE:Factory/python-keystoneclient/python-keystoneclient.changes  
2014-01-23 15:54:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-keystoneclient.new/python-keystoneclient.changes
 2014-03-09 20:13:15.0 +0100
@@ -1,0 +2,25 @@
+Fri Feb 28 16:56:06 UTC 2014 - iartar...@suse.com
+
+- Backport patch to ask for password interactively for keystone
+ user-create:
+ + 0001-Interactive-prompt-for-create-user.patch
+
+---
+Fri Feb 14 10:47:00 UTC 2014 - speili...@suse.com
+
+- Replace git_tarballs source service with download_files and set_version
+  + Use upstream URL as source (enables verification)
+
+---
+Thu Jan 30 01:05:59 UTC 2014 - cloud-de...@suse.de
+
+- Rebased patches:
+  + 0001-Add-workaround-for-OSError-raised-by-Popen.communica.patch (only 
offset)
+  + 0001-Make-ROOTDIR-determination-more-robust.patch (only offset)
+
+---
+Wed Jan 29 09:12:36 UTC 2014 - speili...@suse.com
+
+- Add refresh_patches source service
+
+---

New:

  0001-Interactive-prompt-for-create-user.patch



Other differences:
--
++ python-keystoneclient.spec ++
--- /var/tmp/diff_new_pack.PCAowV/_old  2014-03-09 20:13:15.0 +0100
+++ /var/tmp/diff_new_pack.PCAowV/_new  2014-03-09 20:13:15.0 +0100
@@ -25,10 +25,13 @@
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-keystoneclient
-Source: python-keystoneclient-0.4.1.tar.gz
+Source: 
http://tarballs.openstack.org/python-keystoneclient/python-keystoneclient-0.4.1.tar.gz
 Source2:openstack-keystone.sh
 Patch0: 0001-Add-workaround-for-OSError-raised-by-Popen.communica.patch
 Patch1: 0001-Make-ROOTDIR-determination-more-robust.patch
+# Adds an interactive prompt for entering the password when creating a
+# new user from the CLI - backported from master
+Patch2: 0001-Interactive-prompt-for-create-user.patch
 BuildRequires:  fdupes
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
@@ -99,9 +102,10 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-keystoneclient-0.4.1
+%setup -q -n python-keystoneclient-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 %openstack_cleanup_prep
 
 %build

++ 0001-Add-workaround-for-OSError-raised-by-Popen.communica.patch ++
--- /var/tmp/diff_new_pack.PCAowV/_old  2014-03-09 20:13:15.0 +0100
+++ /var/tmp/diff_new_pack.PCAowV/_new  2014-03-09 20:13:15.0 +0100
@@ -1,7 +1,8 @@
-diff -ruN a/keystoneclient/common/cms.py b/keystoneclient/common/cms.py
 a/keystoneclient/common/cms.py 2013-10-09 21:46:20.0 +0200
-+++ b/keystoneclient/common/cms.py 2013-10-14 09:52:06.493270055 +0200
-@@ -38,6 +38,36 @@
+Index: python-keystoneclient-0.4.1/keystoneclient/common/cms.py
+===
+--- python-keystoneclient-0.4.1.orig/keystoneclient/common/cms.py
 python-keystoneclient-0.4.1/keystoneclient/common/cms.py
+@@ -38,6 +38,36 @@ def _ensure_subprocess():
  import subprocess  # noqa
  
  
@@ -38,7 +39,7 @@
  def cms_verify(formatted, signing_cert_file_name, ca_file_name):
  Verifies the signature of the contents IAW CMS syntax.
  
-@@ -53,8 +83,10 @@
+@@ -53,8 +83,10 @@ def cms_verify(formatted, signing_cert_f
 stdin=subprocess.PIPE,
 stdout=subprocess.PIPE,
 stderr=subprocess.PIPE)
@@ -51,7 +52,7 @@
  if retcode:
  # Do not log errors, as some happen in the positive thread
  # instead, catch them in the calling code and log them there.
-@@ -150,8 +182,10 @@
+@@ -150,8 +182,10 @@ def cms_sign_text(text, signing_cert_fil
 stdin=subprocess.PIPE,
 stdout=subprocess.PIPE,
 stderr=subprocess.PIPE)
@@ -64,10 +65,11 @@
  if retcode or Error in err:
  LOG.error('Signing error: %s' % err)
  raise subprocess.CalledProcessError(retcode, openssl)
-diff -ruN a/keystoneclient/tests/client_fixtures.py 

commit python-neutronclient for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-neutronclient for 
openSUSE:Factory checked in at 2014-03-09 20:14:48

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


Package is python-neutronclient

Changes:

--- 
/work/SRC/openSUSE:Factory/python-neutronclient/python-neutronclient.changes
2014-01-23 15:54:22.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-neutronclient.new/python-neutronclient.changes
   2014-03-09 20:14:49.0 +0100
@@ -1,0 +2,40 @@
+Tue Feb 18 12:20:54 UTC 2014 - dmuel...@suse.com
+
+- remove nonsense buildrequires
+
+---
+Sat Feb 15 00:13:29 UTC 2014 - dmuel...@suse.com
+
+- added patches (bnc#864196):
+  * 0001-Fixed-get_auth_info-for-pre-authenticated-clients.patch
+
+---
+Fri Feb 14 10:42:58 UTC 2014 - speili...@suse.com
+
+- Replace git_tarballs source service with download_files and set_version
+  + Use upstream URL as source (enables verification)
+
+---
+Thu Feb 13 14:08:30 UTC 2014 - dmuel...@suse.com
+
+- added patches:
+  * 0001-Switch-over-to-mox3.patch
+
+---
+Thu Feb 13 13:16:06 UTC 2014 - dmuel...@suse.com
+
+- fix requires 
+
+---
+Wed Jan 29 09:12:37 UTC 2014 - speili...@suse.com
+
+- Add refresh_patches source service
+
+---
+Wed Jan 22 11:58:52 UTC 2014 - vu...@suse.com
+
+- Add patch to fix listing security group rules when there are too
+  many security groups:
+  0001-Fix-listing-security-group-rules-when-there-are-too-.patch
+
+---

New:

  0001-Fix-listing-security-group-rules-when-there-are-too-.patch
  0001-Fixed-get_auth_info-for-pre-authenticated-clients.patch
  0001-Switch-over-to-mox3.patch



Other differences:
--
++ python-neutronclient.spec ++
--- /var/tmp/diff_new_pack.TLuCT1/_old  2014-03-09 20:14:49.0 +0100
+++ /var/tmp/diff_new_pack.TLuCT1/_new  2014-03-09 20:14:49.0 +0100
@@ -25,30 +25,23 @@
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-neutronclient
-Source: python-neutronclient-2.3.3.tar.gz
+Source: 
http://tarballs.openstack.org/python-neutronclient/python-neutronclient-2.3.3.tar.gz
+# https://review.openstack.org/68357
+Patch0: 0001-Fix-listing-security-group-rules-when-there-are-too-.patch
+Patch1: 0001-Switch-over-to-mox3.patch
+Patch2: 0001-Fixed-get_auth_info-for-pre-authenticated-clients.patch
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
 BuildRequires:  python-distribute
 # Documentation build requirements:
 BuildRequires:  python-Sphinx
-BuildRequires:  python-cliff = 1.2.1
-BuildRequires:  python-cliff-tablib
-BuildRequires:  python-coverage
-BuildRequires:  python-flake8
-BuildRequires:  python-hacking
-BuildRequires:  python-httplib2
-BuildRequires:  python-iso8601
-BuildRequires:  python-mox
 BuildRequires:  python-nose
 BuildRequires:  python-pbr
-BuildRequires:  python-pep8
-BuildRequires:  python-pyflakes
 BuildRequires:  python-pyparsing = 1.5.6
 BuildRequires:  python-simplejson
-BuildRequires:  python-testrepository
-BuildRequires:  python-testtools
 Requires:   python = 2.6.8
 Requires:   python-Babel = 1.3
+Requires:   python-argparse
 Requires:   python-cliff = 1.4.3
 Requires:   python-httplib2
 Requires:   python-iso8601 = 0.1.4
@@ -80,11 +73,7 @@
 Requires:   python-discover
 %endif
 Requires:   python-fixtures = 0.3.14
-Requires:   python-flake8 = 2.0
-Requires:   python-hacking = 0.5.6
-Requires:   python-mox = 0.5.3
-Requires:   python-pep8 = 1.4.5
-Requires:   python-pyflakes = 0.7.2
+Requires:   python-mox3 = 0.5.3
 Requires:   python-python-subunit
 Requires:   python-testrepository = 0.0.17
 Requires:   python-testtools = 0.9.32
@@ -93,7 +82,10 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-neutronclient-2.3.3
+%setup -q -n python-neutronclient-%{version}
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 %openstack_cleanup_prep
 
 %build

++ 0001-Fix-listing-security-group-rules-when-there-are-too-.patch ++
From 6584861c806388ececf7427c466fcfd7b017f6e7 Mon Sep 17 00:00:00 2001
From: Vincent Untz vu...@suse.com
Date: Wed, 22 Jan 2014 12:19:04 +0100

commit python-matplotlib for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2014-03-09 20:14:38

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


Package is python-matplotlib

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2013-10-25 11:21:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2014-03-09 20:14:39.0 +0100
@@ -1,0 +2,15 @@
+Thu Jan  9 12:46:20 UTC 2014 - dmuel...@suse.com
+
+- remove qt4/designer subpackages for SLE11, as those can
+  not be installed without additional updates on a SLES+SDK system
+
+---
+Thu Nov 14 14:52:44 UTC 2013 - toddrme2...@gmail.com
+
+- Enable all backends
+- Split most backends into separate packages
+- Update dependencies
+- Add many optional dependencies
+- Make %setup.py quiet
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.obATTv/_old  2014-03-09 20:14:41.0 +0100
+++ /var/tmp/diff_new_pack.obATTv/_new  2014-03-09 20:14:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-matplotlib
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,33 +28,56 @@
 Source2:matplotlibplugin.py
 Source3:matplotlibwidget.py
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 BuildRequires:  fltk-devel
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
+BuildRequires:  ghostscript
 BuildRequires:  gtk2-devel
 BuildRequires:  libpng-devel
+BuildRequires:  poppler-tools
 BuildRequires:  python-gtk
 BuildRequires:  python-gtk-devel
 BuildRequires:  python-numpy-devel = 1.2.1
+BuildRequires:  python-pyparsing
 BuildRequires:  python-setuptools
 BuildRequires:  python-tk
+BuildRequires:  python-tornado
 BuildRequires:  tcl
 BuildRequires:  tcl-devel
+BuildRequires:  texlive-latex
 BuildRequires:  tk
 BuildRequires:  tk-devel
-Requires:   python-dateutil
+# needed for testing
+BuildRequires:  python-nose
 Requires:   python-numpy = 1.2.1
 Requires:   python-pyparsing
-Requires:   python-tz
+Recommends: ghostscript
+Recommends: inkscape
+Recommends: libxml2-tools
+Recommends: poppler-tools
+Recommends: texlive-dvipng
+Recommends: texlive-latex
+Recommends: texlive-sfmath
+Recommends: texlive-tex
 %py_requires
-%if 0%{?sles_version} == 11
+%if 0%{?suse_version}  1220
+BuildRequires:  python-qt4-devel
+BuildRequires:  texlive-dvipng
+BuildRequires:  texlive-sfmath
+BuildRequires:  texlive-tex
+%endif
+%if 0%{?suse_version}  1220
 BuildRequires:  gnome-libs-devel
-BuildRequires:  python-qt
 BuildRequires:  python-wxGTK
 BuildRequires:  wxGTK-devel
 %else
 BuildRequires:  libgnome-devel
-BuildRequires:  python-qt4
+BuildRequires:  libxml2-tools
+BuildRequires:  python-gobject
+BuildRequires:  python-gobject-cairo
+BuildRequires:  python-gobject-devel
+BuildRequires:  python-pyside
 BuildRequires:  python-wxWidgets
 BuildRequires:  wxWidgets-devel
 %define _use_internal_dependency_generator 0
@@ -64,6 +87,8 @@
 ## own versions of the packages from the lib directory
 BuildRequires:  python-dateutil
 BuildRequires:  python-tz
+Requires:   python-dateutil
+Requires:   python-pytz
 
 %description
 matplotlib is a python 2D plotting library which produces publication
@@ -72,32 +97,47 @@
 scripts, the python and ipython shell (ala matlab or mathematica), web
 application servers, and six graphical user interface toolkits.
 
-%package tk
-Summary:Tk backend for %{name}
+%package gtk2
+Summary:GTK2 backends for %{name}
 License:BSD-2-Clause
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
-Requires:   python-tk
+Requires:   python-gtk
 
-%description tk
-Tk backend for %{name} plotting package
+%description gtk2
+This package includes the GTK2-based gdk, gtk, gtkagg, and
+gtkcairo backends for the %{name} plotting package
 
-%package wx
-Summary:Wx backend for %{name}
+%package gtk3
+Summary:GTK3 backends for %{name}
 License:BSD-2-Clause
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
-Requires:   python-wxGTK
+Requires:   python-gobject
+Requires:   python-gobject-cairo
 

commit python-novaclient for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-novaclient for 
openSUSE:Factory checked in at 2014-03-09 20:16:14

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


Package is python-novaclient

Changes:

--- /work/SRC/openSUSE:Factory/python-novaclient/python-novaclient.changes  
2014-01-23 15:54:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-novaclient.new/python-novaclient.changes 
2014-03-09 20:16:15.0 +0100
@@ -1,0 +2,11 @@
+Fri Feb 14 10:37:02 UTC 2014 - speili...@suse.com
+
+- Replace git_tarballs source service with download_files and set_version
+  + Use upstream URL as source (enables verification)
+
+---
+Wed Jan 29 09:12:37 UTC 2014 - speili...@suse.com
+
+- Add refresh_patches source service
+
+---



Other differences:
--
++ python-novaclient.spec ++
--- /var/tmp/diff_new_pack.HAvT5k/_old  2014-03-09 20:16:16.0 +0100
+++ /var/tmp/diff_new_pack.HAvT5k/_new  2014-03-09 20:16:16.0 +0100
@@ -25,7 +25,7 @@
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-novaclient
-Source: python-novaclient-2.15.0.tar.gz
+Source: 
http://tarballs.openstack.org/python-novaclient/python-novaclient-2.15.0.tar.gz
 Source2:openstack-nova.sh
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
@@ -92,7 +92,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-novaclient-2.15.0
+%setup -q -n python-novaclient-%{version}
 %openstack_cleanup_prep
 
 %build

++ _service ++
--- /var/tmp/diff_new_pack.HAvT5k/_old  2014-03-09 20:16:16.0 +0100
+++ /var/tmp/diff_new_pack.HAvT5k/_new  2014-03-09 20:16:16.0 +0100
@@ -1,7 +1,11 @@
 services
-  service name=git_tarballs mode=disabled
-param 
name=urlhttp://tarballs.openstack.org/python-novaclient/python-novaclient-2.15.0.tar.gz/param
-param name=emailopensuse-cl...@opensuse.org/param
-param name=plain-versionTrue/param
+  service mode=disabled name=download_files 
+param name=changesgenerateenable/param
+  /service
+  service mode=disabled name=set_version
+param name=basenamepython-novaclient/param
+  /service
+  service name=refresh_patches mode=disabled
+param name=changesgenerateenable/param
   /service
 /services

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-openstackclient for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2014-03-09 20:16:22

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


Package is python-openstackclient

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2013-10-29 09:34:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
   2014-03-09 20:16:22.0 +0100
@@ -1,0 +2,11 @@
+Fri Feb 14 10:34:45 UTC 2014 - speili...@suse.com
+
+- Replace git_tarballs source service with download_files and set_version
+  + Use upstream URL as source (enables verification)
+
+---
+Wed Jan 29 09:12:37 UTC 2014 - speili...@suse.com
+
+- Add refresh_patches source service
+
+---



Other differences:
--
++ python-openstackclient.spec ++
--- /var/tmp/diff_new_pack.yAp06l/_old  2014-03-09 20:16:23.0 +0100
+++ /var/tmp/diff_new_pack.yAp06l/_new  2014-03-09 20:16:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-openstackclient
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-openstackclient
-Source: python-openstackclient-0.2.2.tar.gz
+Source: 
http://tarballs.openstack.org/python-openstackclient/python-openstackclient-%{version}.tar.gz
 Patch0: 0001-Adjust-to-non-deprecated-names-in-Keyring-1.6.patch
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python

++ _service ++
--- /var/tmp/diff_new_pack.yAp06l/_old  2014-03-09 20:16:23.0 +0100
+++ /var/tmp/diff_new_pack.yAp06l/_new  2014-03-09 20:16:23.0 +0100
@@ -1,7 +1,11 @@
 services
-  service name=git_tarballs mode=disabled
-param 
name=urlhttp://tarballs.openstack.org/python-openstackclient/python-openstackclient-0.2.2.tar.gz/param
-param name=emailopensuse-cl...@opensuse.org/param
-param name=plain-versionTrue/param
+  service mode=disabled name=download_files 
+param name=changesgenerateenable/param
+  /service
+  service mode=disabled name=set_version
+param name=basenamepython-openstackclient/param
+  /service
+  service name=refresh_patches mode=disabled
+param name=changesgenerateenable/param
   /service
 /services

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-oslo.sphinx for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.sphinx for 
openSUSE:Factory checked in at 2014-03-09 20:16:51

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


Package is python-oslo.sphinx

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.sphinx/python-oslo.sphinx.changes
2013-11-20 11:25:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.sphinx.new/python-oslo.sphinx.changes   
2014-03-09 20:16:52.0 +0100
@@ -1,0 +2,16 @@
+Fri Feb 14 10:03:25 UTC 2014 - speili...@suse.com
+
+- Replace git_tarballs source service with download_files and set_version
+  + Use upstream URL as source (enables verification)
+
+---
+Thu Feb 13 09:58:06 UTC 2014 - dmuel...@suse.com
+
+-remove d2to1 dependency 
+
+---
+Wed Jan 29 09:12:38 UTC 2014 - speili...@suse.com
+
+- Add refresh_patches source service
+
+---



Other differences:
--
++ python-oslo.sphinx.spec ++
--- /var/tmp/diff_new_pack.L05JWC/_old  2014-03-09 20:16:53.0 +0100
+++ /var/tmp/diff_new_pack.L05JWC/_new  2014-03-09 20:16:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.sphinx
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,16 +25,14 @@
 Summary:OpenStack Sphinx
 License:Apache-2.0
 Group:  Development/Languages/Python
-Source: oslo.sphinx-1.1.tar.gz
+Source: 
http://tarballs.openstack.org/oslo.sphinx/oslo.sphinx-1.1.tar.gz
 Source99:   rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-base
-BuildRequires:  python-d2to1
 BuildRequires:  python-pbr
 BuildRequires:  python-setuptools
-Requires:   python-d2to1
 Requires:   python-pbr
 Provides:   %{name}-doc = %{version}
 Obsoletes:  %{name}-doc  %{version}
@@ -51,7 +49,7 @@
 layer of Sphinx plugins.
 
 %prep
-%setup -q -n oslo.sphinx-1.1
+%setup -q -n oslo.sphinx-%{version}
 
 %build
 python setup.py build

++ _service ++
--- /var/tmp/diff_new_pack.L05JWC/_old  2014-03-09 20:16:53.0 +0100
+++ /var/tmp/diff_new_pack.L05JWC/_new  2014-03-09 20:16:53.0 +0100
@@ -1,7 +1,11 @@
 services
-  service name=git_tarballs mode=disabled
-param 
name=urlhttp://tarballs.openstack.org/oslo.sphinx/oslo.sphinx-1.1.tar.gz/param
-param name=emailopensuse-cl...@opensuse.org/param
-param name=plain-versionTrue/param
+  service mode=disabled name=download_files 
+param name=changesgenerateenable/param
+  /service
+  service mode=disabled name=set_version
+param name=basenameoslo.sphinx/param
+  /service
+  service name=refresh_patches mode=disabled
+param name=changesgenerateenable/param
   /service
 /services


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-oslo.config for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.config for 
openSUSE:Factory checked in at 2014-03-09 20:16:34

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


Package is python-oslo.config

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.config/python-oslo.config.changes
2013-10-02 13:33:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.config.new/python-oslo.config.changes   
2014-03-09 20:16:35.0 +0100
@@ -1,0 +2,11 @@
+Fri Feb 14 10:32:02 UTC 2014 - speili...@suse.com
+
+- Replace git_tarballs source service with download_files and set_version
+  + Use upstream URL as source (enables verification)
+
+---
+Wed Jan 29 09:12:38 UTC 2014 - speili...@suse.com
+
+- Add refresh_patches source service
+
+---



Other differences:
--
++ python-oslo.config.spec ++
--- /var/tmp/diff_new_pack.YbVk8J/_old  2014-03-09 20:16:36.0 +0100
+++ /var/tmp/diff_new_pack.YbVk8J/_new  2014-03-09 20:16:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.config
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 Summary:OpenStack configuration API
 License:Apache-2.0
 Group:  Development/Languages/Python
-Source: oslo.config-1.2.1.tar.gz
+Source: 
http://tarballs.openstack.org/oslo.config/oslo.config-1.2.1.tar.gz
 Source99:   rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
@@ -83,7 +83,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n oslo.config-1.2.1
+%setup -q -n oslo.config-%{version}
 
 %build
 python setup.py build

++ _service ++
--- /var/tmp/diff_new_pack.YbVk8J/_old  2014-03-09 20:16:36.0 +0100
+++ /var/tmp/diff_new_pack.YbVk8J/_new  2014-03-09 20:16:36.0 +0100
@@ -1,7 +1,11 @@
 services
-  service name=git_tarballs mode=disabled
-param 
name=urlhttp://tarballs.openstack.org/oslo.config/oslo.config-1.2.1.tar.gz/param
-param name=emailopensuse-cl...@opensuse.org/param
-param name=plain-versionTrue/param
+  service mode=disabled name=download_files 
+param name=changesgenerateenable/param
+  /service
+  service mode=disabled name=set_version
+param name=basenameoslo.config/param
+  /service
+  service name=refresh_patches mode=disabled
+param name=changesgenerateenable/param
   /service
 /services


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-py2pack for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-py2pack for openSUSE:Factory 
checked in at 2014-03-09 20:17:24

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


Package is python-py2pack

Changes:

--- /work/SRC/openSUSE:Factory/python-py2pack/python-py2pack.changes
2014-02-11 11:03:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-py2pack.new/python-py2pack.changes   
2014-03-09 20:17:25.0 +0100
@@ -1,0 +2,7 @@
+Thu Mar  6 09:02:57 UTC 2014 - speili...@suse.com
+
+- Update to version 0.4.10
+  + Fix PyPI URL to avoid 301 moved permanently
+  + Minor bugfixes
+
+--

Old:

  py2pack-0.4.9.tar.gz

New:

  py2pack-0.4.10.tar.gz



Other differences:
--
++ python-py2pack.spec ++
--- /var/tmp/diff_new_pack.1IQXa5/_old  2014-03-09 20:17:26.0 +0100
+++ /var/tmp/diff_new_pack.1IQXa5/_new  2014-03-09 20:17:26.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-py2pack
-Version:0.4.9
+Version:0.4.10
 Release:0
 Url:http://github.com/saschpe/py2pack
 Summary:Generate distribution packages from Python packages on PyPI

++ py2pack-0.4.9.tar.gz - py2pack-0.4.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py2pack-0.4.9/.gitignore 
new/py2pack-0.4.10/.gitignore
--- old/py2pack-0.4.9/.gitignore1970-01-01 01:00:00.0 +0100
+++ new/py2pack-0.4.10/.gitignore   2014-02-07 09:26:44.0 +0100
@@ -0,0 +1,10 @@
+.*.swp
+MANIFEST
+build
+coverage
+dist
+nosetests.xml
+*.pyc
+*.egg-info
+.venv*
+.tox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py2pack-0.4.9/.travis.yml 
new/py2pack-0.4.10/.travis.yml
--- old/py2pack-0.4.9/.travis.yml   1970-01-01 01:00:00.0 +0100
+++ new/py2pack-0.4.10/.travis.yml  2014-02-09 14:07:09.0 +0100
@@ -0,0 +1,12 @@
+language: python
+python:
+  - 2.6
+  - 2.7
+  - 3.3
+install:
+  - pip install --use-mirrors -r test-requirements.txt
+  - pip install --use-mirrors coveralls
+script:
+  coverage run --source=py2pack setup.py test
+after_success:
+  coveralls
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py2pack-0.4.9/PKG-INFO new/py2pack-0.4.10/PKG-INFO
--- old/py2pack-0.4.9/PKG-INFO  2014-02-10 10:49:40.0 +0100
+++ new/py2pack-0.4.10/PKG-INFO 2014-03-06 10:02:17.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: py2pack
-Version: 0.4.9
+Version: 0.4.10
 Summary: Generate distribution packages from PyPI
 Home-page: http://github.com/saschpe/py2pack
 Author: Sascha Peilicke
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py2pack-0.4.9/doc/src/py2pack.xml.in 
new/py2pack-0.4.10/doc/src/py2pack.xml.in
--- old/py2pack-0.4.9/doc/src/py2pack.xml.in1970-01-01 01:00:00.0 
+0100
+++ new/py2pack-0.4.10/doc/src/py2pack.xml.in   2014-02-07 09:26:44.0 
+0100
@@ -0,0 +1,176 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE refentry PUBLIC 
+   -//OASIS//DTD DocBook XML V4.5//EN
+   http://www.docbook.org/xml/4.5/docbookx.dtd;
+[
+  !ENTITY product py2pack
+]
+
+
+
+refentry lang=en id=py2pack
+  refentryinfo
+productnameproduct;/productname
+authorgroup
+  author
+contribDeveloper/contrib
+firstnameSascha/firstname
+surnamePeilicke/surname
+emailsasc...@gmx.de/email
+  /author
+  othercredit
+contribManpage author/contrib
+firstnameThomas/firstname
+surnameSchraitle/surname
+  /othercredit
+/authorgroup
+abstract
+  !-- Taken from the RPM description, but modified slightly --
+  product; allows to generate RPM spec or DEB dsc files from 
+  Python modules, to list Python modules or search for them on 
+  the Python Package Index (PyPI). Conveniently, it can fetch 
+  tarballs and changelogs making it an universal tool to 
+  package Python modules.
+/abstract
+  /refentryinfo
+  refmeta
+refentrytitleproduct;/refentrytitle
+manvolnum1/manvolnum
+refmiscinfo class=version@VERSION@/refmiscinfo
+refmiscinfo class=source
+  http://github.com/saschpe/py2pack/refmiscinfo
+!--refmiscinfo class=manual/refmiscinfo--
+  /refmeta
+
+  refnamediv
+refnameproduct;/refname
+refpurpose
+  Generate Distribution Packages from Python Packages on PyPI
+/refpurpose
+  /refnamediv
+
+  refsynopsisdiv id=py2pack.synopsis
+titleSynopsis/title
+cmdsynopsis
+  commandpy2pack/command
+  arg 

commit python-pycadf for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-pycadf for openSUSE:Factory 
checked in at 2014-03-09 20:17:44

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


Package is python-pycadf

Changes:

--- /work/SRC/openSUSE:Factory/python-pycadf/python-pycadf.changes  
2014-02-26 06:55:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pycadf.new/python-pycadf.changes 
2014-03-09 20:17:45.0 +0100
@@ -1,0 +2,22 @@
+Thu Mar  6 09:07:35 UTC 2014 - speili...@suse.com
+
+- Update to version 0.4.1:
+  + catch empty json body
+- Changes from version 0.4:
+  + add constant for security service
+  + audit middleware in pycadf
+  + oslo common code sync and requirements cleanup
+  + Rollback change to that Install configs into /etc
+  + Update .gitreview after repo rename
+  + Install configs into /etc, not /usr/etc
+- Changes from version 0.3.1:
+  + update audit_map
+  + update build_typeURI to drop query string
+  + sync common code and requirements
+  + add path to event
+  + mask token values
+  + adjust typeURI to capture target better
+  + Python 3: update setup.cfg to advertise python 3 compatibility
+- Fixed requirements
+
+---

Old:

  pycadf-0.3.tar.gz

New:

  pycadf-0.4.1.tar.gz



Other differences:
--
++ python-pycadf.spec ++
--- /var/tmp/diff_new_pack.xdKabv/_old  2014-03-09 20:17:46.0 +0100
+++ /var/tmp/diff_new_pack.xdKabv/_new  2014-03-09 20:17:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-pycadf
-Version:0.3
+Version:0.4.1
 Release:0
 Summary:DMTF Cloud Audit (CADF) data mode
 License:Apache-2.0
@@ -27,16 +27,26 @@
 BuildRequires:  python-devel
 BuildRequires:  python-pbr
 # Test dependencies
-BuildRequires:  python-Babel
-BuildRequires:  python-WebOb
-BuildRequires:  python-iso8601
-BuildRequires:  python-oslo.config
-BuildRequires:  python-six
-BuildRequires:  python-testrepository
+BuildRequires:  python-Babel = 1.3
+BuildRequires:  python-WebOb = 1.2.3
+BuildRequires:  python-fixtures = 0.3.14
+BuildRequires:  python-iso8601 = 0.1.8
+BuildRequires:  python-mock = 1.0
+BuildRequires:  python-mox = 0.5.3
+BuildRequires:  python-netaddr = 0.7.6
+BuildRequires:  python-oslo.config = 1.2.0
+BuildRequires:  python-oslo.messaging
+BuildRequires:  python-python-subunit = 0.0.18
+BuildRequires:  python-six = 1.4.1
+BuildRequires:  python-testrepository = 0.0.17
+BuildRequires:  python-testscenarios = 0.4
+BuildRequires:  python-testtools = 0.9.34
 Requires:   python-Babel = 1.3
 Requires:   python-WebOb = 1.2.3
 Requires:   python-iso8601 = 0.1.8
+Requires:   python-netaddr = 0.7.6
 Requires:   python-oslo.config = 1.2.0
+Requires:   python-oslo.messaging
 Requires:   python-pytz = 2010h
 Requires:   python-six = 1.4.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,7 +57,7 @@
 %endif
 
 %description
-python implementation of DMTF Cloud Audit (CADF) data mode
+Python implementation of DMTF Cloud Audit (CADF) data mode.
 
 %prep
 %setup -q -n pycadf-%{version}

++ pycadf-0.3.tar.gz - pycadf-0.4.1.tar.gz ++
 4635 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-requirements-parser for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-requirements-parser for 
openSUSE:Factory checked in at 2014-03-09 20:18:35

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


Package is python-requirements-parser

Changes:

New Changes file:

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-requirements-parser.new/python-requirements-parser.changes
   2014-03-09 20:18:36.0 +0100
@@ -0,0 +1,11 @@
+---
+Thu Mar  6 14:48:44 UTC 2014 - cfarr...@suse.com
+
+- license update: BSD-2-Clause
+  See License.rst
+
+---
+Wed Sep  4 11:32:38 UTC 2013 - speili...@suse.com
+
+- Initial version
+

New:

  python-requirements-parser.changes
  python-requirements-parser.spec
  requirements-parser-0.0.6.tar.gz



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

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


Name:   python-requirements-parser
Version:0.0.6
Release:0
License:BSD-2-Clause
Summary:Parses Pip requirement files
Url:https://github.com/davidfischer/requirements-parser
Group:  Development/Languages/Python
Source: 
https://pypi.python.org/packages/source/r/requirements-parser/requirements-parser-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-setuptools
# Test requirements:
BuildRequires:  python-nose
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}  0%{?suse_version} = 1110
%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
%else
BuildArch:  noarch
%endif

%description
This is a small Python module for parsing Pip requirement files.

%prep
%setup -q -n requirements-parser-%{version}

%build
python setup.py build

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

%check
python setup.py test

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

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-swiftclient for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-swiftclient for 
openSUSE:Factory checked in at 2014-03-09 20:19:46

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


Package is python-swiftclient

Changes:

--- /work/SRC/openSUSE:Factory/python-swiftclient/python-swiftclient.changes
2013-10-18 11:43:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-swiftclient.new/python-swiftclient.changes   
2014-03-09 20:19:47.0 +0100
@@ -1,0 +2,11 @@
+Fri Feb 14 10:00:32 UTC 2014 - speili...@suse.com
+
+- Replace git_tarballs source service with download_files and set_version
+  + Use upstream URL as source (enables verification)
+
+---
+Wed Jan 29 09:12:39 UTC 2014 - speili...@suse.com
+
+- Add refresh_patches source service
+
+---



Other differences:
--
++ python-swiftclient.spec ++
--- /var/tmp/diff_new_pack.szaoUh/_old  2014-03-09 20:19:48.0 +0100
+++ /var/tmp/diff_new_pack.szaoUh/_new  2014-03-09 20:19:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-swiftclient
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/python-swiftclient
-Source: python-swiftclient-1.7.0.tar.gz
+Source: 
http://tarballs.openstack.org/python-swiftclient/python-swiftclient-%{version}.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python
 BuildRequires:  python-distribute
@@ -77,7 +77,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n python-swiftclient-1.7.0
+%setup -q
 %openstack_cleanup_prep
 
 %build

++ _service ++
--- /var/tmp/diff_new_pack.szaoUh/_old  2014-03-09 20:19:48.0 +0100
+++ /var/tmp/diff_new_pack.szaoUh/_new  2014-03-09 20:19:48.0 +0100
@@ -1,7 +1,11 @@
 services
-  service name=git_tarballs mode=disabled
-param 
name=urlhttp://tarballs.openstack.org/python-swiftclient/python-swiftclient-1.7.0.tar.gz/param
-param name=emailopensuse-cl...@opensuse.org/param
-param name=plain-versionTrue/param
+  service mode=disabled name=download_files 
+param name=changesgenerateenable/param
+  /service
+  service mode=disabled name=set_version
+param name=basenamepython-swiftclient/param
+  /service
+  service name=refresh_patches mode=disabled
+param name=changesgenerateenable/param
   /service
 /services

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-swift3 for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-swift3 for openSUSE:Factory 
checked in at 2014-03-09 20:19:23

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


Package is python-swift3

Changes:

--- /work/SRC/openSUSE:Factory/python-swift3/python-swift3.changes  
2014-01-23 15:54:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-swift3.new/python-swift3.changes 
2014-03-09 20:19:25.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan 29 09:12:38 UTC 2014 - speili...@suse.com
+
+- Add refresh_patches source service
+
+---



Other differences:
--
++ python-swift3.spec ++
--- /var/tmp/diff_new_pack.MfWzMU/_old  2014-03-09 20:19:25.0 +0100
+++ /var/tmp/diff_new_pack.MfWzMU/_new  2014-03-09 20:19:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-swift3
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ _service ++
--- /var/tmp/diff_new_pack.MfWzMU/_old  2014-03-09 20:19:25.0 +0100
+++ /var/tmp/diff_new_pack.MfWzMU/_new  2014-03-09 20:19:25.0 +0100
@@ -17,4 +17,8 @@
   service name=set_version mode=disabled
 param name=basenameswift3/param
   /service
+
+  service name=refresh_patches mode=disabled
+param name=changesgenerateenable/param
+  /service
 /services

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-sympy for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package python-sympy for openSUSE:Factory 
checked in at 2014-03-09 20:20:28

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


Package is python-sympy

Changes:

--- /work/SRC/openSUSE:Factory/python-sympy/python-sympy.changes
2014-01-23 15:54:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sympy.new/python-sympy.changes   
2014-03-09 20:20:29.0 +0100
@@ -1,0 +2,74 @@
+Fri Mar  7 04:13:14 UTC 2014 - a...@gmx.de
+
+-  update to version 0.7.5
+
+  Major changes:
+  * The version of mpmath included in SymPy has been updated to 0.18.
+  * New routines for efficiently compute the dispersion of a polynomial or a 
pair thereof.
+  * Fancy indexing of matrices is now provided, e.g. A[:, [1, 2, 5]] selects 
all rows and only 3 columns.
+
+  * Enumeration of multiset partitions is now based on an
+implementation of Algorithm 7.1.2.5M from Knuth's The Art of
+Computer Programming. The new version is much faster, and includes
+fast methods for enumerating only those partitions with a
+restricted range of sizes, and counting multiset partitions. (See
+the new file sympy.utilities.enumerative.py.)
+  * distance methods were added to Line and Ray to compute the shortest 
distance to them from a point.
+  * The normal_lines method was added to Ellipse to compute the lines from a 
point that strike the Ellipse at a normal angle.
+  * inv_quick and det_quick were added as functions in solvers.py to
+facilitate fast solution of small symbolic matrices; their use in
+solve has reduced greatly the time needed to solve such systems.
+  * solve_univariate_inequality has been added to 
sympy.solvers.inequalities.py.
+  * as_set attribute for Relationals and Booleans has been added.
+  * Several classes and functions strictly associated with vector
+calculus were moved from sympy.physics.mechanics to a new package
+sympy.physics.vector. (PRs #2732 #2862 #2894)
+  * New implementation of the Airy functions Ai and Bi and their
+derivatives Ai' and Bi' (called airyai, airybi, airyaiprime and
+airybiprime, respectively). Most of the usual features of SymPy
+special function are present. Notable exceptions are Gruntz limit
+computation helpers and meijerg special functions integration
+code.
+  * Euler-Lagrange equations (function euler_equations) in a new package 
sympy.calculus (PR #2431).
+
+  Minor changes:
+  * Some improvements to the gamma function.
+  * generate_bell now generates correct permutations for any number of 
elements.
+  * It is no longer necessary to provide nargs to objects subclassed
+from Function unless an eval class method is not defined. (If eval
+is defined, the number of arguments will be inferred from its
+signature.)
+  * geometric Point creation will be faster since simplification is done only 
on Floats
+  * Some improvements to the intersection method of the Ellipse.
+  * solutions from solve of equations involving multiple log terms are more 
robust
+  * idiff can now return higher order derivatives
+  * Added to_matrix() method to sympy.physics.vector.Vector and
+sympy.physics.dyadic.Dyadic. (PR #2686).
+  * Printing improvements for sympy.physics.vector objects and
+mechanics printing. (PRs #2687, #2728, #2772, #2862, #2894)
+  * Functions with LaTeX symbols now print correct LaTeX. (PR #2772)
+  * init_printing has several new options, including a flag
+print_builtin to prevent SymPy printing of basic Python types (PR
+#2683), and flags to let you supply custom printers (PR #2894).
+  * improvements in evaluation of imageset for Intervals (PR #2723).
+  * Set properties to determine boundary and interior (PR #2744).
+  * input to a function created by lambdify no longer needs to be flattened.
+
+  Backwards compatibility breaks and deprecations:
+  * the submatrix method of matrices was removed; access the
+functionality by providing slices or list of rows/columns to
+matrix directly, e.g. A[:, [1, 2]].
+  * Matrix([]) and Matrix([[]]) now both return a 0x0 matrix
+  * terms_gcd no longer removes a -1.0 from expressions
+  * extract_multiplicatively will not remove a negative Number from a
+positive one, so (4*x*y).extract_multiplicatively(-2*x) will
+return None.
+  * the shape of the result from M.cross(B) now has the same shape as matrix M.
+  * The factorial of negative numbers is now zoo instead of 0. This is
+consistent with the definition factorial(n) = gamma(n + 1).
+  * 1/0 returns zoo, not oo (PR #2813).
+  * zoo.is_number is True (PR #2823).
+  * oo  I raises TypeError, just as for finite numbers (PR #2734).
+  * 1**oo == nan instead of 1, better documentation for Pow class (PR #2606).
+

commit R-base for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package R-base for openSUSE:Factory checked 
in at 2014-03-09 20:21:40

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


Package is R-base

Changes:

--- /work/SRC/openSUSE:Factory/R-base/R-base.changes2013-10-04 
08:18:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.R-base.new/R-base.changes   2014-03-09 
20:21:42.0 +0100
@@ -1,0 +2,73 @@
+Thu Mar  6 10:08:59 UTC 2014 - detlef.ste...@gmx.de
+
+- Upstream release 3.0.3
+- Most important
+  CHANGES IN R 3.0.3:
+
+  NEW FEATURES:
+
+* On Windows there is support for making .texi manuals using
+  texinfo 5.0 or later: the setting is in file
+  src/gnuwin32/MkRules.dist.
+
+  A packaging of the Perl script and modules for texinfo 5.2 has
+  been made available at URL:
+  http://www.stats.ox.ac.uk/pub/Rtools/.
+
+* write.table() now handles matrices of 2^31 or more elements, for
+  those with large amounts of patience and disc space.
+
+* There is a new function, La_version(), to report the version of
+  LAPACK in use.
+
+* The HTML version of 'An Introduction to R' now has links to PNG
+  versions of the figures.
+
+* There is some support to produce manuals in ebook formats. (See
+  doc/manual/Makefile.  Suggested by Mauro Cavalcanti.)
+
+* On a Unix-alike Sys.timezone() returns NA if the environment
+  variable TZ is unset, to distinguish it from an empty string
+  which on some OSes means the UTC time zone.
+
+* The backtick may now be escaped in strings, to allow names
+  containing them to be constructed, e.g. `\``.  (PR#15621)
+
+* read.table(), readLines() and scan() now warn when an embedded
+  nul is found in the input.  (Related to PR#15625 which was
+  puzzled by the behaviour in this unsupported case.)
+
+* (Windows only.)  file.symlink() works around the undocumented
+  restriction of the Windows system call to backslashes.  (Wish of
+  PR#15631.)
+
+* KalmanForecast(fast = FALSE) is now the default, and the help
+  contains an example of how fast = TRUE can be used in this
+  version.  (The usage will change in 3.1.0.)
+
+* strptime() now checks the locale only when locale-specific
+  formats are used and caches the locale in use: this can halve the
+  time taken on OSes with slow system functions (e.g. OS X).
+
+* strptime() and the format() methods for classes POSIXct,
+  POSIXlt and Date recognize strings with marked encodings:
+  this allows, for example, UTF-8 French month names to be read on
+  (French) Windows.
+
+* iconv(to = utf8) is now accepted on all platforms (some
+  implementations did already, but GNU libiconv did not: however
+  converted strings were not marked as being in UTF-8).  The
+  official name, UTF-8 is still preferred.
+
+* available.packages() is better protected against corrupt metadata
+  files.  (A recurring problem with Debian package shogun-r:
+  PR#14713.)
+
+* Finalizers are marked to be run at garbage collection, but run
+  only at a somewhat safer later time (when interrupts are
+  checked).  This circumvents some problems with finalizers running
+  arbitrary code during garbage collection (the known instances
+  being running options() and (C-level) path.expand()
+  re-entrantly).
+
+---

Old:

  R-3.0.2.tar.bz2

New:

  R-3.0.3.tar.bz2



Other differences:
--
++ R-base.spec ++
--- /var/tmp/diff_new_pack.eTwCLb/_old  2014-03-09 20:21:43.0 +0100
+++ /var/tmp/diff_new_pack.eTwCLb/_new  2014-03-09 20:21:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package R-base
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   R-base
 %define release 1 
-Version:3.0.2
+Version:3.0.3
 Release:%release
 Source: R-%{version}.tar.bz2
 #Source: http://cran.r-project.org/src/base/R-2/R-%%{version}.tar.gz
@@ -84,30 +84,30 @@
 Provides:   R = %{version}
 Provides:   R-KernSmooth = 2.23.10
 Provides:   R-MASS = 7.3.29
-Provides:   R-Matrix = 1.0.14
+Provides:   R-Matrix = 1.1.2
 Provides:   R-base = %{version}
-Obsoletes:  R-Matrix  1.0.14
+Obsoletes:  R-Matrix  1.1.2
 Provides:   R-boot = 1.3.9
 Provides:   R-class = 7.3.9
 Provides:   

commit roundcubemail for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2014-03-09 20:22:37

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


Package is roundcubemail

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2014-03-01 21:22:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new/roundcubemail.changes 
2014-03-09 20:22:39.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar  7 11:24:50 UTC 2014 - a...@ajaissle.de
+
+- Use macros for DES string replacement
+
+---



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.GpEetz/_old  2014-03-09 20:22:40.0 +0100
+++ /var/tmp/diff_new_pack.GpEetz/_new  2014-03-09 20:22:40.0 +0100
@@ -201,7 +201,10 @@
 done
 echo $str
 }
-sed -i s/rcmail-\!24ByteDESkey\*Str/`makedesstr`/ 
/etc/roundcubemail/main.inc.php || :  /dev/null
+if [ -f %{roundcubeconfigpath}/main.inc.php ]; then
+  sed -i s/rcmail-\!24ByteDESkey\*Str/`makedesstr`/ 
%{roundcubeconfigpath}/main.inc.php || :  /dev/null
+fi
+sed -i s/rcmail-\!24ByteDESkey\*Str/`makedesstr`/ 
%{roundcubeconfigpath}/main.inc.php.dist || :  /dev/null
 
 # enable apache required apache modules
 if [ -x /usr/sbin/a2enmod ]; then

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rpmlint-tests for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package rpmlint-tests for openSUSE:Factory 
checked in at 2014-03-09 20:24:56

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


Package is rpmlint-tests

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint-tests/rpmlint-tests.changes  
2014-02-11 10:45:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint-tests.new/rpmlint-tests.changes 
2014-03-09 20:24:57.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar  7 09:44:20 UTC 2014 - lnus...@suse.de
+
+- add appdata check
+
+---



Other differences:
--
++ rpmlint-tests-1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests-1/tests/appdata1.ignore 
new/rpmlint-tests-1/tests/appdata1.ignore
--- old/rpmlint-tests-1/tests/appdata1.ignore   1970-01-01 01:00:00.0 
+0100
+++ new/rpmlint-tests-1/tests/appdata1.ignore   2014-03-07 09:57:05.0 
+0100
@@ -0,0 +1,3 @@
+#addFilter( files-duplicate)
+#addFilter( no-manual-page-for-binary )
+#addFilter( no-binary)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests-1/tests/appdata1.ref 
new/rpmlint-tests-1/tests/appdata1.ref
--- old/rpmlint-tests-1/tests/appdata1.ref  1970-01-01 01:00:00.0 
+0100
+++ new/rpmlint-tests-1/tests/appdata1.ref  2014-03-07 09:57:05.0 
+0100
@@ -0,0 +1,2 @@
+appdata1: W: invalid-xml-in-appdata 
/usr/share/appdata/gnome-power-statistics.appdata.xml
+1 packages and 0 specfiles checked; 0 errors, 1 warnings.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests-1/tests/appdata1.spec 
new/rpmlint-tests-1/tests/appdata1.spec
--- old/rpmlint-tests-1/tests/appdata1.spec 1970-01-01 01:00:00.0 
+0100
+++ new/rpmlint-tests-1/tests/appdata1.spec 2014-03-07 09:57:05.0 
+0100
@@ -0,0 +1,71 @@
+Name:  appdata1
+Version:   0
+Release:   0
+Group:  Development/Tools/Building
+Summary:   Check validation of appdata.xml
+License:   GPL-2.0+
+BuildRoot: %_tmppath/%name-%version-build
+Url:http://www.opensuse.org/
+BuildArch:  noarch
+
+%description
+Lorem ipsum dolor sit amet, consectetur adipisici elit, sed
+eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim
+ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+aliquid ex ea commodi consequat. Quis aute iure reprehenderit in
+voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+Excepteur sint obcaecat cupiditat non proident, sunt in culpa qui
+officia deserunt mollit anim id est laborum.
+
+%prep
+%build
+
+%install
+install -d -m 755 %buildroot/usr/share/appdata
+
+cat  %buildroot/usr/share/appdata/gnome-power-statistics.appdata.xml 'EOF'
+?xml version=1.0 encoding=UTF-8?
+!-- Copyright 2013 First Lastname y...@email.com --
+application
+ id type=desktopgnome-power-statistics.desktop/id
+ licenceCC0/licence
+ namePower Statistics/name
+ summaryObserve power management/summary
+ description
+  p
+   Power Statistics is a program used to view historical and current battery
+   information and will show programs running on your computer using power.
+
+   error
+  /p
+  pExample list:/p
+  ul
+   liFirst item/li
+   liSecond item/li
+  /ul
+  p
+  You probably only need to install this application if you are having problems
+  with your laptop battery, or are trying to work out what programs are using
+  significant amounts of power.
+  /p
+ /description
+ screenshots
+  screenshot type=default width=800 
height=600http://www.hughsie.com/en_US/main.png/screenshot
+  screenshot width=800 
height=600http://www.hughsie.com/en_US/preferences.png/screenshot
+ /screenshots
+ url 
type=homepagehttp://www.gnome.org/projects/en_US/gnome-power-manager/url
+ updatecontactgnome-power-manager-l...@gnome.org/updatecontact
+ project_groupGNOME/project_group
+/application
+EOF
+
+%clean
+rm -rf %buildroot
+
+%files
+%defattr(-,root,root)
+/usr/share/appdata
+
+%changelog
+* Mon Apr 18 2011 lnus...@suse.de
+- dummy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests-1/tests/appdata2.ignore 
new/rpmlint-tests-1/tests/appdata2.ignore
--- old/rpmlint-tests-1/tests/appdata2.ignore   1970-01-01 01:00:00.0 
+0100
+++ new/rpmlint-tests-1/tests/appdata2.ignore   2014-03-07 09:57:05.0 
+0100
@@ -0,0 +1,3 @@
+#addFilter( files-duplicate)
+#addFilter( no-manual-page-for-binary )
+#addFilter( no-binary)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit shotwell for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package shotwell for openSUSE:Factory 
checked in at 2014-03-09 20:25:14

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


Package is shotwell

Changes:

--- /work/SRC/openSUSE:Factory/shotwell/shotwell.changes2014-02-21 
14:26:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.shotwell.new/shotwell.changes   2014-03-09 
20:25:15.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar  4 23:40:37 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.17.2:
+  + UNIX pipe unnecessarily left open for each imported video.
+  + Improved searching for event comments and diacritics.
+  + Updated translations.
+
+---

Old:

  shotwell-0.17.1.tar.xz

New:

  shotwell-0.17.2.tar.xz



Other differences:
--
++ shotwell.spec ++
--- /var/tmp/diff_new_pack.9xzbE0/_old  2014-03-09 20:25:16.0 +0100
+++ /var/tmp/diff_new_pack.9xzbE0/_new  2014-03-09 20:25:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   shotwell
-Version:0.17.1
+Version:0.17.2
 Release:0
 Summary:Photo Manager for GNOME
 License:LGPL-2.1+

++ shotwell-0.17.1.tar.xz - shotwell-0.17.2.tar.xz ++
 8938 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit semantik for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package semantik for openSUSE:Factory 
checked in at 2014-03-09 20:25:01

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


Package is semantik

Changes:

--- /work/SRC/openSUSE:Factory/semantik/semantik.changes2013-12-31 
10:10:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.semantik.new/semantik.changes   2014-03-09 
20:25:02.0 +0100
@@ -1,0 +2,15 @@
+Wed Mar  5 10:44:11 UTC 2014 - i...@marguerite.su
+
+- update version 0.9.1
+  * Svg export
+  * Odt template fixes
+  * Include svg pictures in odt documents
+  * command-line svg export
+  * More reasonable size for the actors head
+  * Prevent the memory corruption when opening the same recent file again
+  * Make the text visible in the odt document created (Issue 27)
+  * fixed the diagram top/bottom alignment function
+  * Copy diagram pictures to clipboard from main window
+  * Copy diagrams to the clipboard
+
+---

Old:

  semantik-0.9.0.tar.bz2

New:

  semantik-0.9.1.tar.bz2



Other differences:
--
++ semantik.spec ++
--- /var/tmp/diff_new_pack.2AgeHC/_old  2014-03-09 20:25:03.0 +0100
+++ /var/tmp/diff_new_pack.2AgeHC/_new  2014-03-09 20:25:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package semantik
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   semantik
-Version:0.9.0
+Version:0.9.1
 Release:0
 Summary:A mindmapping-like tool
 License:GPL-3.0 and GPL-2.0

++ semantik-0.9.0.tar.bz2 - semantik-0.9.1.tar.bz2 ++
 1692 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit spamassassin for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package spamassassin for openSUSE:Factory 
checked in at 2014-03-09 20:26:57

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


Package is spamassassin

Changes:

--- /work/SRC/openSUSE:Factory/spamassassin/spamassassin.changes
2014-02-20 06:22:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.spamassassin.new/spamassassin.changes   
2014-03-09 20:26:58.0 +0100
@@ -1,0 +2,8 @@
+Tue Feb 25 09:08:13 UTC 2014 - jweberho...@weberhofer.at
+
+- Use perl(IO::Socket::IP) only for openSUSE 12.2+, because it requires
+  a version minimum version of perl(IO::Socket) of 1.97 which is not available.
+  Spamassassin will fallback to use perl(IO::Socket::INET6) or
+  perl(IO::Socket::INET) instead.
+
+---



Other differences:
--
++ spamassassin.spec ++
--- /var/tmp/diff_new_pack.EKQyCQ/_old  2014-03-09 20:26:59.0 +0100
+++ /var/tmp/diff_new_pack.EKQyCQ/_new  2014-03-09 20:26:59.0 +0100
@@ -123,7 +123,10 @@
 Requires:   perl(File::Copy) = 2.02
 Requires:   perl(File::Spec) = 0.8
 Requires:   perl(HTML::Parser) = 3.43
+%if 0%{?suse_version}  1210
+# Required perl(Socket) version 1.97+ is only available in 12.2+
 Requires:   perl(IO::Socket::IP)
+%endif
 Requires:   perl(IO::Zlib) = 1.04
 Requires:   perl(Mail::DKIM) = 0.37
 Requires:   perl(Net::DNS) = 0.34

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit supertuxkart for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package supertuxkart for openSUSE:Factory 
checked in at 2014-03-09 20:27:08

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


Package is supertuxkart

Changes:

--- /work/SRC/openSUSE:Factory/supertuxkart/supertuxkart.changes
2014-01-06 17:46:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.supertuxkart.new/supertuxkart.changes   
2014-03-09 20:27:10.0 +0100
@@ -1,0 +2,6 @@
+Sat Mar  8 11:37:10 UTC 2014 - dims...@opensuse.org
+
+- Add supertuxkart.appdata.xml (from upstream git) as source. This
+  will allow STK to show up in gnome-software.
+
+---

New:

  supertuxkart.appdata.xml



Other differences:
--
++ supertuxkart.spec ++
--- /var/tmp/diff_new_pack.lvTH10/_old  2014-03-09 20:27:15.0 +0100
+++ /var/tmp/diff_new_pack.lvTH10/_new  2014-03-09 20:27:15.0 +0100
@@ -26,6 +26,8 @@
 Source: 
http://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/%{version}/%{name}-%{version}-src.tar.bz2
 # Geeko kart add-on (CC-BY 3.0)
 Source1:http://stkaddons.net/dl/14e6ba25b17f0d.zip
+# appdata file, to show in gnome-software
+Source2:supertuxkart.appdata.xml
 BuildRequires:  bluez-devel
 BuildRequires:  cmake
 BuildRequires:  curl-devel
@@ -89,6 +91,8 @@
 mkdir -p %{buildroot}%{_datadir}/supertuxkart/data/karts/geeko/
 cd %{buildroot}%{_datadir}/supertuxkart/data/karts/geeko/
 unzip %{SOURCE1}
+mkdir -p %{buildroot}%{_datadir}/appdata/
+cp %{S:2} %{buildroot}%{_datadir}/appdata/
 %fdupes  %{buildroot}%{_datadir}
 %suse_update_desktop_file supertuxkart
 
@@ -96,6 +100,8 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING README TODO ChangeLog
 %{_bindir}/supertuxkart
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/supertuxkart.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}_*.png
 


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tor for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2014-03-09 20:27:16

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


Package is tor

Changes:

--- /work/SRC/openSUSE:Factory/tor/tor.changes  2014-01-23 15:57:21.0 
+0100
+++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes 2014-03-09 
20:27:18.0 +0100
@@ -1,0 +2,22 @@
+Thu Mar  6 08:02:15 UTC 2014 - andreas.stie...@gmx.de
+
+- tor 0.2.4.21
+  Further improves security against potential adversaries who find
+  breaking 1024-bit crypto doable, and backports several stability
+  and robustness patches from the 0.2.5 branch.
+- Major features (client security):
+  - When we choose a path for a 3-hop circuit, make sure it contains
+at least one relay that supports the NTor circuit extension
+handshake. Otherwise, there is a chance that we're building
+a circuit that's worth attacking by an adversary who finds
+breaking 1024-bit crypto doable, and that chance changes the game
+theory.
+- Major bugfixes:
+  - Do not treat streams that fail with reason
+END_STREAM_REASON_INTERNAL as indicating a definite circuit failure,
+since it could also indicate an ENETUNREACH connection error
+- packaging changes:
+  - remove init script shadowing systemd unit
+  - general cleanup
+
+---

Old:

  tor-0.2.4.20.tar.gz
  tor-0.2.4.20.tar.gz.asc

New:

  tor-0.2.4.21.tar.gz
  tor-0.2.4.21.tar.gz.asc



Other differences:
--
++ tor.spec ++
--- /var/tmp/diff_new_pack.cfcWWx/_old  2014-03-09 20:27:19.0 +0100
+++ /var/tmp/diff_new_pack.cfcWWx/_new  2014-03-09 20:27:19.0 +0100
@@ -17,11 +17,13 @@
 
 
 %define with_bufferevents 0%{?suse_version}  1220
-
+%define with_systemd 0%{?suse_version}  1140
+%define toruser %{name}
+%define torgroup %{name}
+%define home_dir %{_localstatedir}/lib/empty
 Name:   tor
-Version:0.2.4.20
+Version:0.2.4.21
 Release:0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Anonymizing overlay network for TCP (The onion router)
 License:BSD-3-Clause
 Group:  Productivity/Networking/Security
@@ -34,33 +36,30 @@
 Source4:tor.tmpfiles
 # PATCH-FIX-UPSTREAM tor-0.2.2.37-logrotate.patch -- add su to logrotate 
config to fix W: suse-logrotate-user-writable-log-dir
 Patch0: tor-0.2.2.37-logrotate.patch
-Requires:   logrotate
 BuildRequires:  openssl-devel
 BuildRequires:  pwdutils
+Requires:   logrotate
+PreReq(post):  %fillup_prereq 
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #
-%if %with_bufferevents
-BuildRequires:  libevent-devel = 2.0.13
+%if %{with_bufferevents}
+BuildRequires:  pkgconfig(libevent) = 2.0.13
+%endif # with_bufferevents
+%if %{?suse_version}  1210
+BuildRequires:  pkgconfig(libevent)
 %else
-%if 0%{?suse_version}  1100
 BuildRequires:  libevent-devel
-%else
-BuildRequires:  libevent
-%endif
 %endif
-
+#
 %if 0%{?suse_version} = 1230
 BuildRequires:  gpg-offline
 %endif
-
-%if 0%{?suse_version}  1140
+#
+%if 0%{?with_systemd}
 BuildRequires:  pkgconfig(systemd)
 %{?systemd_requires}
-%define has_systemd 1
 %endif
-
-%define toruser %{name}
-%define torgroup %{name}
-%define home_dir /var/lib/empty
+#
 
 %description
 Tor is a connection-based low-latency anonymous communication system.
@@ -86,7 +85,7 @@
 for high-stakes anonymity.
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:1}}
+%{?gpg_verify: %gpg_verify %{SOURCE1}}
 %setup -q
 %patch0
 
@@ -94,74 +93,76 @@
 %configure \
--with-tor-user=%{toruser} \
--with-tor-group=%{torgroup} \
-%if %with_bufferevents
+%if %{with_bufferevents}
--enable-bufferevents \
 %endif
--docdir=%{_docdir}/%{name}
 
-%__make %{?jobs:-j%{jobs}}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 # missing dirs
-%{__install} -d -m 700 \
-%{buildroot}/var/lib/%{name} \
-%{buildroot}/var/tmp/%{name}
-
-%{__install} -d -m 755 \
-%{buildroot}/var/run/%{name} \
-%{buildroot}/var/log/%{name} \
+install -d -m 700 \
+%{buildroot}%{_localstatedir}/lib/%{name} \
+%{buildroot}%{_localstatedir}/tmp/%{name}
+
+install -d -m 755 \
+%{buildroot}%{_localstatedir}/run/%{name} \
+%{buildroot}%{_localstatedir}/log/%{name} \
 %{buildroot}/%{_sbindir}
 
-%if 0%{?has_systemd}
-install -m 644 -D %{S:3} $RPM_BUILD_ROOT/%{_unitdir}/%{name}.service
-%{__install} -d -m 0755 %{buildroot}/usr/lib/tmpfiles.d/
-%{__install} -m 0644 %{S:4} %{buildroot}/usr/lib/tmpfiles.d/%{name}.conf
+%if 0%{?with_systemd}
+install -m 644 

commit transconnect for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package transconnect for openSUSE:Factory 
checked in at 2014-03-09 20:27:31

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


Package is transconnect

Changes:

--- /work/SRC/openSUSE:Factory/transconnect/transconnect.changes
2011-09-23 12:48:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.transconnect.new/transconnect.changes   
2014-03-09 20:27:32.0 +0100
@@ -1,0 +2,8 @@
+Thu Mar  6 19:58:16 UTC 2014 - a...@ajaissle.de
+
+- Spec cleanup
+- Renamed README.SuSE to README.SUSE
+- Moved the configuration section of the file INSTALL to README.SUSE
+- Added AUTHORS file
+
+---

Old:

  README.SuSE

New:

  AUTHORS
  README.SUSE



Other differences:
--
++ transconnect.spec ++
--- /var/tmp/diff_new_pack.TSbiOn/_old  2014-03-09 20:27:32.0 +0100
+++ /var/tmp/diff_new_pack.TSbiOn/_new  2014-03-09 20:27:32.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package transconnect (Version 1.2)
+# spec file for package transconnect
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,48 +15,37 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   transconnect
 Version:1.2
-Release:397
+Release:0
+Summary:Allows you to access the internet through a HTTP proxy
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Proxy
 Url:http://transconnect.sourceforge.net/
-AutoReqProv:on
-Summary:Allows you to access the internet through a HTTP proxy
-Source: 
http://prdownloads.sourceforge.net/transconnect/%{name}-%{version}.tar.bz2
-Source1:README.SuSE
-Patch:  %{name}-%{version}.dif
+Source0:
http://prdownloads.sourceforge.net/transconnect/%{name}-%{version}.tar.bz2
+Source1:README.SUSE
+Patch0: %{name}-%{version}.dif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 TransConnect is a program to allow you almost complete access to the
 internet through a HTTP proxy like squid.
 
-
-
-Authors:
-
-Dwivedi, Ajay kumar adwiv at yahoo dot com
-Binand Raj S. binand at bombay dot retortsoft dot com
-
 %prep
-%setup
-%patch
-cp -p $RPM_SOURCE_DIR/README.SuSE .
+%setup -q
+%patch0
+cp %{SOURCE1} .
 
 %build
 make
 
 %install
-[ $RPM_BUILD_ROOT != / ]  [ -d $RPM_BUILD_ROOT ]  rm -rf 
$RPM_BUILD_ROOT
-install -D -m 755 tconn.so $RPM_BUILD_ROOT/%{_libdir}/tconn.so
+install -D -m 755 tconn.so %{buildroot}%{_libdir}/tconn.so
 
 %files
 %defattr(-,root,root)
 %{_libdir}/tconn.so
-%doc Changelog COPYING INSTALL README README.SuSE tconn.conf
+%doc AUTHORS Changelog COPYING README README.SUSE tconn.conf
 
 %changelog

++ AUTHORS ++
Authors:

Dwivedi, Ajay kumar adwiv at yahoo dot com
Binand Raj S. binand at bombay dot retortsoft dot com 
++ README.SUSE ++
README.SUSE

Please consult the configuration section below (taken from the original INSTALL 
document) about how to use transconnect in general.

As first step you produce a configuration file in your home directory. Therefor
please create a directory, copy the example configuration file, set secure file
permissions and customize it to your needs.

mkdir ~/.tconn
cp /usr/share/doc/packages/transconnect/tconn.conf ~/.tconn/
chmod 600 ~/.tconn/tconn.conf

Additional the shared library tconn.so is stored in /usr/lib/ resp. /usr/lib64/ 
and not in the users ~/.tconn directory as described in the file INSTALL. Hence 
the fifth step of the INSTALL instruction needs to be altered.

LD_PRELOAD=/usr/lib/tconn.so

- or -

LD_PRELOAD=/usr/lib64/tconn.so


Your SUSE Linux team.




CONFIGURATION   
 
-   
 
After compiling and installing the progam, you must configure it. The 
shared 
library and configuration file are stored in .tconn dir in your home dir.   
 

   

commit wireshark for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2014-03-09 20:28:33

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


Package is wireshark

Changes:

--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes  2013-12-22 
19:38:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2014-03-09 
20:28:35.0 +0100
@@ -1,0 +2,16 @@
+Sat Mar  8 10:10:14 UTC 2014 - andreas.stie...@gmx.de
+
+- update to 1.10.6 [bnc#867485] 
+  + vulnerabilities fixed:
+* The NFS dissector could crash
+  wnpa-sec-2014-01 CVE-2014-2281
+* The M3UA dissector could crash
+  wnpa-sec-2014-02 CVE-2014-2282
+* The RLC dissector could crash
+  wnpa-sec-2014-03 CVE-2014-2283
+* The MPEG file parser could overflow a buffer
+  wnpa-sec-2014-04 CVE-2014-2299
+  + Further bug fixes and updated protocol support as listed in:
+https://www.wireshark.org/docs/relnotes/wireshark-1.10.6.html
+
+---

Old:

  SIGNATURES-1.10.5.txt
  wireshark-1.10.5.tar.bz2

New:

  SIGNATURES-1.10.6.txt
  wireshark-1.10.6.tar.bz2



Other differences:
--
++ wireshark.spec ++
--- /var/tmp/diff_new_pack.rHa1C2/_old  2014-03-09 20:28:36.0 +0100
+++ /var/tmp/diff_new_pack.rHa1C2/_new  2014-03-09 20:28:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wireshark
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 %define use_gtk3 0
 
 Name:   wireshark
-Version:1.10.5
+Version:1.10.6
 Release:0
 Summary:A Network Traffic Analyser
 License:GPL-2.0+ and GPL-3.0+

++ SIGNATURES-1.10.5.txt - SIGNATURES-1.10.6.txt ++
--- /work/SRC/openSUSE:Factory/wireshark/SIGNATURES-1.10.5.txt  2013-12-22 
19:38:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.wireshark.new/SIGNATURES-1.10.6.txt 
2014-03-09 20:28:34.0 +0100
@@ -1,49 +1,49 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
-wireshark-1.10.5.tar.bz2: 2846 bytes
-MD5(wireshark-1.10.5.tar.bz2)=a66894a62f05e1e7a3156a807f3296ea
-SHA1(wireshark-1.10.5.tar.bz2)=ebbf4f8382fc8961c1fb7959727b3e6792e597c1
-RIPEMD160(wireshark-1.10.5.tar.bz2)=e4db106c6977c25c91bc5f85fe2be13c29091a55
-
-Wireshark-win32-1.10.5.exe: 22122096 bytes
-MD5(Wireshark-win32-1.10.5.exe)=9d7e09165aa4940755249eac5011ba70
-SHA1(Wireshark-win32-1.10.5.exe)=36f638c6a0de85a1c4874d6ff4d01ef70785471e
-RIPEMD160(Wireshark-win32-1.10.5.exe)=38262666d6b54d3f8e0916a7a89900ba981984c9
-
-Wireshark-win64-1.10.5.exe: 27981224 bytes
-MD5(Wireshark-win64-1.10.5.exe)=ebbbd6982608e019cce7cb01435b78ac
-SHA1(Wireshark-win64-1.10.5.exe)=d2dcffdb20118fbea1dded595337e854a62dd3db
-RIPEMD160(Wireshark-win64-1.10.5.exe)=b174b5f2771b40543ebed6f3416ede641c3c023d
-
-Wireshark-1.10.5.u3p: 30596669 bytes
-MD5(Wireshark-1.10.5.u3p)=5e08d4ea043e63e9ad283e78c69c
-SHA1(Wireshark-1.10.5.u3p)=5ce8ea3d55c9cc6b2640b70b986d17911398bfad
-RIPEMD160(Wireshark-1.10.5.u3p)=2475a3cd79b89287467c6fe4e94a725b44c9829c
-
-WiresharkPortable-1.10.5.paf.exe: 23484344 bytes
-MD5(WiresharkPortable-1.10.5.paf.exe)=20dcfaa0950077c4b94cc77bebb2fa65
-SHA1(WiresharkPortable-1.10.5.paf.exe)=2c75343de5fee45ff1848303662591510bf81299
-RIPEMD160(WiresharkPortable-1.10.5.paf.exe)=8adbebb7c2c6d11c26399a0e7f3bcdae1fc55cb0
-
-Wireshark 1.10.5 Intel 64.dmg: 24720646 bytes
-MD5(Wireshark 1.10.5 Intel 64.dmg)=4194556afae5d30f42816a714fc9d5a6
-SHA1(Wireshark 1.10.5 Intel 64.dmg)=59c496f52437ce0d2b836abbf546191f50345c8e
-RIPEMD160(Wireshark 1.10.5 Intel 
64.dmg)=4c044e542cb0d5b1186be66b33bd46599d82e714
-
-Wireshark 1.10.5 Intel 32.dmg: 20414329 bytes
-MD5(Wireshark 1.10.5 Intel 32.dmg)=6e895c84b25b4d36185aa9966a41ea7b
-SHA1(Wireshark 1.10.5 Intel 32.dmg)=20543d0f1b0411d844f7877f6017484e59807d1b
-RIPEMD160(Wireshark 1.10.5 Intel 
32.dmg)=402524661f4a9b10950c5ce9a8ff0cd162e34c7e
-
-patch-wireshark-1.10.4-to-1.10.5.bz2: 18402 bytes
-MD5(patch-wireshark-1.10.4-to-1.10.5.bz2)=16f23e275b5476a5dd92d3691b384386
-SHA1(patch-wireshark-1.10.4-to-1.10.5.bz2)=a21039a355ed28eac3d8364c938917edecd7e254
-RIPEMD160(patch-wireshark-1.10.4-to-1.10.5.bz2)=0d0e3bf94a8bdcb507e38c87b0536706d83067ec
+wireshark-1.10.6.tar.bz2: 26719003 bytes
+MD5(wireshark-1.10.6.tar.bz2)=c67435039d67ef1757bfff0ab88824ab
+SHA1(wireshark-1.10.6.tar.bz2)=081a2daf85e3257d7a2699e84a330712e3e5b9bb

commit virt-viewer for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package virt-viewer for openSUSE:Factory 
checked in at 2014-03-09 20:28:16

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


Package is virt-viewer

Changes:

--- /work/SRC/openSUSE:Factory/virt-viewer/virt-viewer.changes  2014-01-29 
22:23:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.virt-viewer.new/virt-viewer.changes 
2014-03-09 20:28:17.0 +0100
@@ -1,0 +2,10 @@
+Mon Feb 27 08:29:31 MST 2014 - carn...@suse.com
+
+- Upstream bug fixes
+  52fa6455-display-warning-if-UI-file-fails.patch
+  52fce019-dont-free-session-if-auth-retry.patch
+  52fce019-dont-hide-main-window-when-disconnecting.patch
+  52fce019-set-VNC-display-ready-after-VNC-initialized.patch
+  530b1cfc-german-translation-send-key-fix.patch
+
+---

New:

  52fa6455-display-warning-if-UI-file-fails.patch
  52fce019-dont-free-session-if-auth-retry.patch
  52fce019-dont-hide-main-window-when-disconnecting.patch
  52fce019-set-VNC-display-ready-after-VNC-initialized.patch
  530b1cfc-german-translation-send-key-fix.patch



Other differences:
--
++ virt-viewer.spec ++
--- /var/tmp/diff_new_pack.27eci7/_old  2014-03-09 20:28:18.0 +0100
+++ /var/tmp/diff_new_pack.27eci7/_new  2014-03-09 20:28:18.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   virt-viewer
 Summary:Virtual Machine Viewer
 License:GPL-2.0+
@@ -24,6 +23,11 @@
 Release:0
 Url:http://www.virt-manager.org
 Source0:virt-viewer-0.6.0.tar.bz2
+Patch1: 52fa6455-display-warning-if-UI-file-fails.patch
+Patch2: 52fce019-dont-free-session-if-auth-retry.patch
+Patch3: 52fce019-dont-hide-main-window-when-disconnecting.patch
+Patch4: 52fce019-set-VNC-display-ready-after-VNC-initialized.patch
+Patch5: 530b1cfc-german-translation-send-key-fix.patch
 Patch20:netcat.patch
 Patch21:windows-keycombo.patch
 Patch22:netware-keycombo.patch
@@ -62,6 +66,11 @@
 
 %prep
 %setup -q
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1

++ 52fa6455-display-warning-if-UI-file-fails.patch ++

Subject: Display warning if UI file fails
From: Jonathon Jongsma jjong...@redhat.com Mon Jan 20 10:28:40 2014 -0600
Date: Tue Feb 11 11:56:37 2014 -0600:
Git: bee13a6a59e44a9184f8c548207f0bddf8845d2e

When trying to load ui files, we try to find the file in several directories.
If a file is not found in one directory, try to load it from the next directory.
However, if a file is found in a directory but we are not able to load it (e.g.
due to unsupported versions of glade used to generate it, etc), we should print
a warning to the terminal to help the developer debug the issue.

This is an unexpected failure (whereas not finding the file in that directory at
all is an 'expected' failure).

diff --git a/src/virt-viewer-util.c b/src/virt-viewer-util.c
index 9deddad..4c60583 100644
--- a/src/virt-viewer-util.c
+++ b/src/virt-viewer-util.c
@@ -58,7 +58,12 @@ GtkBuilder *virt_viewer_util_load_ui(const char *name)
 gtk_builder_add_from_file(builder, name, error);
 } else {
 gchar *path = g_build_filename(PACKAGE_DATADIR, ui, name, NULL);
-gboolean success = (gtk_builder_add_from_file(builder, path, NULL) != 
0);
+gboolean success = (gtk_builder_add_from_file(builder, path, error) 
!= 0);
+if (error) {
+if (!(error-domain == G_FILE_ERROR  error-code == 
G_FILE_ERROR_NOENT))
+g_warning(Failed to add ui file '%s': %s, path, 
error-message);
+g_clear_error(error);
+}
 g_free(path);
 
 if (!success) {
++ 52fce019-dont-free-session-if-auth-retry.patch ++
Subject: rhbz#1007306 - Don't free session if we're re-trying auth
From: Jonathon Jongsma jjong...@redhat.com Fri Jan 31 13:56:19 2014 -0600
Date: Thu Feb 13 09:09:13 2014 -0600:
Git: 74b532f1ecf5affecc13e322723881ba42d2dd29

deactivate() is called in response to a failed authentication attempt. If the
session is cleared here, when a user attempts to re-authenticate, it will issue
a warning and will not actually work. So only clear the session here if we're
not going to re-try authentication.

Index: virt-viewer-0.6.0/src/virt-viewer-app.c
===
--- virt-viewer-0.6.0.orig/src/virt-viewer-app.c
+++ virt-viewer-0.6.0/src/virt-viewer-app.c
@@ -1249,7 +1249,6 @@ virt_viewer_app_deactivate(VirtViewerApp
 
 if 

commit yast2-auth-client for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package yast2-auth-client for 
openSUSE:Factory checked in at 2014-03-09 20:28:53

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


Package is yast2-auth-client

Changes:

--- /work/SRC/openSUSE:Factory/yast2-auth-client/yast2-auth-client.changes  
2014-02-25 16:41:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-auth-client.new/yast2-auth-client.changes 
2014-03-09 20:28:54.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  7 12:57:03 UTC 2014 - vark...@suse.com
+
+- Install needed sssd subpackages
+- 3.1.8 
+
+---

Old:

  yast2-auth-client-3.1.7.tar.bz2

New:

  yast2-auth-client-3.1.8.tar.bz2



Other differences:
--
++ yast2-auth-client.spec ++
--- /var/tmp/diff_new_pack.sQoSfO/_old  2014-03-09 20:28:55.0 +0100
+++ /var/tmp/diff_new_pack.sQoSfO/_new  2014-03-09 20:28:55.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-auth-client
-Version:3.1.7
+Version:3.1.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -34,7 +34,7 @@
 
 PreReq: %fillup_prereq
 
-Requires:   perl-Config-IniFiles
+Requires:   sssd
 Requires:   yast2 = 2.21.22
 Requires:   yast2-pam = 2.20.0
 Obsoletes:  yast2-kerberos-client

++ yast2-auth-client-3.1.7.tar.bz2 - yast2-auth-client-3.1.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-3.1.7/package/yast2-auth-client.changes 
new/yast2-auth-client-3.1.8/package/yast2-auth-client.changes
--- old/yast2-auth-client-3.1.7/package/yast2-auth-client.changes   
2014-02-24 17:48:51.0 +0100
+++ new/yast2-auth-client-3.1.8/package/yast2-auth-client.changes   
2014-03-07 15:03:42.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Mar  7 12:57:03 UTC 2014 - vark...@suse.com
+
+- Install needed sssd subpackages
+- 3.1.8 
+
+---
 Mon Feb 24 16:16:52 UTC 2014 - vark...@suse.com
 
 - bnc##865328 yast2 clone_system throws internal error for undefined
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-3.1.7/package/yast2-auth-client.spec 
new/yast2-auth-client-3.1.8/package/yast2-auth-client.spec
--- old/yast2-auth-client-3.1.7/package/yast2-auth-client.spec  2014-02-24 
17:48:51.0 +0100
+++ new/yast2-auth-client-3.1.8/package/yast2-auth-client.spec  2014-03-07 
15:03:42.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-auth-client
-Version:3.1.7
+Version:3.1.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -32,7 +32,7 @@
 
 Requires:  yast2 = 2.21.22
 Requires:  yast2-pam = 2.20.0
-Requires:  perl-Config-IniFiles
+Requires:  sssd
 Obsoletes:  yast2-ldap-client yast2-kerberos-client
 
 BuildArchitectures:noarch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-auth-client-3.1.7/src/modules/AuthClient.rb 
new/yast2-auth-client-3.1.8/src/modules/AuthClient.rb
--- old/yast2-auth-client-3.1.7/src/modules/AuthClient.rb   2014-02-19 
14:00:34.0 +0100
+++ new/yast2-auth-client-3.1.8/src/modules/AuthClient.rb   2014-03-07 
15:03:42.0 +0100
@@ -115,6 +115,15 @@
   services = []
   filter_groups = []
   filter_users  = []
+  to_install= []
+
+  need_sssd = {
+ ldap  = false,
+ ipa   = false,
+ ad= false,
+ krb5  = false,
+ proxy = false
+  }
 
   #Add sss to pam
   Pam.Add(sss)
@@ -176,10 +185,22 @@
   else
  
SCR.Write(path(.etc.sssd_conf.value.+s+.+k),@auth[sssd_conf][s][k])
   end
+ if k == id_provider or k == auth_provider 
+need_sssd[@auth[sssd_conf][s][k]] = true;
+ end
 }
   }
   SCR.Write(path(.etc.sssd_conf),nil)
 
+  need_sssd.each_pair do |key, needed|
+pkg = sssd-#{key}
+if needed  !Package.Installed(pkg)  Package.Available(pkg)
+  to_install  pkg
+end
+  end
+
+  Package.DoInstall(to_install) unless to_install.empty?
+
   #Enable autofs only if there is min one domain activated and autofs 
service is enabled
   if services.include?(autofs)
 Service.Enable(autofs)
@@ -331,7 +352,7 @@
 #
 
 
-publish :variable = :auth,   :type = map
+

commit xtrabackup for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package xtrabackup for openSUSE:Factory 
checked in at 2014-03-09 20:28:39

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


Package is xtrabackup

Changes:

--- /work/SRC/openSUSE:Factory/xtrabackup/xtrabackup.changes2014-02-19 
07:52:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.xtrabackup.new/xtrabackup.changes   
2014-03-09 20:28:40.0 +0100
@@ -1,0 +2,21 @@
+Thu Mar  6 19:46:05 UTC 2014 - andreas.stie...@gmx.de
+
+- update to 2.1.8
+  Disabled the binary version check functionality in the
+  VersionCheck module due to security concerns. The automatic
+  version check remains disabled in the openSUSE package.
+  [bnc#864194] CVE-2014-2029
+- bugs fixed:
+  * do not discard read-ahead buffers through incorrect usage of
+posic_fadvise() hints, which resulted in higher I/O rate on
+the backup stage
+  * Spurious trailing data blocks that would normally be ignored
+by InnoDB could lead to an assertion failure on the backup stage
+  * A spurious warning message could cause issues with third-party
+wrapper scripts
+  * xbcrypt could fail with the xbcrypt:xb_crypt_read_chunk: unable
+to read chunk iv size at offset error under some circumstances
+  * xbstream could sometimes hang when extracting a broken or
+incomplete input stream
+
+---

Old:

  percona-xtrabackup-2.1.7-nodoc.tar.gz

New:

  percona-xtrabackup-2.1.8-nodoc.tar.gz



Other differences:
--
++ xtrabackup.spec ++
--- /var/tmp/diff_new_pack.xkDjpg/_old  2014-03-09 20:28:42.0 +0100
+++ /var/tmp/diff_new_pack.xkDjpg/_new  2014-03-09 20:28:42.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0
 Group:  Productivity/Databases/Tools
 Name:   xtrabackup
-Version:2.1.7
+Version:2.1.8
 Release:0
 Url:http://www.percona.com/software/percona-xtrabackup/
 Source: percona-xtrabackup-%{version}-nodoc.tar.gz

++ percona-xtrabackup-2.1.7-nodoc.tar.gz - 
percona-xtrabackup-2.1.8-nodoc.tar.gz ++
/work/SRC/openSUSE:Factory/xtrabackup/percona-xtrabackup-2.1.7-nodoc.tar.gz 
/work/SRC/openSUSE:Factory/.xtrabackup.new/percona-xtrabackup-2.1.8-nodoc.tar.gz
 differ: char 5, line 1

++ xtrabackup-nodoc.sh ++
--- /var/tmp/diff_new_pack.xkDjpg/_old  2014-03-09 20:28:42.0 +0100
+++ /var/tmp/diff_new_pack.xkDjpg/_new  2014-03-09 20:28:42.0 +0100
@@ -14,7 +14,7 @@
 # published by the Open Source Initiative.
 #
 
-XTRABACKUP_VERSION=2.1.7
+XTRABACKUP_VERSION=2.1.8
 MYSQL55_VERSION=5.5.35
 MYSQL56_VERSION=5.6.15
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit grub for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package grub for openSUSE:Factory checked in 
at 2014-03-10 06:52:24

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


Package is grub

Changes:

--- /work/SRC/openSUSE:Factory/grub/grub.changes2014-01-07 
17:19:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.grub.new/grub.changes   2014-03-10 
06:52:25.0 +0100
@@ -1,0 +2,7 @@
+Tue Mar  4 16:03:11 UTC 2014 - d...@suse.com
+
+- %post changes from 2013-10-16 broke kiwi image creation.
+  Always copy over the boot stages even if we're not sure
+  yet whether they are needed (bnc#863293).
+
+---



Other differences:
--
++ grub.spec ++
--- /var/tmp/diff_new_pack.atyFTG/_old  2014-03-10 06:52:26.0 +0100
+++ /var/tmp/diff_new_pack.atyFTG/_new  2014-03-10 06:52:26.0 +0100
@@ -200,6 +200,14 @@
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 %install_info --info-dir=%{_infodir} %{_infodir}/multiboot.info.gz
 
+# bnc#863293: make kiwi happy
+# copy especially stage2 over, because it will be modified in-place !
+cp -p /usr/lib/grub/*stage1* /boot/grub/. 2/dev/null || true
+# Avoid fragmentation on reiserfs.
+dd if=/usr/lib/grub/stage2 of=/boot/grub/stage2.new bs=256k 2/dev/null
+# should anything go wrong the system will remain bootable :
+mv --backup=simple --suffix=.old /boot/grub/stage2{.new,}
+
 if [ -e /etc/sysconfig/bootloader ] ; then
 source /etc/sysconfig/bootloader
 else
@@ -214,16 +222,6 @@
 echo grub postinstall: grub is not the active boot loader
 exit 0
 fi
-
-# should anything go wrong the system will remain bootable :
-if [ -e /boot/grub/stage2 ] ; then
-   mv /boot/grub/stage2{,.old}
-fi
-# copy especially stage2 over, because it will be modified in-place !
-cp -p /usr/lib/grub/*stage1*   /boot/grub 2/dev/null || true
-# Avoid fragmentation on reiserfs.
-dd if=/usr/lib/grub/stage2 of=/boot/grub/stage2 bs=256k 
-# bnc#682337 -- Dr. Schroeder's special ointment:
 if [ -x /bin/fsync ]; then
 fsync /boot/grub/stage2
 fsync /boot/grub

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org