commit yast2-sound for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package yast2-sound for openSUSE:13.1 
checked in at 2013-10-21 12:27:01

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


Package is yast2-sound

Changes:

--- /work/SRC/openSUSE:13.1/yast2-sound/yast2-sound.changes 2013-09-27 
19:43:42.0 +0200
+++ /work/SRC/openSUSE:13.1/.yast2-sound.new/yast2-sound.changes
2013-10-21 12:27:02.0 +0200
@@ -1,0 +2,10 @@
+Thu Oct 17 14:17:11 UTC 2013 - lsle...@suse.cz
+
+- do not crash during sound card removal (bnc#845928)
+  (workaround for Ops.is() not working properly with typed maps
+  and arrays)
+- add deep_copy calls missing because of a Y2R bug (gh#yast/y2r#47)
+  (by dmajda)
+- 3.0.3
+
+---

Old:

  yast2-sound-3.0.2.tar.bz2

New:

  yast2-sound-3.0.3.tar.bz2



Other differences:
--
++ yast2-sound.spec ++
--- /var/tmp/diff_new_pack.rVKBQq/_old  2013-10-21 12:27:02.0 +0200
+++ /var/tmp/diff_new_pack.rVKBQq/_new  2013-10-21 12:27:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-sound
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,60 +17,32 @@
 
 
 Name:   yast2-sound
-Version:3.0.2
+Version:3.0.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-sound-%{version}.tar.bz2
 
-BuildRequires:  alsa-devel
-BuildRequires:  doxygen
-BuildRequires:  gcc-c++
-BuildRequires:  kernel-default
-BuildRequires:  libtool
-BuildRequires:  perl-XML-Writer
-BuildRequires:  ruby
-BuildRequires:  update-desktop-files
-BuildRequires:  yast2
-BuildRequires:  yast2-core-devel
-BuildRequires:  yast2-devtools
-BuildRequires:  yast2-testsuite
+
+Group: System/YaST
+License: GPL-2.0+
+BuildRequires: alsa-devel gcc-c++ doxygen perl-XML-Writer update-desktop-files 
yast2 yast2-core-devel yast2-devtools yast2-testsuite kernel-default ruby 
libtool
 
 # GetInstArgs::automatic_configuration
 # Wizard::SetDesktopTitleAndIcon
-Requires:   alsa
 Requires:   yast2 = 2.21.22
+Requires:  alsa
 
-Provides:   yast2-agent-audio
-Provides:   yast2-agent-audio-devel
-Provides:   yast2-config-sound
-Obsoletes:  yast2-agent-audio
-Obsoletes:  yast2-agent-audio-devel
-Obsoletes:  yast2-config-sound
-Provides:   y2c_snd
-Provides:   y2t_snd
-Provides:   y2t_sndd
-Provides:   yast2-trans-sound
-Provides:   yast2-trans-soundd
-Obsoletes:  y2c_snd
-Obsoletes:  y2t_snd
-Obsoletes:  y2t_sndd
-Obsoletes:  yast2-trans-sound
-Obsoletes:  yast2-trans-soundd
-Provides:   y2c_sparc
-Provides:   y2c_sprc
-Provides:   y2d_snd
-Provides:   yast2-db-sound
-Obsoletes:  y2c_sparc
-Obsoletes:  y2c_sprc
-Obsoletes:  y2d_snd
-Obsoletes:  yast2-db-sound
+Provides:  yast2-config-sound yast2-agent-audio yast2-agent-audio-devel
+Obsoletes: yast2-config-sound yast2-agent-audio yast2-agent-audio-devel
+Provides:  yast2-trans-sound yast2-trans-soundd y2c_snd y2t_snd y2t_sndd
+Obsoletes: yast2-trans-sound yast2-trans-soundd y2c_snd y2t_snd y2t_sndd
+Provides:  y2c_sparc y2c_sprc yast2-db-sound y2d_snd
+Obsoletes: y2c_sparc y2c_sprc yast2-db-sound y2d_snd
 
 Requires:   yast2-ruby-bindings = 1.0.0
 
 Summary:YaST2 - Sound Configuration
-License:GPL-2.0+
-Group:  System/YaST
 
 %description
 This package contains the YaST2 component for sound card configuration.
@@ -78,8 +50,8 @@
 
 %package devel-doc
 Requires:   yast2-sound = %version
-Summary:YaST2 - Sound Configuration - Development Documentation
 Group:  System/YaST
+Summary:YaST2 - Sound Configuration - Development Documentation
 
 %description devel-doc
 This package contains development documentation for using the API
@@ -157,4 +129,3 @@
 %doc %{_prefix}/share/doc/packages/yast2-sound/joystick-db.txt
 %doc %{_prefix}/share/doc/packages/yast2-sound/sound_db.md
 
-%changelog

++ yast2-sound-3.0.2.tar.bz2 - yast2-sound-3.0.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sound-3.0.2/Makefile.in 
new/yast2-sound-3.0.3/Makefile.in
--- old/yast2-sound-3.0.2/Makefile.in   2013-09-03 10:42:09.0 +0200
+++ new/yast2-sound-3.0.3/Makefile.in   2013-10-21 11:16:41.0 +0200
@@ -767,7 +767,7 @@
*.zip*) \
  unzip 

commit apparmor for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2013-10-21 12:28:31

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


Package is apparmor

Changes:

--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes2013-10-17 
13:58:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2013-10-21 
12:28:33.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct 20 11:59:28 UTC 2013 - opens...@cboltz.de
+
+- apparmor-profiles-samba4.diff, usr.sbin.winbindd: some more profile
+  updates for samba 4.x (bnc#846054#c5)
+
+---



Other differences:
--


++ apparmor-profiles-samba4.diff ++
--- /var/tmp/diff_new_pack.aPFyn9/_old  2013-10-21 12:28:34.0 +0200
+++ /var/tmp/diff_new_pack.aPFyn9/_new  2013-10-21 12:28:34.0 +0200
@@ -12,10 +12,12 @@
 
 === modified file 'profiles/apparmor.d/usr.sbin.nmbd'
 --- profiles/apparmor.d/usr.sbin.nmbd  2011-08-27 18:50:42 +
-+++ profiles/apparmor.d/usr.sbin.nmbd  2013-10-15 20:36:33 +
-@@ -12,6 +12,7 @@
 profiles/apparmor.d/usr.sbin.nmbd  2013-10-20 11:54:48 +
+@@ -11,7 +11,9 @@
+ 
/usr/sbin/nmbd mr,
  
++  /var/cache/samba/gencache.tdb rwk,
/var/{cache,lib}/samba/browse.dat* rw,
 +  /var/{cache,lib}/samba/gencache.dat rw,
/var/{cache,lib}/samba/wins.dat* rw,

++ usr.sbin.winbindd ++
--- /var/tmp/diff_new_pack.aPFyn9/_old  2013-10-21 12:28:34.0 +0200
+++ /var/tmp/diff_new_pack.aPFyn9/_new  2013-10-21 12:28:34.0 +0200
@@ -11,8 +11,10 @@
   /tmp/.winbindd/ w,
   /usr/lib*/samba/idmap/*.so mr,
   /usr/lib*/samba/nss_info/*.so mr,
+  /usr/lib*/samba/pdb/*.so mr,
   /usr/sbin/winbindd mr,
   /usr/share/samba/codepages/{lowcase,upcase,valid}.dat r,
+  /var/cache/samba/*.tdb rwk,
   /var/cache/samba/netsamlogon_cache.tdb rw,
   /var/lib/samba/account_policy.tdb rwk,
   /var/lib/samba/gencache.tdb rwk,
@@ -28,8 +30,10 @@
   /var/log/samba/cores/winbindd/** rw,
   /var/log/samba/log.wb-* w,
   /var/log/samba/log.winbindd rw,
+  /var/log/samba/log.winbindd-idmap w,
   /{var/,}run/samba/winbindd.pid rwk,
   /{var/,}run/samba/winbindd/ rw,
+  /{var/,}run/samba/winbindd/pipe w,
 
   # Site-specific additions and overrides. See local/README for details.
   #include local/usr.sbin.winbindd

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



commit git for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2013-10-21 12:28:48

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


Package is git

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2013-09-04 16:06:47.0 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2013-10-21 
12:28:49.0 +0200
@@ -1,0 +2,10 @@
+Mon Oct 21 06:45:43 UTC 2013 - dougla...@outlook.com
+
+- updated to version 1.8.4.1
+
+  Bug fixes and a handful of trivial code clean-ups, documentation
+  updates, updates to the test suite, etc.
+  
+  https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.4.1.txt
+
+---

Old:

  git-1.8.4.tar.gz

New:

  git-1.8.4.1.tar.gz



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.Jjheho/_old  2013-10-21 12:28:50.0 +0200
+++ /var/tmp/diff_new_pack.Jjheho/_new  2013-10-21 12:28:50.0 +0200
@@ -20,7 +20,7 @@
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 
 Name:   git
-Version:1.8.4
+Version:1.8.4.1
 Release:0
 Summary:Fast, scalable, distributed revision control system
 License:GPL-2.0

++ git-1.8.4.tar.gz - git-1.8.4.1.tar.gz ++
 6174 lines of diff (skipped)

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



commit gmime for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package gmime for openSUSE:Factory checked 
in at 2013-10-21 12:29:06

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


Package is gmime

Changes:

--- /work/SRC/openSUSE:Factory/gmime/gmime.changes  2013-09-23 
12:20:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.gmime.new/gmime.changes 2013-10-21 
12:29:08.0 +0200
@@ -1,0 +2,10 @@
+Sun Oct 20 13:48:42 UTC 2013 - zai...@opensuse.org
+
+- Update to version 2.6.19:
+  + Custom writer for References headers so that individual msgid
+tokens do not get folded (bgo#709031).
+  + Initialize the mutexes earlier (bgo#708818).
+  + Fixed warnings for glib = 2.35.1.
+  + Minor code/comment cleanup.
+
+---

Old:

  gmime-2.6.18.tar.xz

New:

  gmime-2.6.19.tar.xz



Other differences:
--
++ gmime.spec ++
--- /var/tmp/diff_new_pack.tXi8xg/_old  2013-10-21 12:29:09.0 +0200
+++ /var/tmp/diff_new_pack.tXi8xg/_new  2013-10-21 12:29:09.0 +0200
@@ -19,7 +19,7 @@
 %bcond_without mono
 
 Name:   gmime
-Version:2.6.18
+Version:2.6.19
 Release:0
 Url:http://spruce.sourceforge.net/gmime/
 Summary:MIME Parser and Utility Library

++ gmime-2.6.18.tar.xz - gmime-2.6.19.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gmime-2.6.18/ChangeLog new/gmime-2.6.19/ChangeLog
--- old/gmime-2.6.18/ChangeLog  2013-09-16 01:07:22.0 +0200
+++ new/gmime-2.6.19/ChangeLog  2013-10-19 15:33:20.0 +0200
@@ -1,3 +1,20 @@
+2013-10-19  Jeffrey Stedfast  f...@gnome.org
+
+   * README: Bumped version
+
+   * configure.ac: Bumped version to 2.6.19
+
+2013-09-29  Jeffrey Stedfast  f...@gnome.org
+
+   * gmime/gmime-message.c (write_references): Custom writer for
+   References headers so that individual msgid tokens do not get
+   folded. Fixes bug #709031.
+
+2013-09-26  Jeffrey Stedfast  f...@gnome.org
+
+   * gmime/gmime.c (g_mime_init): Initialize the mutexes
+   earlier. Fixes bug #708818.
+
 2013-09-15  Jeffrey Stedfast  f...@gnome.org
 
* README: Bumped version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gmime-2.6.18/README new/gmime-2.6.19/README
--- old/gmime-2.6.18/README 2013-09-16 01:07:34.0 +0200
+++ new/gmime-2.6.19/README 2013-10-19 15:33:25.0 +0200
@@ -1,4 +1,4 @@
-GMime, version 2.6.18
+GMime, version 2.6.19
by Jeffrey Stedfast f...@gnome.org
 
 
@@ -65,7 +65,7 @@
 LICENSE INFORMATION
 ---
 
-The GMime library is Copyright (C) 2000-2011 Jeffrey Stedfast.
+The GMime library is Copyright (C) 2000-2013 Jeffrey Stedfast.
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gmime-2.6.18/build/vs2008/config-win32.h 
new/gmime-2.6.19/build/vs2008/config-win32.h
--- old/gmime-2.6.18/build/vs2008/config-win32.h2013-09-16 
01:14:24.0 +0200
+++ new/gmime-2.6.19/build/vs2008/config-win32.h2013-10-19 
16:02:17.0 +0200
@@ -5,7 +5,7 @@
 /* #undef ENABLE_WARNINGS */
 
 /* Define to the GMime version */
-#define GMIME_VERSION 2.6.18
+#define GMIME_VERSION 2.6.19
 
 /* Define if libc defines an altzone variable */
 /* #undef HAVE_ALTZONE */
@@ -145,13 +145,13 @@
 #define PACKAGE_NAME gmime
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING gmime 2.6.18
+#define PACKAGE_STRING gmime 2.6.19
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME gmime
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION 2.6.18
+#define PACKAGE_VERSION 2.6.19
 
 /* The size of `off_t', as computed by sizeof. */
 #define SIZEOF_OFF_T 4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gmime-2.6.18/build/vs2010/config-win32.h 
new/gmime-2.6.19/build/vs2010/config-win32.h
--- old/gmime-2.6.18/build/vs2010/config-win32.h2013-09-16 
01:14:24.0 +0200
+++ new/gmime-2.6.19/build/vs2010/config-win32.h2013-10-19 
16:02:17.0 +0200
@@ -5,7 +5,7 @@
 /* #undef ENABLE_WARNINGS */
 
 /* Define to the GMime version */
-#define GMIME_VERSION 2.6.18
+#define GMIME_VERSION 2.6.19
 
 /* Define if libc defines an altzone variable */
 /* #undef HAVE_ALTZONE */
@@ -145,13 +145,13 @@
 #define PACKAGE_NAME gmime
 
 /* 

commit apparmor for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package apparmor for openSUSE:13.1 checked 
in at 2013-10-21 12:28:35

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


Package is apparmor

Changes:

--- /work/SRC/openSUSE:13.1/apparmor/apparmor.changes   2013-10-17 
13:58:42.0 +0200
+++ /work/SRC/openSUSE:13.1/.apparmor.new/apparmor.changes  2013-10-21 
12:28:40.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct 20 11:59:28 UTC 2013 - opens...@cboltz.de
+
+- apparmor-profiles-samba4.diff, usr.sbin.winbindd: some more profile
+  updates for samba 4.x (bnc#846054#c5)
+
+---



Other differences:
--


++ apparmor-profiles-samba4.diff ++
--- /var/tmp/diff_new_pack.3rUuaW/_old  2013-10-21 12:28:41.0 +0200
+++ /var/tmp/diff_new_pack.3rUuaW/_new  2013-10-21 12:28:41.0 +0200
@@ -12,10 +12,12 @@
 
 === modified file 'profiles/apparmor.d/usr.sbin.nmbd'
 --- profiles/apparmor.d/usr.sbin.nmbd  2011-08-27 18:50:42 +
-+++ profiles/apparmor.d/usr.sbin.nmbd  2013-10-15 20:36:33 +
-@@ -12,6 +12,7 @@
 profiles/apparmor.d/usr.sbin.nmbd  2013-10-20 11:54:48 +
+@@ -11,7 +11,9 @@
+ 
/usr/sbin/nmbd mr,
  
++  /var/cache/samba/gencache.tdb rwk,
/var/{cache,lib}/samba/browse.dat* rw,
 +  /var/{cache,lib}/samba/gencache.dat rw,
/var/{cache,lib}/samba/wins.dat* rw,

++ usr.sbin.winbindd ++
--- /var/tmp/diff_new_pack.3rUuaW/_old  2013-10-21 12:28:41.0 +0200
+++ /var/tmp/diff_new_pack.3rUuaW/_new  2013-10-21 12:28:41.0 +0200
@@ -11,8 +11,10 @@
   /tmp/.winbindd/ w,
   /usr/lib*/samba/idmap/*.so mr,
   /usr/lib*/samba/nss_info/*.so mr,
+  /usr/lib*/samba/pdb/*.so mr,
   /usr/sbin/winbindd mr,
   /usr/share/samba/codepages/{lowcase,upcase,valid}.dat r,
+  /var/cache/samba/*.tdb rwk,
   /var/cache/samba/netsamlogon_cache.tdb rw,
   /var/lib/samba/account_policy.tdb rwk,
   /var/lib/samba/gencache.tdb rwk,
@@ -28,8 +30,10 @@
   /var/log/samba/cores/winbindd/** rw,
   /var/log/samba/log.wb-* w,
   /var/log/samba/log.winbindd rw,
+  /var/log/samba/log.winbindd-idmap w,
   /{var/,}run/samba/winbindd.pid rwk,
   /{var/,}run/samba/winbindd/ rw,
+  /{var/,}run/samba/winbindd/pipe w,
 
   # Site-specific additions and overrides. See local/README for details.
   #include local/usr.sbin.winbindd

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



commit gthumb for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package gthumb for openSUSE:Factory checked 
in at 2013-10-21 12:29:20

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


Package is gthumb

Changes:

--- /work/SRC/openSUSE:Factory/gthumb/gthumb.changes2013-09-23 
15:17:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.gthumb.new/gthumb.changes   2013-10-21 
12:29:21.0 +0200
@@ -1,0 +2,16 @@
+Thu Oct 17 01:05:11 UTC 2013 - firebird...@gmail.com
+
+- Update to version 3.2.4:
+  + Fixed error when rotating jpeg images (bgo#709698).
+  + Fixed broken window layout with gtk+ 3.10 (bgo#708800,
+bnc#846626).
+  + Fixed crash when opening the preferences dialog.
+  + Find duplicates: fixed crash when using a predefined directory
+(bgo#706697).
+  + Fixed crash when attempting to play a video under special 
+circumstances (bgo#706343).
+  + Fixed crash when copying or moving files (bgo#705877).
+  + Updated translations.
+- Add pkgconfig(gstreamer-video-1.0) BuildRequires: new dependency.
+
+---

Old:

  gthumb-3.2.3.tar.xz

New:

  gthumb-3.2.4.tar.xz



Other differences:
--
++ gthumb.spec ++
--- /var/tmp/diff_new_pack.4o4Rpd/_old  2013-10-21 12:29:22.0 +0200
+++ /var/tmp/diff_new_pack.4o4Rpd/_new  2013-10-21 12:29:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gthumb
-Version:3.2.3
+Version:3.2.4
 Release:0
 # FIXME: Add libchamplain BuildRequires once the map feature is considered 
stable.
 Summary:An Image Viewer and Browser for GNOME
@@ -47,6 +47,7 @@
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
+BuildRequires:  pkgconfig(gstreamer-video-1.0)
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.4.0
 BuildRequires:  pkgconfig(ice)

++ gthumb-3.2.3.tar.xz - gthumb-3.2.4.tar.xz ++
 14954 lines of diff (skipped)

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



commit kernel-source for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2013-10-21 12:29:25

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


Package is kernel-source

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-cubox.changes   
2013-10-17 17:39:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-cubox.changes  
2013-10-21 12:29:27.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct 18 22:19:21 CEST 2013 - jsl...@suse.cz
+
+- Linux 3.11.6 (bnc#841645).
+- Delete patches.drivers/ALSA-hda-Add-fixup-for-ASUS-N56VZ.
+- commit 9ca6827
+
+---
kernel-debug.changes: same change
kernel-default.changes: same change
kernel-desktop.changes: same change
kernel-docs.changes: same change
kernel-ec2.changes: same change
kernel-exynos.changes: same change
kernel-lpae.changes: same change
kernel-pae.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-trace.changes: same change
kernel-vanilla.changes: same change
kernel-xen.changes: same change



Other differences:
--
++ kernel-cubox.spec ++
--- /var/tmp/diff_new_pack.ixpwhL/_old  2013-10-21 12:29:31.0 +0200
+++ /var/tmp/diff_new_pack.ixpwhL/_new  2013-10-21 12:29:31.0 +0200
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define srcversion 3.11
-%define patchversion 3.11.5
+%define patchversion 3.11.6
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -59,9 +59,9 @@
 
 Name:   kernel-cubox
 Summary:Kernel for SolidRun Cubox
-Version:3.11.5
+Version:3.11.6
 %if 0%{?is_kotd}
-Release:RELEASE.g53efb9c
+Release:RELEASE.g9ca6827
 %else
 Release:0
 %endif

kernel-debug.spec: same change
kernel-default.spec: same change
kernel-desktop.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.ixpwhL/_old  2013-10-21 12:29:31.0 +0200
+++ /var/tmp/diff_new_pack.ixpwhL/_new  2013-10-21 12:29:31.0 +0200
@@ -17,16 +17,16 @@
 
 # norootforbuild
 
-%define patchversion 3.11.5
+%define patchversion 3.11.6
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
 
 Name:   kernel-docs
 Summary:Kernel Documentation
-Version:3.11.5
+Version:3.11.6
 %if 0%{?is_kotd}
-Release:RELEASE.g53efb9c
+Release:RELEASE.g9ca6827
 %else
 Release:0
 %endif

++ kernel-ec2.spec ++
--- /var/tmp/diff_new_pack.ixpwhL/_old  2013-10-21 12:29:31.0 +0200
+++ /var/tmp/diff_new_pack.ixpwhL/_new  2013-10-21 12:29:31.0 +0200
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define srcversion 3.11
-%define patchversion 3.11.5
+%define patchversion 3.11.6
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -59,9 +59,9 @@
 
 Name:   kernel-ec2
 Summary:The Amazon EC2 Xen Kernel
-Version:3.11.5
+Version:3.11.6
 %if 0%{?is_kotd}
-Release:RELEASE.g53efb9c
+Release:RELEASE.g9ca6827
 %else
 Release:0
 %endif

kernel-exynos.spec: same change
kernel-lpae.spec: same change
kernel-pae.spec: same change
++ kernel-source.spec ++
--- /var/tmp/diff_new_pack.ixpwhL/_old  2013-10-21 12:29:31.0 +0200
+++ /var/tmp/diff_new_pack.ixpwhL/_new  2013-10-21 12:29:31.0 +0200
@@ -19,7 +19,7 @@
 # icecream 0
 
 %define srcversion 3.11
-%define patchversion 3.11.5
+%define patchversion 3.11.6
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -29,9 +29,9 @@
 
 Name:   kernel-source
 Summary:The Linux Kernel Sources
-Version:3.11.5
+Version:3.11.6
 %if 0%{?is_kotd}
-Release:RELEASE.g53efb9c
+Release:RELEASE.g9ca6827
 %else
 Release:0
 %endif

++ kernel-syms.spec ++
--- /var/tmp/diff_new_pack.ixpwhL/_old  2013-10-21 12:29:31.0 +0200
+++ /var/tmp/diff_new_pack.ixpwhL/_new  2013-10-21 12:29:31.0 +0200
@@ -23,10 +23,10 @@
 
 Name:   kernel-syms
 Summary:Kernel Symbol Versions (modversions)
-Version:3.11.5
+Version:3.11.6
 %if %using_buildservice
 %if 0%{?is_kotd}
-Release:RELEASE.g53efb9c
+Release:RELEASE.g9ca6827
 %else
 Release:0
 %endif

++ kernel-trace.spec ++
--- /var/tmp/diff_new_pack.ixpwhL/_old  2013-10-21 12:29:31.0 +0200
+++ /var/tmp/diff_new_pack.ixpwhL/_new  2013-10-21 12:29:31.0 +0200
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define srcversion 3.11
-%define patchversion 3.11.5
+%define patchversion 3.11.6
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -59,9 +59,9 @@
 
 Name:   kernel-trace
 Summary:  

commit libxcb for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package libxcb for openSUSE:Factory checked 
in at 2013-10-21 12:30:03

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


Package is libxcb

Changes:

--- /work/SRC/openSUSE:Factory/libxcb/libxcb.changes2013-08-30 
11:42:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.libxcb.new/libxcb.changes   2013-10-21 
12:30:04.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 20 10:56:20 UTC 2013 - jeng...@inai.de
+
+- Split devel documentation into separate package
+
+---



Other differences:
--
++ libxcb.spec ++
--- /var/tmp/diff_new_pack.9awu0h/_old  2013-10-21 12:30:05.0 +0200
+++ /var/tmp/diff_new_pack.9awu0h/_new  2013-10-21 12:30:05.0 +0200
@@ -360,6 +360,19 @@
 This package contains the development headers for the library found
 in %lname.
 
+%package devel-doc
+Summary:Documentation for libxcb
+Group:  Documentation/Man
+BuildArch:  noarch
+
+%description devel-doc
+The X protocol C-language Binding (XCB) is a replacement for Xlib
+featuring a small footprint, latency hiding, direct access to the
+protocol, improved threading support, and extensibility.
+
+This subpackage contains the manual pages and documentation for
+libxcb.
+
 %prep
 %setup -q
 %patch -P 1 -p0
@@ -560,6 +573,9 @@
 %_includedir/xcb
 %_libdir/libxcb*.so
 %_libdir/pkgconfig/xcb*.pc
+
+%files devel-doc
+%defattr(-,root,root)
 %_docdir/%name
 %_mandir/man3/xcb*
 

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



commit libgexiv2 for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package libgexiv2 for openSUSE:Factory 
checked in at 2013-10-21 12:29:54

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


Package is libgexiv2

Changes:

--- /work/SRC/openSUSE:Factory/libgexiv2/libgexiv2.changes  2013-03-26 
12:04:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgexiv2.new/libgexiv2.changes 2013-10-21 
12:29:55.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 20 12:54:13 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.7.0:
+  + Fixed Python date/time getter/setter bindings.
+  + Fixed latitude translation code.
+  + New calls for getting underlying Exiv2 tag types.
+
+---

Old:

  libgexiv2_0.6.1.tar.xz

New:

  libgexiv2-0.7.0.tar.xz



Other differences:
--
++ libgexiv2.spec ++
--- /var/tmp/diff_new_pack.59f7FM/_old  2013-10-21 12:29:56.0 +0200
+++ /var/tmp/diff_new_pack.59f7FM/_new  2013-10-21 12:29:56.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   libgexiv2
-Version:0.6.1
+Version:0.7.0
 Release:0
 Summary:A GObject-based Exiv2 wrapper
 License:GPL-2.0+
 Group:  System/Libraries
 Url:http://yorba.org/shotwell/
-Source: http://yorba.org/download/gexiv2/0.6/%{name}_%{version}.tar.xz
+Source: http://yorba.org/download/gexiv2/0.7/%{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig(exiv2)

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



commit openstack-neutron for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package openstack-neutron for 
openSUSE:Factory checked in at 2013-10-21 12:30:23

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


Package is openstack-neutron

Changes:

--- /work/SRC/openSUSE:Factory/openstack-neutron/openstack-neutron.changes  
2013-10-18 19:23:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-neutron.new/openstack-neutron.changes 
2013-10-21 12:30:25.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 18 20:08:31 UTC 2013 - dmuel...@suse.com
+
+- add 0001-Fix-update_device_up-method-of-linuxbridge-plugin.patch 
+
+---

New:

  0001-Fix-update_device_up-method-of-linuxbridge-plugin.patch



Other differences:
--
++ openstack-neutron.spec ++
--- /var/tmp/diff_new_pack.b8tGw0/_old  2013-10-21 12:30:26.0 +0200
+++ /var/tmp/diff_new_pack.b8tGw0/_new  2013-10-21 12:30:26.0 +0200
@@ -33,6 +33,7 @@
 Source3:neutron-sudoers
 Source4:openstack-%{component}-plugin.init
 Source5:sysconfig.neutron
+Patch0: 0001-Fix-update_device_up-method-of-linuxbridge-plugin.patch
 BuildRequires:  crudini
 BuildRequires:  fdupes
 BuildRequires:  openstack-suse-macros
@@ -46,7 +47,7 @@
 Requires:   openstack-suse-sudo
 Requires:   python = 2.6.8
 Requires:   python-neutron = %{version}
-Requires:   python-oslo.config = 1.2.0a3
+Requires:   python-oslo.config = 1.2.0
 Provides:   openstack-quantum = 2013.2.0
 Obsoletes:  openstack-quantum  2013.2.0
 Requires(pre):  pwdutils
@@ -87,12 +88,12 @@
 Requires:   python-httplib2
 Requires:   python-iso8601 = 0.1.4
 Requires:   python-jsonrpclib
-Requires:   python-keystoneclient = 0.3.0
+Requires:   python-keystoneclient = 0.3.2
 Requires:   python-kombu = 2.4.8
 Requires:   python-netaddr
-Requires:   python-neutronclient = 2.2.3
-Requires:   python-novaclient = 2.12.0
-Requires:   python-oslo.config = 1.2.0a3
+Requires:   python-neutronclient = 2.3.0
+Requires:   python-novaclient = 2.15.0
+Requires:   python-oslo.config = 1.2.0
 Requires:   python-pbr = 0.5.21
 Requires:   python-pyudev
 Requires:   python-requests = 1.1
@@ -259,14 +260,14 @@
 Summary:OpenStack Network - Testsuite
 Group:  Development/Languages/Python
 Requires:   %{name} = %{version}
-Requires:   python-WebTest = 1.3.3
-Requires:   python-cliff = 1.4
+Requires:   python-WebTest = 2.0
+Requires:   python-cliff = 1.4.3
 Requires:   python-configobj
 Requires:   python-coverage = 3.6
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 Requires:   python-discover
 %endif
-Requires:   python-fixtures = 0.3.12
+Requires:   python-fixtures = 0.3.14
 Requires:   python-flake8 = 2.0
 Requires:   python-hacking = 0.5.6
 Requires:   python-mock = 1.0
@@ -285,6 +286,7 @@
 
 %prep
 %setup -q -n neutron-2013.2
+%patch0 -p1
 ## comment me in
 # %xopenstack_cleanup_prep
 

++ 0001-Fix-update_device_up-method-of-linuxbridge-plugin.patch ++
From 11746bbd7b02039ef1b63b3eaafbbdb603e09b52 Mon Sep 17 00:00:00 2001
From: Eugene Nikanorov enikano...@mirantis.com
Date: Fri, 18 Oct 2013 17:23:01 +0400
Subject: [PATCH] Fix update_device_up method of linuxbridge plugin

Change-Id: I97f2f9249b684aa5350b3f0621754543e80bec70
Closes-Bug: #1241602
---
 neutron/plugins/linuxbridge/lb_neutron_plugin.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/neutron/plugins/linuxbridge/lb_neutron_plugin.py 
b/neutron/plugins/linuxbridge/lb_neutron_plugin.py
index 1920d0e..68bfd41 100644
--- a/neutron/plugins/linuxbridge/lb_neutron_plugin.py
+++ b/neutron/plugins/linuxbridge/lb_neutron_plugin.py
@@ -144,7 +144,7 @@ class 
LinuxBridgeRpcCallbacks(dhcp_rpc_base.DhcpRpcCallbackMixin,
 agent_id = kwargs.get('agent_id')
 device = kwargs.get('device')
 host = kwargs.get('host')
-port = self.get_port_from_device.get_port(device)
+port = self.get_port_from_device(device)
 LOG.debug(_(Device %(device)s up on %(agent_id)s),
   {'device': device, 'agent_id': agent_id})
 plugin = manager.NeutronManager.get_plugin()
-- 
1.8.4

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



commit meld for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package meld for openSUSE:Factory checked in 
at 2013-10-21 12:30:12

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


Package is meld

Changes:

--- /work/SRC/openSUSE:Factory/meld/meld.changes2013-09-23 
15:25:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.meld.new/meld.changes   2013-10-21 
12:30:14.0 +0200
@@ -1,0 +2,11 @@
+Sun Oct 20 11:33:25 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.8.2:
+  + Fix regression selecting Subversion 1.6 repositories.
+  + Fix for unicode usernames on Windows; note that this change
+also moves Meld config from the remote to the local app data
+folder.
+  + Add copyright string to appdata file.
+  + Updated translations.
+
+---

Old:

  meld-1.8.1.tar.xz

New:

  meld-1.8.2.tar.xz



Other differences:
--
++ meld.spec ++
--- /var/tmp/diff_new_pack.YdW8pd/_old  2013-10-21 12:30:14.0 +0200
+++ /var/tmp/diff_new_pack.YdW8pd/_new  2013-10-21 12:30:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   meld
-Version:1.8.1
+Version:1.8.2
 Release:0
 Summary:Visual diff and merge tool
 License:GPL-2.0+

++ meld-1.8.1.tar.xz - meld-1.8.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld-1.8.1/NEWS new/meld-1.8.2/NEWS
--- old/meld-1.8.1/NEWS 2013-09-22 00:47:41.0 +0200
+++ new/meld-1.8.2/NEWS 2013-10-17 22:57:02.0 +0200
@@ -1,3 +1,19 @@
+2013-10-18 meld 1.8.2
+=
+
+  Fixes:
+
+* Fix regression selecting Subversion 1.6 repositories (Kai Willadsen)
+* Fix for unicode usernames on Windows; note that this change also moves
+  Meld config from the remote to the local app data folder (Kai Willadsen)
+* Add copyright string to appdata file (Kai Willadsen)
+
+  Translations:
+
+* Fran Diéguez (gl)
+* Matej Urbančič (sl)
+
+
 2013-9-22 meld 1.8.1
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld-1.8.1/data/meld.appdata.xml 
new/meld-1.8.2/data/meld.appdata.xml
--- old/meld-1.8.1/data/meld.appdata.xml2013-09-22 00:47:41.0 
+0200
+++ new/meld-1.8.2/data/meld.appdata.xml2013-10-17 22:57:02.0 
+0200
@@ -1,4 +1,5 @@
 ?xml version=1.0 encoding=UTF-8?
+!-- Copyright 2013 Kai Willadsen kai.willad...@gmail.com --
 application
  id type=desktopmeld.desktop/id
  licenceCC0/licence
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld-1.8.1/meld/meldapp.py 
new/meld-1.8.2/meld/meldapp.py
--- old/meld-1.8.1/meld/meldapp.py  2013-09-22 00:47:41.0 +0200
+++ new/meld-1.8.2/meld/meldapp.py  2013-10-17 22:57:02.0 +0200
@@ -32,7 +32,7 @@
 from . import preferences
 from . import recent
 
-version = 1.8.1
+version = 1.8.2
 
 
 class MeldApp(gobject.GObject):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld-1.8.1/meld/recent.py 
new/meld-1.8.2/meld/recent.py
--- old/meld-1.8.1/meld/recent.py   2013-09-22 00:47:41.0 +0200
+++ new/meld-1.8.2/meld/recent.py   2013-10-17 22:57:02.0 +0200
@@ -28,6 +28,7 @@
 
 import ConfigParser
 import os
+import sys
 import tempfile
 
 from gettext import gettext as _
@@ -48,7 +49,9 @@
 
 class RecentFiles(object):
 
-recent_path = os.path.join(glib.get_user_data_dir(), meld)
+recent_dirname = Meld if sys.platform == win32 else meld
+recent_path = os.path.join(glib.get_user_data_dir(), recent_dirname)
+recent_path = recent_path.decode('utf8')
 recent_suffix = .meldcmp
 
 # Recent data
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld-1.8.1/meld/util/prefs.py 
new/meld-1.8.2/meld/util/prefs.py
--- old/meld-1.8.1/meld/util/prefs.py   2013-09-22 00:47:41.0 +0200
+++ new/meld-1.8.2/meld/util/prefs.py   2013-10-17 22:57:02.0 +0200
@@ -189,7 +189,8 @@
 }
 
 if sys.platform == win32:
-pref_dir = os.path.join(os.getenv(APPDATA), Meld)
+config_dir = glib.get_user_config_dir().decode('utf8')
+pref_dir = os.path.join(config_dir, Meld)
 else:
 pref_dir = os.path.join(glib.get_user_config_dir(), meld)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld-1.8.1/meld/vc/__init__.py 
new/meld-1.8.2/meld/vc/__init__.py
--- old/meld-1.8.1/meld/vc/__init__.py  2013-09-22 00:47:41.0 +0200
+++ 

commit openstack-quickstart for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package openstack-quickstart for 
openSUSE:Factory checked in at 2013-10-21 12:30:34

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


Package is openstack-quickstart

Changes:

--- 
/work/SRC/openSUSE:Factory/openstack-quickstart/openstack-quickstart.changes
2013-09-16 16:23:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-quickstart.new/openstack-quickstart.changes
   2013-10-21 12:30:35.0 +0200
@@ -1,0 +2,23 @@
+Tue Oct  1 12:05:11 UTC 2013 - dmuel...@suse.com
+
+- update to latest git (cc514df):
+  + Set up Keystone V3 endpoint
+
+---
+Mon Sep 30 13:48:27 UTC 2013 - dmuel...@suse.com
+
+- change requires 
+
+---
+Sat Sep 28 00:53:30 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (2c030af):
+  + Use crudini instead of openstack-utils
+
+---
+Mon Sep 23 23:52:19 UTC 2013 - cloud-de...@suse.de
+
+- Update to latest git (a7446e5):
+  + Configure Neutron configuration in Tempest properly
+
+---

Old:

  openstack-quickstart-2013.2+git.1379105044.0e0a541.tar.gz

New:

  openstack-quickstart-2013.2+git.1380614452.cc514df.tar.gz



Other differences:
--
++ openstack-quickstart.spec ++
--- /var/tmp/diff_new_pack.RvbxGQ/_old  2013-10-21 12:30:36.0 +0200
+++ /var/tmp/diff_new_pack.RvbxGQ/_new  2013-10-21 12:30:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openstack-quickstart
-Version:2013.2+git.1379105044.0e0a541
+Version:2013.2+git.1380614452.cc514df
 Release:0
 Summary:OpenStack Quickstart
 License:MIT
@@ -29,7 +29,7 @@
 Suggests:   patterns-OpenStack-compute-node
 Suggests:   patterns-OpenStack-controller
 Suggests:   patterns-OpenStack-network-node
-Requires:   openstack-utils
+Requires:   crudini
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 

++ _service ++
--- /var/tmp/diff_new_pack.RvbxGQ/_old  2013-10-21 12:30:36.0 +0200
+++ /var/tmp/diff_new_pack.RvbxGQ/_new  2013-10-21 12:30:36.0 +0200
@@ -4,7 +4,7 @@
 param name=scmgit/param
 param name=exclude.git/param
 param name=versionformat@PARENT_TAG@+git.%ct.%h/param
-param name=revisionmaster/param
+param name=revisionstable/havana/param
   /service
 
   service name=recompress mode=disabled

++ devstack-master.tar.gz ++
 3851 lines of diff (skipped)

++ openstack-quickstart-2013.2+git.1379105044.0e0a541.tar.gz - 
openstack-quickstart-2013.2+git.1380614452.cc514df.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2013.2+git.1379105044.0e0a541/etc/openstackquickstartrc
 
new/openstack-quickstart-2013.2+git.1380614452.cc514df/etc/openstackquickstartrc
--- 
old/openstack-quickstart-2013.2+git.1379105044.0e0a541/etc/openstackquickstartrc
2013-09-16 02:05:08.0 +0200
+++ 
new/openstack-quickstart-2013.2+git.1380614452.cc514df/etc/openstackquickstartrc
2013-10-21 02:01:24.0 +0200
@@ -15,7 +15,7 @@
 testnet=10.10.134.16/29
 
 # floating ip address, should not be a part of your network
-floatingnet=172.31.0.0/29
+floatingnet=172.31.0.0/24
 
 # this defines which database to use
 #DB=mysql
@@ -23,6 +23,9 @@
 
 SERVICE_TOKEN=999888777666
 
+# Setup Horizon dashboard
+with_horizon=yes
+
 # Setup Tempest ?
 with_tempest=no
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-quickstart-2013.2+git.1379105044.0e0a541/scripts/keystone_data.sh 
new/openstack-quickstart-2013.2+git.1380614452.cc514df/scripts/keystone_data.sh
--- 
old/openstack-quickstart-2013.2+git.1379105044.0e0a541/scripts/keystone_data.sh 
2013-09-16 02:05:08.0 +0200
+++ 
new/openstack-quickstart-2013.2+git.1380614452.cc514df/scripts/keystone_data.sh 
2013-10-21 02:01:24.0 +0200
@@ -70,14 +70,14 @@
 
 
 # Add Roles to Users in Tenants
-keystone user-role-add --user_id $ADMIN_USER --role_id $ADMIN_ROLE --tenant_id 
$ADMIN_TENANT
-keystone user-role-add --user_id $ADMIN_USER --role_id $ADMIN_ROLE --tenant_id 
$DEMO_TENANT
-keystone user-role-add --user_id $DEMO_USER --role_id $ANOTHER_ROLE 
--tenant_id $DEMO_TENANT
+keystone user-role-add --user-id $ADMIN_USER --role-id $ADMIN_ROLE --tenant-id 
$ADMIN_TENANT
+keystone user-role-add --user-id $ADMIN_USER --role-id $ADMIN_ROLE 

commit openstack-swift for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package openstack-swift for openSUSE:Factory 
checked in at 2013-10-21 12:30:42

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


Package is openstack-swift

Changes:

--- /work/SRC/openSUSE:Factory/openstack-swift/openstack-swift.changes  
2013-10-02 13:31:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-swift.new/openstack-swift.changes 
2013-10-21 12:30:43.0 +0200
@@ -0,0 +1,89 @@
+---
+Mon Oct 21 08:25:40 UTC 2013 - dmuel...@suse.com
+
+- Update to 1.10.0 final:
+  * Added support for pooling memcache connections
+  * Added support to replicating handoff partitions first in object
+replication. Can also configure now many remote nodes a storage node
+must talk to before removing a local handoff partition.
+  * Fixed bug where memcache entries would not expire
+  * Much faster calculation for choosing handoff nodes
+  * Added container listing ratelimiting
+  * Fixed issue where the proxy would continue to read from a storage
+server even after a client had disconnected
+  * Added support for headers that are only visible to the owner of a Swift
+account
+  * Fixed ranged GET with If-None-Match
+  * Fixed an issue where rings may not be balanced after initial creation
+  * Fixed internationalization support
+  * Return the correct etag for a static large object on the PUT response
+  * Allow users to extract archives to containers with ACLs set
+  * Fix support for range requests against static large objects
+  * Now logs x-copy-from header in a useful place
+  * Reverted back to old XML output of account and container listings to
+ensure older clients do not break
+  * Account quotas now appropriately handle copy requests
+  * Fix issue with UTF-8 handling in versioned writes
+  * Various other bug fixes and improvements, including support for running
+Swift under Pypy and continuing work to support storage policies
+
+---
+Fri Oct 18 23:27:19 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.10.0.rc1+git.1382138839.79e2a50:
+  + DiskFile API, with reference implementation
+
+
+Thu Oct 17 23:59:22 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.10.0.rc1+git.1382054362.7932545:
+  + Small optimization to container_quotas
+
+
+Thu Oct 17 00:06:33 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.10.0.rc1+git.1381968393.2b639f5:
+  + Fix 500 from account-quota middleware
+
+
+Wed Oct 16 00:17:44 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.10.0.rc1+git.1381882664.b804c72:
+  + return value on memcache client decr call
+  + Removes vim comment
+
+
+Mon Oct 14 07:55:36 UTC 2013 - speili...@suse.com
+
+- Update to version 1.10.0.rc1+git.1381737336.5964082:
+  + Fix default replication options for ring-builder add
+  + Change OpenStack LLC to Foundation
+  + Handle X-Copy-From header in container_quota middleware
+  + Two small account-quota fixes
+  + Fix utf-8 handling in object versions.
+  + Set path_info in sub_slo manifest GET requests
+  + Simplify object path when reporting SLO put errors
+  + Fedora 19 updates
+  + Pool memcache connections
+  + Allow slightly older dnspython (= 1.9.4).
+  + Add note box callouts to SAIO for user changes.
+  + assertEquals is deprecated, use assertEqual
+  + Stop reading from object server when client disconnects.
+  + Remove sphinx build warnings
+  + Fedora 19: need to use /etc/rc.d/rc.local
+  + Fix bad hash_path reference
+  + Revert Refactor common/utils methods to common/ondisk
+  + Don't apply timeout to Pool.get operation (leaks)
+  + Add a Timeout when getting Memcache connections
+  + Correct URL in readme
+  + allow container create even if over account quota
+  + CHANGELOG and AUTHORS updates for 1.10.0 release
+- Set _service to fixed revision (Havana release)
+
+
+Tue Oct  1 23:53:19 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.9.2.186.gfe69cab+git.1380671599.c7a9cb9:
+  + Use created container in unit test
+  + Move location of HTTPException in swift_testing
+

Old:

  swift-master.tar.gz

New:

  swift-1.10.0.tar.gz



Other differences:
--
++ openstack-swift-doc.spec ++
--- 

commit pcsc-lite for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package pcsc-lite for openSUSE:Factory 
checked in at 2013-10-21 12:31:51

Comparing /work/SRC/openSUSE:Factory/pcsc-lite (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-lite.new (New)


Package is pcsc-lite

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-lite/pcsc-lite.changes  2013-10-19 
11:17:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-lite.new/pcsc-lite.changes 2013-10-21 
12:31:52.0 +0200
@@ -1,0 +2,10 @@
+Sun Oct 20 16:38:24 UTC 2013 - w...@rosenauer.org
+
+- Updated to version 1.8.10
+  This version is a bug fix for the version 1.8.9:
+  new symbol log_msg was exported by the client library libpcsclite.so.1.
+  This symbol is NOT part of the WinSCard API and should not be
+  exported. It was a bug and needed to be fixed soon to avoid problems
+  in PC/SC applications (like symbol conflict).
+
+---

Old:

  pcsc-lite-1.8.9.tar.bz2
  pcsc-lite-1.8.9.tar.bz2.asc

New:

  pcsc-lite-1.8.10.tar.bz2
  pcsc-lite-1.8.10.tar.bz2.asc



Other differences:
--
++ pcsc-lite.spec ++
--- /var/tmp/diff_new_pack.f4yj1v/_old  2013-10-21 12:31:53.0 +0200
+++ /var/tmp/diff_new_pack.f4yj1v/_new  2013-10-21 12:31:53.0 +0200
@@ -36,7 +36,7 @@
 %if %suse_version  1220
 BuildRequires:  gpg-offline
 %endif
-Version:1.8.9
+Version:1.8.10
 Release:0
 Requires(pre):  pwdutils
 Url:http://pcsclite.alioth.debian.org/

++ pcsc-lite-1.8.9.tar.bz2 - pcsc-lite-1.8.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pcsc-lite-1.8.9/ChangeLog 
new/pcsc-lite-1.8.10/ChangeLog
--- old/pcsc-lite-1.8.9/ChangeLog   2013-10-16 16:30:58.0 +0200
+++ new/pcsc-lite-1.8.10/ChangeLog  2013-10-19 18:36:30.0 +0200
@@ -1,3 +1,8 @@
+pcsc-lite-1.8.10: Ludovic Rousseau
+19 October 2013
+- do not export the internal log_msg symbol from libpcsclite.so.1
+
+
 pcsc-lite-1.8.9: Ludovic Rousseau
 16 October 2013
 - SCardEndTransaction(): Return an error if is called with no
@@ -43,11 +48,13 @@
   --force-reader-polling, --error, --critical and --color
 - Some other minor improvements and bug corrections
 
+
 pcsc-lite-1.8.8: Ludovic Rousseau
 16 January 2013
 - /etc/reader.conf: handle FRIENDLYNAME with no  delimiters (serial readers)
 - Info.plist: Correctly handle reader names containing  (USB readers)
 
+
 pcsc-lite-1.8.7: Ludovic Rousseau
 28 November 2012
 - Fix a problem when a reader is unplugged (and the reader is still in use)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pcsc-lite-1.8.9/ChangeLog.svn 
new/pcsc-lite-1.8.10/ChangeLog.svn
--- old/pcsc-lite-1.8.9/ChangeLog.svn   2013-10-16 16:31:35.0 +0200
+++ new/pcsc-lite-1.8.10/ChangeLog.svn  2013-10-19 18:40:49.0 +0200
@@ -1,3 +1,31 @@
+2013-10-19  Ludovic Rousseau
+
+   * [r6779] ChangeLog, configure.ac: Release 1.8.10
+   * [r6778] src/pcscdaemon.c: Fix typo in log message
+
+2013-10-18  Ludovic Rousseau
+
+   * [r6775]
+ UnitaryTests/FEATURE_CCID_ESC_COMMAND_Gemalto_features.py:
+ Display the reader name, Pid and Vid
+   * [r6773]
+ UnitaryTests/FEATURE_CCID_ESC_COMMAND_Gemalto_features.py: Update
+ the error message if FEATURE_CCID_ESC_COMMAND is not available
+   * [r6772]
+ UnitaryTests/FEATURE_CCID_ESC_COMMAND_Gemalto_features.py: Add
+ more feature parsing
+
+2013-10-17  Ludovic Rousseau
+
+   * [r6771] src/debug.c: Do not export log_msg() symbol
+ 
+ PCSC_API must be undefined so that log_msg() declaration in
+ PCSC/debuglog.h is not external but internal.
+ 
+ Fix alioth bug [#314494] log_msg should NOT be exported by
+ libpscslite.so.1
+ 
https://alioth.debian.org/tracker/index.php?func=detailaid=314494group_id=30105atid=410085
+
 2013-10-16  Ludovic Rousseau
 
* [r6769] ChangeLog, configure.ac: Release 1.8.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pcsc-lite-1.8.9/Makefile.in 
new/pcsc-lite-1.8.10/Makefile.in
--- old/pcsc-lite-1.8.9/Makefile.in 2013-10-16 16:35:11.0 +0200
+++ new/pcsc-lite-1.8.10/Makefile.in2013-10-19 18:33:22.0 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.13.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -395,8 +395,8 @@
 $(am__aclocal_m4_deps):
 
 config.h: stamp-h1
-   @test -f $@ || rm -f stamp-h1
-   @test -f $@ || $(MAKE) 

commit meld for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package meld for openSUSE:13.1 checked in at 
2013-10-21 12:31:30

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


Package is meld

Changes:

--- /work/SRC/openSUSE:13.1/meld/meld.changes   2013-09-23 15:25:29.0 
+0200
+++ /work/SRC/openSUSE:13.1/.meld.new/meld.changes  2013-10-21 
12:31:31.0 +0200
@@ -1,0 +2,11 @@
+Sun Oct 20 11:33:25 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.8.2:
+  + Fix regression selecting Subversion 1.6 repositories.
+  + Fix for unicode usernames on Windows; note that this change
+also moves Meld config from the remote to the local app data
+folder.
+  + Add copyright string to appdata file.
+  + Updated translations.
+
+---

Old:

  meld-1.8.1.tar.xz

New:

  meld-1.8.2.tar.xz



Other differences:
--
++ meld.spec ++
--- /var/tmp/diff_new_pack.mGNMYs/_old  2013-10-21 12:31:32.0 +0200
+++ /var/tmp/diff_new_pack.mGNMYs/_new  2013-10-21 12:31:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   meld
-Version:1.8.1
+Version:1.8.2
 Release:0
 Summary:Visual diff and merge tool
 License:GPL-2.0+

++ meld-1.8.1.tar.xz - meld-1.8.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld-1.8.1/NEWS new/meld-1.8.2/NEWS
--- old/meld-1.8.1/NEWS 2013-09-22 00:47:41.0 +0200
+++ new/meld-1.8.2/NEWS 2013-10-17 22:57:02.0 +0200
@@ -1,3 +1,19 @@
+2013-10-18 meld 1.8.2
+=
+
+  Fixes:
+
+* Fix regression selecting Subversion 1.6 repositories (Kai Willadsen)
+* Fix for unicode usernames on Windows; note that this change also moves
+  Meld config from the remote to the local app data folder (Kai Willadsen)
+* Add copyright string to appdata file (Kai Willadsen)
+
+  Translations:
+
+* Fran Diéguez (gl)
+* Matej Urbančič (sl)
+
+
 2013-9-22 meld 1.8.1
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld-1.8.1/data/meld.appdata.xml 
new/meld-1.8.2/data/meld.appdata.xml
--- old/meld-1.8.1/data/meld.appdata.xml2013-09-22 00:47:41.0 
+0200
+++ new/meld-1.8.2/data/meld.appdata.xml2013-10-17 22:57:02.0 
+0200
@@ -1,4 +1,5 @@
 ?xml version=1.0 encoding=UTF-8?
+!-- Copyright 2013 Kai Willadsen kai.willad...@gmail.com --
 application
  id type=desktopmeld.desktop/id
  licenceCC0/licence
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld-1.8.1/meld/meldapp.py 
new/meld-1.8.2/meld/meldapp.py
--- old/meld-1.8.1/meld/meldapp.py  2013-09-22 00:47:41.0 +0200
+++ new/meld-1.8.2/meld/meldapp.py  2013-10-17 22:57:02.0 +0200
@@ -32,7 +32,7 @@
 from . import preferences
 from . import recent
 
-version = 1.8.1
+version = 1.8.2
 
 
 class MeldApp(gobject.GObject):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld-1.8.1/meld/recent.py 
new/meld-1.8.2/meld/recent.py
--- old/meld-1.8.1/meld/recent.py   2013-09-22 00:47:41.0 +0200
+++ new/meld-1.8.2/meld/recent.py   2013-10-17 22:57:02.0 +0200
@@ -28,6 +28,7 @@
 
 import ConfigParser
 import os
+import sys
 import tempfile
 
 from gettext import gettext as _
@@ -48,7 +49,9 @@
 
 class RecentFiles(object):
 
-recent_path = os.path.join(glib.get_user_data_dir(), meld)
+recent_dirname = Meld if sys.platform == win32 else meld
+recent_path = os.path.join(glib.get_user_data_dir(), recent_dirname)
+recent_path = recent_path.decode('utf8')
 recent_suffix = .meldcmp
 
 # Recent data
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld-1.8.1/meld/util/prefs.py 
new/meld-1.8.2/meld/util/prefs.py
--- old/meld-1.8.1/meld/util/prefs.py   2013-09-22 00:47:41.0 +0200
+++ new/meld-1.8.2/meld/util/prefs.py   2013-10-17 22:57:02.0 +0200
@@ -189,7 +189,8 @@
 }
 
 if sys.platform == win32:
-pref_dir = os.path.join(os.getenv(APPDATA), Meld)
+config_dir = glib.get_user_config_dir().decode('utf8')
+pref_dir = os.path.join(config_dir, Meld)
 else:
 pref_dir = os.path.join(glib.get_user_config_dir(), meld)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/meld-1.8.1/meld/vc/__init__.py 
new/meld-1.8.2/meld/vc/__init__.py
--- old/meld-1.8.1/meld/vc/__init__.py  2013-09-22 00:47:41.0 +0200
+++ new/meld-1.8.2/meld/vc/__init__.py  

commit openstack-tempest for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package openstack-tempest for 
openSUSE:Factory checked in at 2013-10-21 12:31:40

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


Package is openstack-tempest

Changes:

--- /work/SRC/openSUSE:Factory/openstack-tempest/openstack-tempest.changes  
2013-09-24 07:10:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-tempest.new/openstack-tempest.changes 
2013-10-21 12:31:42.0 +0200
@@ -1,0 +2,156 @@
+Thu Oct 17 15:46:10 UTC 2013 - dmuel...@suse.com
+
+- switch to havana branch and remove upstreamed patch:
+  0001-Do-not-check-for-id-in-the-keystone-output.patch
+
+---
+Thu Oct 17 15:45:15 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.a2013.g8bdb0f7:
+  + add server reset_state tests
+  + Test cases for V3 Project Actions
+  + Add test for admin deleting servers of others
+  + Heat: use first_address instead of first_private_address
+  + Unskip test_tokens and update expected status to 404 from 401
+  + add server delete/unpause tests
+  + TEMPEST_PY26_NOSE_COMPAT in py26 jobs
+  + Handle test_list_servers_by_changes_since without tenant isolation
+  + add server suspend/resume negative tests
+  + _error_in_logs function of driver.py shall check all nodes
+  + Do not check for id in the keystone output
+  + introduces skip_because decorator
+  + Clean up existing instances when not using tenant isolation
+  + Add xml support to the floating ip and router
+  + tempest/config.py parse some sections incorrectly
+  + Fix skip_because decorator
+  + Placeholder log check script to be called by devstack-gate
+  + Add addtional logging and catch exceptions
+  + Cleanup test_list_server_filters setup/teardown
+  + Use predictable instance/volume names in test_volumes_actions
+  + add two negative tests for flavor-access
+  + pass stop_on_error to _has_error_in_logs
+  + remove code duplication in tempest/config.py
+  + Allow _status_timeout to be used for non-nova polling
+  + Initial basic setup of openstack and tempest config file
+  + add volume list tests
+  + Cleanup existing instances in setup for test_list_servers_negative.py
+  + meta should be metadata in rebuild server
+  + Remove unused CONF variable and import statement
+  + add some negative tests for volume updating:
+  + Test for the nova diagnostics API
+  + Add some test_cases for compute-cli
+  + Update lockutils from oslo-incubator
+  + Add some test-cases for cinder cli
+  + Use built in cleanup for servers in test_large_ops
+  + Add security group to large_ops test
+  + add some tests for user api
+  + Add CLI tests for Neutron's metering agent
+  + add a negative test for flavor_extra_specs
+  + Script to filter logs for ERRORs based on whitelist
+  + Add section for negative tests to HACKING.rst
+  + Increase heat's default max_template_size
+  + Accept gzip files in find_stack_traces.py
+  + delete the duplicated variable definition
+  + Rename cli tests from compute to nova
+  + Reduce vm creations in negative tests
+  + Update to latest tox
+  + remove tearDownClass in test_quotas.py
+  + Restores passing additional parameters to nosetest
+  + add more test cases to api/network/security_groups
+  + Add a create_router utility function
+  + Skip get_server_diagnostics test until bug 1240043 is fixed
+  + Split out unit tests as separate tox jobs
+  + skip test_lock_unlock_server
+  + glance image v1 member test cleaup
+  + Adds test_update_all_metadata_field_not_included negative test
+  + add some negative tests for tenant
+  + Orchestration autoscaling improve status polling
+  + Fix to use proper random values
+  + Fixing ImagesOneServerTestXml issue
+  + Skip negative compute quota tests that don't work with Neutron
+  + Move negative action tests to right place
+  + VPNaas vpnservice test cases
+  + Separate negative tests  api/network/security_groups
+
+---
+Wed Oct  2 08:40:11 UTC 2013 - speili...@suse.com
+
+- Update to version 2013.2.a1888.g0432a37:
+  + Add tempest tests for os-aggregate update
+  + Make smoketests working again with Python 2.6/nose
+  + unskipping bug related to test_stamp_pattern.py
+  + Revert unskipping bug related to test_stamp_pattern.py
+  + Explicity specify network for heat slow tests
+  + Update style guide link in HACKING.rst
+- Drop 0001-Make-smoketests-working-again-with-Python-2.6-nose.patch:
+  Merged upstream
+
+---
+Mon Sep 30 17:12:15 UTC 2013 - dmuel...@suse.com
+
+- add 0001-Make-smoketests-working-again-with-Python-2.6-nose.patch 
+- add 

commit perl-NetPacket for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-NetPacket for openSUSE:Factory 
checked in at 2013-10-21 12:32:08

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


Package is perl-NetPacket

Changes:

--- /work/SRC/openSUSE:Factory/perl-NetPacket/perl-NetPacket.changes
2013-10-04 16:00:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-NetPacket.new/perl-NetPacket.changes   
2013-10-21 12:32:09.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct  9 16:30:09 UTC 2013 - sch...@suse.de
+
+- Extend last change for 32-bit big endian
+
+---



Other differences:
--
++ perl-NetPacket-bigendian.patch ++
--- /var/tmp/diff_new_pack.5tPkob/_old  2013-10-21 12:32:09.0 +0200
+++ /var/tmp/diff_new_pack.5tPkob/_new  2013-10-21 12:32:09.0 +0200
@@ -2,7 +2,7 @@
 ===
 --- NetPacket-1.4.1.orig/lib/NetPacket/USBMon.pm
 +++ NetPacket-1.4.1/lib/NetPacket/USBMon.pm
-@@ -65,14 +65,14 @@ sub decode
+@@ -65,18 +65,18 @@ sub decode
  my($id, $type, $xfer_type, $epnum, $devnum, $busnum, $flag_setup,
  $flag_data, $ts_sec, $ts_usec, $status, $length, $len_cap,
  $s, $interval, $start_frame, $xfer_flags, $ndesc, $rest) =
@@ -19,7 +19,13 @@
 +  $ts_sec = unpack ('Q', $ts_sec);
  };
  if ($@) {
-   ($id) = unpack ('LL', $id);
+-  ($id) = unpack ('LL', $id);
+-  ($ts_sec) = unpack ('LL', $ts_sec);
++  ($id) = unpack ('LL', $id);
++  ($ts_sec) = unpack ('LL', $ts_sec);
+ }
+ 
+ my $self = {
 @@ -115,7 +115,7 @@ sub decode
  
  if ($setup-{bmRequestType}  USB_TYPE_VENDOR) {

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



commit python-django_openstack_auth for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package python-django_openstack_auth for 
openSUSE:Factory checked in at 2013-10-21 12:32:16

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


Package is python-django_openstack_auth

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django_openstack_auth/python-django_openstack_auth.changes
2013-09-27 18:01:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django_openstack_auth.new/python-django_openstack_auth.changes
   2013-10-21 12:32:17.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 27 10:24:59 UTC 2013 - speili...@suse.com
+
+- Add python-oslo.config=1.2.0 test requirement
+
+---



Other differences:
--
++ python-django_openstack_auth.spec ++
--- /var/tmp/diff_new_pack.ufon9a/_old  2013-10-21 12:32:17.0 +0200
+++ /var/tmp/diff_new_pack.ufon9a/_new  2013-10-21 12:32:17.0 +0200
@@ -34,6 +34,7 @@
 BuildRequires:  python-keystoneclient
 BuildRequires:  python-mox
 BuildRequires:  python-netaddr
+BuildRequires:  python-oslo.config = 1.2.0
 Requires:   python-django
 Requires:   python-keystoneclient
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit percona-toolkit for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package percona-toolkit for openSUSE:Factory 
checked in at 2013-10-21 12:32:04

Comparing /work/SRC/openSUSE:Factory/percona-toolkit (Old)
 and  /work/SRC/openSUSE:Factory/.percona-toolkit.new (New)


Package is percona-toolkit

Changes:

--- /work/SRC/openSUSE:Factory/percona-toolkit/percona-toolkit.changes  
2013-10-17 20:43:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.percona-toolkit.new/percona-toolkit.changes 
2013-10-21 12:32:05.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 20 14:10:18 UTC 2013 - andreas.stie...@gmx.de
+
+- use re-released 2.2.5 tarball without backup files
+
+---



Other differences:
--
++ percona-toolkit.spec ++
--- /var/tmp/diff_new_pack.LAV7dR/_old  2013-10-21 12:32:05.0 +0200
+++ /var/tmp/diff_new_pack.LAV7dR/_new  2013-10-21 12:32:05.0 +0200
@@ -57,8 +57,6 @@
 
 %prep
 %setup -q
-# remove backup files from tarball
-find -type f -name *.~?~ -exec rm -v {} \;
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor  /dev/null

++ percona-toolkit-2.2.5.tar.gz ++
 376851 lines of diff (skipped)

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



commit qbittorrent for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2013-10-21 12:32:54

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


Package is qbittorrent

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2013-08-04 
23:52:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2013-10-21 12:32:55.0 +0200
@@ -1,0 +2,49 @@
+Sun Oct 13 17:29:27 UTC 2013 - fi...@opensuse.org
+
+- Update to 3.1.0:
+  + FEATURE: Add command line option to daemonize qbittorrent-nox
+  + FEATURE: Add Shutdown qBittorrent button to Web UI
+  + FEATURE: Add setting to copy .torrent files for finished downloads
+  + FEATURE: Add option to start qBittorrent on Windows startup
+  + FEATURE: Add context menu to Web seed list
+  + FEATURE: Add support for tracker tiers / groups to creator
+  + FEATURE: Allow clearing execution and ban logs
+  + FEATURE: Add option to use random port on each startup
+  + FEATURE: Expose the cache expiry to the user
+  + FEATURE: Support Atom feeds
+  + FEATURE: Add save path column
+  + FEATURE: Add µTorrent-compatible Flags column in the peer tab
+  + FEATURE: Load magnet metadata in the background while the Add New
+Torrent Dialog is showing
+  + FEATURE: Allow to enter only an info-hash for download
+  + FEATURE: Bring the Add New Torrent Dialog to the front
+  + BUGFIX: Add confirmation dialog for Force recheck action loses
+  + BUGFIX: Greatly improve RSS manager performance
+  + BUGFIX: Ensure that all columns in the tranferlist have a size  0.
+  + BUGFIX: Don't mark RSS item as read when it failed to download
+  + BUGFIX: Fix ETA calculation when some files are downloaded and marked
+afterwards as 'do not download'
+  + BUGFIX: Make the UI show that PEX/DHT/LSD are actually disabled on
+private torrents
+  + BUGFIX: Scheduler should be much more robust and correct now
+  + BUGFIX: Now qBt won't forget torrent settings after an unclean
+shutdown
+  + BUGFIX: Text boxes in edit dialogs will fit to text width
+  + BUGFIX: Enable edit/rename via F2 or double click in various places
+  + BUGFIX: Allow to edit trackers and copy their urls
+  + BUGFIX: Add Uploaded column to main view
+  + BUGFIX: Calculate ETA for seeding torrents
+  + BUGFIX: Add option to ignore global share ratio limits for created
+torrents
+  + OTHER: Many RSS bugfixes and improvements all over the place
+  + OTHER: Generate translations at configure time to reduce tarball size
+  + OTHER: Make peer tab sortable by ip too
+  + OTHER: Translations moved to Transifex
+https://www.transifex.com/projects/p/qbittorrent/
+  + OTHER: New Translation - Vietnamese 
+  + PERFORMANCE: Impove drawing speed of tranferlist when there are many
+torrents(100)
+  + PERFORMANCE: Impove drawing speed of peers list when there are many
+peers
+
+---

Old:

  qbittorrent-3.0.11.tar.xz

New:

  qbittorrent-3.1.0.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.UEZVCN/_old  2013-10-21 12:32:57.0 +0200
+++ /var/tmp/diff_new_pack.UEZVCN/_new  2013-10-21 12:32:57.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:3.0.11
+Version:3.1.0
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+
@@ -56,8 +56,6 @@
 
 %prep
 %setup -q
-# FIXME remove executable permissions from all files, probably accident with 
preparing 3.0.10 release.
-chmod a-x 
{AUTHORS,Changelog,COPYING,INSTALL,NEWS,README,TODO,doc/qbittorrent-nox.1,doc/qbittorrent.1}
 
 %build
 echo -e \n# openSUSE way optflags\nQMAKE_CFLAGS += 
%{optflags}\nQMAKE_CXXFLAGS += %{optflags}  unixconf.pri

++ qbittorrent-3.0.11.tar.xz - qbittorrent-3.1.0.tar.xz ++
 278947 lines of diff (skipped)

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



commit python-sphinxcontrib-pecanwsme for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package python-sphinxcontrib-pecanwsme for 
openSUSE:Factory checked in at 2013-10-21 12:32:46

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


Package is python-sphinxcontrib-pecanwsme

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-pecanwsme/python-sphinxcontrib-pecanwsme.changes
2013-07-05 15:10:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-pecanwsme.new/python-sphinxcontrib-pecanwsme.changes
   2013-10-21 12:32:47.0 +0200
@@ -1,0 +2,19 @@
+Mon Oct 21 08:15:58 UTC 2013 - dmuel...@suse.com
+
+- update to 0.5:
+  * Add rest verb as prefix for custom_actions
+
+---
+Thu Sep 26 13:32:56 UTC 2013 - dmuel...@suse.com
+
+- update to 0.4:
+  * Remove duplication in RESTControllerDirective
+  * Handle more pecan REST method
+
+---
+Mon Sep 16 12:49:02 UTC 2013 - speili...@suse.com
+
+- Update to version 0.3:
+  + Update pbr usage past the world of d2to1
+
+---

Old:

  sphinxcontrib-pecanwsme-0.2.tar.gz

New:

  sphinxcontrib-pecanwsme-0.5.tar.gz



Other differences:
--
++ python-sphinxcontrib-pecanwsme.spec ++
--- /var/tmp/diff_new_pack.I1mGx2/_old  2013-10-21 12:32:48.0 +0200
+++ /var/tmp/diff_new_pack.I1mGx2/_new  2013-10-21 12:32:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-sphinxcontrib-pecanwsme
-Version:0.2
+Version:0.5
 Release:0
 Summary:Extension to Sphinx for documenting APIs built with Pecan and 
WSME
 License:Apache-2.0

++ sphinxcontrib-pecanwsme-0.2.tar.gz - sphinxcontrib-pecanwsme-0.5.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-pecanwsme-0.2/.gitignore 
new/sphinxcontrib-pecanwsme-0.5/.gitignore
--- old/sphinxcontrib-pecanwsme-0.2/.gitignore  2013-05-14 22:24:08.0 
+0200
+++ new/sphinxcontrib-pecanwsme-0.5/.gitignore  1970-01-01 01:00:00.0 
+0100
@@ -1,39 +0,0 @@
-*.py[cod]
-
-# C extensions
-*.so
-
-# Packages
-*.egg
-*.egg-info
-dist
-build
-eggs
-parts
-bin
-var
-sdist
-develop-eggs
-.installed.cfg
-lib
-lib64
-
-# Installer logs
-pip-log.txt
-
-# Unit test / coverage reports
-.coverage
-.tox
-nosetests.xml
-
-# Translations
-*.mo
-
-# Mr Developer
-.mr.developer.cfg
-.project
-.pydevproject
-
-# Created during packaging
-AUTHORS
-ChangeLog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-pecanwsme-0.2/AUTHORS 
new/sphinxcontrib-pecanwsme-0.5/AUTHORS
--- old/sphinxcontrib-pecanwsme-0.2/AUTHORS 1970-01-01 01:00:00.0 
+0100
+++ new/sphinxcontrib-pecanwsme-0.5/AUTHORS 2013-10-02 14:41:58.0 
+0200
@@ -0,0 +1,4 @@
+Doug Hellmann doug.hellm...@dreamhost.com
+Doug Hellmann doug.hellm...@gmail.com
+Mehdi Abaakouk sil...@sileht.net
+Monty Taylor mord...@inaugust.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-pecanwsme-0.2/ChangeLog 
new/sphinxcontrib-pecanwsme-0.5/ChangeLog
--- old/sphinxcontrib-pecanwsme-0.2/ChangeLog   1970-01-01 01:00:00.0 
+0100
+++ new/sphinxcontrib-pecanwsme-0.5/ChangeLog   2013-10-02 14:41:58.0 
+0200
@@ -0,0 +1,98 @@
+commit d739f25cf684e8d60c81853500bfd69f6bfe39e1
+Author: Doug Hellmann doug.hellm...@gmail.com
+Date:   Wed Oct 2 08:40:22 2013 -0400
+
+add announcement file before tagging release
+
+commit 3530f37352c26869352e1baf0545c58831eab7ff
+Merge: 4dba9ab 0f9e154
+Author: Doug Hellmann doug.hellm...@gmail.com
+Date:   Mon Sep 23 13:35:47 2013 -0700
+
+Merge pull request #5 from enovance/sileht/multiple_method_for_one_verb
+
+Add rest verb as prefix for custom_actions
+
+commit 0f9e15461882262c4c61a4717b74cdb970cb03a5
+Author: Mehdi Abaakouk sil...@sileht.net
+Date:   Thu Sep 19 16:27:47 2013 +0200
+
+Add rest verb as prefix for custom_actions
+
+When a custom action use multiple verb, each verb look for a method
+named VERB_ACTION if it exists otherise it use only the method named
+ACTION.
+
+commit 4dba9abaed488549026b1fba494898ce8ec48198
+Author: Doug Hellmann doug.hellm...@gmail.com
+Date:   Tue Sep 17 11:00:46 2013 -0500
+
+Remove duplication in RESTControllerDirective
+
+Build a list of generators, then chain them together in
+the return value of run().
+
+commit 44300016087fdfe30741651d111dcb3df97d988b
+Merge: a382d6f 9dfbe25

commit tintii for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package tintii for openSUSE:Factory checked 
in at 2013-10-21 12:33:12

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


Package is tintii

Changes:

--- /work/SRC/openSUSE:Factory/tintii/tintii.changes2013-04-26 
12:37:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.tintii.new/tintii.changes   2013-10-21 
12:33:12.0 +0200
@@ -1,0 +2,13 @@
+Sat Oct 19 08:14:10 UTC 2013 - lazy.k...@opensuse.org
+
+- Correct the source URL because of OBS download service issue.
+
+---
+Sun Oct  6 15:29:11 UTC 2013 - lazy.k...@opensuse.org
+
+- Update to 2.8.0.
+  * Added 16 and 32 bits per channel support to plugin.
+  * Window size and position now preserved between launches.
+  * Tweaked default settings, particularly hardness.
+
+---

Old:

  tintii-2.6.1.tar.gz

New:

  tintii-2.8.0.tar.gz



Other differences:
--
++ tintii.spec ++
--- /var/tmp/diff_new_pack.Ioj6SE/_old  2013-10-21 12:33:13.0 +0200
+++ /var/tmp/diff_new_pack.Ioj6SE/_new  2013-10-21 12:33:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tintii
 #
-# 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,18 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define _use_internal_dependency_generator 0
 %define __find_requires %wx_requires
 
 Name:   tintii
-Version:2.6.1
+Version:2.8.0
 Release:0
-License:GPL-2.0
 Summary:Selective Colour Photo Filter
-Url:http://www.indii.org/software/tintii
+License:GPL-2.0
 Group:  Productivity/Graphics/Bitmap Editors
-Source0:
http://www.indii.org/files/tint/releases/%{name}-%{version}.tar.gz
-Source1:http://www.indii.org/images/%{name}_128.png
+Url:http://www.indii.org/software/tintii
+Source0:
http://cdn.indii.org/files/tint/releases/%{name}-%{version}.tar.gz
+Source1:%{name}_128.png
 BuildRequires:  ImageMagick
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
@@ -90,7 +91,7 @@
 %defattr(-,root,root,-)
 %doc COPYING README
 %{_bindir}/%{name}
-%{_datadir}/%{name}
+%{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/*/%{name}.*
 

++ tintii-2.6.1.tar.gz - tintii-2.8.0.tar.gz ++
 16986 lines of diff (skipped)


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



commit xerces-c for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package xerces-c for openSUSE:Factory 
checked in at 2013-10-21 12:35:30

Comparing /work/SRC/openSUSE:Factory/xerces-c (Old)
 and  /work/SRC/openSUSE:Factory/.xerces-c.new (New)


Package is xerces-c

Changes:

--- /work/SRC/openSUSE:Factory/xerces-c/xerces-c.changes2012-04-17 
07:50:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.xerces-c.new/xerces-c.changes   2013-10-21 
12:35:31.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 20 21:38:44 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Disable sse2 instructions on non x86_64 arches, bnc#846539
+
+---



Other differences:
--
++ xerces-c.spec ++
--- /var/tmp/diff_new_pack.NY2IpE/_old  2013-10-21 12:35:31.0 +0200
+++ /var/tmp/diff_new_pack.NY2IpE/_new  2013-10-21 12:35:31.0 +0200
@@ -74,6 +74,9 @@
 
 %build
 %configure \
+%ifnarch x86_64
+--disable-sse2 \
+%endif
 --disable-static
 make %{?_smp_mflags}
 

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



commit libserf for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package libserf for openSUSE:13.1 checked in 
at 2013-10-21 12:35:49

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


Package is libserf

Changes:

--- /work/SRC/openSUSE:13.1/libserf/libserf.changes 2013-09-29 
17:49:11.0 +0200
+++ /work/SRC/openSUSE:13.1/.libserf.new/libserf.changes2013-10-21 
12:35:55.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.6OGqtf/_old  2013-10-21 12:35:55.0 +0200
+++ /var/tmp/diff_new_pack.6OGqtf/_new  2013-10-21 12:35:55.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 yast2-installation for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2013-10-21 12:35:41

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


Package is yast2-installation

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2013-10-14 09:33:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2013-10-21 12:35:42.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct 15 14:15:31 CEST 2013 - loci...@suse.com
+
+- Added support for ignore[d][_]feature[s] (FATE#314982) allowing
+  to skip some unwanted features of the installer
+- 3.1.1
+
+---

Old:

  yast2-installation-3.1.0.tar.bz2

New:

  yast2-installation-3.1.1.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.XrdWhV/_old  2013-10-21 12:35:43.0 +0200
+++ /var/tmp/diff_new_pack.XrdWhV/_new  2013-10-21 12:35:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.1.0
+Version:3.1.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -34,6 +34,7 @@
 
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxslt
+BuildRequires:  rubygem-rspec
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2-core-devel
 BuildRequires:  yast2-devtools = 3.0.6
@@ -216,12 +217,10 @@
 
 %dir %{yast_docdir}
 %{yast_docdir}/COPYING
-%readme %{yast_docdir}/README
 
 %files devel-doc
 %defattr(-,root,root)
 %doc %{yast_docdir}
 %exclude %{yast_docdir}/COPYING
-%exclude %{yast_docdir}/README
 
 %changelog

++ yast2-installation-3.1.0.tar.bz2 - yast2-installation-3.1.1.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.1.0/COPYING 
new/yast2-installation-3.1.1/COPYING
--- old/yast2-installation-3.1.0/COPYING1970-01-01 01:00:00.0 
+0100
+++ new/yast2-installation-3.1.1/COPYING2013-10-18 12:50:05.0 
+0200
@@ -0,0 +1,339 @@
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is 

commit xerces-c for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package xerces-c for openSUSE:13.1 checked 
in at 2013-10-21 12:35:32

Comparing /work/SRC/openSUSE:13.1/xerces-c (Old)
 and  /work/SRC/openSUSE:13.1/.xerces-c.new (New)


Package is xerces-c

Changes:

--- /work/SRC/openSUSE:13.1/xerces-c/xerces-c.changes   2013-09-23 
11:15:23.0 +0200
+++ /work/SRC/openSUSE:13.1/.xerces-c.new/xerces-c.changes  2013-10-21 
12:35:34.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 20 21:38:44 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Disable sse2 instructions on non x86_64 arches, bnc#846539
+
+---



Other differences:
--
++ xerces-c.spec ++
--- /var/tmp/diff_new_pack.3R6vQZ/_old  2013-10-21 12:35:34.0 +0200
+++ /var/tmp/diff_new_pack.3R6vQZ/_new  2013-10-21 12:35:34.0 +0200
@@ -74,6 +74,9 @@
 
 %build
 %configure \
+%ifnarch x86_64
+--disable-sse2 \
+%endif
 --disable-static
 make %{?_smp_mflags}
 

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



commit gthumb for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package gthumb for openSUSE:13.1 checked in 
at 2013-10-21 12:49:08

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


Package is gthumb

Changes:

--- /work/SRC/openSUSE:13.1/gthumb/gthumb.changes   2013-09-23 
15:17:28.0 +0200
+++ /work/SRC/openSUSE:13.1/.gthumb.new/gthumb.changes  2013-10-21 
12:49:14.0 +0200
@@ -1,0 +2,16 @@
+Thu Oct 17 01:05:11 UTC 2013 - firebird...@gmail.com
+
+- Update to version 3.2.4:
+  + Fixed error when rotating jpeg images (bgo#709698).
+  + Fixed broken window layout with gtk+ 3.10 (bgo#708800,
+bnc#846626).
+  + Fixed crash when opening the preferences dialog.
+  + Find duplicates: fixed crash when using a predefined directory
+(bgo#706697).
+  + Fixed crash when attempting to play a video under special 
+circumstances (bgo#706343).
+  + Fixed crash when copying or moving files (bgo#705877).
+  + Updated translations.
+- Add pkgconfig(gstreamer-video-1.0) BuildRequires: new dependency.
+
+---

Old:

  gthumb-3.2.3.tar.xz

New:

  gthumb-3.2.4.tar.xz



Other differences:
--
++ gthumb.spec ++
--- /var/tmp/diff_new_pack.FmRhj2/_old  2013-10-21 12:49:14.0 +0200
+++ /var/tmp/diff_new_pack.FmRhj2/_new  2013-10-21 12:49:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gthumb
-Version:3.2.3
+Version:3.2.4
 Release:0
 # FIXME: Add libchamplain BuildRequires once the map feature is considered 
stable.
 Summary:An Image Viewer and Browser for GNOME
@@ -47,6 +47,7 @@
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
+BuildRequires:  pkgconfig(gstreamer-video-1.0)
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.4.0
 BuildRequires:  pkgconfig(ice)

++ gthumb-3.2.3.tar.xz - gthumb-3.2.4.tar.xz ++
 14954 lines of diff (skipped)

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



commit froxlor for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package froxlor for openSUSE:Factory checked 
in at 2013-10-21 12:55:22

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


Package is froxlor

Changes:

--- /work/SRC/openSUSE:Factory/froxlor/froxlor.changes  2013-10-14 
13:03:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.froxlor.new/froxlor.changes 2013-10-21 
12:55:23.0 +0200
@@ -10 +10 @@
-- upstream upragde to version 0.9.29
+- upstream upragde to version 0.9.29 (bnc#846355)



Other differences:
--
++ froxlor.spec ++
--- /var/tmp/diff_new_pack.wYn5Eg/_old  2013-10-21 12:55:23.0 +0200
+++ /var/tmp/diff_new_pack.wYn5Eg/_new  2013-10-21 12:55:23.0 +0200
@@ -34,7 +34,6 @@
 Summary:Froxlor Server Management Panel a php web-based administration 
software
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Utilities
-
 BuildRequires:  apache2
 Requires:   apache2
 Requires:   apache2-mod_php5

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



commit rubygem-mime-types for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mime-types for 
openSUSE:Factory checked in at 2013-10-21 12:59:08

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


Package is rubygem-mime-types

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mime-types/rubygem-mime-types.changes
2013-05-07 15:44:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mime-types.new/rubygem-mime-types.changes   
2013-10-21 12:59:09.0 +0200
@@ -1,0 +2,53 @@
+Tue Sep  3 08:10:13 UTC 2013 - co...@suse.com
+
+- updated to version 1.25
+ * New Features:
+   * Adding lazy loading and caching functionality to the default data based on
+ work done by Greg Brockman (gdb).
+ * Bugs:
+   * Force the default internal application encoding to be used when reading 
the
+ MIME types database. Based on a change by briangamble, found in the rapid7
+ fork.
+ * New extensions:
+   * mjpeg (video/x-motion-jpeg) based on a change by punkrats, found in the
+ vidibus fork.
+ * Modernized MiniTest configuration.
+
+---
+Mon Aug 26 05:05:24 UTC 2013 - co...@suse.com
+
+- updated to version 1.24
+ * Code Climate:
+   * Working on improving the quality of the mime-types codebase through the 
use
+ of Code Climate. https://codeclimate.com/github/halostatue/mime-types
+   * Simplified MIME::Type.from_array to make more assumptions about 
assignment.
+ * Documentation:
+   * LeoYoung mrleoyo...@gmail.com pointed out that the README.rdoc contained
+ examples that could never possibly work because MIME::Types#[] returns 
(for
+ all the versions I have handy) an array, not a single type. I have updated
+ README.rdoc to reflect this.
+ * Removed Nokogiri as a declared development dependency. It is still required
+   if you're going to use the IANA parser functionality, but it is not 
necessary
+   for most development purposes. This has been removed to ensure that Travis 
CI
+   passes on Ruby 1.8.7.
+ * New MIME Types:
+   * 7zip (application/x-7z-compressed). Fixes a request by kodram.
+ https://github.com/halostatue/mime-types/issues/32
+   * application/x-www-form-urlencoded. Fixes a request by alexkwolfe.
+ https://github.com/halostatue/mime-types/issues/39
+   * Various new MIME types from IANA:
+ * application/mbms-schedule\+xml from 3GPP and Turcotte.
+ * application/provenance\+xml from W3C and Herman.
+ * application/session-info from 3GPP and Firmin.
+ * application/urc-grpsheet\+xml, application/urc-targetdesc\+xml,
+   application/uisocketdesc\+xml from Zimmermann.
+ * application/api\+json from Klabnik.
+ * application/vnd.etsi.pstn\+xml from Han and Belling.
+ * application/vnd.fujixerox.docuworks.container from Tashiro.
+ * application/vnd.windows.devicepairing from Dandawate.
+ * video/vnd.radgamettools.bink and video/vnd.radgamettools.smacker from
+   Andersson.
+ * Updated MIME Types:
+   * RFC 6960 was adopted (application/ocsp-request and 
application/ocsp-response).
+
+---

Old:

  mime-types-1.23.gem

New:

  mime-types-1.25.gem



Other differences:
--
++ rubygem-mime-types.spec ++
--- /var/tmp/diff_new_pack.52KtLR/_old  2013-10-21 12:59:10.0 +0200
+++ /var/tmp/diff_new_pack.52KtLR/_new  2013-10-21 12:59:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-mime-types
-Version:1.23
+Version:1.25
 Release:0
 %define mod_name mime-types
 %define mod_full_name %{mod_name}-%{version}
@@ -28,14 +28,37 @@
 Url:http://mime-types.rubyforge.org/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:This library allows for the identification of a file's likely 
MIME
-License:MIT or (Artistic-1.0 or GPL-1.0+)
+License:MIT and Artistic-2.0 and GPL-2.0
 Group:  Development/Languages/Ruby
 
 %description
 This library allows for the identification of a file's likely MIME content
-type. This is release 1.23 that adds the ability to enumerate over the
-collection of MIME types and updates the sources of a few MIME types. The
-identification of MIME content type is based on a file's filename extensions.
+type. This is release 1.25, adding experimental caching and lazy loading
+functionality.
+The caching and lazy loading features were initially implemented by Greg
+Brockman (gdb). As these features are experimental, they are disabled by
+default and must be enabled through the use of environment variables. The
+cache
+is invalidated on a per-version basis; the 

commit python-sip for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2013-10-21 12:58:50

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


Package is python-sip

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2013-09-11 
18:10:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2013-10-21 12:58:52.0 +0200
@@ -1,0 +2,29 @@
+Sun Oct 20 07:42:07 UTC 2013 - lbeltr...@kde.org
+
+- Use alternatives for /usr/bin/sip to prevent conflicts between
+  Python 3 and Python 2 python-sip-devel packages
+
+---
+Thu Oct 17 12:41:50 UTC 2013 - toddrme2...@gmail.com
+
+- update to v4.15.3. This is a bug fix release for a regression 
+  that affects PyQtChart. 
+
+---
+Thu Sep 19 10:37:30 UTC 2013 - toddrme2...@gmail.com
+
+- update to v4.15.2. This is a minor functional release that will 
+  be needed by PyQt v5.1. It also contains bug fixes needed by 
+  PyKDE4.
+
+---
+Tue Sep 17 13:31:42 UTC 2013 - speili...@suse.com
+
+- Revert sr#79987, moving /usr/bin/sip into python-sip-bin and requiring
+  that in python3-sip-devel (plus split provides) only causes trouble. It will
+  make python3-sip-devel depend forever on Python2 for absolutely no reason.
+  Both python-sip-devel and python3-sip-devel can happily provide /usr/bin/sip
+  since the binary is identical. You can have both installed in parallel and
+  remove either without breaking anything. (bnc#835161)
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2013-09-11 
18:10:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2013-10-21 12:58:52.0 +0200
@@ -1,0 +2,36 @@
+Sun Oct 20 07:42:54 UTC 2013 - lbeltr...@kde.org
+
+- Use alternatives for /usr/bin/sip to prevent conflicts between
+  Python 3 and Python 2 python-sip-devel packages
+
+---
+Thu Oct 17 12:41:50 UTC 2013 - toddrme2...@gmail.com
+
+- update to v4.15.3. This is a bug fix release for a regression 
+  that affects PyQtChart. 
+
+---
+Tue Sep 24 09:42:26 UTC 2013 - toddrme2...@gmail.com
+
+- Fix building on openSUSE 12.2.  The approach is kind of ugly,
+  but it is the only way I can find that works.  Feel free to improve
+  it.
+
+---
+Thu Sep 19 10:37:30 UTC 2013 - toddrme2...@gmail.com
+
+- update to v4.15.2. This is a minor functional release that will 
+  be needed by PyQt v5.1. It also contains bug fixes needed by 
+  PyKDE4.
+
+---
+Tue Sep 17 13:31:52 UTC 2013 - speili...@suse.com
+
+- Revert sr#79987, moving /usr/bin/sip into python-sip-bin and requiring
+  that in python3-sip-devel (plus split provides) only causes trouble. It will
+  make python3-sip-devel depend forever on Python2 for absolutely no reason.
+  Both python-sip-devel and python3-sip-devel can happily provide /usr/bin/sip
+  since the binary is identical. You can have both installed in parallel and
+  remove either without breaking anything. (bnc#835161)
+
+---

Old:

  sip-4.15.1.tar.gz

New:

  sip-4.15.3.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.4XTw2L/_old  2013-10-21 12:58:53.0 +0200
+++ /var/tmp/diff_new_pack.4XTw2L/_new  2013-10-21 12:58:53.0 +0200
@@ -20,7 +20,7 @@
 %define python_sip_api 10.1
 
 Name:   python-sip
-Version:4.15.1
+Version:4.15.3
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP
@@ -50,7 +50,9 @@
 Requires:   %{name} = %{version}
 Requires:   c++_compiler
 Requires:   python-devel
-Requires:   python-sip-bin
+Requires(post):   update-alternatives
+Provides:   python-sip-bin = %{version}
+Obsoletes:  python-sip-bin  %{version}
 
 %description devel
 SIP is a tool that makes it very easy to create Python bindings for C
@@ -61,19 +63,6 @@
 This package contains all the developer tools you need to create your
 own sip bindings.
 
-%package bin
-Summary:SIP tool to create python bindings
-Group:  Development/Libraries/Python
-Provides:   python-sip:/usr/bin/sip

commit rubygem-multi_json for openSUSE:Factory

2013-10-21 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-21 12:59:12

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-10-06 14:59:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2013-10-21 12:59:14.0 +0200
@@ -1,0 +2,7 @@
+Thu Oct 10 14:20:49 UTC 2013 - co...@suse.com
+
+- updated to version 1.8.1
+ * [Raise MultiJson::LoadError on blank 
input](https://github.com/intridea/multi_json/commit/c44f9c928bb25fe672246ad394b3e5b991be32e6)
+ * [Explicitly require json gem code even when constant is 
defined](https://github.com/intridea/multi_json/commit/36f7906c66477eb4b55b7afeaa3684b6db69eff2)
+
+---

Old:

  multi_json-1.8.0.gem

New:

  multi_json-1.8.1.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.XReU7O/_old  2013-10-21 12:59:14.0 +0200
+++ /var/tmp/diff_new_pack.XReU7O/_new  2013-10-21 12:59:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.8.0
+Version:1.8.1
 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-locale for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-locale for openSUSE:Factory 
checked in at 2013-10-21 12:59:02

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


Package is rubygem-locale

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-locale/rubygem-locale.changes
2012-09-23 17:10:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-locale.new/rubygem-locale.changes   
2013-10-21 12:59:03.0 +0200
@@ -1,0 +2,18 @@
+Mon Sep 23 14:53:06 UTC 2013 - co...@suse.com
+
+- updated to version 2.0.9
+  Locale handling fix release.
+  
+  ### Improvements
+  
+* Added license metadata to gem package.
+  [GitHub#1] [Suggested by jordimassaguerpla]
+  
+  ### Fixes
+  
+* Added missing .yardopts file.
+* Fixed a bug that wrong environment value is used.
+  [Debian:#520181][Debian:#690572][GitHub#2]
+  [Reported by Stefano Zacchiroli][Reported by Hleb Valoshka]
+
+---

Old:

  locale-2.0.8.gem

New:

  locale-2.0.9.gem



Other differences:
--
++ rubygem-locale.spec ++
--- /var/tmp/diff_new_pack.2sc1Ic/_old  2013-10-21 12:59:03.0 +0200
+++ /var/tmp/diff_new_pack.2sc1Ic/_new  2013-10-21 12:59:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-locale
 #
-# 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:   rubygem-locale
-Version:2.0.8
+Version:2.0.9
 Release:0
 %define mod_name locale
 %define mod_full_name %{mod_name}-%{version}
@@ -25,9 +25,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Url:https://github.com/ruby-gettext/locale
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Ruby-Locale is the pure ruby library which provides basic APIs 
for
-License:Ruby
+License:Ruby and LGPL-3.0+
 Group:  Development/Languages/Ruby
 
 %description
@@ -60,9 +60,14 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ChangeLog 
%buildroot/%{_docdir}/%{name}/ChangeLog
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
 
 %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-gettext_i18n_rails for openSUSE:Factory

2013-10-21 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-21 12:58:57

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-10-06 14:58:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-gettext_i18n_rails.new/rubygem-gettext_i18n_rails.changes
   2013-10-21 12:58:58.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 10 14:20:47 UTC 2013 - co...@suse.com
+
+- updated to version 1.0.1, no changelog
+
+---

Old:

  gettext_i18n_rails-1.0.0.gem

New:

  gettext_i18n_rails-1.0.1.gem



Other differences:
--
++ rubygem-gettext_i18n_rails.spec ++
--- /var/tmp/diff_new_pack.aaGuQj/_old  2013-10-21 12:58:59.0 +0200
+++ /var/tmp/diff_new_pack.aaGuQj/_new  2013-10-21 12:58:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-gettext_i18n_rails
-Version:1.0.0
+Version:1.0.1
 Release:0
 %define mod_name gettext_i18n_rails
 %define mod_full_name %{mod_name}-%{version}

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

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



commit rubygem-passenger for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-passenger for 
openSUSE:Factory checked in at 2013-10-21 13:01:26

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


Package is rubygem-passenger

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-passenger/rubygem-passenger.changes  
2013-10-06 18:39:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-passenger.new/rubygem-passenger.changes 
2013-10-21 13:01:27.0 +0200
@@ -1,0 +2,22 @@
+Thu Oct 10 14:20:49 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.20
+  * Fixed a bug in Phusion Passenger Standalone's daemon mode. When in daemon
+mode, the Nginx temporary directory was deleted prematurely, causing some
+POST requests to fail. This was a regression that was introduced in 4.0.15
+as part of an optimization.
+  * Fixed compilation problems on Solaris 10 with Sun Studio 12.3.
+  * Improved detection of RVM problems.
+  * It is now possible to log the request method to Union Station.
+  * Introduced a new option, `PassengerLoadShellEnvvars` (Apache) and
+`passenger_load_shell_envvars` (Nginx). This allows enabling or disabling
+the loading of bashrc before spawning the application.
+  * [Enterprise] Fixed a packaging problem which caused the flying-passenger
+executable not to be properly included in the bin path.
+  * [Enterprise] Fixed a race condition which sometimes causes the Flying
+Passenger socket to be deleted after a restart. Fixes issue #939.
+  * [Enterprise] The `byebug` gem is now supported for debugging on Ruby 2.0.
+The byebug gem requires a patch before this works:
+https://github.com/deivid-rodriguez/byebug/pull/29
+
+---

Old:

  passenger-4.0.19.gem

New:

  passenger-4.0.20.gem



Other differences:
--
++ rubygem-passenger.spec ++
--- /var/tmp/diff_new_pack.hni1hN/_old  2013-10-21 13:01:28.0 +0200
+++ /var/tmp/diff_new_pack.hni1hN/_new  2013-10-21 13:01:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-passenger
-Version:4.0.19
+Version:4.0.20
 Release:0
 %define mod_name passenger
 %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-sass for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sass for openSUSE:Factory 
checked in at 2013-10-21 13:04:38

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


Package is rubygem-sass

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sass/rubygem-sass.changes
2013-08-05 20:54:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sass.new/rubygem-sass.changes   
2013-10-21 13:04:39.0 +0200
@@ -1,0 +2,18 @@
+Thu Oct 10 14:20:48 UTC 2013 - co...@suse.com
+
+- updated to version 3.2.12
+   Add a couple missing requires, fixing some load errors, especially when 
using the command-line interface.
+
+   Tune up some heuristics for eliminating redundant generated selectors. This 
will prevent some selector elimination in cases where multi-layered @extend is 
being used and where it seems intuitively like selectors shouldn’t be 
eliminated.
+
+   Fix @extend’s semantics with respect to pseudo-elements. They are no longer 
treated identically to pseudo-classes.
+
+   A more understandable error is now provided when the -E option is passed to 
the Sass command line in ruby 1.8
+
+   Fixed a bug in the output of lists containing unary plus or minus 
operations during sass = scss conversion.
+
+   Avoid the IE7 content: counter bug with content: counters as well.
+
+   Fix some thread-safety issues.
+
+---

Old:

  sass-3.2.10.gem

New:

  sass-3.2.12.gem



Other differences:
--
++ rubygem-sass.spec ++
--- /var/tmp/diff_new_pack.xMtrsd/_old  2013-10-21 13:04:40.0 +0200
+++ /var/tmp/diff_new_pack.xMtrsd/_new  2013-10-21 13:04:40.0 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   rubygem-sass
-Version:3.2.10
+Version:3.2.12
 Release:0
 %define mod_name sass
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 30210
+%define mod_weight 30212
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1

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



commit rubygem-text for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-text for openSUSE:Factory 
checked in at 2013-10-21 13:04:42

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


Package is rubygem-text

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-text/rubygem-text.changes
2013-05-16 16:20:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-text.new/rubygem-text.changes   
2013-10-21 13:04:43.0 +0200
@@ -1,0 +2,11 @@
+Fri Aug 30 10:00:27 UTC 2013 - co...@suse.com
+
+- updated to version 1.2.3, no changelog
+- license changed to MIT
+
+---
+Mon Aug 26 05:05:42 UTC 2013 - co...@suse.com
+
+- updated to version 1.2.2
+
+---

Old:

  text-1.2.1.gem

New:

  text-1.2.3.gem



Other differences:
--
++ rubygem-text.spec ++
--- /var/tmp/diff_new_pack.0rI98R/_old  2013-10-21 13:04:43.0 +0200
+++ /var/tmp/diff_new_pack.0rI98R/_new  2013-10-21 13:04:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-text
-Version:1.2.1
+Version:1.2.3
 Release:0
 %define mod_name text
 %define mod_full_name %{mod_name}-%{version}
@@ -27,7 +27,7 @@
 Url:http://github.com/threedaymonk/text
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:A collection of text algorithms
-License:Ruby
+License:MIT
 Group:  Development/Languages/Ruby
 
 %description

++ text-1.2.1.gem - text-1.2.3.gem ++
Files /work/SRC/openSUSE:Factory/rubygem-text/text-1.2.1.gem and 
/work/SRC/openSUSE:Factory/.rubygem-text.new/text-1.2.3.gem differ

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



commit rubygem-tzinfo for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory 
checked in at 2013-10-21 13:04:49

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


Package is rubygem-tzinfo

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tzinfo/rubygem-tzinfo.changes
2013-07-25 15:39:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes   
2013-10-21 13:04:50.0 +0200
@@ -1,0 +2,21 @@
+Thu Oct 10 14:20:47 UTC 2013 - co...@suse.com
+
+- updated to version 1.1.0
+ * TZInfo is now thread safe. ThreadSafe::Cache is now used instead of Hash
+   to cache Timezone and Country instances returned by Timezone.get and
+   Country.get. The tzinfo gem now depends on thread_safe ~ 0.1.
+ * Added a transitions_up_to method to Timezone that returns a list of the 
times
+   where the UTC offset of the timezone changes.
+ * Added an offsets_up_to method to Timezone that returns the set of offsets
+   that have been observed in a defined timezone.
+ * Fixed a can't modify frozen String error when loading a Timezone from a
+   zoneinfo file using an identifier String that is both tainted and frozen.
+   Resolves #3.
+ * Support TZif3 format zoneinfo files (now produced by zic from tzcode version
+   2013e onwards).
+ * Support using YARD to generate documentation (added a .yardopts file).
+ * Ignore the +VERSION file included in the zoneinfo directory on Mac OS X.
+ * Added a note to the documentation concerning 32-bit zoneinfo files (as 
+   included with Mac OS X).
+
+---

Old:

  tzinfo-1.0.1.gem

New:

  tzinfo-1.1.0.gem



Other differences:
--
++ rubygem-tzinfo.spec ++
--- /var/tmp/diff_new_pack.0TyYpu/_old  2013-10-21 13:04:51.0 +0200
+++ /var/tmp/diff_new_pack.0TyYpu/_new  2013-10-21 13:04:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-tzinfo
-Version:1.0.1
+Version:1.1.0
 Release:0
 %define mod_name tzinfo
 %define mod_full_name %{mod_name}-%{version}
@@ -26,7 +26,8 @@
 BuildRequires:  ruby-macros = 1
 Requires:   ruby = 1.8.6
 BuildRequires:  ruby-devel = 1.8.6
-Url:http://tzinfo.rubyforge.org
+BuildRequires:  rubygem(rdoc)  3.10
+Url:http://tzinfo.github.io
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Daylight savings aware timezone library
 License:MIT
@@ -63,9 +64,9 @@
 %install
 %gem_install -f
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGES 
%buildroot/%{_docdir}/%{name}/CHANGES
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGES.md 
%buildroot/%{_docdir}/%{name}/CHANGES.md
 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 
%buildroot/%{_docdir}/%{name}/README
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)

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



commit blender for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2013-10-21 13:43:50

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


Package is blender

Changes:

--- /work/SRC/openSUSE:Factory/blender/blender.changes  2013-06-18 
10:28:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes 2013-10-21 
13:43:51.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 21 00:58:02 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Disable sse2 instructions on non x86_64 arches, bnc#846545
+
+---



Other differences:
--
++ blender.spec ++
--- /var/tmp/diff_new_pack.1cR56R/_old  2013-10-21 13:43:53.0 +0200
+++ /var/tmp/diff_new_pack.1cR56R/_new  2013-10-21 13:43:53.0 +0200
@@ -181,6 +181,9 @@
   -DWITH_PLAYER:BOOL=on \
   -DWITH_INSTALL_PORTABLE:BOOL=OFF \
   -DWITH_BUILTIN_GLEW:BOOL=OFF \
+%ifnarch x86_64
+  -DSUPPORT_SSE2_BUILD=false \
+%endif
   -DWITH_MOD_OCEANSIM:BOOL=OFF \
 %if 0%{?suse_version}  1220 || 0%{?sles_version}
   -DPYTHON_VERSION=3.3 \


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



commit blender for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package blender for openSUSE:13.1 checked in 
at 2013-10-21 13:43:56

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


Package is blender

Changes:

--- /work/SRC/openSUSE:13.1/blender/blender.changes 2013-09-23 
10:47:49.0 +0200
+++ /work/SRC/openSUSE:13.1/.blender.new/blender.changes2013-10-21 
13:43:57.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 21 00:58:02 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Disable sse2 instructions on non x86_64 arches, bnc#846545
+
+---



Other differences:
--
++ blender.spec ++
--- /var/tmp/diff_new_pack.j6PcG3/_old  2013-10-21 13:43:57.0 +0200
+++ /var/tmp/diff_new_pack.j6PcG3/_new  2013-10-21 13:43:57.0 +0200
@@ -181,6 +181,9 @@
   -DWITH_PLAYER:BOOL=on \
   -DWITH_INSTALL_PORTABLE:BOOL=OFF \
   -DWITH_BUILTIN_GLEW:BOOL=OFF \
+%ifnarch x86_64
+  -DSUPPORT_SSE2_BUILD=false \
+%endif
   -DWITH_MOD_OCEANSIM:BOOL=OFF \
 %if 0%{?suse_version}  1220 || 0%{?sles_version}
   -DPYTHON_VERSION=3.3 \


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



commit libbfio for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package libbfio for openSUSE:Factory checked 
in at 2013-10-21 13:44:03

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


Package is libbfio

Changes:

--- /work/SRC/openSUSE:Factory/libbfio/libbfio.changes  2013-07-30 
11:31:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.libbfio.new/libbfio.changes 2013-10-21 
13:44:04.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct  3 13:40:06 UTC 2013 - greg.freem...@gmail.com
+
+- update to v0~20130908
+   * worked on tests
+   * updated dependencies
+- updated dependencies in specfile
+
+---

Old:

  libbfio-alpha-20130721.tar.gz

New:

  libbfio-alpha-20130908.tar.gz



Other differences:
--
++ libbfio.spec ++
--- /var/tmp/diff_new_pack.IBsQN0/_old  2013-10-21 13:44:11.0 +0200
+++ /var/tmp/diff_new_pack.IBsQN0/_new  2013-10-21 13:44:11.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libbfio
 %define lname  libbfio1
-%define timestamp 20130721
+%define timestamp 20130908
 Version:0~%timestamp
 Release:0
 Summary:Library to provide basic file input/output abstraction
@@ -26,17 +26,21 @@
 Group:  Development/Libraries/C and C++
 Url:http://code.google.com/p/libbfio/
 
-#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSTERGV3V4bnZ3dlk/libbfio-alpha-20130721.tar.gz
+#DL-URL:   
https://googledrive.com/host/0B3fBvzttpiiSTERGV3V4bnZ3dlk/libbfio-alpha-20130908.tar.gz
 Source: %name-alpha-%timestamp.tar.gz
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(libcfile) = 0~20120425
-BuildRequires:  pkgconfig(libclocale) = 0~20120425
-BuildRequires:  pkgconfig(libcpath) = 0~20120425
-BuildRequires:  pkgconfig(libuna) = 0~20120425
+BuildRequires:  pkgconfig(libcdata) = 20130904
+BuildRequires:  pkgconfig(libcfile) = 20120425
+BuildRequires:  pkgconfig(libclocale) = 20120425
+BuildRequires:  pkgconfig(libcnotify) = 20130609
+BuildRequires:  pkgconfig(libcpath) = 20120425
+BuildRequires:  pkgconfig(libcsplit) = 20130609
+BuildRequires:  pkgconfig(libcthreads) = 20130723
+BuildRequires:  pkgconfig(libuna) = 20120425
 # verified July 29, 2013, builds fail with these enabled
-#BuildRequires:  pkgconfig(libcerror) = 0~20120425
-# Not (yet) in factory
-#BuildRequires:  pkgconfig(libcstring) = 20120425
+#BuildRequires:  pkgconfig(libcerror)  20130904
+# Not released as a standalone package by upstream
+#BuildRequires:  pkgconfig(libcstring) 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libbfio-alpha-20130721.tar.gz - libbfio-alpha-20130908.tar.gz ++
 2158 lines of diff (skipped)

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



commit e-theme-openSUSE for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package e-theme-openSUSE for openSUSE:13.1 
checked in at 2013-10-21 15:11:03

Comparing /work/SRC/openSUSE:13.1/e-theme-openSUSE (Old)
 and  /work/SRC/openSUSE:13.1/.e-theme-openSUSE.new (New)


Package is e-theme-openSUSE

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ /work/SRC/openSUSE:13.1/.e-theme-openSUSE.new/e-theme-openSUSE.changes  
2013-10-21 15:11:04.0 +0200
@@ -0,0 +1,23 @@
+---
+Thu Oct 17 13:40:38 UTC 2013 - cfarr...@suse.com
+
+- license update: BSD-2-Clause
+  See COPYING
+
+---
+Wed Oct  2 23:27:18 UTC 2013 - si...@simotek.net
+
+- Fixed copyright in spec file
+
+---
+Tue Oct  1 04:03:57 UTC 2013 - si...@simotek.net
+
+- Fixed text color in init
+  version 20131001
+
+---
+Sat Sep 28 07:37:03 UTC 2013 - si...@simotek.net
+
+- Fixed init splash background 
+  version 20130928
+

New:

  e-theme-openSUSE-20131001.tar.bz2
  e-theme-openSUSE.changes
  e-theme-openSUSE.spec



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

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

Name:   e-theme-openSUSE
Version:20131001
Release:0
License:BSD-2-Clause
Summary:openSUSE theme for E17
Url:https://en.opensuse.org/Portal:Enlightenment
Group:  System/GUI/Other
Source: %{name}-%{version}.tar.bz2
BuildRequires:  edje
Requires:   e17
Provides:   e17-theme
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
openSUSE, theme for Enlightenment 0.17.

%prep
%setup -q

%build
./build.sh -v

%install
install -m 0755 -d %{buildroot}%{_datadir}/enlightenment/data/themes
install -m 0644 -t %{buildroot}%{_datadir}/enlightenment/data/themes 
openSUSE-e.edj

%files
%defattr(-,root,root)
%doc AUTHORS COPYING
%{_datadir}/enlightenment

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



commit e-profiles-openSUSE for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package e-profiles-openSUSE for 
openSUSE:Factory checked in at 2013-10-21 15:10:45

Comparing /work/SRC/openSUSE:Factory/e-profiles-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.e-profiles-openSUSE.new (New)


Package is e-profiles-openSUSE

Changes:

--- /work/SRC/openSUSE:Factory/e-profiles-openSUSE/e-profiles-openSUSE.changes  
2013-09-13 14:46:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.e-profiles-openSUSE.new/e-profiles-openSUSE.changes 
2013-10-21 15:10:46.0 +0200
@@ -1,0 +2,14 @@
+Fri Oct 18 23:17:24 UTC 2013 - si...@simotek.net
+
+- Fixed bug 844178
+  Removed Ctrl+W (Close Window) Key binding
+  Moved swich workspace to Alt+Shift F* from Alt F* 
+  (Alt F2 and Alt F4 were used for other bindings)
+
+---
+Sat Sep 28 12:10:22 UTC 2013 - si...@simotek.net
+
+- Use openSUSE theme as main theme and for splash,
+  Icon is now green
+
+---

Old:

  openSUSE-profiles-20130818.tar.bz2

New:

  e-profiles-openSUSE-20131019.tar.bz2



Other differences:
--
++ e-profiles-openSUSE.spec ++
--- /var/tmp/diff_new_pack.Mf5wLK/_old  2013-10-21 15:10:51.0 +0200
+++ /var/tmp/diff_new_pack.Mf5wLK/_new  2013-10-21 15:10:51.0 +0200
@@ -16,15 +16,15 @@
 #
 
 Name:   e-profiles-openSUSE
-Version:20130818
+Version:20131019
 Release:0
 License:BSD-2-Clause
 Summary:E17 openSUSE profiles
 Url:https://github.com/sleep-walker/e17-openSUSE-profiles
 Group:  System/GUI/Other
-Source: openSUSE-profiles-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.bz2
 BuildRequires:  eet
-Requires:   e-theme-a-os-green
+Requires:   e-theme-openSUSE
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -32,7 +32,7 @@
 openSUSE variant of profiles for E17.
 
 %prep
-%setup -c
+%setup -q
 
 %build
 make

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



commit e-theme-openSUSE for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package e-theme-openSUSE for 
openSUSE:Factory checked in at 2013-10-21 15:10:53

Comparing /work/SRC/openSUSE:Factory/e-theme-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.e-theme-openSUSE.new (New)


Package is e-theme-openSUSE

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ /work/SRC/openSUSE:Factory/.e-theme-openSUSE.new/e-theme-openSUSE.changes   
2013-10-21 15:10:54.0 +0200
@@ -0,0 +1,23 @@
+---
+Thu Oct 17 13:40:38 UTC 2013 - cfarr...@suse.com
+
+- license update: BSD-2-Clause
+  See COPYING
+
+---
+Wed Oct  2 23:27:18 UTC 2013 - si...@simotek.net
+
+- Fixed copyright in spec file
+
+---
+Tue Oct  1 04:03:57 UTC 2013 - si...@simotek.net
+
+- Fixed text color in init
+  version 20131001
+
+---
+Sat Sep 28 07:37:03 UTC 2013 - si...@simotek.net
+
+- Fixed init splash background 
+  version 20130928
+

New:

  e-theme-openSUSE-20131001.tar.bz2
  e-theme-openSUSE.changes
  e-theme-openSUSE.spec



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

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

Name:   e-theme-openSUSE
Version:20131001
Release:0
License:BSD-2-Clause
Summary:openSUSE theme for E17
Url:https://en.opensuse.org/Portal:Enlightenment
Group:  System/GUI/Other
Source: %{name}-%{version}.tar.bz2
BuildRequires:  edje
Requires:   e17
Provides:   e17-theme
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
openSUSE, theme for Enlightenment 0.17.

%prep
%setup -q

%build
./build.sh -v

%install
install -m 0755 -d %{buildroot}%{_datadir}/enlightenment/data/themes
install -m 0644 -t %{buildroot}%{_datadir}/enlightenment/data/themes 
openSUSE-e.edj

%files
%defattr(-,root,root)
%doc AUTHORS COPYING
%{_datadir}/enlightenment

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



commit e-profiles-openSUSE for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package e-profiles-openSUSE for 
openSUSE:13.1 checked in at 2013-10-21 15:10:47

Comparing /work/SRC/openSUSE:13.1/e-profiles-openSUSE (Old)
 and  /work/SRC/openSUSE:13.1/.e-profiles-openSUSE.new (New)


Package is e-profiles-openSUSE

Changes:

--- /work/SRC/openSUSE:13.1/e-profiles-openSUSE/e-profiles-openSUSE.changes 
2013-09-23 10:50:10.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.e-profiles-openSUSE.new/e-profiles-openSUSE.changes
2013-10-21 15:10:51.0 +0200
@@ -1,0 +2,14 @@
+Fri Oct 18 23:17:24 UTC 2013 - si...@simotek.net
+
+- Fixed bug 844178
+  Removed Ctrl+W (Close Window) Key binding
+  Moved swich workspace to Alt+Shift F* from Alt F* 
+  (Alt F2 and Alt F4 were used for other bindings)
+
+---
+Sat Sep 28 12:10:22 UTC 2013 - si...@simotek.net
+
+- Use openSUSE theme as main theme and for splash,
+  Icon is now green
+
+---

Old:

  openSUSE-profiles-20130818.tar.bz2

New:

  e-profiles-openSUSE-20131019.tar.bz2



Other differences:
--
++ e-profiles-openSUSE.spec ++
--- /var/tmp/diff_new_pack.FP8woA/_old  2013-10-21 15:10:52.0 +0200
+++ /var/tmp/diff_new_pack.FP8woA/_new  2013-10-21 15:10:52.0 +0200
@@ -16,15 +16,15 @@
 #
 
 Name:   e-profiles-openSUSE
-Version:20130818
+Version:20131019
 Release:0
 License:BSD-2-Clause
 Summary:E17 openSUSE profiles
 Url:https://github.com/sleep-walker/e17-openSUSE-profiles
 Group:  System/GUI/Other
-Source: openSUSE-profiles-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.bz2
 BuildRequires:  eet
-Requires:   e-theme-a-os-green
+Requires:   e-theme-openSUSE
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -32,7 +32,7 @@
 openSUSE variant of profiles for E17.
 
 %prep
-%setup -c
+%setup -q
 
 %build
 make

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



commit libass for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package libass for openSUSE:Factory checked 
in at 2013-10-21 15:11:17

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


Package is libass

Changes:

--- /work/SRC/openSUSE:Factory/libass/libass.changes2012-10-24 
17:04:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.libass.new/libass.changes   2013-10-21 
15:11:18.0 +0200
@@ -1,0 +2,30 @@
+Thu Oct 17 19:17:09 UTC 2013 - tchva...@suse.com
+
+- Version bup to 0.10.2
+  * API additions and some ABI changes, bumped SONAME
+  * Expose header field for VSFilter color mangling (GC #87)
+  * Add functions for explicit scaling hints (GC #6)
+  * Add 'type' field to ASS_Image (GC #31)
+  * Workaround Freetype's font size grid-fitting where appropriate
+  * Apply blur to both glyph and border when using opaque box
+  * Parser bugfixes
+* Parse angles in style as number
+* Fix fallback event formats
+* Make closing ')' optional for some tags
+* Fix crazy VSFilter behaviour for \move (GC #90)
+* Make \r fall back to line style (GC #104)
+* Parse style name like VSFilter
+* Ignore junk in nested \t tags
+* Make \clip tag arguments mandatory
+  * Properly handle script and language in the HarfBuzz shaper
+  * Allow ASS_Track and ASS_Renderer to have different ASS_Library
+  * Fix stroking in some rare cases
+  * Correctly handle @font advance (GC #94)
+  * Fix ascent/descent for some fonts (GC #106)
+  * Fix ass_step_sub to not require sorted events
+  * Fix blur scaling
+  * Don't mutate input strings (GC #88)
+  * Remove/change some error messages
+  * Fix various small memory leaks
+
+---

Old:

  libass-0.10.1.tar.xz

New:

  libass-0.10.2.tar.xz



Other differences:
--
++ libass.spec ++
--- /var/tmp/diff_new_pack.h5ZUFD/_old  2013-10-21 15:11:19.0 +0200
+++ /var/tmp/diff_new_pack.h5ZUFD/_new  2013-10-21 15:11:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libass
 #
-# 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
@@ -16,10 +16,10 @@
 #
 
 
-%define soname 4
+%define soname 5
 
 Name:   libass
-Version:0.10.1
+Version:0.10.2
 Release:0
 Summary:Portable Library for SSA/ASS Subtitles Rendering
 License:ISC

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.h5ZUFD/_old  2013-10-21 15:11:19.0 +0200
+++ /var/tmp/diff_new_pack.h5ZUFD/_new  2013-10-21 15:11:19.0 +0200
@@ -1 +1 @@
-libass4
+libass5

++ libass-0.10.1.tar.xz - libass-0.10.2.tar.xz ++
 23820 lines of diff (skipped)

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



commit e17-branding-openSUSE for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package e17-branding-openSUSE for 
openSUSE:13.1 checked in at 2013-10-21 15:11:14

Comparing /work/SRC/openSUSE:13.1/e17-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:13.1/.e17-branding-openSUSE.new (New)


Package is e17-branding-openSUSE

Changes:

--- /work/SRC/openSUSE:13.1/e17-branding-openSUSE/e17-branding-openSUSE.changes 
2013-09-23 10:50:13.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.e17-branding-openSUSE.new/e17-branding-openSUSE.changes
2013-10-21 15:11:15.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  2 06:02:30 UTC 2013 - si...@simotek.net
+
+- Use new openSUSE theme as default
+  Recommend other themes as well
+
+---



Other differences:
--
++ e17-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.6QCwsN/_old  2013-10-21 15:11:15.0 +0200
+++ /var/tmp/diff_new_pack.6QCwsN/_new  2013-10-21 15:11:15.0 +0200
@@ -28,8 +28,14 @@
 Provides:   e17-branding = %version
 Supplements:packageand(e17:branding-openSUSE)
 Conflicts:  otherproviders(e17-branding)
-Requires:   e-theme-default
+Requires:   e-theme-openSUSE
 Requires:   e-profiles-openSUSE
+Recommends:e-theme-a-os-agust-v3
+Recommends:e-theme-a-os-black-nostrum
+Recommends:e-theme-a-os-detour
+Recommends:e-theme-a-os-green
+Recommends:e-theme-a-os-miguel-v3
+Recommends:e-theme-a-os-vision-v3
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit e17-branding-openSUSE for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package e17-branding-openSUSE for 
openSUSE:Factory checked in at 2013-10-21 15:11:11

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


Package is e17-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/e17-branding-openSUSE/e17-branding-openSUSE.changes  
2013-01-11 13:44:59.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.e17-branding-openSUSE.new/e17-branding-openSUSE.changes
 2013-10-21 15:11:13.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  2 06:02:30 UTC 2013 - si...@simotek.net
+
+- Use new openSUSE theme as default
+  Recommend other themes as well
+
+---



Other differences:
--
++ e17-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.PdFL3Q/_old  2013-10-21 15:11:14.0 +0200
+++ /var/tmp/diff_new_pack.PdFL3Q/_new  2013-10-21 15:11:14.0 +0200
@@ -28,8 +28,14 @@
 Provides:   e17-branding = %version
 Supplements:packageand(e17:branding-openSUSE)
 Conflicts:  otherproviders(e17-branding)
-Requires:   e-theme-default
+Requires:   e-theme-openSUSE
 Requires:   e-profiles-openSUSE
+Recommends:e-theme-a-os-agust-v3
+Recommends:e-theme-a-os-black-nostrum
+Recommends:e-theme-a-os-detour
+Recommends:e-theme-a-os-green
+Recommends:e-theme-a-os-miguel-v3
+Recommends:e-theme-a-os-vision-v3
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit llvm for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2013-10-21 15:12:21

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


Package is llvm

Changes:

--- /work/SRC/openSUSE:Factory/llvm/llvm.changes2013-10-10 
12:34:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2013-10-21 
15:12:22.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 17 10:23:32 UTC 2013 - sch...@suse.de
+
+- Fix file list for %arm
+
+---



Other differences:
--
++ llvm.spec ++
--- /var/tmp/diff_new_pack.hJBjeL/_old  2013-10-21 15:12:23.0 +0200
+++ /var/tmp/diff_new_pack.hJBjeL/_new  2013-10-21 15:12:23.0 +0200
@@ -466,7 +466,7 @@
 %{_libdir}/bfd-plugins/
 %endif
 %{_libdir}/clang
-%ifnarch aarch64 ppc64 s390 s390x
+%ifnarch %arm aarch64 ppc64 s390 s390x
 %{_libdir}/clang/%{_release_version}/lib/linux/
 %endif
 


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



commit llvm for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package llvm for openSUSE:13.1 checked in at 
2013-10-21 15:12:25

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


Package is llvm

Changes:

--- /work/SRC/openSUSE:13.1/llvm/llvm.changes   2013-09-29 17:50:10.0 
+0200
+++ /work/SRC/openSUSE:13.1/.llvm.new/llvm.changes  2013-10-21 
15:12:26.0 +0200
@@ -1,0 +2,12 @@
+Thu Oct 17 10:23:32 UTC 2013 - sch...@suse.de
+
+- Fix file list for %arm
+
+---
+Wed Oct  9 11:16:08 UTC 2013 - dmuel...@suse.com
+
+- use %arm, not arm in arch conditions 
+- add arm-remove-xfails.diff: remove XFAILs in testsuite
+  that pass and thereby make check fail
+
+---

New:

  arm-remove-xfails.diff



Other differences:
--
++ llvm.spec ++
--- /var/tmp/diff_new_pack.r3za2s/_old  2013-10-21 15:12:27.0 +0200
+++ /var/tmp/diff_new_pack.r3za2s/_new  2013-10-21 15:12:27.0 +0200
@@ -21,7 +21,7 @@
 %define _supported_archs AArch64;ARM;PowerPC;X86
 %define _experimental_archs R600
 
-%ifarch arm
+%ifarch %arm
 %define _supported_archs ARM
 %endif
 
@@ -62,6 +62,7 @@
 Patch10:llvm-no-visibility.patch
 # PATCH-FIX-OPENSUSE llvm-disable-pretty-stack-trace.patch -- 
https://bugs.freedesktop.org/show_bug.cgi?id=60929
 Patch11:llvm-disable-pretty-stack-trace.patch
+Patch12:arm-remove-xfails.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -174,6 +175,7 @@
 %patch10 -p1
 %endif
 %patch11 -p1
+%patch12
 
 # We hardcode i586
 rm tools/clang/test/Driver/x86_features.c
@@ -193,11 +195,11 @@
 %endif
 
 # Only enable target archs otherwise llvm-config is messed up
-%ifnarch arm ppc64 s390x
+%ifnarch %arm ppc64 s390x
 sed -i s,subdirectories = .*,subdirectories = AArch64 ARM PowerPC R600 
X86, lib/Target/LLVMBuild.txt
 %endif
 
-%ifarch arm
+%ifarch %arm
 sed -i s,subdirectories = .*,subdirectories = ARM, lib/Target/LLVMBuild.txt
 %endif
 
@@ -292,7 +294,7 @@
   -DLLVM_BINUTILS_INCDIR=/usr/include \
 %endif
   -DLLVM_TARGETS_TO_BUILD=%{_supported_archs} \
-%ifnarch arm ppc64 s390x
+%ifnarch %arm ppc64 s390x
   -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=%{_experimental_archs} \
 %endif
   -DLLVM_BUILD_TESTS=OFF \
@@ -464,7 +466,7 @@
 %{_libdir}/bfd-plugins/
 %endif
 %{_libdir}/clang
-%ifnarch aarch64 ppc64 s390 s390x
+%ifnarch %arm aarch64 ppc64 s390 s390x
 %{_libdir}/clang/%{_release_version}/lib/linux/
 %endif
 


++ arm-remove-xfails.diff ++
Those tests do not fail anymore, and unexpected passes
actually cause make check to fail. (dmuel...@suse.com)

--- test/ExecutionEngine/2003-05-06-LivenessClobber.ll
+++ test/ExecutionEngine/2003-05-06-LivenessClobber.ll
@@ -1,7 +1,6 @@
 ; This testcase should return with an exit code of 1.
 ;
 ; RUN: not %lli %s
-; XFAIL: arm
 
 @test = global i64 0   ; i64* [#uses=1]
 
--- test/ExecutionEngine/2003-08-15-AllocaAssertion.ll
+++ test/ExecutionEngine/2003-08-15-AllocaAssertion.ll
@@ -1,5 +1,4 @@
 ; RUN: %lli %s  /dev/null
-; XFAIL: arm
 
 ; This testcase failed to work because two variable sized allocas confused the
 ; local register allocator.
--- test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
+++ test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
@@ -1,5 +1,4 @@
 ; RUN: %lli %s  /dev/null
-; XFAIL: arm
 
 ; This testcase exposes a bug in the local register allocator where it runs out
 ; of registers (due to too many overlapping live ranges), but then attempts to
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit Mesa for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2013-10-21 15:12:44

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


Package is Mesa

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2013-10-08 
11:33:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2013-10-21 
15:12:45.0 +0200
@@ -1,0 +2,16 @@
+Sat Oct 19 15:26:10 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 9.2.2
+ * Valgrind error in program_resource_visitor::recursion, (fdo#69449)
+ * glInvalidateFramebuffer fails with GL_INVALID_ENUM (fdo#70411)
+ * svga: fix incorrect memcpy src in svga_buffer_upload_piecewise()
+ * mesa: consolidate cube width=height error checking
+ * mesa: Add missing switch break in invalidate_framebuffer_storage()
+ * i965: Don't forget the cube map padding on gen5+.
+ * mesa: Fix compiler warnings when ALIGN's alignment is 1  value.
+ * i965: Fix 3D texture layout by more literally copying from the spec.
+ * glsl: Fix usage of the wrong union member in 
+   program_resource_visitor::recursion.
+ * radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM = 3.3
+
+---

Old:

  MesaLib-9.2.1.tar.bz2

New:

  MesaLib-9.2.2.tar.bz2



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.gzq84D/_old  2013-10-21 15:12:59.0 +0200
+++ /var/tmp/diff_new_pack.gzq84D/_new  2013-10-21 15:12:59.0 +0200
@@ -29,11 +29,11 @@
 %define llvm_r600 0
 %endif
 
-%define _version 9.2.1
+%define _version 9.2.2
 %define _name_archive MesaLib
 
 Name:   Mesa
-Version:9.2.1
+Version:9.2.2
 Release:0
 BuildRequires:  autoconf = 2.60
 BuildRequires:  automake
@@ -99,7 +99,7 @@
 Summary:System for rendering interactive 3-D graphics
 License:MIT
 Group:  System/Libraries
-Source: 
ftp://ftp.freedesktop.org/pub/mesa/9.2.1/%{_name_archive}-%{_version}.tar.bz2
+Source: 
ftp://ftp.freedesktop.org/pub/mesa/%{_version}/%{_name_archive}-%{_version}.tar.bz2
 Source2:baselibs.conf
 Source3:README.updates
 Source4:manual-pages.tar.bz2

++ MesaLib-9.2.1.tar.bz2 - MesaLib-9.2.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/Mesa/MesaLib-9.2.1.tar.bz2 
/work/SRC/openSUSE:Factory/.Mesa.new/MesaLib-9.2.2.tar.bz2 differ: char 12, 
line 1

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



commit openwsman for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package openwsman for openSUSE:Factory 
checked in at 2013-10-21 15:12:49

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


Package is openwsman

Changes:

--- /work/SRC/openSUSE:Factory/openwsman/openwsman.changes  2013-09-12 
14:33:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.openwsman.new/openwsman.changes 2013-10-21 
15:13:00.0 +0200
@@ -1,0 +2,8 @@
+Mon Oct 14 08:15:10 UTC 2013 - kkae...@suse.com
+
+- Update to 2.4.2
+  - Fix crash in redirect module (typo)
+  - Honor WS-Management 1.1.1 standard (line 739):
+disable multiple MessageID checks   
+
+---

Old:

  openwsman-2.4.1.tar.bz2

New:

  openwsman-2.4.2.tar.bz2



Other differences:
--
++ openwsman.spec ++
--- /var/tmp/diff_new_pack.wce9jF/_old  2013-10-21 15:13:01.0 +0200
+++ /var/tmp/diff_new_pack.wce9jF/_new  2013-10-21 15:13:01.0 +0200
@@ -114,7 +114,7 @@
 %endif
 
 Requires(pre):  sed coreutils grep /bin/hostname
-Version:2.4.1
+Version:2.4.2
 Release:0
 # Mandriva:
 # Release %mkrel 1
@@ -187,6 +187,13 @@
 Requires(pre):  sed coreutils grep diffutils /bin/hostname
 %if 0%{?suse_version}
 Requires(pre):  fillup
+%ifarch x86_64
+Requires:   pam_pwcheck.so()(64bit)
+Requires:   pam_unix2.so()(64bit)
+%else
+Requires:   pam_pwcheck.so()
+Requires:   pam_unix2.so()
+%endif
 %endif
 Summary:Openwsman Server and service libraries
 Group:  System/Management

++ openwsman-2.4.1.tar.bz2 - openwsman-2.4.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openwsman-2.4.1/ChangeLog 
new/openwsman-2.4.2/ChangeLog
--- old/openwsman-2.4.1/ChangeLog   2013-09-11 15:00:06.0 +0200
+++ new/openwsman-2.4.2/ChangeLog   2013-09-23 11:31:43.0 +0200
@@ -1,3 +1,6 @@
+2.4.2
+  - Fix crash in redirect module (typo)
+
 2.4.1
 - Build fixes
   - Builds now on SLES11 (cmake 2.4), Fedora 18
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openwsman-2.4.1/VERSION.cmake 
new/openwsman-2.4.2/VERSION.cmake
--- old/openwsman-2.4.1/VERSION.cmake   2013-09-11 11:03:36.0 +0200
+++ new/openwsman-2.4.2/VERSION.cmake   2013-09-23 11:31:13.0 +0200
@@ -44,10 +44,10 @@
 #set COMPATMINOR to MINOR. (binary incompatible change)
 #
 
-# Package version 2.4.1
+# Package version 2.4.2
 SET(OPENWSMAN_MAJOR 2)
 SET(OPENWSMAN_MINOR 4)
-SET(OPENWSMAN_PATCH 1)
+SET(OPENWSMAN_PATCH 2)
 
 # Plugin API 2.2
 SET(OPENWSMAN_PLUGIN_API_MAJOR 2)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openwsman-2.4.1/bindings/wsman-client.i 
new/openwsman-2.4.2/bindings/wsman-client.i
--- old/openwsman-2.4.1/bindings/wsman-client.i 2013-09-03 16:54:51.0 
+0200
+++ new/openwsman-2.4.2/bindings/wsman-client.i 2013-09-20 09:24:42.0 
+0200
@@ -139,7 +139,7 @@
* Send a (raw) SOAP request to the client
*
* call-seq:
-   *   result = client.send_request(XmlDoc.new(xml ../xml))
+   *   client.send_request(XmlDoc.new(xml ../xml)) - Integer
*
*/
   int send_request(WsXmlDocH request) {
@@ -147,6 +147,17 @@
   }
 
   /*
+   * Build envelope from response
+   *
+   * call-seq:
+   *   client.build_envelope_from_response() - XmlDoc
+   *
+   */
+  WsXmlDocH build_envelope_from_response() {
+return wsmc_build_envelope_from_response($self);
+  }
+
+  /*
* Get client encoding
*
* call-seq:
@@ -180,7 +191,7 @@
* identify: Sends an identify request
*
* call-seq:
-   *   result = client.identify(options)
+   *   client.identify(options) - XmlDoc
*
*/
   WsXmlDocH identify( client_opt_t *options ) {
@@ -199,6 +210,9 @@
*
* get_from_epr: Get a resource via an endpoint reference
*
+   * call-seq:
+   *   client.get_from_epr(options, end_point_reference) - XmlDoc
+   *
*/
   WsXmlDocH get_from_epr( client_opt_t *options , epr_t *epr) {
 #if RUBY_VERSION  18 /* YARV */
@@ -217,6 +231,9 @@
*
* delete_from_epr: Remove a resource via an endpoint reference
*
+   * call-seq:
+   *   client.delete_from_epr(options, end_point_reference) - XmlDoc
+   *
*/
   WsXmlDocH delete_from_epr( client_opt_t *options , epr_t *epr) {
 #if RUBY_VERSION  18 /* YARV */
@@ -246,7 +263,7 @@
* affecting performance.
*
* call-seq:
-   *   result = client.enumerate(options, filter, uri)
+   *   client.enumerate(options, filter, uri) - XmlDoc
*
*/
   WsXmlDocH enumerate( client_opt_t *options , filter_t *filter, char 

commit perl-Dist-Zilla for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Dist-Zilla for openSUSE:Factory 
checked in at 2013-10-21 15:13:16

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


Package is perl-Dist-Zilla

Changes:

--- /work/SRC/openSUSE:Factory/perl-Dist-Zilla/perl-Dist-Zilla.changes  
2013-08-07 20:49:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Dist-Zilla.new/perl-Dist-Zilla.changes 
2013-10-21 15:13:17.0 +0200
@@ -1,0 +2,36 @@
+Fri Oct  4 09:13:53 UTC 2013 - co...@suse.com
+
+- updated to 4.300039
+ - tweak metafile generator to keep CPAN::Meta validator happy (thanks,
+   David Golden)
+ 
+ 4.300038  2013-09-08 09:18:34 America/New_York
+ - add horrible hack to avoid generating non-UTF-8 META.yml; seriously,
+   don't look at the code!  Thanks, David Golden, whose code was simple
+   and probably much, much saner, but didn't cover as many cases as 
rjbs
+   wanted to cover.
+ 
+ 4.300037  2013-08-28 21:43:36 America/New_York
+ - update repo and bugtacker URLs
+ 
+ 4.300036  2013-08-25 21:41:21 America/New_York
+ - read CPAN::Uploader config with CPAN::Uploader, to work with new
+   trial releases supporting encrypted credential (thanks, Mike 
Doherty)
+ 
+ - improve tester tests (thanks, Dave O'Neill!)
+ 
+ - use Class::Load instead of Class::MOP
+ 
+ - better error messages when a bundle can't be loaded by @Filter
+ 
+ - make dynamic_config distmeta sticky; once one plugin sets it, it
+   stays stuck
+ 
+ - add a die_on_existing_version option to PkgVersion
+ 
+ - switch (for now?) dzil install to use cpanm
+ 
+ - PkgVersion won't rewrite file contents if nothing was changed
+   (thanks, Mike Doherty!)
+
+---

Old:

  Dist-Zilla-4.300035.tar.gz

New:

  Dist-Zilla-4.300039.tar.gz



Other differences:
--
++ perl-Dist-Zilla.spec ++
--- /var/tmp/diff_new_pack.XVn4i6/_old  2013-10-21 15:13:18.0 +0200
+++ /var/tmp/diff_new_pack.XVn4i6/_new  2013-10-21 15:13:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Dist-Zilla
-Version:4.300035
+Version:4.300039
 Release:0
 %define cpan_name Dist-Zilla
 Summary:distribution builder; installer not included!
@@ -38,6 +38,7 @@
 BuildRequires:  perl(CPAN::Meta::Requirements) = 2.121
 BuildRequires:  perl(CPAN::Meta::Validator) = 2.101550
 BuildRequires:  perl(CPAN::Uploader) = 0.103004
+BuildRequires:  perl(Capture::Tiny)
 BuildRequires:  perl(Class::Load) = 0.17
 BuildRequires:  perl(Config::INI::Reader)
 BuildRequires:  perl(Config::MVP::Assembler)
@@ -92,6 +93,7 @@
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::File::ShareDir)
 BuildRequires:  perl(Test::More) = 0.96
+BuildRequires:  perl(Test::Script) = 1.05
 BuildRequires:  perl(Text::Glob) = 0.08
 BuildRequires:  perl(Text::Template)
 BuildRequires:  perl(Try::Tiny)
@@ -287,6 +289,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes cpanfile LICENSE README
+%doc Changes corpus cpanfile LICENSE misc README todo
 
 %changelog

++ Dist-Zilla-4.300035.tar.gz - Dist-Zilla-4.300039.tar.gz ++
 4456 lines of diff (skipped)

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



commit perl-Config-Tiny for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-Tiny for 
openSUSE:Factory checked in at 2013-10-21 15:13:02

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


Package is perl-Config-Tiny

Changes:

--- /work/SRC/openSUSE:Factory/perl-Config-Tiny/perl-Config-Tiny.changes
2011-11-21 12:37:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Config-Tiny.new/perl-Config-Tiny.changes   
2013-10-21 15:13:03.0 +0200
@@ -1,0 +2,38 @@
+Fri Oct  4 09:11:29 UTC 2013 - co...@suse.com
+
+- updated to 2.19
+- Change VERSION = $VERSION in Makefile.PL to VERSION_FROM = 
'lib/Config/Tiny.pm'.
+Reported by Jean-Louis Morel. See RT#88670.
+ 
+ 2.18  Sat Sep 14 10:03:00 2013
+- Remove obsolete and wrong version # from Makefile.PL.
+Reported by Jean-Louis Morel. See RT#88658.
+- Implement Kevin Ryde's suggestion to test if read() will return 
undef.
+If so, set an error message and (still) return undef.
+ 
+ 2.17  Fri Sep 13 12:41:00 2013
+- Remove the file tests -efr during calls to read(). The open() tests 
for any error.
+Also, the -f test was reporting /dev/null as a directory, not 
a file.
+Thanx to Kevin Ryde for pushing me to implement this. See 
RT#36974.
+- Clean up some error messages slightly.
+ 
+ 2.16  Fri Sep  6 11:54:00 2013
+- Replace Path::Tiny with File::Spec, because the former's list of 
dependencies is s long :-(.
+Changed files: t/02.main.t, t/04.utf8.t, Build.PL and 
Makefile.PL.
+See: RT#88435 (for Tree::DAG_Node) for an explanation.
+ 
+ 2.15  Sun Aug  4 14:59:00 2013
+- Clean up the shambolic dates in this file.
+- Add a note under Caveats about setting options more that once. Only 
the first case is respected.
+Thanx to Kimmel K. See RT#69795.
+- Add a $encoding parameter to read_file() and write_file(). See docs 
for details.
+Add t/04.utf8.t and t/04.utf8.txt.
+Thanx to Mark Lawrence and Wolfgang Husmann. See RT#71029 and 
RT#85571.
+- For BSD-based systems, when writing a file during tests, use:
+my($temp_dir) = File::Temp - newdir('temp.', CLEANUP = 
1, EXLOCK = 0, TMPDIR = 1);
+- Rename t/*.t files. I use '.' rather than '_' in file names because 
the latter is a shift char.
+- Add MANIFEST.SKIP, Changelog.ini, Build.PL, META.json.
+- Add an FAQ to the docs.
+- Clean up the docs.
+
+---

Old:

  Config-Tiny-2.14.tar.gz

New:

  Config-Tiny-2.19.tgz



Other differences:
--
++ perl-Config-Tiny.spec ++
--- /var/tmp/diff_new_pack.kPYoac/_old  2013-10-21 15:13:04.0 +0200
+++ /var/tmp/diff_new_pack.kPYoac/_new  2013-10-21 15:13:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Config-Tiny
 #
-# 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,66 +15,67 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Config-Tiny
+Version:2.19
+Release:0
 %define cpan_name Config-Tiny
 Summary:Read/Write .ini style files with as little code as possible
-Version:2.14
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Config-Tiny/
-#Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/Config-Tiny-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{version}.tgz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(File::Spec) = 3.4
+BuildRequires:  perl(File::Temp) = 0.2301
+BuildRequires:  perl(Module::Build) = 0.38
+#BuildRequires: perl(Config::Tiny)
+Requires:   perl(File::Spec) = 3.4
+Requires:   perl(File::Temp) = 0.2301
 %{perl_requires}
 
 %description
-'Config::Tiny' is a perl class to read and write .ini style configuration
+'Config::Tiny' is a Perl class to read and write .ini style configuration
 files with as little code as possible, reducing load time and memory
-overhead. Most of 

commit Mesa for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:13.1 checked in at 
2013-10-21 15:12:46

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


Package is Mesa

Changes:

--- /work/SRC/openSUSE:13.1/Mesa/Mesa.changes   2013-10-08 11:33:09.0 
+0200
+++ /work/SRC/openSUSE:13.1/.Mesa.new/Mesa.changes  2013-10-21 
15:13:00.0 +0200
@@ -1,0 +2,16 @@
+Sat Oct 19 15:26:10 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 9.2.2
+ * Valgrind error in program_resource_visitor::recursion, (fdo#69449)
+ * glInvalidateFramebuffer fails with GL_INVALID_ENUM (fdo#70411)
+ * svga: fix incorrect memcpy src in svga_buffer_upload_piecewise()
+ * mesa: consolidate cube width=height error checking
+ * mesa: Add missing switch break in invalidate_framebuffer_storage()
+ * i965: Don't forget the cube map padding on gen5+.
+ * mesa: Fix compiler warnings when ALIGN's alignment is 1  value.
+ * i965: Fix 3D texture layout by more literally copying from the spec.
+ * glsl: Fix usage of the wrong union member in 
+   program_resource_visitor::recursion.
+ * radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM = 3.3
+
+---

Old:

  MesaLib-9.2.1.tar.bz2

New:

  MesaLib-9.2.2.tar.bz2



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.a4NT1H/_old  2013-10-21 15:13:00.0 +0200
+++ /var/tmp/diff_new_pack.a4NT1H/_new  2013-10-21 15:13:00.0 +0200
@@ -29,11 +29,11 @@
 %define llvm_r600 0
 %endif
 
-%define _version 9.2.1
+%define _version 9.2.2
 %define _name_archive MesaLib
 
 Name:   Mesa
-Version:9.2.1
+Version:9.2.2
 Release:0
 BuildRequires:  autoconf = 2.60
 BuildRequires:  automake
@@ -99,7 +99,7 @@
 Summary:System for rendering interactive 3-D graphics
 License:MIT
 Group:  System/Libraries
-Source: 
ftp://ftp.freedesktop.org/pub/mesa/9.2.1/%{_name_archive}-%{_version}.tar.bz2
+Source: 
ftp://ftp.freedesktop.org/pub/mesa/%{_version}/%{_name_archive}-%{_version}.tar.bz2
 Source2:baselibs.conf
 Source3:README.updates
 Source4:manual-pages.tar.bz2

++ MesaLib-9.2.1.tar.bz2 - MesaLib-9.2.2.tar.bz2 ++
/work/SRC/openSUSE:13.1/Mesa/MesaLib-9.2.1.tar.bz2 
/work/SRC/openSUSE:13.1/.Mesa.new/MesaLib-9.2.2.tar.bz2 differ: char 12, line 1

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



commit perl-Email-Valid for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Email-Valid for 
openSUSE:Factory checked in at 2013-10-21 15:13:22

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


Package is perl-Email-Valid

Changes:

--- /work/SRC/openSUSE:Factory/perl-Email-Valid/perl-Email-Valid.changes
2013-06-06 12:20:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Email-Valid.new/perl-Email-Valid.changes   
2013-10-21 15:13:23.0 +0200
@@ -1,0 +2,13 @@
+Fri Oct  4 09:11:41 UTC 2013 - co...@suse.com
+
+- updated to 1.192
+   if Net::DNS is not available, do not test null mx validity
+
+   update bugtracker, repo, etc.
+ 
+   mxcheck fails when remote MX record is .
+ 
+   drop use of bytes.pm; any bug fixed by that should be fixed again
+   properly
+
+---

Old:

  Email-Valid-0.190.tar.gz

New:

  Email-Valid-1.192.tar.gz



Other differences:
--
++ perl-Email-Valid.spec ++
--- /var/tmp/diff_new_pack.Nyki1e/_old  2013-10-21 15:13:24.0 +0200
+++ /var/tmp/diff_new_pack.Nyki1e/_new  2013-10-21 15:13:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Email-Valid
-Version:0.190
+Version:1.192
 Release:0
 %define cpan_name Email-Valid
 Summary:Check validity of Internet email addresses
@@ -29,13 +29,18 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Capture::Tiny)
+BuildRequires:  perl(IO::CaptureOutput)
 BuildRequires:  perl(Mail::Address)
 BuildRequires:  perl(Net::DNS)
+BuildRequires:  perl(Net::Domain::TLD) = 1.65
+BuildRequires:  perl(Test::More) = 0.96
 #BuildRequires: perl(Email::Valid)
-#BuildRequires: perl(IO::CaptureOutput)
-#BuildRequires: perl(Net::Domain::TLD) = 1.65
+#BuildRequires: perl(XML::LibXML)
+Requires:   perl(IO::CaptureOutput)
 Requires:   perl(Mail::Address)
 Requires:   perl(Net::DNS)
+Requires:   perl(Net::Domain::TLD) = 1.65
 %{perl_requires}
 
 %description
@@ -62,6 +67,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes LICENSE README xt
 
 %changelog

++ Email-Valid-0.190.tar.gz - Email-Valid-1.192.tar.gz ++
 4207 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-HTML-FormHandler for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2013-10-21 15:13:39

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


Package is perl-HTML-FormHandler

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
2013-07-27 15:52:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new/perl-HTML-FormHandler.changes
 2013-10-21 15:13:40.0 +0200
@@ -1,0 +2,32 @@
+Fri Oct  4 09:11:50 UTC 2013 - co...@suse.com
+
+- updated to 0.40050
+*** 'widget_tags' in a field have been deprecated for a long time; 
removing.
+   There are still widget_tags in the form and compound fields.
+   Use 'tags' in a field instead.
+*** Initial support of Bootstrap3 - still EXPERIMENTAL. Do not use in
+   production yet. Changes in interface may occur over the next few weeks.
+Supporting Bootstrap 3.0 required a surprising amount of minor refactoring:
+   Bootstrap3 checkboxes and radio elements now have an additional div 
wrapping them.
+   This required setting flags in the wrapper that could be seen by the
+   field widgets. Used 'wrapper_tags' attribute, which is not the most 
satisfying
+   solution but does work. The former 'controls' div now doesn't have the
+   'controls' class, but is used for sizing. Added new attribute
+   'element_wrapper_class' to provide these classes. Split out addition of
+   classes to the wrapper and element into 'add_standard_wrapper_classes' 
and
+   'add_standard_element_classes', because B3.0 now wants 'has-error' and
+   'has-warning' instead of the former 'error' class. 'control-group' was
+   changed to 'form-group'. The 'form-control' class has been added to
+   text, password, textarea, and select fields.
+Add 'preserve_case' attribute to Email field
+ 
+Fixed bug when rendering blocks with 'run' (results)
+Sort the deflated values of SelectCSV field
+Allow passing Email::Valid params to Email field
+Typos fixed
+Add 'use_init_obj_when_no_accessor_in_item' flag for dual-purpose init_obj
+ 
+Add 'options_ref' method for using options in TT templates
+Add unique messages to field messages hash
+
+---

Old:

  HTML-FormHandler-0.40026.tar.gz

New:

  HTML-FormHandler-0.40050.tar.gz



Other differences:
--
++ perl-HTML-FormHandler.spec ++
--- /var/tmp/diff_new_pack.UHFcvg/_old  2013-10-21 15:13:41.0 +0200
+++ /var/tmp/diff_new_pack.UHFcvg/_new  2013-10-21 15:13:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTML-FormHandler
-Version:0.40026
+Version:0.40050
 Release:0
 %define cpan_name HTML-FormHandler
 Summary:HTML forms using Moose

++ HTML-FormHandler-0.40026.tar.gz - HTML-FormHandler-0.40050.tar.gz ++
 3663 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-File-Temp for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Temp for openSUSE:Factory 
checked in at 2013-10-21 15:13:33

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


Package is perl-File-Temp

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Temp.new/perl-File-Temp.changes   
2013-10-21 15:13:34.0 +0200
@@ -0,0 +1,73 @@
+---
+Fri Oct  4 19:54:10 UTC 2013 - co...@suse.com
+
+- updated to 0.2302
+* Drop minimum Perl version back to 5.6 (erroneously bumped by dzil)
+* Do not inherit from Exporter (requires Exporter 5.57) (thanks to
+  Olivier Mengué)
+* 'use base ...' = 'use parent ...' as parent is lighter (thanks to
+  Olivier Mengué)
+
+* dist.ini: Managed with Dist::Zilla now; generates Makefile.PL
+  to avoid circular dependency when using Build.PL
+
+* Build.PL: Use Module::Build
+ 
+* Temp.pm: internally holds absolute path for cleanup (Fixes RT #44924)
+ 
+* t/rmtree.t: (new) Test temp dir removal explicitly.
+ 
+* t/tempfile.t: Correctly tests directory removal from chdir.
+ 
+* Temp.pm: Clean up temp directory on exit even if it is the
+current directory. Patch supplied by Ed Avis and fixes RT #45246.
+ 
+* Temp.pm: Defer unlinking tempfiles if initial unlink fails
+instad of croaking; fixes problems on NFS (RT #82720)
+ 
+* Temp.pm: Allow leading template to new() for consistency with
+newdir()
+ 
+* Temp.pm: Calling tempfile or tempdir as a class method now
+produce a more useful fatal error message
+ 
+* Temp.pm: new/newdir/tempfile/tempdir now all allow either
+a leading template argument or a TEMPLATE option
+ 
+ * Temp.pm: Overload numify with refaddr() in same manner as IO::File
+   (closes RT #47397 from Kevin Ryde)
+
+---
+Fri Nov 18 09:12:09 UTC 2011 - co...@suse.com
+
+- use original tar.gz
+
+---
+Sun Jun  5 01:39:38 UTC 2011 - l...@linux-schulserver.de
+
+- update to 0.22
+
+---
+Wed Dec  1 13:32:26 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Sat Jul 25 19:37:46 CEST 2009 - ch...@computersalat.de
+
+- spec mods
+  * removed ^--
+  * removed ^#-
+
+---
+Sun Jun 21 22:41:25 CEST 2009 - ch...@computersalat.de
+
+- update to 0.21
+- added perl-macros
+  o autogen filelist with perl_gen_filelist
+
+---
+Thu Aug 21 00:00:00 CEST 2008 - r...@scorpio-it.net - 0.20
+
+- initial Package
+

New:

  File-Temp-0.2302.tar.gz
  perl-File-Temp.changes
  perl-File-Temp.spec



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

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


Name:   perl-File-Temp
Version:0.2302
Release:0
%define cpan_name File-Temp
Summary:return name and handle of a temporary file safely
License:Artistic-1.0 or GPL-1.0+
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/File-Temp/
Source: 
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(File::Path) = 2.06
BuildRequires:  perl(parent) = 0.221
#BuildRequires: perl(Pod::Wordlist)
#BuildRequires: perl(Test::Spelling) = 0.12
Requires:   perl(File::Path) = 2.06
Requires:   perl(parent) = 0.221
%{perl_requires}

%description

commit perl-List-AllUtils for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-List-AllUtils for 
openSUSE:Factory checked in at 2013-10-21 15:13:57

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


Package is perl-List-AllUtils

Changes:

--- /work/SRC/openSUSE:Factory/perl-List-AllUtils/perl-List-AllUtils.changes
2012-05-30 11:42:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-List-AllUtils.new/perl-List-AllUtils.changes   
2013-10-21 15:14:01.0 +0200
@@ -1,0 +2,10 @@
+Fri Oct  4 09:13:59 UTC 2013 - co...@suse.com
+
+- updated to 0.05
++- Really require List::Util 1.31, instead of just saying so in the
++  Changes. Reported by Przemysław Wesołek. RT #88296
++- Updated to require List::Util 1.31, which includes a bunch of new pairwise
++  functions.
++- Updated docs to match List::MoreUtils 0.28+. Reported by ilmari. RT #75196.
+
+---

Old:

  List-AllUtils-0.02.tar.gz

New:

  List-AllUtils-0.05.tar.gz



Other differences:
--
++ perl-List-AllUtils.spec ++
--- /var/tmp/diff_new_pack.2SG3J6/_old  2013-10-21 15:14:03.0 +0200
+++ /var/tmp/diff_new_pack.2SG3J6/_new  2013-10-21 15:14:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-List-AllUtils
 #
-# 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,54 +17,52 @@
 
 
 Name:   perl-List-AllUtils
-Version:0.02
+Version:0.05
 Release:0
+%define cpan_name List-AllUtils
 Summary:Combines List::Util and List::MoreUtils in one bite-sized 
package
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-2.0
 Group:  Development/Libraries/Perl
-Source: 
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/List-AllUtils-%{version}.tar.gz
-Url:http://search.cpan.org/dist/List-AllUtils
+Url:http://search.cpan.org/dist/List-AllUtils/
+Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(List::MoreUtils) = 0.22
-BuildRequires:  perl(List::Util) = 1.19
-BuildRequires:  perl(Module::Build) = 0.35
-BuildRequires:  perl(Test::More)
-Requires:   perl(List::MoreUtils) = 0.22
-Requires:   perl(List::Util) = 1.19
-%if 0%{?suse_version} = 1120
-BuildArch:  noarch
-%endif
+BuildRequires:  perl(List::MoreUtils) = 0.28
+BuildRequires:  perl(List::Util) = 1.31
+BuildRequires:  perl(Test::More) = 0.88
+#BuildRequires: perl(List::AllUtils)
+Requires:   perl(List::MoreUtils) = 0.28
+Requires:   perl(List::Util) = 1.31
+%{perl_requires}
 
 %description
 Are you sick of trying to remember whether a particular helper is defined
-in List::Util or List::MoreUtils? I sure am. Now you don't have to
-remember. This module will export all of the functions that either of
-those two modules defines.
+in 'List::Util' or 'List::MoreUtils'? I sure am. Now you don't have to
+remember. This module will export all of the functions that either of those
+two modules defines.
+
+Note that all function documentation has been shamelessly copied from the
+List::Util manpage and List::MoreUtils.
 
 %prep
-%setup -q -n List-AllUtils-%{version}
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl ./Build.PL
-./Build
-
-%install
-./Build pure_install --destdir %{buildroot} --installdirs vendor
-%perl_process_packlist
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
+%install
+%perl_make_install
+%perl_process_packlist
+%perl_gen_filelist
 
-%files
-%defattr(-,root,root)
-%doc Changes README
-%dir %{perl_vendorlib}/List
-%{perl_vendorlib}/List/AllUtils.pm
-%doc %{perl_man3dir}/List::AllUtils.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes LICENSE README
 
 %changelog

++ List-AllUtils-0.02.tar.gz - List-AllUtils-0.05.tar.gz ++
 1987 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-Path-Tiny for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Path-Tiny for openSUSE:Factory 
checked in at 2013-10-21 15:14:22

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


Package is perl-Path-Tiny

Changes:

--- /work/SRC/openSUSE:Factory/perl-Path-Tiny/perl-Path-Tiny.changes
2013-09-27 17:56:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Path-Tiny.new/perl-Path-Tiny.changes   
2013-10-21 15:14:23.0 +0200
@@ -1,0 +2,15 @@
+Tue Oct  8 15:50:04 UTC 2013 - co...@suse.com
+
+- updated to 0.038
+   [ADDITIONS]
+   - Added 'is_rootdir' method to simplify testing if a path is
+ the root directory
+
+   [FIXES]
+   - Fixed for v5.8
+
+   [PREREQS]
+   - No longer lists 'threads' as a prerequisite.  If you have a threaded
+ perl, you have it and if you're not, Path::Tiny doesn't care.
+
+---

Old:

  Path-Tiny-0.035.tar.gz

New:

  Path-Tiny-0.038.tar.gz



Other differences:
--
++ perl-Path-Tiny.spec ++
--- /var/tmp/diff_new_pack.ljmsZd/_old  2013-10-21 15:14:24.0 +0200
+++ /var/tmp/diff_new_pack.ljmsZd/_new  2013-10-21 15:14:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Path-Tiny
-Version:0.035
+Version:0.038
 Release:0
 %define cpan_name Path-Tiny
 Summary:File path utility
@@ -29,18 +29,19 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Devel::Hide)
 BuildRequires:  perl(Digest::SHA) = 5.45
 BuildRequires:  perl(File::Path) = 2.07
 BuildRequires:  perl(File::Spec) = 3.40
-BuildRequires:  perl(File::Temp) = 0.18
-BuildRequires:  perl(File::pushd)
-BuildRequires:  perl(Test::Deep)
-BuildRequires:  perl(Test::FailWarnings)
-BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(File::Temp) = 0.19
 BuildRequires:  perl(Test::More) = 0.96
+#BuildRequires: perl(Path::Class)
+#BuildRequires: perl(Path::Tiny)
+#BuildRequires: perl(Pod::Wordlist)
+#BuildRequires: perl(Test::FailWarnings)
+#BuildRequires: perl(Test::Spelling) = 0.12
+#BuildRequires: perl(TestUtils)
+#BuildRequires: perl(Unicode::UTF8) = 0.58
 Requires:   perl(Digest::SHA) = 5.45
-Requires:   perl(File::Copy)
 Requires:   perl(File::Path) = 2.07
 Requires:   perl(File::Spec) = 3.40
 Requires:   perl(File::Temp) = 0.18
@@ -68,9 +69,6 @@
 without CRLF translation. Installing the Unicode::UTF8 manpage 0.58 or
 later will speed up several of them and is highly recommended.
 
-It uses the autodie manpage internally, so most failures will be thrown as
-exceptions.
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -88,6 +86,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

++ Path-Tiny-0.035.tar.gz - Path-Tiny-0.038.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.035/CONTRIBUTING 
new/Path-Tiny-0.038/CONTRIBUTING
--- old/Path-Tiny-0.035/CONTRIBUTING2013-09-24 13:22:03.0 +0200
+++ new/Path-Tiny-0.038/CONTRIBUTING2013-10-02 00:20:18.0 +0200
@@ -30,9 +30,17 @@
 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
 
-Likewise, much of the documentation Pod is generated at release time.
+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.)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.035/Changes new/Path-Tiny-0.038/Changes
--- old/Path-Tiny-0.035/Changes 2013-09-24 13:22:03.0 +0200
+++ new/Path-Tiny-0.038/Changes 2013-10-02 00:20:18.0 +0200
@@ -1,5 +1,25 @@
 Revision history for Path-Tiny
 
+0.038 2013-10-01 18:20:05 America/New_York
+
+[ADDITIONS]
+
+- Added 'is_rootdir' method to simplify testing if a path is
+  the root directory
+
+0.037 2013-09-25 13:00:25 America/New_York
+
+[FIXES]
+
+- Fixed for v5.8
+
+0.036 2013-09-25 09:34:28 America/New_York
+
+[PREREQS]
+
+- No longer 

commit perl-Pod-Spell for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Pod-Spell for openSUSE:Factory 
checked in at 2013-10-21 15:14:34

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


Package is perl-Pod-Spell

Changes:

--- /work/SRC/openSUSE:Factory/perl-Pod-Spell/perl-Pod-Spell.changes
2013-07-30 14:04:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new/perl-Pod-Spell.changes   
2013-10-21 15:14:35.0 +0200
@@ -1,0 +2,48 @@
+Fri Oct  4 09:12:10 UTC 2013 - co...@suse.com
+
+- updated to 1.10
+[FEATURES]
+- added 'no_wide_chars' option to strip words with such characters
+  from the output.  This may help spellcheckers that can't cope
+  with UTF-8
+[CHANGED]
+- improved punctuation stripping algorithm for better word
+  isolation (example C hello.  now is found as hello)
+- strips all word that do not have at least one \w character
+  as a spellchecker isn't likely to do anything useful with them
+[DOCUMENTED]
+- added recommendations for dealing with character encoding
+ 
+ 1.09  2013-09-25
+[FIXED]
+- stopwords with 's are learned without 's to match how they are
+  checked
+[CHANGED]
+- leading and trailing punctuation is entirely stripped since the
+  spellchecker won't care anyway.  Trailing periods are *not*
+  stripped as they might be abbreviations (Ph.D.), but such words
+  are checked against the stoplist both with and without
+  trailing periods to account for abbreviations and words at the
+  end of a sentence.
+ 
+ 1.08  2013-09-24
+[FIXED]
+- hyphenated word parts are also checked against the stoplist
+  and stripped (dagolden) GH #9
+[DOCUMENTED]
+- noted that stopwords must be added before words appear in Pod
+ 
+ 1.07  2013-09-14
+- add many words
+[FEATURES]
+- Pod::Wordlist is an Object ( dagolden )
+- Lingua::EN::Inflect is used to reduce requiring plurals in the list
+  ( dagolden )
+- the wordlist is now a sharedir file
+[DEPRECATED]
+- accessing %Pod::Wordlist::Wordlist directly
+ 
+ 1.06  2013-09-08
+- import stopwords from Pod::Wordlist::hanekomu except names
+
+---

Old:

  Pod-Spell-1.05.tar.gz

New:

  Pod-Spell-1.10.tar.gz



Other differences:
--
++ perl-Pod-Spell.spec ++
--- /var/tmp/diff_new_pack.IpwV6w/_old  2013-10-21 15:14:36.0 +0200
+++ /var/tmp/diff_new_pack.IpwV6w/_new  2013-10-21 15:14:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Pod-Spell
-Version:1.05
+Version:1.10
 Release:0
 %define cpan_name Pod-Spell
 Summary:a formatter for spellchecking Pod
@@ -29,11 +29,22 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Class::Tiny)
+BuildRequires:  perl(File::ShareDir::Install) = 0.03
+BuildRequires:  perl(File::ShareDir::ProjectDistDir)
+BuildRequires:  perl(File::Slurp)
+BuildRequires:  perl(Lingua::EN::Inflect)
 BuildRequires:  perl(Pod::Escapes)
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::More) = 0.88
 #BuildRequires: perl(Pod::Spell)
 #BuildRequires: perl(Pod::Wordlist)
+#BuildRequires: perl(Test::EOL)
+#BuildRequires: perl(Test::Spelling) = 0.12
+Requires:   perl(Class::Tiny)
+Requires:   perl(File::ShareDir::ProjectDistDir)
+Requires:   perl(File::Slurp)
+Requires:   perl(Lingua::EN::Inflect)
 Requires:   perl(Pod::Escapes)
 %{perl_requires}
 
@@ -75,6 +86,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE perlcritic.rc README
+%doc Changes CONTRIBUTING LICENSE perlcritic.rc README share
 
 %changelog

++ Pod-Spell-1.05.tar.gz - Pod-Spell-1.10.tar.gz ++
 3538 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-POE for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-POE for openSUSE:Factory 
checked in at 2013-10-21 15:14:40

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


Package is perl-POE

Changes:

--- /work/SRC/openSUSE:Factory/perl-POE/perl-POE.changes2013-08-06 
08:57:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-POE.new/perl-POE.changes   2013-10-21 
15:14:41.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct  4 09:14:03 UTC 2013 - co...@suse.com
+
+- updated to 1.356, see CHANGES
+
+---

Old:

  POE-1.354.tar.gz

New:

  POE-1.356.tar.gz



Other differences:
--
++ perl-POE.spec ++
--- /var/tmp/diff_new_pack.hl1Dsl/_old  2013-10-21 15:14:42.0 +0200
+++ /var/tmp/diff_new_pack.hl1Dsl/_new  2013-10-21 15:14:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-POE
-Version:1.354
+Version:1.356
 Release:0
 %define cpan_name POE
 Summary:portable multitasking and networking framework for any event 
loop
@@ -25,16 +25,17 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/POE/
 Source: 
http://www.cpan.org/authors/id/R/RC/RCAPUTO/%{cpan_name}-%{version}.tar.gz
-# MANUAL
-BuildRequires:  netcfg
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# MANUAL
+BuildRequires:  netcfg
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(IO) = 1.24
 BuildRequires:  perl(IO::Handle) = 1.27
+BuildRequires:  perl(IO::Pipely) = 0.005
 BuildRequires:  perl(IO::Tty) = 1.08
-BuildRequires:  perl(POE::Test::Loops) = 1.351
+BuildRequires:  perl(POE::Test::Loops) = 1.352
 BuildRequires:  perl(Storable) = 2.16
 #BuildRequires: perl(Curses)
 #BuildRequires: perl(HTTP::Date)
@@ -62,6 +63,7 @@
 #BuildRequires: perl(POE::Pipe::OneWay)
 #BuildRequires: perl(POE::Pipe::TwoWay)
 #BuildRequires: perl(POE::Queue::Array)
+#BuildRequires: perl(POE::Resource::Clock)
 #BuildRequires: perl(POE::Resource::FileHandles)
 #BuildRequires: perl(POE::Resources)
 #BuildRequires: perl(POE::Session)
@@ -82,8 +84,9 @@
 #BuildRequires: perl(Win32::Process)
 Requires:   perl(IO) = 1.24
 Requires:   perl(IO::Handle) = 1.27
+Requires:   perl(IO::Pipely) = 0.005
 Requires:   perl(IO::Tty) = 1.08
-Requires:   perl(POE::Test::Loops) = 1.351
+Requires:   perl(POE::Test::Loops) = 1.352
 Requires:   perl(Storable) = 2.16
 %{perl_requires}
 
@@ -98,9 +101,9 @@
 written by others, with the help of POE::Test::Loops. They may be found on
 the CPAN.
 
-POE achieves its its high degree of portability to different operating
-systems and Perl versions by being written entirely in Perl. CPAN hosts
-optional XS modules for POE if speed is more desirable than portability.
+POE achieves its high degree of portability to different operating systems
+and Perl versions by being written entirely in Perl. CPAN hosts optional XS
+modules for POE if speed is more desirable than portability.
 
 POE is designed in layers. Each layer builds atop the lower level ones.
 Programs are free to use POE at any level of abstraction, and different

++ POE-1.354.tar.gz - POE-1.356.tar.gz ++
 5354 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-Path-IsDev for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Path-IsDev for openSUSE:Factory 
checked in at 2013-10-21 15:14:14

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


Package is perl-Path-IsDev

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Path-IsDev.new/perl-Path-IsDev.changes 
2013-10-21 15:14:15.0 +0200
@@ -0,0 +1,6 @@
+---
+Tue Oct  8 07:30:24 UTC 2013 - co...@suse.com
+
+- initial package 0.6.0
+* created by cpanspec 1.78.07
+

New:

  Path-IsDev-0.6.0.tar.gz
  perl-Path-IsDev.changes
  perl-Path-IsDev.spec



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

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


Name:   perl-Path-IsDev
Version:0.6.0
Release:0
%define cpan_name Path-IsDev
Summary:Determine if a given Path resembles a development source tree
License:Artistic-1.0 or GPL-1.0+
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Path-IsDev/
Source: 
http://www.cpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Class::Tiny) = 0.010
BuildRequires:  perl(Module::Build) = 0.4007
BuildRequires:  perl(Module::Runtime)
BuildRequires:  perl(Path::Tiny)
BuildRequires:  perl(Role::Tiny)
BuildRequires:  perl(Role::Tiny::With)
BuildRequires:  perl(Sub::Exporter)
BuildRequires:  perl(Test::Fatal)
BuildRequires:  perl(Test::More) = 0.98
#BuildRequires: perl(Data::Dump)
#BuildRequires: perl(Path::FindDev)
#BuildRequires: perl(Path::IsDev)
#BuildRequires: perl(Path::IsDev::Object)
#BuildRequires: perl(Path::IsDev::Result)
#BuildRequires: perl(Path::IsDev::Role::Heuristic)
#BuildRequires: perl(Path::IsDev::Role::Heuristic::AnyDir)
#BuildRequires: perl(Path::IsDev::Role::Heuristic::AnyFile)
#BuildRequires: perl(Path::IsDev::Role::Heuristic::RegexpFile)
#BuildRequires: perl(Path::IsDev::Role::HeuristicSet)
#BuildRequires: perl(Path::IsDev::Role::HeuristicSet::Simple)
#BuildRequires: perl(Path::IsDev::Role::NegativeHeuristic)
#BuildRequires: perl(Path::IsDev::Role::NegativeHeuristic::AnyFile)
#BuildRequires: perl(Test::Kwalitee)
#BuildRequires: perl(YAML::Dumper)
#BuildRequires: perl(YAML::Loader)
Requires:   perl(Class::Tiny) = 0.010
Requires:   perl(Module::Runtime)
Requires:   perl(Path::Tiny)
Requires:   perl(Role::Tiny)
Requires:   perl(Role::Tiny::With)
Requires:   perl(Sub::Exporter)
%{perl_requires}

%description
This module is more or less a bunch of heuristics for determining if a
given path is a development tree root of some kind.

This has many useful applications, notably ones that require behaviours for
installed modules to be different to those that are still in
development

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}

%check
./Build test

%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE perlcritic.rc README weaver.ini

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



commit perl-Tree-DAG_Node for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Tree-DAG_Node for 
openSUSE:Factory checked in at 2013-10-21 15:14:59

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


Package is perl-Tree-DAG_Node

Changes:

--- /work/SRC/openSUSE:Factory/perl-Tree-DAG_Node/perl-Tree-DAG_Node.changes
2013-07-30 18:46:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Tree-DAG_Node.new/perl-Tree-DAG_Node.changes   
2013-10-21 15:15:00.0 +0200
@@ -1,0 +2,42 @@
+Fri Oct  4 09:12:08 UTC 2013 - co...@suse.com
+
+- updated to 1.18
+- No changes, code or otherwise, except for the version # in the *.pm, 
this file, and Changelog.ini.
+- Somehow a corrupted version got uploaded to search.cpan.org, so I've 
just changed the version #.
+The file on MetaCPAN was fine.
+- Thanx to Rob (Sisyphus) for reporting this.
+ 
+ 1.17  Mon Sep 16 15:24:00 2013
+- Write test temp files in :raw mode as well as utf-8, for MS Windows 
users.
+- Take the opportunity to change all utf8 to utf-8, as per the docs 
for Encode,
+except for 'use warnings  qw(FATAL utf8);', which doesn't 
accept utf-8 :-(.
+ 
+ 1.16  Mon Sep  9 09;26:00 2013
+- Accept a patch (slightly modified by me) from Tom Molesworth (see 
RT#88501):
+Remove 'use open qw(:std :utf8);' because of its global effect.
+Replace Perl6::Slurp with File::Slurp, using the latter's 
binmode option for the encoding.
+Fix docs where I'd erroneously said File::Slurp didn't support 
utf8.
+ 
+ 1.15  Fri Sep  6 11:10:00 2013
+- Replace Path::Tiny with File::Spec, because the former's list of 
dependencies is s long :-(.
+Changed files: t/read.tree.t, Build.PL and Makefile.PL.
+See: RT#88435 for an explanation.
+- Move t/pod.t to xt/author/pod.t.
+ 
+ 1.14  Wed Sep  4 13:44:00 2013
+- Document the copy() method.
+- Patch the copy() method so it respects the {no_attribute_copy = 1} 
option.
+- Add method read_tree(), for text files. It uses Perl6::Slurp (which 
supports utf8).
+- Add methods read_attributes() and string2hashref($s) for use by 
read_tree().
+- Add t/read.tree.t to test read_tree().
+- Add t/tree.utf8.attrbiutes.txt, in utf8, for use by t/read.tree.t.
+- Add t/tree.with.attributes.txt and t/tree.without.attributes.txt for 
use by t/read.tree.t.
+- Make Perl V 5.8.1 a pre-req so we have access to the utf8 pragma.
+ 
+ 1.13  Mon Aug 12 17:16:00 2013
+- Change the values accepted for the no_attributes option from undef 
and 1 to 0 and 1.
+If undef is used, it becomes 0, so pre-existing code will not 
change behaviour.
+This makes it easier to pass 0 or 1 from the command line, 
since there is no default value available.
+
+
+---

Old:

  Tree-DAG_Node-1.12.tgz

New:

  Tree-DAG_Node-1.18.tgz



Other differences:
--
++ perl-Tree-DAG_Node.spec ++
--- /var/tmp/diff_new_pack.K69Z4i/_old  2013-10-21 15:15:01.0 +0200
+++ /var/tmp/diff_new_pack.K69Z4i/_new  2013-10-21 15:15:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Tree-DAG_Node
-Version:1.12
+Version:1.18
 Release:0
 %define cpan_name Tree-DAG_Node
 Summary:An N-ary tree
@@ -29,9 +29,15 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(File::Slurp) = .19
+BuildRequires:  perl(File::Spec) = 3.4
+BuildRequires:  perl(File::Temp) = 0.2301
 BuildRequires:  perl(Module::Build) = 0.38
 BuildRequires:  perl(Test::More) = 0.98
 #BuildRequires: perl(Tree::DAG_Node)
+Requires:   perl(File::Slurp) = .19
+Requires:   perl(File::Spec) = 3.4
+Requires:   perl(File::Temp) = 0.2301
 %{perl_requires}
 
 %description
@@ -122,6 +128,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changelog.ini Changes README scripts
+%doc Changelog.ini Changes README scripts xt
 
 %changelog

++ Tree-DAG_Node-1.12.tgz - Tree-DAG_Node-1.18.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tree-DAG_Node-1.12/Build.PL 
new/Tree-DAG_Node-1.18/Build.PL
--- old/Tree-DAG_Node-1.12/Build.PL 2013-07-03 08:43:17.0 +0200
+++ new/Tree-DAG_Node-1.18/Build.PL 2013-09-19 06:36:07.0 +0200
@@ -1,3 +1,6 @@
+use strict;
+use warnings;
+
 use Module::Build;
 
 Module::Build - new
@@ -8,16 +11,20 @@
dist_author= 'Sean M. 

commit perl-Plack for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Plack for openSUSE:Factory 
checked in at 2013-10-21 15:14:27

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


Package is perl-Plack

Changes:

--- /work/SRC/openSUSE:Factory/perl-Plack/perl-Plack.changes2013-07-09 
20:57:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Plack.new/perl-Plack.changes   
2013-10-21 15:14:30.0 +0200
@@ -1,0 +2,16 @@
+Fri Oct  4 09:12:16 UTC 2013 - co...@suse.com
+
+- updated to 1.0029
+  [NEW FEATURES]
+  - Plack::Test now has a simpler object-oriented interface that doesn't
+take multiple callbacks. #420
+
+  [IMPROVEMENTS]
+  - bump dependencies for Test::TCP and HTTP::Tiny
+  - Set no_proxy for HTTP::Tiny in tests (kazeburo)
+
+  [INCOMPATIBLE CHANGES]
+  - Split HTTP::Server::Simple handler from Plack distribution and merge to
+HTTP-Server-Simple-PSGI distribution
+
+---

Old:

  Plack-1.0028.tar.gz

New:

  Plack-1.0029.tar.gz



Other differences:
--
++ perl-Plack.spec ++
--- /var/tmp/diff_new_pack.ZJJnTT/_old  2013-10-21 15:14:33.0 +0200
+++ /var/tmp/diff_new_pack.ZJJnTT/_new  2013-10-21 15:14:33.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Plack
-Version:1.0028
+Version:1.0029
 Release:0
 %define cpan_name Plack
 Summary:Perl Superglue for Web frameworks and Web Servers (PSGI 
toolkit)
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Plack/
-Source: 
http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -37,13 +37,13 @@
 BuildRequires:  perl(Filesys::Notify::Simple)
 BuildRequires:  perl(HTTP::Body) = 1.06
 BuildRequires:  perl(HTTP::Message) = 5.814
-BuildRequires:  perl(HTTP::Tiny) = 0.024
+BuildRequires:  perl(HTTP::Tiny) = 0.034
 BuildRequires:  perl(Hash::MultiValue) = 0.05
 BuildRequires:  perl(Pod::Usage) = 1.36
 BuildRequires:  perl(Stream::Buffered) = 0.02
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Requires)
-BuildRequires:  perl(Test::TCP) = 1.02
+BuildRequires:  perl(Test::TCP) = 2.00
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(URI) = 1.59
 BuildRequires:  perl(parent)
@@ -54,11 +54,11 @@
 Requires:   perl(Filesys::Notify::Simple)
 Requires:   perl(HTTP::Body) = 1.06
 Requires:   perl(HTTP::Message) = 5.814
-Requires:   perl(HTTP::Tiny) = 0.024
+Requires:   perl(HTTP::Tiny) = 0.034
 Requires:   perl(Hash::MultiValue) = 0.05
 Requires:   perl(Pod::Usage) = 1.36
 Requires:   perl(Stream::Buffered) = 0.02
-Requires:   perl(Test::TCP) = 1.02
+Requires:   perl(Test::TCP) = 2.00
 Requires:   perl(Try::Tiny)
 Requires:   perl(URI) = 1.59
 Requires:   perl(parent)

++ Plack-1.0028.tar.gz - Plack-1.0029.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Plack-1.0028/Changes new/Plack-1.0029/Changes
--- old/Plack-1.0028/Changes2013-06-15 10:42:57.0 +0200
+++ new/Plack-1.0029/Changes2013-08-22 23:05:49.0 +0200
@@ -1,5 +1,18 @@
 Go to http://github.com/plack/Plack/issues for the roadmap and known issues.
 
+1.0029  2013-08-22 14:05:44 PDT
+[NEW FEATURES]
+- Plack::Test now has a simpler object-oriented interface that doesn't
+  take multiple callbacks. #420
+
+[IMPROVEMENTS]
+- bump dependencies for Test::TCP and HTTP::Tiny
+- Set no_proxy for HTTP::Tiny in tests (kazeburo)
+
+[INCOMPATIBLE CHANGES]
+- Split HTTP::Server::Simple handler from Plack distribution and merge 
to
+  HTTP-Server-Simple-PSGI distribution
+
 1.0028  2013-06-15 01:42:52 PDT
 [IMPROVEMENTS]
 - Skip cgi related tests for Win32 (chorny) #413
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Plack-1.0028/MANIFEST new/Plack-1.0029/MANIFEST
--- old/Plack-1.0028/MANIFEST   2013-06-15 10:42:57.0 +0200
+++ new/Plack-1.0029/MANIFEST   2013-08-22 23:05:49.0 +0200
@@ -48,7 +48,6 @@
 lib/Plack/Handler/CGI.pm
 lib/Plack/Handler/FCGI.pm
 lib/Plack/Handler/HTTP/Server/PSGI.pm
-lib/Plack/Handler/HTTP/Server/Simple.pm
 lib/Plack/Handler/Standalone.pm
 lib/Plack/LWPish.pm
 lib/Plack/Loader.pm
@@ -119,7 +118,6 @@
 t/Plack-Handler/apache2.t
 

commit perl-Scalar-List-Utils for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Scalar-List-Utils for 
openSUSE:Factory checked in at 2013-10-21 15:14:53

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


Package is perl-Scalar-List-Utils

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Scalar-List-Utils.new/perl-Scalar-List-Utils.changes
   2013-10-21 15:14:55.0 +0200
@@ -0,0 +1,51 @@
+---
+Sat Oct  5 06:30:51 UTC 2013 - co...@suse.com
+
+- update to 1.32:
+  * Skip pairmap()'s MULTICALL implementation 5.8.9 / 5.10.0 as it doesn't
+work (RT87857)
+  * Comment on the fact that package 0 is defined but false (RT88201)
+  * TODO test in t/readonly.t now passes since 5.19.3 (RT88223)
+
+---
+Mon Aug 19 05:31:34 UTC 2013 - l...@linux-schulserver.de
+
+- update to 1.31:
+  + Bugfix pairmap to return list length in scalar context
+  + Added Odd number of elements warnings to all pair* functions
+  + Added pairfirst
+  + Added MULTICALL implementations to pairmap/pairgrep/pairfirst
+  + Fix declaration-after-code for C99-challenged compilers
+  + Documentation updates to List::Util
+  + Bugfix to pairmap/pairgrep when stack moves beneath them 
+during operation
+  + Added pairgrep, pairmap, pairs (inspired by List::Pairwise)
+  + Added pairkeys and pairvalues
+  + Fix multicall refcount bug RT#80646
+  + Merge patch from JDHEDDEN - Add Scalar::Util::isdual() RT#76150
+  + Fix a hash order dependency bug t/tainted.t
+
+---
+Wed Dec  1 13:34:51 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Thu Mar 11 08:00:20 UTC 2010 - l...@linux-schulserver.de
+
+- update to 1.23:
+  + Use PERL_NO_GET_CONTEXT for efficiency (see perlguts)
+  + avoid non-portable warnings
+  + Fix PP::reftype in edge cases
+  + RT#51484 Preserve utf8 flag of string passed to dualvar()
+  + RT#51454 Check first argument to first/reduce is a code 
+reference
+  + RT#50528 [PATCH] p_tainted.t fix for VMS [Craig A. Berry]
+  + RT#48550 fix pure perl looks_like_number not to match 
+non-ascii digits
+
+---
+Tue Sep 15 22:17:03 CEST 2009 - l...@linux-schulserver.de
+
+- initial package build 
+

New:

  Scalar-List-Utils-1.32.tar.gz
  perl-Scalar-List-Utils.changes
  perl-Scalar-List-Utils.spec



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

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


Name:   perl-Scalar-List-Utils
Version:1.32
Release:0
%define cpan_name Scalar-List-Utils
Summary:Common Scalar and List utility subroutines
License:Artistic-1.0 or GPL-1.0+
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Scalar-List-Utils/
Source: Scalar-List-Utils-1.32.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
#BuildRequires: perl(List::Util::XS)
#BuildRequires: perl(Tie::StdScalar)
%{perl_requires}

%description
Common Scalar and List utility subroutines

%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes MYMETA.json MYMETA.yml README

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



commit perl-POE-Test-Loops for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-POE-Test-Loops for 
openSUSE:Factory checked in at 2013-10-21 15:14:47

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


Package is perl-POE-Test-Loops

Changes:

--- /work/SRC/openSUSE:Factory/perl-POE-Test-Loops/perl-POE-Test-Loops.changes  
2013-08-05 20:50:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-POE-Test-Loops.new/perl-POE-Test-Loops.changes 
2013-10-21 15:14:48.0 +0200
@@ -1,0 +2,15 @@
+Fri Oct  4 19:50:32 UTC 2013 - co...@suse.com
+
+- updated to 1.353
+   Windows locks files and directories while they're open. It's not
+   possible to unlink() them in this state.
+ 
+   The file reset test tried to unlink() a test log to reset it. The
+   unlink() was silently failing, and the test program was waiting
+   indefinitely for the reset.
+ 
+   Added a SKIP section around those tests so they don't run on Windows.
+   Fixes welcome, because I'd really like Windows users to be able to
+   detect file resets.
+
+---

Old:

  POE-Test-Loops-1.351.tar.gz

New:

  POE-Test-Loops-1.353.tar.gz



Other differences:
--
++ perl-POE-Test-Loops.spec ++
--- /var/tmp/diff_new_pack.5lCgpc/_old  2013-10-21 15:14:49.0 +0200
+++ /var/tmp/diff_new_pack.5lCgpc/_new  2013-10-21 15:14:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-POE-Test-Loops
-Version:1.351
+Version:1.353
 Release:0
 %define cpan_name POE-Test-Loops
 Summary:Reusable tests for POE::Loop authors
@@ -30,7 +30,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More) = 0.94
 %{perl_requires}
 
 %description

++ POE-Test-Loops-1.351.tar.gz - POE-Test-Loops-1.353.tar.gz ++
 1836 lines of diff (skipped)

++ strip-dummy-provides.diff ++
--- /var/tmp/diff_new_pack.5lCgpc/_old  2013-10-21 15:14:49.0 +0200
+++ /var/tmp/diff_new_pack.5lCgpc/_new  2013-10-21 15:14:49.0 +0200
@@ -10,7 +10,7 @@
 +package # split to avoid CPAN indexer
 +Switch;
  {
-   $Switch::VERSION = '1.351';
+   $Switch::VERSION = '1.353';
  }
 @@ -143,7 +144,8 @@ POE::NFA-spawn(
  ### observer who pushes the light's button over and over, watching it
@@ -20,7 +20,7 @@
 +package # split to avoid CPAN indexer
 +Operator;
  {
-   $Operator::VERSION = '1.351';
+   $Operator::VERSION = '1.353';
  }
 @@ -182,7 +184,8 @@ POE::Session-create(
  ### This is a Fibonacci number servlet.  Post it a request with the F
@@ -30,7 +30,7 @@
 +package # split to avoid CPAN indexer
 +FibServer;
  {
-   $FibServer::VERSION = '1.351';
+   $FibServer::VERSION = '1.353';
  }
 @@ -242,7 +245,8 @@ POE::NFA-spawn(
  ### This is a Fibonacci client.  It asks for F numbers and checks the
@@ -40,7 +40,7 @@
 +package # split to avoid CPAN indexer
 +FibClient;
  {
-   $FibClient::VERSION = '1.351';
+   $FibClient::VERSION = '1.353';
  }
 Index: lib/POE/Test/Loops/ses_session.pm
 ===
@@ -54,7 +54,7 @@
 +package # split to avoid CPAN indexer
 +UnmappedPackage;
  {
-   $UnmappedPackage::VERSION = '1.351';
+   $UnmappedPackage::VERSION = '1.353';
  }
 @@ -253,7 +254,8 @@ sub _stop {
  
#--
@@ -64,7 +64,7 @@
 +package # split to avoid CPAN indexer
 +UnmappedObject;
  {
-   $UnmappedObject::VERSION = '1.351';
+   $UnmappedObject::VERSION = '1.353';
  }
 @@ -280,7 +282,8 @@ sub _stop {
  
#--
@@ -74,7 +74,7 @@
 +package # split to avoid CPAN indexer
 +MappedPackage;
  {
-   $MappedPackage::VERSION = '1.351';
+   $MappedPackage::VERSION = '1.353';
  }
 @@ -304,7 +307,8 @@ sub my_stop {
  
#--
@@ -84,5 +84,5 @@
 +package # split to avoid CPAN indexer
 +MappedObject;
  {
-   $MappedObject::VERSION = '1.351';
+   $MappedObject::VERSION = '1.353';
  }

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



commit perl-WWW-Mechanize for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2013-10-21 15:15:05

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


Package is perl-WWW-Mechanize

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2013-06-21 13:37:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new/perl-WWW-Mechanize.changes   
2013-10-21 15:15:06.0 +0200
@@ -1,0 +2,17 @@
+Fri Oct  4 09:15:25 UTC 2013 - co...@suse.com
+
+- updated to 1.73
+  [TESTS]
+  
+  - Update t/local/back.t to use LocalServer for 404 checking to avoid fails
+  on win32. Fix by Matt S Trout, patient diagnostics and testing provided
+  by jayefuu of freenode #perl
+  
+  - Blow away more proxy env vars in LocalServer, and do it on load so that
+  the LWP env checking doesn't happen before we've done it.
+  
+  [OTHER CHANGES]
+  
+  - Better error when passing only one parameter to follow_link
+
+---

Old:

  WWW-Mechanize-1.72.tar.gz

New:

  WWW-Mechanize-1.73.tar.gz



Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.j485rC/_old  2013-10-21 15:15:08.0 +0200
+++ /var/tmp/diff_new_pack.j485rC/_new  2013-10-21 15:15:08.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-WWW-Mechanize
-Version:1.72
+Version:1.73
 Release:0
 %define cpan_name WWW-Mechanize
 Summary:Handy web browsing in a Perl object
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/WWW-Mechanize/
-Source: 
http://www.cpan.org/authors/id/J/JE/JESSE/%{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
@@ -74,12 +74,7 @@
 %{perl_requires}
 
 %description
-WWW::Mechanize, or Mech for short, helps you automate interaction with a
-website. It supports performing a sequence of page fetches including following
-links and submitting forms. Each fetched page is parsed and its links and
-forms are extracted. A link or a form can be selected, form fields can be
-filled and the next page can be fetched. Mech also stores a history of the
-URLs you've visited, which can be queried and revisited.
+Handy web browsing in a Perl object
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ WWW-Mechanize-1.72.tar.gz - WWW-Mechanize-1.73.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.72/Changes 
new/WWW-Mechanize-1.73/Changes
--- old/WWW-Mechanize-1.72/Changes  2012-02-03 00:37:59.0 +0100
+++ new/WWW-Mechanize-1.73/Changes  2013-08-24 06:23:37.0 +0200
@@ -3,7 +3,22 @@
 Mech now has its own mailing list at Google Groups:
 http://groups.google.com/group/www-mechanize-users
 
-[CHANGES]
+
+1.732013-08-24
+
+[TESTS]
+
+- Update t/local/back.t to use LocalServer for 404 checking to avoid fails
+on win32. Fix by Matt S Trout, patient diagnostics and testing provided
+by jayefuu of freenode #perl
+
+- Blow away more proxy env vars in LocalServer, and do it on load so that
+the LWP env checking doesn't happen before we've done it.
+
+[OTHER CHANGES]
+
+- Better error when passing only one parameter to follow_link
+
 
 1.72Thu Feb  2 18:37:28 EST 2012
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.72/MANIFEST 
new/WWW-Mechanize-1.73/MANIFEST
--- old/WWW-Mechanize-1.72/MANIFEST 2012-02-03 00:39:27.0 +0100
+++ new/WWW-Mechanize-1.73/MANIFEST 2013-08-24 06:33:06.0 +0200
@@ -23,6 +23,7 @@
 t/credentials-api.t
 t/credentials.t
 t/die.t
+t/dump.t
 t/field.html
 t/field.t
 t/find_frame.html
@@ -73,6 +74,7 @@
 t/pod-coverage.t
 t/pod.t
 t/regex-error.t
+t/save_content.html
 t/save_content.t
 t/select.html
 t/select.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.72/MANIFEST.SKIP 
new/WWW-Mechanize-1.73/MANIFEST.SKIP
--- old/WWW-Mechanize-1.72/MANIFEST.SKIP2011-08-05 22:48:08.0 
+0200
+++ new/WWW-Mechanize-1.73/MANIFEST.SKIP2013-08-24 06:10:43.0 
+0200
@@ -9,3 +9,5 @@
 .gitignore$
 .shipit$
 ^tags$
+^MYMETA
+^WWW-Mechanize
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit unrar for openSUSE:Factory:NonFree

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package unrar for openSUSE:Factory:NonFree 
checked in at 2013-10-21 15:15:44

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


Package is unrar

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/unrar/unrar.changes  2013-09-04 
14:05:58.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.unrar.new/unrar.changes 2013-10-21 
15:15:45.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 21 11:23:34 UTC 2013 - idon...@suse.com
+
+- Update to 5.0.12
+  * No changelog
+
+---

Old:

  unrarsrc-5.0.11.tar.gz

New:

  unrarsrc-5.0.12.tar.gz



Other differences:
--
++ unrar.spec ++
--- /var/tmp/diff_new_pack.ohUiAq/_old  2013-10-21 15:15:46.0 +0200
+++ /var/tmp/diff_new_pack.ohUiAq/_new  2013-10-21 15:15:46.0 +0200
@@ -18,10 +18,10 @@
 
 # majorversion should match the major version number.
 %define majorversion 5
-%define libsuffix 5_0_11
+%define libsuffix 5_0_12
 
 Name:   unrar
-Version:5.0.11
+Version:5.0.12
 Release:0
 License:SUSE-NonFree
 Summary:A program to extract, test, and view RAR archives

++ unrarsrc-5.0.11.tar.gz - unrarsrc-5.0.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/archive.cpp new/unrar/archive.cpp
--- old/unrar/archive.cpp   2013-08-22 15:10:37.0 +0200
+++ new/unrar/archive.cpp   2013-09-24 20:08:23.0 +0200
@@ -202,8 +202,15 @@
 MarkHead.HeadSize=SIZEOF_MARKHEAD3;
 
   // Skip the archive encryption header if any and read the main header.
-  while (ReadHeader()!=0  GetHeaderType()!=HEAD_MAIN)
+  while (ReadHeader()!=0)
+  {
+HEADER_TYPE Type=GetHeaderType();
+// In RAR 5.0 we need to quit after reading HEAD_CRYPT if we wish to
+// avoid the password prompt.
+if (Type==HEAD_MAIN || SilentOpen  Type==HEAD_CRYPT)
+  break;
 SeekToNext();
+  }
 
   // This check allows to make RS based recovery even if password is incorrect.
   // But we should not do it for EnableBroken or we'll get 'not RAR archive'
@@ -248,18 +255,13 @@
 
   MainComment=MainHead.CommentInHeader;
 
-#ifdef USE_QOPEN
-  if (MainHead.Locator  MainHead.QOpenOffset0  Cmd-QOpenMode!=QOPEN_NONE)
-  {
-QOpen.Init(this,false);
-QOpen.Load(MainHead.QOpenOffset);
-  }
-#endif
-
   // If we process non-encrypted archive or can request a password,
   // we set 'first volume' flag based on file attributes below.
   // It is necessary for RAR 2.x archives, which did not have 'first volume'
-  // flag in main header.
+  // flag in main header. Also for all RAR formats we need to scan until
+  // first file header to set comment flag when reading service header.
+  // Unless we are in silent mode, we need to know about presence of comment
+  // immediately after IsArchive call.
   if (!SilentOpen || !Encrypted)
   {
 SaveFilePos SavePos(*this);
@@ -269,11 +271,7 @@
 {
   HEADER_TYPE HeaderType=GetHeaderType();
   if (HeaderType==HEAD_SERVICE)
-  {
-if (SubHead.CmpName(SUBHEAD_TYPE_CMT))
-  MainComment=true;
 FirstVolume=!SubHead.SplitBefore;
-  }
   else
   {
 FirstVolume=HeaderType==HEAD_FILE  !FileHead.SplitBefore;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/arcread.cpp new/unrar/arcread.cpp
--- old/unrar/arcread.cpp   2013-08-22 15:10:37.0 +0200
+++ new/unrar/arcread.cpp   2013-09-24 20:08:23.0 +0200
@@ -365,6 +365,9 @@
 RecoveryPercent++;
 }
   }
+
+  if (hd-CmpName(SUBHEAD_TYPE_CMT))
+MainComment=true;
 }
 if ((hd-Flags  LHD_SALT)!=0)
   Raw.GetB(hd-Salt,SIZE_SALT30);
@@ -741,6 +744,24 @@
 
 if (ExtraSize!=0)
   ProcessExtra50(Raw,(size_t)ExtraSize,MainHead);
+
+#ifdef USE_QOPEN
+if (MainHead.Locator  MainHead.QOpenOffset0  
Cmd-QOpenMode!=QOPEN_NONE)
+{
+  // We seek to QO block in the end of archive when processing
+  // QOpen.Load, so we need to preserve current block positions
+  // to not break normal archive processing by calling function.
+  int64 SaveCurBlockPos=CurBlockPos,SaveNextBlockPos=NextBlockPos;
+  HEADER_TYPE SaveCurHeaderType=CurHeaderType;
+  
+  QOpen.Init(this,false);
+  QOpen.Load(MainHead.QOpenOffset);
+
+  CurBlockPos=SaveCurBlockPos;
+  NextBlockPos=SaveNextBlockPos;
+  CurHeaderType=SaveCurHeaderType;
+}
+#endif
   }
   break;
 

commit systemd for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2013-10-21 15:15:22

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


Package is systemd

Changes:

systemd-rpm-macros.changes: same change
--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2013-10-17 
17:48:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd.changes 2013-10-21 
15:15:24.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct 21 09:27:36 UTC 2013 - wer...@suse.de
+
+- Add patch
+  1009-make-xsltproc-use-correct-ROFF-links.patch
+  to have valid ROFF links in manual pages working again (bnc#842844)
+
+---

New:

  1009-make-xsltproc-use-correct-ROFF-links.patch



Other differences:
--
systemd-rpm-macros.spec: same change
++ systemd.spec ++
--- /var/tmp/diff_new_pack.roh9so/_old  2013-10-21 15:15:26.0 +0200
+++ /var/tmp/diff_new_pack.roh9so/_new  2013-10-21 15:15:26.0 +0200
@@ -250,6 +250,8 @@
 Patch1007:  1007-physical-hotplug-cpu-and-memory.patch
 # PATCH-FIX-OPENSUSE 1008-add-msft-compability-rules.patch
 Patch1008:  1008-add-msft-compability-rules.patch
+# PATCH-FIX-OPENSUSE 1009-make-xsltproc-use-correct-ROFF-links.patch -- Make 
ROFF links working again in manual pages (bnc#842844)
+Patch1009:  1009-make-xsltproc-use-correct-ROFF-links.patch
 
 %description
 Systemd is a system and service manager, compatible with SysV and LSB
@@ -522,6 +524,7 @@
 %patch1007 -p1
 %patch1008 -p1
 %endif
+%patch1009 -p1
 
 # ensure generate files are removed
 rm -f units/emergency.service

++ 1009-make-xsltproc-use-correct-ROFF-links.patch ++
--- systemd-208/man/custom-man.xsl
+++ systemd-208/man/custom-man.xsl  2013-10-21 09:23:31.030735259 +
@@ -61,4 +61,7 @@
   xsl:text/xsl:text
 /xsl:template
 
+xsl:param name=man.output.in.separate.dir select=1/xsl:param
+xsl:param name=man.output.base.dir/xsl:param
+
 /xsl:stylesheet
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit autoyast2 for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:13.1 checked 
in at 2013-10-21 15:20:48

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


Package is autoyast2

Changes:

--- /work/SRC/openSUSE:13.1/autoyast2/autoyast2.changes 2013-10-02 
14:47:38.0 +0200
+++ /work/SRC/openSUSE:13.1/.autoyast2.new/autoyast2.changes2013-10-21 
15:20:50.0 +0200
@@ -1,0 +2,13 @@
+Thu Oct 17 15:42:08 CEST 2013 - f...@suse.de
+
+- version 3.0.8
+- fix exception during rules processing (bnc#846203)
+- make rule totaldisk work again
+
+---
+Mon Oct 14 16:53:40 CEST 2013 - f...@suse.de
+
+- add requires for yast2-runlevel to autoyast2-installation 
+  (bnc#844761)
+
+---

Old:

  autoyast2-3.0.7.tar.bz2

New:

  autoyast2-3.0.8.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.EjNBtZ/_old  2013-10-21 15:20:50.0 +0200
+++ /var/tmp/diff_new_pack.EjNBtZ/_new  2013-10-21 15:20:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.0.7
+Version:3.0.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,6 +37,7 @@
 Requires:   yast2 = 2.16.36
 Requires:   yast2-core
 Requires:   yast2-country
+Requires:   yast2-runlevel
 Requires:   yast2-schema
 Requires:   yast2-storage = 3.0.5
 Requires:   yast2-transfer = 2.21.0

++ autoyast2-3.0.7.tar.bz2 - autoyast2-3.0.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.0.7/COPYING new/autoyast2-3.0.8/COPYING
--- old/autoyast2-3.0.7/COPYING 2013-09-30 17:15:22.0 +0200
+++ new/autoyast2-3.0.8/COPYING 2013-10-17 15:52:45.0 +0200
@@ -1,339 +0,0 @@
-GNU GENERAL PUBLIC LICENSE
-   Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users.  This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it.  (Some other Free Software Foundation software is covered by
-the GNU Lesser General Public License instead.)  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have.  You must make sure that they, too, receive or can get the
-source code.  And you must show them these terms so they know their
-rights.
-
-  We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
-  Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software.  If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary.  To prevent this, we have made it clear that any
-patent 

commit autoyast2 for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:13.1 checked 
in at 2013-10-21 15:22:03

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


Package is autoyast2

Changes:




Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.Dpw6YH/_old  2013-10-21 15:22:04.0 +0200
+++ /var/tmp/diff_new_pack.Dpw6YH/_new  2013-10-21 15:22:04.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   autoyast2
 Version:3.0.8
-Release:0
+Release:5
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:autoyast2-%{version}.tar.bz2

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



commit yast2-slide-show for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package yast2-slide-show for openSUSE:13.1 
checked in at 2013-10-21 15:22:53

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


Package is yast2-slide-show

Changes:




Other differences:
--
++ yast2-slide-show.spec ++
--- /var/tmp/diff_new_pack.FgQauI/_old  2013-10-21 15:22:55.0 +0200
+++ /var/tmp/diff_new_pack.FgQauI/_new  2013-10-21 15:22:55.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   yast2-slide-show
 Version:3.0.1
-Release:0
+Release:3
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-slide-show-%{version}.tar.bz2

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



commit yast2-perl-bindings for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package yast2-perl-bindings for 
openSUSE:13.1 checked in at 2013-10-21 15:23:11

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


Package is yast2-perl-bindings

Changes:

--- /work/SRC/openSUSE:13.1/yast2-perl-bindings/yast2-perl-bindings.changes 
2013-09-23 11:16:23.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.yast2-perl-bindings.new/yast2-perl-bindings.changes
2013-10-21 15:23:12.0 +0200
@@ -1,0 +2,7 @@
+Thu Oct 17 14:13:21 UTC 2013 - mvid...@suse.com
+
+- Fix untranslated texts in yast2-users: call bindtextdomain
+  with YaST locale directory to find mo-files (bnc#845600).
+- 3.0.1
+
+---

Old:

  yast2-perl-bindings-3.0.0.tar.bz2

New:

  yast2-perl-bindings-3.0.1.tar.bz2



Other differences:
--
++ yast2-perl-bindings.spec ++
--- /var/tmp/diff_new_pack.vCoaTZ/_old  2013-10-21 15:23:12.0 +0200
+++ /var/tmp/diff_new_pack.vCoaTZ/_new  2013-10-21 15:23:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-perl-bindings
-Version:3.0.0
+Version:3.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-perl-bindings-3.0.0.tar.bz2 - yast2-perl-bindings-3.0.1.tar.bz2 
++
 6371 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-perl-bindings-3.0.0/VERSION new/yast2-perl-bindings-3.0.1/VERSION
--- old/yast2-perl-bindings-3.0.0/VERSION   2013-07-30 14:01:37.0 
+0200
+++ new/yast2-perl-bindings-3.0.1/VERSION   2013-10-17 16:52:30.0 
+0200
@@ -1 +1 @@
-3.0.0
+3.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-perl-bindings-3.0.0/configure.ac 
new/yast2-perl-bindings-3.0.1/configure.ac
--- old/yast2-perl-bindings-3.0.0/configure.ac  2013-07-31 10:49:58.0 
+0200
+++ new/yast2-perl-bindings-3.0.1/configure.ac  2013-10-17 16:52:30.0 
+0200
@@ -1,9 +1,9 @@
 dnl configure.ac for yast2-perl-bindings
 dnl
-dnl -- This file is generated by y2autoconf 2.24.7 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 3.0.5 - DO NOT EDIT! --
 dnl(edit configure.ac.in or configure.in.in instead)
 
-AC_INIT(yast2-perl-bindings, 3.0.0, http://bugs.opensuse.org/, 
yast2-perl-bindings)
+AC_INIT(yast2-perl-bindings, 3.0.1, http://bugs.opensuse.org/, 
yast2-perl-bindings)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION=3.0.0
+VERSION=3.0.1
 RPMNAME=yast2-perl-bindings
 MAINTAINER=Martin Vidner mvid...@suse.cz
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-perl-bindings-3.0.0/doc/YaPI.html 
new/yast2-perl-bindings-3.0.1/doc/YaPI.html
--- old/yast2-perl-bindings-3.0.0/doc/YaPI.html 2013-07-31 10:50:28.0 
+0200
+++ new/yast2-perl-bindings-3.0.1/doc/YaPI.html 2013-10-17 16:52:40.0 
+0200
@@ -26,7 +26,7 @@
   lia href=#i18ni18n/a
 ul
   lia href=#textdomaintextdomain/a/li
-  lia href=#double-underscore-__ (double underscore)/a/li
+  lia href=#double-underscore__ (double underscore)/a/li
 /ul
   /li
 /ul
@@ -109,7 +109,7 @@
 
 pCalls Locale::gettext::textdomain and also remembers an association between 
the calling package and the domain. Later calls of __ use this domain as an 
argument to dgettext./p
 
-h3 id=double-underscore-__ (double underscore)/h3
+h3 id=double-underscore__ (double underscore)/h3
 
 pCalls Locale::gettext::dgettext, supplying the textdomain of the calling 
package (set by calling textdomain)./p
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude 

commit yast2-perl-bindings for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package yast2-perl-bindings for 
openSUSE:13.1 checked in at 2013-10-21 15:23:44

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


Package is yast2-perl-bindings

Changes:




Other differences:
--
++ yast2-perl-bindings.spec ++
--- /var/tmp/diff_new_pack.vuWOLj/_old  2013-10-21 15:23:45.0 +0200
+++ /var/tmp/diff_new_pack.vuWOLj/_new  2013-10-21 15:23:45.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   yast2-perl-bindings
 Version:3.0.1
-Release:0
+Release:3
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-perl-bindings-%{version}.tar.bz2

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



commit digikam for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package digikam for openSUSE:13.1 checked in 
at 2013-10-21 15:24:23

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


Package is digikam

Changes:

--- /work/SRC/openSUSE:13.1/digikam/digikam.changes 2013-09-23 
10:49:46.0 +0200
+++ /work/SRC/openSUSE:13.1/.digikam.new/digikam.changes2013-10-21 
15:24:31.0 +0200
@@ -1,0 +2,20 @@
+Fri Oct 18 01:20:20 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Bump minimal opencv-devel BuildRequires to 2.4.5 as per CMakeLists
+
+---
+Fri Oct 11 21:25:58 UTC 2013 - nico.kru...@gmail.com
+
+- Update to 3.5.0:
+  digikam:
+- General : new RAW cameras supported : Richon GR,
+Panasonic LF1, Canon EOS 70D, Sony RX100II,
+Sony RX1R, Olympus E-P5.
+- 5 fixed bugs
+  (kde#324349, kde#323648, kde#325111, kde#325264, kde#325309)
+  kipi-plugins:
+- Panorama: Autocrop. Cropping area defaults to the
+maximum inner rectangle of the panorama.
+- 1 fixed bug (kde#324239)
+
+---
@@ -4 +24 @@
-- Update to 3.4.0
+- Update to 3.4.0:

Old:

  digikam-3.4.0.tar.bz2

New:

  digikam-3.5.0.tar.bz2



Other differences:
--
++ digikam.spec ++
--- /var/tmp/diff_new_pack.tsxDVO/_old  2013-10-21 15:24:32.0 +0200
+++ /var/tmp/diff_new_pack.tsxDVO/_new  2013-10-21 15:24:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   digikam
-Version:3.4.0
+Version:3.5.0
 Release:0
 Summary:A KDE Photo Manager
 License:GPL-2.0+
@@ -72,7 +72,7 @@
 BuildRequires:  libusb-1_0-devel
 BuildRequires:  libusb-compat-devel
 BuildRequires:  marble-devel
-BuildRequires:  opencv-devel
+BuildRequires:  opencv-devel = 2.4.5
 BuildRequires:  shared-desktop-ontologies-devel
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(glu)
@@ -248,8 +248,7 @@
 %build
 %if !0%{?kde_updatedapps}
 %if 0%{?suse_version} = 1310
-  
EXTRA_FLAGS=-DImageMagick_MagickCore_INCLUDE_DIR:PATH=%{_includedir}/ImageMagick-6
 \
-   
-DImageMagick_MagickCore_LIBRARY:FILEPATH=%{_libdir}/libMagickCore-6.Q8.so
+  EXTRA_FLAGS=
 %endif
 %cmake_kde4 -d build -- -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=FALSE 
-DENABLE_INTERNALMYSQL=FALSE $EXTRA_FLAGS
 %else

++ digikam-3.4.0.tar.bz2 - digikam-3.5.0.tar.bz2 ++
/work/SRC/openSUSE:13.1/digikam/digikam-3.4.0.tar.bz2 
/work/SRC/openSUSE:13.1/.digikam.new/digikam-3.5.0.tar.bz2 differ: char 11, 
line 1

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



commit digikam for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package digikam for openSUSE:13.1 checked in 
at 2013-10-21 15:27:57

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


Package is digikam

Changes:




Other differences:
--
++ digikam.spec ++
--- /var/tmp/diff_new_pack.Lvgr6Q/_old  2013-10-21 15:28:03.0 +0200
+++ /var/tmp/diff_new_pack.Lvgr6Q/_new  2013-10-21 15:28:03.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   digikam
 Version:3.5.0
-Release:0
+Release:4
 Summary:A KDE Photo Manager
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers

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



commit calligra-l10n for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package calligra-l10n for openSUSE:13.1 
checked in at 2013-10-21 15:32:00

Comparing /work/SRC/openSUSE:13.1/calligra-l10n (Old)
 and  /work/SRC/openSUSE:13.1/.calligra-l10n.new (New)


Package is calligra-l10n

Changes:




Other differences:
--
++ calligra-l10n.spec ++
--- /var/tmp/diff_new_pack.xhUONv/_old  2013-10-21 15:32:01.0 +0200
+++ /var/tmp/diff_new_pack.xhUONv/_new  2013-10-21 15:32:01.0 +0200
@@ -23,7 +23,7 @@
 
 Name:   calligra-l10n
 Version:2.7.4
-Release:0
+Release:5
 Summary:Translations for Calligra Suite
 License:GPL-2.0+
 Group:  System/Localization

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



commit calligra for openSUSE:13.1

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package calligra for openSUSE:13.1 checked 
in at 2013-10-21 15:32:18

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


Package is calligra

Changes:




Other differences:
--
++ calligra.spec ++
--- /var/tmp/diff_new_pack.PlmGhH/_old  2013-10-21 15:32:25.0 +0200
+++ /var/tmp/diff_new_pack.PlmGhH/_new  2013-10-21 15:32:25.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   calligra
 Version:2.7.4
-Release:0
+Release:5
 Summary:Libraries and Base Files for the KDE Office Suite
 License:GPL-2.0+ and LGPL-2.1+ and GFDL-1.2
 Group:  Productivity/Office/Suite


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



commit nmap.2077 for openSUSE:12.3:Update

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package nmap.2077 for openSUSE:12.3:Update 
checked in at 2013-10-21 17:56:31

Comparing /work/SRC/openSUSE:12.3:Update/nmap.2077 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.nmap.2077.new (New)


Package is nmap.2077

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ /work/SRC/openSUSE:12.3:Update/.nmap.2077.new/nmap.changes  2013-10-21 
17:56:32.0 +0200
@@ -0,0 +1,525 @@
+---
+Mon Oct 14 11:39:00 UTC 2013 - vdziewie...@suse.com
+
+- fix bnc#844953 CVE-2013-4885 (nmap-CVE-2013-4885.patch)
+- There was a vulnerability in one of our 437 NSE scripts.  If
+  you ran the (fortunately non-default) http-domino-enum-passwords script
+  with the (fortunately also non-default) domino-enum-passwords.idpath
+  parameter against a malicious server, it could cause an arbitrarily named
+  file to to be written to the client system.
+
+---
+Sat Dec  8 13:42:44 UTC 2012 - andreas.stie...@gmx.de
+
+- run available unit tests
+- add nmap-ncat-fail-test-addrset.patch to make ncat tests effective
+- add nmap-ncat-skip-network-tests.patch to skip tests requiring
+  name resolution
+
+---
+Sun Dec  2 14:09:50 UTC 2012 - andreas.stie...@gmx.de
+
+- update to 6.25
+  + add 373 IPv4 OS fingerprints and improve existing fingerprints
+  + add more than 400 service/version detection fingerprints
+  + integrate latest IPv6 OS submissions and corrections
+  + Enabled support for IPv6 traceroute using UDP, SCTP, and IPProto
+(Next Header) probes.
+  + Scripts can now return a structured name-value table so that results
+are query-able from XML output. Scripts can return a string as
+before, or a table, or a table and a string. In this last case, the
+table will go to XML output and the string will go to screen output.
+  + Ncat: Added support for Unix domain sockets. The new -U and
+--unixsock options activate this mode.
+  + removal of Windows dependencies reduces size of source tarball
+  + Replaced old RPC grinder with NSE-based implementation
+  + Updated Nmap Scripting Engine to use Lua 5.2
+  + Added 85 NSE scripts
+  + Added 12 new protocol libraries: 
+* ajp (Apache JServ Protocol)
+* base32 (Base32 encoding/decoding - RFC 4648)
+* bjnp (Canon BJNP printer/scanner discovery protocol)
+* cassandra (Cassandra database protocol)
+* eigrp (Cisco Enhanced Interior Gateway Routing Protocol)
+* gps (Global Positioning System - does GPRMC NMEA decoding)
+* ipp (CUPS Internet Printing Protocol)
+* isns (Internet Storage Name Service)
+* jdwp (Java Debug Wire Protocol)
+* mobileme (a service for managing Apple/Mac devices)
+* ospf (Open Shortest Path First routing protocol)
+* rdp (Remote Desktop Protocol)
+  + added more Common Platform Enumeration (CPE) identifiers 
+  + Scans that use OS sockets (including TCP connect scan, version
+detection, and script scan) now use the SO_BINDTODEVICE sockopt on
+Linux, so that the -e (select network device) option is
+honored.
+  + [Zenmap] Host filters can now do negative matching, for example you
+ can use os:!linux to match hosts NOT detected as Linux.
+  + further minor improvements and bug fixes as listed in 
+ http://nmap.org/changelog.html
+- for openSUSE releases where lua 5.2 is available, build with that
+  library, otherwise use the library that comes with the sources
+- add tests for the correct system or included libraries
+- refresh nmap-4.75-nostrip.patch
+- refresh su-to-zenmap.patch
+
+---
+Mon Jul 16 21:46:27 UTC 2012 - andreas.stie...@gmx.de
+
+- update manpages glob to fix Factory build
+
+---
+Sat Jun 23 08:56:35 UTC 2012 - andreas.stie...@gmx.de
+
+- update to upstream 6.0.1
+  * fix a zenmap a crash that happened when activating the host filter.
+  * fix finding network interfaces if one of them is in monitor mode
+  * fixx greppable output of hosts that time-out
+
+---
+Mon May 21 20:27:08 UTC 2012 - andreas.stie...@gmx.de
+
+- update to upstream 6.00
+  * enhanced Nmap Scripting Engine
+  * Better Web Scanning
+  * Full IPv6 Support
+  * New NPing Tool
+  * Better Zenmap GUI  results viewer
+  * Faster scans
+  * for a full list of changes see http://nmap.org/6/#changes and
+http://nmap.org/changelog.html
+- refresh nmap-4.00-libpcap-filter.diff
+
+---
+Tue Mar 27 21:36:17 UTC 2012 - 

commit dracut for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2013-10-21 19:52:02

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-10-17 
14:01:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes   2013-10-21 
19:52:04.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 21 00:13:48 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Remove not needed logrotate Requires
+
+---



Other differences:
--
++ dracut.spec ++
--- /var/tmp/diff_new_pack.xwLqOK/_old  2013-10-21 19:52:05.0 +0200
+++ /var/tmp/diff_new_pack.xwLqOK/_new  2013-10-21 19:52:05.0 +0200
@@ -71,7 +71,6 @@
 Requires:   findutils
 Requires:   grep
 Requires:   hardlink
-Requires:   logrotate
 Requires:   modutils
 Requires:   sed
 Requires:   systemd = 200

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



commit cluster-glue for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package cluster-glue for openSUSE:Factory 
checked in at 2013-10-21 19:51:42

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


Package is cluster-glue

Changes:

--- /work/SRC/openSUSE:Factory/cluster-glue/cluster-glue.changes
2013-10-11 11:03:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.cluster-glue.new/cluster-glue.changes   
2013-10-21 19:51:43.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct 14 12:30:18 UTC 2013 - kgronl...@suse.com
+
+- add ipmilan-ipmiif.patch:
+  Make sure to include OpenIPMI/ipmiif.h for correct
+  version detection.
+
+---

New:

  ipmilan-ipmiif.patch



Other differences:
--
++ cluster-glue.spec ++
--- /var/tmp/diff_new_pack.HShN0H/_old  2013-10-21 19:51:44.0 +0200
+++ /var/tmp/diff_new_pack.HShN0H/_new  2013-10-21 19:51:44.0 +0200
@@ -47,6 +47,7 @@
 Patch1: bug-694243_cluster-glue_symbol-conflict.patch
 Patch2: bnc662816_cluster-glue_hb_report_abspath.patch
 Patch4: cluster-glue_droplrm.patch
+Patch5: ipmilan-ipmiif.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  OpenIPMI-devel
 BuildRequires:  asciidoc
@@ -124,6 +125,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch4 -p1
+%patch5 -p1
 ###
 
 %build

++ ipmilan-ipmiif.patch ++
# HG changeset patch
# User Kristoffer Grönlund kgronl...@suse.com
# Date 1381753486 -7200
#  Mon Oct 14 14:24:46 2013 +0200
# Node ID 8ee647b07cfaee0a59024248e1b3a2a2c6c4d175
# Parent  5e7ce9f5535788db962f3a1335d0ee374d22aebd
Medium: Include OpenIPMI/ipmiif.h to ensure version detection succeeds.

diff --git a/lib/plugins/stonith/ipmilan_command.c 
b/lib/plugins/stonith/ipmilan_command.c
--- a/lib/plugins/stonith/ipmilan_command.c
+++ b/lib/plugins/stonith/ipmilan_command.c
@@ -28,6 +28,7 @@
 #include sys/types.h
 #include sys/socket.h
 
+#include OpenIPMI/ipmiif.h
 #include OpenIPMI/selector.h
 #include OpenIPMI/ipmi_conn.h
 #include OpenIPMI/ipmi_lan.h
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ima-evm-utils for openSUSE:Factory

2013-10-21 Thread h_root


binUcxZqsliee.bin
Description: Binary data


commit lvm2 for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package lvm2 for openSUSE:Factory checked in 
at 2013-10-21 19:53:30

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


Package is lvm2

Changes:

--- /work/SRC/openSUSE:Factory/lvm2/lvm2.changes2013-09-11 
14:15:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.lvm2.new/lvm2.changes   2013-10-21 
19:53:31.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 21 08:09:41 UTC 2013 - dmzh...@suse.com
+
+- bnc#779965, use export before %configure in spec
+
+---



Other differences:
--
++ lvm2.spec ++
--- /var/tmp/diff_new_pack.Ha7hpB/_old  2013-10-21 19:53:32.0 +0200
+++ /var/tmp/diff_new_pack.Ha7hpB/_new  2013-10-21 19:53:32.0 +0200
@@ -98,9 +98,11 @@
 %patch67 -p1
 
 %build
-#  set path so that thin_check can be found
-CFLAGS=$RPM_OPT_FLAGS MODPROBE_CMD=/sbin/modprobe \
-PATH=$PATH:/sbin:/usr/sbin \
+#set path so that thin_check can be found
+#export before configure due to bnc#779965
+export MODPROBE_CMD=/sbin/modprobe 
+export CFLAGS=$RPM_OPT_FLAGS
+export PATH=$PATH:/sbin:/usr/sbin 
 %configure --prefix=/ \
--bindir=/bin --libdir=/%_lib --with-usrlibdir=%_libdir \
--sbindir=/sbin --enable-dmeventd \


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



commit python-coverage for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package python-coverage for openSUSE:Factory 
checked in at 2013-10-21 20:01:20

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


Package is python-coverage

Changes:

--- /work/SRC/openSUSE:Factory/python-coverage/python-coverage.changes  
2013-05-16 16:15:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-coverage.new/python-coverage.changes 
2013-10-21 20:01:21.0 +0200
@@ -1,0 +2,12 @@
+Mon Oct 21 12:17:02 UTC 2013 - dmuel...@suse.com
+
+- update to 3.7:
+   * Added the ``--debug`` switch to ``coverage run``.  It accepts a list of
+   options indicating the type of internal activity to log to stderr.
+   * Running code with ``coverage run -m`` now behaves more like Python does,
+   setting sys.path properly, which fixes `issue 207`_ and `issue 242`_.
+   * Coverage can now run .pyc files directly, closing `issue 264`_.
+
+   Over 15 other bugfixes, see included CHANGELOG
+
+---

Old:

  coverage-3.6.tar.gz

New:

  coverage-3.7.tar.gz



Other differences:
--
++ python-coverage.spec ++
--- /var/tmp/diff_new_pack.tR3rkr/_old  2013-10-21 20:01:23.0 +0200
+++ /var/tmp/diff_new_pack.tR3rkr/_new  2013-10-21 20:01:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-coverage
-Version:3.6
+Version:3.7
 Release:0
 Url:http://nedbatchelder.com/code/coverage/%{version}
 Summary:Code coverage measurement for Python

++ coverage-3.6.tar.gz - coverage-3.7.tar.gz ++
 36148 lines of diff (skipped)

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



commit python-boto for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package python-boto for openSUSE:Factory 
checked in at 2013-10-21 20:01:02

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


Package is python-boto

Changes:

--- /work/SRC/openSUSE:Factory/python-boto/python-boto.changes  2013-09-26 
19:46:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-boto.new/python-boto.changes 
2013-10-21 20:01:03.0 +0200
@@ -1,0 +2,15 @@
+Mon Oct 21 13:25:31 UTC 2013 - dmuel...@suse.com
+
+- update to 2.15.0:
+  * Add SWF tutorial and code sample
+  * Add ap-southeast-2 region to S3WebsiteEndpointTranslate
+  * Add support for ``owner_acct_id`` in SQS ``get_queue``
+  * Add ap-southeast-2 region to Glacier
+  * Add ap-southeast-1 and ap-southeast-2 to Redshift
+  * Add SSH timeout option
+  * Add support for markers in ``lss3``
+  * Add ``block_device_mapping`` to EC2 ``create_image``
+  * Updated SWF tutorial
+  * Support Elastic Transcoder audio transcoding
+
+---

Old:

  boto-2.13.3.tar.gz

New:

  boto-2.15.0.tar.gz



Other differences:
--
++ python-boto-doc.spec ++
--- /var/tmp/diff_new_pack.z2wIRp/_old  2013-10-21 20:01:05.0 +0200
+++ /var/tmp/diff_new_pack.z2wIRp/_new  2013-10-21 20:01:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-boto-doc
-Version:2.13.3
+Version:2.15.0
 Release:0
 Url:http://code.google.com/p/boto/
 Summary:Amazon Web Services Library

python-boto.spec: same change
++ boto-2.13.3.tar.gz - boto-2.15.0.tar.gz ++
 110905 lines of diff (skipped)

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



commit python-dogpile.cache for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2013-10-21 20:01:38

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


Package is python-dogpile.cache

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2013-09-09 19:48:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new/python-dogpile.cache.changes
   2013-10-21 20:01:40.0 +0200
@@ -1,0 +2,10 @@
+Mon Oct 21 13:21:05 UTC 2013 - dmuel...@suse.com
+
+- update to 0.5.1:
+  * The :meth:`.CacheRegion.invalidate` method now supports an option
+  ``hard=True|False``.
+  * New dogpile-specific exception classes have been added, so that
+  issues like region already configured, region unconfigured,
+  raise dogpile-specific exceptions.  Other exception classes have
+
+---

Old:

  dogpile.cache-0.5.0.tar.gz

New:

  dogpile.cache-0.5.1.tar.gz



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.Mc72h4/_old  2013-10-21 20:01:44.0 +0200
+++ /var/tmp/diff_new_pack.Mc72h4/_new  2013-10-21 20:01:44.0 +0200
@@ -13,15 +13,16 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-dogpile.cache
-Version:0.5.0
+Version:0.5.1
 Release:0
-License:BSD-3-Clause
 Summary:A caching front-end based on the Dogpile lock
-Url:http://bitbucket.org/zzzeek/dogpile.cache
+License:BSD-3-Clause
 Group:  Development/Languages/Python
+Url:http://bitbucket.org/zzzeek/dogpile.cache
 Source: 
https://pypi.python.org/packages/source/d/dogpile.cache/dogpile.cache-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools

++ dogpile.cache-0.5.0.tar.gz - dogpile.cache-0.5.1.tar.gz ++
 2741 lines of diff (skipped)

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



commit python-psutil for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2013-10-21 20:02:10

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


Package is python-psutil

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2013-07-22 13:52:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2013-10-21 20:02:11.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct 21 12:19:35 UTC 2013 - dmuel...@suse.com
+
+- update to 1.1.1:
+ * #410: tar.gz and windows binary files are now hosted on PYPI.
+ * #412: [Linux] get/set process resource limits.
+ * #415: [Windows] Process.get_children() is an order of magnitude faster.
+ * #426: [Windows] Process.name is an order of magnitude faster.
+ * #431: [UNIX] Process.name is slightly faster because it unnecessarily
+ retrieved also process cmdline.
+
+---

Old:

  psutil-1.0.1.tar.gz

New:

  psutil-1.1.1.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.V2PQjT/_old  2013-10-21 20:02:12.0 +0200
+++ /var/tmp/diff_new_pack.V2PQjT/_new  2013-10-21 20:02:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-psutil
-Version:1.0.1
+Version:1.1.1
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-1.0.1.tar.gz - psutil-1.1.1.tar.gz ++
 3871 lines of diff (skipped)

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



commit python-sphinxcontrib-httpdomain for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package python-sphinxcontrib-httpdomain for 
openSUSE:Factory checked in at 2013-10-21 20:02:14

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


Package is python-sphinxcontrib-httpdomain

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-httpdomain/python-sphinxcontrib-httpdomain.changes
  2013-08-13 13:21:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-httpdomain.new/python-sphinxcontrib-httpdomain.changes
 2013-10-21 20:02:16.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 21 13:32:04 UTC 2013 - dmuel...@suse.com
+
+- update to 1.2.0:
+  * Add tornado support
+
+---

Old:

  sphinxcontrib-httpdomain-1.1.9.tar.gz

New:

  sphinxcontrib-httpdomain-1.2.0.tar.gz



Other differences:
--
++ python-sphinxcontrib-httpdomain.spec ++
--- /var/tmp/diff_new_pack.N1t0ll/_old  2013-10-21 20:02:17.0 +0200
+++ /var/tmp/diff_new_pack.N1t0ll/_new  2013-10-21 20:02:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-sphinxcontrib-httpdomain
-Version:1.1.9
+Version:1.2.0
 Release:0
 Summary:Sphinx domain for HTTP APIs
 License:BSD-2-Clause

++ sphinxcontrib-httpdomain-1.1.9.tar.gz - 
sphinxcontrib-httpdomain-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-httpdomain-1.1.9/PKG-INFO 
new/sphinxcontrib-httpdomain-1.2.0/PKG-INFO
--- old/sphinxcontrib-httpdomain-1.1.9/PKG-INFO 2013-08-07 18:26:56.0 
+0200
+++ new/sphinxcontrib-httpdomain-1.2.0/PKG-INFO 2013-10-19 09:45:53.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: sphinxcontrib-httpdomain
-Version: 1.1.9
+Version: 1.2.0
 Summary: Sphinx domain for HTTP APIs
 Home-page: http://bitbucket.org/birkenfeld/sphinx-contrib
 Author: Hong Minhee
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-httpdomain-1.1.9/setup.py 
new/sphinxcontrib-httpdomain-1.2.0/setup.py
--- old/sphinxcontrib-httpdomain-1.1.9/setup.py 2013-04-16 22:42:36.0 
+0200
+++ new/sphinxcontrib-httpdomain-1.2.0/setup.py 2013-08-07 20:24:15.0 
+0200
@@ -15,7 +15,7 @@
 
 setup(
 name='sphinxcontrib-httpdomain',
-version='1.1.9',
+version='1.2.0',
 url='http://bitbucket.org/birkenfeld/sphinx-contrib',
 download_url='http://pypi.python.org/pypi/sphinxcontrib-httpdomain',
 license='BSD',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinxcontrib-httpdomain-1.1.9/sphinxcontrib/autohttp/tornado.py 
new/sphinxcontrib-httpdomain-1.2.0/sphinxcontrib/autohttp/tornado.py
--- old/sphinxcontrib-httpdomain-1.1.9/sphinxcontrib/autohttp/tornado.py
1970-01-01 01:00:00.0 +0100
+++ new/sphinxcontrib-httpdomain-1.2.0/sphinxcontrib/autohttp/tornado.py
2013-10-19 09:41:10.0 +0200
@@ -0,0 +1,133 @@
+
+sphinxcontrib.autohttp.tornado
+~~
+
+The sphinx.ext.autodoc-style HTTP API reference builder (from Tornado)
+for sphinxcontrib.httpdomain.
+
+:copyright: Copyright 2013 by Rodrigo Machado
+:license: BSD, see LICENSE for details.
+
+
+
+import inspect
+import re
+try:
+import cStringIO as StringIO
+except ImportError:
+import StringIO
+
+from docutils import nodes
+from docutils.parsers.rst import directives
+from docutils.statemachine import ViewList
+
+from sphinx.util import force_decode
+from sphinx.util.compat import Directive
+from sphinx.util.nodes import nested_parse_with_titles
+from sphinx.util.docstrings import prepare_docstring
+from sphinx.pycode import ModuleAnalyzer
+
+from sphinxcontrib import httpdomain
+from sphinxcontrib.autohttp.common import http_directive, import_object
+
+
+def translate_tornado_rule(app, rule):
+buf = StringIO.StringIO()
+for name, filter, conf in app.router.parse_rule(rule):
+if filter:
+buf.write('(')
+buf.write(name)
+if filter != app.router.default_filter or conf:
+buf.write(':')
+buf.write(filter)
+if conf:
+buf.write(':')
+buf.write(conf)
+buf.write(')')
+else:
+buf.write(name)
+return buf.getvalue()
+
+
+def get_routes(app):
+for spec in app.handlers[0][1]:
+handler = spec.handler_class
+methods = inspect.getmembers(handler, predicate=inspect.ismethod)
+
+doc_methods = 

commit python-Cython for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2013-10-21 20:01:30

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


Package is python-Cython

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2013-10-17 17:45:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2013-10-21 20:01:32.0 +0200
@@ -1,0 +2,22 @@
+Mon Oct 21 12:13:57 UTC 2013 - dmuel...@suse.com
+
+- update to 0.19.2:
+* Some standard declarations were fixed or updated, including the 
previously
+incorrect declaration of ``PyBuffer_FillInfo()`` and some missing bits in
+``libc.math``.
+
+* Heap allocated subtypes of ``type`` used the wrong base type struct at 
the
+C level.
+
+* Calling the unbound method dict.keys/value/items() in dict subtypes could
+call the bound object method instead of the unbound supertype method.
+
+* yield wasn't supported in return value expressions.
+
+* Using the bint type in memory views lead to unexpected results.
+It is now an error.
+
+* Assignments to global/closure variables could catch them in an illegal 
state
+while deallocating the old value.
+
+---

Old:

  Cython-0.19.1.tar.gz

New:

  Cython-0.19.2.tar.gz



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.HlndKy/_old  2013-10-21 20:01:33.0 +0200
+++ /var/tmp/diff_new_pack.HlndKy/_new  2013-10-21 20:01:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-Cython
-Version:0.19.1
+Version:0.19.2
 Release:0
 Url:http://www.cython.org
 Summary:The Cython compiler for writing C extensions for the Python 
language

++ Cython-0.19.1.tar.gz - Cython-0.19.2.tar.gz ++
 2001 lines of diff (skipped)

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



commit python-feedzilla for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package python-feedzilla for 
openSUSE:Factory checked in at 2013-10-21 20:02:00

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


Package is python-feedzilla

Changes:

--- /work/SRC/openSUSE:Factory/python-feedzilla/python-feedzilla.changes
2013-03-08 09:40:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-feedzilla.new/python-feedzilla.changes   
2013-10-21 20:02:01.0 +0200
@@ -1,0 +2,19 @@
+Mon Oct 21 13:30:08 UTC 2013 - speili...@suse.com
+
+- Drop fdupes breaking build
+
+---
+Wed Oct  9 13:35:47 UTC 2013 - speili...@suse.com
+
+- Don't install demo module
+- Package README.rst
+
+---
+Sun Sep 29 17:12:22 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 0.22
+  + No changelog available
+- Use download url as source
+- Add fdupes BuildRequires to remove duplicate python libraries
+
+---

Old:

  feedzilla-0.1.21.tar.bz2

New:

  feedzilla-0.22.tar.gz



Other differences:
--
++ python-feedzilla.spec ++
--- /var/tmp/diff_new_pack.T3R2TA/_old  2013-10-21 20:02:02.0 +0200
+++ /var/tmp/diff_new_pack.T3R2TA/_new  2013-10-21 20:02:02.0 +0200
@@ -16,27 +16,23 @@
 #
 
 
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
-
 Name:   python-feedzilla
-Version:0.1.21
+Version:0.22
 Release:0
 Url:http://bitbucket.org/lorien/feedzilla
 Summary:Django application for atom/rss feeds aggregation
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: feedzilla-%{version}.tar.bz2
+Source: 
https://pypi.python.org/packages/source/f/feedzilla/feedzilla-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-django
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version}  1110
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
+%else
 BuildArch:  noarch
 %endif
-%endif
 
 %description
 Django application for atom/rss feeds aggregation i.e. planet engine.
@@ -49,9 +45,11 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+rm -r %{buildroot}%{python_sitelib}/demo
 
 %files
 %defattr(-,root,root,-)
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog

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



commit sqlite3 for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2013-10-21 20:02:44

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


Package is sqlite3

Changes:

--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2013-09-26 
07:19:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes 2013-10-21 
20:02:45.0 +0200
@@ -1,0 +2,13 @@
+Fri Oct 18 07:18:45 UTC 2013 - kpet...@suse.com
+
+- New version 3.8.1:
+- Full list of changes: http://sqlite.org/releaselog/3_8_1.html
+- Highlights:
+  * Enhancements to the query planner
+  * Refactor the implementation of PRAGMA statements to improve
+   parsing performance.
+  * Add the totype.c extension, implementing the tointeger() and 
+   toreal() SQL functions. 
+  * Added the SQLITE_MINIMUM_FILE_DESCRIPTOR compile-time option 
+
+---

Old:

  sqlite-autoconf-3080002.tar.gz

New:

  sqlite-autoconf-3080100.tar.gz



Other differences:
--
++ sqlite3.spec ++
--- /var/tmp/diff_new_pack.C31g6J/_old  2013-10-21 20:02:46.0 +0200
+++ /var/tmp/diff_new_pack.C31g6J/_new  2013-10-21 20:02:46.0 +0200
@@ -17,9 +17,9 @@
 
 
 Name:   sqlite3
-Version:3.8.0.2
+Version:3.8.1
 Release:0
-%define tarversion 3080002
+%define tarversion 3080100
 Summary:Embeddable SQL Database Engine
 License:SUSE-Public-Domain
 Group:  Productivity/Databases/Servers

++ sqlite-autoconf-3080002.tar.gz - sqlite-autoconf-3080100.tar.gz ++
 12923 lines of diff (skipped)

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



commit stgit for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package stgit for openSUSE:Factory checked 
in at 2013-10-21 20:03:10

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


Package is stgit

Changes:

--- /work/SRC/openSUSE:Factory/stgit/stgit.changes  2012-03-01 
07:22:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.stgit.new/stgit.changes 2013-10-21 
20:03:11.0 +0200
@@ -1,0 +2,17 @@
+Wed Oct  2 02:25:45 UTC 2013 - david.b...@emc.com
+
+- updated to version 0.17.1
+  -- Fix dirty index errors when resolving conflicts. 
+  -- Test suite improvements. 
+  -- Print tracebacks to stderr. 
+  -- Run test suite in parallel. 
+  -- Fix --authdate date parsing.
+
+- changes from version 0.16 to 0.17
+  -- Make refresh warn when the index is dirty 
+  -- Template updates to not hardcode whitespace 
+  -- Properly generate mbox formats when attaching patches 
+  -- Added new option to attach and inline patches when sending mail 
+  -- Various bugfixes and tiny improvements
+
+---

Old:

  stgit-0.16.tar.gz

New:

  stgit-0.17.1.tar.gz



Other differences:
--
++ stgit.spec ++
--- /var/tmp/diff_new_pack.Fy7JIa/_old  2013-10-21 20:03:16.0 +0200
+++ /var/tmp/diff_new_pack.Fy7JIa/_new  2013-10-21 20:03:16.0 +0200
@@ -24,10 +24,10 @@
 Summary:Stacked GIT - Source Code Management Tool
 License:GPL-2.0+
 Group:  Development/Tools/Version Control
-Version:0.16
+Version:0.17.1
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Url:http://www.procode.org/stgit
+Url:http://gna.org/projects/stgit
 Source: %{name}-%{version}.tar.gz
 Requires:   git-core
 Requires:   python
@@ -58,8 +58,8 @@
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-, root, root)
-%doc %attr(644,root,root) AUTHORS ChangeLog COPYING README TODO
+%defattr(-, root, root, 755)
+%doc %attr(-,root,root) AUTHORS ChangeLog COPYING README TODO
 %doc %{_mandir}/man?/*
 %{_bindir}/*
 %if %suse_version  1110

++ stgit-0.16.tar.gz - stgit-0.17.1.tar.gz ++
 6308 lines of diff (skipped)

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



commit twinkle for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package twinkle for openSUSE:Factory checked 
in at 2013-10-21 20:03:36

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


Package is twinkle

Changes:

--- /work/SRC/openSUSE:Factory/twinkle/twinkle.changes  2012-01-25 
10:41:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.twinkle.new/twinkle.changes 2013-10-21 
20:03:37.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep 26 16:04:22 UTC 2013 - jeng...@inai.de
+
+- Shift BuildRequires to explicitly use zrtpcpp2
+- Remove redundant %clean section
+
+---



Other differences:
--
++ twinkle.spec ++
--- /var/tmp/diff_new_pack.OksFnQ/_old  2013-10-21 20:03:38.0 +0200
+++ /var/tmp/diff_new_pack.OksFnQ/_new  2013-10-21 20:03:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package twinkle
 #
-# 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
@@ -18,16 +18,23 @@
 
 %define _prefix /opt/kde3
 Name:   twinkle
-# BR's in openSUSE:
-BuildRequires:  bison boost-devel file-devel kdelibs3-devel libsndfile-devel 
qt3-devel-tools readline-devel xorg-x11-devel
-# BR's in network:telephony
-BuildRequires:  libzrtpcpp-devel = 2.0.0
+# BRs in openSUSE:
+BuildRequires:  bison
+BuildRequires:  boost-devel
+BuildRequires:  file-devel
+BuildRequires:  kdelibs3-devel
+BuildRequires:  libsndfile-devel
+BuildRequires:  qt3-devel-tools
+BuildRequires:  readline-devel
+BuildRequires:  xorg-x11-devel
+# BRs in network:telephony
+BuildRequires:  libzrtpcpp2-devel = 2.0.0
 BuildRequires:  speex-devel
 Summary:A SIP Soft Phone
-Version:1.4.2
-Release:14
 License:GPL-2.0+
 Group:  Productivity/Telephony/SIP/Clients
+Version:1.4.2
+Release:0
 Source: %{name}-%{version}.tar.bz2
 Patch0: twinkle-ucommon.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -56,9 +63,6 @@
 install -m 644 src/gui/images/twinkle48.png 
%{buildroot}%{_datadir}/pixmaps/twinkle.png
 %suse_update_desktop_file -c twinkle Twinkle SIP VoIP Phone twinkle twinkle 
Network Telephony 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-, root, root)
 %doc AUTHORS COPYING README ChangeLog

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