commit bsd-games for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package bsd-games for openSUSE:Factory 
checked in at 2013-10-06 14:23:51

Comparing /work/SRC/openSUSE:Factory/bsd-games (Old)
 and  /work/SRC/openSUSE:Factory/.bsd-games.new (New)


Package is bsd-games

Changes:

--- /work/SRC/openSUSE:Factory/bsd-games/bsd-games.changes  2013-09-25 
15:19:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.bsd-games.new/bsd-games.changes 2013-10-06 
14:23:52.0 +0200
@@ -1,0 +2,11 @@
+Fri Oct  4 08:22:46 UTC 2013 - sleep_wal...@suse.cz
+
+- remove /usr/games also from package description
+
+---
+Fri Sep 27 15:13:11 UTC 2013 - sleep_wal...@suse.cz
+
+- fix rot13 (bnc#827521)
+- rework /usr/games/ -- /usr/bin move
+
+---



Other differences:
--
++ bsd-games.spec ++
--- /var/tmp/diff_new_pack.qKwOzl/_old  2013-10-06 14:23:53.0 +0200
+++ /var/tmp/diff_new_pack.qKwOzl/_new  2013-10-06 14:23:53.0 +0200
@@ -53,7 +53,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-This package copies these games into /usr/games: arithmetic, atc,
+This package provides these games: arithmetic, atc,
 backgammon, battlestar, bcd, bog, caesar, canfield, cfscores, cribbage,
 fish, fortune, hangman, hunt, mille, monop, morse, number,
 paranoia, pom, ppt, primes, rain, robots, sail, snake, snscore,
@@ -73,28 +73,28 @@
 
 %build
 (echo %{buildroot}
-echo fortune
-for i in {1,2}{1,2,3,4,5}; do echo; done;  # 10 times default
+echo fortune # don't build fortune
 echo
+echo %{_bindir}  # use bindir instead of 
/usr/games
+for i in {1..9}; do echo; done # 9 times default
 echo n   # Set owners/groups on 
installed files
 yes ) | ./configure
 make CC=gcc CXX=g++ OPTIMIZE=%{optflags} -I/usr/include/ncurses \
dab_CXXFLAGS=-DHAVE_fgetln %{?_smp_mflags}
 
 %install
-make INSTALL_PREFIX=%{buildroot} install
+make INSTALL_PREFIX=%{buildroot} install SBINDIR=%{_bindir}
 # get rid of dm functionality as it needs a setgid, dm is only used to 
restrict which games may be played
-rm %{buildroot}%{_prefix}/games/dm
+
+rm %{buildroot}%{_bindir}/dm
 
 # factor is contained also in coreutils, prefer the version there
-rm %{buildroot}%{_prefix}/games/factor
+
+rm %{buildroot}%{_bindir}/factor
 
 rm -rf %{buildroot}%{_mandir}/man5
 rm -rf %{buildroot}%{_mandir}/man8
-# move the programs into /usr/bin as this is the proper location
-mkdir %{buildroot}%{_bindir}
-mv %{buildroot}%{_prefix}/games/* %{buildroot}%{_bindir}/
-rmdir %{buildroot}%{_prefix}/games
+
 find %{buildroot}%{_localstatedir}/games/ -exec chmod g-w,o-rw {} \;
 rm %{buildroot}%{_datadir}/doc/bsd-games/trek.me
 
@@ -113,9 +113,9 @@
 %{_mandir}/man6/*
 %{_datadir}/misc/*
 %{_datadir}/games/*
-%attr(770,games,games) %{_localstatedir}/games/hack
-%attr(770,games,games) %{_localstatedir}/games/phantasia
-%attr(770,games,games) %{_localstatedir}/games/sail
+%dir %attr(770,games,games) %{_localstatedir}/games/hack
+%dir %attr(770,games,games) %{_localstatedir}/games/phantasia
+%dir %attr(770,games,games) %{_localstatedir}/games/sail
 %attr(660,games,games) %{_localstatedir}/games/hack/data
 %attr(660,games,games) %{_localstatedir}/games/hack/help
 %attr(660,games,games) %{_localstatedir}/games/hack/hh

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



commit deepin-ui for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package deepin-ui for openSUSE:Factory 
checked in at 2013-10-06 14:24:58

Comparing /work/SRC/openSUSE:Factory/deepin-ui (Old)
 and  /work/SRC/openSUSE:Factory/.deepin-ui.new (New)


Package is deepin-ui

Changes:

--- /work/SRC/openSUSE:Factory/deepin-ui/deepin-ui.changes  2013-08-28 
21:14:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.deepin-ui.new/deepin-ui.changes 2013-10-06 
14:24:59.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct  5 00:28:34 CST 2013 - hillw...@linuxfans.org
+
+- add missing files in deepin-ui-demo.
+
+---



Other differences:
--
++ deepin-ui.spec ++
--- /var/tmp/diff_new_pack.mBZ56K/_old  2013-10-06 14:25:02.0 +0200
+++ /var/tmp/diff_new_pack.mBZ56K/_new  2013-10-06 14:25:02.0 +0200
@@ -86,6 +86,9 @@
 mkdir %{buildroot}/%{_datadir}/deepin-ui-demo
 mkdir %{buildroot}/%{_bindir}/
 mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps
+cp icon.ico %{buildroot}/%{_datadir}/deepin-ui-demo
+cp frame.png %{buildroot}/%{_datadir}/deepin-ui-demo
+cp logo.png %{buildroot}/%{_datadir}/deepin-ui-demo
 cp %{S:1} %{buildroot}/%{_datadir}/applications
 cp -R app_theme %{buildroot}/%{_datadir}/deepin-ui-demo
 cp -R skin %{buildroot}/%{_datadir}/deepin-ui-demo


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



commit deepin-ui for openSUSE:13.1

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package deepin-ui for openSUSE:13.1 checked 
in at 2013-10-06 14:25:00

Comparing /work/SRC/openSUSE:13.1/deepin-ui (Old)
 and  /work/SRC/openSUSE:13.1/.deepin-ui.new (New)


Package is deepin-ui

Changes:

--- /work/SRC/openSUSE:13.1/deepin-ui/deepin-ui.changes 2013-09-23 
10:49:36.0 +0200
+++ /work/SRC/openSUSE:13.1/.deepin-ui.new/deepin-ui.changes2013-10-06 
14:25:02.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct  5 00:28:34 CST 2013 - hillw...@linuxfans.org
+
+- add missing files in deepin-ui-demo.
+
+---



Other differences:
--
++ deepin-ui.spec ++
--- /var/tmp/diff_new_pack.vT3w3e/_old  2013-10-06 14:25:02.0 +0200
+++ /var/tmp/diff_new_pack.vT3w3e/_new  2013-10-06 14:25:02.0 +0200
@@ -86,6 +86,9 @@
 mkdir %{buildroot}/%{_datadir}/deepin-ui-demo
 mkdir %{buildroot}/%{_bindir}/
 mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps
+cp icon.ico %{buildroot}/%{_datadir}/deepin-ui-demo
+cp frame.png %{buildroot}/%{_datadir}/deepin-ui-demo
+cp logo.png %{buildroot}/%{_datadir}/deepin-ui-demo
 cp %{S:1} %{buildroot}/%{_datadir}/applications
 cp -R app_theme %{buildroot}/%{_datadir}/deepin-ui-demo
 cp -R skin %{buildroot}/%{_datadir}/deepin-ui-demo


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



commit dpic for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package dpic for openSUSE:Factory checked in 
at 2013-10-06 14:25:16

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


Package is dpic

Changes:

--- /work/SRC/openSUSE:Factory/dpic/dpic.changes2013-03-12 
06:54:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.dpic.new/dpic.changes   2013-10-06 
14:25:18.0 +0200
@@ -1,0 +2,6 @@
+Sat Oct  5 16:50:13 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 2013.09.30
+  * Better portability of the random() function
+
+---
@@ -8 +14 @@
-Sat Nov 24 21:47:38 UTC 2012 - dmi...@roshchin.org
+Sat Nov 24 21:47:38 UTC 2012 - dmitr...@opensuse.org
@@ -20 +26 @@
-Thu Aug 16 06:44:35 UTC 2012 - dmi...@roshchin.org
+Thu Aug 16 06:44:35 UTC 2012 - dmitr...@opensuse.org
@@ -26 +32 @@
-Mon Jul 16 18:55:51 UTC 2012 - dmi...@roshchin.org
+Mon Jul 16 18:55:51 UTC 2012 - dmitr...@opensuse.org
@@ -32 +38 @@
-Sun Jun 24 19:58:29 UTC 2012 - dmi...@roshchin.org
+Sun Jun 24 19:58:29 UTC 2012 - dmitr...@opensuse.org
@@ -37 +43 @@
-Sat Jun  2 18:35:11 UTC 2012 - dmi...@roshchin.org
+Sat Jun  2 18:35:11 UTC 2012 - dmitr...@opensuse.org
@@ -42 +48 @@
-Fri Feb 17 16:01:54 UTC 2012 - dmi...@roshchin.org
+Fri Feb 17 16:01:54 UTC 2012 - dmitr...@opensuse.org
@@ -48 +54 @@
-Thu Dec  8 13:18:46 UTC 2011 - dmi...@roshchin.org
+Thu Dec  8 13:18:46 UTC 2011 - dmitr...@opensuse.org
@@ -59 +65 @@
-Fri Sep 23 18:01:34 UTC 2011 - dmi...@roshchin.org
+Fri Sep 23 18:01:34 UTC 2011 - dmitr...@opensuse.org
@@ -71 +77 @@
-Thu Jun 16 17:41:05 UTC 2011 - dmi...@roshchin.org
+Thu Jun 16 17:41:05 UTC 2011 - dmitr...@opensuse.org
@@ -77 +83 @@
-Fri Mar 18 13:51:14 UTC 2011 - dmi...@roshchin.org
+Fri Mar 18 13:51:14 UTC 2011 - dmitr...@opensuse.org
@@ -83 +89 @@
-Sat Jan  1 10:29:52 UTC 2011 - dmi...@roshchin.org
+Sat Jan  1 10:29:52 UTC 2011 - dmitr...@opensuse.org
@@ -89 +95 @@
-Thu Dec  9 17:56:18 UTC 2010 - dmi...@roshchin.org
+Thu Dec  9 17:56:18 UTC 2010 - dmitr...@opensuse.org

Old:

  dpic-2013.03.10.tar.gz

New:

  dpic-2013.09.30.tar.gz



Other differences:
--
++ dpic.spec ++
--- /var/tmp/diff_new_pack.fcBT1D/_old  2013-10-06 14:25:19.0 +0200
+++ /var/tmp/diff_new_pack.fcBT1D/_new  2013-10-06 14:25:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   dpic
-Version:2013.03.10
+Version:2013.09.30
 Release:0
 Summary:Pic language processor
 License:BSD-2-Clause and CC-BY-3.0

++ dpic-2013.03.10.tar.gz - dpic-2013.09.30.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dpic/CHANGES new/dpic/CHANGES
--- old/dpic/CHANGES2013-03-10 18:45:50.0 +0100
+++ new/dpic/CHANGES2013-09-30 19:12:00.0 +0200
@@ -2,6 +2,7 @@
 those shown correspond to changes (usually of documentation) not involving
 functionality.
 
+2013 09 30 Better portability of the random() function
 2013 03 09 Minor tweak to svg output
 2013 02 27 dpic returns EXIT_FAILURE on fatal errors or (errcount  0);
warnings are not counted.
Files old/dpic/doc/dpicdoc.pdf and new/dpic/doc/dpicdoc.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dpic/doc/quick.pic new/dpic/doc/quick.pic
--- old/dpic/doc/quick.pic  2013-03-10 18:45:51.0 +0100
+++ new/dpic/doc/quick.pic  2013-09-30 19:12:00.0 +0200
@@ -1,7 +1,7 @@
 .PS# Pic input begins with .PS
-# cct_init Version 7.4.5: PSTricks m4 macro settings used.
+# cct_init Version 7.7.1: PSTricks m4 macro settings.
   
-  # gen_init Version 7.4.5: PSTricks m4 macro settings used.
+  # gen_init Version 7.7.1: PSTricks m4 macro settings.
   
 
   define rpoint__ {
@@ -39,7 +39,8 @@
 move to 
Here+(((0.25*linewid))*(cos(rp_ang)),((0.25*linewid))*(sin(rp_ang)))
   { circle rad (0.25*linewid)  at Here }
 
-  line from 
Here+(((0.25*linewid))*(cos(rp_ang)),((0.25*linewid))*(sin(rp_ang))) to 
Here+((rp_len/2)*(cos(rp_ang)),(rp_len/2)*(sin(rp_ang)))} 
+  line from 
Here+(((0.25*linewid))*(cos(rp_ang)),((0.25*linewid))*(sin(rp_ang))) \
+  to Here+((rp_len/2)*(cos(rp_ang)),(rp_len/2)*(sin(rp_ang)))} 
   { [box invis wid (0.25*linewid)*2 ht (0.25*linewid)*2] at 
Here+((rp_len/2)*(cos(rp_ang)),(rp_len/2)*(sin(rp_ang))) }
   line to Here+((rp_len)*(cos(rp_ang)),(rp_len)*(sin(rp_ang))) invis ;  {$ 
-$ \
  at last [].s rjust below }; {$ v_s$ \
@@ -61,7 +62,8 @@
  then to 
M4_xyO+((linewid/6/4)*(cos(rp_ang))+((linewid/6/4)*((-2)))*((-sin(rp_ang))),(linewid/6/4)*(sin(rp_ang))+((linewid/6/4)*((-2)))*(cos(rp_ang)))
 \

commit libqt5-qtbase for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtbase for openSUSE:Factory 
checked in at 2013-10-06 14:27:16

Comparing /work/SRC/openSUSE:Factory/libqt5-qtbase (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtbase.new (New)


Package is libqt5-qtbase

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes  
2013-10-04 13:52:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new/libqt5-qtbase.changes 
2013-10-06 14:27:18.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  4 14:23:42 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Add convenient macros for packages building against Qt5:
+  %_libqt5_qmake, %qmake5, %make_jobs and %qmake5_install
+
+---



Other differences:
--
++ libqt5-qtbase.spec ++
--- /var/tmp/diff_new_pack.FBGUOL/_old  2013-10-06 14:27:20.0 +0200
+++ /var/tmp/diff_new_pack.FBGUOL/_new  2013-10-06 14:27:20.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libqt5-qtbase
 BuildRequires:  alsa-devel
 BuildRequires:  at-spi2-core-devel
@@ -39,19 +40,19 @@
 BuildRequires:  pkgconfig(gbm)
 BuildRequires:  pkgconfig(glesv2)
 %endif
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(xkbcommon) = 0.2.0
 BuildRequires:  xcb-util-image-devel
 BuildRequires:  xcb-util-keysyms-devel
 BuildRequires:  xcb-util-renderutil-devel
 BuildRequires:  xcb-util-wm-devel
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(xkbcommon) = 0.2.0
 Version:5.1.1
 Release:0
-License:GPL-3.0 or SUSE-LGPL-2.1-with-digia-exception-1.1
 Summary:C++ Program Library, Core Components
-Url:http://qt.digia.com
+License:GPL-3.0 or SUSE-LGPL-2.1-with-digia-exception-1.1
 Group:  System/Libraries
+Url:http://qt.digia.com
 %define base_name libqt5
 %define real_version 5.1.1
 %define tar_version qtbase-opensource-src-%{real_version}
@@ -132,18 +133,18 @@
 Requires:   pkgconfig(gbm)
 Requires:   pkgconfig(glesv2)
 %endif
-Requires:   pkgconfig(glib-2.0)
-Requires:   pkgconfig(xkbcommon) = 0.2.0
-Requires:   xcb-util-image-devel
-Requires:   xcb-util-keysyms-devel
-Requires:   xcb-util-renderutil-devel
-Requires:   xcb-util-wm-devel
 Requires:   gstreamer-0_10-plugins-base-devel
 Requires:   libicu-devel
 Requires:   libpulse-devel
 Requires:   libudev-devel
+Requires:   xcb-util-image-devel
+Requires:   xcb-util-keysyms-devel
+Requires:   xcb-util-renderutil-devel
+Requires:   xcb-util-wm-devel
 Requires:   xorg-x11-devel
 Requires:   zlib-devel
+Requires:   pkgconfig(glib-2.0)
+Requires:   pkgconfig(xkbcommon) = 0.2.0
 
 %description devel
 You need this package, if you want to compile programs with Qt. It


++ macros.qt5 ++
--- /var/tmp/diff_new_pack.FBGUOL/_old  2013-10-06 14:27:20.0 +0200
+++ /var/tmp/diff_new_pack.FBGUOL/_new  2013-10-06 14:27:20.0 +0200
@@ -12,5 +12,16 @@
 %_libqt5_sysconfdir   %{_sysconfdir}/xdg
 %_libqt5_translationdir   %{_libqt5_datadir}/qt5/translations
 
+%_libqt5_qmake %{_libqt5_bindir}/qmake
 
- 
+%qmake5 \
+  export PATH=%{_libqt5_bindir}:$PATH ; \
+  export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF ; \
+  export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF ; \
+  %_libqt5_qmake
+
+%make_jobs \
+  %{__make} %{?_smp_mflags} VERBOSE=1
+
+%qmake5_install \
+  make INSTALL_ROOT=%{buildroot} install
\ No newline at end of file

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



commit chromium for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2013-10-06 14:26:12

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


Package is chromium

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2013-09-28 
13:38:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2013-10-06 
14:26:20.0 +0200
@@ -1,0 +2,18 @@
+Fri Oct  4 05:59:20 UTC 2013 - tittiatc...@gmail.com
+
+- Update to Chromium 31.0.1650.8
+  * Bug and Stability Fixes
+
+- Removed patch chromium-fix-altgrkeys.diff due to upstream 
+  inclusion
+
+- Add patch chromium-fix-chromedriver-build.diff to fix the build 
+  of chromedriver, so that this package can be build again.
+
+---
+Tue Oct  1 09:57:35 UTC 2013 - tittiatc...@gmail.com
+
+- Add patch chromium-fix-altgrkeys.diff 
+   - Make sure that AltGr is treated correctly (issue#296835)
+
+---
@@ -15,0 +34,2 @@
+- Add patch no-download-nacl.diff to enable building the 
+  Native Client within the chromium build

Old:

  chromium-31.0.1640.0.tar.xz

New:

  chromium-31.0.1650.8.tar.xz
  chromium-fix-chromedriver-build.diff



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.qJZL3m/_old  2013-10-06 14:26:28.0 +0200
+++ /var/tmp/diff_new_pack.qJZL3m/_new  2013-10-06 14:26:28.0 +0200
@@ -18,14 +18,13 @@
 
 %define chromium_no_dlopen 1
 %define chromium_system_libs 0%{?suse_version}  1230
-%define with_chromedriver 0
 
 %define pnacl_version 12180
 %define newlib_version 12067
 %define glibc_version 12053
 
 Name:   chromium
-Version:31.0.1640.0
+Version:31.0.1650.8
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+
@@ -72,6 +71,8 @@
 Patch66:chromium-sandbox-pie.patch
 # PATCH-FIX-OPENSUSE Adjust ldflags for better building
 Patch67:adjust-ldflags-no-keep-memory.patch
+# PATCH-FIX-OPENSUSE Fix the chromedriver build due to a non-svn tarball
+Patch68:chromium-fix-chromedriver-build.diff
 
 BuildRequires:  alsa-devel
 BuildRequires:  bison
@@ -261,7 +262,6 @@
 This is convenient because an executable can be launched, load libraries and 
open files and get
 chroot()-ed to an empty directory when it wants to drop filesystem access.
 
-%if 0%{?with_chromedriver}
 %package -n chromedriver
 
 Summary:WebDriver for Google Chrome/Chromium
@@ -271,7 +271,7 @@
 
 %description -n chromedriver
 WebDriver is an open source tool for automated testing of webapps across many 
browsers. It provides capabilities for navigating to web pages, user input, 
JavaScript execution, and more. ChromeDriver is a standalone server which 
implements WebDriver's wire protocol for Chromium. It is being developed by 
members of the Chromium and WebDriver teams.
-%endif
+
 
 %if 0%{?packman_bs}
 %package ffmpeg
@@ -298,6 +298,8 @@
 %patch20 -p0
 %patch66 -p0
 %patch67 -p0
+%patch68 -p0
+#Upstream fixes
 
 # apply vendor patch after substitution
 sed s:RPM_VERSION:%{version}: %{SOURCE20} | patch -p0
@@ -482,10 +484,8 @@
 # Build the required SUID_SANDBOX helper
 ninja -C out/Release chrome_sandbox
 
-%if 0%{?with_chromedriver}
 # Build the ChromeDriver test suite
-ninja -C out/Release chromedriver2_server
-%endif
+ninja -C out/Release chromedriver
 %endif
 
 %install
@@ -518,9 +518,7 @@
ln -s -f %{_prefix}/lib/chrome_sandbox 
%{buildroot}/%{_libdir}/chromium/chrome-sandbox
 
cp -a *.pak locales xdg-mime %{buildroot}%{_libdir}/chromium/
-   %if 0%{?with_chromedriver}
-   cp -a chromedriver2_server %{buildroot}%{_libdir}/chromium/
-   %endif
+   cp -a chromedriver %{buildroot}%{_libdir}/chromium/
 
# Patch xdg-settings to use the chromium version of xdg-mime as that 
the system one is not KDE4 compatible
sed s|xdg-mime|%{_libdir}/chromium/xdg-mime|g xdg-settings  
%{buildroot}%{_libdir}/chromium/xdg-settings
@@ -651,9 +649,7 @@
 %exclude %{_libdir}/chromium/libffmpegsumo.so
 %exclude %{_libdir}/chromium/chromium-kde
 %exclude %{_libdir}/chromium/chromium-gnome
-%if 0%{?with_chromedriver}
-%exclude %{_libdir}/chromium/chromedriver2_server
-%endif
+%exclude %{_libdir}/chromium/chromedriver
 %exclude %{_libdir}/chromium/chrome-sandbox
 %_bindir/chromium
 %ghost %_sysconfdir/alternatives/chromium
@@ -673,11 +669,9 @@
 %verify(not mode) %{_prefix}/lib/chrome_sandbox
 %{_libdir}/chromium/chrome-sandbox
 
-%if 0%{?with_chromedriver}
 %files -n chromedriver
 

commit kmymoney for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package kmymoney for openSUSE:Factory 
checked in at 2013-10-06 14:26:25

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


Package is kmymoney

Changes:

--- /work/SRC/openSUSE:Factory/kmymoney/kmymoney.changes2013-09-16 
10:03:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmymoney.new/kmymoney.changes   2013-10-06 
14:26:29.0 +0200
@@ -1,0 +2,25 @@
+Sun Oct  6 02:58:58 UTC 2013 - nico.kru...@gmail.com
+
+- Update to 4.6.4:
+  Most important changes:
+  * Fixed the interaction with input method editors
+(kde#320579, kde#272393 and kde#272631)
+  * Fixed a crash after editing a security (kde#309105)
+  * The 'Use system colors' setting was made a default setting
+(kde#309010)
+  * Fixed the rendering of a ledger entry when the ledger does
+not have focus
+  * Fixed the persistency of some header settings like in the
+'Investments' view (kde#310260)
+  * Fixed a crash when OFX update is cancelled while waiting for
+KWallet (kde#281728)
+  * Fixed a crash cause by a transaction with an empty postdate
+(kde#310265)
+  * Fixed a possible crash while mapping an OFX account
+(kde#296681)
+  * Added definition for new Azerbaijani Manat (kde#307774)
+  * Fixed the category selection actions in the find transactions
+dialog (kde#313874)
+- drop fix-build-with-gmp-510.diff (kde#312481) (fixed upstream)
+
+---

Old:

  fix-build-with-gmp-510.diff
  kmymoney-4.6.3.tar.bz2

New:

  kmymoney-4.6.4.tar.xz



Other differences:
--
++ kmymoney.spec ++
--- /var/tmp/diff_new_pack.JwswyB/_old  2013-10-06 14:26:33.0 +0200
+++ /var/tmp/diff_new_pack.JwswyB/_new  2013-10-06 14:26:33.0 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   kmymoney
-Version:4.6.3
+Version:4.6.4
 Release:0
 Summary:A Personal Finance Manager for KDE 4
 License:GPL-2.0 or GPL-3.0
 Group:  Productivity/Office/Finance
 Url:http://kmymoney2.sourceforge.net/
-Source0:
http://downloads.sourceforge.net/kmymoney2/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM fix-build-with-gmp-510.diff [bko#312481] -- fix build 
with gmp = 5.1.0
-Patch0: fix-build-with-gmp-510.diff
+Source0:
http://downloads.sourceforge.net/kmymoney2/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM 0001-Fixed-linking-with-Gwenhywfar-4.6.0.patch -- fixes 
build with Gwenhywfar = 4.6.0
 Patch1: 0001-Fixed-linking-with-Gwenhywfar-4.6.0.patch
 BuildRequires:  aqbanking-devel
@@ -75,7 +73,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 
 %build

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



commit lcms for openSUSE:13.1

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package lcms for openSUSE:13.1 checked in at 
2013-10-06 14:26:37

Comparing /work/SRC/openSUSE:13.1/lcms (Old)
 and  /work/SRC/openSUSE:13.1/.lcms.new (New)


Package is lcms

Changes:

--- /work/SRC/openSUSE:13.1/lcms/lcms.changes   2013-09-23 10:56:23.0 
+0200
+++ /work/SRC/openSUSE:13.1/.lcms.new/lcms.changes  2013-10-06 
14:26:39.0 +0200
@@ -1,0 +2,11 @@
+Sat Oct  5 19:37:49 UTC 2013 - crrodrig...@opensuse.org
+
+- add zlib-devel to buildrequires, not implicit anymore. 
+
+---
+Fri Oct  4 18:26:21 CEST 2013 - sbra...@suse.cz
+
+- Stack overflow fix
+  (CVE-2013-4276.patch, bnc#843716, CVE-2013-4276).
+
+---

New:

  CVE-2013-4276.patch



Other differences:
--
++ lcms.spec ++
--- /var/tmp/diff_new_pack.jKkWRy/_old  2013-10-06 14:26:39.0 +0200
+++ /var/tmp/diff_new_pack.jKkWRy/_new  2013-10-06 14:26:39.0 +0200
@@ -29,6 +29,8 @@
 Patch:  lcms-endian.patch
 Patch1: lcms-strict-aliasing.patch
 Patch2: lcms-implicit-declaration.patch
+# PATCH-FIX-SECURITY CVE-2013-4276.patch bnc843716 sbra...@suse.cz -- Stack 
overflow fix.
+Patch3: CVE-2013-4276.patch
 
 %if 0%{?fedora_version}   
 BuildRequires:  gcc-c++
@@ -44,6 +46,7 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
+BuildRequires:  zlib-devel
 %endif 
 
 # bug437293
@@ -97,7 +100,7 @@
 %patch
 %patch1
 %patch2
-#%patch3 -p1
+%patch3 -p1
 cp -a README.1ST README
 chmod -x COPYING AUTHORS NEWS README doc/*.TXT
 

++ CVE-2013-4276.patch ++
--- lcms-1.19.dfsg/samples/icctrans.c   2009-10-30 15:57:45.0 +
+++ lcms-1.19.dfsg/samples/icctrans.c   2013-08-06 11:53:14.385266647 +0100
@@ -86,6 +86,8 @@ 
 static LPcmsNAMEDCOLORLIST InputColorant = NULL;
 static LPcmsNAMEDCOLORLIST OutputColorant = NULL;
 
+unsigned int Buffer_size = 4096;
+
 
 // isatty replacement
 
@@ -500,7 +502,7 @@ 
 
 Prefix[0] = 0;
 if (!lTerse)
-sprintf(Prefix, %s=, C);
+snprintf(Prefix, 20, %s=, C);
 
 if (InHexa)
 {
@@ -648,7 +650,9 @@ 
 static
 void GetLine(char* Buffer)
 {
-scanf(%s, Buffer);
+char User_buffer[Buffer_size];
+fgets(User_buffer, (Buffer_size - 1), stdin);
+sscanf(User_buffer,%s, Buffer);
 
 if (toupper(Buffer[0]) == 'Q') { // Quit?
 
@@ -668,7 +672,7 @@ 
 static
 double GetAnswer(const char* Prompt, double Range)
 {
-char Buffer[4096];
+char Buffer[Buffer_size];
 double val = 0.0;
   
 if (Range == 0.0) {  // Range 0 means double value
@@ -738,7 +742,7 @@ 
 static
 WORD GetIndex(void)
 {
-char Buffer[4096], Name[40], Prefix[40], Suffix[40];
+char Buffer[Buffer_size], Name[40], Prefix[40], Suffix[40];
 int index, max;
 
 max = cmsNamedColorCount(hTrans)-1;
--- lcms-1.19.dfsg/tifficc/tiffdiff.c   2009-10-30 15:57:46.0 +
+++ lcms-1.19.dfsg/tifficc/tiffdiff.c   2013-08-06 11:49:06.698951157 +0100
@@ -633,7 +633,7 @@ 
 cmsIT8SetSheetType(hIT8, TIFFDIFF);
 

-sprintf(Buffer, Differences between %s and %s, TiffName1, TiffName2);
+snprintf(Buffer, 256, Differences between %s and %s, TiffName1, 
TiffName2);
   
 cmsIT8SetComment(hIT8, Buffer);
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lcms for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package lcms for openSUSE:Factory checked in 
at 2013-10-06 14:26:34

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


Package is lcms

Changes:

--- /work/SRC/openSUSE:Factory/lcms/lcms.changes2013-04-14 
10:16:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.lcms.new/lcms.changes   2013-10-06 
14:26:35.0 +0200
@@ -1,0 +2,11 @@
+Sat Oct  5 19:37:49 UTC 2013 - crrodrig...@opensuse.org
+
+- add zlib-devel to buildrequires, not implicit anymore. 
+
+---
+Fri Oct  4 18:26:21 CEST 2013 - sbra...@suse.cz
+
+- Stack overflow fix
+  (CVE-2013-4276.patch, bnc#843716, CVE-2013-4276).
+
+---

New:

  CVE-2013-4276.patch



Other differences:
--
++ lcms.spec ++
--- /var/tmp/diff_new_pack.NG0Twg/_old  2013-10-06 14:26:36.0 +0200
+++ /var/tmp/diff_new_pack.NG0Twg/_new  2013-10-06 14:26:36.0 +0200
@@ -29,6 +29,8 @@
 Patch:  lcms-endian.patch
 Patch1: lcms-strict-aliasing.patch
 Patch2: lcms-implicit-declaration.patch
+# PATCH-FIX-SECURITY CVE-2013-4276.patch bnc843716 sbra...@suse.cz -- Stack 
overflow fix.
+Patch3: CVE-2013-4276.patch
 
 %if 0%{?fedora_version}   
 BuildRequires:  gcc-c++
@@ -44,6 +46,7 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
+BuildRequires:  zlib-devel
 %endif 
 
 # bug437293
@@ -97,7 +100,7 @@
 %patch
 %patch1
 %patch2
-#%patch3 -p1
+%patch3 -p1
 cp -a README.1ST README
 chmod -x COPYING AUTHORS NEWS README doc/*.TXT
 

++ CVE-2013-4276.patch ++
--- lcms-1.19.dfsg/samples/icctrans.c   2009-10-30 15:57:45.0 +
+++ lcms-1.19.dfsg/samples/icctrans.c   2013-08-06 11:53:14.385266647 +0100
@@ -86,6 +86,8 @@ 
 static LPcmsNAMEDCOLORLIST InputColorant = NULL;
 static LPcmsNAMEDCOLORLIST OutputColorant = NULL;
 
+unsigned int Buffer_size = 4096;
+
 
 // isatty replacement
 
@@ -500,7 +502,7 @@ 
 
 Prefix[0] = 0;
 if (!lTerse)
-sprintf(Prefix, %s=, C);
+snprintf(Prefix, 20, %s=, C);
 
 if (InHexa)
 {
@@ -648,7 +650,9 @@ 
 static
 void GetLine(char* Buffer)
 {
-scanf(%s, Buffer);
+char User_buffer[Buffer_size];
+fgets(User_buffer, (Buffer_size - 1), stdin);
+sscanf(User_buffer,%s, Buffer);
 
 if (toupper(Buffer[0]) == 'Q') { // Quit?
 
@@ -668,7 +672,7 @@ 
 static
 double GetAnswer(const char* Prompt, double Range)
 {
-char Buffer[4096];
+char Buffer[Buffer_size];
 double val = 0.0;
   
 if (Range == 0.0) {  // Range 0 means double value
@@ -738,7 +742,7 @@ 
 static
 WORD GetIndex(void)
 {
-char Buffer[4096], Name[40], Prefix[40], Suffix[40];
+char Buffer[Buffer_size], Name[40], Prefix[40], Suffix[40];
 int index, max;
 
 max = cmsNamedColorCount(hTrans)-1;
--- lcms-1.19.dfsg/tifficc/tiffdiff.c   2009-10-30 15:57:46.0 +
+++ lcms-1.19.dfsg/tifficc/tiffdiff.c   2013-08-06 11:49:06.698951157 +0100
@@ -633,7 +633,7 @@ 
 cmsIT8SetSheetType(hIT8, TIFFDIFF);
 

-sprintf(Buffer, Differences between %s and %s, TiffName1, TiffName2);
+snprintf(Buffer, 256, Differences between %s and %s, TiffName1, 
TiffName2);
   
 cmsIT8SetComment(hIT8, Buffer);
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libyui-qt-graph for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package libyui-qt-graph for openSUSE:Factory 
checked in at 2013-10-06 14:28:13

Comparing /work/SRC/openSUSE:Factory/libyui-qt-graph (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-qt-graph.new (New)


Package is libyui-qt-graph

Changes:

--- /work/SRC/openSUSE:Factory/libyui-qt-graph/libyui-qt-graph.changes  
2013-06-28 16:05:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-qt-graph.new/libyui-qt-graph.changes 
2013-10-06 14:28:14.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 27 08:57:27 UTC 2013 - co...@suse.com
+
+- supplement libyui-qt (bnc#793893)
+
+---



Other differences:
--
++ libyui-qt-graph-doc.spec ++
--- /var/tmp/diff_new_pack.IA6m9R/_old  2013-10-06 14:28:17.0 +0200
+++ /var/tmp/diff_new_pack.IA6m9R/_new  2013-10-06 14:28:17.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libyui-qt-graph (Version 2.42.7)
+# spec file for package libyui-qt-graph-doc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,26 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:  libyui-qt-graph-doc
 Version:   2.42.7
 Release:   0
-License:   LGPL-2.1 or LGPL-3.0
 Source:libyui-qt-graph-%{version}.tar.bz2
-Group: Documentation/HTML
 
 BuildArch: noarch
 
+BuildRequires:  cmake = 2.8
 BuildRequires:  doxygen
 BuildRequires:  fdupes
-BuildRequires:  graphviz-gnome
-BuildRequires:  texlive-latex
-BuildRequires:  cmake = 2.8
 BuildRequires:  gcc-c++
+BuildRequires:  graphviz-gnome
 BuildRequires:  libyui-devel = 3.0.4
+BuildRequires:  texlive-latex
 
-
-URL:   http://github.com/libyui/
+Url:http://github.com/libyui/
 Summary:   Libyui-qt-graph documentation
+License:LGPL-2.1 or LGPL-3.0
+Group:  Documentation/HTML
 
 %description
 This package contains the Qt graph 
@@ -46,10 +46,8 @@
 
 %prep
 
-
 %setup -n libyui-qt-graph-%{version}
 
-
 %build
 
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
@@ -65,18 +63,15 @@
 
 make %{?jobs:-j%jobs} docs
 
-
 %install
 cd build
 make install DESTDIR=$RPM_BUILD_ROOT
 
 %fdupes -s $RPM_BUILD_ROOT/%_docdir/libyui-qt-graph5
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root)
 %doc %{_docdir}/libyui-qt-graph5

++ libyui-qt-graph.spec ++
--- /var/tmp/diff_new_pack.IA6m9R/_old  2013-10-06 14:28:17.0 +0200
+++ /var/tmp/diff_new_pack.IA6m9R/_new  2013-10-06 14:28:17.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libyui-qt-graph (Version 2.42.7)
+# spec file for package libyui-qt-graph
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -11,16 +11,15 @@
 # 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:  libyui-qt-graph
 Version:   2.42.7
 Release:   0
-License:   LGPL-2.1 or LGPL-3.0
 Source:libyui-qt-graph-%{version}.tar.bz2
-Group: System/Libraries
 
 BuildRequires: cmake = 2.8
 BuildRequires:  gcc-c++
@@ -28,12 +27,13 @@
 BuildRequires:  libqt4-devel
 BuildRequires:  libyui-devel = 3.0.4
 
-
 %define libyui_qt_devel_versionlibyui-qt-devel = 2.42.0
 BuildRequires: %{libyui_qt_devel_version}
 
-URL:   http://github.com/libyui/
+Url:http://github.com/libyui/
 Summary:   Libyui - Qt Graph Widget
+License:LGPL-2.1 or LGPL-3.0
+Group:  System/Libraries
 
 %description
 This package contains the Qt graph 
@@ -42,16 +42,16 @@
 
 %package -n libyui-qt-graph5
 
-Group: System/Libraries
-
 Requires:  libyui5
+Supplements:libyui-qt5
 Provides:  libyui-qt-graph = %{version}
 
 Provides:  yast2-qt-graph = 2.42.0
 Obsoletes: yast2-qt-graph  2.42.0
 
-URL:   http://github.com/libyui/
+Url:http://github.com/libyui/
 Summary:   Libyui - Qt Graph Widget
+Group:  System/Libraries
 
 %description -n libyui-qt-graph5
 This package contains the Qt graph 
@@ -61,13 +61,12 @@
 
 %package devel
 
-Group: 

commit libserf for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package libserf for openSUSE:Factory checked 
in at 2013-10-06 14:27:52

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


Package is libserf

Changes:

--- /work/SRC/openSUSE:Factory/libserf/libserf.changes  2013-09-29 
17:49:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.libserf.new/libserf.changes 2013-10-06 
14:27:53.0 +0200
@@ -1,0 +2,21 @@
+Fri Oct  4 20:45:19 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.3.2
+- bugs fixed:
+  * HTTP headers should be treated case-insensitively
+  * Compilation breaks with Codewarrior compiler
+  * Fix crash during cleanup of SSL buckets in apr_terminate()
+  * Fix host header when url contains a username or password
+  * Handle authentication for responses to HEAD requests
+  * Improve serf_get: add option to add request headers, allow url 
+with query, allow HEAD requests
+  * Improve RFC conformance: don't expect body for certain responses
+  * Do not invoke progress callback when no data was received
+  * And more test suite fixes and build warning cleanups
+- SCons-related fixes:
+  * Fix build when GSSAPI not in default include path
+  - Use both MAJOR and MINOR version for the shared library name
+   Fix the .pc file when installing serf in a non-default LIBDIR
+- drop serf-1.3.x-shlibver-soname.patch, committed upstream
+
+---

Old:

  serf-1.3.1.tar.bz2
  serf-1.3.x-shlibver-soname.patch

New:

  serf-1.3.2.tar.bz2



Other differences:
--
++ libserf.spec ++
--- /var/tmp/diff_new_pack.yf4wyj/_old  2013-10-06 14:27:54.0 +0200
+++ /var/tmp/diff_new_pack.yf4wyj/_new  2013-10-06 14:27:54.0 +0200
@@ -24,13 +24,12 @@
 %define major  1
 %define minor  3
 %define SHLIBVER %major.%minor.0
-Version:1.3.1
+Version:1.3.2
 Release:0
 Summary:High-Performance Asynchronous HTTP Client Library
 License:Apache-2.0
 Group:  System/Libraries
 Source: https://serf.googlecode.com/files/serf-%{version}.tar.bz2
-Patch1: serf-1.3.x-shlibver-soname.patch
 Url:https://serf.googlecode.com
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc
@@ -112,7 +111,6 @@
 
 %prep
 %setup -q -n serf-%{version}
-%patch1 -p1
 
 %build
 scons \

++ serf-1.3.1.tar.bz2 - serf-1.3.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/serf-1.3.1/CHANGES new/serf-1.3.2/CHANGES
--- old/serf-1.3.1/CHANGES  2013-08-15 21:16:24.0 +0200
+++ new/serf-1.3.2/CHANGES  2013-10-04 20:33:48.0 +0200
@@ -1,4 +1,26 @@
-Serf 1.3.1 [2013-08-15, from /tags/1.3.1, r]
+Serf 1.3.2 [2013-10-04, from /tags/1.3.2, r]
+  Fix issue 130: HTTP headers should be treated case-insensitively
+  Fix issue 126: Compilation breaks with Codewarrior compiler
+  Fix crash during cleanup of SSL buckets in apr_terminate() (r2145)
+  Fix Windows build: Also export functions with capital letters in .def file
+  Fix host header when url contains a username or password (r2170)
+  Ensure less TCP package fragmentation on Windows (r2145)
+  Handle authentication for responses to HEAD requests (r2178,-9)
+  Improve serf_get: add option to add request headers, allow url with query,
+ allow HEAD requests (r2143,r2175,-6)
+  Improve RFC conformance: don't expect body for certain responses (r2011,-2)
+  Do not invoke progress callback when no data was received (r2144)
+  And more test suite fixes and build warning cleanups
+  SCons-related fixes:
+   Fix build when GSSAPI not in default include path (2155)
+   Fix OpenBSD build: always map all LIBPATH entries into RPATH (r2156)
+   Checksum generation in Windows shared libraries for release builds (2162)
+   Mac OS X: Use MAJOR version only in dylib install name (r2161)
+   Use both MAJOR and MINOR version for the shared library name (2163)
+   Fix the .pc file when installing serf in a non-default LIBDIR (r2191)
+
+
+Serf 1.3.1 [2013-08-15, from /tags/1.3.1, r2138]
   Fix issue 77: Endless loop if server doesn't accept Negotiate authentication.
   Fix issue 114: ssl/tls renegotiation fails
   Fix issue 120: error with ssl tunnel over proxy with KeepAlive off and
@@ -17,6 +39,7 @@
Solaris: Fix build with cc, don't use unsupported compiler flags
   Require SCons version 2.3.0 or higher now (for the soname support).
 
+
 Serf 1.3.0 [2013-07-23, from /tags/1.3.0, r2074]
   Fix issue 83: use PATH rather than URI within an ssltunnel (r1952)
   Fix issue 108: improved error reporting from the underlying socket (r1951)
diff -urN '--exclude=CVS' 

commit libqt5-qtwebkit for openSUSE:13.1

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtwebkit for openSUSE:13.1 
checked in at 2013-10-06 14:27:30

Comparing /work/SRC/openSUSE:13.1/libqt5-qtwebkit (Old)
 and  /work/SRC/openSUSE:13.1/.libqt5-qtwebkit.new (New)


Package is libqt5-qtwebkit

Changes:

--- /work/SRC/openSUSE:13.1/libqt5-qtwebkit/libqt5-qtwebkit.changes 
2013-10-04 13:54:34.0 +0200
+++ /work/SRC/openSUSE:13.1/.libqt5-qtwebkit.new/libqt5-qtwebkit.changes
2013-10-06 14:27:32.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  4 20:08:51 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Drop the memory check from the spec, we are utilizing _constraints
+  for that. Also reduce the processor constraint to 4.
+
+---



Other differences:
--
++ libqt5-qtwebkit.spec ++
--- /var/tmp/diff_new_pack.oitZV1/_old  2013-10-06 14:27:32.0 +0200
+++ /var/tmp/diff_new_pack.oitZV1/_new  2013-10-06 14:27:32.0 +0200
@@ -176,13 +176,6 @@
 export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
 export LDFLAGS=$LDFLAGS -Wl,--reduce-memory-overheads -Wl,--no-keep-memory
 
-free -m
-FREESPACE=`free -m | grep Mem | cut -c15-18`
-if [ $FREESPACE -lt 2000 ]; then
-echo not enough memory
-exit 1
-fi
-
 qmake
 make
 

++ _constraints ++
--- /var/tmp/diff_new_pack.oitZV1/_old  2013-10-06 14:27:32.0 +0200
+++ /var/tmp/diff_new_pack.oitZV1/_new  2013-10-06 14:27:32.0 +0200
@@ -1,8 +1,8 @@
 constraints
  hardware
-  memory
-   size unit=G5/size
-  /memory
-  processors8/processors
+  physicalmemory
+   size unit=G4/size
+  /physicalmemory
+  processors4/processors
  /hardware
 /constraints

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



commit libqt5-qtwebkit for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtwebkit for openSUSE:Factory 
checked in at 2013-10-06 14:27:28

Comparing /work/SRC/openSUSE:Factory/libqt5-qtwebkit (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new (New)


Package is libqt5-qtwebkit

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtwebkit/libqt5-qtwebkit.changes  
2013-10-04 13:54:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new/libqt5-qtwebkit.changes 
2013-10-06 14:27:29.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  4 20:08:51 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Drop the memory check from the spec, we are utilizing _constraints
+  for that. Also reduce the processor constraint to 4.
+
+---



Other differences:
--
++ libqt5-qtwebkit.spec ++
--- /var/tmp/diff_new_pack.ZNddg1/_old  2013-10-06 14:27:30.0 +0200
+++ /var/tmp/diff_new_pack.ZNddg1/_new  2013-10-06 14:27:30.0 +0200
@@ -176,13 +176,6 @@
 export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
 export LDFLAGS=$LDFLAGS -Wl,--reduce-memory-overheads -Wl,--no-keep-memory
 
-free -m
-FREESPACE=`free -m | grep Mem | cut -c15-18`
-if [ $FREESPACE -lt 2000 ]; then
-echo not enough memory
-exit 1
-fi
-
 qmake
 make
 

++ _constraints ++
--- /var/tmp/diff_new_pack.ZNddg1/_old  2013-10-06 14:27:30.0 +0200
+++ /var/tmp/diff_new_pack.ZNddg1/_new  2013-10-06 14:27:30.0 +0200
@@ -1,8 +1,8 @@
 constraints
  hardware
-  memory
-   size unit=G5/size
-  /memory
-  processors8/processors
+  physicalmemory
+   size unit=G4/size
+  /physicalmemory
+  processors4/processors
  /hardware
 /constraints

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



commit libyui-qt-graph for openSUSE:13.1

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package libyui-qt-graph for openSUSE:13.1 
checked in at 2013-10-06 14:28:15

Comparing /work/SRC/openSUSE:13.1/libyui-qt-graph (Old)
 and  /work/SRC/openSUSE:13.1/.libyui-qt-graph.new (New)


Package is libyui-qt-graph

Changes:

--- /work/SRC/openSUSE:13.1/libyui-qt-graph/libyui-qt-graph.changes 
2013-09-23 10:59:19.0 +0200
+++ /work/SRC/openSUSE:13.1/.libyui-qt-graph.new/libyui-qt-graph.changes
2013-10-06 14:28:17.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 27 08:57:27 UTC 2013 - co...@suse.com
+
+- supplement libyui-qt (bnc#793893)
+
+---



Other differences:
--
++ libyui-qt-graph-doc.spec ++
--- /var/tmp/diff_new_pack.ng7Dxr/_old  2013-10-06 14:28:17.0 +0200
+++ /var/tmp/diff_new_pack.ng7Dxr/_new  2013-10-06 14:28:17.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libyui-qt-graph (Version 2.42.7)
+# spec file for package libyui-qt-graph-doc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,26 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:  libyui-qt-graph-doc
 Version:   2.42.7
 Release:   0
-License:   LGPL-2.1 or LGPL-3.0
 Source:libyui-qt-graph-%{version}.tar.bz2
-Group: Documentation/HTML
 
 BuildArch: noarch
 
+BuildRequires:  cmake = 2.8
 BuildRequires:  doxygen
 BuildRequires:  fdupes
-BuildRequires:  graphviz-gnome
-BuildRequires:  texlive-latex
-BuildRequires:  cmake = 2.8
 BuildRequires:  gcc-c++
+BuildRequires:  graphviz-gnome
 BuildRequires:  libyui-devel = 3.0.4
+BuildRequires:  texlive-latex
 
-
-URL:   http://github.com/libyui/
+Url:http://github.com/libyui/
 Summary:   Libyui-qt-graph documentation
+License:LGPL-2.1 or LGPL-3.0
+Group:  Documentation/HTML
 
 %description
 This package contains the Qt graph 
@@ -46,10 +46,8 @@
 
 %prep
 
-
 %setup -n libyui-qt-graph-%{version}
 
-
 %build
 
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
@@ -65,18 +63,15 @@
 
 make %{?jobs:-j%jobs} docs
 
-
 %install
 cd build
 make install DESTDIR=$RPM_BUILD_ROOT
 
 %fdupes -s $RPM_BUILD_ROOT/%_docdir/libyui-qt-graph5
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root)
 %doc %{_docdir}/libyui-qt-graph5

++ libyui-qt-graph.spec ++
--- /var/tmp/diff_new_pack.ng7Dxr/_old  2013-10-06 14:28:17.0 +0200
+++ /var/tmp/diff_new_pack.ng7Dxr/_new  2013-10-06 14:28:17.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libyui-qt-graph (Version 2.42.7)
+# spec file for package libyui-qt-graph
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -11,16 +11,15 @@
 # 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:  libyui-qt-graph
 Version:   2.42.7
 Release:   0
-License:   LGPL-2.1 or LGPL-3.0
 Source:libyui-qt-graph-%{version}.tar.bz2
-Group: System/Libraries
 
 BuildRequires: cmake = 2.8
 BuildRequires:  gcc-c++
@@ -28,12 +27,13 @@
 BuildRequires:  libqt4-devel
 BuildRequires:  libyui-devel = 3.0.4
 
-
 %define libyui_qt_devel_versionlibyui-qt-devel = 2.42.0
 BuildRequires: %{libyui_qt_devel_version}
 
-URL:   http://github.com/libyui/
+Url:http://github.com/libyui/
 Summary:   Libyui - Qt Graph Widget
+License:LGPL-2.1 or LGPL-3.0
+Group:  System/Libraries
 
 %description
 This package contains the Qt graph 
@@ -42,16 +42,16 @@
 
 %package -n libyui-qt-graph5
 
-Group: System/Libraries
-
 Requires:  libyui5
+Supplements:libyui-qt5
 Provides:  libyui-qt-graph = %{version}
 
 Provides:  yast2-qt-graph = 2.42.0
 Obsoletes: yast2-qt-graph  2.42.0
 
-URL:   http://github.com/libyui/
+Url:http://github.com/libyui/
 Summary:   Libyui - Qt Graph Widget
+Group:  System/Libraries
 
 %description -n libyui-qt-graph5
 This package contains the Qt graph 
@@ -61,13 +61,12 @@
 
 %package devel
 
-Group: 

commit lighttpd for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package lighttpd for openSUSE:Factory 
checked in at 2013-10-06 14:29:00

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


Package is lighttpd

Changes:

--- /work/SRC/openSUSE:Factory/lighttpd/lighttpd.changes2013-06-28 
17:46:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.lighttpd.new/lighttpd.changes   2013-10-06 
14:29:01.0 +0200
@@ -1,0 +2,35 @@
+Fri Sep 27 14:46:14 UTC 2013 - stbueh...@web.de
+
+- update to 1.4.33:
+  - mod_fastcgi: fix mix up of mode = authorizer in other fastcgi configs 
(fixes #2465, thx peex)
+  - fix handling of If-Modified-Since if If-None-Match is present (don't 
return 412 for date parsing errors);
+follow current draft for HTTP/1.1, which tells us to ignore 
If-Modified-Since if we have matching etags.
+  - [mod_fastcgi,log] support multi line logging (fixes #2252)
+  - call ERR_clear_error only for ssl connections in CON_STATE_ERROR
+  - reject non ASCII characters in HTTP header names
+  - [mod_auth] use crypt() on encrypted password instead of extracting salt 
first (fixes #2483)
+  - [mod_auth] add htpasswd -s (SHA1) support if openssl is used (needs 
openssl for SHA1). This doesn't use any salt, md5 with salt is probably better.
+  - [mod_auth] fix base64_decode (#2484)
+  - fix some bugs found with canalyze (fixes #2484, thx Zhenbo Xu)
+  - fix undefined stuff found with clang
+  - [cmake] Use TARGET_LINK_LIBRARIES instead of LINK_FLAGS for library 
dependencies, also add -Wl,--as-needed to extra warnings (fixes #2448)
+  - [mod_auth] fix invalid read in digest qop=auth-int handling (fixes #2478)
+  - [auto* build] simplify autogen.sh, handle automake 1.13 test running 
(fixes #2490)
+  - [mod_userdir] add userdir.active option, enabled by default
+  - [core] return 501 Not Implemented in static file mode for all methods 
except GET/POST/HEAD/OPTIONS
+  - [core] recognize more http methods to forward to backends (fixes #2346)
+  - [ssl] use DH only if openssl supports it (fixes #2479)
+  - [network] use constants available at compile time for maximum number of 
chunks for writev instead of calling sysconf (fixes #2470)
+  - [ssl] Fix $HTTP[scheme] conditional, could be http for ssl connections 
if the ssl $SERVER[socket] conditional was nested (fixes #2501)
+  - [ssl] accept ssl renegotiations if they are not disabled (fixes #2491)
+  - [ssl] add option ssl.empty-fragments, defaulting to disabled (fixes #2492)
+  - [auth] put REMOTE_USER into cgi environment, making it accessible to lua 
via lighty.req_env (fixes #2495)
+  - [auth] new method extern to use already present REMOTE_USER (from 
magnet, ssl, ...) (fixes #2436)
+  - [core] remove requirement that default doc-root has to exist, there are 
reasonable scenarios not requiring static files at all
+  - [core] check whether server.chroot exists
+  - [mod_simple_vhost] fix cache; skip module if simple-vhost.server-root is 
empty (thx rm for reporting)
+  - [mod_accesslog] add accesslog.syslog-level option (fixes #2480)
+  - [core] allow files to be used as document-root (fixes #2475)
+  - [core] set signal handlers before forking child processes in 
modules/plugins_call_set_defaults (fixes #2502)
+
+---

Old:

  lighttpd_1.4.31-1.debian.tar.gz
  lighttpd_1.4.32-0.1.debian.tar.gz
  lighttpd_1.4.32-0.1.dsc
  lighttpd_1.4.32.orig.tar.gz

New:

  lighttpd_1.4.33-0.1.debian.tar.gz
  lighttpd_1.4.33-0.1.dsc
  lighttpd_1.4.33.orig.tar.xz



Other differences:
--
++ lighttpd.spec ++
--- /var/tmp/diff_new_pack.pUw1Fd/_old  2013-10-06 14:29:02.0 +0200
+++ /var/tmp/diff_new_pack.pUw1Fd/_new  2013-10-06 14:29:02.0 +0200
@@ -17,11 +17,13 @@
 
 
 Name:   lighttpd
-Version:1.4.32
+Version:1.4.33
 Release:0
 #
 %define pkg_name lighttpd
 %define pkg_user lighttpd
+%define pkg_version 1.4.33
+%define deb_version 1.4.33
 %define pkg_home /var/lib/%{pkg_name}
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,6 +42,8 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pwdutils
 BuildRequires:  zlib-devel
+# extract upstream tar.xz:
+BuildRequires:  xz
 #
 %define with_tests 1
 %define with_enh_webdav 1
@@ -94,7 +98,7 @@
 #
 Url:http://www.lighttpd.net/
 # Source: 
http://www.lighttpd.net/download/%{pkg_name}-%{version}.tar.bz2
-Source: lighttpd_%{version}.orig.tar.gz
+Source: lighttpd_%{deb_version}.orig.tar.xz
 Source1:%{pkg_name}.init
 Source2:%{pkg_name}.sysconfig
 Source4:lightytest.sh
@@ -102,7 +106,7 @@
 Source6:lighttpd-ssl.SuSEfirewall
 Source7:

commit mono-kde4 for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package mono-kde4 for openSUSE:Factory 
checked in at 2013-10-06 14:29:17

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


Package is mono-kde4

Changes:

--- /work/SRC/openSUSE:Factory/mono-kde4/mono-kde4.changes  2013-10-03 
16:05:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.mono-kde4.new/mono-kde4.changes 2013-10-06 
14:29:18.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct  6 10:25:20 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Explicitly BuildRequire libmonoboehm-2_0-devel for openSUSE 13.2
+
+---



Other differences:
--
++ mono-kde4.spec ++
--- /var/tmp/diff_new_pack.maYu0P/_old  2013-10-06 14:29:20.0 +0200
+++ /var/tmp/diff_new_pack.maYu0P/_new  2013-10-06 14:29:20.0 +0200
@@ -29,6 +29,9 @@
 BuildRequires:  libkde4-devel
 BuildRequires:  libkdepimlibs4-devel
 BuildRequires:  libmono-2_0-devel
+%if 0%{?suse_version}  1310
+BuildRequires:  libmonoboehm-2_0-devel
+%endif
 BuildRequires:  libqimageblitz-devel
 BuildRequires:  libsmokegen-devel
 BuildRequires:  libsmokekde-devel

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



commit offlineimap for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package offlineimap for openSUSE:Factory 
checked in at 2013-10-06 14:29:47

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


Package is offlineimap

Changes:

--- /work/SRC/openSUSE:Factory/offlineimap/offlineimap.changes  2013-07-06 
19:14:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.offlineimap.new/offlineimap.changes 
2013-10-06 14:29:48.0 +0200
@@ -1,0 +2,66 @@
+Sat Oct  5 20:51:01 UTC 2013 - g...@opensuse.org
+
+- update to version 6.5.5
+  * Avoid lockups for IMAP synchronizations running with the
+-1 command-line switch (X-Ryl669 boite.pour.s...@gmail.com)
+  * Dump stacktrace for all threads on SIGQUIT: ease debugging
+of threading and other issues
+  * SIGHUP is now handled as the termination notification rather
+than the signal to reread the configuration (Dmitrijs Ledkovs)
+  * Honor the timezone of emails (Tobias Thierer)
+  * Allow mbnames output to be sorted by a custom sort key by
+specifying a 'sort_keyfunc' function in the [mbnames] section
+of the config.
+  * Support SASL PLAIN authentication method.  (Andreas Mack)
+  * Support transport-only tunnels that requre full IMAP
+authentication.  (Steve Purcell)
+  * Make the list of authentication mechanisms to be configurable.
+(Andreas Mack)
+  * Allow to set message access and modification timestamps based
+on the Date header of the message itself.  (Cyril Russo)
+  * peritem format string for [mbnames] got new expansion key
+localfolders that corresponds to the same parameter of the
+local repository for the account being processed.
+  * [regression] pass folder names to the foldersort function,
+revert the documented behaviour
+  * Fix handling of zero-sized IMAP data items (GitHub#15).
+  * Updated bundled imaplib2 to 2.35:
+- fix for Gmail sending a BYE response after reading 100
+  messages in a session;
+- includes fix for GitHub#15: patch was accepted upstream.
+  * Updated bundled imaplib2 to 2.36: it includes support for SSL
+version override that was integrated into our code before,
+no other changes.
+  * Fixed parsing of quoted strings in IMAP responses: strings like
+\\ were treated as having \ as the escaped quote, rather
+than treating it as the quoted escaped backslash (GitHub#53).
+  * Execute pre/post-sync hooks during synchronizations toggled by
+IMAP IDLE message processing. (maxge...@gmail.com)
+  * Catch unsuccessful local mail uploads when IMAP server responds
+with NO status; that resulted in a loss of such local
+messages. (Adam Spiers)
+  * Don't create folders if readonly is enabled.
+  * Learn to deal with readonly folders to properly detect this
+condition and act accordingly.  One example is Gmail's Chats
+folder that is read-only, but contains logs of the quick chats.
+(E.  Ryabinkin)
+  * Fix str.format() calls for Python 2.6 (D. Logie)
+  * Remove APPENDUID hack, previously introduced to fix Gmail, no
+longer necessary, it might have been breaking things. (J.
+Wiegley)
+  * Improve regex that could lead to 'NoneType' object has no
+attribute 'group' (D. Franke)
+  * Improved error throwing on repository misconfiguration
+  * bump bundled imaplib2 library 2.29 -- 2.33
+  * Actually perform the SSL fingerprint check (reported by J.
+Cook)
+  * Curses UI, don't use colors after we shut down curses already
+(C.Höger)
+  * Document that '%' needs encoding as '%%' in configuration
+files.
+  * Fix crash when IMAP.quickchanged() led to an Error (reported by
+sharat87)
+  * Implement the createfolders setting to disable folder
+propagation (see docs)
+
+---

Old:

  offlineimap-v6.5.3.tar.gz

New:

  offlineimap-6.5.5.tar.gz



Other differences:
--
++ offlineimap.spec ++
--- /var/tmp/diff_new_pack.uZQYQu/_old  2013-10-06 14:29:49.0 +0200
+++ /var/tmp/diff_new_pack.uZQYQu/_new  2013-10-06 14:29:49.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   offlineimap
-Version:6.5.3
+Version:6.5.5
 Release:0
 Summary:Powerful IMAP/Maildir Synchronization Tool
 License:GPL-2.0+
 Group:  Productivity/Networking/Email/Utilities
 Url:http://offlineimap.org/
-Source: offlineimap-v%{version}.tar.gz
+Source: %{name}-%{version}.tar.gz
 Source100:  offlineimap-rpmlintrc
 BuildRequires:  docutils
 BuildRequires:  python
@@ -33,7 +33,6 @@
 Requires:   python-curses
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%define 

commit nip2 for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package nip2 for openSUSE:Factory checked in 
at 2013-10-06 14:29:25

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


Package is nip2

Changes:

--- /work/SRC/openSUSE:Factory/nip2/nip2.changes2013-07-05 
15:05:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.nip2.new/nip2.changes   2013-10-06 
14:29:26.0 +0200
@@ -1,0 +2,11 @@
+Sat Oct  5 17:14:07 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 7.36.0
+  * removed old thing to show API docs
+  * measure now lets you pick the area to measure, and draws sample patches
+  * new column now goes to right of current column, not alphabetically
+  * detect doubleclick on ws tab label background
+  * tabs can be locked
+  * tabs have error indicators
+
+---

Old:

  nip2-7.34.1.tar.gz

New:

  nip2-7.36.0.tar.gz



Other differences:
--
++ nip2.spec ++
--- /var/tmp/diff_new_pack.xfSZdO/_old  2013-10-06 14:29:27.0 +0200
+++ /var/tmp/diff_new_pack.xfSZdO/_new  2013-10-06 14:29:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   nip2
-Version:7.34.1
+Version:7.36.0
 Release:0
 Summary:Interactive tool for working with large images
 License:GPL-2.0+

++ nip2-7.34.1.tar.gz - nip2-7.36.0.tar.gz ++
/work/SRC/openSUSE:Factory/nip2/nip2-7.34.1.tar.gz 
/work/SRC/openSUSE:Factory/.nip2.new/nip2-7.36.0.tar.gz differ: char 5, line 1

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



commit pdsh for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package pdsh for openSUSE:Factory checked in 
at 2013-10-06 14:30:09

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


Package is pdsh

Changes:

--- /work/SRC/openSUSE:Factory/pdsh/pdsh.changes2012-12-10 
17:17:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.pdsh.new/pdsh.changes   2013-10-06 
14:30:10.0 +0200
@@ -1,0 +2,9 @@
+Wed Oct  2 02:03:38 UTC 2013 - david.b...@emc.com
+
+- update to version 2.29 (2013-02-12)
+  -- Fix issue 42: --with-dshgroup sets DSHGROUP_PATH to yes
+  -- Fix issue 53: Add -P option to target SLURM partitions (Michael Fenn)
+  -- Fix issue 54: pdsh prints empty lines with -S
+  -- pdcp: Add more levels of directory recursion (Pythagoras Watson)
+
+---

Old:

  pdsh-2.28.tar.bz2

New:

  pdsh-2.29.tar.bz2



Other differences:
--
++ pdsh.spec ++
--- /var/tmp/diff_new_pack.ADazwE/_old  2013-10-06 14:30:11.0 +0200
+++ /var/tmp/diff_new_pack.ADazwE/_new  2013-10-06 14:30:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pdsh
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -22,12 +22,12 @@
 BuildRequires:  readline-devel
 BuildRequires:  rsh
 Url:http://pdsh.googlecode.com/
-Version:2.28
+Version:2.29
 Release:0
 Summary:Parallel remote shell program
 License:GPL-2.0+
 Group:  Productivity/Clustering/Computing
-Source: %{name}-%version.tar.bz2
+Source: https://pdsh.googlecode.com/files/%{name}-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Prereq: 
 # Set this to 1 to build with genders support and framework for
@@ -59,7 +59,7 @@
 
 %files
 %defattr(-,root,root)
-%doc README DISCLAIMER README.KRB4
+%doc README DISCLAIMER README.* NEWS DISCLAIMER COPYING TODO
 %attr(755, root, root) /usr/bin/pdsh
 %attr(755, root, root) /usr/bin/pdcp 
 /usr/bin/dshbak

++ pdsh-2.28.tar.bz2 - pdsh-2.29.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pdsh-2.28/META new/pdsh-2.29/META
--- old/pdsh-2.28/META  2011-10-19 19:38:23.0 +0200
+++ new/pdsh-2.29/META  2013-02-13 18:15:47.0 +0100
@@ -1,5 +1,9 @@
-  Meta:  1
-  Name:  pdsh
-  Release:   1
-  Release_tags:  dist
-  Version:   2.28
+##
+# $Id$
+##
+# Metadata for RPM/TAR makefile targets
+##
+  Meta:1
+  Name:pdsh
+  Version: 2.29
+  Release: 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pdsh-2.28/Makefile.in new/pdsh-2.29/Makefile.in
--- old/pdsh-2.28/Makefile.in   2011-10-19 19:38:23.0 +0200
+++ new/pdsh-2.29/Makefile.in   2013-02-13 18:15:47.0 +0100
@@ -42,7 +42,7 @@
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/config/Make-inc.mk $(top_srcdir)/configure \
-   AUTHORS COPYING ChangeLog INSTALL NEWS TODO
+   AUTHORS COPYING INSTALL NEWS TODO
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/config/ac_connect_timeout.m4 \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pdsh-2.28/NEWS new/pdsh-2.29/NEWS
--- old/pdsh-2.28/NEWS  2011-10-19 19:38:23.0 +0200
+++ new/pdsh-2.29/NEWS  2013-02-13 18:15:47.0 +0100
@@ -1,6 +1,13 @@
 This file describes changes in recent versions of pdsh. It primarily
 documents those changes that are of interest to users and admins.
 
+* Changes in pdsh-2.29 (2013-02-12)
+===
+ -- Fix issue 42: --with-dshgroup sets DSHGROUP_PATH to yes
+ -- Fix issue 53: Add -P option to target SLURM partitions (Michael Fenn)
+ -- Fix issue 54: pdsh prints empty lines with -S
+ -- pdcp: Add more levels of directory recursion (Pythagoras Watson)
+
 * Changes in pdsh-2.28 (2011-10-19)
 ===
  -- Fix issue 39: ssh forces use of -luser option
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pdsh-2.28/config/ac_dshgroup.m4 
new/pdsh-2.29/config/ac_dshgroup.m4
--- old/pdsh-2.28/config/ac_dshgroup.m4 2011-10-19 19:38:23.0 +0200
+++ new/pdsh-2.29/config/ac_dshgroup.m4 2013-02-13 18:15:47.0 +0100
@@ -20,14 +20,15 @@
   

commit perl-Devel-NYTProf for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-NYTProf for 
openSUSE:Factory checked in at 2013-10-06 14:31:11

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


Package is perl-Devel-NYTProf

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-NYTProf/perl-Devel-NYTProf.changes
2013-07-27 15:50:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-NYTProf.new/perl-Devel-NYTProf.changes   
2013-10-06 14:31:12.0 +0200
@@ -1,0 +2,16 @@
+Fri Oct  4 09:15:27 UTC 2013 - co...@suse.com
+
+- updated to 5.06
+   Fixed for perl 5.19.4. RT#88288 thanks to sprout.
+   Fixed test for change in perl 5.18.x error message text.
+   Fixed to no longer open a file when start=no. RT#86497/RT#87404.
+   Fixed compiler warnings. RT#86728 thanks to Alexander Bluhm.
+ 
+   Document that Devel::NYTProf needs to be loaded as early as possible
+ even when using start=no. PR#10 thanks to moritz.
+   Removed unused keyword $Id$. PR#9 thanks to dsteinbrunner.
+   Removed old benchmark.pl files. RT#86704.
+   Corrected assorted typos. PR#8 thanks to dsteinbrunner.
+   Added meta-spec to META_MERGE. PR#12 thanks to dsteinbrunner.
+
+---

Old:

  Devel-NYTProf-5.05.tar.gz

New:

  Devel-NYTProf-5.06.tar.gz



Other differences:
--
++ perl-Devel-NYTProf.spec ++
--- /var/tmp/diff_new_pack.qTwEFm/_old  2013-10-06 14:31:13.0 +0200
+++ /var/tmp/diff_new_pack.qTwEFm/_new  2013-10-06 14:31:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-NYTProf
-Version:5.05
+Version:5.06
 Release:0
 %define cpan_name Devel-NYTProf
 Summary:Powerful fast feature-rich Perl source code profiler

++ Devel-NYTProf-5.05.tar.gz - Devel-NYTProf-5.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-NYTProf-5.05/Changes 
new/Devel-NYTProf-5.06/Changes
--- old/Devel-NYTProf-5.05/Changes  2013-07-02 23:34:33.0 +0200
+++ new/Devel-NYTProf-5.06/Changes  2013-09-12 23:04:04.0 +0200
@@ -4,6 +4,20 @@
 
 =cut
 
+=head2 Changes in Devel::NYTProf 5.06 - 12th Sept 2013
+
+  Fixed for perl 5.19.4. RT#88288 thanks to sprout.
+  Fixed test for change in perl 5.18.x error message text.
+  Fixed to no longer open a file when start=no. RT#86497/RT#87404.
+  Fixed compiler warnings. RT#86728 thanks to Alexander Bluhm.
+
+  Document that Devel::NYTProf needs to be loaded as early as possible
+even when using start=no. PR#10 thanks to moritz.
+  Removed unused keyword $Id$. PR#9 thanks to dsteinbrunner.
+  Removed old benchmark.pl files. RT#86704.
+  Corrected assorted typos. PR#8 thanks to dsteinbrunner.
+  Added meta-spec to META_MERGE. PR#12 thanks to dsteinbrunner.
+
 =head2 Changes in Devel::NYTProf 5.05 - 2nd July 2013
 
   Fixed crash on Can't use string as a subroutine ref error,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-NYTProf-5.05/FileHandle.h 
new/Devel-NYTProf-5.06/FileHandle.h
--- old/Devel-NYTProf-5.05/FileHandle.h 2013-04-06 18:38:23.0 +0200
+++ new/Devel-NYTProf-5.06/FileHandle.h 2013-09-03 10:51:59.0 +0200
@@ -12,8 +12,6 @@
  * Steve Peters, steve at fisharerojo.org
  *
  * 
- * $Id$
- * 
  */
 
 /* Arguably this header is naughty, as it's not self contained, because it
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-NYTProf-5.05/HACKING 
new/Devel-NYTProf-5.06/HACKING
--- old/Devel-NYTProf-5.05/HACKING  2013-04-06 18:38:23.0 +0200
+++ new/Devel-NYTProf-5.06/HACKING  2013-09-03 10:51:59.0 +0200
@@ -1,5 +1,4 @@
 # vim: ts=8 sw=2 sts=0 noexpandtab:
-# $Id$
 
 HACKING Devel::NYTProf
 ==
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-NYTProf-5.05/INSTALL 
new/Devel-NYTProf-5.06/INSTALL
--- old/Devel-NYTProf-5.05/INSTALL  2012-12-27 11:50:17.0 +0100
+++ new/Devel-NYTProf-5.06/INSTALL  2013-09-03 10:51:59.0 +0200
@@ -1,5 +1,4 @@
 # vim: ts=8 sw=2 sts=0 noexpandtab:
-# $Id$
 
 Devel::NYTProf Installation Notes
 =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-NYTProf-5.05/MANIFEST 
new/Devel-NYTProf-5.06/MANIFEST
--- old/Devel-NYTProf-5.05/MANIFEST 2013-07-03 11:40:25.0 +0200
+++ 

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

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Meta-Requirements for 
openSUSE:Factory checked in at 2013-10-06 14:30:59

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


Package is perl-CPAN-Meta-Requirements

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-CPAN-Meta-Requirements/perl-CPAN-Meta-Requirements.changes
  2013-06-13 17:32:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Meta-Requirements.new/perl-CPAN-Meta-Requirements.changes
 2013-10-06 14:31:00.0 +0200
@@ -1,0 +2,14 @@
+Fri Oct  4 09:15:20 UTC 2013 - co...@suse.com
+
+- updated to 2.125
+  [FIXED]
+- updated Makefile.PL logic to support PERL_NO_HIGHLANDER
+- Better fix than 2.123.  On old perls, rather than install into
+  'core', we continue to install into the proper 'site' library,
+  but force UNINST=1 when necessary to remove stale copies
+  from ExtUtils::MakeMaker
+- On Perls prior to v5.12, CPAN::Meta::Requirements will be installed
+  into the 'core' library path to avoid an older version bundled with
+  ExtUtils::MakeMaker and installed there taking precedence.
+
+---

Old:

  CPAN-Meta-Requirements-2.122.tar.gz

New:

  CPAN-Meta-Requirements-2.125.tar.gz



Other differences:
--
++ perl-CPAN-Meta-Requirements.spec ++
--- /var/tmp/diff_new_pack.EF4UDJ/_old  2013-10-06 14:31:01.0 +0200
+++ /var/tmp/diff_new_pack.EF4UDJ/_new  2013-10-06 14:31:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPAN-Meta-Requirements
-Version:2.122
+Version:2.125
 Release:0
 %define cpan_name CPAN-Meta-Requirements
 Summary:a set of version requirements for a CPAN dist
@@ -32,8 +32,10 @@
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(version) = 0.77
 #BuildRequires: perl(CPAN::Meta::Requirements)
-#BuildRequires: perl(Test::Requires)
+#BuildRequires: perl(Pod::Wordlist)
+#BuildRequires: perl(Test::Spelling) = 0.12
 Requires:   perl(version) = 0.77
+# MANUAL
 Provides:   perl(CPAN::Meta::Requirements) = %{version}000
 %{perl_requires}
 
@@ -63,6 +65,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE perlcritic.rc README README.PATCHING
+%doc Changes CONTRIBUTING cpanfile LICENSE perlcritic.rc README
 
 %changelog

++ CPAN-Meta-Requirements-2.122.tar.gz - 
CPAN-Meta-Requirements-2.125.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-Requirements-2.122/CONTRIBUTING 
new/CPAN-Meta-Requirements-2.125/CONTRIBUTING
--- old/CPAN-Meta-Requirements-2.122/CONTRIBUTING   1970-01-01 
01:00:00.0 +0100
+++ new/CPAN-Meta-Requirements-2.125/CONTRIBUTING   2013-09-23 
20:51:19.0 +0200
@@ -0,0 +1,70 @@
+## HOW TO CONTRIBUTE
+
+Thank you for considering contributing to this distribution.  This file
+contains instructions that will help you work with the source code.
+
+The distribution is managed with Dist::Zilla.  This means than many of the
+usual files you might expect are not in the repository, but are generated
+at release time (e.g. Makefile.PL).
+
+### Getting dependencies
+
+See the included `cpanfile` file for a list of dependencies.  If you have
+App::cpanminus 1.6 or later installed, you can use `cpanm` to satisfy
+dependencies like this:
+
+$ cpanm --installdeps .
+
+Otherwise, you can install Module::CPANfile 1.0002 or later and then satisfy
+dependencies with the regular `cpan` client and `cpanfile-dump`:
+
+$ cpan `cpanfile-dump`
+
+### Running tests
+
+You can run tests directly using the `prove` tool:
+
+$ prove -l
+$ prove -lv t/some_test_file.t
+
+For most distributions, `prove` is entirely sufficent for you to test any
+patches you have.
+
+### Code style and tidying
+
+Please try to match any existing coding style.  If there is a `.perltidyrc`
+file, please install Perl::Tidy and use perltidy before submitting patches.
+
+If there is a `tidyall.ini` file, you can also install Code::TidyAll and run
+`tidyall` on a file or `tidyall -a` to tidy all files.
+
+### Patching documentation
+
+Much of the documentation Pod is generated at release time.
+Depending on the distribution, some documentation may be written in a Pod
+dialect called WikiDoc. (See Pod::WikiDoc on CPAN.)
+
+If you would like to submit a documentation edit, please limit yourself to the
+documentation you see.
+
+If you see typos or documentation issues in the generated docs, please
+email or open a bug ticket instead of patching.
+
+### Learning Dist::Zilla
+
+Dist::Zilla is a 

commit perl-Cairo for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Cairo for openSUSE:Factory 
checked in at 2013-10-06 14:30:43

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


Package is perl-Cairo

Changes:

--- /work/SRC/openSUSE:Factory/perl-Cairo/perl-Cairo.changes2013-06-07 
10:05:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Cairo.new/perl-Cairo.changes   
2013-10-06 14:30:44.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct  4 09:13:37 UTC 2013 - co...@suse.com
+
+- updated to 1.104
+ * Avoid misusing the macro PL_na, thus preventing potential issues when Cairo
+   is used in conjunction with certain XS modules, among them XML::Parser and
+   String::Approx.
+
+---

Old:

  Cairo-1.103.tar.gz

New:

  Cairo-1.104.tar.gz



Other differences:
--
++ perl-Cairo.spec ++
--- /var/tmp/diff_new_pack.QXwPgN/_old  2013-10-06 14:30:45.0 +0200
+++ /var/tmp/diff_new_pack.QXwPgN/_new  2013-10-06 14:30:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Cairo
-Version:1.103
+Version:1.104
 Release:0
 %define cpan_name Cairo
 Summary:Perl interface to the cairo 2d vector graphics library
@@ -28,14 +28,15 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  pkgconfig
 BuildRequires:  perl(ExtUtils::Depends) = 0.2
 BuildRequires:  perl(ExtUtils::PkgConfig) = 1
-BuildRequires:  pkgconfig(cairo)
 #BuildRequires: perl(Cairo)
 #BuildRequires: perl(Cairo::Context)
 #BuildRequires: perl(Glib)
 #BuildRequires: perl(Pango)
+# MANUAL
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(cairo)
 %{perl_requires}
 
 %description

++ Cairo-1.103.tar.gz - Cairo-1.104.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cairo-1.103/CairoSurface.xs 
new/Cairo-1.104/CairoSurface.xs
--- old/Cairo-1.103/CairoSurface.xs 2012-06-19 02:37:59.0 +0200
+++ new/Cairo-1.104/CairoSurface.xs 2013-09-29 06:49:21.0 +0200
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 2004-2006, 2012 by the cairo perl team (see the file README)
+ * Copyright (c) 2004-2006, 2012-2013 by the cairo perl team (see the file
+ * README)
  *
  * Licensed under the LGPL, see LICENSE file for more information.
  *
@@ -36,7 +37,7 @@
}
 
sprintf (key, %p, pointer);
-   hv_store (pointer_to_package, key, strlen (key), newSVpv (package, 
PL_na), 0);
+   hv_store (pointer_to_package, key, strlen (key), newSVpv (package, 0), 
0);
 }
 
 const char *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cairo-1.103/META.json new/Cairo-1.104/META.json
--- old/Cairo-1.103/META.json   2013-02-03 07:37:57.0 +0100
+++ new/Cairo-1.104/META.json   2013-09-29 07:00:11.0 +0200
@@ -4,7 +4,7 @@
   Cairo Perl Team gtk-perl-list at gnome dot org
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.112150,
+   generated_by : ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.120921,
license : [
   lgpl_2_1
],
@@ -52,5 +52,5 @@
   },
   x_MailingList : https://mail.gnome.org/mailman/listinfo/gtk-perl-list;
},
-   version : 1.103
+   version : 1.104
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cairo-1.103/META.yml new/Cairo-1.104/META.yml
--- old/Cairo-1.103/META.yml2013-02-03 07:37:57.0 +0100
+++ new/Cairo-1.104/META.yml2013-09-29 07:00:11.0 +0200
@@ -7,7 +7,7 @@
   ExtUtils::Depends: 0.2
   ExtUtils::PkgConfig: 1
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.112150'
+generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 
2.120921'
 license: lgpl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,4 +25,4 @@
   license: http://www.gnu.org/licenses/lgpl-2.1.html
   repository: git://git.gnome.org/perl-Cairo
   x_MailingList: https://mail.gnome.org/mailman/listinfo/gtk-perl-list
-version: 1.103
+version: 1.104
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cairo-1.103/NEWS new/Cairo-1.104/NEWS
--- old/Cairo-1.103/NEWS2013-02-03 07:07:45.0 +0100
+++ new/Cairo-1.104/NEWS2013-09-29 06:57:07.0 +0200
@@ -1,3 +1,10 @@
+Overview of changes in Cairo 1.104
+==
+
+* Avoid misusing the macro PL_na, thus preventing potential issues when Cairo
+  

commit perl-Data-Compare for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Data-Compare for 
openSUSE:Factory checked in at 2013-10-06 14:31:07

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


Package is perl-Data-Compare

Changes:

--- /work/SRC/openSUSE:Factory/perl-Data-Compare/perl-Data-Compare.changes  
2012-01-12 15:26:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Data-Compare.new/perl-Data-Compare.changes 
2013-10-06 14:31:09.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct  4 09:14:21 UTC 2013 - co...@suse.com
+
+- updated to 1.23
+   Add David Muir Sharnoff's tests for
+   really big data structures (but not yet working);
+
+  Check for taint-mode less insanely
+
+---

Old:

  Data-Compare-1.22.tar.gz

New:

  Data-Compare-1.23.tar.gz



Other differences:
--
++ perl-Data-Compare.spec ++
--- /var/tmp/diff_new_pack.L1tPIT/_old  2013-10-06 14:31:10.0 +0200
+++ /var/tmp/diff_new_pack.L1tPIT/_new  2013-10-06 14:31:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Data-Compare
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-Data-Compare
-Version:1.22
+Version:1.23
 Release:0
 %define cpan_name Data-Compare
 Summary:Compare perl data structures
@@ -96,6 +97,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ARTISTIC.txt CHANGES GPL2.txt MAINTAINERS-NOTE NOTES README TODO
+%doc ARTISTIC.txt CHANGELOG GPL2.txt MAINTAINERS-NOTE NOTES README TODO
 
 %changelog

++ Data-Compare-1.22.tar.gz - Data-Compare-1.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Compare-1.22/CHANGELOG 
new/Data-Compare-1.23/CHANGELOG
--- old/Data-Compare-1.22/CHANGELOG 1970-01-01 01:00:00.0 +0100
+++ new/Data-Compare-1.23/CHANGELOG 2013-09-26 15:38:14.0 +0200
@@ -0,0 +1,69 @@
+1.232013-09-26  DCANTRELL  Add David Muir Sharnoff's tests for
+ really big data structures (but not yet
+ working);
+   Check for taint-mode less insanely, thanks
+ to Ilmari;
+   Don't delay loading File::Find::Rule (see
+ RT 87554)
+
+1.222010-02-12  DCANTRELL  Previous release was in error.  Instead, fix
+ the problem, circular structures now
+ compare equal, no matter what the starting
+ point (see RT 52836)
+
+1.2102  2010-02-01  DCANTRELL  Add doco about structural vs data equivalence
+ (see RT 52836)
+
+1.2101  2009-05-05  DCANTRELL  Add full licence text; -I fix in taint tests
+ to cope with paths with a space in 'em
+ (thanks to MATISSE, see RT 45676)
+
+1.212008-08-21  DCANTRELL  Extra tests added in 1.20 now skip with
+ really old JSON
+
+1.202008-08-21  DCANTRELL  Added test for bug reported by Saritha
+ Nalagandla (no bug found, but you can never
+ have too many tests!)
+   Fixed bug in PERL5LIB splitting in taint test
+ (thanks to ADAMK, see RT 38319)
+
+1.192008-05-12  DCANTRELL  Can now compare structures with repeats in 'em
+ like [\$z, \$z] (bug reported by Todd Hepler)
+   Minor code tidying
+
+1.182008-01-15  DCANTRELL  Got rid of prototypes;
+   File::Find::Rule now only loads when needed;
+   Plugins can be ignored with a null import() 
list;
+   Explicitly documented the auto-export;
+   Got rid of diagnostics pragma
+
+0.172007-08-07  DCANTRELL  Added POD test
+   Fixed buggy POD :-)
+   Fixed problem with taint testing when PERL5LIB
+ is set (thanks to Andreas Koenig for finding
+ the bug)
+  

commit perl-CPAN-Meta for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Meta for openSUSE:Factory 
checked in at 2013-10-06 14:30:53

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


Package is perl-CPAN-Meta

Changes:

--- /work/SRC/openSUSE:Factory/perl-CPAN-Meta/perl-CPAN-Meta.changes
2013-08-07 20:47:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CPAN-Meta.new/perl-CPAN-Meta.changes   
2013-10-06 14:30:55.0 +0200
@@ -1,0 +2,24 @@
+Fri Oct  4 09:15:24 UTC 2013 - co...@suse.com
+
+- updated to 2.132661
+   [FIXED]
+   - updated Makefile.PL logic to support PERL_NO_HIGHLANDER
+   [PREREQS]
+   - Dropped ExtUtils::MakeMaker configure_requires dependency
+ to 6.17
+
+   [FIXED]
+   - Installation on Perls  5.12 will uninstall older versions installed
+ due to being bundled with ExtUtils::MakeMaker
+ 
+   [CHANGED]
+   - META validation used to allow a scalar value when a list (i.e. array
+ reference) was required for a field. This has been tightened and
+ validation will now fail if a scalar value is given.  Conversion will
+ continue to turn scalars into an array reference as it previously did.
+ 
+   [FIXED]
+   - Fixed incorrectly encoded META.yml
+- remove outdated perl-CPAN-Meta-use_lib.patch
+
+---

Old:

  CPAN-Meta-2.132140.tar.gz

New:

  CPAN-Meta-2.132661.tar.gz



Other differences:
--
++ perl-CPAN-Meta.spec ++
--- /var/tmp/diff_new_pack.PUsTA4/_old  2013-10-06 14:30:56.0 +0200
+++ /var/tmp/diff_new_pack.PUsTA4/_new  2013-10-06 14:30:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPAN-Meta
-Version:2.132140
+Version:2.132661
 Release:0
 %define cpan_name CPAN-Meta
 Summary:the distribution metadata for a CPAN dist
@@ -25,12 +25,11 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/CPAN-Meta/
 Source: 
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
-Patch0: perl-CPAN-Meta-use_lib.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Meta::Requirements) = 2.121000
+BuildRequires:  perl(CPAN::Meta::Requirements) = 2.121
 BuildRequires:  perl(CPAN::Meta::YAML) = 0.008
 BuildRequires:  perl(File::Temp) = 0.20
 BuildRequires:  perl(JSON::PP) = 2.27200
@@ -42,7 +41,9 @@
 #BuildRequires: perl(CPAN::Meta::Feature)
 #BuildRequires: perl(CPAN::Meta::Prereqs)
 #BuildRequires: perl(CPAN::Meta::Validator)
-Requires:   perl(CPAN::Meta::Requirements) = 2.121000
+#BuildRequires: perl(Pod::Wordlist)
+#BuildRequires: perl(Test::Spelling) = 0.12
+Requires:   perl(CPAN::Meta::Requirements) = 2.121
 Requires:   perl(CPAN::Meta::YAML) = 0.008
 Requires:   perl(JSON::PP) = 2.27200
 Requires:   perl(Parse::CPAN::Meta) = 1.4403
@@ -65,10 +66,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%if 0%{?suse_version} = 1110
-%patch0 -p1
-sed -i s|__vendorperl__|%{perl_vendorlib}|g Makefile.PL t/*.t
-%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -84,6 +81,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE perlcritic.rc README Todo
+%doc Changes CONTRIBUTING cpanfile LICENSE perlcritic.rc README Todo
 
 %changelog

++ CPAN-Meta-2.132140.tar.gz - CPAN-Meta-2.132661.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Meta-2.132140/CONTRIBUTING 
new/CPAN-Meta-2.132661/CONTRIBUTING
--- old/CPAN-Meta-2.132140/CONTRIBUTING 2013-08-02 17:54:30.0 +0200
+++ new/CPAN-Meta-2.132661/CONTRIBUTING 2013-09-23 19:27:58.0 +0200
@@ -1,4 +1,4 @@
-README.PATCHING
+## HOW TO CONTRIBUTE
 
 Thank you for considering contributing to this distribution.  This file
 contains instructions that will help you work with the source code.
@@ -7,36 +7,56 @@
 usual files you might expect are not in the repository, but are generated
 at release time (e.g. Makefile.PL).
 
-However, you can run tests directly using the 'prove' tool:
+### Getting dependencies
 
-  $ prove -l
-  $ prove -lv t/some_test_file.t
+See the included `cpanfile` file for a list of dependencies.  If you have
+App::cpanminus 1.6 or later installed, you can use `cpanm` to satisfy
+dependencies like this:
 
-For most distributions, 'prove' is entirely sufficent for you to test any
+$ cpanm --installdeps .
+
+Otherwise, you can install Module::CPANfile 1.0002 or later and then satisfy
+dependencies with the regular `cpan` client and `cpanfile-dump`:
+
+

commit perl-Gtk2 for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Gtk2 for openSUSE:Factory 
checked in at 2013-10-06 14:31:16

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


Package is perl-Gtk2

Changes:

--- /work/SRC/openSUSE:Factory/perl-Gtk2/perl-Gtk2.changes  2013-07-08 
22:25:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Gtk2.new/perl-Gtk2.changes 2013-10-06 
14:31:17.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct  4 09:12:17 UTC 2013 - co...@suse.com
+
+- updated to 1.248
+ * Avoid misusing the macro PL_na, thus preventing issues when Gtk2 is used in
+   conjunction with certain XS modules, among them XML::Parser and
+   String::Approx.
+
+---

Old:

  Gtk2-1.247.tar.gz

New:

  Gtk2-1.248.tar.gz



Other differences:
--
++ perl-Gtk2.spec ++
--- /var/tmp/diff_new_pack.zaaKsG/_old  2013-10-06 14:31:18.0 +0200
+++ /var/tmp/diff_new_pack.zaaKsG/_new  2013-10-06 14:31:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Gtk2
-Version:1.247
+Version:1.248
 Release:0
 %define cpan_name Gtk2
 Summary:Perl interface to the 2
@@ -34,13 +34,13 @@
 BuildRequires:  perl(Cairo) = 1.000
 BuildRequires:  perl(ExtUtils::Depends) = 0.300
 BuildRequires:  perl(ExtUtils::PkgConfig) = 1.03
-BuildRequires:  perl(Glib) = 1.220
+BuildRequires:  perl(Glib) = 1.228
 BuildRequires:  perl(Pango) = 1.220
 BuildRequires:  pkgconfig(gtk+-2.0)
 Requires:   perl(Cairo) = 1.000
 Requires:   perl(ExtUtils::Depends) = 0.300
 Requires:   perl(ExtUtils::PkgConfig) = 1.03
-Requires:   perl(Glib) = 1.220
+Requires:   perl(Glib) = 1.280
 Requires:   perl(Pango) = 1.220
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}

++ Gtk2-1.247.tar.gz - Gtk2-1.248.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.247/MANIFEST new/Gtk2-1.248/MANIFEST
--- old/Gtk2-1.247/MANIFEST 2013-02-04 07:17:51.0 +0100
+++ new/Gtk2-1.248/MANIFEST 2013-09-30 00:10:58.0 +0200
@@ -123,6 +123,7 @@
 t/00.Gtk2.t
 t/01.GtkWindow.t
 t/02.GtkContainer.t
+t/constants.t
 t/Gdk.t
 t/GdkCairo.t
 t/GdkColor.t
@@ -331,6 +332,7 @@
 t/GtkVScrollbar.t
 t/GtkVSeparator.t
 t/GtkWidget.t
+t/options.t
 t/pango-compat.t
 t/PangoAttributes.t
 t/PangoCairo.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.247/META.json new/Gtk2-1.248/META.json
--- old/Gtk2-1.247/META.json2013-02-04 07:17:51.0 +0100
+++ new/Gtk2-1.248/META.json2013-09-30 00:10:58.0 +0200
@@ -4,7 +4,7 @@
   gtk2-perl Team gtk-perl-list at gnome dot org
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter 
version 2.112621,
+   generated_by : ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter 
version 2.131560,
license : [
   lgpl_2_1
],
@@ -26,6 +26,11 @@
   ]
},
prereqs : {
+  build : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
   configure : {
  requires : {
 Cairo : 1.000,
@@ -34,6 +39,15 @@
 Glib : 1.280,
 Pango : 1.220
  }
+  },
+  runtime : {
+ requires : {
+Cairo : 1.000,
+ExtUtils::Depends : 0.300,
+ExtUtils::PkgConfig : 1.030,
+Glib : 1.280,
+Pango : 1.220
+ }
   }
},
release_status : stable,
@@ -53,5 +67,5 @@
   },
   x_MailingList : https://mail.gnome.org/mailman/listinfo/gtk-perl-list;
},
-   version : 1.247
+   version : 1.248
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gtk2-1.247/META.yml new/Gtk2-1.248/META.yml
--- old/Gtk2-1.247/META.yml 2013-02-04 07:17:51.0 +0100
+++ new/Gtk2-1.248/META.yml 2013-09-30 00:10:58.0 +0200
@@ -2,7 +2,8 @@
 abstract: 'Perl interface to the 2.x series of the Gimp Toolkit library'
 author:
   - 'gtk2-perl Team gtk-perl-list at gnome dot org'
-build_requires: {}
+build_requires:
+  ExtUtils::MakeMaker: 0
 configure_requires:
   Cairo: 1.000
   ExtUtils::Depends: 0.300
@@ -10,7 +11,7 @@
   Glib: 1.280
   Pango: 1.220
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 
2.112621'
+generated_by: 'ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter version 
2.131560'
 license: lgpl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,10 +26,16 @@
   file:
 - Makefile.PL
 - 

commit perl-Test-Warnings for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Warnings for 
openSUSE:Factory checked in at 2013-10-06 14:32:12

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


Package is perl-Test-Warnings

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Warnings/perl-Test-Warnings.changes
2013-08-06 07:05:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Warnings.new/perl-Test-Warnings.changes   
2013-10-06 14:32:13.0 +0200
@@ -1,0 +2,13 @@
+Fri Oct  4 09:14:24 UTC 2013 - co...@suse.com
+
+- updated to 0.010
+- re-release with fixed compile test
+- fixed error in synopsis (we do not export anything by default)
+- a caveat added to the documentation regarding embedding warning
+  checks inside another sub (this is for you, ribasushi!!!)
+- ':no_end_test' now also covers side effects of done_testing, as
+  well as END blocks, making it possible to use the warning(s) subs
+  without having an end warning test while using done_testing
+  (necessary when combining with the 'if' pragma)
+
+---

Old:

  Test-Warnings-0.008.tar.gz

New:

  Test-Warnings-0.010.tar.gz



Other differences:
--
++ perl-Test-Warnings.spec ++
--- /var/tmp/diff_new_pack.PR3pSZ/_old  2013-10-06 14:32:14.0 +0200
+++ /var/tmp/diff_new_pack.PR3pSZ/_new  2013-10-06 14:32:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Warnings
-Version:0.008
+Version:0.010
 Release:0
 %define cpan_name Test-Warnings
 Summary:Test for warnings and the lack of them
@@ -29,19 +29,22 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Capture::Tiny)
-BuildRequires:  perl(Module::Build::Tiny) = 0.025
-BuildRequires:  perl(Test::CheckDeps) = 0.006
+BuildRequires:  perl(Module::Build::Tiny) = 0.027
+BuildRequires:  perl(Test::CheckDeps) = 0.007
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::More) = 0.94
 BuildRequires:  perl(Test::Tester) = 0.108
 BuildRequires:  perl(parent)
 #BuildRequires: perl(Pod::Coverage::TrustPod)
+#BuildRequires: perl(Pod::Wordlist)
 #BuildRequires: perl(TB2::Tester)
 #BuildRequires: perl(TB2::TestState)
 #BuildRequires: perl(Test::CleanNamespaces)
+#BuildRequires: perl(Test::Kwalitee)
+#BuildRequires: perl(Test::NoTabs)
 #BuildRequires: perl(Test::NoWarnings) = 1.04
 #BuildRequires: perl(Test::Pod::Coverage) = 1.08
+#BuildRequires: perl(Test::Spelling) = 0.12
 #BuildRequires: perl(Test::Vars)
 #BuildRequires: perl(Test::Warnings)
 Requires:   perl(parent)

++ Test-Warnings-0.008.tar.gz - Test-Warnings-0.010.tar.gz ++
 1836 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-Test-CheckDeps for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-CheckDeps for 
openSUSE:Factory checked in at 2013-10-06 14:31:55

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


Package is perl-Test-CheckDeps

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-CheckDeps/perl-Test-CheckDeps.changes  
2013-08-01 16:00:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CheckDeps.new/perl-Test-CheckDeps.changes 
2013-10-06 14:31:56.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct  4 09:15:17 UTC 2013 - co...@suse.com
+
+- updated to 0.008
+  - Switch to MakeMaker to fix bootstrapping issues
+  - bump prereq on CPAN::Meta::Check to latest (0.007), for conflicts
+fixes
+
+---

Old:

  Test-CheckDeps-0.006.tar.gz

New:

  Test-CheckDeps-0.008.tar.gz



Other differences:
--
++ perl-Test-CheckDeps.spec ++
--- /var/tmp/diff_new_pack.J5VgxA/_old  2013-10-06 14:32:02.0 +0200
+++ /var/tmp/diff_new_pack.J5VgxA/_new  2013-10-06 14:32:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-CheckDeps
-Version:0.006
+Version:0.008
 Release:0
 %define cpan_name Test-CheckDeps
 Summary:Check for presence of dependencies
@@ -30,12 +30,11 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(CPAN::Meta) = 2.120920
-BuildRequires:  perl(CPAN::Meta::Check) = 0.004
-BuildRequires:  perl(Module::Build::Tiny) = 0.021
+BuildRequires:  perl(CPAN::Meta::Check) = 0.007
 BuildRequires:  perl(Test::More) = 0.88
 #BuildRequires: perl(Test::CheckDeps)
 Requires:   perl(CPAN::Meta) = 2.120920
-Requires:   perl(CPAN::Meta::Check) = 0.004
+Requires:   perl(CPAN::Meta::Check) = 0.007
 %{perl_requires}
 
 %description
@@ -46,14 +45,15 @@
 %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

++ Test-CheckDeps-0.006.tar.gz - Test-CheckDeps-0.008.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.006/Build.PL 
new/Test-CheckDeps-0.008/Build.PL
--- old/Test-CheckDeps-0.006/Build.PL   2013-06-21 19:15:30.0 +0200
+++ new/Test-CheckDeps-0.008/Build.PL   1970-01-01 01:00:00.0 +0100
@@ -1,3 +0,0 @@
-use 5.006;
-use Module::Build::Tiny 0.021;
-Build_PL();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CheckDeps-0.006/Changes 
new/Test-CheckDeps-0.008/Changes
--- old/Test-CheckDeps-0.006/Changes2013-06-21 19:15:30.0 +0200
+++ new/Test-CheckDeps-0.008/Changes2013-09-25 13:50:51.0 +0200
@@ -1,23 +1,30 @@
 Revision history for Test-CheckDeps
 
+0.008 2013-09-25 13:49:59 Europe/Amsterdam
+  - Switch to MakeMaker to fix bootstrapping issues
+
+0.007 2013-09-18 23:42:21 Europe/Amsterdam
+  - bump prereq on CPAN::Meta::Check to latest (0.007), for conflicts
+fixes
+
 0.006 2013-06-21 19:15:24 Europe/Amsterdam
-  Explicitly require CPAN::Meta 2.120920
-  Switch to Module::Build::Tiny
+  - Explicitly require CPAN::Meta 2.120920
+  - Switch to Module::Build::Tiny
 
 0.005 2013-06-21 18:55:09 Europe/Amsterdam
-  Require CPAN::Meta::Check 0.004
+  - Require CPAN::Meta::Check 0.004
 
 0.004 2013-05-15 00:04:46 Europe/Amsterdam
-  Reinstate loading of CPAN::Meta
+  - Reinstate loading of CPAN::Meta
 
 0.003 2013-05-14 23:16:36 Europe/Amsterdam
-  Sort dependencies before displaying them
-  check_dependencies() can now optionally also test recommended and
-  suggested prerequisites
+  - Sort dependencies before displaying them
+  - check_dependencies() can now optionally also test recommended and
+suggested prerequisites
 
 0.002 2012-04-01 12:58:10 Europe/Amsterdam
-  Converted to using Test::Builder directly
-  Refactored most non-test code into a new dist, CPAN-Meta-Check
+  - Converted to using Test::Builder directly
+  - Refactored most non-test code into a new dist, CPAN-Meta-Check
 
 0.001 2011-10-16 13:15:04 Europe/Amsterdam
-  Initial release
+  - Initial release
diff -urN '--exclude=CVS' 

commit perl-local-lib for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-local-lib for openSUSE:Factory 
checked in at 2013-10-06 14:31:30

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


Package is perl-local-lib

Changes:

--- /work/SRC/openSUSE:Factory/perl-local-lib/perl-local-lib.changes
2013-07-30 12:06:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-local-lib.new/perl-local-lib.changes   
2013-10-06 14:31:31.0 +0200
@@ -1,0 +2,16 @@
+Fri Oct  4 19:48:30 UTC 2013 - co...@suse.com
+
+- update to 1.008018
+   - print out actual paths in more test cases, for helping to diagnose
+ mysterious failures
+   - avoid Unrecognized escape \s passed through errors on win32
+ (again)
+   - avoid Unrecognized escape \s passed through errors on win32
+   - fix new test to use alternate path representations on windows, to
+ handle potential space issues (regression since 1.008012)
+   - fix undef value errors when not installing into a local::lib
+   - now handling using -Mlocal::lib in a taintperl environment, by
+ ensuring that all libs in PERL_LOCAL_LIB_ROOT are properly added to
+ @INC (RT#76661, Karen Etheridge)
+
+---

Old:

  local-lib-1.008011.tar.gz

New:

  local-lib-1.008018.tar.gz



Other differences:
--
++ perl-local-lib.spec ++
--- /var/tmp/diff_new_pack.ooROtu/_old  2013-10-06 14:31:33.0 +0200
+++ /var/tmp/diff_new_pack.ooROtu/_new  2013-10-06 14:31:33.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   perl-local-lib
-Version:1.008011
+Version:1.008018 
 Release:0
 Summary:Create and Use a local Library Directory for Perl Modules
 License:Artistic-1.0 or GPL-1.0+

++ local-lib-1.008011.tar.gz - local-lib-1.008018.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/local-lib-1.008011/Changes 
new/local-lib-1.008018/Changes
--- old/local-lib-1.008011/Changes  2013-07-27 04:47:52.0 +0200
+++ new/local-lib-1.008018/Changes  2013-09-15 21:47:41.0 +0200
@@ -1,43 +1,69 @@
 Revision history for local::lib
 
-1.008011 2013-07-26
+1.008018   2013-09-15
+- print out actual paths in more test cases, for helping to diagnose
+  mysterious failures
+
+1.008017   2013-09-14
+- avoid Unrecognized escape \s passed through errors on win32
+  (again)
+
+1.008016   2013-09-13
+- avoid Unrecognized escape \s passed through errors on win32
+
+1.008015   2013-09-12
+- re-release 1.008014 to fix broken MANIFEST
+
+1.008014   2013-09-12
+- fix new test to use alternate path representations on windows, to
+  handle potential space issues (regression since 1.008012)
+
+1.008013   2013-09-11
+- fix undef value errors when not installing into a local::lib
+
+1.008012   2013-09-11
+- now handling using -Mlocal::lib in a taintperl environment, by
+  ensuring that all libs in PERL_LOCAL_LIB_ROOT are properly added to
+  @INC (RT#76661, Karen Etheridge)
+
+1.008011   2013-07-26
 - skip CPAN workaround if running via cpanminus  (miyagawa, RT#85731)
 
-1.008010 2013-05-26
+1.008010   2013-05-26
 - Fix a split on undefined value warning (David Golden -- see
   https://github.com/gugod/App-perlbrew/issues/305)
 
-1.008009 2013-02-24
+1.008009   2013-02-24
 - Remove Carp::Always dep
 
-1.008008 2013-02-24
+1.008008   2013-02-24
 - Fix putting arch path in PERL5LIB
 - Refactor Win32 path handling out of ensure_dir_structure_for()
 - Fix activate_paths when PERL_LOCAL_LIB_ROOT starts with :
 - Fix ~/perl5/bin missing in $PATH
 
-1.008007 2013-02-17
+1.008007   2013-02-17
 - Back to 1.008004 with Carp fix since subsequent releases were botched
 - Avoid issue where PERL5LIB Carp is older than local::lib one
 
-1.008004 2011-02-24
+1.008004   2011-02-24
 
 - Fix stackable tests on win32 by canonicalizing the path ahead of time
 
-1.008003 2011-02-23
+1.008003   2011-02-23
 
 - Fix tests with stacking l::ls.
 
-1.008002 2011-02-23
+1.008002   2011-02-23
 
 - Add local::lib stacking support.
 - Add activation/deactivation support.
 
-1.008001 2011-01-09
+1.008001   2011-01-09
 
 - Bootstrap Module::Build just like ExtUtils::MakeMaker
 
-1.008000 2011-01-05
+1.008000   2011-01-05
 
 - Remove redundant prereqs now that Module::Build 0.36 is required
 - Makefile.PL avoids CPAN client configuration when not required
@@ 

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

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Parse-CPAN-Meta for 
openSUSE:Factory checked in at 2013-10-06 14:31:43

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


Package is perl-Parse-CPAN-Meta

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta.changes
2013-07-29 17:50:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Parse-CPAN-Meta.new/perl-Parse-CPAN-Meta.changes
   2013-10-06 14:31:44.0 +0200
@@ -1,0 +2,11 @@
+Fri Oct  4 09:13:47 UTC 2013 - co...@suse.com
+
+- updated to 1.4409
+[FIXED]
+- updated Makefile.PL logic to support PERL_NO_HIGHLANDER
+- Installation on Perls  5.12 will uninstall older versions installed
+  due to being bundled with ExtUtils::MakeMaker
+- Fixed incorrect resource metadata
+- Fixed improperly encoded META.yml
+
+---

Old:

  Parse-CPAN-Meta-1.4405.tar.gz

New:

  Parse-CPAN-Meta-1.4409.tar.gz



Other differences:
--
++ perl-Parse-CPAN-Meta.spec ++
--- /var/tmp/diff_new_pack.qI3z1U/_old  2013-10-06 14:31:45.0 +0200
+++ /var/tmp/diff_new_pack.qI3z1U/_new  2013-10-06 14:31:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Parse-CPAN-Meta
-Version:1.4405
+Version:1.4409
 Release:0
 %define cpan_name Parse-CPAN-Meta
 Summary:Parse META.yml and META.json CPAN metadata files
@@ -33,6 +33,8 @@
 BuildRequires:  perl(JSON::PP) = 2.27200
 #BuildRequires: perl(Parse::CPAN::Meta)
 #BuildRequires: perl(Parse::CPAN::Meta::Test)
+#BuildRequires: perl(Pod::Wordlist)
+#BuildRequires: perl(Test::Spelling) = 0.12
 Requires:   perl(CPAN::Meta::YAML) = 0.008
 Requires:   perl(JSON::PP) = 2.27200
 %{perl_requires}
@@ -71,6 +73,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE perlcritic.rc README
+%doc Changes CONTRIBUTING cpanfile LICENSE perlcritic.rc README
 
 %changelog

++ Parse-CPAN-Meta-1.4405.tar.gz - Parse-CPAN-Meta-1.4409.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Parse-CPAN-Meta-1.4405/CONTRIBUTING 
new/Parse-CPAN-Meta-1.4409/CONTRIBUTING
--- old/Parse-CPAN-Meta-1.4405/CONTRIBUTING 2013-07-18 03:43:38.0 
+0200
+++ new/Parse-CPAN-Meta-1.4409/CONTRIBUTING 2013-09-23 19:17:22.0 
+0200
@@ -1,4 +1,4 @@
-CONTRIBUTING
+## HOW TO CONTRIBUTE
 
 Thank you for considering contributing to this distribution.  This file
 contains instructions that will help you work with the source code.
@@ -7,44 +7,56 @@
 usual files you might expect are not in the repository, but are generated
 at release time (e.g. Makefile.PL).
 
-However, you can run tests directly using the 'prove' tool:
+### Getting dependencies
 
-  $ prove -l
-  $ prove -lv t/some_test_file.t
+See the included `cpanfile` file for a list of dependencies.  If you have
+App::cpanminus 1.6 or later installed, you can use `cpanm` to satisfy
+dependencies like this:
 
-For most distributions, 'prove' is entirely sufficent for you to test any
-patches you have.
+$ cpanm --installdeps .
+
+Otherwise, you can install Module::CPANfile 1.0002 or later and then satisfy
+dependencies with the regular `cpan` client and `cpanfile-dump`:
+
+$ cpan `cpanfile-dump`
 
-You may need to satisfy some dependencies.  See the included META.json
-file for a list.  If you install App::mymeta_requires from CPAN, it's easy
-to satisfy any that you are missing by piping the output to your favorite
-CPAN client:
+### Running tests
 
-  $ mymeta-requires | cpanm
-  $ cpan `mymeta-requires`
+You can run tests directly using the `prove` tool:
+
+$ prove -l
+$ prove -lv t/some_test_file.t
+
+For most distributions, `prove` is entirely sufficent for you to test any
+patches you have.
+
+### Patching documentation
 
 Likewise, much of the documentation Pod is generated at release time.
 Depending on the distribution, some documentation may be written in a Pod
-dialect called WikiDoc. (See Pod::WikiDoc on CPAN.) If you would like to
-submit a documentation edit, please limit yourself to the documentation you
-see.
+dialect called WikiDoc. (See Pod::WikiDoc on CPAN.)
+
+If you would like to submit a documentation edit, please limit yourself to the
+documentation you see.
 
 If you see typos or documentation issues in the generated docs, please
 email or open a bug ticket instead of patching.
 
+### Learning Dist::Zilla
+
 Dist::Zilla is a very powerful authoring tool, but requires a number of
 author-specific plugins.  If you would like to use it for contributing,
 

commit perl-MooseX-Declare for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Declare for 
openSUSE:Factory checked in at 2013-10-06 14:31:36

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


Package is perl-MooseX-Declare

Changes:

--- /work/SRC/openSUSE:Factory/perl-MooseX-Declare/perl-MooseX-Declare.changes  
2012-01-09 11:16:22.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Declare.new/perl-MooseX-Declare.changes 
2013-10-06 14:31:38.0 +0200
@@ -1,0 +2,13 @@
+Fri Oct  4 09:15:24 UTC 2013 - co...@suse.com
+
+- updated to 0.37
+   * repository migrated to the github moose organization
+   * re-release with fixed compile test
+   * Depend on 'aliased'.
+   * The test suite now uses Test::Fatal instead of Test::Exception. (Karen
+ Etheridge)
+   * removed use of deprecated Class::MOP::load_class, calling enum with a list
+   * converted use of Class::MOP::class_of to Moose::Util::find_meta
+   * new WARNING section added to pod, regarding future utility of this module
+
+---

Old:

  MooseX-Declare-0.35.tar.gz

New:

  MooseX-Declare-0.37.tar.gz



Other differences:
--
++ perl-MooseX-Declare.spec ++
--- /var/tmp/diff_new_pack.2UIBNh/_old  2013-10-06 14:31:38.0 +0200
+++ /var/tmp/diff_new_pack.2UIBNh/_new  2013-10-06 14:31:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Declare
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,21 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-MooseX-Declare
-Version:0.35
+Version:0.37
 Release:0
 %define cpan_name MooseX-Declare
 Summary:Declarative syntax for Moose
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/MooseX-Declare/
-Source: 
http://www.cpan.org/authors/id/F/FL/FLORA/%{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(Devel::Declare) = 0.005011
+BuildRequires:  perl(Devel::Declare::Context::Simple)
 BuildRequires:  perl(List::MoreUtils)
+BuildRequires:  perl(Module::Build::Tiny) = 0.027
+BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Moose) = 0.90
 BuildRequires:  perl(Moose::Meta::Class)
 BuildRequires:  perl(Moose::Role)
@@ -41,23 +45,38 @@
 BuildRequires:  perl(MooseX::Role::Parameterized) = 0.12
 BuildRequires:  perl(MooseX::Types::Moose) = 0.20
 BuildRequires:  perl(MooseX::Types::Structured)
+BuildRequires:  perl(Parse::Method::Signatures)
+BuildRequires:  perl(Parse::Method::Signatures::Param::Placeholder)
 BuildRequires:  perl(Sub::Exporter)
 BuildRequires:  perl(Sub::Install)
-BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::CheckDeps) = 0.007
+BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::Moose)
-BuildRequires:  perl(Test::More) = 0.89
-BuildRequires:  perl(Test::NoWarnings)
+BuildRequires:  perl(Test::More) = 0.94
 BuildRequires:  perl(aliased)
 BuildRequires:  perl(namespace::autoclean) = 0.09
 BuildRequires:  perl(namespace::clean) = 0.11
 #BuildRequires: perl(Affe)
 #BuildRequires: perl(Foo)
 #BuildRequires: perl(MooseX::Declare)
+#BuildRequires: perl(MooseX::Declare::Context)
+#BuildRequires: perl(MooseX::Declare::Context::Namespaced)
+#BuildRequires: perl(MooseX::Declare::Context::Parameterized)
+#BuildRequires: perl(MooseX::Declare::Context::WithOptions)
+#BuildRequires: perl(MooseX::Declare::StackItem)
 #BuildRequires: perl(MooseX::Declare::Syntax::EmptyBlockIfMissing)
 #BuildRequires: perl(MooseX::Declare::Syntax::Extending)
 #BuildRequires: perl(MooseX::Declare::Syntax::InnerSyntaxHandling)
+#BuildRequires: perl(MooseX::Declare::Syntax::Keyword::Class)
+#BuildRequires: perl(MooseX::Declare::Syntax::Keyword::Clean)
 #BuildRequires: perl(MooseX::Declare::Syntax::KeywordHandling)
+#BuildRequires: perl(MooseX::Declare::Syntax::Keyword::Method)
+#BuildRequires: perl(MooseX::Declare::Syntax::Keyword::MethodModifier)
+#BuildRequires: perl(MooseX::Declare::Syntax::Keyword::Namespace)
+#BuildRequires: perl(MooseX::Declare::Syntax::Keyword::Role)
+#BuildRequires: perl(MooseX::Declare::Syntax::Keyword::With)
 

commit perl-Scope-Upper for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Scope-Upper for 
openSUSE:Factory checked in at 2013-10-06 14:31:47

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


Package is perl-Scope-Upper

Changes:

--- /work/SRC/openSUSE:Factory/perl-Scope-Upper/perl-Scope-Upper.changes
2013-06-06 13:25:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Scope-Upper.new/perl-Scope-Upper.changes   
2013-10-06 14:31:48.0 +0200
@@ -1,0 +2,18 @@
+Fri Oct  4 09:15:27 UTC 2013 - co...@suse.com
+
+- updated to 0.24
+ + Fix : Lexicals returned with unwind(), yield() and leave() will no
+ longer be lost on perl 5.19.4 and above.
+ This is a maintenance release. The code contains no functional change.
+ Satisfied users of version 0.22 can skip this update.
+ + Fix : [RT #87178] : typo fixes.
+ Thanks dsteinbrun...@pobox.com for the patch.
+ + Fix : [RT #88177] : 5.19.3 block hint test breakage
+ t/07-context_info.t has been taught about perl 5.19.3.
+ Thanks Andrew Main for the patch.
+ + Tst : Author tests are no longer bundled with this distribution.
+ They are only made available to authors in the git repository.
+ + Tst : given is experimental warnings when running tests on perl
+ 5.18 and above have been silenced.
+
+---

Old:

  Scope-Upper-0.22.tar.gz

New:

  Scope-Upper-0.24.tar.gz



Other differences:
--
++ perl-Scope-Upper.spec ++
--- /var/tmp/diff_new_pack.dZdCRD/_old  2013-10-06 14:31:49.0 +0200
+++ /var/tmp/diff_new_pack.dZdCRD/_new  2013-10-06 14:31:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Scope-Upper
-Version:0.22
+Version:0.24
 Release:0
 %define cpan_name Scope-Upper
 Summary:Act on upper scopes.
@@ -68,7 +68,7 @@
 
 * *
 
-  uniquely identify contextes with the /uid manpage and the /validate_uid
+  uniquely identify contexts with the /uid manpage and the /validate_uid
   manpage.
 
 %prep

++ Scope-Upper-0.22.tar.gz - Scope-Upper-0.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Scope-Upper-0.22/Changes new/Scope-Upper-0.24/Changes
--- old/Scope-Upper-0.22/Changes2013-01-31 00:25:00.0 +0100
+++ new/Scope-Upper-0.24/Changes2013-09-10 12:46:59.0 +0200
@@ -1,5 +1,22 @@
 Revision history for Scope-Upper
 
+0.242013-09-10 11:10 UTC
++ Fix : Lexicals returned with unwind(), yield() and leave() will no
+longer be lost on perl 5.19.4 and above.
+
+0.232013-09-02 11:30 UTC
+This is a maintenance release. The code contains no functional change.
+Satisfied users of version 0.22 can skip this update.
++ Fix : [RT #87178] : typo fixes.
+Thanks dsteinbrun...@pobox.com for the patch.
++ Fix : [RT #88177] : 5.19.3 block hint test breakage
+t/07-context_info.t has been taught about perl 5.19.3.
+Thanks Andrew Main for the patch.
++ Tst : Author tests are no longer bundled with this distribution.
+They are only made available to authors in the git repository.
++ Tst : given is experimental warnings when running tests on perl
+5.18 and above have been silenced.
+
 0.222013-01-30 23:35 UTC
 + Chg : perl 5.6.1 is required.
 + Fix : context_info() now ignores %warnings::Bits for perl 5.8.6 and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Scope-Upper-0.22/MANIFEST 
new/Scope-Upper-0.24/MANIFEST
--- old/Scope-Upper-0.22/MANIFEST   2012-09-17 14:57:20.0 +0200
+++ new/Scope-Upper-0.24/MANIFEST   2013-09-09 18:43:19.0 +0200
@@ -38,6 +38,7 @@
 t/50-unwind-target.t
 t/51-unwind-multi.t
 t/52-unwind-context.t
+t/53-unwind-misc.t
 t/54-unwind-threads.t
 t/55-yield-target.t
 t/57-yield-context.t
@@ -61,11 +62,6 @@
 t/85-stress-yield.t
 t/86-stress-uplevel.t
 t/87-stress-uid.t
-t/91-pod.t
-t/92-pod-coverage.t
-t/93-pod-spelling.t
-t/95-portability-files.t
-t/99-kwalitee.t
 t/lib/Scope/Upper/TestGenerator.pm
 t/lib/Scope/Upper/TestThreads.pm
 t/lib/Test/Leaner.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Scope-Upper-0.22/META.json 
new/Scope-Upper-0.24/META.json
--- old/Scope-Upper-0.22/META.json  2013-01-31 00:25:17.0 +0100
+++ new/Scope-Upper-0.24/META.json  2013-09-10 12:47:55.0 

commit python-pyOpenSSL for openSUSE:13.1

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package python-pyOpenSSL for openSUSE:13.1 
checked in at 2013-10-06 14:32:24

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


Package is python-pyOpenSSL

Changes:

--- /work/SRC/openSUSE:13.1/python-pyOpenSSL/python-pyOpenSSL-doc.changes   
2013-10-03 16:07:36.0 +0200
+++ /work/SRC/openSUSE:13.1/.python-pyOpenSSL.new/python-pyOpenSSL-doc.changes  
2013-10-06 14:32:25.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct  6 07:58:13 UTC 2013 - tchva...@suse.com
+
+- Fix the doc build for real
+
+---



Other differences:
--
++ python-pyOpenSSL-doc.spec ++
--- /var/tmp/diff_new_pack.FWUBbp/_old  2013-10-06 14:32:25.0 +0200
+++ /var/tmp/diff_new_pack.FWUBbp/_new  2013-10-06 14:32:25.0 +0200
@@ -29,10 +29,10 @@
 BuildRequires:  python-devel
 BuildRequires:  texlive-latex
 %if %suse_version  1220
-BuildRequires:  texlive-babel
 BuildRequires:  texlive-cm-super
 BuildRequires:  texlive-ec
 BuildRequires:  texlive-times
+BuildRequires:  tex(english.ldf)
 BuildRequires:  tex(fancyhdr.sty)
 BuildRequires:  tex(fncychap.sty)
 BuildRequires:  tex(longtable.sty)

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



commit dracut for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2013-10-06 14:32:40

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


Package is dracut

Changes:

--- /work/SRC/openSUSE:Factory/dracut/dracut.changes2013-09-23 
08:52:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes   2013-10-06 
14:32:42.0 +0200
@@ -1,0 +2,73 @@
+Fri Oct  4 17:23:19 UTC 2013 - tittiatc...@gmail.com
+
+- Add patch mkinitrd_update_bootloader.diff so that after 
+  generating the initrd, the update-bootloader is called to update
+  grub2.
+
+---
+Fri Oct  4 16:26:20 UTC 2013 - tittiatc...@gmail.com
+
+- Validate that the parameters passed with -i (initrd file) does 
+  not already contain the boot_dir.
+
+---
+Fri Oct  4 09:58:17 UTC 2013 - tittiatc...@gmail.com
+
+- Bring back the versioned Provides/Obsoletes for mkinitrd. 
+  Otherwise we run into issues as that udev is conflicting with
+  mkinitrd  2.7.0
+
+---
+Wed Oct  2 14:54:51 UTC 2013 - tr...@suse.de
+
+- Remove Provides/Obsoletes: mkinitrd versioning.
+  Simply obsolete and provide all mkinitrd versions.
+
+---
+Wed Oct  2 13:19:23 UTC 2013 - mvysko...@suse.com
+
+- Mark /etc/dracut.conf.d/02-early-microcode.conf as config file
+
+---
+Wed Sep 25 15:17:57 UTC 2013 - tr...@suse.de
+
+- Add ACPI table override ability:
+generalize_early_cpio.patch #PATCH-FIX-UPSTREAM
+microcode_cleanup   #PATCH-FIX-UPSTREAM
+acpi_override.patch #PATCH-FIX-UPSTREAM
+- This will replace mkinitrd with dracut as the default initrd generator.
+  Therefore Prefer: dracut tag in the project config of the repo is needed.
+  Otherwise OSC does not know how to build installation-images
+  (needing mkinitrd to build) and which package to take.
+-  To switch back and try mkinitrd instead of dracut will be:
+ Uninstall dracut:
+- rpm -e dracut --nodeps
+ And install mkinitrd again:
+- zypper install mkinitrd
+- Adjust mkinitrd-dracut.sh to SUSE mkinitrd:
+  none : Before gives a usage error - now scans /boot for kernels
+   and builds corresponding inirtrds for them
+  -i -k  : Pass a list of kernels and initrd targets
+   (not sure it was worth the hassle to be able to pass)
+  -b : Boot directory to search for kernel images
+  -d : Change root file system. Not tested whether dracut's behavior
+   matches exactly what our mkinitrd does.
+  -s : Dummy (should even be obsolete in latest mkinitrd)
+  These patches have been submitted, but now feedback from mainline yet:
+mkinitrd_allow_no_option.patch
+mkinitrd_allow_multiple_args
+quiet_options
+implement_default
+root_fs
+suse_host_only
+- Write caller and used parameters to syslog if mkinitrd is called.
+  So that those can easily be fixed and checked for correctness.
+  This should get reverted again before a bigger release.
+This patch will never show up mainline and should also get reverted
+from SUSE factory repo before the next release shows up:
+suse_only_logger
+- Build host only images for default paths in SUSE for faster build and
+  smaller images. Imply --force in this case as well.
+  * suse_host_only.patch
+
+---

New:

  acpi_override.patch
  generalize_early_cpio.patch
  implement_default.patch
  microcode_cleanup.patch
  mkinitrd_allow_multiple_args.patch
  mkinitrd_allow_no_option.patch
  mkinitrd_setup_dummy
  mkinitrd_update_bootloader.diff
  quiet_options.patch
  root_fs.patch
  suse_host_only.patch
  suse_only_logger.patch



Other differences:
--
++ dracut.spec ++
--- /var/tmp/diff_new_pack.Lk4tFV/_old  2013-10-06 14:32:43.0 +0200
+++ /var/tmp/diff_new_pack.Lk4tFV/_new  2013-10-06 14:32:43.0 +0200
@@ -18,7 +18,7 @@
 
 %define dracutlibdir %{_prefix}/lib/dracut
 
-%define replace_mkinitrd 0
+%define replace_mkinitrd 1
 
 Name:   dracut
 Version:033
@@ -35,6 +35,7 @@
 # (not to be upstreamed)
 Source1:module-setup-initrd.sh
 Source2:parse-suse-initrd.sh
+Source3:mkinitrd_setup_dummy
 # PATCH-FIX-OPENSUSE correct the paths for openSUSE - tittiatc...@gmail.com
 Patch0: correct-paths-for-opensuse.patch
 # PATCH-FIX-OPENSUSE change the default naming from initramfs to initrd - 

commit python3-pyOpenSSL for openSUSE:13.1

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package python3-pyOpenSSL for openSUSE:13.1 
checked in at 2013-10-06 14:32:30

Comparing /work/SRC/openSUSE:13.1/python3-pyOpenSSL (Old)
 and  /work/SRC/openSUSE:13.1/.python3-pyOpenSSL.new (New)


Package is python3-pyOpenSSL

Changes:

--- /work/SRC/openSUSE:13.1/python3-pyOpenSSL/python3-pyOpenSSL-doc.changes 
2013-10-03 16:07:44.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.python3-pyOpenSSL.new/python3-pyOpenSSL-doc.changes
2013-10-06 14:32:32.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct  6 08:00:44 UTC 2013 - tchva...@suse.com
+
+- Fix previous commit to really require right package.
+
+---



Other differences:
--
++ python3-pyOpenSSL-doc.spec ++
--- /var/tmp/diff_new_pack.sxQQgm/_old  2013-10-06 14:32:32.0 +0200
+++ /var/tmp/diff_new_pack.sxQQgm/_new  2013-10-06 14:32:32.0 +0200
@@ -29,10 +29,10 @@
 BuildRequires:  python3-devel
 BuildRequires:  texlive-latex
 %if %suse_version  1220
-BuildRequires:  texlive-babel
 BuildRequires:  texlive-cm-super
 BuildRequires:  texlive-ec
 BuildRequires:  texlive-times
+BuildRequires:  tex(english.ldf)
 BuildRequires:  tex(fancyhdr.sty)
 BuildRequires:  tex(fncychap.sty)
 BuildRequires:  tex(longtable.sty)

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



commit soprano for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package soprano for openSUSE:Factory checked 
in at 2013-10-06 14:33:05

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


Package is soprano

Changes:

--- /work/SRC/openSUSE:Factory/soprano/soprano-backend-sesame.changes   
2013-09-17 15:03:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.soprano.new/soprano-backend-sesame.changes  
2013-10-06 14:33:06.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct  4 13:39:44 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Fix typo in previous patch, this made the patch useless
+
+---
soprano-backend-virtuoso.changes: same change
soprano.changes: same change



Other differences:
--
soprano-backend-virtuoso.spec: same change
soprano.spec: same change
++ 0001-VirtuosoBackend-Automatic-delete-faulty-transaction-log.patch ++
--- /var/tmp/diff_new_pack.PvouhF/_old  2013-10-06 14:33:07.0 +0200
+++ /var/tmp/diff_new_pack.PvouhF/_new  2013-10-06 14:33:07.0 +0200
@@ -26,8 +26,8 @@
  qDebug()  Virtuoso started:  m_virtuosoProcess.pid();
 @@ -179,7 +179,7 @@ bool Soprano::VirtuosoController::start( const QString 
virtuosoExe, const Backe
  }
- 
- 
+
+
 -bool Soprano::VirtuosoController::waitForVirtuosoToInitialize()
 +bool Soprano::VirtuosoController::waitForVirtuosoToInitialize(const QString 
exe, const QStringList args)
  {
@@ -38,7 +38,7 @@
  QString line = QString::fromLatin1( 
m_virtuosoProcess.readLine() );
  qDebug()  line;
 -if ( line.contains( Server online at ) ) {
-+if ( line.contains( Delete translation log ) ) {
++if ( line.contains( Delete transaction log ) ) {
 +// Close virtuoso and restart -
 +disconnect( m_virtuosoProcess, 
SIGNAL(finished(int,QProcess::ExitStatus)),
 +this, 
SLOT(slotProcessFinished(int,QProcess::ExitStatus)) );
@@ -65,16 +65,16 @@
 --- a/backends/virtuoso/virtuosocontroller.h
 +++ b/backends/virtuoso/virtuosocontroller.h
 @@ -80,7 +80,9 @@ namespace Soprano {
- 
+
  private:
  void writeConfigFile( const QString path, const BackendSettings 
settings );
 -bool waitForVirtuosoToInitialize();
 +// The exe and args are passed in the event that virtuoso has a 
corrupted transaction
 +// file and needs to be restarted after deleting the transaction file
 +bool waitForVirtuosoToInitialize(const QString exe, const 
QStringList args);
- 
+
  QProcess m_virtuosoProcess;
  QString m_configFilePath;
--- 
+--
 1.8.4
 

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



commit python3-pyOpenSSL for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package python3-pyOpenSSL for 
openSUSE:Factory checked in at 2013-10-06 14:32:28

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


Package is python3-pyOpenSSL

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyOpenSSL/python3-pyOpenSSL-doc.changes  
2013-10-03 16:07:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pyOpenSSL.new/python3-pyOpenSSL-doc.changes 
2013-10-06 14:32:30.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct  6 08:00:44 UTC 2013 - tchva...@suse.com
+
+- Fix previous commit to really require right package.
+
+---



Other differences:
--
++ python3-pyOpenSSL-doc.spec ++
--- /var/tmp/diff_new_pack.JqMleW/_old  2013-10-06 14:32:30.0 +0200
+++ /var/tmp/diff_new_pack.JqMleW/_new  2013-10-06 14:32:30.0 +0200
@@ -29,10 +29,10 @@
 BuildRequires:  python3-devel
 BuildRequires:  texlive-latex
 %if %suse_version  1220
-BuildRequires:  texlive-babel
 BuildRequires:  texlive-cm-super
 BuildRequires:  texlive-ec
 BuildRequires:  texlive-times
+BuildRequires:  tex(english.ldf)
 BuildRequires:  tex(fancyhdr.sty)
 BuildRequires:  tex(fncychap.sty)
 BuildRequires:  tex(longtable.sty)

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



commit python-pyOpenSSL for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package python-pyOpenSSL for 
openSUSE:Factory checked in at 2013-10-06 14:32:19

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


Package is python-pyOpenSSL

Changes:

--- /work/SRC/openSUSE:Factory/python-pyOpenSSL/python-pyOpenSSL-doc.changes
2013-10-03 16:07:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyOpenSSL.new/python-pyOpenSSL-doc.changes   
2013-10-06 14:32:20.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct  6 07:58:13 UTC 2013 - tchva...@suse.com
+
+- Fix the doc build for real
+
+---



Other differences:
--
++ python-pyOpenSSL-doc.spec ++
--- /var/tmp/diff_new_pack.XFEBVS/_old  2013-10-06 14:32:22.0 +0200
+++ /var/tmp/diff_new_pack.XFEBVS/_new  2013-10-06 14:32:22.0 +0200
@@ -29,10 +29,10 @@
 BuildRequires:  python-devel
 BuildRequires:  texlive-latex
 %if %suse_version  1220
-BuildRequires:  texlive-babel
 BuildRequires:  texlive-cm-super
 BuildRequires:  texlive-ec
 BuildRequires:  texlive-times
+BuildRequires:  tex(english.ldf)
 BuildRequires:  tex(fancyhdr.sty)
 BuildRequires:  tex(fncychap.sty)
 BuildRequires:  tex(longtable.sty)

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



commit rrdtool for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package rrdtool for openSUSE:Factory checked 
in at 2013-10-06 14:32:41

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


Package is rrdtool

Changes:

--- /work/SRC/openSUSE:Factory/rrdtool/rrdtool.changes  2013-10-04 
10:28:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.rrdtool.new/rrdtool.changes 2013-10-06 
14:32:44.0 +0200
@@ -1,0 +2,12 @@
+Fri Oct  4 17:01:23 UTC 2013 - p.drou...@gmail.com
+
+- Remove PIDfile definition of sysconfig file and add it in systemd
+  service file
+- Fix PIDfile location to /run instead of var/lib/rccached
+
+---
+Fri Oct  4 10:40:05 UTC 2013 - o...@botter.cc
+
+- fix rrdcached service file (type=forking), add pid file variable
+
+---



Other differences:
--
++ rrdtool.spec ++
--- /var/tmp/diff_new_pack.jyPlZu/_old  2013-10-06 14:32:45.0 +0200
+++ /var/tmp/diff_new_pack.jyPlZu/_new  2013-10-06 14:32:45.0 +0200
@@ -17,25 +17,25 @@
 
 
 Name:   rrdtool
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  cairo-devel
 BuildRequires:  freetype2-devel
+BuildRequires:  gettext-tools
 BuildRequires:  glib2-devel
 BuildRequires:  groff
 BuildRequires:  intltool
 BuildRequires:  libart_lgpl-devel
 BuildRequires:  libpng-devel
+BuildRequires:  libtool
 BuildRequires:  libxml2-devel
+BuildRequires:  lua51-devel
 BuildRequires:  pango-devel
 BuildRequires:  python-devel
-BuildRequires:  tcl-devel
-BuildRequires:  gettext-tools
 BuildRequires:  ruby-devel
-BuildRequires:  lua51-devel
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  libtool
-BuildRequires:  tcpd-devel
 BuildRequires:  systemd
+BuildRequires:  tcl-devel
+BuildRequires:  tcpd-devel
 Requires:   perl = %{perl_version}
 Version:1.4.7
 Release:0
@@ -241,7 +241,6 @@
 install -Dm644 %{SOURCE5} %{buildroot}%{_unitdir}/rrdcached.service
 mkdir -p %{buildroot}%{_localstatedir}/lib/rrdtool/rrdcached
 
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

++ rrdcached-systemd-pre ++
--- /var/tmp/diff_new_pack.jyPlZu/_old  2013-10-06 14:32:45.0 +0200
+++ /var/tmp/diff_new_pack.jyPlZu/_new  2013-10-06 14:32:45.0 +0200
@@ -14,7 +14,7 @@
 if [ $1 = stop ]; then exit 0;
 else exit 6; fi; }
 
-RRDCACHED_PID='/var/lib/rrdtool/rrdcached/rrdcached.pid'
+RRDCACHED_PID='/run/rrdcached.pid'
 
 # Read config   
 . $RRDCACHED_CONFIG

++ rrdcached.service ++
--- /var/tmp/diff_new_pack.jyPlZu/_old  2013-10-06 14:32:45.0 +0200
+++ /var/tmp/diff_new_pack.jyPlZu/_new  2013-10-06 14:32:45.0 +0200
@@ -12,13 +12,14 @@
 After=network.target
 
 [Service]
+Type=forking
 ExecStartPre=-/bin/echo 'Starting RRD data caching service (rrdtools - 
rrdcached)'
 ExecStartPre=/bin/sh -c /usr/share/rrdcached/rrdcached-systemd-pre
 EnvironmentFile=-/etc/sysconfig/rrdcached
 ExecStart=/usr/bin/rrdcached -s $RRDCACHED_GROUP -b $RRDCACHED_CHROOT_DIR -p 
$RRDCACHED_PID -l $RRDCACHED_ADDRESS -m $RRDCACHED_SOCKET_MASK -w 
$RRDCACHED_DISKWRITE -z $RRDCACHED_DELAY -t $RRDCACHED_WRITE_THREADS 
$RRDCACHED_OPTIONS
 Restart=always
 RestartSec=1
-PIDFile=$RRDCACHED_PID
+PIDFile=/run/rrdcached.pid
 TimeoutStopSec=10
 
 [Install]

++ sysconfig.rrdcached ++
--- /var/tmp/diff_new_pack.jyPlZu/_old  2013-10-06 14:32:45.0 +0200
+++ /var/tmp/diff_new_pack.jyPlZu/_new  2013-10-06 14:32:45.0 +0200
@@ -102,3 +102,4 @@
 # Other options - see man 1 rrdcached
 #
 RRDCACHED_OPTIONS=
+

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



commit vips for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package vips for openSUSE:Factory checked in 
at 2013-10-06 14:33:15

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


Package is vips

Changes:

--- /work/SRC/openSUSE:Factory/vips/vips.changes2013-08-21 
10:31:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.vips.new/vips.changes   2013-10-06 
14:33:17.0 +0200
@@ -1,0 +2,39 @@
+Sat Oct  5 17:07:19 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 7.36.0
+  * added vips_matrixload() and vips_matrixsave(), load and save
+vips mat format
+  * rename image arrays as image matrices ... INTERPRETATION_ARRAY -
+INTERPRETATION_MATRIX etc. 
+  * rewrite im_buildlut(), im_identity*(), im_maplut(),
+im_falsecolour(), im_gammacorrect(), im_histgr(), im_histcum(),
+im_histnorm(), im_heq(), im_histnD(), im_histindexed(),
+im_histspec(), im_invertlut(), im_lhisteq(), im_stdif(),
+im_project(), im_profile(), im_tone_build*(), im_mpercent*(),
+im_ismonotonic() as classes
+  * vips_hist_local(), vips_stdif() do any number of bands
+  * thin vips8 wrapper for im_histplot()
+  * added vips_error_freeze() / vips_error_thaw()
+  * used freeze() / thaw() to stop file format sniffers logging
+spurious errors
+  * vipsthumbnail uses embedded jpg thumbnails if it can 
+  * rename vips_diag() as vips_info(), add --vips-info flag
+  * deprecate im_hsp()
+  * added vips_webpload(), vips_webpload_buffer(), vips_webpsave(),
+vips_webpsave_buffer(), vips_webpsave_mime()
+  * tiff reader allows separate planes for strip read
+  * tiff reader and writer allow many more formats,
+eg. 32-bit int, complex, etc. 
+  * tiff reader and writer allow any number of bands
+  * added vips_image_new_matrixv()
+  * dzsave basename param now called filename, so you can use .dz
+as a destination (basename is still there but deprecated)
+  * new _UNBUFFERED sequential mode saves memory in some important cases
+  * vips_conv() is a simple wrapper over the old convolution functions
+  * new optimize_coding param for jpeg write produces optimal Huffman tables
+  * im_tone_map() and im_tone_analyse() deprecated
+  * new --band arg to vips_maplut() replaces im_tone_map() functionality
+  * added vips_similarity(), simple wrapper for vips_affine() that lets you
+give a scale and rotate
+
+---

Old:

  vips-7.34.2.tar.gz

New:

  vips-7.36.0.tar.gz



Other differences:
--
++ vips.spec ++
--- /var/tmp/diff_new_pack.XltGuE/_old  2013-10-06 14:33:31.0 +0200
+++ /var/tmp/diff_new_pack.XltGuE/_new  2013-10-06 14:33:31.0 +0200
@@ -20,9 +20,10 @@
 
 Name:   vips
 %define libname lib%{name}
-Version:7.34.2
+Version:7.36.0
 Release:0
-%define somajor 31
+%define short_version 7.36
+%define somajor 35
 Summary:C/C++ library for processing large images
 License:LGPL-2.1
 Group:  System/Libraries
@@ -120,7 +121,7 @@
 %install
 %make_install
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
-%find_lang vips7.34
+%find_lang vips%{short_version}
 %fdupes %{buildroot}%{python_sitearch}/
 rm -rf %{buildroot}%{_datadir}/doc/vips
 
@@ -128,7 +129,7 @@
 
 %postun -n %{libname}%{somajor} -p /sbin/ldconfig
 
-%files -n %{libname}%{somajor} -f vips7.34.lang
+%files -n %{libname}%{somajor} -f vips%{short_version}.lang
 %defattr(-,root,root)
 %{_libdir}/*.so.%{somajor}*
 

++ vips-7.34.2.tar.gz - vips-7.36.0.tar.gz ++
 45986 lines of diff (skipped)

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



commit wine-gecko for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package wine-gecko for openSUSE:Factory 
checked in at 2013-10-06 14:33:35

Comparing /work/SRC/openSUSE:Factory/wine-gecko (Old)
 and  /work/SRC/openSUSE:Factory/.wine-gecko.new (New)


Package is wine-gecko

Changes:

--- /work/SRC/openSUSE:Factory/wine-gecko/wine-gecko.changes2013-06-05 
13:21:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.wine-gecko.new/wine-gecko.changes   
2013-10-06 14:33:36.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 27 20:26:23 UTC 2013 - meiss...@suse.com
+
+- Updated to 2.24 for Wine 1.7.3 and later.
+
+---

Old:

  wine_gecko-2.21-x86.msi
  wine_gecko-2.21-x86_64.msi

New:

  wine_gecko-2.24-x86.msi
  wine_gecko-2.24-x86_64.msi



Other differences:
--
++ wine-gecko.spec ++
--- /var/tmp/diff_new_pack.LPOuJo/_old  2013-10-06 14:33:38.0 +0200
+++ /var/tmp/diff_new_pack.LPOuJo/_new  2013-10-06 14:33:38.0 +0200
@@ -20,7 +20,7 @@
 Summary:The Wine specific Gecko HTML rendering engine
 License:MPL-1.1+
 Group:  Development/Tools/Other
-Version:2.21
+Version:2.24
 Release:0
 Source0:
http://downloads.sourceforge.net/wine/wine_gecko-%{version}-x86.msi
 Source1:
http://downloads.sourceforge.net/wine/wine_gecko-%{version}-x86_64.msi

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



commit wxWidgets for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package wxWidgets for openSUSE:Factory 
checked in at 2013-10-06 14:33:46

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


Package is wxWidgets

Changes:

--- /work/SRC/openSUSE:Factory/wxWidgets/wxWidgets-ansi.changes 2013-06-05 
13:23:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxWidgets.new/wxWidgets-ansi.changes
2013-10-06 14:33:47.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 22 13:38:01 UTC 2013 - jeng...@inai.de
+
+- Use %_smp_mflags for parallel build and better make install call.
+
+---
wxWidgets-wxcontainer.changes: same change
wxWidgets-wxcontainer24c.changes: same change
wxWidgets.changes: same change



Other differences:
--
++ wxWidgets-ansi.spec ++
--- /var/tmp/diff_new_pack.dIjXbQ/_old  2013-10-06 14:33:52.0 +0200
+++ /var/tmp/diff_new_pack.dIjXbQ/_new  2013-10-06 14:33:52.0 +0200
@@ -835,8 +835,8 @@
--disable-precomp-headers\
 %endif
--enable-plugins
-make %{?jobs:-j%jobs}
-make %{?jobs:-j%jobs} -C contrib
+make %{?_smp_mflags}
+make %{?_smp_mflags} -C contrib
 %if %BUILD_LANG
 cd locale
 make allmo
@@ -844,8 +844,8 @@
 %endif
 
 %install
-%makeinstall
-%makeinstall -C contrib
+make install DESTDIR=%buildroot
+make install DESTDIR=%buildroot -C contrib
 
 # Generate lang package only once for the main variant and recycle it 
everywhere.
 %if %BUILD_LANG
@@ -1013,9 +1013,6 @@
 %define __find_provides %{build_wx_provides}
 %define __find_requires %{build_wx_requires} %{buildroot}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post compat-lib-config -p /sbin/ldconfig
 %postun compat-lib-config -p /sbin/ldconfig
 %triggerin compat-lib-config -- libwx_base%{WXFLAGS}-2_8-0-%{wx_variant}

wxWidgets-wxcontainer.spec: same change
wxWidgets-wxcontainer24c.spec: same change
wxWidgets.spec: same change
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wxWidgets-2_9 for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package wxWidgets-2_9 for openSUSE:Factory 
checked in at 2013-10-06 14:33:55

Comparing /work/SRC/openSUSE:Factory/wxWidgets-2_9 (Old)
 and  /work/SRC/openSUSE:Factory/.wxWidgets-2_9.new (New)


Package is wxWidgets-2_9

Changes:

--- /work/SRC/openSUSE:Factory/wxWidgets-2_9/wxWidgets-2_9-ansi.changes 
2013-05-03 13:53:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxWidgets-2_9.new/wxWidgets-2_9-ansi.changes
2013-10-06 14:33:56.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 22 13:38:01 UTC 2013 - jeng...@inai.de
+
+- Use %_smp_mflags for parallel build and better make install call.
+
+---
wxWidgets-2_9-wxcontainer.changes: same change
wxWidgets-2_9-wxcontainer24c.changes: same change
wxWidgets-2_9.changes: same change



Other differences:
--
++ wxWidgets-2_9-ansi.spec ++
--- /var/tmp/diff_new_pack.tuiENh/_old  2013-10-06 14:33:57.0 +0200
+++ /var/tmp/diff_new_pack.tuiENh/_new  2013-10-06 14:33:57.0 +0200
@@ -660,7 +660,7 @@
--disable-stl\
 %endif
--enable-plugins
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 %if %BUILD_LANG
 cd locale
 make allmo
@@ -668,7 +668,7 @@
 %endif
 
 %install
-%makeinstall
+make install DESTDIR=%buildroot
 %if %BUILD_LANG
 # Locales for MS Windows:
 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/wxmsw.mo

wxWidgets-2_9-wxcontainer.spec: same change
wxWidgets-2_9-wxcontainer24c.spec: same change
wxWidgets-2_9.spec: same change
-- 
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

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package ha-cluster-bootstrap for 
openSUSE:Factory checked in at 2013-10-06 14:34:45

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
2013-09-27 17:32:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ha-cluster-bootstrap.new/ha-cluster-bootstrap.changes
   2013-10-06 14:34:46.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  2 14:12:08 UTC 2013 - tser...@suse.com
+
+- Unify OCFS2 config with Hawk (bnc#821124) and remove o2cb
+- Upstream version cs:d194e13
+
+---

Old:

  sleha-bootstrap-0.4+git.1380195050.119bc91.tar.bz2

New:

  sleha-bootstrap-0.4+git.1380722991.d194e13.tar.bz2



Other differences:
--
++ ha-cluster-bootstrap.spec ++
--- /var/tmp/diff_new_pack.snOl1U/_old  2013-10-06 14:34:47.0 +0200
+++ /var/tmp/diff_new_pack.snOl1U/_new  2013-10-06 14:34:47.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   ha-cluster-bootstrap
-Version:0.4+git.1380195050.119bc91
+Version:0.4+git.1380722991.d194e13
 Release:0
 Summary:Pacemaker HA Cluster Bootstrap Tool
 License:GPL-2.0
@@ -31,7 +31,6 @@
 Requires:   pacemaker
 Requires:   pssh
 Requires:   util-linux
-Recommends: lvm2-clvm
 Recommends: ocfs2-tools
 # These three are required for ocfs2 setup, but not generic setup
 Recommends: parted

++ _service ++
--- /var/tmp/diff_new_pack.snOl1U/_old  2013-10-06 14:34:47.0 +0200
+++ /var/tmp/diff_new_pack.snOl1U/_new  2013-10-06 14:34:47.0 +0200
@@ -4,7 +4,7 @@
 param name=scmgit/param
 param name=exclude.git/param
 param name=versionformat0.4+git.%ct.%h/param
-param name=revision119bc91/param
+param name=revisiond194e13/param
   /service
 
   service name=recompress mode=disabled

++ sleha-bootstrap-0.4+git.1380195050.119bc91.tar.bz2 - 
sleha-bootstrap-0.4+git.1380722991.d194e13.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sleha-bootstrap-0.4+git.1380195050.119bc91/scripts/ha-cluster-functions 
new/sleha-bootstrap-0.4+git.1380722991.d194e13/scripts/ha-cluster-functions
--- old/sleha-bootstrap-0.4+git.1380195050.119bc91/scripts/ha-cluster-functions 
2013-09-26 14:11:23.0 +0200
+++ new/sleha-bootstrap-0.4+git.1380722991.d194e13/scripts/ha-cluster-functions 
2013-10-02 16:11:08.0 +0200
@@ -130,6 +130,8 @@
 # on, warn the user that they'll need to configure things manually (the
 # assumption here is that yast2-cluster is generally also installed, so that
 # file should be present, and should be formatted reasonably sensibly).
+# TODO(should): Create /etc/sysconfig/SuSEfirewall2.d/services/cluster
+# as yast2-cluster isn't present on openSUSE 13.1
 init_firewall()
 {
# ports for csync2, mgmtd, hawk  dlm respectively
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sleha-bootstrap-0.4+git.1380195050.119bc91/scripts/ha-cluster-init 
new/sleha-bootstrap-0.4+git.1380722991.d194e13/scripts/ha-cluster-init
--- old/sleha-bootstrap-0.4+git.1380195050.119bc91/scripts/ha-cluster-init  
2013-09-26 14:11:23.0 +0200
+++ new/sleha-bootstrap-0.4+git.1380722991.d194e13/scripts/ha-cluster-init  
2013-10-02 16:11:08.0 +0200
@@ -242,6 +242,9 @@
 }
 totem {
version:2
+   secauth:off
+   cluster_name:   hacluster
+   clear_node_high_bit: yes
 
 # Following are old corosync 1.4.x defaults from SLES
 #  token:  5000
@@ -250,8 +253,6 @@
 #  consensus:  6000
 #  vsftype:none
 #  max_messages:   20
-#  clear_node_high_bit: yes
-#  secauth:off
 #  threads:0
 
crypto_cipher:  none
@@ -505,8 +506,8 @@
 }
 
 # Non-generic, i.e. not for use with every type of cluster you can imagine:
-# creates specific cluster config (TODO: would be nice to template this in
-# future somehow)
+# creates specific cluster config (TODO: would be nice to just directly
+# use Hawk's wizard template instead of including config directly here)
 init_vgfs()
 {
[ -b $OCFS2_DEVICE ] || error OCFS2 device $OCFS2_DEVICE does not 
exist
@@ -515,64 +516,50 @@
local tmp_conf=/tmp/crm.$$
cat  $tmp_conf END
 primitive dlm ocf:pacemaker:controld \\
-   op start timeout=90 op stop timeout=100
-primitive clvm ocf:lvm2:clvmd \\
-   op start timeout=90 op stop timeout=100
-primitive cmirror 

commit xfce4-branding-openSUSE for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package xfce4-branding-openSUSE for 
openSUSE:Factory checked in at 2013-10-06 14:34:41

Comparing /work/SRC/openSUSE:Factory/xfce4-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-branding-openSUSE.new (New)


Package is xfce4-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-branding-openSUSE/xfce4-branding-openSUSE.changes
  2013-05-06 10:15:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-branding-openSUSE.new/xfce4-branding-openSUSE.changes
 2013-10-06 14:34:42.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct  5 22:44:42 UTC 2013 - g...@opensuse.org
+
+- add support for 13.2, drop support for  12.2
+
+---



Other differences:
--
++ xfce4-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.KCbXqy/_old  2013-10-06 14:34:43.0 +0200
+++ /var/tmp/diff_new_pack.KCbXqy/_new  2013-10-06 14:34:43.0 +0200
@@ -48,10 +48,8 @@
 # needed for %%{_sysconfdir}/xdg/midori/search
 BuildRequires:  midori-branding-upstream
 BuildRequires:  wallpaper-branding
-%if 0%{?suse_version} = 1220
 # owns %%{_datadir}/xfce/applications/defaults.list symlink target
 Requires:   libgio-2_0-0
-%endif
 %if 0%{?suse_version}  1220
 # for regenerating defaults.list
 BuildRequires:  desktop-file-utils
@@ -97,10 +95,8 @@
 Summary:openSUSE Branding of xfce4-session
 License:CC-BY-SA-3.0 and GPL-2.0+
 Group:  System/GUI/XFCE
-%if 0%{?suse_version} = 1220
 # owns %%{_datadir}/xfce/applications/defaults.list symlink target
 Requires:   libgio-2_0-0
-%endif
 %if 0%{?suse_version}  1220
 # for regenerating defaults.list
 Requires:   desktop-file-utils
@@ -293,13 +289,10 @@
 %dir %{_sysconfdir}/xdg/xfce4/xfconf
 %dir %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml
 %config %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
-# xfce_defaults.conf needs support from glib2 only available in = 12.2
-%if 0%{?suse_version} = 1220
 %{_sysconfdir}/xfce_defaults.conf
 %dir %{_datadir}/xfce
 %dir %{_datadir}/xfce/applications
 %{_datadir}/xfce/applications/defaults.list
-%endif
 
 %files -n xfce4-settings-branding-openSUSE
 %defattr(-,root,root)

++ xfce4-branding-openSUSE-4.10.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-branding-openSUSE-4.10.0/1320 
new/xfce4-branding-openSUSE-4.10.0/1320
--- old/xfce4-branding-openSUSE-4.10.0/1320 1970-01-01 01:00:00.0 
+0100
+++ new/xfce4-branding-openSUSE-4.10.0/1320 2013-10-06 14:34:43.0 
+0200
@@ -0,0 +1 @@
+symbolic link to 1310

-- 
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:13.1

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package ha-cluster-bootstrap for 
openSUSE:13.1 checked in at 2013-10-06 14:34:47

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


Package is ha-cluster-bootstrap

Changes:

--- /work/SRC/openSUSE:13.1/ha-cluster-bootstrap/ha-cluster-bootstrap.changes   
2013-09-27 17:32:54.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.ha-cluster-bootstrap.new/ha-cluster-bootstrap.changes  
2013-10-06 14:34:48.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  2 14:12:08 UTC 2013 - tser...@suse.com
+
+- Unify OCFS2 config with Hawk (bnc#821124) and remove o2cb
+- Upstream version cs:d194e13
+
+---

Old:

  sleha-bootstrap-0.4+git.1380195050.119bc91.tar.bz2

New:

  sleha-bootstrap-0.4+git.1380722991.d194e13.tar.bz2



Other differences:
--
++ ha-cluster-bootstrap.spec ++
--- /var/tmp/diff_new_pack.JThfep/_old  2013-10-06 14:34:48.0 +0200
+++ /var/tmp/diff_new_pack.JThfep/_new  2013-10-06 14:34:48.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   ha-cluster-bootstrap
-Version:0.4+git.1380195050.119bc91
+Version:0.4+git.1380722991.d194e13
 Release:0
 Summary:Pacemaker HA Cluster Bootstrap Tool
 License:GPL-2.0
@@ -31,7 +31,6 @@
 Requires:   pacemaker
 Requires:   pssh
 Requires:   util-linux
-Recommends: lvm2-clvm
 Recommends: ocfs2-tools
 # These three are required for ocfs2 setup, but not generic setup
 Recommends: parted

++ _service ++
--- /var/tmp/diff_new_pack.JThfep/_old  2013-10-06 14:34:48.0 +0200
+++ /var/tmp/diff_new_pack.JThfep/_new  2013-10-06 14:34:48.0 +0200
@@ -4,7 +4,7 @@
 param name=scmgit/param
 param name=exclude.git/param
 param name=versionformat0.4+git.%ct.%h/param
-param name=revision119bc91/param
+param name=revisiond194e13/param
   /service
 
   service name=recompress mode=disabled

++ sleha-bootstrap-0.4+git.1380195050.119bc91.tar.bz2 - 
sleha-bootstrap-0.4+git.1380722991.d194e13.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sleha-bootstrap-0.4+git.1380195050.119bc91/scripts/ha-cluster-functions 
new/sleha-bootstrap-0.4+git.1380722991.d194e13/scripts/ha-cluster-functions
--- old/sleha-bootstrap-0.4+git.1380195050.119bc91/scripts/ha-cluster-functions 
2013-09-26 14:11:23.0 +0200
+++ new/sleha-bootstrap-0.4+git.1380722991.d194e13/scripts/ha-cluster-functions 
2013-10-02 16:11:08.0 +0200
@@ -130,6 +130,8 @@
 # on, warn the user that they'll need to configure things manually (the
 # assumption here is that yast2-cluster is generally also installed, so that
 # file should be present, and should be formatted reasonably sensibly).
+# TODO(should): Create /etc/sysconfig/SuSEfirewall2.d/services/cluster
+# as yast2-cluster isn't present on openSUSE 13.1
 init_firewall()
 {
# ports for csync2, mgmtd, hawk  dlm respectively
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sleha-bootstrap-0.4+git.1380195050.119bc91/scripts/ha-cluster-init 
new/sleha-bootstrap-0.4+git.1380722991.d194e13/scripts/ha-cluster-init
--- old/sleha-bootstrap-0.4+git.1380195050.119bc91/scripts/ha-cluster-init  
2013-09-26 14:11:23.0 +0200
+++ new/sleha-bootstrap-0.4+git.1380722991.d194e13/scripts/ha-cluster-init  
2013-10-02 16:11:08.0 +0200
@@ -242,6 +242,9 @@
 }
 totem {
version:2
+   secauth:off
+   cluster_name:   hacluster
+   clear_node_high_bit: yes
 
 # Following are old corosync 1.4.x defaults from SLES
 #  token:  5000
@@ -250,8 +253,6 @@
 #  consensus:  6000
 #  vsftype:none
 #  max_messages:   20
-#  clear_node_high_bit: yes
-#  secauth:off
 #  threads:0
 
crypto_cipher:  none
@@ -505,8 +506,8 @@
 }
 
 # Non-generic, i.e. not for use with every type of cluster you can imagine:
-# creates specific cluster config (TODO: would be nice to template this in
-# future somehow)
+# creates specific cluster config (TODO: would be nice to just directly
+# use Hawk's wizard template instead of including config directly here)
 init_vgfs()
 {
[ -b $OCFS2_DEVICE ] || error OCFS2 device $OCFS2_DEVICE does not 
exist
@@ -515,64 +516,50 @@
local tmp_conf=/tmp/crm.$$
cat  $tmp_conf END
 primitive dlm ocf:pacemaker:controld \\
-   op start timeout=90 op stop timeout=100
-primitive clvm ocf:lvm2:clvmd \\
-   op start timeout=90 op stop timeout=100
-primitive cmirror ocf:lvm2:cmirrord \\
- 

commit wxWidgets-2_9-docs for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package wxWidgets-2_9-docs for 
openSUSE:Factory checked in at 2013-10-06 14:34:16

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


Package is wxWidgets-2_9-docs

Changes:

--- /work/SRC/openSUSE:Factory/wxWidgets-2_9-docs/wxWidgets-2_9-docs.changes
2012-11-13 17:12:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.wxWidgets-2_9-docs.new/wxWidgets-2_9-docs.changes   
2013-10-06 14:34:17.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 27 15:14:38 UTC 2013 - sch...@suse.de
+
+- Avoid overlong argument list
+
+---



Other differences:
--
++ wxWidgets-2_9-docs.spec ++
--- /var/tmp/diff_new_pack.8cwjiq/_old  2013-10-06 14:34:21.0 +0200
+++ /var/tmp/diff_new_pack.8cwjiq/_new  2013-10-06 14:34:21.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package wxWidgets-doc (Version 2.9.1)
+# spec file for package wxWidgets-2_9-docs
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   wxWidgets-2_9-docs
 %define _name wxWidgets-docs
-Group:  System/Libraries
 Url:http://www.wxwidgets.org/
 Summary:wxWidgets Documentation
 License:GPL-2.0+
+Group:  System/Libraries
 Version:2.9.4
 Release:0
 Source: 
http://downloads.sourceforge.net/project/wxwindows/%{version}/%{_name}-html-%{version}.tar.bz2
@@ -45,7 +43,7 @@
 
 %install
 mkdir -p $RPM_BUILD_ROOT%{_docdir}/wxWidgets-2_9
-cp -r * $RPM_BUILD_ROOT%{_docdir}/wxWidgets-2_9
+cp -r . $RPM_BUILD_ROOT%{_docdir}/wxWidgets-2_9
 %fdupes $RPM_BUILD_ROOT%{_datadir}
 
 %clean

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



commit yast2-runlevel for openSUSE:13.1

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-runlevel for openSUSE:13.1 
checked in at 2013-10-06 14:35:25

Comparing /work/SRC/openSUSE:13.1/yast2-runlevel (Old)
 and  /work/SRC/openSUSE:13.1/.yast2-runlevel.new (New)


Package is yast2-runlevel

Changes:

--- /work/SRC/openSUSE:13.1/yast2-runlevel/yast2-runlevel.changes   
2013-09-23 11:16:24.0 +0200
+++ /work/SRC/openSUSE:13.1/.yast2-runlevel.new/yast2-runlevel.changes  
2013-10-06 14:35:26.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  4 13:46:32 UTC 2013 - jreidin...@suse.com
+
+- Fix runlevel proposal for minimal X (BNC#837450) 
+- 3.0.1
+
+---

Old:

  yast2-runlevel-3.0.0.tar.bz2

New:

  yast2-runlevel-3.0.1.tar.bz2



Other differences:
--
++ yast2-runlevel.spec ++
--- /var/tmp/diff_new_pack.mZtTSl/_old  2013-10-06 14:35:26.0 +0200
+++ /var/tmp/diff_new_pack.mZtTSl/_new  2013-10-06 14:35:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-runlevel
-Version:3.0.0
+Version:3.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-runlevel-3.0.0.tar.bz2 - yast2-runlevel-3.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-3.0.0/Makefile.am.common 
new/yast2-runlevel-3.0.1/Makefile.am.common
--- old/yast2-runlevel-3.0.0/Makefile.am.common 2013-07-31 12:24:25.0 
+0200
+++ new/yast2-runlevel-3.0.1/Makefile.am.common 2013-10-04 16:06:19.0 
+0200
@@ -15,6 +15,7 @@
 CLEANFILES = ${ybcfiles}
 DISTCLEANFILES = .dep
 
+if HAS_YCP_MODULES
 # Needs to be outside . because of cases
 # where ycpchook contains a symlink to .
 # Otherwise . keeps being newer than .dep and we loop.
@@ -26,14 +27,16 @@
${YCPMAKEDEP} --prefix=${prefix} ${YCPCFLAGS}  ${NEWDEP}
cat ${NEWDEP}  .dep
rm ${NEWDEP}
+-include .dep
+endif
 
 dist-hook: check-syntax
 
 CHECK_SYNTAX = true
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(filter %.ycp,client_DATA); then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
+   @if test $(filter %.ycp, $(client_DATA) $(ydata_DATA)); then \
  if $(CHECK_SYNTAX); then \
-   TO_CHECK=$(filter %.ycp,$^); \
+   TO_CHECK=$(filter %.ycp, $(client_DATA) $(ydata_DATA)); \
echo Checking syntax of $${TO_CHECK}; \
if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
  echo Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk; \
@@ -43,5 +46,18 @@
echo Syntax check disabled; \
  fi; \
fi
+   @if test $(filter %.rb, $^); then \
+ if $(CHECK_SYNTAX); then \
+   TO_CHECK=$(filter %.rb, $^); \
+   echo Checking syntax of $${TO_CHECK}; \
+   for f in $${TO_CHECK}; do \
+ if ! ruby -c $$f  /dev/null; then \
+   echo Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk; \
+   exit 1; \
+ fi; \
+   done; \
+ else \
+   echo Syntax check disabled; \
+ fi; \
+   fi
 
--include .dep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-3.0.0/Makefile.in 
new/yast2-runlevel-3.0.1/Makefile.in
--- old/yast2-runlevel-3.0.0/Makefile.in2013-07-31 12:24:31.0 
+0200
+++ new/yast2-runlevel-3.0.1/Makefile.in2013-10-04 16:06:25.0 
+0200
@@ -686,7 +686,7 @@
*.zip*) \
  unzip $(distdir).zip ;;\
esac
-   chmod -R a-w $(distdir); chmod u+w $(distdir)
+   chmod -R a-w $(distdir); chmod a+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-3.0.0/VERSION 
new/yast2-runlevel-3.0.1/VERSION
--- old/yast2-runlevel-3.0.0/VERSION2013-07-30 13:40:11.0 +0200
+++ new/yast2-runlevel-3.0.1/VERSION2013-10-04 16:06:00.0 +0200
@@ -1 +1 @@
-3.0.0
+3.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-3.0.0/configure 
new/yast2-runlevel-3.0.1/configure
--- old/yast2-runlevel-3.0.0/configure  2013-07-31 12:24:30.0 +0200
+++ new/yast2-runlevel-3.0.1/configure  2013-10-04 16:06:23.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-runlevel 3.0.0.
+# Generated by GNU Autoconf 2.69 for 

commit yast2-runlevel for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-runlevel for openSUSE:Factory 
checked in at 2013-10-06 14:35:24

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


Package is yast2-runlevel

Changes:

--- /work/SRC/openSUSE:Factory/yast2-runlevel/yast2-runlevel.changes
2013-08-01 11:09:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-runlevel.new/yast2-runlevel.changes   
2013-10-06 14:35:25.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  4 13:46:32 UTC 2013 - jreidin...@suse.com
+
+- Fix runlevel proposal for minimal X (BNC#837450) 
+- 3.0.1
+
+---

Old:

  yast2-runlevel-3.0.0.tar.bz2

New:

  yast2-runlevel-3.0.1.tar.bz2



Other differences:
--
++ yast2-runlevel.spec ++
--- /var/tmp/diff_new_pack.8zENtO/_old  2013-10-06 14:35:26.0 +0200
+++ /var/tmp/diff_new_pack.8zENtO/_new  2013-10-06 14:35:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-runlevel
-Version:3.0.0
+Version:3.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-runlevel-3.0.0.tar.bz2 - yast2-runlevel-3.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-3.0.0/Makefile.am.common 
new/yast2-runlevel-3.0.1/Makefile.am.common
--- old/yast2-runlevel-3.0.0/Makefile.am.common 2013-07-31 12:24:25.0 
+0200
+++ new/yast2-runlevel-3.0.1/Makefile.am.common 2013-10-04 16:06:19.0 
+0200
@@ -15,6 +15,7 @@
 CLEANFILES = ${ybcfiles}
 DISTCLEANFILES = .dep
 
+if HAS_YCP_MODULES
 # Needs to be outside . because of cases
 # where ycpchook contains a symlink to .
 # Otherwise . keeps being newer than .dep and we loop.
@@ -26,14 +27,16 @@
${YCPMAKEDEP} --prefix=${prefix} ${YCPCFLAGS}  ${NEWDEP}
cat ${NEWDEP}  .dep
rm ${NEWDEP}
+-include .dep
+endif
 
 dist-hook: check-syntax
 
 CHECK_SYNTAX = true
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(filter %.ycp,client_DATA); then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
+   @if test $(filter %.ycp, $(client_DATA) $(ydata_DATA)); then \
  if $(CHECK_SYNTAX); then \
-   TO_CHECK=$(filter %.ycp,$^); \
+   TO_CHECK=$(filter %.ycp, $(client_DATA) $(ydata_DATA)); \
echo Checking syntax of $${TO_CHECK}; \
if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
  echo Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk; \
@@ -43,5 +46,18 @@
echo Syntax check disabled; \
  fi; \
fi
+   @if test $(filter %.rb, $^); then \
+ if $(CHECK_SYNTAX); then \
+   TO_CHECK=$(filter %.rb, $^); \
+   echo Checking syntax of $${TO_CHECK}; \
+   for f in $${TO_CHECK}; do \
+ if ! ruby -c $$f  /dev/null; then \
+   echo Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk; \
+   exit 1; \
+ fi; \
+   done; \
+ else \
+   echo Syntax check disabled; \
+ fi; \
+   fi
 
--include .dep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-3.0.0/Makefile.in 
new/yast2-runlevel-3.0.1/Makefile.in
--- old/yast2-runlevel-3.0.0/Makefile.in2013-07-31 12:24:31.0 
+0200
+++ new/yast2-runlevel-3.0.1/Makefile.in2013-10-04 16:06:25.0 
+0200
@@ -686,7 +686,7 @@
*.zip*) \
  unzip $(distdir).zip ;;\
esac
-   chmod -R a-w $(distdir); chmod u+w $(distdir)
+   chmod -R a-w $(distdir); chmod a+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-3.0.0/VERSION 
new/yast2-runlevel-3.0.1/VERSION
--- old/yast2-runlevel-3.0.0/VERSION2013-07-30 13:40:11.0 +0200
+++ new/yast2-runlevel-3.0.1/VERSION2013-10-04 16:06:00.0 +0200
@@ -1 +1 @@
-3.0.0
+3.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-runlevel-3.0.0/configure 
new/yast2-runlevel-3.0.1/configure
--- old/yast2-runlevel-3.0.0/configure  2013-07-31 12:24:30.0 +0200
+++ new/yast2-runlevel-3.0.1/configure  2013-10-04 16:06:23.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-runlevel 3.0.0.
+# Generated by GNU 

commit perl-MooseX-OneArgNew for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-OneArgNew for 
openSUSE:Factory checked in at 2013-10-06 14:36:46

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


Package is perl-MooseX-OneArgNew

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-OneArgNew/perl-MooseX-OneArgNew.changes  
2013-06-07 07:05:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-OneArgNew.new/perl-MooseX-OneArgNew.changes
 2013-10-06 14:36:47.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct  6 12:16:28 UTC 2013 - co...@suse.com
+
+- updated to 0.004
+  update repo and bugtracker metadata
+
+---

Old:

  MooseX-OneArgNew-0.003.tar.gz

New:

  MooseX-OneArgNew-0.004.tar.gz



Other differences:
--
++ perl-MooseX-OneArgNew.spec ++
--- /var/tmp/diff_new_pack.YTU3Ea/_old  2013-10-06 14:36:48.0 +0200
+++ /var/tmp/diff_new_pack.YTU3Ea/_new  2013-10-06 14:36:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-OneArgNew
-Version:0.003
+Version:0.004
 Release:0
 %define cpan_name MooseX-OneArgNew
 Summary:teach -new to accept single, non-hashref arguments
@@ -43,7 +43,8 @@
 %description
 MooseX::OneArgNew lets your constructor take a single argument, which will
 be translated into the value for a one-entry hashref. It is a the
-parameterized role|MooseX::Role::Parameterized manpage with two parameters:
+parameterized role|MooseX::Role::Parameterized manpage with three
+parameters:
 
 * type
 

++ MooseX-OneArgNew-0.003.tar.gz - MooseX-OneArgNew-0.004.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-OneArgNew-0.003/Changes 
new/MooseX-OneArgNew-0.004/Changes
--- old/MooseX-OneArgNew-0.003/Changes  2013-04-16 22:36:29.0 +0200
+++ new/MooseX-OneArgNew-0.004/Changes  2013-10-05 15:05:41.0 +0200
@@ -1,7 +1,10 @@
 Revision history for MooseX-OneArgNew
 
+0.004 2013-10-05 09:05:39 America/New_York
+  update repo and bugtracker metadata
+
 0.003 2013-04-16 16:36:26 America/New_York
-  add a coerce parameter to the role; now -new can accept one arg
+- add a coerce parameter to the role; now -new can accept one arg
   that can be coerced to the expected type; suggested by Mark Jason
   Dominus
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-OneArgNew-0.003/META.json 
new/MooseX-OneArgNew-0.004/META.json
--- old/MooseX-OneArgNew-0.003/META.json2013-04-16 22:36:29.0 
+0200
+++ new/MooseX-OneArgNew-0.004/META.json2013-10-05 15:05:41.0 
+0200
@@ -4,7 +4,7 @@
   Ricardo Signes r...@cpan.org
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 4.300034, CPAN::Meta::Converter 
version 2.130880,
+   generated_by : Dist::Zilla version 4.300039, CPAN::Meta::Converter 
version 2.132661,
license : [
   perl_5
],
@@ -34,8 +34,9 @@
   },
   test : {
  requires : {
-File::Find : 0,
-File::Temp : 0,
+File::Spec : 0,
+IO::Handle : 0,
+IPC::Open3 : 0,
 Moose : 0,
 Test::More : 0.96,
 strict : 0,
@@ -45,28 +46,31 @@
},
release_status : stable,
resources : {
-  homepage : https://github.com/rjbs/moosex-oneargnew;,
+  bugtracker : {
+ web : https://github.com/rjbs/MooseX-OneArgNew/issues;
+  },
+  homepage : https://github.com/rjbs/MooseX-OneArgNew;,
   repository : {
  type : git,
- url : https://github.com/rjbs/moosex-oneargnew.git;,
- web : https://github.com/rjbs/moosex-oneargnew;
+ url : https://github.com/rjbs/MooseX-OneArgNew.git;,
+ web : https://github.com/rjbs/MooseX-OneArgNew;
   }
},
-   version : 0.003,
+   version : 0.004,
x_Dist_Zilla : {
   perl : {
- version : 5.017010
+ version : 5.019004
   },
   plugins : [
  {
 class : Dist::Zilla::Plugin::Git::GatherDir,
 name : @RJBS/Git::GatherDir,
-version : 2.013
+version : 2.014
  },
  {
 class : Dist::Zilla::Plugin::CheckPrereqsIndexed,
 name : @RJBS/CheckPrereqsIndexed,
-version : 0.008
+version : 0.009
  },
  {
 class : Dist::Zilla::Plugin::CheckExtraTests,
@@ -74,94 +78,104 @@
 version : 0.011
  },
  {
+class : Dist::Zilla::Plugin::PromptIfStale,
+   

commit perl-MooseX-Types-Perl for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Types-Perl for 
openSUSE:Factory checked in at 2013-10-06 14:36:52

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


Package is perl-MooseX-Types-Perl

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-Types-Perl/perl-MooseX-Types-Perl.changes
2012-02-17 15:01:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Types-Perl.new/perl-MooseX-Types-Perl.changes
   2013-10-06 14:36:54.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct  6 12:17:18 UTC 2013 - co...@suse.com
+
+- updated to 0.101342
+  update bugtracker and repo
+
+---

Old:

  MooseX-Types-Perl-0.101341.tar.gz

New:

  MooseX-Types-Perl-0.101342.tar.gz



Other differences:
--
++ perl-MooseX-Types-Perl.spec ++
--- /var/tmp/diff_new_pack.Vh69eB/_old  2013-10-06 14:36:54.0 +0200
+++ /var/tmp/diff_new_pack.Vh69eB/_new  2013-10-06 14:36:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Types-Perl
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-Types-Perl
-Version:0.101341
+Version:0.101342
 Release:0
 %define cpan_name MooseX-Types-Perl
 Summary:Moose types that check against Perl syntax

++ MooseX-Types-Perl-0.101341.tar.gz - MooseX-Types-Perl-0.101342.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Types-Perl-0.101341/Changes 
new/MooseX-Types-Perl-0.101342/Changes
--- old/MooseX-Types-Perl-0.101341/Changes  2011-12-23 23:18:15.0 
+0100
+++ new/MooseX-Types-Perl-0.101342/Changes  2013-10-05 15:13:52.0 
+0200
@@ -1,5 +1,8 @@
 Revision history for MooseX-Types-Perl
 
+0.101342  2013-10-05 09:13:49 America/New_York
+  update bugtracker and repo
+
 0.101341  2011-12-23 17:18:04 America/New_York
   forbid non-ASCII in pkg, dist, module
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Types-Perl-0.101341/LICENSE 
new/MooseX-Types-Perl-0.101342/LICENSE
--- old/MooseX-Types-Perl-0.101341/LICENSE  2011-12-23 23:18:15.0 
+0100
+++ new/MooseX-Types-Perl-0.101342/LICENSE  2013-10-05 15:13:52.0 
+0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2011 by Ricardo SIGNES.
+This software is copyright (c) 2013 by Ricardo SIGNES.
 
 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) 2011 by Ricardo SIGNES.
+This software is Copyright (c) 2013 by Ricardo SIGNES.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2011 by Ricardo SIGNES.
+This software is Copyright (c) 2013 by Ricardo SIGNES.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Types-Perl-0.101341/MANIFEST 
new/MooseX-Types-Perl-0.101342/MANIFEST
--- old/MooseX-Types-Perl-0.101341/MANIFEST 2011-12-23 23:18:15.0 
+0100
+++ new/MooseX-Types-Perl-0.101342/MANIFEST 2013-10-05 15:13:52.0 
+0200
@@ -7,5 +7,8 @@
 README
 dist.ini
 lib/MooseX/Types/Perl.pm
+t/00-compile.t
+t/000-report-versions-tiny.t
 t/basic.t
-t/release-pod-syntax.t
+xt/release/changes_has_content.t
+xt/release/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Types-Perl-0.101341/META.json 
new/MooseX-Types-Perl-0.101342/META.json
--- old/MooseX-Types-Perl-0.101341/META.json2011-12-23 23:18:15.0 
+0100
+++ new/MooseX-Types-Perl-0.101342/META.json2013-10-05 15:13:52.0 
+0200
@@ -4,7 +4,7 @@
   Ricardo SIGNES r...@cpan.org
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 4.35, CPAN::Meta::Converter 
version 2.112621,
+   generated_by : Dist::Zilla version 4.300039, CPAN::Meta::Converter 
version 2.132661,
license : [
   perl_5
],
@@ -19,147 +19,194 @@
 ExtUtils::MakeMaker : 6.30
  }
   },
+  develop : {
+ requires : {
+Test::Pod : 1.41,
+   

commit gpg2 for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package gpg2 for openSUSE:Factory checked in 
at 2013-10-06 14:52:46

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


Package is gpg2

Changes:

--- /work/SRC/openSUSE:Factory/gpg2/gpg2.changes2013-09-17 
15:02:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpg2.new/gpg2.changes   2013-10-06 
14:52:48.0 +0200
@@ -1,0 +2,11 @@
+Sat Oct  5 11:44:42 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 2.0.22 [bnc#844175]
+  * Fixed possible infinite recursion in the compressed packet
+parser. [CVE-2013-4402]
+  * Improved support for some card readers.
+  * Prepared building with the forthcoming Libgcrypt 1.6.
+  * Protect against rogue keyservers sending secret keys.
+- remove gpg2-CVE-2013-4351.patch, committed upstream
+
+---

Old:

  gnupg-2.0.21.tar.bz2
  gnupg-2.0.21.tar.bz2.sig
  gpg2-CVE-2013-4351.patch

New:

  gnupg-2.0.22.tar.bz2
  gnupg-2.0.22.tar.bz2.sig



Other differences:
--
++ gpg2.spec ++
--- /var/tmp/diff_new_pack.5Mrvaf/_old  2013-10-06 14:52:49.0 +0200
+++ /var/tmp/diff_new_pack.5Mrvaf/_new  2013-10-06 14:52:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gpg2
-Version:2.0.21
+Version:2.0.22
 Release:0
 BuildRequires:  automake = 1.10
 BuildRequires:  expect
@@ -64,7 +64,6 @@
 Patch9: gnupg-detect_FIPS_mode.patch
 # PATCH-FIX-OPENSUSE co...@suse.de -- automake 1.13 already includes $SHELL
 Patch10:gnupg-2.0.20-automake113.diff
-Patch11:gpg2-CVE-2013-4351.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -84,7 +83,6 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
-%patch11 -p1
 
 %build
 autoreconf -fi

++ gnupg-2.0.21.tar.bz2 - gnupg-2.0.22.tar.bz2 ++
 86519 lines of diff (skipped)

++ gnupg-2.0.9-RSA_ES.patch ++
--- /var/tmp/diff_new_pack.5Mrvaf/_old  2013-10-06 14:52:51.0 +0200
+++ /var/tmp/diff_new_pack.5Mrvaf/_new  2013-10-06 14:52:51.0 +0200
@@ -3,43 +3,43 @@
 # g10/misc.c |8 
 # 1 file changed, 8 insertions(+)
 #
-Index: gnupg-2.0.20/g10/misc.c
+Index: gnupg-2.0.22/g10/misc.c
 ===
 gnupg-2.0.20.orig/g10/misc.c   2013-05-10 13:55:47.0 +0100
-+++ gnupg-2.0.20/g10/misc.c2013-05-10 19:57:18.0 +0100
-@@ -1326,6 +1326,8 @@ pubkey_get_npkey( int algo )
+--- gnupg-2.0.22.orig/g10/misc.c   2013-10-04 16:54:48.0 +0100
 gnupg-2.0.22/g10/misc.c2013-10-05 12:39:16.0 +0100
+@@ -1333,6 +1333,8 @@ pubkey_get_npkey( int algo )
  
if (algo == GCRY_PK_ELG_E)
  algo = GCRY_PK_ELG;
 +  if (algo == GCRY_PK_RSA_E || algo == GCRY_PK_RSA_S)
 +algo = GCRY_PK_RSA;
-   if (gcry_pk_algo_info( algo, GCRYCTL_GET_ALGO_NPKEY, NULL, n))
+   if (gcry_pk_algo_info (map_pk_openpgp_to_gcry (algo),
+  GCRYCTL_GET_ALGO_NPKEY, NULL, n))
  n = 0;
-   return n;
-@@ -1339,6 +1341,8 @@ pubkey_get_nskey( int algo )
+@@ -1353,6 +1355,8 @@ pubkey_get_nskey( int algo )
  
if (algo == GCRY_PK_ELG_E)
  algo = GCRY_PK_ELG;
 +  if (algo == GCRY_PK_RSA_E || algo == GCRY_PK_RSA_S)
 +algo = GCRY_PK_RSA;
-   if (gcry_pk_algo_info( algo, GCRYCTL_GET_ALGO_NSKEY, NULL, n ))
+   if (gcry_pk_algo_info (map_pk_openpgp_to_gcry (algo),
+  GCRYCTL_GET_ALGO_NSKEY, NULL, n ))
  n = 0;
-   return n;
-@@ -1352,6 +1356,8 @@ pubkey_get_nsig( int algo )
+@@ -1373,6 +1377,8 @@ pubkey_get_nsig( int algo )
  
if (algo == GCRY_PK_ELG_E)
  algo = GCRY_PK_ELG;
 +  if (algo == GCRY_PK_RSA_E || algo == GCRY_PK_RSA_S)
 +algo = GCRY_PK_RSA;
-   if (gcry_pk_algo_info( algo, GCRYCTL_GET_ALGO_NSIGN, NULL, n))
+   if (gcry_pk_algo_info (map_pk_openpgp_to_gcry (algo),
+  GCRYCTL_GET_ALGO_NSIGN, NULL, n))
  n = 0;
-   return n;
-@@ -1365,6 +1371,8 @@ pubkey_get_nenc( int algo )
+@@ -1393,6 +1399,8 @@ pubkey_get_nenc( int algo )
  
if (algo == GCRY_PK_ELG_E)
  algo = GCRY_PK_ELG;
 +  if (algo == GCRY_PK_RSA_E || algo == GCRY_PK_RSA_S)
 +algo = GCRY_PK_RSA;
-   if (gcry_pk_algo_info( algo, GCRYCTL_GET_ALGO_NENCR, NULL, n ))
+   if (gcry_pk_algo_info (map_pk_openpgp_to_gcry (algo),
+  GCRYCTL_GET_ALGO_NENCR, NULL, n ))
  n = 0;
-   return n;

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



commit perl-Config-Std for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-Std for openSUSE:Factory 
checked in at 2013-10-06 14:53:15

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


Package is perl-Config-Std

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-Std/perl-Config-Std.changes  
2013-06-25 06:59:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Config-Std.new/perl-Config-Std.changes 
2013-10-06 14:53:16.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct  4 09:11:15 UTC 2013 - co...@suse.com
+
+- updated to 0.901
+- Copyright, added co-maintainers
+* RT 85956 - 5.18 Hash ordering randomization hit the tests.
+  Thanks to Gregor on Debian for report and Zefram for patch.
+
+---

Old:

  Config-Std-0.900.tar.gz

New:

  Config-Std-0.901.tar.gz



Other differences:
--
++ perl-Config-Std.spec ++
--- /var/tmp/diff_new_pack.wvGvOY/_old  2013-10-06 14:53:17.0 +0200
+++ /var/tmp/diff_new_pack.wvGvOY/_new  2013-10-06 14:53:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Config-Std
-Version:0.900
+Version:0.901
 Release:0
 %define cpan_name Config-Std
 Summary:Load and save configuration files in a standard format
@@ -29,16 +29,12 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Class::Std)
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl(version)
-#
-BuildRequires:  perl(Class::Std)
+#BuildRequires: perl(Config::Std)
 Requires:   perl(Class::Std)
-%if 0%{?suse_version}  1010
-Recommends: perl(Test::Distribution)
-Recommends: perl(Test::Pod)
-%endif
+Requires:   perl(version)
 %{perl_requires}
 
 %description
@@ -67,16 +63,12 @@
 ./Build build flags=%{?_smp_mflags}
 
 %check
-# MANUAL test suite breaks with hash randomization in perl 5.18
-#./Build test
+./Build test
 
 %install
 ./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes LICENSE README

++ Config-Std-0.900.tar.gz - Config-Std-0.901.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Std-0.900/Changes new/Config-Std-0.901/Changes
--- old/Config-Std-0.900/Changes2011-04-13 03:16:53.0 +0200
+++ new/Config-Std-0.901/Changes2013-09-11 01:26:52.0 +0200
@@ -1,6 +1,11 @@
 Revision history for Config-Std
 
-0.900  Tue Apr 12 20:41:04 2011
+0.901  Tue Sep 10, 2013
+- Copyright, added co-maintainers
+* RT 85956 - 5.18 Hash ordering randomization hit the tests.
+  Thanks to Gregor on Debian for report and Zefram for patch.
+
+0.900   Tue Apr 12 20:41:04 2011
 - Change of Maintainers.
 - Reordered Changes to latest first.
 - Module::Build::Compat creating Makefile.PL traditional
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Std-0.900/MANIFEST 
new/Config-Std-0.901/MANIFEST
--- old/Config-Std-0.900/MANIFEST   2011-04-13 03:16:53.0 +0200
+++ new/Config-Std-0.901/MANIFEST   2013-09-11 01:54:12.0 +0200
@@ -17,3 +17,4 @@
 t/comments.t
 t/undef.t
 LICENSE
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-Std-0.900/META.json 
new/Config-Std-0.901/META.json
--- old/Config-Std-0.900/META.json  1970-01-01 01:00:00.0 +0100
+++ new/Config-Std-0.901/META.json  2013-09-11 01:54:11.0 +0200
@@ -0,0 +1,43 @@
+{
+   abstract : unknown,
+   author : [
+  unknown
+   ],
+   dynamic_config : 1,
+   generated_by : ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.120921,
+   license : [
+  unknown
+   ],
+   meta-spec : {
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  version : 2
+   },
+   name : Config-Std,
+   no_index : {
+  directory : [
+ t,
+ inc
+  ]
+   },
+   prereqs : {
+  build : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  configure : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  runtime : {
+ requires : {
+Class::Std : 0,
+Test::More : 0,
+version : 0
+ }
+  }
+   },
+   release_status : stable,
+   version : 0.901
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit perl-autodie for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-autodie for openSUSE:Factory 
checked in at 2013-10-06 14:53:00

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-07-30 16:37:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-autodie.new/perl-autodie.changes   
2013-10-06 14:53:01.0 +0200
@@ -1,0 +2,41 @@
+Fri Oct  4 09:15:25 UTC 2013 - co...@suse.com
+
+- updated to 2.22
+* TEST / INTERNAL: Restore timestamps on touched testing
+  files to avoid git flagging files having changed in
+  git. (RT #88444, courtesy shay@cpan)
+
+Many more improvements from Niels Thykier, great hero of the
+free people. Plus a compatibility patch from Zefram, keeper
+of Carp.
+
+* SPEED / INTERNAL : Through the magic of globally reuseable
+  core leak trampolines, autodie is even faster when used across
+  multiple pacakages.
+
+* SPEED / INTERNAL : Caches used for keeping track of
+  fatalised subroutines are faster and leaner.
+
+* SPEED / INTERNAL : Core subroutine wrappers are now lazily
+  compiled.
+
+* SPEED / INTERNAL : Using autodie while autodie is already in
+  effect is now faster and more efficient.
+
+* INTERNAL : $ and $! are no longer arbitrarily messed with
+  for no reason via autodie.  (They're still messed with when
+  using Fatal.)
+
+* SPEED / INTERNAL : The ':all' tag hierachy is expanded
+  immediately, in an efficient fashion.
+
+* INTERNAL : Numerous minor clean-ups. Dead variables removed.
+  Typos fixed.
+
+* SPEED / INTERNAL : import() and _make_fatal() cache more
+  aggressively, reducing CPU overhead.
+
+* TEST: Compatibility with Carp 1.32 (thanks to Zefram).
+  RT #88076.
+
+---

Old:

  autodie-2.20.tar.gz

New:

  autodie-2.22.tar.gz



Other differences:
--
++ perl-autodie.spec ++
--- /var/tmp/diff_new_pack.0MijBi/_old  2013-10-06 14:53:02.0 +0200
+++ /var/tmp/diff_new_pack.0MijBi/_new  2013-10-06 14:53:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-autodie
-Version:2.20
+Version:2.22
 Release:0
 %define cpan_name autodie
 Summary:Replace functions with ones that succeed or die with lexical 
scope

++ autodie-2.20.tar.gz - autodie-2.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autodie-2.20/Changes new/autodie-2.22/Changes
--- old/autodie-2.20/Changes2013-06-24 01:08:50.0 +0200
+++ new/autodie-2.22/Changes2013-09-21 04:37:23.0 +0200
@@ -1,5 +1,46 @@
 Revision history for autodie
 
+2.22  2013-09-21 11:37:14 Asia/Tokyo
+
+* TEST / INTERNAL: Restore timestamps on touched testing
+  files to avoid git flagging files having changed in
+  git. (RT #88444, courtesy shay@cpan)
+
+2.21  2013-09-12 13:17:23 Australia/Melbourne
+
+Many more improvements from Niels Thykier, great hero of the
+free people. Plus a compatibility patch from Zefram, keeper
+of Carp.
+
+* SPEED / INTERNAL : Through the magic of globally reuseable
+  core leak trampolines, autodie is even faster when used across
+  multiple pacakages.
+
+* SPEED / INTERNAL : Caches used for keeping track of
+  fatalised subroutines are faster and leaner.
+
+* SPEED / INTERNAL : Core subroutine wrappers are now lazily
+  compiled.
+
+* SPEED / INTERNAL : Using autodie while autodie is already in
+  effect is now faster and more efficient.
+
+* INTERNAL : $ and $! are no longer arbitrarily messed with
+  for no reason via autodie.  (They're still messed with when
+  using Fatal.)
+
+* SPEED / INTERNAL : The ':all' tag hierachy is expanded
+  immediately, in an efficient fashion.
+
+* INTERNAL : Numerous minor clean-ups. Dead variables removed.
+  Typos fixed.
+
+* SPEED / INTERNAL : import() and _make_fatal() cache more
+  aggressively, reducing CPU overhead.
+
+* TEST: Compatibility with Carp 1.32 (thanks to Zefram).
+  RT #88076.
+
 2.20  2013-06-23 16:08:41 PST8PDT
 
 Many improvements from Niels Thykier, hero of the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autodie-2.20/META.json 

commit gpg2 for openSUSE:13.1

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package gpg2 for openSUSE:13.1 checked in at 
2013-10-06 14:52:47

Comparing /work/SRC/openSUSE:13.1/gpg2 (Old)
 and  /work/SRC/openSUSE:13.1/.gpg2.new (New)


Package is gpg2

Changes:

--- /work/SRC/openSUSE:13.1/gpg2/gpg2.changes   2013-09-23 10:52:48.0 
+0200
+++ /work/SRC/openSUSE:13.1/.gpg2.new/gpg2.changes  2013-10-06 
14:52:52.0 +0200
@@ -1,0 +2,11 @@
+Sat Oct  5 11:44:42 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 2.0.22 [bnc#844175]
+  * Fixed possible infinite recursion in the compressed packet
+parser. [CVE-2013-4402]
+  * Improved support for some card readers.
+  * Prepared building with the forthcoming Libgcrypt 1.6.
+  * Protect against rogue keyservers sending secret keys.
+- remove gpg2-CVE-2013-4351.patch, committed upstream
+
+---

Old:

  gnupg-2.0.21.tar.bz2
  gnupg-2.0.21.tar.bz2.sig
  gpg2-CVE-2013-4351.patch

New:

  gnupg-2.0.22.tar.bz2
  gnupg-2.0.22.tar.bz2.sig



Other differences:
--
++ gpg2.spec ++
--- /var/tmp/diff_new_pack.hVGMoP/_old  2013-10-06 14:52:52.0 +0200
+++ /var/tmp/diff_new_pack.hVGMoP/_new  2013-10-06 14:52:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gpg2
-Version:2.0.21
+Version:2.0.22
 Release:0
 BuildRequires:  automake = 1.10
 BuildRequires:  expect
@@ -64,7 +64,6 @@
 Patch9: gnupg-detect_FIPS_mode.patch
 # PATCH-FIX-OPENSUSE co...@suse.de -- automake 1.13 already includes $SHELL
 Patch10:gnupg-2.0.20-automake113.diff
-Patch11:gpg2-CVE-2013-4351.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -84,7 +83,6 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
-%patch11 -p1
 
 %build
 autoreconf -fi

++ gnupg-2.0.21.tar.bz2 - gnupg-2.0.22.tar.bz2 ++
 86519 lines of diff (skipped)

++ gnupg-2.0.9-RSA_ES.patch ++
--- /var/tmp/diff_new_pack.hVGMoP/_old  2013-10-06 14:52:55.0 +0200
+++ /var/tmp/diff_new_pack.hVGMoP/_new  2013-10-06 14:52:55.0 +0200
@@ -3,43 +3,43 @@
 # g10/misc.c |8 
 # 1 file changed, 8 insertions(+)
 #
-Index: gnupg-2.0.20/g10/misc.c
+Index: gnupg-2.0.22/g10/misc.c
 ===
 gnupg-2.0.20.orig/g10/misc.c   2013-05-10 13:55:47.0 +0100
-+++ gnupg-2.0.20/g10/misc.c2013-05-10 19:57:18.0 +0100
-@@ -1326,6 +1326,8 @@ pubkey_get_npkey( int algo )
+--- gnupg-2.0.22.orig/g10/misc.c   2013-10-04 16:54:48.0 +0100
 gnupg-2.0.22/g10/misc.c2013-10-05 12:39:16.0 +0100
+@@ -1333,6 +1333,8 @@ pubkey_get_npkey( int algo )
  
if (algo == GCRY_PK_ELG_E)
  algo = GCRY_PK_ELG;
 +  if (algo == GCRY_PK_RSA_E || algo == GCRY_PK_RSA_S)
 +algo = GCRY_PK_RSA;
-   if (gcry_pk_algo_info( algo, GCRYCTL_GET_ALGO_NPKEY, NULL, n))
+   if (gcry_pk_algo_info (map_pk_openpgp_to_gcry (algo),
+  GCRYCTL_GET_ALGO_NPKEY, NULL, n))
  n = 0;
-   return n;
-@@ -1339,6 +1341,8 @@ pubkey_get_nskey( int algo )
+@@ -1353,6 +1355,8 @@ pubkey_get_nskey( int algo )
  
if (algo == GCRY_PK_ELG_E)
  algo = GCRY_PK_ELG;
 +  if (algo == GCRY_PK_RSA_E || algo == GCRY_PK_RSA_S)
 +algo = GCRY_PK_RSA;
-   if (gcry_pk_algo_info( algo, GCRYCTL_GET_ALGO_NSKEY, NULL, n ))
+   if (gcry_pk_algo_info (map_pk_openpgp_to_gcry (algo),
+  GCRYCTL_GET_ALGO_NSKEY, NULL, n ))
  n = 0;
-   return n;
-@@ -1352,6 +1356,8 @@ pubkey_get_nsig( int algo )
+@@ -1373,6 +1377,8 @@ pubkey_get_nsig( int algo )
  
if (algo == GCRY_PK_ELG_E)
  algo = GCRY_PK_ELG;
 +  if (algo == GCRY_PK_RSA_E || algo == GCRY_PK_RSA_S)
 +algo = GCRY_PK_RSA;
-   if (gcry_pk_algo_info( algo, GCRYCTL_GET_ALGO_NSIGN, NULL, n))
+   if (gcry_pk_algo_info (map_pk_openpgp_to_gcry (algo),
+  GCRYCTL_GET_ALGO_NSIGN, NULL, n))
  n = 0;
-   return n;
-@@ -1365,6 +1371,8 @@ pubkey_get_nenc( int algo )
+@@ -1393,6 +1399,8 @@ pubkey_get_nenc( int algo )
  
if (algo == GCRY_PK_ELG_E)
  algo = GCRY_PK_ELG;
 +  if (algo == GCRY_PK_RSA_E || algo == GCRY_PK_RSA_S)
 +algo = GCRY_PK_RSA;
-   if (gcry_pk_algo_info( algo, GCRYCTL_GET_ALGO_NENCR, NULL, n ))
+   if (gcry_pk_algo_info (map_pk_openpgp_to_gcry (algo),
+  GCRYCTL_GET_ALGO_NENCR, NULL, n ))
  n = 0;
-   return n;

-- 
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

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Method-Modifiers for 
openSUSE:Factory checked in at 2013-10-06 14:53:11

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
  2013-06-05 17:48:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Class-Method-Modifiers.new/perl-Class-Method-Modifiers.changes
 2013-10-06 14:53:12.0 +0200
@@ -1,0 +2,13 @@
+Fri Oct  4 09:15:23 UTC 2013 - co...@suse.com
+
+- updated to 2.07
+  - removed dependency on Test::Warnings in tests (now reserved for
+author testing)
+  - now packaged with a Build.PL (for Module::Build::Tiny), and a
+Makefile.PL (for legacy 5.6 and 5.8 users; prints a warning on
+invocation)
+  - packaging the dist again with EUMM rather than MBT
+  - Support for handling lvalue methods (Graham Knop)
+  - convert to building with Dist::Zilla
+
+---

Old:

  Class-Method-Modifiers-2.04.tar.gz

New:

  Class-Method-Modifiers-2.07.tar.gz



Other differences:
--
++ perl-Class-Method-Modifiers.spec ++
--- /var/tmp/diff_new_pack.13HUHs/_old  2013-10-06 14:53:12.0 +0200
+++ /var/tmp/diff_new_pack.13HUHs/_new  2013-10-06 14:53:12.0 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   perl-Class-Method-Modifiers
-Version:2.04
+Version:2.07
 Release:0
 %define cpan_name Class-Method-Modifiers
-Summary:Provides Moose-like method modifiers
+Summary:provides Moose-like method modifiers
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Class-Method-Modifiers/
@@ -29,20 +29,15 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Build::Tiny) = 0.027
+BuildRequires:  perl(Test::CheckDeps) = 0.007
 BuildRequires:  perl(Test::Fatal)
-#BuildRequires: perl(App::pod2pdf)
+BuildRequires:  perl(Test::More) = 0.94
 #BuildRequires: perl(Class::Method::Modifiers)
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::AuthorRequires)
-#BuildRequires: perl(Module::Install::AutoLicense)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Module::Install::GithubMeta)
-#BuildRequires: perl(Module::Install::ReadmeFromPod)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(YAML::Tiny)
+#BuildRequires: perl(Pod::Wordlist)
+#BuildRequires: perl(Test::Kwalitee)
+#BuildRequires: perl(Test::NoTabs)
+#BuildRequires: perl(Test::Spelling) = 0.12
 %{perl_requires}
 
 %description
@@ -69,7 +64,8 @@
 
 Parent classes need not know about 'Class::Method::Modifiers'. This means
 you should be able to modify methods in _any_ subclass. See the
-Term::VT102::ZeroBased manpage for an example of subclassing with CMM.
+Term::VT102::ZeroBased manpage for an example of subclassing with
+'ClasS::Method::Modifiers'.
 
 In short, 'Class::Method::Modifiers' solves the problem of making sure you
 call '$self-SUPER::foo(@_)', and provides a cleaner interface for it.
@@ -86,15 +82,14 @@
 find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files

++ Class-Method-Modifiers-2.04.tar.gz - Class-Method-Modifiers-2.07.tar.gz 
++
 5364 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-BerkeleyDB for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-BerkeleyDB for openSUSE:Factory 
checked in at 2013-10-06 14:53:06

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


Package is perl-BerkeleyDB

Changes:

--- /work/SRC/openSUSE:Factory/perl-BerkeleyDB/perl-BerkeleyDB.changes  
2013-06-21 13:21:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-BerkeleyDB.new/perl-BerkeleyDB.changes 
2013-10-06 14:53:07.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct  4 09:11:38 UTC 2013 - co...@suse.com
+
+- updated to 0.53
+  * BerkeleyDB-0.52 fails to build on 5.18.1RC3
+[RT #87771]
+  * typo fixes
+[RT #86705]
+
+---

Old:

  BerkeleyDB-0.52.tar.gz

New:

  BerkeleyDB-0.53.tar.gz



Other differences:
--
++ perl-BerkeleyDB.spec ++
--- /var/tmp/diff_new_pack.XMFWsU/_old  2013-10-06 14:53:09.0 +0200
+++ /var/tmp/diff_new_pack.XMFWsU/_new  2013-10-06 14:53:09.0 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   perl-BerkeleyDB
-Version:0.52
+Version:0.53
 Release:0
 %define cpan_name BerkeleyDB
-Summary:Perl extension for Berkeley DB version 2 to 6
+Summary:Perl extension for Berkeley DB version 2, 3, 4 or 5
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/BerkeleyDB/
@@ -28,11 +28,11 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-# MANUAL
-BuildRequires:  db-devel
 #BuildRequires: perl(BerkeleyDB)
 #BuildRequires: perl(MLDBM)
 #BuildRequires: perl(util)
+# MANUAL
+BuildRequires:  db-devel
 %{perl_requires}
 
 %description
@@ -40,11 +40,11 @@
 incomplete in places.*
 
 This Perl module provides an interface to most of the functionality
-available in Berkeley DB versions 2, 3 and 4. In general it is safe to
+available in Berkeley DB versions 2, 3, 5 and 6. In general it is safe to
 assume that the interface provided here to be identical to the Berkeley DB
 interface. The main changes have been to make the Berkeley DB API work in a
 Perl way. Note that if you are using Berkeley DB 2.x, the new features
-available in Berkeley DB 3.x or DB 4.x are not available via this module.
+available in Berkeley DB 3.x or later are not available via this module.
 
 The reader is expected to be familiar with the Berkeley DB documentation.
 Where the interface provided here is identical to the Berkeley DB library
@@ -57,7 +57,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -exec chmod 644 {} +
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}

++ BerkeleyDB-0.52.tar.gz - BerkeleyDB-0.53.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/BerkeleyDB-0.52/BerkeleyDB.pm 
new/BerkeleyDB-0.53/BerkeleyDB.pm
--- old/BerkeleyDB-0.52/BerkeleyDB.pm   2013-05-07 21:25:12.0 +0200
+++ new/BerkeleyDB-0.53/BerkeleyDB.pm   2013-08-15 22:20:49.0 +0200
@@ -17,7 +17,7 @@
 use vars qw($VERSION @ISA @EXPORT $AUTOLOAD
$use_XSLoader);
 
-$VERSION = '0.52';
+$VERSION = '0.53';
 
 require Exporter;
 #require DynaLoader;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/BerkeleyDB-0.52/BerkeleyDB.pod 
new/BerkeleyDB-0.53/BerkeleyDB.pod
--- old/BerkeleyDB-0.52/BerkeleyDB.pod  2013-05-06 12:50:41.0 +0200
+++ new/BerkeleyDB-0.53/BerkeleyDB.pod  2013-08-14 20:13:58.0 +0200
@@ -319,7 +319,7 @@
 
 =item -ErrFile
 
-Expects a filename or filenhandle. Any errors generated internally by
+Expects a filename or filehandle. Any errors generated internally by
 Berkeley DB will be logged to this file. A useful debug setting is to
 open environments with either
 
@@ -495,7 +495,7 @@
 
 This option requires Berkeley DB 4.2 or better.
 
-Use the C-SharedMemKey option when opening the environemt to set the
+Use the C-SharedMemKey option when opening the environmet to set the
 base segment ID.
 
 =item $env-set_isalive()
@@ -520,7 +520,7 @@
 transaction will be aborted.
 
 Applications calling the $env-failchk method must have already called the
-$env-set_isalive method, on the same DB environement, and must have
+$env-set_isalive method, on the same DB environment, and must have
 configured their database environment using the -ThreadCount flag. The
 ThreadCount flag cannot be used on an environment that wasn't previously
 initialized with it.
@@ -1659,7 +1659,7 @@
 calls this method.
 
 Note that if multiple CDS lock objects 

commit perl-Glib for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Glib for openSUSE:Factory 
checked in at 2013-10-06 14:53:28

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


Package is perl-Glib

Changes:

--- /work/SRC/openSUSE:Factory/perl-Glib/perl-Glib.changes  2013-07-30 
16:42:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Glib.new/perl-Glib.changes 2013-10-06 
14:53:29.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct  4 09:12:10 UTC 2013 - co...@suse.com
+
+- updated to 1.302
+ * Avoid misusing the macro PL_na, thus preventing issues when Glib is used in
+   conjunction with certain XS modules, among them XML::Parser and
+   String::Approx.
+ * Avoid memory corruption when registering boxed synonyms repeatedly.
+
+---

Old:

  Glib-1.301.tar.gz

New:

  Glib-1.302.tar.gz



Other differences:
--
++ perl-Glib.spec ++
--- /var/tmp/diff_new_pack.dZMglO/_old  2013-10-06 14:53:29.0 +0200
+++ /var/tmp/diff_new_pack.dZMglO/_new  2013-10-06 14:53:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Glib
-Version:1.301
+Version:1.302
 Release:0
 %define cpan_name Glib
 Summary:Perl wrappers for the GLib utility and Object libraries

++ Glib-1.301.tar.gz - Glib-1.302.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.301/GBoxed.xs new/Glib-1.302/GBoxed.xs
--- old/Glib-1.301/GBoxed.xs2013-02-04 04:58:51.0 +0100
+++ new/Glib-1.302/GBoxed.xs2013-09-29 08:00:53.0 +0200
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 2003-2005, 2009 by the gtk2-perl team (see the file AUTHORS 
for
- * the full list)
+ * Copyright (C) 2003-2005, 2009-2013 by the gtk2-perl team (see the file
+ * AUTHORS for the full list)
  *
  * This library is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Library General Public License as published by
@@ -136,6 +136,7 @@
BoxedInfo * new_boxed_info;
new_boxed_info = g_new0 (BoxedInfo, 1);
memcpy (new_boxed_info, boxed_info, sizeof (BoxedInfo));
+   new_boxed_info-package = g_strdup (boxed_info-package);
return new_boxed_info;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.301/GOption.xs new/Glib-1.302/GOption.xs
--- old/Glib-1.301/GOption.xs   2011-11-24 08:27:55.0 +0100
+++ new/Glib-1.302/GOption.xs   2013-09-29 08:01:08.0 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2009 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (c) 2005-2009, 2013 by the gtk2-perl team (see the file AUTHORS)
  *
  * Licensed under the LGPL, see LICENSE file for more information.
  *
@@ -547,7 +547,7 @@
av = newAV ();
for (i = 0; filenames[i] != NULL; i++) {
/* FIXME: Is this the correct converter? */
-   av_push (av, newSVpv (filenames[i], PL_na));
+   av_push (av, newSVpv (filenames[i], 0));
}
 
return newRV_noinc ((SV *) av);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.301/GType.xs new/Glib-1.302/GType.xs
--- old/Glib-1.301/GType.xs 2013-06-23 18:55:30.0 +0200
+++ new/Glib-1.302/GType.xs 2013-09-29 08:01:35.0 +0200
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 2003-2005, 2009, 2010 by the gtk2-perl team (see the file 
AUTHORS for
- * the full list)
+ * Copyright (C) 2003-2005, 2009, 2010, 2013 by the gtk2-perl team (see the
+ * file AUTHORS for the full list)
  *
  * This library is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Library General Public License as published by
@@ -1505,7 +1505,7 @@
PUSHMARK (SP);
if (!name)
name = gperl_object_package_from_type (type);
-   XPUSHs (sv_2mortal (newSVpv (name, PL_na)));
+   XPUSHs (sv_2mortal (newSVpv (name, 0)));
PUTBACK;
call_sv ((SV *)GvCV (*slot), G_VOID|G_DISCARD);
FREETMPS;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glib-1.301/Glib.xs new/Glib-1.302/Glib.xs
--- old/Glib-1.301/Glib.xs  2013-02-04 06:12:52.0 +0100
+++ new/Glib-1.302/Glib.xs  2013-09-29 05:13:27.0 +0200
@@ -285,7 +285,7 @@
SV *sv;
const char *arg = pargv-argv[i];
gboolean utf8_flag = !!g_hash_table_lookup (priv-utf8_flags, 
arg);
-   

commit perl-Data-Peek for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Data-Peek for openSUSE:Factory 
checked in at 2013-10-06 14:53:19

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-06-05 17:50:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Data-Peek.new/perl-Data-Peek.changes   
2013-10-06 14:53:20.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  4 09:15:24 UTC 2013 - co...@suse.com
+
+- updated to 0.39
+* Upped copyright to 2013
+* Add alternative test results for 5.19.3 and up (COW and no PV for IV)
+
+---

Old:

  Data-Peek-0.38.tgz

New:

  Data-Peek-0.39.tgz



Other differences:
--
++ perl-Data-Peek.spec ++
--- /var/tmp/diff_new_pack.RUv5EV/_old  2013-10-06 14:53:20.0 +0200
+++ /var/tmp/diff_new_pack.RUv5EV/_new  2013-10-06 14:53:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Data-Peek
-Version:0.38
+Version:0.39
 Release:0
 %define cpan_name Data-Peek
 Summary:A collection of low-level debug facilities
@@ -33,6 +33,7 @@
 #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
 %{perl_requires}
@@ -45,10 +46,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%if 0%{?suse_version}  1120 || 0%{?rhel_version} || 0%{?centos_version}
-%{__perl} -p -i\
-  -e 's|(use Test::More);|\1 qw(no_plan);|,s|(done_testing.*)|#\1|' 
t/22_DHexDump.t
-%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}

++ Data-Peek-0.38.tgz - Data-Peek-0.39.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Peek-0.38/ChangeLog new/Data-Peek-0.39/ChangeLog
--- old/Data-Peek-0.38/ChangeLog2012-05-29 08:34:03.0 +0200
+++ new/Data-Peek-0.39/ChangeLog2013-08-17 18:15:47.0 +0200
@@ -1,99 +1,103 @@
-0.38   2012-05-29, H.Merijn Brand   h.m.br...@xs4all.nl
+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)
+
+0.38   - 2012-05-29, H.Merijn Brand   h.m.br...@xs4all.nl
 * Backslashed { in regex in test to satisfy perl-5.17
 
-0.37   2012-04-16, H.Merijn Brand   h.m.br...@xs4all.nl
+0.37   - 2012-04-16, H.Merijn Brand   h.m.br...@xs4all.nl
 * Upped copyright to 2012
 * Allow length for DHexDump ()
 
-0.36   2011-09-07, H.Merijn Brand   h.m.br...@xs4all.nl
+0.36   - 2011-09-07, H.Merijn Brand   h.m.br...@xs4all.nl
 * NAME / DISTNAME in Makefile.PL
 
-0.35   2011-09-07, H.Merijn Brand   h.m.br...@xs4all.nl
+0.35   - 2011-09-07, H.Merijn Brand   h.m.br...@xs4all.nl
 * More cross-checks for META data
 
-0.34   2011-09-01, H.Merijn Brand   h.m.br...@xs4all.nl
+0.34   - 2011-09-01, H.Merijn Brand   h.m.br...@xs4all.nl
 * Tests require Test::More-0.88 or up (RT#70538)
 * Tested on perl-5.14.1 and 5.15.1
 
-0.33   2011-02-16, H.Merijn Brand   h.m.br...@xs4all.nl
+0.33   - 2011-02-16, H.Merijn Brand   h.m.br...@xs4all.nl
 * Added DTidy (): stream DDumper output through Perl::Tidy
 * Upped copyright to 2011
 
-0.32   2010-11-21, H.Merijn Brand   h.m.br...@xs4all.nl
+0.32   - 2010-11-21, H.Merijn Brand   h.m.br...@xs4all.nl
 * Require perl 5.8.0
 * DGrow tests for bigger gap
 * Spell checking
 * Add DHexDump ()
 
-0.31   2010-03-16, H.Merijn Brand   h.m.br...@xs4all.nl
+0.31   - 2010-03-16, H.Merijn Brand   h.m.br...@xs4all.nl
 * Dropped YAML spec to 1.0
 
-0.30   2010-02-14, H.Merijn Brand   h.m.br...@xs4all.nl
+0.30   - 2010-02-14, H.Merijn Brand   h.m.br...@xs4all.nl
 * Use $Data::Dumper::Quotekeys = 0; instead of removing the quotes myself
 * Put first hash element after opening lonely brace
 * Upped copyright to 2010
 * Use warn () instead of print STDERR
 
-0.29   2009-11-09, H.Merijn Brand   h.m.br...@xs4all.nl
+0.29   - 2009-11-09, H.Merijn Brand   h.m.br...@xs4all.nl
 * Use skip instead of skip_all for builds that have no DPeek ()
 * Be more lenient towards the allocated space
 
-0.28   2009-11-06, H.Merijn Brand   h.m.br...@xs4all.nl
+0.28   - 2009-11-06, H.Merijn Brand   h.m.br...@xs4all.nl
 * DDump () now dumps the variable itself, instead of a copy (Zefram)
 * Add DGrow ()
 
-0.27   2009-06-03, H.Merijn Brand   h.m.br...@xs4all.nl
+0.27   - 2009-06-03, H.Merijn Brand   

commit perl-IO-TieCombine for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-TieCombine for 
openSUSE:Factory checked in at 2013-10-06 14:54:10

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


Package is perl-IO-TieCombine

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-TieCombine/perl-IO-TieCombine.changes
2013-06-06 15:06:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-IO-TieCombine.new/perl-IO-TieCombine.changes   
2013-10-06 14:54:11.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  4 09:13:19 UTC 2013 - co...@suse.com
+
+- updated to 1.003
+  - say to a tied fh on 5.12, 5.14, and 5.16 is broken, too;
+ we'll test it, but leave the test broken, for now
+
+---

Old:

  IO-TieCombine-1.002.tar.gz

New:

  IO-TieCombine-1.003.tar.gz



Other differences:
--
++ perl-IO-TieCombine.spec ++
--- /var/tmp/diff_new_pack.syNxit/_old  2013-10-06 14:54:12.0 +0200
+++ /var/tmp/diff_new_pack.syNxit/_new  2013-10-06 14:54:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-IO-TieCombine
-Version:1.002
+Version:1.003
 Release:0
 %define cpan_name IO-TieCombine
 Summary:produce tied (and other) separate but combined variables

++ IO-TieCombine-1.002.tar.gz - IO-TieCombine-1.003.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-TieCombine-1.002/Changes 
new/IO-TieCombine-1.003/Changes
--- old/IO-TieCombine-1.002/Changes 2012-02-26 21:27:03.0 +0100
+++ new/IO-TieCombine-1.003/Changes 2013-09-21 08:11:42.0 +0200
@@ -1,11 +1,15 @@
 Revision history for IO-TieCombine
 
+1.003 2013-09-21 15:11:30 Asia/Tokyo
+- say to a tied fh on 5.12, 5.14, and 5.16 is broken, too;
+  we'll test it, but leave the test broken, for now
+
 1.002 2012-02-26 15:26:49 America/New_York
-  say to a tied fh on 5.10.0 is broken; we will not test it
+- say to a tied fh on 5.10.0 is broken; we will not test it
 
 1.001 2011-12-09 10:52:01 America/New_York
-  TieCombine filehandles now respect $\ so that say $tied will work;
+- TieCombine filehandles now respect $\ so that say $tied will work;
   this fixes [rt.cpan.org #73131]
 
 1.000 2008-10-16
-  first release
+- first release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-TieCombine-1.002/LICENSE 
new/IO-TieCombine-1.003/LICENSE
--- old/IO-TieCombine-1.002/LICENSE 2012-02-26 21:27:03.0 +0100
+++ new/IO-TieCombine-1.003/LICENSE 2013-09-21 08:11:42.0 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2012 by Ricardo SIGNES.
+This software is copyright (c) 2013 by Ricardo SIGNES.
 
 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) 2012 by Ricardo SIGNES.
+This software is Copyright (c) 2013 by Ricardo SIGNES.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2012 by Ricardo SIGNES.
+This software is Copyright (c) 2013 by Ricardo SIGNES.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-TieCombine-1.002/MANIFEST 
new/IO-TieCombine-1.003/MANIFEST
--- old/IO-TieCombine-1.002/MANIFEST2012-02-26 21:27:03.0 +0100
+++ new/IO-TieCombine-1.003/MANIFEST2013-09-21 08:11:42.0 +0200
@@ -9,5 +9,8 @@
 lib/IO/TieCombine.pm
 lib/IO/TieCombine/Handle.pm
 lib/IO/TieCombine/Scalar.pm
+t/00-compile.t
+t/000-report-versions-tiny.t
 t/basic.t
-t/release-pod-syntax.t
+xt/release/changes_has_content.t
+xt/release/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-TieCombine-1.002/META.json 
new/IO-TieCombine-1.003/META.json
--- old/IO-TieCombine-1.002/META.json   2012-02-26 21:27:03.0 +0100
+++ new/IO-TieCombine-1.003/META.json   2013-09-21 08:11:42.0 +0200
@@ -4,7 +4,7 @@
   Ricardo SIGNES r...@cpan.org
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 4.39, CPAN::Meta::Converter 
version 2.120351,
+   generated_by : Dist::Zilla version 4.300030, CPAN::Meta::Converter 
version 2.120921,
license : [
   perl_5
],
@@ -19,6 +19,12 @@
 ExtUtils::MakeMaker : 6.30
  }
   },
+  develop 

commit perl-Error for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Error for openSUSE:Factory 
checked in at 2013-10-06 14:53:23

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


Package is perl-Error

Changes:

--- /work/SRC/openSUSE:Factory/perl-Error/perl-Error.changes2013-06-10 
17:12:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Error.new/perl-Error.changes   
2013-10-06 14:53:24.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct  4 09:14:23 UTC 2013 - co...@suse.com
+
+- updated to 0.17021
+   Error.pm #0.17021
+   - Fix for the format of the new Carp (in bleadperl)
+ - https://rt.cpan.org/Ticket/Display.html?id=88137
+ - Thanks to Zefram for the report and patch.
+
+---

Old:

  Error-0.17020.tar.gz

New:

  Error-0.17021.tar.gz



Other differences:
--
++ perl-Error.spec ++
--- /var/tmp/diff_new_pack.RWVSpf/_old  2013-10-06 14:53:25.0 +0200
+++ /var/tmp/diff_new_pack.RWVSpf/_new  2013-10-06 14:53:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Error
-Version:0.17020
+Version:0.17021
 Release:0
 %define cpan_name Error
 Summary:Error/exception handling in an OO-ish way
@@ -29,7 +29,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build) = 0.39
 #BuildRequires: perl(Error)
 #BuildRequires: perl(Error::Simple)
 #BuildRequires: perl(File::Find::Object)

++ Error-0.17020.tar.gz - Error-0.17021.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Error-0.17020/ChangeLog new/Error-0.17021/ChangeLog
--- old/Error-0.17020/ChangeLog 2013-05-03 17:55:38.0 +0200
+++ new/Error-0.17021/ChangeLog 2013-08-27 07:52:39.0 +0200
@@ -1,4 +1,11 @@
-May 03 2012 shlo...@shlomifish.org (Shlomi Fish)
+Aug 27 2013 shlo...@shlomifish.org (Shlomi Fish)
+
+  Error.pm #0.17021
+  - Fix for the format of the new Carp (in bleadperl)
+- https://rt.cpan.org/Ticket/Display.html?id=88137
+- Thanks to Zefram for the report and patch.
+
+May 03 2013 shlo...@shlomifish.org (Shlomi Fish)
 
   Error.pm #0.17020
   - Correct typos.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Error-0.17020/META.json new/Error-0.17021/META.json
--- old/Error-0.17020/META.json 2013-05-03 17:55:38.0 +0200
+++ new/Error-0.17021/META.json 2013-08-27 07:52:39.0 +0200
@@ -4,7 +4,7 @@
   Shlomi Fish ( http://www.shlomifish.org/ )
],
dynamic_config : 1,
-   generated_by : Module::Build version 0.3901, CPAN::Meta::Converter 
version 2.120921,
+   generated_by : Module::Build version 0.4007, CPAN::Meta::Converter 
version 2.120921,
license : [
   perl_5
],
@@ -30,11 +30,11 @@
provides : {
   Error : {
  file : lib/Error.pm,
- version : 0.17020
+ version : 0.17021
   },
   Error::Simple : {
  file : lib/Error.pm,
- version : 0.17020
+ version : 0.17021
   },
   Error::WarnDie : {
  file : lib/Error.pm,
@@ -51,5 +51,5 @@
  http://dev.perl.org/licenses/;
   ]
},
-   version : 0.17020
+   version : 0.17021
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Error-0.17020/META.yml new/Error-0.17021/META.yml
--- old/Error-0.17020/META.yml  2013-05-03 17:55:38.0 +0200
+++ new/Error-0.17021/META.yml  2013-08-27 07:52:39.0 +0200
@@ -6,7 +6,7 @@
 configure_requires:
   Module::Build: 0.39
 dynamic_config: 1
-generated_by: 'Module::Build version 0.3901, CPAN::Meta::Converter version 
2.120921'
+generated_by: 'Module::Build version 0.4007, CPAN::Meta::Converter version 
2.120921'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -15,10 +15,10 @@
 provides:
   Error:
 file: lib/Error.pm
-version: 0.17020
+version: 0.17021
   Error::Simple:
 file: lib/Error.pm
-version: 0.17020
+version: 0.17021
   Error::WarnDie:
 file: lib/Error.pm
 version: 0
@@ -31,4 +31,4 @@
   warnings: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.17020
+version: 0.17021
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Error-0.17020/lib/Error/Simple.pm 
new/Error-0.17021/lib/Error/Simple.pm
--- old/Error-0.17020/lib/Error/Simple.pm   2013-05-03 17:55:38.0 
+0200
+++ new/Error-0.17021/lib/Error/Simple.pm   2013-08-27 07:52:39.0 
+0200
@@ -11,7 +11,7 

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

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-Socket-SSL for 
openSUSE:Factory checked in at 2013-10-06 14:53:50

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


Package is perl-IO-Socket-SSL

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-Socket-SSL/perl-IO-Socket-SSL.changes
2013-07-30 18:43:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-IO-Socket-SSL.new/perl-IO-Socket-SSL.changes   
2013-10-06 14:53:51.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  4 09:11:21 UTC 2013 - co...@suse.com
+
+- updated to 1.954
+ - accept older versions of ExtUtils::MakeMaker and add meta information
+   like link to repository only for newer versions.
+
+---

Old:

  IO-Socket-SSL-1.953.tar.gz

New:

  IO-Socket-SSL-1.954.tar.gz



Other differences:
--
++ perl-IO-Socket-SSL.spec ++
--- /var/tmp/diff_new_pack.LIxOdY/_old  2013-10-06 14:53:51.0 +0200
+++ /var/tmp/diff_new_pack.LIxOdY/_new  2013-10-06 14:53:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-IO-Socket-SSL
-Version:1.953
+Version:1.954
 Release:0
 %define cpan_name IO-Socket-SSL
 Summary:Nearly transparent SSL encapsulation for IO::Socket::INET

++ IO-Socket-SSL-1.953.tar.gz - IO-Socket-SSL-1.954.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-SSL-1.953/Changes 
new/IO-Socket-SSL-1.954/Changes
--- old/IO-Socket-SSL-1.953/Changes 2013-07-22 08:31:25.0 +0200
+++ new/IO-Socket-SSL-1.954/Changes 2013-09-15 14:43:44.0 +0200
@@ -1,3 +1,6 @@
+1.954 2013/9/15
+- accept older versions of ExtUtils::MakeMaker and add meta information
+  like link to repository only for newer versions.
 1.953 2013/7/22
 - fixes to IO::Socket::SSL::Utils, thanks to rurban[AT]x-ray[DOT]at,
   RT#87052
@@ -298,7 +301,7 @@
   pointing out the problem, see also 
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606058
 v1.34 2010.11.01
-- schema http for certificate verification changed to 
+- scheme http for certificate verification changed to 
   wildcards_in_cn=1, because according to rfc2818 this is valid and
   also seen in the wild
 - if upgrading socket from inet to ssl fails due to handshake problems
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-SSL-1.953/MANIFEST 
new/IO-Socket-SSL-1.954/MANIFEST
--- old/IO-Socket-SSL-1.953/MANIFEST2013-07-22 08:33:07.0 +0200
+++ new/IO-Socket-SSL-1.954/MANIFEST2013-09-15 15:04:17.0 +0200
@@ -51,4 +51,5 @@
 t/sni.t
 t/mitm.t
 util/export_certs.pl
-META.yml Module meta-data (added by MakeMaker)
+META.yml Module YAML meta-data (added by 
MakeMaker)
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/IO-Socket-SSL-1.953/META.json 
new/IO-Socket-SSL-1.954/META.json
--- old/IO-Socket-SSL-1.953/META.json   1970-01-01 01:00:00.0 +0100
+++ new/IO-Socket-SSL-1.954/META.json   2013-09-15 15:04:17.0 +0200
@@ -0,0 +1,54 @@
+{
+   abstract : Nearly transparent SSL encapsulation for IO::Socket::INET.,
+   author : [
+  Steffen Ullrich sullr.org, Peter Behroozi, Marko Asplund
+   ],
+   dynamic_config : 1,
+   generated_by : ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.120921,
+   license : [
+  perl_5
+   ],
+   meta-spec : {
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  version : 2
+   },
+   name : IO-Socket-SSL,
+   no_index : {
+  directory : [
+ t,
+ inc
+  ]
+   },
+   prereqs : {
+  build : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  configure : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  runtime : {
+ requires : {
+Net::SSLeay : 1.46,
+Scalar::Util : 0
+ }
+  }
+   },
+   release_status : stable,
+   resources : {
+  bugtracker : {
+ web : https://rt.cpan.org/Dist/Display.html?Queue=IO-Socket-SSL;
+  },
+  homepage : https://github.com/noxxi/p5-io-socket-ssl;,
+  license : [
+ http://dev.perl.org/licenses/;
+  ],
+  repository : {
+ url : https://github.com/noxxi/p5-io-socket-ssl;
+  }
+   },
+   version : 1.954
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit perl-Gnome2-VFS for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Gnome2-VFS for openSUSE:Factory 
checked in at 2013-10-06 14:53:40

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


Package is perl-Gnome2-VFS

Changes:

--- /work/SRC/openSUSE:Factory/perl-Gnome2-VFS/perl-Gnome2-VFS.changes  
2012-01-04 07:26:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Gnome2-VFS.new/perl-Gnome2-VFS.changes 
2013-10-06 14:53:41.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct  4 09:13:59 UTC 2013 - co...@suse.com
+
+- updated to 1.082
+  * Avoid misusing the macro PL_na, thus preventing issues when Gnome2::VFS is
+used in conjunction with certain XS modules, among them XML::Parser and
+String::Approx.
+
+---

Old:

  Gnome2-VFS-1.081.tar.gz

New:

  Gnome2-VFS-1.082.tar.gz



Other differences:
--
++ perl-Gnome2-VFS.spec ++
--- /var/tmp/diff_new_pack.amFRIn/_old  2013-10-06 14:53:42.0 +0200
+++ /var/tmp/diff_new_pack.amFRIn/_new  2013-10-06 14:53:42.0 +0200
@@ -1,8 +1,7 @@
 #
 # spec file for package perl-Gnome2-VFS
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2011 Sascha Manns saigk...@opensuse.org
+# 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
@@ -18,72 +17,63 @@
 
 
 Name:   perl-Gnome2-VFS
-Version:1.081
+Version:1.082
 Release:0
-Summary:Gnome2-VFS Perl module
+%define cpan_name Gnome2-VFS
+Summary:Perl interface to the 2.x series of the GNOME VFS library
 License:LGPL-2.1+
-Group:  Development/Languages/Perl
+Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Gnome2-VFS/
-Source0:Gnome2-VFS-%{version}.tar.gz
-BuildRequires:  gnome-vfs2-devel
+Source: 
http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl-ExtUtils-Depends
-BuildRequires:  perl-ExtUtils-PkgConfig
-BuildRequires:  perl-Glib
-%if 0%{?suse_version}  0%{?suse_version}  1140
 BuildRequires:  perl-macros
-%endif
-Requires:   gnome-vfs2 = %(pkg-config --modversion gnome-vfs-2.0)
-Requires:   perl-Glib
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}  0%{?suse_version}  1140
-Requires:   perl = %{perl_version}
-%else
+BuildRequires:  perl(ExtUtils::Depends) = 0.20
+BuildRequires:  perl(ExtUtils::PkgConfig) = 1.03
+BuildRequires:  perl(Glib) = 1.120
+#BuildRequires: perl(Glib::Object::Subclass)
+#BuildRequires: perl(Gnome2::VFS)
+#BuildRequires: perl(Gtk2)
+Requires:   perl(ExtUtils::Depends) = 0.20
+Requires:   perl(ExtUtils::PkgConfig) = 1.03
+Requires:   perl(Glib) = 1.120
 %{perl_requires}
-%endif
+BuildRequires:  pkgconfig(gnome-vfs-2.0)
+Requires:   gnome-vfs2 = %(pkg-config --modversion gnome-vfs-2.0)
 
 %description
-This module allows you to use the GNOME Virtual File System library
-(libgnomevfs for short) from Perl.
+Since this module tries to stick very closely to the C API, the
+documentation found at
 
-The canonical API documentation can be found at
+  Lhttp://developer.gnome.org/doc/API/2.0/gnome-vfs-2.0/
 
-  http://developer.gnome.org/doc/API/2.0/gnome-vfs-2.0/index.html
+is the canonical reference.
 
-Gnome2::VFS also comes with automatically generated API documentation.  To
-access its index, use:
+In addition to that, there's also the automatically generated API
+documentation: the Gnome2::VFS::index manpage.
 
-  perldoc Gnome2::VFS::index
+The mapping described in the Gtk2::api manpage also applies to this module.
+
+To discuss this module, ask questions and flame/praise the authors, join
+gtk-perl-l...@gnome.org at lists.gnome.org.
 
 %prep
-%setup -q -n Gnome2-VFS-%{version}
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL
-make
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-rm -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(-,root,root)
-%dir %{perl_vendorarch}/Gnome2
-%dir %{perl_vendorarch}/Gnome2/VFS
-%dir %{perl_vendorarch}/Gnome2/VFS/Async
-%dir %{perl_vendorarch}/Gnome2/VFS/DNSSD
-%dir %{perl_vendorarch}/Gnome2/VFS/DNSSD/Browse
-%dir %{perl_vendorarch}/Gnome2/VFS/DNSSD/Resolve
-%dir %{perl_vendorarch}/Gnome2/VFS/Directory
-%dir 

commit perl-MooseX-Role-Parameterized for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Role-Parameterized for 
openSUSE:Factory checked in at 2013-10-06 14:54:51

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


Package is perl-MooseX-Role-Parameterized

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-Role-Parameterized/perl-MooseX-Role-Parameterized.changes
2012-03-01 17:25:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Role-Parameterized.new/perl-MooseX-Role-Parameterized.changes
   2013-10-06 14:54:52.0 +0200
@@ -1,0 +2,11 @@
+Fri Oct  4 09:13:45 UTC 2013 - co...@suse.com
+
+- updated to 1.02
+ * set %INC entries in test to avoid failures with
+   Moose pre-2.11 (kentfrederic)
+ https://github.com/sartak/MooseX-Role-Parameterized/pull/7
+ https://rt.cpan.org/Ticket/Display.html?id=88593
+ * removed use of deprecated Class::MOP::load_class (ether)
+- remove outdated patch perl-MooseX-Role-Parameterized-old_Test_More.patch
+
+---

Old:

  MooseX-Role-Parameterized-1.00.tar.gz
  perl-MooseX-Role-Parameterized-old_Test_More.patch

New:

  MooseX-Role-Parameterized-1.02.tar.gz



Other differences:
--
++ perl-MooseX-Role-Parameterized.spec ++
--- /var/tmp/diff_new_pack.dcWFan/_old  2013-10-06 14:54:52.0 +0200
+++ /var/tmp/diff_new_pack.dcWFan/_new  2013-10-06 14:54:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Role-Parameterized
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -17,19 +17,19 @@
 
 
 Name:   perl-MooseX-Role-Parameterized
-Version:1.00
+Version:1.02
 Release:0
 %define cpan_name MooseX-Role-Parameterized
-Summary:Roles with composition parameters
+Summary:roles with composition parameters
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/MooseX-Role-Parameterized/
 Source: 
http://www.cpan.org/authors/id/S/SA/SARTAK/%{cpan_name}-%{version}.tar.gz
-Patch1: perl-MooseX-Role-Parameterized-old_Test_More.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Moose) = 2.0300
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::Moose)
@@ -48,6 +48,7 @@
 #BuildRequires: perl(Moose::Exporter)
 #BuildRequires: perl(Moose::Meta::Role)
 #BuildRequires: perl(Moose::Role)
+#BuildRequires: perl(Moose::Util)
 #BuildRequires: perl(Moose::Util::TypeConstraints)
 #BuildRequires: perl(MooseX::Role::Parameterized)
 #BuildRequires: perl(MooseX::Role::Parameterized::Meta::Role::Parameterizable)
@@ -69,7 +70,9 @@
 #BuildRequires: perl(Parse::CPAN::Meta)
 #BuildRequires: perl(P::Role)
 #BuildRequires: perl(Test::Consumer)
+#BuildRequires: perl(t::MooseX::LabeledAttributes)
 #BuildRequires: perl(YAML::Tiny)
+Requires:   perl(Module::Runtime)
 Requires:   perl(Moose) = 2.0300
 %{perl_requires}
 
@@ -100,10 +103,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%if 0%{?suse_version} = 1120
-%patch1 -p1
-sed -i s|__vendorperl__|%{perl_vendorlib}|g Makefile.PL t/*.t
-%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ MooseX-Role-Parameterized-1.00.tar.gz - 
MooseX-Role-Parameterized-1.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Role-Parameterized-1.00/.prove 
new/MooseX-Role-Parameterized-1.02/.prove
--- old/MooseX-Role-Parameterized-1.00/.prove   1970-01-01 01:00:00.0 
+0100
+++ new/MooseX-Role-Parameterized-1.02/.prove   2013-09-11 16:29:51.0 
+0200
@@ -0,0 +1,282 @@
+---
+generation: 15
+last_run_time: 1378909791.10855
+tests:
+  t/001-parameters.t:
+elapsed: 0.0748600959777832
+gen: 15
+last_pass_time: 1378909790.28954
+last_result: 0
+last_run_time: 1378909790.28954
+last_todo: 0
+mtime: 1344974960
+seq: 383
+total_passes: 15
+  t/002-role-block.t:
+elapsed: 0.0628399848937988
+gen: 15
+last_pass_time: 1378909790.2353
+last_result: 0
+last_run_time: 1378909790.2353
+last_todo: 0
+mtime: 1344974960
+seq: 382
+total_passes: 15
+  t/003-apply.t:
+elapsed: 0.127992153167725
+gen: 15
+

commit perl-MooseX-Types-Common for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Types-Common for 
openSUSE:Factory checked in at 2013-10-06 14:54:59

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


Package is perl-MooseX-Types-Common

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-Types-Common/perl-MooseX-Types-Common.changes
2013-06-13 18:16:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Types-Common.new/perl-MooseX-Types-Common.changes
   2013-10-06 14:55:00.0 +0200
@@ -1,0 +2,12 @@
+Fri Oct  4 09:15:19 UTC 2013 - co...@suse.com
+
+- updated to 0.001010
+   - add incomplete prereq on Test::Warnings (haarg)
+   - re-release with fixed compile test
+   - converted to Dist::Zilla
+   - SingleDigit now supports zero and negative numbers (RT#86738)
+   - UpperCase and LowerCase string types now properly understand unicode
+ characters (RT#84547)
+   - repository moved to the github moose organization
+
+---

Old:

  MooseX-Types-Common-0.001008.tar.gz

New:

  MooseX-Types-Common-0.001010.tar.gz



Other differences:
--
++ perl-MooseX-Types-Common.spec ++
--- /var/tmp/diff_new_pack.HCWdRT/_old  2013-10-06 14:55:01.0 +0200
+++ /var/tmp/diff_new_pack.HCWdRT/_new  2013-10-06 14:55:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-Types-Common
-Version:0.001008
+Version:0.001010
 Release:0
 %define cpan_name MooseX-Types-Common
 Summary:A library of commonly used type constraints
@@ -29,22 +29,22 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Moose) = 0.39
-BuildRequires:  perl(MooseX::Types) = 0.04
-BuildRequires:  perl(Test::Fatal)
-#BuildRequires: perl(Capture::Tiny)
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
+BuildRequires:  perl(Module::Build::Tiny) = 0.027
+BuildRequires:  perl(MooseX::Types)
+BuildRequires:  perl(MooseX::Types::Moose)
+BuildRequires:  perl(Test::CheckDeps) = 0.007
+BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::More) = 0.94
+BuildRequires:  perl(Test::Warnings) = 0.005
+#BuildRequires: perl(MooseX::Types::Common)
 #BuildRequires: perl(MooseX::Types::Common::Numeric)
 #BuildRequires: perl(MooseX::Types::Common::String)
-#BuildRequires: perl(MooseX::Types::Moose)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(YAML::Tiny)
-Requires:   perl(Moose) = 0.39
-Requires:   perl(MooseX::Types) = 0.04
+#BuildRequires: perl(Pod::Wordlist)
+#BuildRequires: perl(Test::Kwalitee)
+#BuildRequires: perl(Test::NoTabs)
+#BuildRequires: perl(Test::Spelling) = 0.12
+Requires:   perl(MooseX::Types)
+Requires:   perl(MooseX::Types::Moose)
 %{perl_requires}
 
 %description
@@ -55,19 +55,18 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes MYMETA.json MYMETA.yml README
+%doc Changes LICENSE README weaver.ini
 
 %changelog

++ MooseX-Types-Common-0.001008.tar.gz - 
MooseX-Types-Common-0.001010.tar.gz ++
 5274 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-MooseX-ConfigFromFile for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-ConfigFromFile for 
openSUSE:Factory checked in at 2013-10-06 14:54:41

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


Package is perl-MooseX-ConfigFromFile

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-ConfigFromFile/perl-MooseX-ConfigFromFile.changes
2013-08-06 12:41:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-ConfigFromFile.new/perl-MooseX-ConfigFromFile.changes
   2013-10-06 14:54:42.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  4 09:15:12 UTC 2013 - co...@suse.com
+
+- updated to 0.12
+- warnings tests bypassed during installation
+- repository migrated from shadowcat to the github moose organization
+
+---

Old:

  MooseX-ConfigFromFile-0.11.tar.gz

New:

  MooseX-ConfigFromFile-0.12.tar.gz



Other differences:
--
++ perl-MooseX-ConfigFromFile.spec ++
--- /var/tmp/diff_new_pack.VZXb5E/_old  2013-10-06 14:54:43.0 +0200
+++ /var/tmp/diff_new_pack.VZXb5E/_new  2013-10-06 14:54:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-ConfigFromFile
-Version:0.11
+Version:0.12
 Release:0
 %define cpan_name MooseX-ConfigFromFile
 Summary:An abstract Moose role for setting attributes from a configfile
@@ -29,15 +29,16 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(CPAN::Meta::Check) = 0.007
+BuildRequires:  perl(Module::Build::Tiny) = 0.027
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Role)
 BuildRequires:  perl(MooseX::Types::Moose)
 BuildRequires:  perl(MooseX::Types::Path::Tiny) = 0.005
-BuildRequires:  perl(Test::CheckDeps) = 0.002
+BuildRequires:  perl(Test::CheckDeps) = 0.006
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) = 0.94
-BuildRequires:  perl(Test::NoWarnings) = 1.04
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Test::Without::Module)
 BuildRequires:  perl(Try::Tiny)
@@ -47,6 +48,9 @@
 #BuildRequires: perl(GenericRole)
 #BuildRequires: perl(MooseX::ConfigFromFile)
 #BuildRequires: perl(MooseX::Getopt)
+#BuildRequires: perl(Pod::Wordlist)
+#BuildRequires: perl(Test::Kwalitee)
+#BuildRequires: perl(Test::Spelling) = 0.12
 Requires:   perl(Moose::Role)
 Requires:   perl(MooseX::Types::Moose)
 Requires:   perl(MooseX::Types::Path::Tiny) = 0.005
@@ -75,19 +79,18 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes LICENSE README weaver.ini
 
 %changelog

++ MooseX-ConfigFromFile-0.11.tar.gz - MooseX-ConfigFromFile-0.12.tar.gz 
++
 2477 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-MooseX-Types for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Types for 
openSUSE:Factory checked in at 2013-10-06 14:54:55

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


Package is perl-MooseX-Types

Changes:

--- /work/SRC/openSUSE:Factory/perl-MooseX-Types/perl-MooseX-Types.changes  
2013-07-29 17:50:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-MooseX-Types.new/perl-MooseX-Types.changes 
2013-10-06 14:54:56.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct  4 09:13:25 UTC 2013 - co...@suse.com
+
+- updated to 0.38
+- removed use of deprecated enum syntax
+- removed use of deprecated Class::MOP::load_class
+- repository has moved to the GitHub Moose organization
+
+---

Old:

  MooseX-Types-0.36.tar.gz

New:

  MooseX-Types-0.38.tar.gz



Other differences:
--
++ perl-MooseX-Types.spec ++
--- /var/tmp/diff_new_pack.J4b6EG/_old  2013-10-06 14:54:56.0 +0200
+++ /var/tmp/diff_new_pack.J4b6EG/_new  2013-10-06 14:54:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-Types
-Version:0.36
+Version:0.38
 Release:0
 %define cpan_name MooseX-Types
 Summary:Organise your Moose types in libraries
@@ -29,8 +29,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(CPAN::Meta::Check) = 0.007
 BuildRequires:  perl(Carp::Clan) = 6.00
-BuildRequires:  perl(Class::MOP)
+BuildRequires:  perl(Module::Build::Tiny) = 0.027
+BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Moose) = 1.06
 BuildRequires:  perl(Moose::Exporter)
 BuildRequires:  perl(Moose::Meta::TypeConstraint::Union)
@@ -38,19 +40,14 @@
 BuildRequires:  perl(Moose::Util::TypeConstraints)
 BuildRequires:  perl(Scalar::Util) = 1.19
 BuildRequires:  perl(Sub::Exporter)
-BuildRequires:  perl(Sub::Install) = 0.924
 BuildRequires:  perl(Sub::Name)
-BuildRequires:  perl(Test::CheckDeps) = 0.002
+BuildRequires:  perl(Test::CheckDeps) = 0.006
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) = 0.94
 BuildRequires:  perl(Test::Requires)
-BuildRequires:  perl(namespace::clean) = 0.19
+BuildRequires:  perl(namespace::autoclean) = 0.08
 #BuildRequires: perl(DecoratorLibrary)
 #BuildRequires: perl(IntrospectTypeExports)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
 #BuildRequires: perl(MooseX::Types)
 #BuildRequires: perl(MooseX::Types::Base)
 #BuildRequires: perl(MooseX::Types::CheckedUtilExports)
@@ -60,29 +57,30 @@
 #BuildRequires: perl(MooseX::Types::UndefinedType)
 #BuildRequires: perl(MooseX::Types::Util)
 #BuildRequires: perl(MooseX::Types::Wrapper)
-#BuildRequires: perl(Parse::CPAN::Meta)
+#BuildRequires: perl(Pod::Wordlist)
 #BuildRequires: perl(SubExporterCompatibility)
+#BuildRequires: perl(Test::Kwalitee)
 #BuildRequires: perl(TestLibrary)
 #BuildRequires: perl(TestNamespaceSep)
+#BuildRequires: perl(Test::NoTabs)
+#BuildRequires: perl(Test::Spelling) = 0.12
 #BuildRequires: perl(TestWrapper)
-#BuildRequires: perl(YAML::Tiny)
 Requires:   perl(Carp::Clan) = 6.00
-Requires:   perl(Class::MOP)
+Requires:   perl(Module::Runtime)
 Requires:   perl(Moose) = 1.06
 Requires:   perl(Moose::Exporter)
 Requires:   perl(Moose::Meta::TypeConstraint::Union)
 Requires:   perl(Moose::Util::TypeConstraints)
 Requires:   perl(Scalar::Util) = 1.19
 Requires:   perl(Sub::Exporter)
-Requires:   perl(Sub::Install) = 0.924
 Requires:   perl(Sub::Name)
-Requires:   perl(namespace::clean) = 0.19
+Requires:   perl(namespace::autoclean) = 0.08
 %{perl_requires}
 
 %description
 The type system provided by Moose effectively makes all of its builtin type
 global, as are any types you declare with Moose. This means that every
-module that declares a type named PositiveInt is sharing the same type
+module that declares a type named 'PositiveInt' is sharing the same type
 object. This can be a problem when different parts of the code base want to
 use the same name for different things.
 
@@ -109,15 +107,14 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files

++ MooseX-Types-0.36.tar.gz - 

commit perl-Module-Build-Tiny for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Build-Tiny for 
openSUSE:Factory checked in at 2013-10-06 14:54:32

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


Package is perl-Module-Build-Tiny

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-Build-Tiny/perl-Module-Build-Tiny.changes
2013-07-29 17:49:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Build-Tiny.new/perl-Module-Build-Tiny.changes
   2013-10-06 14:54:33.0 +0200
@@ -1,0 +2,11 @@
+Fri Oct  4 09:15:20 UTC 2013 - co...@suse.com
+
+- updated to 0.028
+  Revert Removed clean and realclean actions
+  Build .c and .o in temp/ instead of lib
+  Got rid of IO layers
+  Separate libdoc and bindoc checks
+  Various documentation updates
+  Safe PERL_MB_OPT during configuration stage
+
+---

Old:

  Module-Build-Tiny-0.025.tar.gz

New:

  Module-Build-Tiny-0.028.tar.gz



Other differences:
--
++ perl-Module-Build-Tiny.spec ++
--- /var/tmp/diff_new_pack.nVu6T4/_old  2013-10-06 14:54:34.0 +0200
+++ /var/tmp/diff_new_pack.nVu6T4/_new  2013-10-06 14:54:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Module-Build-Tiny
-Version:0.025
+Version:0.028
 Release:0
 %define cpan_name Module-Build-Tiny
 Summary:A tiny replacement for Module::Build
@@ -50,6 +50,7 @@
 Requires:   perl(ExtUtils::ParseXS)
 Requires:   perl(JSON::PP) = 2
 Requires:   perl(TAP::Harness)
+Recommends: perl(TAP::Harness) = 3.28
 %{perl_requires}
 
 %description

++ Module-Build-Tiny-0.025.tar.gz - Module-Build-Tiny-0.028.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Build-Tiny-0.025/Build.PL 
new/Module-Build-Tiny-0.028/Build.PL
--- old/Module-Build-Tiny-0.025/Build.PL2013-07-12 16:10:11.0 
+0200
+++ new/Module-Build-Tiny-0.028/Build.PL2013-09-29 19:58:50.0 
+0200
@@ -1,3 +1,4 @@
+use 5.006;
 use lib 'lib';
-use Module::Build::Tiny ;
+use Module::Build::Tiny;
 Build_PL(@ARGV);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Build-Tiny-0.025/Changes 
new/Module-Build-Tiny-0.028/Changes
--- old/Module-Build-Tiny-0.025/Changes 2013-07-12 16:10:11.0 +0200
+++ new/Module-Build-Tiny-0.028/Changes 2013-09-29 19:58:50.0 +0200
@@ -1,5 +1,17 @@
 Revision history for Module::Build::Tiny
 
+0.028 2013-09-29 19:58:39 Europe/Amsterdam
+  Revert Removed clean and realclean actions
+  Build .c and .o in temp/ instead of lib
+  Got rid of IO layers
+  Separate libdoc and bindoc checks
+
+0.027 2013-09-09 11:43:12 Europe/Amsterdam
+  Various documentation updates
+
+0.026 2013-08-19 22:09:00 Europe/Amsterdam
+  Safe PERL_MB_OPT during configuration stage
+
 0.025 2013-07-12 16:09:45 Europe/Amsterdam
   Use local tempdir
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Build-Tiny-0.025/META.json 
new/Module-Build-Tiny-0.028/META.json
--- old/Module-Build-Tiny-0.025/META.json   2013-07-12 16:10:11.0 
+0200
+++ new/Module-Build-Tiny-0.028/META.json   2013-09-29 19:58:50.0 
+0200
@@ -5,7 +5,7 @@
   David Golden dagol...@cpan.org
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 4.300034, CPAN::Meta::Converter 
version 2.120921,
+   generated_by : Dist::Zilla version 4.300038, CPAN::Meta::Converter 
version 2.120921,
license : [
   perl_5
],
@@ -44,6 +44,12 @@
  }
   },
   runtime : {
+ conflicts : {
+local::lib :  1.006008
+ },
+ recommends : {
+TAP::Harness : 3.28
+ },
  requires : {
 CPAN::Meta : 0,
 Exporter : 5.57,
@@ -72,16 +78,18 @@
   test : {
  requires : {
 Carp : 0,
-Config : 0,
 Cwd : 0,
 Data::Dumper : 0,
 File::Spec : 0,
 File::Temp : 0,
 IO::File : 0,
+IO::Handle : 0,
 IPC::Open2 : 0,
+IPC::Open3 : 0,
 Test::More : 0.88,
 XSLoader : 0,
-blib : 0
+blib : 0,
+lib : 0
  },
  suggests : {
 File::ShareDir : 1.000
@@ -100,6 +108,6 @@
  web : https://github.com/Leont/module-build-tiny;
   }
},
-   version : 0.025
+   version : 0.028
 }
 

commit perl-Net-Whois-Raw for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-Whois-Raw for 
openSUSE:Factory checked in at 2013-10-06 14:55:18

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


Package is perl-Net-Whois-Raw

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-Whois-Raw/perl-Net-Whois-Raw.changes
2013-06-21 13:37:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-Whois-Raw.new/perl-Net-Whois-Raw.changes   
2013-10-06 14:55:19.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  4 09:15:22 UTC 2013 - co...@suse.com
+
+- updated to 2.48
+   - Fixed not found parsing form whois.centralnic.com
+   - Fixed encoding for com.ua domains
+
+---

Old:

  Net-Whois-Raw-2.46.tar.gz

New:

  Net-Whois-Raw-2.48.tar.gz



Other differences:
--
++ perl-Net-Whois-Raw.spec ++
--- /var/tmp/diff_new_pack.JbQOlM/_old  2013-10-06 14:55:20.0 +0200
+++ /var/tmp/diff_new_pack.JbQOlM/_new  2013-10-06 14:55:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-Whois-Raw
-Version:2.46
+Version:2.48
 Release:0
 %define cpan_name Net-Whois-Raw
 Summary:Get Whois information for domains

++ Net-Whois-Raw-2.46.tar.gz - Net-Whois-Raw-2.48.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.46/Changes 
new/Net-Whois-Raw-2.48/Changes
--- old/Net-Whois-Raw-2.46/Changes  2013-02-12 12:03:57.0 +0100
+++ new/Net-Whois-Raw-2.48/Changes  2013-09-19 18:07:56.0 +0200
@@ -476,13 +476,19 @@
- IPv6 whois support
 
 2.44Jan 11 2013 Alexander Nalobin
-- IPv6 whois support with Regexp::IPv6
+   - IPv6 whois support with Regexp::IPv6
 
 2.45Jan 31 2013 Alexander Nalobin
-- Using whois.netcom.cm for CM instead of web whois
-- TV whois server updated
-- BZ web whois updated
-- MU, IN, CN web whois removed
+   - Using whois.netcom.cm for CM instead of web whois
+   - TV whois server updated
+   - BZ web whois updated
+   - MU, IN, CN web whois removed
 
 2.46Feb 12 2013 Alexander Nalobin
-- Fixed TJ web whois (broken html)
+   - Fixed TJ web whois (broken html)
+
+2.47Sep 13 2013 Timur Nozadze
+   - Fixed not found parsing form whois.centralnic.com
+
+2.48   Sep 19 2013 Walery Studennikov
+   - Fixed encoding for com.ua domains
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.46/META.json 
new/Net-Whois-Raw-2.48/META.json
--- old/Net-Whois-Raw-2.46/META.json2013-02-12 12:03:57.0 +0100
+++ new/Net-Whois-Raw-2.48/META.json2013-09-19 18:07:56.0 +0200
@@ -4,7 +4,7 @@
   unknown
],
dynamic_config : 1,
-   generated_by : Module::Build version 0.4003, CPAN::Meta::Converter 
version 2.120921,
+   generated_by : Module::Build version 0.4007, CPAN::Meta::Converter 
version 2.132140,
license : [
   perl_5
],
@@ -37,15 +37,13 @@
provides : {
   Net::Whois::Raw : {
  file : lib/Net/Whois/Raw.pm,
- version : 2.46
+ version : 2.48
   },
   Net::Whois::Raw::Common : {
- file : lib/Net/Whois/Raw/Common.pm,
- version : 0
+ file : lib/Net/Whois/Raw/Common.pm
   },
   Net::Whois::Raw::Data : {
- file : lib/Net/Whois/Raw/Data.pm,
- version : 0
+ file : lib/Net/Whois/Raw/Data.pm
   }
},
release_status : stable,
@@ -54,5 +52,5 @@
  http://dev.perl.org/licenses/;
   ]
},
-   version : 2.46
+   version : 2.48
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.46/META.yml 
new/Net-Whois-Raw-2.48/META.yml
--- old/Net-Whois-Raw-2.46/META.yml 2013-02-12 12:03:57.0 +0100
+++ new/Net-Whois-Raw-2.48/META.yml 2013-09-19 18:07:56.0 +0200
@@ -6,7 +6,7 @@
 configure_requires:
   Module::Build: 0.40
 dynamic_config: 1
-generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 
2.120921'
+generated_by: 'Module::Build version 0.4007, CPAN::Meta::Converter version 
2.132140'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -15,13 +15,11 @@
 provides:
   Net::Whois::Raw:
 file: lib/Net/Whois/Raw.pm
-version: 2.46
+version: 2.48
   Net::Whois::Raw::Common:
 file: lib/Net/Whois/Raw/Common.pm
-version: 0
   Net::Whois::Raw::Data:
 file: lib/Net/Whois/Raw/Data.pm
-version: 0
 requires:
   Encode: 0
   Getopt::Long: 2
@@ -35,4 +33,4 @@
   perl: 5.008001
 

commit perl-Mac-PropertyList for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Mac-PropertyList for 
openSUSE:Factory checked in at 2013-10-06 14:54:20

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


Package is perl-Mac-PropertyList

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mac-PropertyList/perl-Mac-PropertyList.changes  
2013-06-06 15:26:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mac-PropertyList.new/perl-Mac-PropertyList.changes
 2013-10-06 14:54:21.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct  4 09:15:23 UTC 2013 - co...@suse.com
+
+- updated to 1.39
+  * Bump to full release
+  * Fix non-portable strftime format (RT #83460)
+  * Wim Lewis improved the binary reader / writer and made better
+   tests for it.
+
+---

Old:

  Mac-PropertyList-1.38.tar.gz

New:

  Mac-PropertyList-1.39.tar.gz



Other differences:
--
++ perl-Mac-PropertyList.spec ++
--- /var/tmp/diff_new_pack.8MO5sB/_old  2013-10-06 14:54:22.0 +0200
+++ /var/tmp/diff_new_pack.8MO5sB/_new  2013-10-06 14:54:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mac-PropertyList
-Version:1.38
+Version:1.39
 Release:0
 %define cpan_name Mac-PropertyList
 Summary:Work with Mac plists at a low level
@@ -46,8 +46,8 @@
 
 %description
 This module is a low-level interface to the Mac OS X Property List (plist)
-format. You probably shouldn't use this in applications--build interfaces
-on top of this so you don't have to put all the heinous multi-level object
+format. You probably shouldn't use this in applications–build interfaces on
+top of this so you don't have to put all the heinous multi-level object
 stuff where people have to look at it.
 
 You can parse a plist file and get back a data structure. You can take that

++ Mac-PropertyList-1.38.tar.gz - Mac-PropertyList-1.39.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.38/Changes 
new/Mac-PropertyList-1.39/Changes
--- old/Mac-PropertyList-1.38/Changes   2012-10-23 22:45:08.0 +0200
+++ new/Mac-PropertyList-1.39/Changes   2013-09-27 22:28:46.0 +0200
@@ -2,6 +2,17 @@
* fix plist_as_perl to be the same as as_perl (and as
documented)
 
+1.39 - Fri Sep 27 16:28:21 2013
+   * Bump to full release
+   ��
+
+1.38_02 - Mon Sep 23 19:52:20 2013
+   * Fix non-portable strftime format (RT #83460)
+
+1.38_01 - Sun Feb 10 17:08:57 2013
+   * Wim Lewis improved the binary reader / writer and made better
+   tests for it.
+
 1.38 - Tue Oct 23 15:44:26 2012
Wim Lewis w...@cpan.org added WriteBinary. Great work!
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.38/MANIFEST 
new/Mac-PropertyList-1.39/MANIFEST
--- old/Mac-PropertyList-1.38/MANIFEST  2012-10-23 22:45:09.0 +0200
+++ new/Mac-PropertyList-1.39/MANIFEST  2013-09-27 22:28:48.0 +0200
@@ -15,6 +15,7 @@
 MYMETA.json
 MYMETA.yml
 plists/binary.plist
+plists/binary2.plist
 plists/com.apple.iPhoto.plist
 plists/com.apple.iTunes.plist
 plists/com.apple.systempreferences.plist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.38/META.json 
new/Mac-PropertyList-1.39/META.json
--- old/Mac-PropertyList-1.38/META.json 2012-10-23 22:45:09.0 +0200
+++ new/Mac-PropertyList-1.39/META.json 2013-09-27 22:28:48.0 +0200
@@ -43,5 +43,5 @@
   }
},
release_status : stable,
-   version : 1.38
+   version : 1.39
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.38/META.yml 
new/Mac-PropertyList-1.39/META.yml
--- old/Mac-PropertyList-1.38/META.yml  2012-10-23 22:45:09.0 +0200
+++ new/Mac-PropertyList-1.39/META.yml  2013-09-27 22:28:48.0 +0200
@@ -25,4 +25,4 @@
   Time::Local: 0
   XML::Entities: 0
   parent: 0
-version: 1.38
+version: 1.39
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.38/MYMETA.json 
new/Mac-PropertyList-1.39/MYMETA.json
--- old/Mac-PropertyList-1.38/MYMETA.json   2012-10-23 22:45:09.0 
+0200
+++ new/Mac-PropertyList-1.39/MYMETA.json   2013-09-27 22:28:47.0 
+0200
@@ -43,5 +43,5 @@
   }
},
release_status : stable,
-   version : 1.38
+   version : 1.39
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mac-PropertyList-1.38/MYMETA.yml 

commit perl-Mouse for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Mouse for openSUSE:Factory 
checked in at 2013-10-06 14:55:12

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


Package is perl-Mouse

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mouse/perl-Mouse.changes2013-06-09 
16:59:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mouse.new/perl-Mouse.changes   
2013-10-06 14:55:13.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct  4 09:13:59 UTC 2013 - co...@suse.com
+
+- updated to 1.12
+[BUG FIXES]
+- Fix a memory leak related to triggers,
+  which was introduced in 1.07 (issue#7)
+
+---

Old:

  Mouse-1.11.tar.gz

New:

  Mouse-1.12.tar.gz



Other differences:
--
++ perl-Mouse.spec ++
--- /var/tmp/diff_new_pack.woOlgS/_old  2013-10-06 14:55:13.0 +0200
+++ /var/tmp/diff_new_pack.woOlgS/_new  2013-10-06 14:55:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mouse
-Version:1.11
+Version:1.12
 Release:0
 %define cpan_name Mouse
 Summary:Moose minus the antlers

++ Mouse-1.11.tar.gz - Mouse-1.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mouse-1.11/Changes new/Mouse-1.12/Changes
--- old/Mouse-1.11/Changes  2013-04-28 15:01:00.0 +0200
+++ new/Mouse-1.12/Changes  2013-09-29 02:53:51.0 +0200
@@ -1,5 +1,10 @@
 Revision history for Mouse
 
+1.12 2013-09-29 09:52:47+0900
+[BUG FIXES]
+- Fix a memory leak related to triggers,
+  which was introduced in 1.07 (issue#7)
+
 1.11 2013-04-28 22:00:38
 [TEST FIXES]
 - Ensure Try::Tiny is bundled
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mouse-1.11/MANIFEST new/Mouse-1.12/MANIFEST
--- old/Mouse-1.11/MANIFEST 2013-04-28 15:00:20.0 +0200
+++ new/Mouse-1.12/MANIFEST 2013-09-29 02:54:41.0 +0200
@@ -355,6 +355,7 @@
 t/900_mouse_bugs/012_RT61906.t
 t/900_mouse_bugs/013_RT73592_tied_.t
 t/900_mouse_bugs/014_autoload.t
+t/900_mouse_bugs/015_issue7_memleak.t
 t/900_mouse_bugs/RT75093.t
 t/990_deprecated/001-export_to_level.t
 t/lib/Bar.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mouse-1.11/META.yml new/Mouse-1.12/META.yml
--- old/Mouse-1.11/META.yml 2013-04-28 15:01:06.0 +0200
+++ new/Mouse-1.12/META.yml 2013-09-29 02:54:45.0 +0200
@@ -32,4 +32,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://github.com/gfx/p5-Mouse.git
-version: 1.11
+version: 1.12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mouse-1.11/inc/Module/Install/TestTarget.pm 
new/Mouse-1.12/inc/Module/Install/TestTarget.pm
--- old/Mouse-1.11/inc/Module/Install/TestTarget.pm 2013-04-28 
15:01:06.0 +0200
+++ new/Mouse-1.12/inc/Module/Install/TestTarget.pm 2013-09-29 
02:54:45.0 +0200
@@ -3,7 +3,7 @@
 use 5.006_002;
 use strict;
 #use warnings; # XXX: warnings.pm produces a lot of 'redefine' warnings!
-our $VERSION = '0.19';
+our $VERSION = '0.15';
 
 use base qw(Module::Install::Base);
 use Config;
@@ -108,7 +108,7 @@
 $code =~ s/\n/ /g;
 if ($^O eq 'MSWin32') {
 $code =~ s/\\\$\$/\$\$/g;
-if ($Config{make} =~ /dmake/i) {
+if ($Config{make} eq 'dmake') {
 $code =~ s/{/{{/g;
 $code =~ s/}/}}/g;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mouse-1.11/inc/Test/Requires.pm 
new/Mouse-1.12/inc/Test/Requires.pm
--- old/Mouse-1.11/inc/Test/Requires.pm 2013-04-28 15:01:06.0 +0200
+++ new/Mouse-1.12/inc/Test/Requires.pm 2013-09-29 02:54:45.0 +0200
@@ -2,7 +2,7 @@
 package Test::Requires;
 use strict;
 use warnings;
-our $VERSION = '0.06';
+our $VERSION = '0.07';
 use base 'Test::Builder::Module';
 use 5.006000;
 
@@ -59,11 +59,17 @@
 exit 0;
 }
 };
+
+my $msg = $e;
 if ( $e =~ /^Can't locate/ ) {
-$skip_all-(Test requires module '$mod' but it's not found);
+$msg = Test requires module '$mod' but it's not found;
+}
+
+if ($ENV{RELEASE_TESTING}) {
+__PACKAGE__-builder-BAIL_OUT($msg);
 }
 else {
-$skip_all-($e);
+$skip_all-($msg);
 }
 }
 }
@@ -71,4 +77,4 @@
 1;
 __END__
 
-#line 128
+#line 147
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mouse-1.11/inc/Try/Tiny.pm 

commit perl-MIME-Charset for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-MIME-Charset for 
openSUSE:Factory checked in at 2013-10-06 14:54:26

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


Package is perl-MIME-Charset

Changes:

--- /work/SRC/openSUSE:Factory/perl-MIME-Charset/perl-MIME-Charset.changes  
2013-06-05 19:32:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-MIME-Charset.new/perl-MIME-Charset.changes 
2013-10-06 14:54:27.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct  4 09:11:26 UTC 2013 - co...@suse.com
+
+- updated to 1.011.0
+* Use Encode::JISX0213 instead of Encode::JIS2K which was not
+  fully implemented.
+* Added support for iso-2022-jp-2 and JIS X 0213 encodings.
+* Reformat Changes file to suit to CPAN::Changes::Spec.
+
+---

Old:

  MIME-Charset-1.010.tar.gz

New:

  MIME-Charset-1.011.0.tar.gz



Other differences:
--
++ perl-MIME-Charset.spec ++
--- /var/tmp/diff_new_pack.2KsLrl/_old  2013-10-06 14:54:27.0 +0200
+++ /var/tmp/diff_new_pack.2KsLrl/_new  2013-10-06 14:54:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MIME-Charset
-Version:1.010
+Version:1.011.0
 Release:0
 %define cpan_name MIME-Charset
 Summary:Charset Information for MIME

++ MIME-Charset-1.010.tar.gz - MIME-Charset-1.011.0.tar.gz ++
 1685 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-Perl6-Junction for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Perl6-Junction for 
openSUSE:Factory checked in at 2013-10-06 14:55:32

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


Package is perl-Perl6-Junction

Changes:

--- /work/SRC/openSUSE:Factory/perl-Perl6-Junction/perl-Perl6-Junction.changes  
2013-06-13 20:06:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl6-Junction.new/perl-Perl6-Junction.changes 
2013-10-06 14:55:33.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  4 09:13:40 UTC 2013 - co...@suse.com
+
+- updated to 1.6
+- Removed support for smartmatch - as of perl 5.18.0 smartmatch is 
+  marked as experimental, and subject to change or removal.
+
+---

Old:

  Perl6-Junction-1.5.tar.gz

New:

  Perl6-Junction-1.6.tar.gz



Other differences:
--
++ perl-Perl6-Junction.spec ++
--- /var/tmp/diff_new_pack.7q4Tru/_old  2013-10-06 14:55:33.0 +0200
+++ /var/tmp/diff_new_pack.7q4Tru/_new  2013-10-06 14:55:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Perl6-Junction
-Version:1.5
+Version:1.6
 Release:0
 %define cpan_name Perl6-Junction
 Summary:Perl6 style Junction operators in Perl5.

++ Perl6-Junction-1.5.tar.gz - Perl6-Junction-1.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl6-Junction-1.5/Changes 
new/Perl6-Junction-1.6/Changes
--- old/Perl6-Junction-1.5/Changes  2012-09-11 21:13:18.0 +0200
+++ new/Perl6-Junction-1.6/Changes  2013-08-21 16:19:55.0 +0200
@@ -1,3 +1,8 @@
+1.6 2013-08-21
+
+- Removed support for smartmatch - as of perl 5.18.0 smartmatch is 
+  marked as experimental, and subject to change or removal.
+
 1.5 2012-09-11
 
 - Add support for smartmatch (~~) for perl 5.10.1 and higher.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl6-Junction-1.5/META.json 
new/Perl6-Junction-1.6/META.json
--- old/Perl6-Junction-1.5/META.json2012-09-11 21:50:02.0 
+0200
+++ new/Perl6-Junction-1.6/META.json2013-08-21 16:23:12.0 
+0200
@@ -4,7 +4,7 @@
   Carl Franks
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.120921,
+   generated_by : ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120630,
license : [
   perl_5
],
@@ -38,5 +38,5 @@
   }
},
release_status : stable,
-   version : 1.5
+   version : 1.6
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl6-Junction-1.5/META.yml 
new/Perl6-Junction-1.6/META.yml
--- old/Perl6-Junction-1.5/META.yml 2012-09-11 21:50:02.0 +0200
+++ new/Perl6-Junction-1.6/META.yml 2013-08-21 16:23:12.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.120921'
+generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120630'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -20,4 +20,4 @@
 requires:
   Carp: 0
   Test::More: 0
-version: 1.5
+version: 1.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl6-Junction-1.5/MYMETA.json 
new/Perl6-Junction-1.6/MYMETA.json
--- old/Perl6-Junction-1.5/MYMETA.json  2012-09-11 21:49:55.0 
+0200
+++ new/Perl6-Junction-1.6/MYMETA.json  2013-08-21 16:23:05.0 
+0200
@@ -4,7 +4,7 @@
   Carl Franks
],
dynamic_config : 0,
-   generated_by : ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.120921,
+   generated_by : ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120630,
license : [
   perl_5
],
@@ -38,5 +38,5 @@
   }
},
release_status : stable,
-   version : 1.5
+   version : 1.6
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl6-Junction-1.5/MYMETA.yml 
new/Perl6-Junction-1.6/MYMETA.yml
--- old/Perl6-Junction-1.5/MYMETA.yml   2012-09-11 21:49:55.0 
+0200
+++ new/Perl6-Junction-1.6/MYMETA.yml   2013-08-21 16:23:05.0 
+0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.62, 

commit perl-Package-Stash for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Package-Stash for 
openSUSE:Factory checked in at 2013-10-06 14:55:22

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


Package is perl-Package-Stash

Changes:

--- /work/SRC/openSUSE:Factory/perl-Package-Stash/perl-Package-Stash.changes
2013-07-29 17:50:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-Stash.new/perl-Package-Stash.changes   
2013-10-06 14:55:23.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  4 09:13:52 UTC 2013 - co...@suse.com
+
+- updated to 0.36
+ - support building with PUREPERL_ONLY
+
+---

Old:

  Package-Stash-0.35.tar.gz

New:

  Package-Stash-0.36.tar.gz



Other differences:
--
++ perl-Package-Stash.spec ++
--- /var/tmp/diff_new_pack.QJTilF/_old  2013-10-06 14:55:23.0 +0200
+++ /var/tmp/diff_new_pack.QJTilF/_new  2013-10-06 14:55:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Package-Stash
-Version:0.35
+Version:0.36
 Release:0
 %define cpan_name Package-Stash
 Summary:routines for manipulating stashes
@@ -36,11 +36,10 @@
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Requires)
 #BuildRequires: perl(Dist::Zilla::Plugin::MakeMaker::Awesome)
-#BuildRequires: perl(Dist::Zilla::Role::MetaProvider)
 #BuildRequires: perl(Moose)
 #BuildRequires: perl(Package::Stash)
-#BuildRequires: perl(Package::Stash::PP)
 #BuildRequires: perl(Test::LeakTrace)
+#BuildRequires: perl(Variable::Magic)
 Requires:   perl(Dist::CheckConflicts) = 0.02
 Requires:   perl(Module::Implementation) = 0.06
 Requires:   perl(Package::Stash::XS) = 0.26

++ Package-Stash-0.35.tar.gz - Package-Stash-0.36.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-Stash-0.35/Changes 
new/Package-Stash-0.36/Changes
--- old/Package-Stash-0.35/Changes  2013-07-10 05:28:41.0 +0200
+++ new/Package-Stash-0.36/Changes  2013-09-04 02:29:07.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Package-Stash
 
+0.36  2013-09-03
+  - support building with PUREPERL_ONLY
+
 0.35  2013-07-09
   - remove old deprecated api
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-Stash-0.35/MANIFEST 
new/Package-Stash-0.36/MANIFEST
--- old/Package-Stash-0.35/MANIFEST 2013-07-10 05:28:41.0 +0200
+++ new/Package-Stash-0.36/MANIFEST 2013-09-04 02:29:07.0 +0200
@@ -7,7 +7,6 @@
 README
 bin/package-stash-conflicts
 dist.ini
-inc/DistMeta.pm
 inc/MMPackageStash.pm
 lib/Package/Stash.pm
 lib/Package/Stash/Conflicts.pm
@@ -38,6 +37,7 @@
 t/scalar-values.t
 t/stash-deletion.t
 t/synopsis.t
+t/warnings.t
 xt/author/leaks-debug.t
 xt/author/leaks.t
 xt/release/eol.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-Stash-0.35/META.json 
new/Package-Stash-0.36/META.json
--- old/Package-Stash-0.35/META.json2013-07-10 05:28:41.0 +0200
+++ new/Package-Stash-0.36/META.json2013-09-04 02:29:07.0 +0200
@@ -3,8 +3,8 @@
author : [
   Jesse Luehrs d...@tozt.net
],
-   dynamic_config : 1,
-   generated_by : Dist::Zilla version 4.300034, CPAN::Meta::Converter 
version 2.120921,
+   dynamic_config : 1,
+   generated_by : Dist::Zilla version 4.300035, CPAN::Meta::Converter 
version 2.132140,
license : [
   perl_5
],
@@ -16,8 +16,11 @@
prereqs : {
   configure : {
  requires : {
+Config : 0,
 Dist::CheckConflicts : 0.02,
-ExtUtils::MakeMaker : 6.30
+ExtUtils::MakeMaker : 6.30,
+File::Spec : 0,
+Text::ParseWords : 0
  }
   },
   develop : {
@@ -53,10 +56,21 @@
 Test::Fatal : 0,
 Test::More : 0.88,
 Test::Requires : 0,
-base : 0
+base : 0,
+lib : 0
  }
   }
},
+   provides : {
+  Package::Stash : {
+ file : lib/Package/Stash.pm,
+ version : 0.36
+  },
+  Package::Stash::PP : {
+ file : lib/Package/Stash/PP.pm,
+ version : 0.36
+  }
+   },
release_status : stable,
resources : {
   bugtracker : {
@@ -69,10 +83,10 @@
  web : https://github.com/doy/package-stash;
   }
},
-   version : 0.35,
+   version : 0.36,
x_Dist_Zilla : {
   perl : {
- version : 5.018000
+ version : 5.018001
   },
   plugins : [
  {
@@ -84,37 +98,37 @@
}
 

commit perl-Perl-Tidy for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Perl-Tidy for openSUSE:Factory 
checked in at 2013-10-06 14:55:29

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


Package is perl-Perl-Tidy

Changes:

--- /work/SRC/openSUSE:Factory/perl-Perl-Tidy/perl-Perl-Tidy.changes
2013-08-13 10:19:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new/perl-Perl-Tidy.changes   
2013-10-06 14:55:30.0 +0200
@@ -1,0 +2,10 @@
+Fri Oct  4 09:11:17 UTC 2013 - co...@suse.com
+
+- updated to 20130922
+- Fixed RT #88020. --converge was not working with wide characters.
+- Fixed RT #78156. package NAMESPACE VERSION syntax not accepted.
+- First attempt to fix RT #88588.  INDEX END tag change in pod2html breaks 
+  perltidy -html. I put in a patch which should work but I don't yet have
+  a way of testing it.
+
+---

Old:

  Perl-Tidy-20130806.tar.gz

New:

  Perl-Tidy-20130922.tar.gz



Other differences:
--
++ perl-Perl-Tidy.spec ++
--- /var/tmp/diff_new_pack.vX4KrW/_old  2013-10-06 14:55:30.0 +0200
+++ /var/tmp/diff_new_pack.vX4KrW/_new  2013-10-06 14:55:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Perl-Tidy
-Version:20130806
+Version:20130922
 Release:0
 %define cpan_name Perl-Tidy
 Summary:Parses and beautifies perl source

++ Perl-Tidy-20130806.tar.gz - Perl-Tidy-20130922.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Tidy-20130806/CHANGES 
new/Perl-Tidy-20130922/CHANGES
--- old/Perl-Tidy-20130806/CHANGES  2013-08-06 02:50:55.0 +0200
+++ new/Perl-Tidy-20130922/CHANGES  2013-09-22 16:40:31.0 +0200
@@ -1,4 +1,13 @@
 Perltidy Change Log
+  2013 09 22
+  - Fixed RT #88020. --converge was not working with wide characters.
+
+  - Fixed RT #78156. package NAMESPACE VERSION syntax not accepted.
+
+  - First attempt to fix RT #88588.  INDEX END tag change in pod2html 
breaks 
+perltidy -html. I put in a patch which should work but I don't yet have
+a way of testing it.
+
   2013 08 06
   - Fixed RT #87107, spelling
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Tidy-20130806/META.yml 
new/Perl-Tidy-20130922/META.yml
--- old/Perl-Tidy-20130806/META.yml 2013-08-06 02:50:57.0 +0200
+++ new/Perl-Tidy-20130922/META.yml 2013-09-22 16:43:36.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   Perl-Tidy
-version:20130806
+version:20130922
 abstract:   indent and reformat perl scripts
 author:
 - Steve Hancock perlt...@perltidy.sourceforge.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Tidy-20130806/bin/perltidy 
new/Perl-Tidy-20130922/bin/perltidy
--- old/Perl-Tidy-20130806/bin/perltidy 2013-08-06 02:50:54.0 +0200
+++ new/Perl-Tidy-20130922/bin/perltidy 2013-09-22 16:43:35.0 +0200
@@ -3093,7 +3093,7 @@
 
 =head1 VERSION
 
-This man page documents perltidy version 20130806.
+This man page documents perltidy version 20130922.
 
 =head1 CREDITS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Tidy-20130806/docs/perltidy.1 
new/Perl-Tidy-20130922/docs/perltidy.1
--- old/Perl-Tidy-20130806/docs/perltidy.1  2013-08-06 02:50:55.0 
+0200
+++ new/Perl-Tidy-20130922/docs/perltidy.1  2013-09-22 16:40:31.0 
+0200
@@ -124,7 +124,7 @@
 .\ 
 .\
 .IX Title PERLTIDY 1
-.TH PERLTIDY 1 2013-08-05 perl v5.14.2 User Contributed Perl 
Documentation
+.TH PERLTIDY 1 2013-09-22 perl v5.14.2 User Contributed Perl 
Documentation
 .\ For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\ way too many mistakes in technical documents.
 .if n .ad l
@@ -3183,7 +3183,7 @@
 \\fIperlstyle\fR\|(1), \fIPerl::Tidy\fR\|(3)
 .SH VERSION
 .IX Header VERSION
-This man page documents perltidy version 20130806.
+This man page documents perltidy version 20130922.
 .SH CREDITS
 .IX Header CREDITS
 Michael Cartmell supplied code for adaptation to \s-1VMS\s0 and helped with
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Tidy-20130806/lib/Perl/Tidy.pm 
new/Perl-Tidy-20130922/lib/Perl/Tidy.pm
--- old/Perl-Tidy-20130806/lib/Perl/Tidy.pm 2013-08-06 02:49:53.0 
+0200
+++ new/Perl-Tidy-20130922/lib/Perl/Tidy.pm 2013-09-22 

commit perl-Role-Tiny for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Role-Tiny for openSUSE:Factory 
checked in at 2013-10-06 14:56:01

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


Package is perl-Role-Tiny

Changes:

--- /work/SRC/openSUSE:Factory/perl-Role-Tiny/perl-Role-Tiny.changes
2013-07-29 17:50:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new/perl-Role-Tiny.changes   
2013-10-06 14:56:02.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct  4 09:13:59 UTC 2013 - co...@suse.com
+
+- updated to 1.003002
+  - abbreviate generated package names if they are longer than perl can handle
+(RT#83248)
+  - add explicit dependency on the version of Exporter that added 'import'
+
+---

Old:

  Role-Tiny-1.003001.tar.gz

New:

  Role-Tiny-1.003002.tar.gz



Other differences:
--
++ perl-Role-Tiny.spec ++
--- /var/tmp/diff_new_pack.UW7QIk/_old  2013-10-06 14:56:02.0 +0200
+++ /var/tmp/diff_new_pack.UW7QIk/_new  2013-10-06 14:56:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Role-Tiny
-Version:1.003001
+Version:1.003002
 Release:0
 %define cpan_name Role-Tiny
 Summary:Roles. Like a nouvelle cuisine portion size slice of Moose.

++ Role-Tiny-1.003001.tar.gz - Role-Tiny-1.003002.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-1.003001/Changes 
new/Role-Tiny-1.003002/Changes
--- old/Role-Tiny-1.003001/Changes  2013-07-15 05:59:09.0 +0200
+++ new/Role-Tiny-1.003002/Changes  2013-09-05 05:46:05.0 +0200
@@ -1,7 +1,14 @@
-1.003001 - 2013-07-14
+Revision history for Role-Tiny
+
+1.003002   2013-09-04
+  - abbreviate generated package names if they are longer than perl can handle
+(RT#83248)
+  - add explicit dependency on the version of Exporter that added 'import'
+
+1.003001   2013-07-14
   - fix test accidentally requiring Class::Method::Modifiers
 
-1.003000 - 2013-07-14
+1.003000   2013-07-14
   - allow composing roles simultaneously that mutually require each other
 (RT#82711)
   - Fix _concrete_methods_of returning non-CODE entries
@@ -10,67 +17,67 @@
   - add is_role method for checking if a given package is a role
   - drop minimum perl version - code tests just fine on 5.6.1 and 5.6.2
 
-1.002005 - 2013-02-01
+1.002005   2013-02-01
   - complain loudly if Class::Method::Modifiers is too old (and skip tests)
   - don't use $_ as loop variable when calling arbitrary code
 
-1.002004 - 2012-11-02
+1.002004   2012-11-02
   - remove accidentally-introduced strictures.pm usage
 
-1.002003 - 2012-10-29
+1.002003   2012-10-29
   - fix method modifier breakage on 5.10.0
 
-1.002002 - 2012-10-28
+1.002002   2012-10-28
   - skip t/around-does.t when Class::Method::Modifiers is not installed
 (RT#80310)
 
-1.002001 - 2012-10-26
+1.002001   2012-10-26
   - t/does-Moo.t moved to 'xt' (RT#80290)
   - don't die when looking for 'DOES' on perl  5.10 (RT#80402)
 
-1.002000 - 2012-10-19
+1.002000   2012-10-19
   - load class in addition to roles when using create_class_from_roles
   - fix module name in Makefile.PL (RT#78591)
   - when classes consume roles, override their DOES method (RT#79747)
   - method modifiers can be used for 'does' and 'DOES'
 
-1.001005 - 2012-07-18
+1.001005   2012-07-18
   - localize UNIVERSAL::can change to avoid confusing TB2
   - properly report roles consumed by superclasses
 
-1.001004 - 2012-07-12
+1.001004   2012-07-12
   - remove strictures.pm from the test supplied by mmcleric so we install again
   - when applying runtime roles include roles from original class in new class
 ( fixes ::does_role checks)
 
-1.001003 - 2012-06-19
+1.001003   2012-06-19
   - correctly apply modifiers with role composition
   - check for conflicts during role-to-object application (test from mmcleric)
   - add an explicit return to all exported subs so people don't accidentally
 rely on the return value
   - store coderefs as well as their refaddrs to protect against crazy
 
-1.001002 - 2012-05-05
+1.001002   2012-05-05
   - alter duplication test to not provoke Class::Method::Modifiers loading
 
-1.001001 - 2012-04-27
+1.001001   2012-04-27
   - remove strictures from one last test file
 
-1.001000 - 2012-04-27
+1.001000   2012-04-27
   - Documentation improvements, no code changes
 
-1.000_901 - 2012-04-12
+1.000_901   2012-04-12
   - Fix MANIFEST inclusion of Role::Basic composition
 
-1.000_900 - 2012-04-11
+1.000_900   2012-04-11
   - Add composition with tests stolen from Role::Basic
 
-1.01 - 2012-04-03
+1.01   

commit perl-Probe-Perl for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Probe-Perl for openSUSE:Factory 
checked in at 2013-10-06 14:55:44

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


Package is perl-Probe-Perl

Changes:

--- /work/SRC/openSUSE:Factory/perl-Probe-Perl/perl-Probe-Perl.changes  
2013-06-14 15:46:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Probe-Perl.new/perl-Probe-Perl.changes 
2013-10-06 14:55:45.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  4 09:13:23 UTC 2013 - co...@suse.com
+
+- updated to 0.03
+ - Improved the backticks/quoting situation on Windows, which
+   unfortunately didn't fare well with the fixes in 0.02.
+
+---

Old:

  Probe-Perl-0.02.tar.gz

New:

  Probe-Perl-0.03.tar.gz



Other differences:
--
++ perl-Probe-Perl.spec ++
--- /var/tmp/diff_new_pack.y2vuew/_old  2013-10-06 14:55:46.0 +0200
+++ /var/tmp/diff_new_pack.y2vuew/_new  2013-10-06 14:55:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Probe-Perl
-Version:0.02
+Version:0.03
 Release:0
 %define cpan_name Probe-Perl
 Summary:Information about the currently running perl

++ Probe-Perl-0.02.tar.gz - Probe-Perl-0.03.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Probe-Perl-0.02/Changes new/Probe-Perl-0.03/Changes
--- old/Probe-Perl-0.02/Changes 2013-04-19 13:38:14.0 +0200
+++ new/Probe-Perl-0.03/Changes 2013-08-08 04:27:58.0 +0200
@@ -1,6 +1,11 @@
 Revision history for ExtUtils-MyPerlConfig
 
-0.02
+0.03  Wed Aug  7 21:24:56 CDT 2013
+
+ - Improved the backticks/quoting situation on Windows, which
+   unfortunately didn't fare well with the fixes in 0.02.
+
+0.02  Thu Apr 18 07:22:46 CDT 2013
 
  - Switched to Git and Dist::Zilla
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Probe-Perl-0.02/META.yml new/Probe-Perl-0.03/META.yml
--- old/Probe-Perl-0.02/META.yml2013-04-19 13:38:14.0 +0200
+++ new/Probe-Perl-0.03/META.yml2013-08-08 04:27:58.0 +0200
@@ -20,4 +20,4 @@
 resources:
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Probe-Perl
   repository: git://github.com/kenahoo/Probe-Perl.git
-version: 0.02
+version: 0.03
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Probe-Perl-0.02/Makefile.PL 
new/Probe-Perl-0.03/Makefile.PL
--- old/Probe-Perl-0.02/Makefile.PL 2013-04-19 13:38:14.0 +0200
+++ new/Probe-Perl-0.03/Makefile.PL 2013-08-08 04:27:58.0 +0200
@@ -27,7 +27,7 @@
   TEST_REQUIRES = {
 Test = 0
   },
-  VERSION = 0.02,
+  VERSION = 0.03,
   test = {
 TESTS = t/*.t
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Probe-Perl-0.02/README new/Probe-Perl-0.03/README
--- old/Probe-Perl-0.02/README  2013-04-19 13:38:14.0 +0200
+++ new/Probe-Perl-0.03/README  2013-08-08 04:27:58.0 +0200
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Probe-Perl,
-version 0.02:
+version 0.03:
 
   Information about the currently running perl
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Probe-Perl-0.02/SIGNATURE 
new/Probe-Perl-0.03/SIGNATURE
--- old/Probe-Perl-0.02/SIGNATURE   2013-04-19 13:38:14.0 +0200
+++ new/Probe-Perl-0.03/SIGNATURE   2013-08-08 04:27:58.0 +0200
@@ -14,22 +14,22 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
-SHA1 4c5ede97450392a60a68d86983f4ca75f654ca41 Changes
+SHA1 1641b0a12748289f73713f5f446e03b21e1cb189 Changes
 SHA1 730231002579a43ba75250890ad448c4bae80a8a INSTALL
 SHA1 8cb63de1ae4c54a120beb97cacc1fe2efe4d266b LICENSE
 SHA1 b1ad3c2fceb0ece79a87fdcda509cea23bf7d30b MANIFEST
-SHA1 d56191ecb780024e0bbbf54b3caefdffd41d9dce META.yml
-SHA1 0a0077af88f536db6e02f3413c9aacbdf68458a3 Makefile.PL
-SHA1 b7857391631974c5306489a84c86b59c1c24a66c README
-SHA1 b66f24c145e4ff94f78cd47a5c8a86a92e38f7fb dist.ini
-SHA1 afbbb21123cfbf69463b7ec8e4b9d5d25f8c31bf lib/Probe/Perl.pm
+SHA1 faf65b1e783dddccbb7ef73aa82e68985ce5f160 META.yml
+SHA1 da50a9bb42da213550bfe5a1f28303fd9b6cb8df Makefile.PL
+SHA1 023f084d8895c8c27bdd9efd0dfb5605199d3766 README
+SHA1 3621c42c03a067ef7d95b4ed681792e6ca9ff2b8 dist.ini
+SHA1 a3c8dda4d1320361911c2dc62e4c307ddb7b21eb lib/Probe/Perl.pm
 SHA1 fa45d6e6ab1cd421349dea4ef527bfd5cdc8a09e t/author-critic.t
 SHA1 3e24f0b5778bc026ffc9d12b30f69aceb25c988d t/basic.t
 -BEGIN PGP SIGNATURE-
 Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
 Comment: GPGTools - 

commit perl-Test-FailWarnings for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-FailWarnings for 
openSUSE:Factory checked in at 2013-10-06 14:56:12

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


Package is perl-Test-FailWarnings

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-FailWarnings/perl-Test-FailWarnings.changes
2013-09-27 17:57:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-FailWarnings.new/perl-Test-FailWarnings.changes
   2013-10-06 14:56:13.0 +0200
@@ -1,0 +2,10 @@
+Fri Oct  4 09:15:17 UTC 2013 - co...@suse.com
+
+- updated to 0.008
+[FIXES]
+- Compile test could hang on Windows
+
+[PREREQS]
+- Dropped configure_requires for ExtUtils::MakeMaker to 6.17
+
+---

Old:

  Test-FailWarnings-0.007.tar.gz

New:

  Test-FailWarnings-0.008.tar.gz



Other differences:
--
++ perl-Test-FailWarnings.spec ++
--- /var/tmp/diff_new_pack.lLkR5A/_old  2013-10-06 14:56:14.0 +0200
+++ /var/tmp/diff_new_pack.lLkR5A/_new  2013-10-06 14:56:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-FailWarnings
-Version:0.007
+Version:0.008
 Release:0
 %define cpan_name Test-FailWarnings
 Summary:Add test failures if warnings are caught
@@ -31,13 +31,17 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Capture::Tiny) = 0.12
 BuildRequires:  perl(Test::More) = 0.96
+#BuildRequires: perl(Noisy)
+#BuildRequires: perl(Pod::Wordlist)
+#BuildRequires: perl(Test::FailWarnings)
+#BuildRequires: perl(Test::Spelling) = 0.12
 Requires:   perl(Test::More) = 0.86
 %{perl_requires}
 
 %description
 This module hooks '$SIG{__WARN__}' and converts warnings to the Test::More
-manpage's 'fail()' calls. It is designed to be used with 'done_testing',
-when you don't need to know the test count in advance.
+manpage 'fail()' calls. It is designed to be used with 'done_testing', when
+you don't need to know the test count in advance.
 
 Just as with the Test::NoWarnings manpage, this does not catch warnings if
 other things localize '$SIG{__WARN__}', as this is designed to catch
@@ -60,6 +64,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE perlcritic.rc README tidyall.ini
+%doc Changes CONTRIBUTING cpanfile LICENSE perlcritic.rc README tidyall.ini
 
 %changelog

++ Test-FailWarnings-0.007.tar.gz - Test-FailWarnings-0.008.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-FailWarnings-0.007/CONTRIBUTING 
new/Test-FailWarnings-0.008/CONTRIBUTING
--- old/Test-FailWarnings-0.007/CONTRIBUTING2013-08-30 15:53:50.0 
+0200
+++ new/Test-FailWarnings-0.008/CONTRIBUTING2013-09-25 20:08:51.0 
+0200
@@ -1,4 +1,4 @@
-CONTRIBUTING
+## HOW TO CONTRIBUTE
 
 Thank you for considering contributing to this distribution.  This file
 contains instructions that will help you work with the source code.
@@ -7,44 +7,64 @@
 usual files you might expect are not in the repository, but are generated
 at release time (e.g. Makefile.PL).
 
-However, you can run tests directly using the 'prove' tool:
+### Getting dependencies
 
-  $ prove -l
-  $ prove -lv t/some_test_file.t
+See the included `cpanfile` file for a list of dependencies.  If you have
+App::cpanminus 1.6 or later installed, you can use `cpanm` to satisfy
+dependencies like this:
 
-For most distributions, 'prove' is entirely sufficent for you to test any
+$ cpanm --installdeps .
+
+Otherwise, you can install Module::CPANfile 1.0002 or later and then satisfy
+dependencies with the regular `cpan` client and `cpanfile-dump`:
+
+$ cpan `cpanfile-dump`
+
+### Running tests
+
+You can run tests directly using the `prove` tool:
+
+$ prove -l
+$ prove -lv t/some_test_file.t
+
+For most distributions, `prove` is entirely sufficent for you to test any
 patches you have.
 
-You may need to satisfy some dependencies.  See the included META.json
-file for a list.  If you install App::mymeta_requires from CPAN, it's easy
-to satisfy any that you are missing by piping the output to your favorite
-CPAN client:
+### Code style and tidying
+
+Please try to match any existing coding style.  If there is a `.perltidyrc`
+file, please install Perl::Tidy and use perltidy before submitting patches.
+
+If there is a `tidyall.ini` file, you can also install Code::TidyAll and run
+`tidyall` on a file or `tidyall -a` to tidy all files.
 
-  $ mymeta-requires | cpanm
-  $ cpan `mymeta-requires`
+### Patching documentation
 
-Likewise, much of the documentation Pod is generated at 

commit perl-Router-Simple for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Router-Simple for 
openSUSE:Factory checked in at 2013-10-06 14:56:08

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


Package is perl-Router-Simple

Changes:

--- /work/SRC/openSUSE:Factory/perl-Router-Simple/perl-Router-Simple.changes
2013-06-21 13:37:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Router-Simple.new/perl-Router-Simple.changes   
2013-10-06 14:56:09.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  4 09:13:25 UTC 2013 - co...@suse.com
+
+- updated to 0.15
+- minil migrate.  (tokuhirom)
+- typo fix (David Steinbrunner)
+
+---

Old:

  Router-Simple-0.14.tar.gz

New:

  Router-Simple-0.15.tar.gz



Other differences:
--
++ perl-Router-Simple.spec ++
--- /var/tmp/diff_new_pack.npf7a5/_old  2013-10-06 14:56:10.0 +0200
+++ /var/tmp/diff_new_pack.npf7a5/_new  2013-10-06 14:56:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Router-Simple
-Version:0.14
+Version:0.15
 Release:0
 %define cpan_name Router-Simple
 Summary:Simple HTTP router
@@ -29,16 +29,13 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(CPAN::Meta)
+BuildRequires:  perl(CPAN::Meta::Prereqs)
 BuildRequires:  perl(Class::Accessor::Lite) = 0.05
 BuildRequires:  perl(Module::Build) = 0.38
 BuildRequires:  perl(Test::More) = 0.98
 BuildRequires:  perl(parent)
-#BuildRequires: perl(Router::Simple)
-#BuildRequires: perl(Router::Simple::Declare)
-#BuildRequires: perl(Router::Simple::Route)
-#BuildRequires: perl(Router::Simple::SubMapper)
 Requires:   perl(Class::Accessor::Lite) = 0.05
-Requires:   perl(Test::More) = 0.88
 Requires:   perl(parent)
 %{perl_requires}
 
@@ -66,6 +63,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README xt
+%doc Changes cpanfile LICENSE minil.toml README.md
 
 %changelog

++ Router-Simple-0.14.tar.gz - Router-Simple-0.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Router-Simple-0.14/Build.PL 
new/Router-Simple-0.15/Build.PL
--- old/Router-Simple-0.14/Build.PL 2012-12-06 02:24:33.0 +0100
+++ new/Router-Simple-0.15/Build.PL 2013-09-29 04:29:29.0 +0200
@@ -1,28 +1,70 @@
+# =
+# THIS FILE IS AUTOMATICALLY GENERATED BY MINILLA.
+# DO NOT EDIT DIRECTLY.
+# =
+
+use 5.008_001;
+
 use strict;
-use warnings FATAL = 'all';
+use warnings;
+use utf8;
+
 use Module::Build;
+use File::Basename;
+use File::Spec;
+use CPAN::Meta;
+use CPAN::Meta::Prereqs;
 
-my $build = Module::Build-new(
+my %args = (
 license  = 'perl',
-author   = 'Tokuhiro Matsuno',
-recursive_test_files = 1,
 dynamic_config   = 0,
-build_requires   = { 'Test::More' = '0.98' },
-configure_requires   = { 'Module::Build' = '0.38' },
-requires = {
-'perl'  = '5.00800',
-'Test::More'= '0.88',
-'List::Util'= '0',
-'parent'= '0',
-'Class::Accessor::Lite' = '0.05'
+
+configure_requires = {
+'Module::Build' = 0.38,
 },
-no_index= { 'directory' = [ 'inc', 't', 'xt' ] },
-name= 'Router-Simple',
-module_name = 'Router::Simple',
 
-test_files = ( -d '.git' || $ENV{RELEASE_TESTING} ) ? 't/ xt/' : 't/',
+name= 'Router-Simple',
+module_name = 'Router::Simple',
+allow_pureperl = 0,
+
+script_files = [glob('script/*'), glob('bin/*')],
+c_source = [qw()],
+PL_files = {},
+
+test_files   = ((-d '.git' || $ENV{RELEASE_TESTING})  -d 'xt') 
? 't/ xt/' : 't/',
+recursive_test_files = 1,
+);
+if (-d 'share') {
+$args{share_dir} = 'share';
+}
+
+my $builder = Module::Build-subclass(
+class = 'MyBuilder',
+code = q{
+sub ACTION_distmeta {
+die Do not run distmeta. Install Minilla and `minil install` 
instead.\n;
+}
+sub ACTION_installdeps {
+die Do not run installdeps. Run `cpanm --installdeps .` 
instead.\n;
+}
+}
+)-new(%args);
+$builder-create_build_script();
 
-create_readme  = 1,
-create_license = 1,
+my $mbmeta = CPAN::Meta-load_file('MYMETA.json');
+my $meta = CPAN::Meta-load_file('META.json');
+my $prereqs_hash = CPAN::Meta::Prereqs-new(
+   

commit rubygem-atomic for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-atomic for openSUSE:Factory 
checked in at 2013-10-06 14:56:44

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


Package is rubygem-atomic

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-atomic/rubygem-atomic.changes
2013-08-04 23:52:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-atomic.new/rubygem-atomic.changes   
2013-10-06 14:56:45.0 +0200
@@ -1,0 +2,10 @@
+Fri Sep 13 11:06:22 UTC 2013 - co...@suse.com
+
+- updated to version 1.1.14, no changelog
+
+---
+Mon Aug 26 05:05:52 UTC 2013 - co...@suse.com
+
+- updated to version 1.1.13, no changelog
+
+---

Old:

  atomic-1.1.12.gem

New:

  atomic-1.1.14.gem



Other differences:
--
++ rubygem-atomic.spec ++
--- /var/tmp/diff_new_pack.H5WPPN/_old  2013-10-06 14:56:47.0 +0200
+++ /var/tmp/diff_new_pack.H5WPPN/_new  2013-10-06 14:56:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-atomic
-Version:1.1.12
+Version:1.1.14
 Release:0
 %define mod_name atomic
 %define mod_full_name %{mod_name}-%{version}

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



commit perl-XML-SemanticDiff for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-SemanticDiff for 
openSUSE:Factory checked in at 2013-10-06 14:56:27

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


Package is perl-XML-SemanticDiff

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-XML-SemanticDiff/perl-XML-SemanticDiff.changes  
2011-12-25 17:39:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-SemanticDiff.new/perl-XML-SemanticDiff.changes
 2013-10-06 14:56:29.0 +0200
@@ -1,0 +2,9 @@
+Fri Oct  4 09:14:21 UTC 2013 - co...@suse.com
+
+- updated to 1.0002
+ - Convert Changes (this file) to CPAN::Changes.
+ - Fix https://rt.cpan.org/Ticket/Display.html?id=87903
+ - Case problem with repository in Build.PL.
+ - Remove trailing space.
+
+---

Old:

  XML-SemanticDiff-1..tar.gz

New:

  XML-SemanticDiff-1.0002.tar.gz



Other differences:
--
++ perl-XML-SemanticDiff.spec ++
--- /var/tmp/diff_new_pack.sechUO/_old  2013-10-06 14:56:29.0 +0200
+++ /var/tmp/diff_new_pack.sechUO/_new  2013-10-06 14:56:29.0 +0200
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
 #
 # spec file for package perl-XML-SemanticDiff
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,58 +14,49 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   perl-XML-SemanticDiff
-Version:1.
+Version:1.0002
 Release:0
-Summary:Perl extension for comparing XML documents
+%define cpan_name XML-SemanticDiff
+Summary:Perl extension for comparing XML documents.
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-SemanticDiff-%{version}.tar.gz
 Url:http://search.cpan.org/dist/XML-SemanticDiff/
+Source: 
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Digest::MD5)
-BuildRequires:  perl(Encode)
-BuildRequires:  perl(Module::Build) = 0.34
+BuildRequires:  perl(Module::Build) = 0.39
 BuildRequires:  perl(XML::Parser)
-Requires:   perl(Digest::MD5)
+#BuildRequires: perl(XML::SemanticDiff)
+#BuildRequires: perl(XML::SemanticDiff::BasicHandler)
 Requires:   perl(XML::Parser)
-Requires:   perl(Encode)
+%{perl_requires}
 
 %description
-XML::SematicDiff provides a way to compare the contents and structure of two
-XML documents. By default, it returns a list of hashrefs where each hashref
-describes a single difference between the two docs.
+XML::SematicDiff provides a way to compare the contents and structure of
+two XML documents. By default, it returns a list of hashrefs where each
+hashref describes a single difference between the two docs.
 
 %prep
-%setup -q -n XML-SemanticDiff-%{version}
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl ./Build.PL
-./Build
-
-%install
-./Build pure_install --destdir %{buildroot} --installdirs vendor
-%perl_process_packlist
+%{__perl} Build.PL installdirs=vendor
+./Build build flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
+%install
+./Build install destdir=%{buildroot} create_packlist=0
+%perl_gen_filelist
 
-%files
-%defattr(-,root,root)
-%doc Changes README
-%dir %{perl_vendorlib}/XML
-%{perl_vendorlib}/XML/SemanticDiff.pm
-%{perl_vendorlib}/XML/SemanticDiff
-%dir %{perl_vendorarch}/auto/XML
-%{perl_vendorarch}/auto/XML/SemanticDiff
-%doc %{perl_man3dir}/XML::SemanticDiff.%{perl_man3ext}%{ext_man}
-%doc %{perl_man3dir}/XML::SemanticDiff::*.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes eg README
 
 %changelog

++ XML-SemanticDiff-1..tar.gz - XML-SemanticDiff-1.0002.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-SemanticDiff-1./Build.PL 
new/XML-SemanticDiff-1.0002/Build.PL
--- old/XML-SemanticDiff-1./Build.PL2009-07-28 10:04:29.0 
+0200
+++ new/XML-SemanticDiff-1.0002/Build.PL2013-08-17 16:03:26.0 
+0200
@@ -8,7 +8,11 @@
 license = 'perl',
 dist_author = 'Kip 

commit perl-YAML-Tiny for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-YAML-Tiny for openSUSE:Factory 
checked in at 2013-10-06 14:56:31

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


Package is perl-YAML-Tiny

Changes:

--- /work/SRC/openSUSE:Factory/perl-YAML-Tiny/perl-YAML-Tiny.changes
2012-05-26 12:59:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-YAML-Tiny.new/perl-YAML-Tiny.changes   
2013-10-06 14:56:32.0 +0200
@@ -1,0 +2,12 @@
+Fri Oct  4 09:11:14 UTC 2013 - co...@suse.com
+
+- updated to 1.56
+   - read_string documentation error fixed (RT#74409, thanks Tim 
Heaney!)
+   - re-release with fixed compile test
+   - again packaging with ExtUtils::MakeMaker
+   - convert to Dist::Zilla
+   - Updated format to conform to CPAN::Changes::Spec
+   - really fixed metadata
+   - updated repository metadata to reflect move to github
+
+---

Old:

  YAML-Tiny-1.51.tar.gz

New:

  YAML-Tiny-1.56.tar.gz



Other differences:
--
++ perl-YAML-Tiny.spec ++
--- /var/tmp/diff_new_pack.1yIVtW/_old  2013-10-06 14:56:32.0 +0200
+++ /var/tmp/diff_new_pack.1yIVtW/_new  2013-10-06 14:56:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-YAML-Tiny
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -17,18 +17,24 @@
 
 
 Name:   perl-YAML-Tiny
-Version:1.51
+Version:1.56
 Release:0
 %define cpan_name YAML-Tiny
 Summary:Read/Write YAML files with as little code as possible
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/YAML-Tiny/
-Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/%{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(Module::Build::Tiny) = 0.027
+BuildRequires:  perl(Test::More) = 0.94
+#BuildRequires: perl(Pod::Wordlist)
+#BuildRequires: perl(Test::Kwalitee)
+#BuildRequires: perl(Test::NoTabs)
+#BuildRequires: perl(Test::Spelling) = 0.12
 #BuildRequires: perl(t::lib::Test)
 #BuildRequires: perl(YAML)
 #BuildRequires: perl(YAML::Perl)
@@ -52,13 +58,13 @@
 said *human-readable* and not *geek-readable*. The sort of files that your
 average manager or secretary should be able to look at and make sense of.
 
-the YAML::Tiny manpage does not generate comments, it won't necesarily
+the YAML::Tiny manpage does not generate comments, it won't necessarily
 preserve the order of your hashes, and it will normalise if reading in and
 writing out again.
 
 It only supports a very basic subset of the full YAML specification.
 
-Usage is targetted at files like Perl's META.yml, for which a small and
+Usage is targeted at files like Perl's META.yml, for which a small and
 easily-embeddable module is extremely attractive.
 
 Features will only be added if they are human readable, and can be written
@@ -68,7 +74,7 @@
 
 If you need something with more power move up to the YAML manpage (4
 megabytes of memory overhead) or the YAML::Syck manpage (275k, but requires
-libsyck and a C compiler).
+_libsyck_ and a C compiler).
 
 To restate, the YAML::Tiny manpage does *not* preserve your comments,
 whitespace, or the order of your YAML data. But it should round-trip from
@@ -79,19 +85,18 @@
 find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE MYMETA.json README
+%doc Changes LICENSE README
 
 %changelog

++ YAML-Tiny-1.51.tar.gz - YAML-Tiny-1.56.tar.gz ++
 8436 lines of diff (skipped)

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



commit rubygem-bunny for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bunny for openSUSE:Factory 
checked in at 2013-10-06 14:57:14

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


Package is rubygem-bunny

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bunny/rubygem-bunny.changes  
2013-09-27 18:06:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bunny.new/rubygem-bunny.changes 
2013-10-06 14:57:15.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct  4 07:17:59 UTC 2013 - co...@suse.com
+
+- updated to version 0.10.8, no changelog
+
+---

Old:

  bunny-0.10.7.gem

New:

  bunny-0.10.8.gem



Other differences:
--
++ rubygem-bunny.spec ++
--- /var/tmp/diff_new_pack.f0Snzj/_old  2013-10-06 14:57:16.0 +0200
+++ /var/tmp/diff_new_pack.f0Snzj/_new  2013-10-06 14:57:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-bunny
-Version:0.10.7
+Version:0.10.8
 Release:0
 %define mod_name bunny
 %define mod_full_name %{mod_name}-%{version}

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



commit perl-Variable-Magic for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Variable-Magic for 
openSUSE:Factory checked in at 2013-10-06 14:56:19

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


Package is perl-Variable-Magic

Changes:

--- /work/SRC/openSUSE:Factory/perl-Variable-Magic/perl-Variable-Magic.changes  
2013-06-13 20:26:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Variable-Magic.new/perl-Variable-Magic.changes 
2013-10-06 14:56:21.0 +0200
@@ -1,0 +2,11 @@
+Fri Oct  4 09:13:37 UTC 2013 - co...@suse.com
+
+- updated to 0.53
+This is a maintenance release. The code contains no functional change.
+Satisfied users of version 0.52 can skip this update.
++ Fix : [RT #86338] : typo fix.
+Thanks dsteinbrun...@pobox.com for the patch.
++ Tst : Author tests are no longer bundled with this distribution.
+They are only made available to authors in the git repository.
+
+---

Old:

  Variable-Magic-0.52.tar.gz

New:

  Variable-Magic-0.53.tar.gz



Other differences:
--
++ perl-Variable-Magic.spec ++
--- /var/tmp/diff_new_pack.O6qkgh/_old  2013-10-06 14:56:22.0 +0200
+++ /var/tmp/diff_new_pack.O6qkgh/_new  2013-10-06 14:56:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Variable-Magic
-Version:0.52
+Version:0.53
 Release:0
 %define cpan_name Variable-Magic
 Summary:Associate user-defined magic to variables from Perl

++ Variable-Magic-0.52.tar.gz - Variable-Magic-0.53.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Variable-Magic-0.52/Changes 
new/Variable-Magic-0.53/Changes
--- old/Variable-Magic-0.52/Changes 2012-11-05 03:23:31.0 +0100
+++ new/Variable-Magic-0.53/Changes 2013-09-01 19:41:25.0 +0200
@@ -1,5 +1,13 @@
 Revision history for Variable-Magic
 
+0.532013-09-01 17:50 UTC
+This is a maintenance release. The code contains no functional change.
+Satisfied users of version 0.52 can skip this update.
++ Fix : [RT #86338] : typo fix.
+Thanks dsteinbrun...@pobox.com for the patch.
++ Tst : Author tests are no longer bundled with this distribution.
+They are only made available to authors in the git repository.
+
 0.522012-11-05 02:30 UTC
 + Add : The new constant VMG_COMPAT_SCALAR_NOLEN evaluates to true
 when your perl does not call 'len' magic for scalars, which
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Variable-Magic-0.52/MANIFEST 
new/Variable-Magic-0.53/MANIFEST
--- old/Variable-Magic-0.52/MANIFEST2012-08-30 19:29:53.0 +0200
+++ new/Variable-Magic-0.53/MANIFEST2013-08-29 01:18:16.0 +0200
@@ -39,11 +39,6 @@
 t/40-threads.t
 t/41-clone.t
 t/80-leaks.t
-t/91-pod.t
-t/92-pod-coverage.t
-t/93-pod-spelling.t
-t/95-portability-files.t
-t/99-kwalitee.t
 t/lib/VPIT/TestHelpers.pm
 t/lib/Variable/Magic/TestDestroyRequired.pm
 t/lib/Variable/Magic/TestGlobalDestruction.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Variable-Magic-0.52/META.json 
new/Variable-Magic-0.53/META.json
--- old/Variable-Magic-0.52/META.json   2012-11-05 03:23:37.0 +0100
+++ new/Variable-Magic-0.53/META.json   2013-09-01 19:43:04.0 +0200
@@ -4,7 +4,7 @@
   Vincent Pit p...@profvince.com
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120921,
+   generated_by : ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.120921,
license : [
   perl_5
],
@@ -50,7 +50,7 @@
release_status : stable,
resources : {
   bugtracker : {
- web : 
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Variable-Magic;
+ web : http://rt.cpan.org/Dist/Display.html?Name=Variable-Magic;
   },
   homepage : http://search.cpan.org/dist/Variable-Magic/;,
   license : [
@@ -60,5 +60,5 @@
  url : 
http://git.profvince.com/?p=perl%2Fmodules%2FVariable-Magic.git;
   }
},
-   version : 0.52
+   version : 0.53
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Variable-Magic-0.52/META.yml 
new/Variable-Magic-0.53/META.yml
--- old/Variable-Magic-0.52/META.yml2012-11-05 03:23:37.0 +0100
+++ new/Variable-Magic-0.53/META.yml2013-09-01 19:43:04.0 +0200
@@ -14,7 +14,7 @@
   Config: 0
   ExtUtils::MakeMaker: 0
 

commit perl-Test-Fatal for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Fatal for openSUSE:Factory 
checked in at 2013-10-06 14:56:16

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


Package is perl-Test-Fatal

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Fatal/perl-Test-Fatal.changes  
2012-02-20 16:16:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Fatal.new/perl-Test-Fatal.changes 
2013-10-06 14:56:16.0 +0200
@@ -1,0 +2,12 @@
+Fri Oct  4 09:13:58 UTC 2013 - co...@suse.com
+
+- updated to 0.013
+ - rebuild to get a newer compile test that may work on 5.6.x
+ - go back to auto-detecting the required Test::More, reverting the
+   changes made for [rt.cpan.org #62699]
+ - more clearly (and correctly) document the way NOT to use Test::Fatal
+   (thanks, Karen Etheridge!)
+ - try to fix $TODO not working when the user test uses $T::B::Level
+   (thanks, Jesse Luehrs)
+
+---

Old:

  Test-Fatal-0.010.tar.gz

New:

  Test-Fatal-0.013.tar.gz



Other differences:
--
++ perl-Test-Fatal.spec ++
--- /var/tmp/diff_new_pack.ailVV1/_old  2013-10-06 14:56:17.0 +0200
+++ /var/tmp/diff_new_pack.ailVV1/_new  2013-10-06 14:56:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Fatal
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -17,10 +17,10 @@
 
 
 Name:   perl-Test-Fatal
-Version:0.010
+Version:0.013
 Release:0
 %define cpan_name Test-Fatal
-Summary:Incredibly simple helpers for testing code with exceptions
+Summary:incredibly simple helpers for testing code with exceptions
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Fatal/
@@ -29,6 +29,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Test::More) = 0.96
 BuildRequires:  perl(Try::Tiny) = 0.07
 #BuildRequires: perl(Test::Fatal)
 Requires:   perl(Try::Tiny) = 0.07
@@ -58,6 +59,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes examples LICENSE README
 
 %changelog

++ Test-Fatal-0.010.tar.gz - Test-Fatal-0.013.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Fatal-0.010/Changes new/Test-Fatal-0.013/Changes
--- old/Test-Fatal-0.010/Changes2012-02-16 16:28:07.0 +0100
+++ new/Test-Fatal-0.013/Changes2013-09-23 16:31:18.0 +0200
@@ -1,37 +1,51 @@
 Revision history for Test-Fatal
 
+0.013 2013-09-23 10:31:15 America/New_York
+- rebuild to get a newer compile test that may work on 5.6.x
+
+0.012 2013-09-17 22:01:45 Asia/Tokyo
+- go back to auto-detecting the required Test::More, reverting the
+  changes made for [rt.cpan.org #62699]
+
+0.011 2013-09-17 08:48:20 Asia/Tokyo
+- more clearly (and correctly) document the way NOT to use Test::Fatal
+  (thanks, Karen Etheridge!)
+
+- try to fix $TODO not working when the user test uses $T::B::Level
+  (thanks, Jesse Luehrs)
+
 0.010 2012-02-16 10:27:54 America/New_York
-  avoid tickling an overloading bug in perl 5.6 during testing (thanks,
+- avoid tickling an overloading bug in perl 5.6 during testing (thanks,
   Zefram)
 
 0.009 2012-02-09 15:26:11 America/New_York
-  advise against using isnt(exception{...},undef)
+- advise against using isnt(exception{...},undef)
 
 0.008 2011-11-06 21:10:14 America/New_York
-  no changes since 0.007
+- no changes since 0.007
 
 0.007 2011-10-31 23:22:47 America/New_York
-  revert the mistake by which 0.004 allowed blocks after exception as
+- revert the mistake by which 0.004 allowed blocks after exception as
   well as success
 
 0.006 2011-06-01 22:55:10 America/New_York
-  crank back the Test::More and Exporter requirements
+- crank back the Test::More and Exporter requirements
 
-  add lives_ok and dies_ok emulation (thanks, Paul LeoNerd Evans)
+- add lives_ok and dies_ok emulation (thanks, Paul LeoNerd Evans)
 
 0.005 2011-04-26 07:50:48 America/New_York
-  fix the 

commit rubygem-bcrypt-ruby for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bcrypt-ruby for 
openSUSE:Factory checked in at 2013-10-06 14:57:07

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


Package is rubygem-bcrypt-ruby

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bcrypt-ruby/rubygem-bcrypt-ruby.changes  
2013-08-06 07:09:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-bcrypt-ruby.new/rubygem-bcrypt-ruby.changes 
2013-10-06 14:57:08.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug 30 10:00:28 UTC 2013 - co...@suse.com
+
+- updated to version 3.1.2
+  - Add support for Ruby 1.8 and 2.0 (in addition to 1.9) in compiled Windows 
binaries
+  - Add support for 64-bit Windows
+
+---

Old:

  bcrypt-ruby-3.1.1.gem

New:

  bcrypt-ruby-3.1.2.gem



Other differences:
--
++ rubygem-bcrypt-ruby.spec ++
--- /var/tmp/diff_new_pack.DpR9kR/_old  2013-10-06 14:57:09.0 +0200
+++ /var/tmp/diff_new_pack.DpR9kR/_new  2013-10-06 14:57:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-bcrypt-ruby
-Version:3.1.1
+Version:3.1.2
 Release:0
 %define mod_name bcrypt-ruby
 %define mod_full_name %{mod_name}-%{version}

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



commit perl-WWW-Shorten for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-WWW-Shorten for 
openSUSE:Factory checked in at 2013-10-06 14:56:23

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


Package is perl-WWW-Shorten

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Shorten/perl-WWW-Shorten.changes
2012-05-29 14:14:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-WWW-Shorten.new/perl-WWW-Shorten.changes   
2013-10-06 14:56:25.0 +0200
@@ -1,0 +2,38 @@
+Fri Oct  4 09:14:21 UTC 2013 - co...@suse.com
+
+- updated to 3.04
+  Dave Cross d...@dave.org.uk (17):
+   * Finish removing all references to SnipURL.pm.
+   * Bump to version 2.05 for release.
+   * Removed support for shorl.pm (now in WWW::Shorten::Shorl distribution).
+   * Bumped version number. Removed shorl files from MANIFEST.
+   * Added Config::Auto to list of dependencies (it's used by the shorten
+ program). Bumped version for release.
+   * Default to using a service that we currently support.
+   * Added MYMETA.yml to MANIFEST.SKIP.
+   * Be far more intelligent about the code that allows the user to choose
+ which service to use.
+   * Bump version number for release.
+   * Better examples of using bin/shorten
+   * Added a WWW::Shorten::UserAgent object which dies if it receives an HTTP
+ error response.
+   * Added documentation.
+   * Added META.json to MANIFEST.
+   * Licensing clean-up.
+   * Removed prototypes (and the ampersands in the tests that circumvented
+ them)
+   * Bump version number for release.
+   * Moved Pod tests into xt. (Pod coverage currently fails on some files. See
+ https://rt.cpan.org/Ticket/Display.html?id=87634 for details.)
+  
+  Dave Cross d...@angel.mag-sol.com (1):
+   * Removed support for NotLong and OneShortLink (separate distributions to
+ follow soon). Bumper to version 2.06.
+  
+  Dave Cross dave@dacross.(none) (1):
+   * Removed version number so it's picked up from lib/WWW/Shorten.pm
+  
+  yappo ya...@shibuya.pl (1):
+   * shorl.com was change the request method ( POST to GET )
+
+---

Old:

  WWW-Shorten-3.03.tar.gz

New:

  WWW-Shorten-3.04.tar.gz



Other differences:
--
++ perl-WWW-Shorten.spec ++
--- /var/tmp/diff_new_pack.0OSgH0/_old  2013-10-06 14:56:26.0 +0200
+++ /var/tmp/diff_new_pack.0OSgH0/_new  2013-10-06 14:56:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-WWW-Shorten
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-WWW-Shorten
-Version:3.03
+Version:3.04
 Release:0
 %define cpan_name WWW-Shorten
 Summary:Interface to URL shortening sites.
@@ -32,7 +32,7 @@
 BuildRequires:  perl(Config::Auto)
 BuildRequires:  perl(LWP) = 5.75
 BuildRequires:  perl(LWP::UserAgent) = 2.023
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build) = 0.4000
 BuildRequires:  perl(URI) = 1.27
 #BuildRequires: perl(WWW::Shorten)
 #BuildRequires: perl(WWW::Shorten::_dead)
@@ -66,6 +66,7 @@
 ./Build build flags=%{?_smp_mflags}
 
 %check
+# MANUAL
 # needs network ./Build test
 
 %install
@@ -74,6 +75,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Artistic AUTHORS ChangeLog.SPOON Changes CREDITS LICENCE README TODO
+%doc Artistic AUTHORS ChangeLog.SPOON Changes CREDITS LICENCE README TODO xt
 
 %changelog

++ WWW-Shorten-3.03.tar.gz - WWW-Shorten-3.04.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Shorten-3.03/Changes new/WWW-Shorten-3.04/Changes
--- old/WWW-Shorten-3.03/Changes2012-04-06 18:44:00.0 +0200
+++ new/WWW-Shorten-3.04/Changes2013-08-22 12:32:15.0 +0200
@@ -1,323 +1,226 @@
-2012-04-06  Dave Cross d...@dave.org.uk
+2013-08-22 Dave Cross d...@dave.org.uk - RELEASE_3.04
+
 
-  * Artistic, Build.PL, COPYING, LICENCE, MANIFEST, lib/WWW/Shorten.pm,
-  lib/WWW/Shorten/UserAgent.pm: Licensing clean-up.
+ Dave Cross d...@dave.org.uk (17):
+  * Finish removing all references to SnipURL.pm.
+  * Bump to version 2.05 for release.
+  * Removed support for shorl.pm (now in WWW::Shorten::Shorl distribution).
+  * Bumped version number. Removed shorl files from MANIFEST.
+  * Added Config::Auto to list of dependencies (it's used by the shorten
+

commit rubygem-coderay for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-coderay for openSUSE:Factory 
checked in at 2013-10-06 14:57:49

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


Package is rubygem-coderay

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-coderay/rubygem-coderay.changes  
2013-03-14 15:36:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-coderay.new/rubygem-coderay.changes 
2013-10-06 14:57:50.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep  3 08:10:13 UTC 2013 - co...@suse.com
+
+- updated to version 1.1.0, no changelog
+
+---

Old:

  coderay-1.0.9.gem

New:

  coderay-1.1.0.gem



Other differences:
--
++ rubygem-coderay.spec ++
--- /var/tmp/diff_new_pack.olIvC4/_old  2013-10-06 14:57:50.0 +0200
+++ /var/tmp/diff_new_pack.olIvC4/_new  2013-10-06 14:57:50.0 +0200
@@ -17,21 +17,25 @@
 
 
 Name:   rubygem-coderay
-Version:1.0.9
+Version:1.1.0
 Release:0
 %define mod_name coderay
 %define mod_full_name %{mod_name}-%{version}
+%define mod_branch -%{version}
+%define mod_weight 10100
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Requires:   ruby = 1.8.6
 BuildRequires:  ruby-devel = 1.8.6
+BuildRequires:  update-alternatives
 BuildRequires:  rubygem(rdoc)  3.10
 Url:http://coderay.rubychan.de
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Fast syntax highlighting for selected languages
 License:MIT
 Group:  Development/Languages/Ruby
+PreReq: update-alternatives
 
 %description
 Fast and easy syntax highlighting for selected languages, written in Ruby.
@@ -63,10 +67,25 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+mv %{buildroot}%{_bindir}/coderay{,%{mod_branch}}
+touch %{buildroot}%{_sysconfdir}/alternatives/coderay
+ln -s %{_sysconfdir}/alternatives/coderay %{buildroot}%{_bindir}/coderay
+
+%post
+/usr/sbin/update-alternatives --install \
+%{_bindir}/coderay coderay %{_bindir}/coderay%{mod_branch} %{mod_weight}
+
+%preun
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove coderay 
%{_bindir}/coderay%{mod_branch}
+fi
 
 %files
 %defattr(-,root,root,-)
+%{_bindir}/coderay%{mod_branch}
 %{_bindir}/coderay
+%ghost %{_sysconfdir}/alternatives/coderay
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

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



commit rubygem-devise-i18n for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-devise-i18n for 
openSUSE:Factory checked in at 2013-10-06 14:58:12

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


Package is rubygem-devise-i18n

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-devise-i18n/rubygem-devise-i18n.changes  
2013-07-25 15:25:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-devise-i18n.new/rubygem-devise-i18n.changes 
2013-10-06 14:58:14.0 +0200
@@ -1,0 +2,10 @@
+Fri Oct  4 07:18:00 UTC 2013 - co...@suse.com
+
+- updated to version 0.9.1, see changelog of devise
+
+---
+Mon Aug 26 05:05:51 UTC 2013 - co...@suse.com
+
+- updated to version 0.9.0, see changelog of devise
+
+---

Old:

  devise-i18n-0.8.6.gem

New:

  devise-i18n-0.9.1.gem



Other differences:
--
++ rubygem-devise-i18n.spec ++
--- /var/tmp/diff_new_pack.NOyQtR/_old  2013-10-06 14:58:15.0 +0200
+++ /var/tmp/diff_new_pack.NOyQtR/_new  2013-10-06 14:58:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-devise-i18n
-Version:0.8.6
+Version:0.9.1
 Release:0
 %define mod_name devise-i18n
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-devise for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-devise for openSUSE:Factory 
checked in at 2013-10-06 14:58:05

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


Package is rubygem-devise

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-devise/rubygem-devise.changes
2013-09-27 18:06:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-devise.new/rubygem-devise.changes   
2013-10-06 14:58:06.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct  4 07:17:58 UTC 2013 - co...@suse.com
+
+- updated to version 3.1.1
+ * bug fix
+   * Improve default message which asked users to sign in even when they were 
already signed (by @gregates)
+   * Improve error message for when the `config.secret_key` is missing
+
+---

Old:

  devise-3.1.0.gem

New:

  devise-3.1.1.gem



Other differences:
--
++ rubygem-devise.spec ++
--- /var/tmp/diff_new_pack.vo8EUd/_old  2013-10-06 14:58:07.0 +0200
+++ /var/tmp/diff_new_pack.vo8EUd/_new  2013-10-06 14:58:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-devise
-Version:3.1.0
+Version:3.1.1
 Release:0
 %define mod_name devise
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-gettext for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gettext for openSUSE:Factory 
checked in at 2013-10-06 14:58:51

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


Package is rubygem-gettext

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-gettext/rubygem-gettext.changes  
2013-09-27 18:06:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-gettext.new/rubygem-gettext.changes 
2013-10-06 14:58:52.0 +0200
@@ -1,0 +2,15 @@
+Fri Oct  4 07:17:59 UTC 2013 - co...@suse.com
+
+- updated to version 3.0.2
+ ### Improvements
+ 
+   * Added {GetText::PO#empty?}.
+   * Added `:encoding` option to {GetText::POEntry#to_s}.
+   * xgettext: Added `--no-location` option.
+   * xgettext: Added `--sort-output` option.
+   * xgettext: Added `--sort-by-file` option.
+   * xgettext: Added `--sort-by-msgid` option.
+   * xgettext: Added `--width` option.
+   * xgettext: Added `--no-wrap` option.
+
+---

Old:

  gettext-3.0.1.gem

New:

  gettext-3.0.2.gem



Other differences:
--
++ rubygem-gettext.spec ++
--- /var/tmp/diff_new_pack.rxf2wv/_old  2013-10-06 14:58:53.0 +0200
+++ /var/tmp/diff_new_pack.rxf2wv/_new  2013-10-06 14:58:53.0 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   rubygem-gettext
-Version:3.0.1
+Version:3.0.2
 Release:0
 %define mod_name gettext
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 30001
+%define mod_weight 30002
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1

++ gettext-3.0.1.gem - gettext-3.0.2.gem ++
Files /work/SRC/openSUSE:Factory/rubygem-gettext/gettext-3.0.1.gem and 
/work/SRC/openSUSE:Factory/.rubygem-gettext.new/gettext-3.0.2.gem differ

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



commit rubygem-execjs for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-execjs for openSUSE:Factory 
checked in at 2013-10-06 14:58:17

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


Package is rubygem-execjs

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-execjs/rubygem-execjs.changes
2013-09-27 18:06:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-execjs.new/rubygem-execjs.changes   
2013-10-06 14:58:19.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct  4 07:17:57 UTC 2013 - co...@suse.com
+
+- updated to version 2.0.2 - no changelog
+
+---

Old:

  execjs-2.0.1.gem

New:

  execjs-2.0.2.gem



Other differences:
--
++ rubygem-execjs.spec ++
--- /var/tmp/diff_new_pack.Ms2UIM/_old  2013-10-06 14:58:19.0 +0200
+++ /var/tmp/diff_new_pack.Ms2UIM/_new  2013-10-06 14:58:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-execjs
-Version:2.0.1
+Version:2.0.2
 Release:0
 %define mod_name execjs
 %define mod_full_name %{mod_name}-%{version}
@@ -29,7 +29,7 @@
 Summary:Run JavaScript code from Ruby
 License:MIT
 Group:  Development/Languages/Ruby
-# We need at least one JavaScript engine, use Mozilla SpiderMonkey:
+# MANUAL We need at least one JavaScript engine, use Mozilla SpiderMonkey:
 Requires:   nodejs
 
 %description

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



commit rubygem-http_accept_language for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-http_accept_language for 
openSUSE:Factory checked in at 2013-10-06 14:59:05

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


Package is rubygem-http_accept_language

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-http_accept_language/rubygem-http_accept_language.changes
2012-02-14 19:07:45.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-http_accept_language.new/rubygem-http_accept_language.changes
   2013-10-06 14:59:06.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep  7 05:19:57 UTC 2013 - co...@suse.com
+
+- updated to version 2.0.0, no changelog
+
+---

Old:

  http_accept_language-1.0.3.gem

New:

  http_accept_language-2.0.0.gem



Other differences:
--
++ rubygem-http_accept_language.spec ++
--- /var/tmp/diff_new_pack.JW3hIE/_old  2013-10-06 14:59:07.0 +0200
+++ /var/tmp/diff_new_pack.JW3hIE/_new  2013-10-06 14:59:07.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-http_accept_language (Version 1.0.1)
+# spec file for package rubygem-http_accept_language
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,42 +15,68 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:   rubygem-http_accept_language
-Version:1.0.3
+Version:2.0.0
 Release:0
 %define mod_name http_accept_language
-#
-Group:  Development/Languages/Ruby
-License:MIT
-#
+%define mod_full_name %{mod_name}-%{version}
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-#
-Url:https://github.com/openSUSE/http_accept_language
-Source: %{mod_name}-%{version}.gem
-#
-Summary:Parse the HTTP Accept Language Header
+BuildRequires:  ruby-macros = 1
+Url:https://github.com/iain/http_accept_language
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Summary:Find out which locale the user preferes by reading the 
languages
+License:MIT
+Group:  Development/Languages/Ruby
+
 %description
-Find out which locale the user preferes by reading the languages they specified
-in their browser.
+Find out which locale the user preferes by reading the languages they
+specified in their browser
 
-This package is built using the openSUSE fork: 
https://github.com/openSUSE/http_accept_language
+%package doc
+Summary:RDoc documentation for %{mod_name}
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
+
+%description doc
+Documentation generated at gem installation time.
+Usually in RDoc and RI formats.
+
+%package testsuite
+Summary:Test suite for %{mod_name}
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
+
+%description testsuite
+Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
-%install
-%gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%{_docdir}/%{name}
+%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+
+%files doc
+%defattr(-,root,root,-)
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+
+%files testsuite
+%defattr(-,root,root,-)
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
 
 %changelog

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



commit rubygem-gettext_i18n_rails for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gettext_i18n_rails for 
openSUSE:Factory checked in at 2013-10-06 14:58:56

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


Package is rubygem-gettext_i18n_rails

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-gettext_i18n_rails/rubygem-gettext_i18n_rails.changes
2013-09-27 18:06:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-gettext_i18n_rails.new/rubygem-gettext_i18n_rails.changes
   2013-10-06 14:58:57.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct  4 07:17:58 UTC 2013 - co...@suse.com
+
+- updated to version 1.0.0, no changelog
+
+---

Old:

  gettext_i18n_rails-0.10.1.gem

New:

  gettext_i18n_rails-1.0.0.gem



Other differences:
--
++ rubygem-gettext_i18n_rails.spec ++
--- /var/tmp/diff_new_pack.S2Q7Qy/_old  2013-10-06 14:58:57.0 +0200
+++ /var/tmp/diff_new_pack.S2Q7Qy/_new  2013-10-06 14:58:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-gettext_i18n_rails
-Version:0.10.1
+Version:1.0.0
 Release:0
 %define mod_name gettext_i18n_rails
 %define mod_full_name %{mod_name}-%{version}

++ gettext_i18n_rails-0.10.1.gem - gettext_i18n_rails-1.0.0.gem ++
Files 
/work/SRC/openSUSE:Factory/rubygem-gettext_i18n_rails/gettext_i18n_rails-0.10.1.gem
 and 
/work/SRC/openSUSE:Factory/.rubygem-gettext_i18n_rails.new/gettext_i18n_rails-1.0.0.gem
 differ

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



commit rubygem-fast_gettext for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-fast_gettext for 
openSUSE:Factory checked in at 2013-10-06 14:58:37

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


Package is rubygem-fast_gettext

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-fast_gettext/rubygem-fast_gettext.changes
2013-07-25 15:25:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-fast_gettext.new/rubygem-fast_gettext.changes
   2013-10-06 14:58:38.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep  3 08:10:13 UTC 2013 - co...@suse.com
+
+- updated to version 0.8.0, no changelog
+
+---

Old:

  fast_gettext-0.7.1.gem

New:

  fast_gettext-0.8.0.gem



Other differences:
--
++ rubygem-fast_gettext.spec ++
--- /var/tmp/diff_new_pack.WgcSGJ/_old  2013-10-06 14:58:38.0 +0200
+++ /var/tmp/diff_new_pack.WgcSGJ/_new  2013-10-06 14:58:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-fast_gettext
-Version:0.7.1
+Version:0.8.0
 Release:0
 %define mod_name fast_gettext
 %define mod_full_name %{mod_name}-%{version}

++ fast_gettext-0.7.1.gem - fast_gettext-0.8.0.gem ++
Files /work/SRC/openSUSE:Factory/rubygem-fast_gettext/fast_gettext-0.7.1.gem 
and /work/SRC/openSUSE:Factory/.rubygem-fast_gettext.new/fast_gettext-0.8.0.gem 
differ

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



commit rubygem-faraday for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-faraday for openSUSE:Factory 
checked in at 2013-10-06 14:58:30

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


Package is rubygem-faraday

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-faraday/rubygem-faraday.changes  
2013-04-02 20:43:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-faraday.new/rubygem-faraday.changes 
2013-10-06 14:58:31.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 28 15:14:55 UTC 2013 - co...@suse.com
+
+- updated to version 0.8.8, no changelog
+
+---

Old:

  faraday-0.8.7.gem

New:

  faraday-0.8.8.gem



Other differences:
--
++ rubygem-faraday.spec ++
--- /var/tmp/diff_new_pack.zcBo59/_old  2013-10-06 14:58:32.0 +0200
+++ /var/tmp/diff_new_pack.zcBo59/_new  2013-10-06 14:58:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-faraday
-Version:0.8.7
+Version:0.8.8
 Release:0
 %define mod_name faraday
 %define mod_full_name %{mod_name}-%{version}
@@ -59,9 +59,13 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

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



commit rubygem-i18n for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-i18n for openSUSE:Factory 
checked in at 2013-10-06 14:59:22

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


Package is rubygem-i18n

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-i18n/rubygem-i18n.changes
2013-03-11 07:43:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-i18n.new/rubygem-i18n.changes   
2013-10-06 14:59:23.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug 26 05:05:51 UTC 2013 - co...@suse.com
+
+- updated to version 0.6.5, use https:// source
+
+---

Old:

  i18n-0.6.4.gem

New:

  i18n-0.6.5.gem



Other differences:
--
++ rubygem-i18n.spec ++
--- /var/tmp/diff_new_pack.JESyH3/_old  2013-10-06 14:59:23.0 +0200
+++ /var/tmp/diff_new_pack.JESyH3/_new  2013-10-06 14:59:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-i18n
-Version:0.6.4
+Version:0.6.5
 Release:0
 %define mod_name i18n
 %define mod_full_name %{mod_name}-%{version}
@@ -25,10 +25,11 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Url:http://github.com/svenfuchs/i18n
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:New wave Internationalization support for Ruby
 License:MIT and Ruby
 Group:  Development/Languages/Ruby
+# MANUAL License
 
 %description
 New wave Internationalization support for Ruby.
@@ -59,9 +60,12 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

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



commit rubygem-multi_json for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2013-10-06 14:59:44

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


Package is rubygem-multi_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2013-08-23 11:10:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2013-10-06 14:59:45.0 +0200
@@ -1,0 +2,10 @@
+Fri Sep 13 11:06:23 UTC 2013 - co...@suse.com
+
+- updated to version 1.8.0, no changelog 
+
+---
+Mon Aug 26 05:05:52 UTC 2013 - co...@suse.com
+
+- updated to version 1.7.9, no changelog
+
+---

Old:

  multi_json-1.7.8.gem

New:

  multi_json-1.8.0.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.znXkQR/_old  2013-10-06 14:59:46.0 +0200
+++ /var/tmp/diff_new_pack.znXkQR/_new  2013-10-06 14:59:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.7.8
+Version:1.8.0
 Release:0
 %define mod_name multi_json
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-mixlib-config for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mixlib-config for 
openSUSE:Factory checked in at 2013-10-06 14:59:38

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


Package is rubygem-mixlib-config

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-mixlib-config/rubygem-mixlib-config.changes  
2013-04-08 14:55:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mixlib-config.new/rubygem-mixlib-config.changes
 2013-10-06 14:59:39.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct  4 07:17:59 UTC 2013 - co...@suse.com
+
+- updated to version 2.0.0, no changelog
+
+---

Old:

  mixlib-config-1.1.2.gem

New:

  mixlib-config-2.0.0.gem



Other differences:
--
++ rubygem-mixlib-config.spec ++
--- /var/tmp/diff_new_pack.Oe8xml/_old  2013-10-06 14:59:39.0 +0200
+++ /var/tmp/diff_new_pack.Oe8xml/_new  2013-10-06 14:59:39.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-mixlib-config (Version 1.1.0)
+# spec file for package rubygem-mixlib-config
 #
-# Copyright (c) 2010 B1 Systems GmbH, Vohburg, Germany.
+# 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
@@ -12,39 +12,71 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# norootforbuild
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+
 Name:   rubygem-mixlib-config
-Version:1.1.2
+Version:2.0.0
 Release:0
 %define mod_name mixlib-config
-#
-Group:  Development/Languages/Ruby
-License:Apache-2.0
-#
+%define mod_full_name %{mod_name}-%{version}
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-#
+BuildRequires:  ruby-macros = 1
 Url:http://www.opscode.com
-Source: %{mod_name}-%{version}.gem
-#
-Summary:A class based config mixin, similar to the one found in Chef
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Summary:A class based configuration library
+License:Apache-2.0
+Group:  Development/Languages/Ruby
+
 %description
-A class based config mixin, similar to the one found in Chef.
+A class based configuration library
+
+%package doc
+Summary:RDoc documentation for %{mod_name}
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
+
+%description doc
+Documentation generated at gem installation time.
+Usually in RDoc and RI formats.
+
+%package testsuite
+Summary:Test suite for %{mod_name}
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
+
+%description testsuite
+Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
-%install
-%gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%{_docdir}/%{name}
+%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+
+%files doc
+%defattr(-,root,root,-)
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+
+%files testsuite
+%defattr(-,root,root,-)
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
 
 %changelog

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



commit perl-File-Path-Tiny for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Path-Tiny for 
openSUSE:Factory checked in at 2013-10-06 18:37:50

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


Package is perl-File-Path-Tiny

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Path-Tiny/perl-File-Path-Tiny.changes  
2013-06-06 15:06:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-File-Path-Tiny.new/perl-File-Path-Tiny.changes 
2013-10-06 18:37:51.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct  4 09:15:14 UTC 2013 - co...@suse.com
+
+- updated to 0.7
+   - add =encoding to POD due to test failure on certain boxes
+   - add several perl, pkg, and pod tests
+   - add mk_parent()
+
+---

Old:

  File-Path-Tiny-0.5.tar.gz

New:

  File-Path-Tiny-0.7.tar.gz



Other differences:
--
++ perl-File-Path-Tiny.spec ++
--- /var/tmp/diff_new_pack.CQsGk6/_old  2013-10-06 18:37:52.0 +0200
+++ /var/tmp/diff_new_pack.CQsGk6/_new  2013-10-06 18:37:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-File-Path-Tiny
-Version:0.5
+Version:0.7
 Release:0
 %define cpan_name File-Path-Tiny
 Summary:recursive versions of mkdir() and rmdir() without as much 
overhead as Fi[cut]
@@ -51,9 +51,9 @@
   Backwards compatibility brings in a lot of code and logic that we don't
   need from here on out.
 
-* * chdir's
+* * chdir()s
 
-  It does a ton of chdir's which could leave you somewhere you're not
+  It does a ton of chdir()s which could leave you somewhere you're not
   planning on being and requires much more overhead to do.
 
 * * can croak not allowing you to detect and handle failure
@@ -74,7 +74,7 @@
   manpage
 
 * * According to its POD, removing a tree is apparently not safe unless you
-  tell it to be with the 'safe' or 'keep_root' attributes.
+  tell it to be with the ‘safe’ or 'keep_root' attributes.
 
   Seems like that should just happen, I don't want to worry about
   accidentally removing / when I pass it /tmp

++ File-Path-Tiny-0.5.tar.gz - File-Path-Tiny-0.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Path-Tiny-0.5/Changes 
new/File-Path-Tiny-0.7/Changes
--- old/File-Path-Tiny-0.5/Changes  2012-09-06 14:46:50.0 +0200
+++ new/File-Path-Tiny-0.7/Changes  2013-09-27 01:51:18.0 +0200
@@ -1,20 +1,27 @@
 Revision history for File-Path-Tiny
 
-0.5  Thu Sep  6 07:38:06 2012
+0.7  2013-09-26 18:46:19
+- add =encoding to POD due to test failure on certain boxes
+- add several perl, pkg, and pod tests
+
+0.6  2013-09-24 05:51:54
+add mk_parent()
+
+0.5  2012-09-06 07:38:06
 rt 79472 (thanks Lachlan!) fix absolute path bug introduced in 0.4
 
-0.4  Mon Sep  3 17:50:41 2012
+0.4  2012-09-03 17:50:41
 rt 79345 (thanks Gian!): Failed to recursively create dir if the first 
part solves to false
 
-0.3   Fri Apr  6 19:39:52 2012
+0.3  2013-04-06 19:39:52
 rt 76061 No LICENSE in META.yml
 rt 68950 break out rm() code into empty() type function, use it in rm()
 
-0.2  Sun Mar 11 16:50:44 2012
+0.2  2012-03-11 16:50:44
 rt 51728 Missing colon in synopsis
 rt 75688 using deprecated for qw() in 00.load.t
 perltidy
 
-0.1  Mon Nov 17 20:09:59 2008
+0.1  2008 -11-17 20:09:59
Initial release.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Path-Tiny-0.5/MANIFEST 
new/File-Path-Tiny-0.7/MANIFEST
--- old/File-Path-Tiny-0.5/MANIFEST 2012-09-04 00:56:45.0 +0200
+++ new/File-Path-Tiny-0.7/MANIFEST 2013-09-27 01:44:41.0 +0200
@@ -6,7 +6,11 @@
 lib/File/Path/Tiny.pod
 t/00.load.t
 t/perlcritic.t
+t/perltidy.t
+t/pkg-changes.t
+t/pkg-readme.t
 t/pod-coverage.t
+t/pod-spelling.t
 t/pod.t
 META.yml Module meta-data (added by MakeMaker)
 META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Path-Tiny-0.5/META.json 
new/File-Path-Tiny-0.7/META.json
--- old/File-Path-Tiny-0.5/META.json2012-09-06 14:47:18.0 +0200
+++ new/File-Path-Tiny-0.7/META.json2013-09-27 01:57:29.0 +0200
@@ -4,7 +4,7 @@
   Daniel Muey http://drmuey.com/cpan_contact.pl
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.112150,
+   generated_by : ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter 
version 2.120921,
license : [
   perl_5
],
@@ -22,20 

commit perl-ExtUtils-PkgConfig for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-ExtUtils-PkgConfig for 
openSUSE:Factory checked in at 2013-10-06 18:37:46

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


Package is perl-ExtUtils-PkgConfig

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-PkgConfig/perl-ExtUtils-PkgConfig.changes
  2013-06-06 15:05:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-PkgConfig.new/perl-ExtUtils-PkgConfig.changes
 2013-10-06 18:37:47.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  4 09:12:05 UTC 2013 - co...@suse.com
+
+- updated to 1.15
+ - Gracefully handle empty fields in pkg-config files.
+
+---

Old:

  ExtUtils-PkgConfig-1.14.tar.gz

New:

  ExtUtils-PkgConfig-1.15.tar.gz



Other differences:
--
++ perl-ExtUtils-PkgConfig.spec ++
--- /var/tmp/diff_new_pack.LvGffo/_old  2013-10-06 18:37:47.0 +0200
+++ /var/tmp/diff_new_pack.LvGffo/_new  2013-10-06 18:37:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-ExtUtils-PkgConfig
-Version:1.14
+Version:1.15
 Release:0
 %define cpan_name ExtUtils-PkgConfig
 Summary:simplistic interface to pkg-config
@@ -29,7 +29,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+# MANUAL
 BuildRequires:  pkgconfig
+Requires:   pkgconfig
 #BuildRequires: perl(ExtUtils::PkgConfig)
 %{perl_requires}
 

++ ExtUtils-PkgConfig-1.14.tar.gz - ExtUtils-PkgConfig-1.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-PkgConfig-1.14/Changes 
new/ExtUtils-PkgConfig-1.15/Changes
--- old/ExtUtils-PkgConfig-1.14/Changes 2013-02-04 04:02:16.0 +0100
+++ new/ExtUtils-PkgConfig-1.15/Changes 2013-09-29 07:14:46.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension ExtUtils::PkgConfig.
 
+1.15  Sat Sep 28 22:14:31 PDT 2013
+- Gracefully handle empty fields in pkg-config files.
+
 1.14  Sun Feb  3 17:51:54 PDT 2013
 - Skip tests for pkg-config binary with the '--max-version' switch on
   OpenBSD 5.2, due to a bug in OpenBSD's implemenation of 'pkg-config'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-PkgConfig-1.14/META.json 
new/ExtUtils-PkgConfig-1.15/META.json
--- old/ExtUtils-PkgConfig-1.14/META.json   2013-02-04 04:03:46.0 
+0100
+++ new/ExtUtils-PkgConfig-1.15/META.json   2013-09-29 07:20:11.0 
+0200
@@ -4,7 +4,7 @@
   gtk2-perl Team gtk-perl-list at gnome dot org
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter 
version 2.112621,
+   generated_by : ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.120921,
license : [
   lgpl_2_1
],
@@ -36,5 +36,5 @@
   },
   x_MailingList : https://mail.gnome.org/mailman/listinfo/gtk-perl-list;
},
-   version : 1.14
+   version : 1.15
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-PkgConfig-1.14/META.yml 
new/ExtUtils-PkgConfig-1.15/META.yml
--- old/ExtUtils-PkgConfig-1.14/META.yml2013-02-04 04:03:46.0 
+0100
+++ new/ExtUtils-PkgConfig-1.15/META.yml2013-09-29 07:20:11.0 
+0200
@@ -4,7 +4,7 @@
   - 'gtk2-perl Team gtk-perl-list at gnome dot org'
 build_requires: {}
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 
2.112621'
+generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 
2.120921'
 license: lgpl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -20,4 +20,4 @@
   license: http://www.gnu.org/licenses/lgpl-2.1.html
   repository: git://git.gnome.org/perl-ExtUtils-PkgConfig
   x_MailingList: https://mail.gnome.org/mailman/listinfo/gtk-perl-list
-version: 1.14
+version: 1.15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-PkgConfig-1.14/lib/ExtUtils/PkgConfig.pm 
new/ExtUtils-PkgConfig-1.15/lib/ExtUtils/PkgConfig.pm
--- old/ExtUtils-PkgConfig-1.14/lib/ExtUtils/PkgConfig.pm   2013-02-04 
03:56:20.0 +0100
+++ new/ExtUtils-PkgConfig-1.15/lib/ExtUtils/PkgConfig.pm   2013-09-29 
07:14:59.0 +0200
@@ -24,7 +24,7 @@
 
 use vars qw/ $VERSION $AUTOLOAD/;
 
-$VERSION = '1.14';
+$VERSION = '1.15';
 
 sub import {
my $class = shift;
@@ -129,7 +129,7 @@
 $data{$what} =~ s/[\015\012]+$//;
croak *** can't find $what for 

  1   2   >