commit dracut for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2013-10-14 09:24:44

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-09 
09:43:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes   2013-10-14 
09:24:45.0 +0200
@@ -1,0 +2,14 @@
+Sun Oct 13 15:25:37 UTC 2013 - tittiatc...@gmail.com
+
+- Correct patch mkinitrd-fix-boot-dir-detection. (;; doesn't 
+  really work)
+
+---
+Wed Oct  9 10:59:01 UTC 2013 - tittiatc...@gmail.com
+
+- Updated the patch mkinitrd-fix-boot-dir-detection.patch to a 
+  more generic validation that the inidcated initrd file doesn't 
+  contain a path. If no path is given, then add the default 
+  boot_dir.
+
+---



Other differences:
--
++ mkinitrd-fix-boot-dir-detection.patch ++
--- /var/tmp/diff_new_pack.5Ugmne/_old  2013-10-14 09:24:46.0 +0200
+++ /var/tmp/diff_new_pack.5Ugmne/_new  2013-10-14 09:24:46.0 +0200
@@ -1,17 +1,19 @@
 diff -urNB dracut-033/mkinitrd-dracut.sh new/mkinitrd-dracut.sh
 --- dracut-033/mkinitrd-dracut.sh  2013-10-04 13:57:15.0 +0200
 +++ new/mkinitrd-dracut.sh 2013-10-08 20:55:59.280035248 +0200
-@@ -172,7 +172,12 @@
+@@ -172,7 +172,14 @@
;;
-i) read_arg initrd_images $@ || shift $?
for initrd_image in $initrd_images;do
 -  targets=$targets $boot_dir/$initrd_image
-+case $initrd_image in
-+  $boot_dir*)
-+ targets=$targets $initrd_image;;
-+  *)
-+ targets=$targets $boot_dir/$initrd_image;;
-+esac
++   # Check if the initrd_image contains a path.
++   # if not, then add the default boot_dir
++   dname=`dirname $initrd_image`
++   if [ $dname == . ]; then
++targets=$targets $boot_dir/$initrd_image;
++   else
++targets=$targets $initrd_image;
++   fi
done
;;
  *)  if [[ ! $targets ]]; then

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



commit ebook-tools for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package ebook-tools for openSUSE:Factory 
checked in at 2013-10-14 09:26:00

Comparing /work/SRC/openSUSE:Factory/ebook-tools (Old)
 and  /work/SRC/openSUSE:Factory/.ebook-tools.new (New)


Package is ebook-tools

Changes:

--- /work/SRC/openSUSE:Factory/ebook-tools/ebook-tools.changes  2013-07-22 
16:40:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.ebook-tools.new/ebook-tools.changes 
2013-10-14 09:26:01.0 +0200
@@ -1,0 +2,6 @@
+Sat Oct 12 22:13:18 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 0.2.2 (bnc#845629, kde#325909)
+  * Bugfix release, no upstream changelog provided
+
+---

Old:

  ebook-tools-0.2.1.tar.gz

New:

  ebook-tools-0.2.2.tar.gz



Other differences:
--
++ ebook-tools.spec ++
--- /var/tmp/diff_new_pack.Mb9gjX/_old  2013-10-14 09:26:01.0 +0200
+++ /var/tmp/diff_new_pack.Mb9gjX/_new  2013-10-14 09:26:01.0 +0200
@@ -20,7 +20,7 @@
 Summary:A library for reading ebook files
 License:MIT
 Group:  Development/Libraries/C and C++
-Version:0.2.1
+Version:0.2.2
 Release:0
 Url:http://sourceforge.net/projects/ebook-tools
 BuildRequires:  cmake

++ ebook-tools-0.2.1.tar.gz - ebook-tools-0.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ebook-tools-0.2.1/CMakeLists.txt 
new/ebook-tools-0.2.2/CMakeLists.txt
--- old/ebook-tools-0.2.1/CMakeLists.txt2010-02-28 18:09:46.0 
+0100
+++ new/ebook-tools-0.2.2/CMakeLists.txt2012-09-04 16:32:32.0 
+0200
@@ -8,6 +8,8 @@
 
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
+set(LIB_SUFFIX  CACHE STRING Define suffix of library directory name 
(32/64))
+
 find_package(LibXml2 REQUIRED)
 find_package(LibZip REQUIRED)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ebook-tools-0.2.1/debian/changelog 
new/ebook-tools-0.2.2/debian/changelog
--- old/ebook-tools-0.2.1/debian/changelog  1970-01-01 01:00:00.0 
+0100
+++ new/ebook-tools-0.2.2/debian/changelog  2012-09-04 16:32:32.0 
+0200
@@ -0,0 +1,6 @@
+ebook-tools (0.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #475513)
+
+ -- Pino Toscano p...@kde.org  Sun, 06 Apr 2008 17:23:13 +0200
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ebook-tools-0.2.1/debian/compat 
new/ebook-tools-0.2.2/debian/compat
--- old/ebook-tools-0.2.1/debian/compat 1970-01-01 01:00:00.0 +0100
+++ new/ebook-tools-0.2.2/debian/compat 2012-09-04 16:32:32.0 +0200
@@ -0,0 +1 @@
+5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ebook-tools-0.2.1/debian/control 
new/ebook-tools-0.2.2/debian/control
--- old/ebook-tools-0.2.1/debian/control1970-01-01 01:00:00.0 
+0100
+++ new/ebook-tools-0.2.2/debian/control2012-09-04 16:32:32.0 
+0200
@@ -0,0 +1,62 @@
+Source: ebook-tools
+Priority: optional
+Maintainer: Pino Toscano p...@kde.org
+Build-Depends: debhelper (= 5), cmake (= 2.4.0), cdbs (= 0.4.51),
+ libxml2-dev, libzip-dev
+Standards-Version: 3.7.3
+Section: libs
+
+Package: libepub-dev
+Section: libdevel
+Architecture: any
+Depends: libepub0 (= ${binary:Version})
+Description: library and tools to work with the EPub file format
+ The ebook-tools provide ways for accessing and converting different
+ ebook file formats.
+ .
+ This C library is free and portable. It includes methods to parse
+ EPub files and extract their contents.
+ .
+ This package includes development headers and libraries.
+
+Package: libepub0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: library and tools to work with the EPub file format
+ The ebook-tools provide ways for accessing and converting different
+ ebook file formats.
+ .
+ This C library is free and portable. It includes methods to parse
+ EPub files and extract their contents.
+
+Package: ebook-tools-dbg
+Section: libdevel
+Architecture: any
+Priority: extra
+Depends: libc6-dbg, libepub0 (= ${binary:Version})
+Description: library and tools to work with the EPub file format
+ The ebook-tools provide ways for accessing and converting different
+ ebook file formats.
+ .
+ This C library is free and portable. It includes methods to parse
+ EPub files and extract their contents.
+ .
+ This package includes the debug symbols for the library.
+
+Package: epub-utils
+Section: graphics
+Architecture: any
+Depends: libc6, libepub0 (= ${binary:Version})
+Suggests: clit, zip

commit fontconfig for openSUSE:13.1

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package fontconfig for openSUSE:13.1 checked 
in at 2013-10-14 09:26:07

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


Package is fontconfig

Changes:

--- /work/SRC/openSUSE:13.1/fontconfig/fontconfig.changes   2013-09-23 
10:51:07.0 +0200
+++ /work/SRC/openSUSE:13.1/.fontconfig.new/fontconfig.changes  2013-10-14 
09:26:09.0 +0200
@@ -1,0 +2,13 @@
+Fri Oct 11 14:27:15 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to final 2.11.0
+  + Do not create a config dir for migration when no config files 
+nor dirs
+  + Fix memory leaks in FcFreeTypeQueryFace
+  + Deprecate / remove FC_RASTERIZER (fdo#68955)
+  + Fix a crash when FcPattern is set to null on FcFontSetList() 
+and FcFontList()
+  + Exit with the error code when FcNameParse() failed
+  + Avoid reading config.h twice (fdo#69833)
+
+---

Old:

  fontconfig-2.10.95.tar.bz2
  fontconfig-doc-2.10.95.tar.bz2

New:

  fontconfig-2.11.0.tar.bz2
  fontconfig-doc-2.11.0.tar.bz2



Other differences:
--
++ fontconfig.spec ++
--- /var/tmp/diff_new_pack.wbBUGI/_old  2013-10-14 09:26:09.0 +0200
+++ /var/tmp/diff_new_pack.wbBUGI/_new  2013-10-14 09:26:09.0 +0200
@@ -48,7 +48,7 @@
 Obsoletes:  fontconfig-64bit
 %endif
 Requires:   bash
-Version:2.10.95
+Version:2.11.0
 Release:0
 Summary:Library for Font Configuration
 License:MIT






++ fontconfig-2.10.95.tar.bz2 - fontconfig-2.11.0.tar.bz2 ++
 18122 lines of diff (skipped)

++ fontconfig-doc-2.10.95.tar.bz2 - fontconfig-doc-2.11.0.tar.bz2 ++
 61629 lines of diff (skipped)



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



commit gnome-session for openSUSE:13.1

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package gnome-session for openSUSE:13.1 
checked in at 2013-10-14 09:27:21

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


Package is gnome-session

Changes:

--- /work/SRC/openSUSE:13.1/gnome-session/gnome-session.changes 2013-09-27 
17:27:39.0 +0200
+++ /work/SRC/openSUSE:13.1/.gnome-session.new/gnome-session.changes
2013-10-14 09:27:22.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct 11 15:27:13 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1 (bnc#845551):
+  + Fix a crash on session end (bgo#709221).
+  + Updated translations.
+
+---

Old:

  gnome-session-3.10.0.tar.xz

New:

  gnome-session-3.10.1.tar.xz



Other differences:
--
++ gnome-session.spec ++
--- /var/tmp/diff_new_pack.PzseQT/_old  2013-10-14 09:27:23.0 +0200
+++ /var/tmp/diff_new_pack.PzseQT/_new  2013-10-14 09:27:23.0 +0200
@@ -19,7 +19,7 @@
 %define with_systemd 1
 
 Name:   gnome-session
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:Session Tools for the GNOME Desktop
 License:GPL-2.0+

++ gnome-session-3.10.0.tar.xz - gnome-session-3.10.1.tar.xz ++
 19093 lines of diff (skipped)

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



commit glibmm2 for openSUSE:13.1

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package glibmm2 for openSUSE:13.1 checked in 
at 2013-10-14 09:27:14

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


Package is glibmm2

Changes:

--- /work/SRC/openSUSE:13.1/glibmm2/glibmm2.changes 2013-09-23 
12:20:39.0 +0200
+++ /work/SRC/openSUSE:13.1/.glibmm2.new/glibmm2.changes2013-10-14 
09:27:17.0 +0200
@@ -1,0 +2,22 @@
+Fri Oct 11 15:26:54 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.38.0:
+  + Glib:
+- ByteArray:
+  . Fix refcount problems.
+  . Add some tests for methods returning self.
+  + Gio:
+- Action:
+  . Add an activate() method that takes no parameter.
+  . print_detailed_name(): Remove the action_name parameter.
+- ActionGroup: activate_action(): Add a method overload that
+  takes no parameter parameter.
+- ActionMap: Fix a reference-counting problem.
+- MenuItem:
+  . Add set_action(), unset_target() and
+unset_action_and_target().
+  . get/set_attribute(): Deprecated for
+get/set_attribute_value() methods.
+- Settings: Add create_action().
+
+---

Old:

  glibmm-2.37.93.tar.xz

New:

  glibmm-2.38.0.tar.xz



Other differences:
--
++ glibmm2.spec ++
--- /var/tmp/diff_new_pack.KnxQ88/_old  2013-10-14 09:27:17.0 +0200
+++ /var/tmp/diff_new_pack.KnxQ88/_new  2013-10-14 09:27:17.0 +0200
@@ -21,17 +21,17 @@
 
 Name:   glibmm2
 %define _name glibmm
-Version:2.37.93
+Version:2.38.0
 Release:0
 Summary:C++ Interface for Glib
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://www.gtkmm.org/
-Source: 
http://download.gnome.org/sources/glibmm/2.37/%{_name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/glibmm/2.38/%{_name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(glib-2.0) = 2.37.93
+BuildRequires:  pkgconfig(glib-2.0) = 2.38.0
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(sigc++-2.0) = 2.0.10

++ glibmm-2.37.93.tar.xz - glibmm-2.38.0.tar.xz ++
 30416 lines of diff (skipped)

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



commit gnome-session for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory 
checked in at 2013-10-14 09:27:19

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


Package is gnome-session

Changes:

--- /work/SRC/openSUSE:Factory/gnome-session/gnome-session.changes  
2013-09-27 17:27:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-session.new/gnome-session.changes 
2013-10-14 09:27:20.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct 11 15:27:13 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1 (bnc#845551):
+  + Fix a crash on session end (bgo#709221).
+  + Updated translations.
+
+---

Old:

  gnome-session-3.10.0.tar.xz

New:

  gnome-session-3.10.1.tar.xz



Other differences:
--
++ gnome-session.spec ++
--- /var/tmp/diff_new_pack.EmAhm0/_old  2013-10-14 09:27:22.0 +0200
+++ /var/tmp/diff_new_pack.EmAhm0/_new  2013-10-14 09:27:22.0 +0200
@@ -19,7 +19,7 @@
 %define with_systemd 1
 
 Name:   gnome-session
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:Session Tools for the GNOME Desktop
 License:GPL-2.0+

++ gnome-session-3.10.0.tar.xz - gnome-session-3.10.1.tar.xz ++
 19093 lines of diff (skipped)

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



commit glibmm2 for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package glibmm2 for openSUSE:Factory checked 
in at 2013-10-14 09:27:11

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


Package is glibmm2

Changes:

--- /work/SRC/openSUSE:Factory/glibmm2/glibmm2.changes  2013-09-23 
12:20:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.glibmm2.new/glibmm2.changes 2013-10-14 
09:27:13.0 +0200
@@ -1,0 +2,22 @@
+Fri Oct 11 15:26:54 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.38.0:
+  + Glib:
+- ByteArray:
+  . Fix refcount problems.
+  . Add some tests for methods returning self.
+  + Gio:
+- Action:
+  . Add an activate() method that takes no parameter.
+  . print_detailed_name(): Remove the action_name parameter.
+- ActionGroup: activate_action(): Add a method overload that
+  takes no parameter parameter.
+- ActionMap: Fix a reference-counting problem.
+- MenuItem:
+  . Add set_action(), unset_target() and
+unset_action_and_target().
+  . get/set_attribute(): Deprecated for
+get/set_attribute_value() methods.
+- Settings: Add create_action().
+
+---

Old:

  glibmm-2.37.93.tar.xz

New:

  glibmm-2.38.0.tar.xz



Other differences:
--
++ glibmm2.spec ++
--- /var/tmp/diff_new_pack.26hJKK/_old  2013-10-14 09:27:14.0 +0200
+++ /var/tmp/diff_new_pack.26hJKK/_new  2013-10-14 09:27:14.0 +0200
@@ -21,17 +21,17 @@
 
 Name:   glibmm2
 %define _name glibmm
-Version:2.37.93
+Version:2.38.0
 Release:0
 Summary:C++ Interface for Glib
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://www.gtkmm.org/
-Source: 
http://download.gnome.org/sources/glibmm/2.37/%{_name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/glibmm/2.38/%{_name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(glib-2.0) = 2.37.93
+BuildRequires:  pkgconfig(glib-2.0) = 2.38.0
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(sigc++-2.0) = 2.0.10

++ glibmm-2.37.93.tar.xz - glibmm-2.38.0.tar.xz ++
 30416 lines of diff (skipped)

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



commit gnome-software-appdata for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package gnome-software-appdata for 
openSUSE:Factory checked in at 2013-10-14 09:27:29

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


Package is gnome-software-appdata

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-software-appdata/gnome-software-appdata.changes
2013-10-11 16:22:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-software-appdata.new/gnome-software-appdata.changes
   2013-10-14 09:27:31.0 +0200
@@ -1,0 +2,8 @@
+Sun Sep 29 16:29:15 UTC 2013 - dims...@opensuse.org
+
+- Update to appdata.xml.gz and corresponding icon set from Oct 10:
+  The major change is that icon now specify a icon name including
+  file extension, allowing gnome-software to start up faster in
+  most cases.
+
+---



Other differences:
--
++ gnome-software-appdata.spec ++
--- /var/tmp/diff_new_pack.UvJCAp/_old  2013-10-14 09:27:32.0 +0200
+++ /var/tmp/diff_new_pack.UvJCAp/_new  2013-10-14 09:27:32.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package
+# spec file for package gnome-software-appdata
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gnome-software-appdata
 Version:13.1
 Release:0
-License:GPL-2.0+
 Summary:Appstore metadata for gnome-software
-Url:https://wiki.gnome.org/Design/Apps/Software
+License:GPL-2.0+
 Group:  System/GUI/GNOME
+Url:https://wiki.gnome.org/Design/Apps/Software
 Source0:appdata.xml.gz
 Source1:app-icons.tar.gz
 Source2:README

++ README ++
--- /var/tmp/diff_new_pack.UvJCAp/_old  2013-10-14 09:27:32.0 +0200
+++ /var/tmp/diff_new_pack.UvJCAp/_new  2013-10-14 09:27:32.0 +0200
@@ -1,4 +1,4 @@
 This package contains meta data used by GNOME-Software.
 
-appdata and icons are based on snapshots from Factory on Sep 23 2013
-(meta data timestampe 2013-09-19 06:20)
+appdata and icons are based on snapshots from RC1 on Oct 10 2013
+(meta data timestampe 2013-10-10 03:14)

++ app-icons.tar.gz ++
Files old/assistant5.png and new/assistant5.png differ
Files old/chromium-browser.png and new/chromium-browser.png differ
Files old/converseen.png and new/converseen.png differ
Files old/designer5.png and new/designer5.png differ
Files old/edit-paste.png and new/edit-paste.png differ
Files old/gtk-paste.png and new/gtk-paste.png differ
Files old/gwibber.png and new/gwibber.png differ
Files old/kid3-qt.png and new/kid3-qt.png differ
Files old/linguist5.png and new/linguist5.png differ
Files old/lxsession-edit.png and new/lxsession-edit.png differ
Files old/mc.png and new/mc.png differ
Files old/mysql-workbench.png and new/mysql-workbench.png differ
Files old/network-defaultroute.png and new/network-defaultroute.png differ
Files old/pragha.png and new/pragha.png differ
Files old/qv4l2.png and new/qv4l2.png differ
Files old/terminal.png and new/terminal.png differ
Files old/tintii.png and new/tintii.png differ
Files old/urbanlightscape.png and new/urbanlightscape.png differ
Files old/xscreensaver.png and new/xscreensaver.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xscreensaver.xpm new/xscreensaver.xpm
--- old/xscreensaver.xpm2013-09-18 06:20:50.0 +0200
+++ new/xscreensaver.xpm1970-01-01 01:00:00.0 +0100
@@ -1,77 +0,0 @@
-/* XPM */
-
-/* XScreenSaver Logo, designed by Angela Goodman rzr_...@yahoo.com
-   Copyright (c) 2001, 2002 by Jamie Zawinski j...@jwz.org
-   Unauthorized use or reproduction prohibited.
-
-   http://www.jwz.org/xscreensaver/
- */
-
-static const char * const logo_50_xpm[] = {
-50 50 16 1,
-  c Nonem None,
- c #FF m #FF,
-, c #FF m #FF,
-. c #00 m #00,
-= c #CC m #00,
-- c #B0B0B0 m #00,
-+ c #989898 m #00,
-; c #707070 m #00,
-@ c #A30805 m #00,
-# c #5E4D34 m #00,
-$ c #A6531B m #00,
-% c #620805 m #00,
-* c #A63013 m #00,
- c #523410 m #00,
-' c #AC6C44 m #00,
-) c #24221C m #00,
-  ,
-  ..  ,
-  ..  ,
-   @. ,
-   @@.,
-   %%,
-

commit gtk3 for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package gtk3 for openSUSE:Factory checked in 
at 2013-10-14 09:27:55

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


Package is gtk3

Changes:

--- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes2013-09-27 
17:31:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtk3.new/gtk3.changes   2013-10-14 
09:28:05.0 +0200
@@ -1,0 +2,10 @@
+Fri Oct 11 15:39:06 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1 (bnc#845548):
+  + Bugs fixed: bgo#341146, bgo#586107, bgo#681484, bgo#684076,
+bgo#702196, bgo#703062, bgo#707524, bgo#708019, bgo#708024,
+bgo#708414, bgo#708423, bgo#708547, bgo#709049, bgo#709056,
+bgo#709212, bgo#709264, bgo#709522, bgo#709613, bgo#709745.
+  + Updated translations.
+
+---

Old:

  gtk+-3.10.0.tar.xz

New:

  gtk+-3.10.1.tar.xz



Other differences:
--
++ gtk3.spec ++
--- /var/tmp/diff_new_pack.XDyFns/_old  2013-10-14 09:28:09.0 +0200
+++ /var/tmp/diff_new_pack.XDyFns/_new  2013-10-14 09:28:09.0 +0200
@@ -25,7 +25,7 @@
 
 Name:   gtk3
 %define _name gtk+
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:The GTK+ toolkit library (version 3)
 License:LGPL-2.1+

++ gtk+-3.10.0.tar.xz - gtk+-3.10.1.tar.xz ++
/work/SRC/openSUSE:Factory/gtk3/gtk+-3.10.0.tar.xz 
/work/SRC/openSUSE:Factory/.gtk3.new/gtk+-3.10.1.tar.xz differ: char 25, line 1

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



commit gnome-sudoku for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package gnome-sudoku for openSUSE:Factory 
checked in at 2013-10-14 09:27:35

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


Package is gnome-sudoku

Changes:

--- /work/SRC/openSUSE:Factory/gnome-sudoku/gnome-sudoku.changes
2013-09-27 17:30:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-sudoku.new/gnome-sudoku.changes   
2013-10-14 09:27:36.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct 13 11:09:51 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + Updated translations.
+
+---

Old:

  gnome-sudoku-3.10.0.tar.xz

New:

  gnome-sudoku-3.10.1.tar.xz



Other differences:
--
++ gnome-sudoku.spec ++
--- /var/tmp/diff_new_pack.tiLRe1/_old  2013-10-14 09:27:39.0 +0200
+++ /var/tmp/diff_new_pack.tiLRe1/_new  2013-10-14 09:27:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-sudoku
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:Sudoku Game for GNOME
 License:GPL-2.0+

++ gnome-sudoku-3.10.0.tar.xz - gnome-sudoku-3.10.1.tar.xz ++
 9885 lines of diff (skipped)

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



commit gtk2 for openSUSE:13.1

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package gtk2 for openSUSE:13.1 checked in at 
2013-10-14 09:27:52

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


Package is gtk2

Changes:

--- /work/SRC/openSUSE:13.1/gtk2/gtk2.changes   2013-09-23 10:53:06.0 
+0200
+++ /work/SRC/openSUSE:13.1/.gtk2.new/gtk2.changes  2013-10-14 
09:28:04.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct 11 15:27:31 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.24.22:
+  + Look in /usr/share/gtk-2.0 for the default gtkrc file.
+  + Support building with automake 1.14.
+  + Updated translations.
+
+---

Old:

  gtk+-2.24.21.tar.xz

New:

  gtk+-2.24.22.tar.xz



Other differences:
--
++ gtk2.spec ++
--- /var/tmp/diff_new_pack.Jq2nrO/_old  2013-10-14 09:28:05.0 +0200
+++ /var/tmp/diff_new_pack.Jq2nrO/_new  2013-10-14 09:28:05.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   gtk2
 %define _name gtk+
-Version:2.24.21
+Version:2.24.22
 Release:0
 # FIXME: when updating to next version, check whether we can remove the 
workaround for bgo#596977 below (removing -fomit-frame-pointer)
 Summary:The GTK+ toolkit library (version 2)

++ gtk+-2.24.21.tar.xz - gtk+-2.24.22.tar.xz ++
/work/SRC/openSUSE:13.1/gtk2/gtk+-2.24.21.tar.xz 
/work/SRC/openSUSE:13.1/.gtk2.new/gtk+-2.24.22.tar.xz differ: char 25, line 1

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



commit gtk3 for openSUSE:13.1

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package gtk3 for openSUSE:13.1 checked in at 
2013-10-14 09:27:57

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


Package is gtk3

Changes:

--- /work/SRC/openSUSE:13.1/gtk3/gtk3.changes   2013-09-27 17:31:21.0 
+0200
+++ /work/SRC/openSUSE:13.1/.gtk3.new/gtk3.changes  2013-10-14 
09:28:10.0 +0200
@@ -1,0 +2,10 @@
+Fri Oct 11 15:39:06 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1 (bnc#845548):
+  + Bugs fixed: bgo#341146, bgo#586107, bgo#681484, bgo#684076,
+bgo#702196, bgo#703062, bgo#707524, bgo#708019, bgo#708024,
+bgo#708414, bgo#708423, bgo#708547, bgo#709049, bgo#709056,
+bgo#709212, bgo#709264, bgo#709522, bgo#709613, bgo#709745.
+  + Updated translations.
+
+---

Old:

  gtk+-3.10.0.tar.xz

New:

  gtk+-3.10.1.tar.xz



Other differences:
--
++ gtk3.spec ++
--- /var/tmp/diff_new_pack.8UbGQs/_old  2013-10-14 09:28:10.0 +0200
+++ /var/tmp/diff_new_pack.8UbGQs/_new  2013-10-14 09:28:10.0 +0200
@@ -25,7 +25,7 @@
 
 Name:   gtk3
 %define _name gtk+
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:The GTK+ toolkit library (version 3)
 License:LGPL-2.1+

++ gtk+-3.10.0.tar.xz - gtk+-3.10.1.tar.xz ++
/work/SRC/openSUSE:13.1/gtk3/gtk+-3.10.0.tar.xz 
/work/SRC/openSUSE:13.1/.gtk3.new/gtk+-3.10.1.tar.xz differ: char 25, line 1

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



commit gnome-sudoku for openSUSE:13.1

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package gnome-sudoku for openSUSE:13.1 
checked in at 2013-10-14 09:27:39

Comparing /work/SRC/openSUSE:13.1/gnome-sudoku (Old)
 and  /work/SRC/openSUSE:13.1/.gnome-sudoku.new (New)


Package is gnome-sudoku

Changes:

--- /work/SRC/openSUSE:13.1/gnome-sudoku/gnome-sudoku.changes   2013-09-27 
17:30:06.0 +0200
+++ /work/SRC/openSUSE:13.1/.gnome-sudoku.new/gnome-sudoku.changes  
2013-10-14 09:27:45.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct 13 11:09:51 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + Updated translations.
+
+---

Old:

  gnome-sudoku-3.10.0.tar.xz

New:

  gnome-sudoku-3.10.1.tar.xz



Other differences:
--
++ gnome-sudoku.spec ++
--- /var/tmp/diff_new_pack.NcbTkz/_old  2013-10-14 09:27:45.0 +0200
+++ /var/tmp/diff_new_pack.NcbTkz/_new  2013-10-14 09:27:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-sudoku
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:Sudoku Game for GNOME
 License:GPL-2.0+

++ gnome-sudoku-3.10.0.tar.xz - gnome-sudoku-3.10.1.tar.xz ++
 9885 lines of diff (skipped)

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



commit gtk2 for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package gtk2 for openSUSE:Factory checked in 
at 2013-10-14 09:27:51

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


Package is gtk2

Changes:

--- /work/SRC/openSUSE:Factory/gtk2/gtk2.changes2013-09-23 
09:25:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtk2.new/gtk2.changes   2013-10-14 
09:27:53.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct 11 15:27:31 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.24.22:
+  + Look in /usr/share/gtk-2.0 for the default gtkrc file.
+  + Support building with automake 1.14.
+  + Updated translations.
+
+---

Old:

  gtk+-2.24.21.tar.xz

New:

  gtk+-2.24.22.tar.xz



Other differences:
--
++ gtk2.spec ++
--- /var/tmp/diff_new_pack.FE9rcY/_old  2013-10-14 09:28:04.0 +0200
+++ /var/tmp/diff_new_pack.FE9rcY/_new  2013-10-14 09:28:04.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   gtk2
 %define _name gtk+
-Version:2.24.21
+Version:2.24.22
 Release:0
 # FIXME: when updating to next version, check whether we can remove the 
workaround for bgo#596977 below (removing -fomit-frame-pointer)
 Summary:The GTK+ toolkit library (version 2)

++ gtk+-2.24.21.tar.xz - gtk+-2.24.22.tar.xz ++
/work/SRC/openSUSE:Factory/gtk2/gtk+-2.24.21.tar.xz 
/work/SRC/openSUSE:Factory/.gtk2.new/gtk+-2.24.22.tar.xz differ: char 25, line 1

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



commit hscolour for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package hscolour for openSUSE:Factory 
checked in at 2013-10-14 09:28:01

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


Package is hscolour

Changes:

--- /work/SRC/openSUSE:Factory/hscolour/hscolour.changes2013-08-01 
15:36:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.hscolour.new/hscolour.changes   2013-10-14 
09:28:10.0 +0200
@@ -1,0 +2,10 @@
+Fri Oct 11 21:34:38 UTC 2013 - peter.tromm...@ohm-hochschule.de
+
+- fix file permissions for SLE 
+
+---
+Fri Oct 11 19:59:42 UTC 2013 - peter.tromm...@ohm-hochschule.de
+
+- enable ppc and ppc64 build 
+
+---



Other differences:
--
++ hscolour.spec ++
--- /var/tmp/diff_new_pack.EEXI9r/_old  2013-10-14 09:28:11.0 +0200
+++ /var/tmp/diff_new_pack.EEXI9r/_new  2013-10-14 09:28:11.0 +0200
@@ -33,7 +33,6 @@
 # BEGIN cabal2spec
 Url:http://hackage.haskell.org/package/%{name}
 Source0:
http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
-ExclusiveArch:  %{ix86} x86_64 %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-rpm-macros
@@ -82,7 +81,9 @@
 %{_datadir}/%{name}-%{version}
 
 %files -n ghc-%{pkg_name} -f ghc-%{pkg_name}.files
+%defattr(-,root,root,-)
 
 %files -n ghc-%{pkg_name}-devel -f ghc-%{pkg_name}-devel.files
+%defattr(-,root,root,-)
 
 %changelog

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



commit kdebase4-workspace for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2013-10-14 09:28:32

Comparing /work/SRC/openSUSE:Factory/kdebase4-workspace (Old)
 and  /work/SRC/openSUSE:Factory/.kdebase4-workspace.new (New)


Package is kdebase4-workspace

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2013-10-09 14:42:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2013-10-14 09:28:33.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct 11 20:46:02 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Adjust kdm-sysconfig-values.diff so it doesn't dictates AllowNullPasswd
+  option (bnc#833634)
+- Make main package Recommends kde-gtk-config (bnc#845592)
+
+---



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.D0Vnq3/_old  2013-10-14 09:28:36.0 +0200
+++ /var/tmp/diff_new_pack.D0Vnq3/_new  2013-10-14 09:28:36.0 +0200
@@ -175,6 +175,8 @@
 Recommends: plasma-addons
 Recommends: plasmoid-quickaccess
 Recommends: python-kdebase4
+# bnc#845592
+Recommends: kde-gtk-config
 Suggests:   kdm
 Requires(pre): permissions
 %define debug_package_requires %{name} = %{version}-%{release} 
kdelibs4-debuginfo

++ kdm-sysconfig-values.diff ++
--- /var/tmp/diff_new_pack.D0Vnq3/_old  2013-10-14 09:28:36.0 +0200
+++ /var/tmp/diff_new_pack.D0Vnq3/_new  2013-10-14 09:28:36.0 +0200
@@ -591,7 +591,7 @@
  {
 --- kdm/kfrontend/read_sysconfig.sh1970-01-01 01:00:00.0 +0100
 +++ kdm/kfrontend/read_sysconfig.sh2013-09-03 21:28:38.522493296 +0200
-@@ -0,0 +1,145 @@
+@@ -0,0 +1,144 @@
 +#!/bin/bash
 +#
 +# Copyright (c) 2006 SUSE Linux Products GmbH Nuernberg, Germany.
@@ -701,7 +701,6 @@
 +echo [X-:*-Core]
 +echo AllowShutdown=${DISPLAYMANAGER_SHUTDOWN}
 +echo AllowRootLogin=${ALLOW_ROOT_LOGIN}
-+echo AllowNullPasswd=${ALLOW_ROOT_LOGIN}
 +
 +echo [X-*-Core]
 +



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



commit kernel-source for openSUSE:13.1

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:13.1 
checked in at 2013-10-14 09:28:42

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


Package is kernel-source

Changes:

--- /work/SRC/openSUSE:13.1/kernel-source/kernel-cubox.changes  2013-10-11 
08:52:43.0 +0200
+++ /work/SRC/openSUSE:13.1/.kernel-source.new/kernel-cubox.changes 
2013-10-14 09:28:45.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct 11 13:45:25 CEST 2013 - ti...@suse.de
+
+- drm/i915: Undo the PIPEA quirk for i845 (bnc#845503).
+- commit 61a06cb
+
+---
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.hEnAif/_old  2013-10-14 09:28:48.0 +0200
+++ /var/tmp/diff_new_pack.hEnAif/_new  2013-10-14 09:28:48.0 +0200
@@ -61,7 +61,7 @@
 Summary:Kernel for SolidRun Cubox
 Version:3.11.4
 %if 0%{?is_kotd}
-Release:RELEASE.ga306dfb
+Release:RELEASE.g61a06cb
 %else
 Release:0
 %endif

kernel-debug.spec: same change
kernel-default.spec: same change
kernel-desktop.spec: same change
kernel-docs.spec: same change
kernel-ec2.spec: same change
kernel-exynos.spec: same change
kernel-lpae.spec: same change
kernel-pae.spec: same change
kernel-source.spec: same change
++ kernel-syms.spec ++
--- /var/tmp/diff_new_pack.hEnAif/_old  2013-10-14 09:28:48.0 +0200
+++ /var/tmp/diff_new_pack.hEnAif/_new  2013-10-14 09:28:48.0 +0200
@@ -26,7 +26,7 @@
 Version:3.11.4
 %if %using_buildservice
 %if 0%{?is_kotd}
-Release:RELEASE.ga306dfb
+Release:RELEASE.g61a06cb
 %else
 Release:0
 %endif

++ kernel-trace.spec ++
--- /var/tmp/diff_new_pack.hEnAif/_old  2013-10-14 09:28:48.0 +0200
+++ /var/tmp/diff_new_pack.hEnAif/_new  2013-10-14 09:28:48.0 +0200
@@ -61,7 +61,7 @@
 Summary:The Standard Kernel with Tracing Features
 Version:3.11.4
 %if 0%{?is_kotd}
-Release:RELEASE.ga306dfb
+Release:RELEASE.g61a06cb
 %else
 Release:0
 %endif

kernel-vanilla.spec: same change
kernel-xen.spec: same change
++ patches.drivers.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/patches.drivers/drm-i915-Undo-the-PIPEA-quirk-for-i845 
new/patches.drivers/drm-i915-Undo-the-PIPEA-quirk-for-i845
--- old/patches.drivers/drm-i915-Undo-the-PIPEA-quirk-for-i845  1970-01-01 
01:00:00.0 +0100
+++ new/patches.drivers/drm-i915-Undo-the-PIPEA-quirk-for-i845  2013-10-11 
13:45:25.0 +0200
@@ -0,0 +1,34 @@
+From a4945f9522d27e1e6d64a02ad055e83768cb0896 Mon Sep 17 00:00:00 2001
+From: Chris Wilson ch...@chris-wilson.co.uk
+Date: Tue, 8 Oct 2013 11:16:59 +0100
+Subject: [PATCH] drm/i915: Undo the PIPEA quirk for i845
+Git-repo: git://people.freedesktop.org/~danvet/drm-intel
+Git-commit: a4945f9522d27e1e6d64a02ad055e83768cb0896
+Patch-mainline: Submitted
+References: bnc#845503
+
+The PIPEA quirk is specifically for the issue with the PIPEB PLL on
+830gm being slaved to the PIPEA PLL, and so to use PIPEB requires PIPEA
+running. i845 doesn't even have the second PLL or pipe, and enabling
+the quirk results in a blank DVO LVDS.
+
+Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
+Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch
+Acked-by: Takashi Iwai ti...@suse.de
+
+---
+ drivers/gpu/drm/i915/intel_display.c |3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+--- a/drivers/gpu/drm/i915/intel_display.c
 b/drivers/gpu/drm/i915/intel_display.c
+@@ -9468,8 +9468,7 @@ static struct intel_quirk intel_quirks[]
+   /* ThinkPad T60 needs pipe A force quirk (bug #16494) */
+   { 0x2782, 0x17aa, 0x201a, quirk_pipea_force },
+ 
+-  /* 830/845 need to leave pipe A  dpll A up */
+-  { 0x2562, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
++  /* 830 needs to leave pipe A  dpll A up */
+   { 0x3577, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
+ 
+   /* Lenovo U160 cannot use SSC on LVDS */

++ series.conf ++
--- /var/tmp/diff_new_pack.hEnAif/_old  2013-10-14 09:28:49.0 +0200
+++ /var/tmp/diff_new_pack.hEnAif/_new  2013-10-14 09:28:49.0 

commit kernel-source for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2013-10-14 09:28:38

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-10 11:26:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-cubox.changes  
2013-10-14 09:28:40.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct 11 13:45:25 CEST 2013 - ti...@suse.de
+
+- drm/i915: Undo the PIPEA quirk for i845 (bnc#845503).
+- commit 61a06cb
+
+---
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.iKzh7t/_old  2013-10-14 09:28:44.0 +0200
+++ /var/tmp/diff_new_pack.iKzh7t/_new  2013-10-14 09:28:44.0 +0200
@@ -61,7 +61,7 @@
 Summary:Kernel for SolidRun Cubox
 Version:3.11.4
 %if 0%{?is_kotd}
-Release:RELEASE.ga306dfb
+Release:RELEASE.g61a06cb
 %else
 Release:0
 %endif

kernel-debug.spec: same change
kernel-default.spec: same change
kernel-desktop.spec: same change
kernel-docs.spec: same change
kernel-ec2.spec: same change
kernel-exynos.spec: same change
kernel-lpae.spec: same change
kernel-pae.spec: same change
kernel-source.spec: same change
++ kernel-syms.spec ++
--- /var/tmp/diff_new_pack.iKzh7t/_old  2013-10-14 09:28:44.0 +0200
+++ /var/tmp/diff_new_pack.iKzh7t/_new  2013-10-14 09:28:45.0 +0200
@@ -26,7 +26,7 @@
 Version:3.11.4
 %if %using_buildservice
 %if 0%{?is_kotd}
-Release:RELEASE.ga306dfb
+Release:RELEASE.g61a06cb
 %else
 Release:0
 %endif

++ kernel-trace.spec ++
--- /var/tmp/diff_new_pack.iKzh7t/_old  2013-10-14 09:28:45.0 +0200
+++ /var/tmp/diff_new_pack.iKzh7t/_new  2013-10-14 09:28:45.0 +0200
@@ -61,7 +61,7 @@
 Summary:The Standard Kernel with Tracing Features
 Version:3.11.4
 %if 0%{?is_kotd}
-Release:RELEASE.ga306dfb
+Release:RELEASE.g61a06cb
 %else
 Release:0
 %endif

kernel-vanilla.spec: same change
kernel-xen.spec: same change
++ patches.drivers.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/patches.drivers/drm-i915-Undo-the-PIPEA-quirk-for-i845 
new/patches.drivers/drm-i915-Undo-the-PIPEA-quirk-for-i845
--- old/patches.drivers/drm-i915-Undo-the-PIPEA-quirk-for-i845  1970-01-01 
01:00:00.0 +0100
+++ new/patches.drivers/drm-i915-Undo-the-PIPEA-quirk-for-i845  2013-10-11 
13:45:25.0 +0200
@@ -0,0 +1,34 @@
+From a4945f9522d27e1e6d64a02ad055e83768cb0896 Mon Sep 17 00:00:00 2001
+From: Chris Wilson ch...@chris-wilson.co.uk
+Date: Tue, 8 Oct 2013 11:16:59 +0100
+Subject: [PATCH] drm/i915: Undo the PIPEA quirk for i845
+Git-repo: git://people.freedesktop.org/~danvet/drm-intel
+Git-commit: a4945f9522d27e1e6d64a02ad055e83768cb0896
+Patch-mainline: Submitted
+References: bnc#845503
+
+The PIPEA quirk is specifically for the issue with the PIPEB PLL on
+830gm being slaved to the PIPEA PLL, and so to use PIPEB requires PIPEA
+running. i845 doesn't even have the second PLL or pipe, and enabling
+the quirk results in a blank DVO LVDS.
+
+Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
+Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch
+Acked-by: Takashi Iwai ti...@suse.de
+
+---
+ drivers/gpu/drm/i915/intel_display.c |3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+--- a/drivers/gpu/drm/i915/intel_display.c
 b/drivers/gpu/drm/i915/intel_display.c
+@@ -9468,8 +9468,7 @@ static struct intel_quirk intel_quirks[]
+   /* ThinkPad T60 needs pipe A force quirk (bug #16494) */
+   { 0x2782, 0x17aa, 0x201a, quirk_pipea_force },
+ 
+-  /* 830/845 need to leave pipe A  dpll A up */
+-  { 0x2562, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
++  /* 830 needs to leave pipe A  dpll A up */
+   { 0x3577, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
+ 
+   /* Lenovo U160 cannot use SSC on LVDS */

++ series.conf ++
--- /var/tmp/diff_new_pack.iKzh7t/_old  2013-10-14 09:28:45.0 +0200
+++ /var/tmp/diff_new_pack.iKzh7t/_new  2013-10-14 

commit MozillaThunderbird for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2013-10-14 09:29:43

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


Package is MozillaThunderbird

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2013-09-23 11:17:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2013-10-14 09:29:44.0 +0200
@@ -1,0 +2,14 @@
+Thu Oct 10 14:43:22 UTC 2013 - w...@rosenauer.org
+
+- update to Thunderbird 24.0.1
+  * fqdn for smtp server name was not accepted (bmo#913785)
+  * fixed crash in PL_strncasecmp (bmo#917955)
+- update Enigmail to 1.6
+  * The passphrase timeout configuration in Enigmail is now read and
+written from/to gpg-agent.
+  * New dialog to change the expiry date of keys
+  * New function to search for the OpenPGP keys of all Address Book
+entries on a keyserver
+  * removed obsolete enigmail-build.patch
+
+---

Old:

  enigmail-1.5.2.tar.gz
  enigmail-build.patch
  l10n-24.0.tar.bz2
  thunderbird-24.0-source.tar.bz2

New:

  enigmail-1.6.tar.gz
  l10n-24.0.1.tar.bz2
  thunderbird-24.0.1-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.0ZUrGy/_old  2013-10-14 09:29:54.0 +0200
+++ /var/tmp/diff_new_pack.0ZUrGy/_new  2013-10-14 09:29:54.0 +0200
@@ -17,9 +17,10 @@
 #
 
 
-%define with_kde 1
-
+%define mainversion 24.0.1
+%define update_channel release
 %define gstreamer_ver 0.10
+%define with_kde 1
 
 Name:   MozillaThunderbird
 BuildRequires:  Mesa-devel
@@ -47,11 +48,9 @@
 BuildRequires:  pkgconfig(gstreamer-app-%gstreamer_ver)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-%gstreamer_ver)
 %endif
-%define mainversion 24.0
-%define update_channel release
 Version:%{mainversion}
 Release:0
-%define releasedate 2013091200
+%define releasedate 2013101000
 Provides:   thunderbird = %{version}
 %if %{with_kde}
 # this is needed to match this package with the kde4 helper package without 
the main package
@@ -72,7 +71,7 @@
 Source6:suse-default-prefs.js
 Source7:find-external-requires.sh
 Source8:thunderbird-rpmlintrc
-Source9:enigmail-1.5.2.tar.gz
+Source9:enigmail-1.6.tar.gz
 Source10:   create-tar.sh
 Source11:   compare-locales.tar.bz2
 Source12:   kde.js
@@ -87,8 +86,6 @@
 Patch20:tb-ssldap.patch
 Patch21:tb-develdirs.patch
 Patch22:thunderbird-shared-nss-db.patch
-# Enigmail
-Patch30:enigmail-build.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: coreutils fileutils textutils /bin/sh
 Recommends: libcanberra0
@@ -178,7 +175,7 @@
 
 %if %build_enigmail
 %package -n enigmail
-Version:1.5.2+%{mainversion}
+Version:1.6.0+%{mainversion}
 Release:0
 Summary:OpenPGP addon for Thunderbird and SeaMonkey
 License:MPL-1.1 or GPL-2.0+
@@ -217,12 +214,6 @@
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
-%if %build_enigmail
-# enigmail
-pushd $RPM_BUILD_DIR/enigmail
-%patch30 -p1
-popd
-%endif
 
 %build
 # no need to add build time to binaries
@@ -242,6 +233,9 @@
 export MOZ_BUILD_DATE=%{releasedate}
 export MOZILLA_OFFICIAL=1
 export BUILD_OFFICIAL=1
+%if %{update_channel} == esr
+export MOZ_ESR=1
+%endif
 export CFLAGS=$RPM_OPT_FLAGS -Os -fno-strict-aliasing
 %ifarch ppc64
 export CFLAGS=$CFLAGS -mminimal-toc

++ _constraints ++
--- /var/tmp/diff_new_pack.0ZUrGy/_old  2013-10-14 09:29:54.0 +0200
+++ /var/tmp/diff_new_pack.0ZUrGy/_new  2013-10-14 09:29:54.0 +0200
@@ -5,7 +5,7 @@
   size unit=G9/size
 /disk
 memory
-  size unit=M3500/size
+  size unit=M3000/size
 /memory
   /hardware
 /constraints

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.0ZUrGy/_old  2013-10-14 09:29:55.0 +0200
+++ /var/tmp/diff_new_pack.0ZUrGy/_new  2013-10-14 09:29:55.0 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL=esr24
 BRANCH=releases/comm-$CHANNEL
-RELEASE_TAG=THUNDERBIRD_24_0_RELEASE
-VERSION=24.0
+RELEASE_TAG=THUNDERBIRD_24_0_1_RELEASE
+VERSION=24.0.1
 
 echo cloning $BRANCH...
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ enigmail-1.5.2.tar.gz - enigmail-1.6.tar.gz ++
 16469 lines of diff (skipped)

++ l10n-24.0.tar.bz2 - l10n-24.0.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/MozillaThunderbird/l10n-24.0.tar.bz2 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/l10n-24.0.1.tar.bz2 differ: 
char 11, 

commit tor for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2013-10-14 09:31:13

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


Package is tor

Changes:

--- /work/SRC/openSUSE:Factory/tor/tor.changes  2013-06-05 13:20:47.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes 2013-10-14 
09:31:14.0 +0200
@@ -1,0 +2,12 @@
+Sat Oct  5 13:18:55 UTC 2013 - andreas.stie...@gmx.de
+
+- tor-0.2.4.17-rc
+- major features in 0.2.4.x:
+  - improved client resilience
+  - support better link encryption with forward secrecy
+  - new NTor circuit handshake
+  - change relay queue for circuit create requests from size-based
+limit to time-based limit
+  - many bug fixes and minor features
+
+---

Old:

  tor-0.2.3.25.tar.gz
  tor-0.2.3.25.tar.gz.asc

New:

  tor-0.2.4.17-rc.tar.gz
  tor-0.2.4.17-rc.tar.gz.asc



Other differences:
--
++ tor.spec ++
--- /var/tmp/diff_new_pack.gD6pA6/_old  2013-10-14 09:31:15.0 +0200
+++ /var/tmp/diff_new_pack.gD6pA6/_new  2013-10-14 09:31:15.0 +0200
@@ -19,15 +19,15 @@
 %define with_bufferevents 0%{?suse_version}  1220
 
 Name:   tor
-Version:0.2.3.25
+Version:0.2.4.17
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Anonymizing overlay network for TCP (The onion router)
 License:BSD-3-Clause
 Group:  Productivity/Networking/Security
 Url:https://www.torproject.org/
-Source0:https://www.torproject.org/dist/%{name}-%{version}.tar.gz
-Source1:https://www.torproject.org/dist/%{name}-%{version}.tar.gz.asc
+Source0:https://www.torproject.org/dist/%{name}-%{version}-rc.tar.gz
+Source1:
https://www.torproject.org/dist/%{name}-%{version}-rc.tar.gz.asc
 # https://www.torproject.org/docs/signing-keys.html.en
 Source2:tor.keyring
 Source3:tor.service
@@ -87,7 +87,7 @@
 
 %prep
 %{?gpg_verify: %gpg_verify %{S:1}}
-%setup -q
+%setup -q -n %{name}-%{version}-rc
 %patch0
 
 %build
@@ -166,7 +166,7 @@
 
 %files
 %defattr(-,root,root)
-%doc LICENSE README ChangeLog doc/HACKING doc/TODO doc/*.html
+%doc LICENSE README ChangeLog doc/HACKING doc/*.html
 %doc %{_mandir}/man*/*
 %{_bindir}/%{name}
 %{_bindir}/%{name}ctl
@@ -175,7 +175,7 @@
 %{_bindir}/%{name}-resolve
 %{_sbindir}/rc%{name}
 %dir %{_datadir}/%{name}
-%{_datadir}/%{name}/geoip
+%{_datadir}/%{name}/geoip*
 %config %{_initrddir}/%{name}
 %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name}
 %dir %attr(0755,root,%{torgroup}) %{_sysconfdir}/%{name}

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



commit salt-cloud for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package salt-cloud for openSUSE:Factory 
checked in at 2013-10-14 09:31:01

Comparing /work/SRC/openSUSE:Factory/salt-cloud (Old)
 and  /work/SRC/openSUSE:Factory/.salt-cloud.new (New)


Package is salt-cloud

Changes:

--- /work/SRC/openSUSE:Factory/salt-cloud/salt-cloud.changes2013-09-27 
18:20:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.salt-cloud.new/salt-cloud.changes   
2013-10-14 09:31:02.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct 12 21:38:32 UTC 2013 - abo...@gmail.com
+
+- added python-netaddr as recommends
+
+---



Other differences:
--
++ salt-cloud.spec ++
--- /var/tmp/diff_new_pack.hoSQ8C/_old  2013-10-14 09:31:03.0 +0200
+++ /var/tmp/diff_new_pack.hoSQ8C/_new  2013-10-14 09:31:03.0 +0200
@@ -31,8 +31,9 @@
 Requires:  python-PyYAML
 Requires:   python-apache-libcloud
 Requires:   salt = 0.13.0
-Requires:   sshpass
+Recommends: sshpass
 Recommends: python-botocore
+Recommends: python-netaddr
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(pre):  %fillup_prereq
 Requires(pre):  %insserv_prereq

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



commit openmpi for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

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

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


Package is openmpi

Changes:

--- /work/SRC/openSUSE:Factory/openmpi/openmpi.changes  2013-07-05 
15:05:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi.changes 2013-10-14 
09:30:36.0 +0200
@@ -1,0 +2,6 @@
+Sat Oct 12 14:16:27 UTC 2013 - sch...@suse.de
+
+- Enable use of GCC intrinsics for atomics instead of custom assembler
+- Remove remove-assembler-for-armv5.diff
+
+---

Old:

  remove-assembler-for-armv5.diff



Other differences:
--
++ openmpi.spec ++
--- /var/tmp/diff_new_pack.RGoftu/_old  2013-10-14 09:30:38.0 +0200
+++ /var/tmp/diff_new_pack.RGoftu/_new  2013-10-14 09:30:38.0 +0200
@@ -33,8 +33,6 @@
 Source1:mpivars.sh
 Source2:mpivars.csh
 Source3:baselibs.conf
-# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
-Patch0: remove-assembler-for-armv5.diff
 Patch1: openmpi-no_date_and_time.patch
 BuildRequires:  Modules
 BuildRequires:  autoconf
@@ -52,8 +50,6 @@
 BuildRequires:  libibumad-devel
 BuildRequires:  libibverbs-devel
 %endif
-# List loosely based on files available in openmpi-1.4.4/opal/asm/generated/
-ExclusiveArch:  %alpha %arm aarch64 x86_64 %ix86 ia64 mips mips64 ppc ppc64 
%sparc
 %ifarch x86_64
 BuildRequires:  numactl
 %endif
@@ -104,9 +100,6 @@
 
 %prep
 %setup -q
-%ifarch armv5el armv5tel aarch64
-%patch0
-%endif
 %patch1
 
 %build
@@ -119,6 +112,7 @@
--libdir=%{mpi_libdir} \
--mandir=%{mpi_mandir} \
--disable-static  \
+   --enable-builtin-atomics \
 %if %{with_openib}
   --with-verbs \
 %endif

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



commit postfix for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

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

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


Package is postfix

Changes:

--- /work/SRC/openSUSE:Factory/postfix/postfix.changes  2013-10-11 
09:01:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes 2013-10-14 
09:30:53.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 11 13:32:32 UTC 2013 - m...@suse.de
+
+- Ignore errors in %pre/%post.
+
+---



Other differences:
--
++ postfix.spec ++
--- /var/tmp/diff_new_pack.BWzzsh/_old  2013-10-14 09:30:55.0 +0200
+++ /var/tmp/diff_new_pack.BWzzsh/_new  2013-10-14 09:30:55.0 +0200
@@ -336,7 +336,7 @@
 %service_add_pre %{name}.service
 %endif
 
-VERSIONTEST=$(test -x usr/sbin/postconf  usr/sbin/postconf proxy_read_maps 
2/dev/null)
+VERSIONTEST=$(test -x usr/sbin/postconf  usr/sbin/postconf proxy_read_maps 
2/dev/null || :)
 if [ -z $VERSIONTEST -a -f %{pf_queue_directory}/pid/master.pid ]; then
   if checkproc -p %{pf_queue_directory}/pid/master.pid usr/lib/%{name}/master; 
then
  echo %{name} is still running. You have to stop %{name} in order to
@@ -412,7 +412,7 @@
 %post
 # We never have to run suseconfig for postfix after installation
 # We only start postfix own upgrade-configuration by update
-/usr/sbin/postfix set-permissions
+/usr/sbin/postfix set-permissions || :
 if [ ${1:-0} -gt 1 ]; then
touch /var/adm/postfix.configured
/usr/sbin/postfix upgrade-configuration || :



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



commit varnish for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package varnish for openSUSE:Factory checked 
in at 2013-10-14 09:32:42

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


Package is varnish

Changes:

--- /work/SRC/openSUSE:Factory/varnish/varnish.changes  2012-10-07 
20:08:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.varnish.new/varnish.changes 2013-10-14 
09:32:43.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct  4 21:48:01 UTC 2013 - jeng...@inai.de
+
+- Deactivate libpcre JIT (bnc#839358), add varnish-disable-pcrejit.diff
+
+---

New:

  varnish-disable-pcrejit.diff



Other differences:
--
++ varnish.spec ++
--- /var/tmp/diff_new_pack.hsVmgq/_old  2013-10-14 09:32:45.0 +0200
+++ /var/tmp/diff_new_pack.hsVmgq/_new  2013-10-14 09:32:45.0 +0200
@@ -33,6 +33,7 @@
 Source6:varnishlog.init
 Source7:   varnish.service
 Source8:   varnishlog.service
+Patch1:varnish-disable-pcrejit.diff
 
 BuildRoot:  %_tmppath/%name-%version-build
 BuildRequires:  libxslt, ncurses-devel, pcre-devel
@@ -95,11 +96,11 @@
 
 %prep
 %setup -q
+%patch -P 1 -p1
 
 %build
-%if 0%{?suse_version}  1000
-export CFLAGS=%optflags -fstack-protector
-%endif
+# bnc#839358: Force-deactivate JIT
+export CFLAGS=%optflags -fstack-protector -DPCRE_STUDY_JIT_COMPILE=0
 %configure --disable-static \
--localstatedir=%_localstatedir/cache/ \
--enable-developer-warnings

++ varnish-disable-pcrejit.diff ++
From: Piotr Jankowski piotr.jankow...@nsn.com
Date: 2013-09-10 10:55:57 CEST
References: http://bugzilla.novell.com/show_bug.cgi?id=839358
References: https://www.varnish-cache.org/trac/ticket/1191

The JIT compiler is broken on some versions of PCRE, at least on
i386, so disable it by default.

---
 lib/libvarnish/vre.c |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Index: varnish-3.0.3/lib/libvarnish/vre.c
===
--- varnish-3.0.3.orig/lib/libvarnish/vre.c
+++ varnish-3.0.3/lib/libvarnish/vre.c
@@ -40,9 +40,8 @@ struct vre {
pcre_extra  *re_extra;
 };
 
-#ifndef PCRE_STUDY_JIT_COMPILE
+#undef PCRE_STUDY_JIT_COMPILE
 #define PCRE_STUDY_JIT_COMPILE 0
-#endif
 
 /*
  * We don't want to spread or even expose the majority of PCRE options
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-installation for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2013-10-14 09:33:13

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-11 15:35:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2013-10-14 09:33:14.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct 10 14:48:46 CEST 2013 - loci...@suse.com
+
+- Dropped modem and DSL detection (and configuration) from
+  installation proposal (FATE#316263, FATE#316264)
+
+---



Other differences:
--
++ yast2-installation-3.1.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.1.0/control/control.SLED.xml 
new/yast2-installation-3.1.0/control/control.SLED.xml
--- old/yast2-installation-3.1.0/control/control.SLED.xml   2013-10-09 
12:16:17.0 +0200
+++ new/yast2-installation-3.1.0/control/control.SLED.xml   2013-10-11 
16:29:52.0 +0200
@@ -137,9 +137,7 @@
 ac_items config:type=list
 ac_itemlan/ac_item
 ac_itemgeneral/ac_item
-ac_itemdsl/ac_item
 ac_itemisdn/ac_item
-ac_itemmodem/ac_item
 ac_itemremote/ac_item
 ac_itemfirewall/ac_item
 !-- FATE #305583: Start CIMOM by default --
@@ -524,18 +522,10 @@
presentation_order5/presentation_order
/proposal_module
 proposal_module
-   namedsl/name
-   presentation_order30/presentation_order
-   /proposal_module
-proposal_module
nameisdn/name
presentation_order40/presentation_order
/proposal_module
 proposal_module
-   namemodem/name
-   presentation_order50/presentation_order
-   /proposal_module
-proposal_module
nameremote/name
presentation_order60/presentation_order
/proposal_module
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.0/control/control.SLES-for-VMware.xml 
new/yast2-installation-3.1.0/control/control.SLES-for-VMware.xml
--- old/yast2-installation-3.1.0/control/control.SLES-for-VMware.xml
2013-10-09 12:16:17.0 +0200
+++ new/yast2-installation-3.1.0/control/control.SLES-for-VMware.xml
2013-10-11 16:29:52.0 +0200
@@ -582,18 +582,10 @@
presentation_order5/presentation_order
/proposal_module
 proposal_module
-   namedsl/name
-   presentation_order30/presentation_order
-   /proposal_module
-proposal_module
nameisdn/name
presentation_order40/presentation_order
/proposal_module
 proposal_module
-   namemodem/name
-   presentation_order50/presentation_order
-   /proposal_module
-proposal_module
nameremote/name
presentation_order60/presentation_order
/proposal_module
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.1.0/control/control.SLES.xml 
new/yast2-installation-3.1.0/control/control.SLES.xml
--- old/yast2-installation-3.1.0/control/control.SLES.xml   2013-10-09 
12:16:17.0 +0200
+++ new/yast2-installation-3.1.0/control/control.SLES.xml   2013-10-11 
16:29:52.0 +0200
@@ -606,18 +606,10 @@
presentation_order5/presentation_order
/proposal_module
 proposal_module
-   namedsl/name
-   presentation_order30/presentation_order
-   /proposal_module
-proposal_module
nameisdn/name
presentation_order40/presentation_order
/proposal_module
 proposal_module
-   namemodem/name
-   presentation_order50/presentation_order
-   /proposal_module
-proposal_module
nameremote/name

commit yast2 for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2013-10-14 09:32:54

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


Package is yast2

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2013-09-27 
19:30:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2013-10-14 
09:32:55.0 +0200
@@ -1,0 +2,28 @@
+Wed Oct  9 13:45:40 UTC 2013 - jreidin...@suse.com
+
+- Install binaries to /usr/sbin instead of /sbin to be consistent 
+  with rest of world and use common specs. Symlinks are kept for
+  backward compatibility.
+- do not create sym links in sbin for zast or camel case yast
+
+---
+Thu Sep 26 17:59:55 UTC 2013 - lsle...@suse.cz
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+
+---
+Tue Sep 24 10:03:12 UTC 2013 - jreidin...@suse.com
+
+- allow nested ipv4 in ipv6 (BNC#828683)
+- 3.0.9
+
+---
+Tue Sep  3 08:47:37 UTC 2013 - mfi...@suse.com
+
+- bnc#837517
+- fixed misinterpreting IPv6 prefixes when converting to netmask
+- 3.0.8 
+
+---

Old:

  yast2-3.0.7.tar.bz2

New:

  yast2-3.1.0.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.R2gzlo/_old  2013-10-14 09:32:56.0 +0200
+++ /var/tmp/diff_new_pack.R2gzlo/_new  2013-10-14 09:32:56.0 +0200
@@ -17,17 +17,17 @@
 
 
 Name:   yast2
-Version:3.0.7
+Version:3.1.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.bz2
 
 Source1:yast2-rpmlintrc
 
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools = 3.0.6
 BuildRequires:  yast2-perl-bindings
 BuildRequires:  yast2-testsuite
 # Needed already in build time
@@ -153,43 +153,28 @@
 installation with YaST2.
 
 %prep
-%setup -n yast2-%{version}
+%setup -n %{name}-%{version}
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
-export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
-export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
-
-./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
-# V=1: verbose build in case we used AM_SILENT_RULES(yes)
-# so that RPM_OPT_FLAGS check works
-make %{?jobs:-j%jobs} V=1
+%yast_build
 
 # removed explicit adding of translations to group desktop files, since it is 
covered by the general call (they are in a subdirectory) and it caused build 
fail
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-[ -e %{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
-for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
-d=${f##*/}
-%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
-done
-
-mkdir -p $RPM_BUILD_ROOT/usr/share/YaST2/clients
-mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/applications/YaST2
-mkdir -p $RPM_BUILD_ROOT/usr/share/YaST2/images
-mkdir -p $RPM_BUILD_ROOT/usr/share/YaST2/locale
-mkdir -p $RPM_BUILD_ROOT/usr/share/YaST2/modules
-mkdir -p $RPM_BUILD_ROOT/usr/share/YaST2/scrconf
-mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/YaST2/bin
-mkdir -p $RPM_BUILD_ROOT/usr/share/YaST2/data
-mkdir -p $RPM_BUILD_ROOT/usr/share/YaST2/include
-mkdir -p $RPM_BUILD_ROOT/var/lib/YaST2
-mkdir -p $RPM_BUILD_ROOT/usr/share/YaST2/schema/control/rnc
-mkdir -p $RPM_BUILD_ROOT/usr/share/YaST2/schema/autoyast/rnc
+%yast_install
+
+mkdir -p $RPM_BUILD_ROOT%{yast_clientdir}
+mkdir -p $RPM_BUILD_ROOT%{yast_desktopdir}
+mkdir -p $RPM_BUILD_ROOT%{yast_imagedir}
+mkdir -p $RPM_BUILD_ROOT%{yast_localedir}
+mkdir -p $RPM_BUILD_ROOT%{yast_moduledir}
+mkdir -p $RPM_BUILD_ROOT%{yast_scrconfdir}
+mkdir -p $RPM_BUILD_ROOT%{yast_ybindir}
+mkdir -p $RPM_BUILD_ROOT%{yast_ydatadir}
+mkdir -p $RPM_BUILD_ROOT%{yast_yncludedir}
+mkdir -p $RPM_BUILD_ROOT%{yast_vardir}
+mkdir -p $RPM_BUILD_ROOT%{yast_schemadir}/control/rnc
+mkdir -p $RPM_BUILD_ROOT%{yast_schemadir}/autoyast/rnc
 mkdir -p $RPM_BUILD_ROOT/etc/YaST2
 
 # symlink the yardoc duplicates, saves over 2MB in installed system
@@ -197,9 +182,6 @@
 # because of the compression)
 %fdupes -s %buildroot/%_prefix/share/doc/packages/yast2
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 %{fillup_only -n yast2}
 
@@ -208,77 +190,78 @@
 
 # basic 

commit yast2-devtools for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package yast2-devtools for openSUSE:Factory 
checked in at 2013-10-14 09:33:01

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


Package is yast2-devtools

Changes:

--- /work/SRC/openSUSE:Factory/yast2-devtools/yast2-devtools.changes
2013-10-06 19:37:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-devtools.new/yast2-devtools.changes   
2013-10-14 09:33:03.0 +0200
@@ -1,0 +2,14 @@
+Wed Oct  9 15:11:45 UTC 2013 - jreidin...@suse.com
+
+- cmake module: read VERSION instead of VERSION.cmake to be 
+  consistent across all packages
+- 3.1.6
+
+---
+Tue Oct  8 14:05:02 UTC 2013 - jreidin...@suse.com
+
+- rpm macros: Use %configure to properly configure also 
+  sysconfdir and sbindir
+- 3.1.5
+
+---

Old:

  yast2-devtools-3.1.4.tar.bz2

New:

  yast2-devtools-3.1.6.tar.bz2



Other differences:
--
++ yast2-devtools.spec ++
--- /var/tmp/diff_new_pack.YOikjj/_old  2013-10-14 09:33:04.0 +0200
+++ /var/tmp/diff_new_pack.YOikjj/_new  2013-10-14 09:33:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-devtools
-Version:3.1.4
+Version:3.1.6
 Release:0
 Url:http://github.com/yast/yast-devtools
 

++ yast2-devtools-3.1.4.tar.bz2 - yast2-devtools-3.1.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.1.4/Rakefile 
new/yast2-devtools-3.1.6/Rakefile
--- old/yast2-devtools-3.1.4/Rakefile   2013-10-02 16:02:42.0 +0200
+++ new/yast2-devtools-3.1.6/Rakefile   2013-10-11 16:21:53.0 +0200
@@ -1,6 +1,6 @@
 require yast/rake
 
-Packaging.configuration do |conf|
+Yast::Tasks.configuration do |conf|
   #lets ignore license check for now
   conf.skip_license_check  /.*/
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.1.4/VERSION 
new/yast2-devtools-3.1.6/VERSION
--- old/yast2-devtools-3.1.4/VERSION2013-10-02 16:02:42.0 +0200
+++ new/yast2-devtools-3.1.6/VERSION2013-10-11 16:21:53.0 +0200
@@ -1 +1 @@
-3.1.4
+3.1.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-3.1.4/devtools/cmake/modules/YastCommon.cmake 
new/yast2-devtools-3.1.6/devtools/cmake/modules/YastCommon.cmake
--- old/yast2-devtools-3.1.4/devtools/cmake/modules/YastCommon.cmake
2013-10-02 16:02:42.0 +0200
+++ new/yast2-devtools-3.1.6/devtools/cmake/modules/YastCommon.cmake
2013-10-11 16:21:53.0 +0200
@@ -50,8 +50,7 @@
 ENDIF (NOT DEFINED RPMNAME)
 
 MESSAGE(STATUS package name set to '${RPMNAME}')
-INCLUDE(${CMAKE_SOURCE_DIR}/VERSION.cmake)
-SET ( VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH} )
+file (STRINGS ${CMAKE_SOURCE_DIR}/VERSION VERSION)
 
 INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR} 
${CMAKE_CURRENT_BINARY_DIR})
 
@@ -156,13 +155,7 @@
   Makefile.in$
   )
 
-  #SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY Novell's package management core 
engine.)
   SET(CPACK_PACKAGE_VENDOR Novell Inc.)
-  #SET(CPACK_PACKAGE_DESCRIPTION_FILE ${CMAKE_CURRENT_SOURCE_DIR}/ReadMe.txt)
-  #SET(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_CURRENT_SOURCE_DIR}/Copyright.txt)
-  #SET(CPACK_PACKAGE_VERSION_MAJOR ${version_major})
-  #SET(CPACK_PACKAGE_VERSION_MINOR ${version_minor})
-  #SET(CPACK_PACKAGE_VERSION_PATCH ${version_patch})
   SET( CPACK_GENERATOR TBZ2)
   SET( CPACK_SOURCE_GENERATOR TBZ2)
   SET( CPACK_SOURCE_PACKAGE_FILE_NAME ${PACKAGE}-${VERSION} )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.1.4/devtools/rpm/macros.yast 
new/yast2-devtools-3.1.6/devtools/rpm/macros.yast
--- old/yast2-devtools-3.1.4/devtools/rpm/macros.yast   2013-10-02 
16:02:42.0 +0200
+++ new/yast2-devtools-3.1.6/devtools/rpm/macros.yast   2013-10-11 
16:21:53.0 +0200
@@ -36,14 +36,14 @@
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG \
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG \
 \
-./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir} \
+%configure \
 # V=1: verbose build in case we used AM_SILENT_RULES(yes) \
 # so that RPM_OPT_FLAGS check works \
 make %{?jobs:-j%jobs} V=1
 
 # install the yast module using autotools/make
 %yast_install \
-make install DESTDIR=$RPM_BUILD_ROOT \
+%make_install \
 if [ ! -f %{yast_ydatadir}/devtools/NO_MAKE_CHECK ]; then \
 make check \\\
 

commit go-go-fuse for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/go-go-fuse (Old)
 and  /work/SRC/openSUSE:Factory/.go-go-fuse.new (New)


Package is go-go-fuse

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ /work/SRC/openSUSE:Factory/.go-go-fuse.new/go-go-fuse.changes   
2013-10-14 13:03:49.0 +0200
@@ -0,0 +1,114 @@
+---
+Fri Oct 11 09:02:26 UTC 2013 - speili...@suse.com
+
+- Split binaries into tools sub-package so that the Go FUSE bindings
+  don't have to conflict with unionfs-fuse
+
+---
+Wed Sep 25 14:28:42 UTC 2013 - speili...@suse.com
+
+- Conflict with unionfs-fuse, both are userspace implementations
+  providing /usr/bin/unionfs
+
+---
+Tue Aug 13 14:38:20 UTC 2013 - speili...@suse.com
+
+- Fix spec / changes file names
+
+---
+Tue Aug 13 14:32:55 UTC 2013 - speili...@suse.com
+
+- Update to version 0.0.0+git20130725.5edbae8:
+  + Upstream provides no changelog
+- Add _service file
+- Renamed to go-go-fuse (from go-fuse)
+
+---
+Tue Aug 13 08:13:41 UTC 2013 - speili...@suse.com
+
+- Use %{go_exclusivearch} macro
+
+---
+Sun Jun 30 23:42:56 UTC 2013 - gra...@andtech.eu
+
+- fuse/nodefs: more doc cleanups.
+- fuse/nodefs: hide mountRoot method.
+- fuse/nodefs: more documentation.
+- fuse/nodefs: elucidate locking constraints.
+- fuse: for readdirplus, use lookup inode number in the DirEntry inode field.
+- fuse: drop superfluous type check.
+- fuse: hide ReadResultData and ReadResultFd types.
+- fuse: cleanup DirEntryList.
+- fuse/nodefs: drop rawDir interface
+- fuse: fix offset of readdirplus lookup entries
+- fuse/nodefs: provide more diagnostics in case of underflow.
+- fuse: drop RawFsInit method; expose Notify functions directly in Server.
+- fuse: support readdirplus, combines readdir and lookup/getattr.
+- fuse: Add MountOptions.SingleThreaded.
+- Run gofmt.
+- fuse: drop the serve.MountPoint method.
+- Document more methods of the Serve type.
+- fuse: drop Server.ThreadSanitizerSync, and switch on -race tests in all.bash.
+- fuse/test: drop ThreadSanitizerSync from fsetattr_test.go
+- Have minimum version at 12.
+- In pathfs.LockingFileSystem, lock file operations too.
+- fuse/test: use channel in NotifyTest to obviate ThreadSanitizerSync.
+- unionfs: drop ThreadSanitizerSync from unionfs tests.
+- Add loopback_darwin.
+- Rename MountState to Server and merge New and Mount functionality in 
NewServer.
+- fuse/nodefs: hide MemNodeFs type, document NewMemNodeFs().
+- fuse: Split off node FS code into fuse/nodefs/ package.
+- Fix files_linux.go to work on 386
+- fuse: Hide MountState.AllocOut
+- unionfs: drop unused function IsDir.
+- unionfs: hide types AutoUnionFs, UnionFs, DirCache, CachingFileSystem
+- Fix zipfs and unionfs for pathfs.NewDefaultFileSystem() API change.
+- Hide Writev syscall, remove Linkat syscall.
+- fuse: reduce LatencyMap to an interface, move implementation to benchmark/
+- Use XAttr functions provided by syscall package.
+- Fix return types of NewDataFile and NewDevNullFile.
+- fuse/pathfs: Return FileSystem in NewLoopbackFileSystem.
+- Hide pathfs.DefaultFileSystem to reduce API clutter.
+- Hide DefaultNodeFileSystem and DefaultFsNode to reduce API clutter.
+- Hide DefaultRawFileSystem type to reduce API clutter.
+- Add untested Utimens implementation for loopbackFile.
+- Hide ReadOnlyFile to reduce API clutter.
+- Hide LoopbackFile, DefaultFile, DevNullFile, DataFile types to reduce API 
clutter.
+- Hide ReadOnlyFileSystem type to reduce API clutter.
+- Hide LoopBackFileSystem type to reduce API clutter.
+- Hide PrefixFileSystem type.
+- fuse: remove HandleMap and Handled from the API.
+- Add new packages to all.bash.
+- fuse: Hide the RawFileSystem implementation of FileSystemConnector behind 
the RawFS() method.
+- fuse/test: update for Debug convention
+- Hide Debug public members behind SetDebug method.
+- Hide bufferpool implementations to reduce API clutter.
+- Remove the LockingFileSystem and LockingRawFileSystem types from the public 
API.
+- Move path filesystems to a separate package.
+- Move loopback test and friends to separate package test/
+- Move FileSystemConnector.generation to be 64-bit aligned.
+- fuse: rename test file to misc_linux_test, add build directive.
+- fuse: in TestDeleteNotify , don't write stray '*' on output.
+- fuse: stop spamming stderr for failing 

commit gtkmm3 for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package gtkmm3 for openSUSE:Factory checked 
in at 2013-10-14 13:05:02

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


Package is gtkmm3

Changes:

--- /work/SRC/openSUSE:Factory/gtkmm3/gtkmm3.changes2013-09-23 
12:56:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtkmm3.new/gtkmm3.changes   2013-10-14 
13:05:04.0 +0200
@@ -1,0 +2,26 @@
+Fri Oct 11 15:39:37 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.0:
+  + GTK:
+- Undeprecate UIManager, Action, ActionGroup, ToggleAction,
+  RadioAction and RecentAction, though they are still
+  deprecated in the C API.
+- RadioAction: Deprecate the constructor that uses StockID.
+- ToggleAction: Deprecate the constructor that uses StockID.
+- Application:
+  . add/remove_accelerator(): Add overloads without the variant
+parameter.
+  . Add missing gtk_init() call in one of the constructors.
+- Button: Remove unnnecessary BuiltinStockID declaration.
+- HeaderBar: Make get_show_close_button() const.
+- IconView: set_cursor(): Add a version with no cell parameter.
+- PlacesSidebar: Fix crash with the drag_* signals, correct
+  some OWNERSHIP_*s, pass vectors by reference in signals.
+- Settings: Add create_action().
+- SearchBar: handle_event(): Take a GdkEventKey instead of
+  GdkEvent.
+- Window: get_frame_extents(): Add const version.
+  + Gdk: Deprecate Color.
+  + Build: Update gtk-demo MSVC Projects.
+
+---

Old:

  gtkmm-3.9.16.tar.xz

New:

  gtkmm-3.10.0.tar.xz



Other differences:
--
++ gtkmm3.spec ++
--- /var/tmp/diff_new_pack.8RiYQR/_old  2013-10-14 13:05:06.0 +0200
+++ /var/tmp/diff_new_pack.8RiYQR/_new  2013-10-14 13:05:06.0 +0200
@@ -21,13 +21,13 @@
 
 Name:   gtkmm3
 %define _name gtkmm
-Version:3.9.16
+Version:3.10.0
 Release:0
 Summary:C++ Interface for GTK3 (a GUI Library for X)
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://www.gtkmm.org/
-Source: 
http://download.gnome.org/sources/gtkmm/3.9/%{_name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gtkmm/3.10/%{_name}-%{version}.tar.xz
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -35,8 +35,8 @@
 BuildRequires:  pkgconfig(atkmm-1.6)
 BuildRequires:  pkgconfig(cairomm-1.0) = 1.9.2
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) = 2.22.1
-BuildRequires:  pkgconfig(giomm-2.4) = 2.37.7
-BuildRequires:  pkgconfig(gtk+-3.0) = 3.9.16
+BuildRequires:  pkgconfig(giomm-2.4) = 2.38.0
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.10.0
 BuildRequires:  pkgconfig(pangomm-1.4) = 2.27.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ gtkmm-3.9.16.tar.xz - gtkmm-3.10.0.tar.xz ++
/work/SRC/openSUSE:Factory/gtkmm3/gtkmm-3.9.16.tar.xz 
/work/SRC/openSUSE:Factory/.gtkmm3.new/gtkmm-3.10.0.tar.xz differ: char 26, 
line 1

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



commit snapper for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package snapper for openSUSE:Factory checked 
in at 2013-10-14 13:06:07

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


Package is snapper

Changes:

--- /work/SRC/openSUSE:Factory/snapper/snapper.changes  2013-10-04 
16:01:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.snapper.new/snapper.changes 2013-10-14 
13:06:50.0 +0200
@@ -4,0 +5 @@
+- 0.1.7

Old:

  snapper-0.1.6.tar.bz2

New:

  snapper-0.1.7.tar.bz2



Other differences:
--
++ snapper.spec ++
--- /var/tmp/diff_new_pack.bTFtlA/_old  2013-10-14 13:06:51.0 +0200
+++ /var/tmp/diff_new_pack.bTFtlA/_new  2013-10-14 13:06:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   snapper
-Version:0.1.6
+Version:0.1.7
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: snapper-%{version}.tar.bz2

++ snapper-0.1.6.tar.bz2 - snapper-0.1.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/LIBVERSION new/snapper-0.1.7/LIBVERSION
--- old/snapper-0.1.6/LIBVERSION2013-07-25 14:44:29.0 +0200
+++ new/snapper-0.1.7/LIBVERSION2013-10-09 09:28:53.0 +0200
@@ -1 +1 @@
-2.1.0
+2.2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/VERSION new/snapper-0.1.7/VERSION
--- old/snapper-0.1.6/VERSION   2013-09-06 16:49:46.0 +0200
+++ new/snapper-0.1.7/VERSION   2013-10-08 13:10:11.0 +0200
@@ -1 +1 @@
-0.1.6
+0.1.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/client/Makefile.in 
new/snapper-0.1.7/client/Makefile.in
--- old/snapper-0.1.6/client/Makefile.in2013-09-30 14:19:37.0 
+0200
+++ new/snapper-0.1.7/client/Makefile.in2013-10-09 13:48:08.0 
+0200
@@ -330,9 +330,9 @@
  exit 1;; \
  esac; \
done; \
-   echo ' cd $(top_srcdir)  $(AUTOMAKE) --foreign client/Makefile'; \
+   echo ' cd $(top_srcdir)  $(AUTOMAKE) --gnu client/Makefile'; \
$(am__cd) $(top_srcdir)  \
- $(AUTOMAKE) --foreign client/Makefile
+ $(AUTOMAKE) --gnu client/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/client/utils/Makefile.in 
new/snapper-0.1.7/client/utils/Makefile.in
--- old/snapper-0.1.6/client/utils/Makefile.in  2013-09-30 14:19:37.0 
+0200
+++ new/snapper-0.1.7/client/utils/Makefile.in  2013-10-09 13:48:08.0 
+0200
@@ -287,9 +287,9 @@
  exit 1;; \
  esac; \
done; \
-   echo ' cd $(top_srcdir)  $(AUTOMAKE) --foreign 
client/utils/Makefile'; \
+   echo ' cd $(top_srcdir)  $(AUTOMAKE) --gnu client/utils/Makefile'; \
$(am__cd) $(top_srcdir)  \
- $(AUTOMAKE) --foreign client/utils/Makefile
+ $(AUTOMAKE) --gnu client/utils/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/data/Makefile.in 
new/snapper-0.1.7/data/Makefile.in
--- old/snapper-0.1.6/data/Makefile.in  2013-09-30 14:19:37.0 +0200
+++ new/snapper-0.1.7/data/Makefile.in  2013-10-09 13:48:08.0 +0200
@@ -234,9 +234,9 @@
  exit 1;; \
  esac; \
done; \
-   echo ' cd $(top_srcdir)  $(AUTOMAKE) --foreign data/Makefile'; \
+   echo ' cd $(top_srcdir)  $(AUTOMAKE) --gnu data/Makefile'; \
$(am__cd) $(top_srcdir)  \
- $(AUTOMAKE) --foreign data/Makefile
+ $(AUTOMAKE) --gnu data/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/dbus/Makefile.in 
new/snapper-0.1.7/dbus/Makefile.in
--- old/snapper-0.1.6/dbus/Makefile.in  2013-09-30 14:19:37.0 +0200
+++ new/snapper-0.1.7/dbus/Makefile.in  2013-10-09 13:48:08.0 +0200
@@ -289,9 +289,9 @@
  exit 1;; \
  esac; \
done; \
-   echo ' cd $(top_srcdir)  $(AUTOMAKE) --foreign dbus/Makefile'; \
+   echo ' cd $(top_srcdir)  $(AUTOMAKE) --gnu dbus/Makefile'; \
$(am__cd) $(top_srcdir)  \
- $(AUTOMAKE) --foreign dbus/Makefile
+ $(AUTOMAKE) --gnu dbus/Makefile
 .PRECIOUS: Makefile
 Makefile: 

commit spyder for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

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

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


Package is spyder

Changes:

--- /work/SRC/openSUSE:Factory/spyder/spyder.changes2013-08-14 
22:58:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.spyder.new/spyder.changes   2013-10-14 
13:06:52.0 +0200
@@ -1,0 +2,63 @@
+Sat Oct 12 14:06:50 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 2.2.4
+  * Fix issue 347: Matplotlib hangs on Mac if using PySide
+  * Fix issue 1265: Create a Debug menu to easily show how to set breakpoints
+  * Fix issue 1489: Project Explorer does not load all projects in workspace.
+  * Fix issue 1516: Make Spyder compatible with both IPython 0.13 and 1.0
+  * Fix issue 1531: Pyflakes version check is looking for 0.5.0 only
+  * Fix issue 1539: /tmp/spyder is owned by the first user on the server
+to launch spyder
+  * Make Spyder compatible with SymPy 0.7.3+
+  * Add shortcuts to the tooltips of all toolbars
+  * Make IPython Console work better if Matplotlib is not installed
+- Changes between version 2.2.3 and 2.2.2
+  * Fix issue 634: Debugging: Lingering break points
+  * Fix issue 639: Project Explorer: horizontal size issue (added an
+optional horizontal scrollbar. This option may be enabled/disabled
+in the widget context menu)
+  * Fix issue 749: Outline Explorer: Duplicate entries
+  * Fix issue 852: Implement matlab-like cell features
+  * Fix issue 1388: Add an About Spyder dependencies dialog box
+  * Fix issue 1438: runfile doesn't work correctly if unicode_literals has
+been imported (replaced backslashes by slashes in paths)
+  * Fix issue 1515: Add an option to use the same interpreter Spyder is
+running on as Python executable for external consoles
+  * Fix issue 1522: licenses of the images (especially the .png)
+  * Fix issue 1526: Build script (setup.py) includes the wrong version of
+pyflakes/rope in Windows installer
+  * Fix issue 1527: please include the LICENSE file in the source package 
+  * New Run selection (F9), Run cell (Ctrl+Enter) and Run cell and
+advance (Shift+Enter) actions in Run menu entry, as a replacement
+to the old Run selection or block and Run block and advance actions.
+   *Added Optional Dependencies dialog box in ? menu.
+   *Editor: added Monokai and Zenburn syntax coloring schemes.
+   *Keyboard shortcuts: removing deprecated shortcuts at startup. Otherwise,
+when renaming the name of a registered shortcut (in the code), the old
+shortcut will stay in Spyder configuration file and opening the Preferences
+dialog will show a shortcut conflict dialog box. 
+ * External console tabs: fixed history browsing with Ctrl+Tab and added 
+   Shift+Ctrl+Tab support.
+ * PreferencesConsoleAdvanced: new option to switch between the default 
Python
+   executable
+ * Run Icons: removed deprecated images, updated other images to the new design
+setup.py/Windows installers: now building CHM documentation for Windows
+ * SPYDER_DEBUG environment variable now supports 3 levels of debug mode:
+ SPYDER_DEBUG=0 or False: debug mode is off
+ SPYDER_DEBUG=1 or True: debug level 1 is on (internal console is 
disconnected)
+ SPYDER_DEBUG=2: debug level 2 is on (+ logging coms with external Python 
processes)
+ SPYDER_DEBUG=3: debug level 3 is on (+ enabling -v option in external
+ Python processes and debugging editor) 
+- Changes between version 2.2.2 and 2.2.1
+  * Fix issue 1497: Spyder 2.2.1 does not work with Python  2.7
+  * Fix issue 1498: TypeError thrown by IPython Console when the pager is off
+  * Fix issue 1499: Console (Terminal) throws NotImplementedError for Home/End 
keys
+  * Fix issue 1509: Add support for javascript syntax highlighting
+  * Fix issue 1510: Problems with zooming in/out 
+  * Add new icons to the Run, Debug and Main toolbars
+  * Update Pylint plugin to work with pylint 1.0
+  * Add Ctrl/Cmd+[+,-] to zoom in/out in the Editor
+  * Disable Crtl+MouseWheel to zoom in/out in Mac (See  Issue 1509 )
+  * Update Pandas and Matplotlib in our Mac application 
+
+---

Old:

  spyder-2.2.1.zip

New:

  spyder-2.2.4.zip



Other differences:
--
++ spyder.spec ++
--- /var/tmp/diff_new_pack.hAbbTl/_old  2013-10-14 13:06:54.0 +0200
+++ /var/tmp/diff_new_pack.hAbbTl/_new  2013-10-14 13:06:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   spyder
-Version:2.2.1
+Version:2.2.4
 Release:0
 Url:http://spyderlib.googlecode.com
 Summary:Scientific 

commit taglib for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

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

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


Package is taglib

Changes:

--- /work/SRC/openSUSE:Factory/taglib/taglib.changes2013-06-25 
14:46:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.taglib.new/taglib.changes   2013-10-14 
13:06:54.0 +0200
@@ -1,0 +2,41 @@
+Wed Oct  9 00:04:23 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 1.9.1
+  * Fixed binary incompatible change in TagLib::Map and TagLib::List.
+  * Fixed constructing String from ByteVector.
+  * Fixed compilation on MSVC with the /Zc:wchar_t- option.
+  * Fixed detecting of RIFF files with invalid chunk sizes.
+  * Added TagLib::MP4::PropertyMap::codec().
+
+---
+Sun Oct  6 23:51:11 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 1.9
+  * Added support for the Ogg Opus file format.
+  * Added support for INFO tags in WAV files.
+  * Changed FileStream to use Windows file API.
+  * Included taglib-config.cmd script for Windows.
+  * New ID3v1::Tag methods for working directly with
+genre numbers.
+  * New MPEG::File methods for checking which tags are saved in
+the file.
+  * Added support for the PropertyMap API to ASF and MP4 files.
+  * Added MusicBrainz identifiers to the PropertyMap API.
+  * Allowed reading of MP4 cover art without an explicitly
+specified format.
+  * Better parsing of corrupted FLAC files.
+  * Fixed saving of PropertyMap comments without description
+into ID3v2 tags.
+  * Fixed crash when parsing certain XM files.
+  * Fixed compilation of unit test with clang.
+  * Better handling of files that can't be open or have
+read-only permissions.
+  * Improved atomic reference counting.
+  * New hookable API for debug messages.
+  * More complete Windows install instructions.
+  * Many smaller bug fixes and performance improvements.
+- Dropped taglib-1.8-ds-rusxmms-r9.patch, not required anymore
+- Dropped Added-check-if-file-is-open-before-attempting-to-rea.patch
+  and taglib-1.8-version_fix.patch, merged upstream
+
+---

Old:

  Added-check-if-file-is-open-before-attempting-to-rea.patch
  taglib-1.8-ds-rusxmms-r9.patch
  taglib-1.8-version_fix.patch
  taglib-1.8.tar.gz

New:

  taglib-1.9.1.tar.gz



Other differences:
--
++ taglib.spec ++
--- /var/tmp/diff_new_pack.37mJbU/_old  2013-10-14 13:06:57.0 +0200
+++ /var/tmp/diff_new_pack.37mJbU/_new  2013-10-14 13:06:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   taglib
-Version:1.8
+Version:1.9.1
 Release:0
 Summary:Audio Meta-Data Library
 License:LGPL-2.1+ and MPL-1.1
@@ -26,15 +26,9 @@
 Source0:http://taglib.github.io/releases/taglib-%{version}.tar.gz
 Source1:%{name}.desktop
 Source100:  baselibs.conf
-# This patch is to fix bnc#814814.
-Patch0: taglib-1.8-ds-rusxmms-r9.patch
 Patch1: taglib-1.7.2-doxygen.patch
-# PATCH-FIX-UPSTREAM taglib-1.8-version_fix.patch - fix version defines in 
taglib.h
-Patch2: taglib-1.8-version_fix.patch
 # Get example executables to build without rpath
 Patch3: taglib-1.8-strip-rpath.patch
-# PATCH-FIX-UPSTREAM Added-check-if-file-is-open-before-attempting-to-rea.patch
-Patch4: Added-check-if-file-is-open-before-attempting-to-rea.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  doxygen
@@ -106,11 +100,8 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
-%patch2 -p1
 %patch3
-%patch4 -p1
 
 %build
 mkdir build

++ taglib-1.8.tar.gz - taglib-1.9.1.tar.gz ++
 11910 lines of diff (skipped)

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



commit dracut for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

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

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-14 
09:24:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes   2013-10-14 
14:26:02.0 +0200
@@ -1,0 +2,9 @@
+Mon Oct 14 03:48:40 UTC 2013 - crrodrig...@opensuse.org
+
+- version 034 
+* fcoe: add FCoE UEFI boot device support
+* rootfs-block: add support for the rootfallback= kernel 
+  cmdline option
+* btrfs: use inst_hook to install the timeout hook
+
+---

Old:

  dracut-033.tar.xz

New:

  dracut-034.tar.xz



Other differences:
--
++ dracut.spec ++
--- /var/tmp/diff_new_pack.xc1BqR/_old  2013-10-14 14:26:05.0 +0200
+++ /var/tmp/diff_new_pack.xc1BqR/_new  2013-10-14 14:26:05.0 +0200
@@ -21,7 +21,7 @@
 %define replace_mkinitrd 1
 
 Name:   dracut
-Version:033
+Version:034
 Release:0
 
 Summary:Initramfs generator using udev

++ dracut-033.tar.xz - dracut-034.tar.xz ++
 7442 lines of diff (skipped)

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



commit five-or-more for openSUSE:13.1

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:13.1 
checked in at 2013-10-14 14:26:13

Comparing /work/SRC/openSUSE:13.1/five-or-more (Old)
 and  /work/SRC/openSUSE:13.1/.five-or-more.new (New)


Package is five-or-more

Changes:

--- /work/SRC/openSUSE:13.1/five-or-more/five-or-more.changes   2013-09-27 
17:09:49.0 +0200
+++ /work/SRC/openSUSE:13.1/.five-or-more.new/five-or-more.changes  
2013-10-14 14:26:27.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct 13 11:08:53 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + Updated translations.
+
+---

Old:

  five-or-more-3.10.0.tar.xz

New:

  five-or-more-3.10.1.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.kLnzZH/_old  2013-10-14 14:26:27.0 +0200
+++ /var/tmp/diff_new_pack.kLnzZH/_new  2013-10-14 14:26:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   five-or-more
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:Five or More Game for GNOME
 License:GPL-2.0+

++ five-or-more-3.10.0.tar.xz - five-or-more-3.10.1.tar.xz ++
 4640 lines of diff (skipped)

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



commit five-or-more for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package five-or-more for openSUSE:Factory 
checked in at 2013-10-14 14:26:10

Comparing /work/SRC/openSUSE:Factory/five-or-more (Old)
 and  /work/SRC/openSUSE:Factory/.five-or-more.new (New)


Package is five-or-more

Changes:

--- /work/SRC/openSUSE:Factory/five-or-more/five-or-more.changes
2013-09-27 17:09:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.five-or-more.new/five-or-more.changes   
2013-10-14 14:26:11.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct 13 11:08:53 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + Updated translations.
+
+---

Old:

  five-or-more-3.10.0.tar.xz

New:

  five-or-more-3.10.1.tar.xz



Other differences:
--
++ five-or-more.spec ++
--- /var/tmp/diff_new_pack.ondxpI/_old  2013-10-14 14:26:26.0 +0200
+++ /var/tmp/diff_new_pack.ondxpI/_new  2013-10-14 14:26:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   five-or-more
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:Five or More Game for GNOME
 License:GPL-2.0+

++ five-or-more-3.10.0.tar.xz - five-or-more-3.10.1.tar.xz ++
 4640 lines of diff (skipped)

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



commit gcompris for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

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

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


Package is gcompris

Changes:

--- /work/SRC/openSUSE:Factory/gcompris/gcompris.changes2013-04-26 
12:37:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcompris.new/gcompris.changes   2013-10-14 
14:26:54.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct 12 17:53:07 UTC 2013 - sv...@svalx.net
+
+- Fix BuildRequires for SLE build
+
+---



Other differences:
--
++ gcompris.spec ++
--- /var/tmp/diff_new_pack.0XNO8O/_old  2013-10-14 14:26:59.0 +0200
+++ /var/tmp/diff_new_pack.0XNO8O/_new  2013-10-14 14:26:59.0 +0200
@@ -36,8 +36,13 @@
 BuildRequires:  python-devel
 BuildRequires:  sqlite-devel = 3
 BuildRequires:  texinfo
+%if 0%{?sles_version}
+BuildRequires:  gtk2-devel
+BuildRequires:  libxml2-devel
+%else
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxml-2.0)
+%endif
 Requires:   gcompris-voices = %{version}
 Requires:   gnucap
 Requires:   gnuchess
@@ -456,7 +461,7 @@
 find . -name .cvsignore -exec rm -f {} \;
 find . -name .gitignore -exec rm -f {} \;
 # wrong-file-end-of-line-encoding
-#sed -i s|
||g ./docs/eu/topic.dat
+#sed -i s|||g ./docs/eu/topic.dat
 
 %build
 # workaround for missing config.rpath
@@ -531,9 +536,6 @@
 
 %find_lang %{name}
 
-%clean
-rm -rf %{buildroot}
-
 %post
 /sbin/ldconfig
 %if 0%{?suse_version}
@@ -665,7 +667,7 @@
 
 %files voices-sr
 %defattr(-, root, root)
-%if 0%{?suse_version} == 1120
+%if 0%{?suse_version} = 1120
 %dir %{_datadir}/locale/sr_ME
 %dir %{_datadir}/locale/sr_ME/LC_MESSAGES
 %endif

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



commit four-in-a-row for openSUSE:13.1

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package four-in-a-row for openSUSE:13.1 
checked in at 2013-10-14 14:26:24

Comparing /work/SRC/openSUSE:13.1/four-in-a-row (Old)
 and  /work/SRC/openSUSE:13.1/.four-in-a-row.new (New)


Package is four-in-a-row

Changes:

--- /work/SRC/openSUSE:13.1/four-in-a-row/four-in-a-row.changes 2013-09-27 
17:09:56.0 +0200
+++ /work/SRC/openSUSE:13.1/.four-in-a-row.new/four-in-a-row.changes
2013-10-14 14:26:30.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct 13 11:09:07 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + Updated translations.
+
+---

Old:

  four-in-a-row-3.10.0.tar.xz

New:

  four-in-a-row-3.10.1.tar.xz



Other differences:
--
++ four-in-a-row.spec ++
--- /var/tmp/diff_new_pack.nvQfPU/_old  2013-10-14 14:26:31.0 +0200
+++ /var/tmp/diff_new_pack.nvQfPU/_new  2013-10-14 14:26:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   four-in-a-row
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:Connect Four Game for GNOME
 License:GPL-2.0+

++ four-in-a-row-3.10.0.tar.xz - four-in-a-row-3.10.1.tar.xz ++
 5233 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/four-in-a-row-3.10.0/NEWS new/four-in-a-row-3.10.1/NEWS
--- old/four-in-a-row-3.10.0/NEWS   2013-09-24 00:03:06.0 +0200
+++ new/four-in-a-row-3.10.1/NEWS   2013-10-12 12:55:52.0 +0200
@@ -1,3 +1,8 @@
+four-in-a-row 3.10.1
+
+
+* Translation updates
+
 four-in-a-row 3.10.0
 
 
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/four-in-a-row-3.10.0/config.h.in new/four-in-a-row-3.10.1/config.h.in
--- old/four-in-a-row-3.10.0/config.h.in2013-09-24 00:03:09.0 
+0200
+++ new/four-in-a-row-3.10.1/config.h.in2013-10-12 13:07:06.0 
+0200
@@ -3,9 +3,6 @@
 /* The gettext package name */
 #undef GETTEXT_PACKAGE
 
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O
-
 /* Name of package */
 #undef PACKAGE
 
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/four-in-a-row-3.10.0/configure.ac new/four-in-a-row-3.10.1/configure.ac
--- old/four-in-a-row-3.10.0/configure.ac   2013-09-24 00:03:06.0 
+0200
+++ new/four-in-a-row-3.10.1/configure.ac   2013-10-12 12:55:52.0 
+0200
@@ -1,4 +1,4 @@
-AC_INIT(four-in-a-row, 3.10.0)
+AC_INIT(four-in-a-row, 3.10.1)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
 AM_SILENT_RULES([yes])
 AM_MAINTAINER_MODE
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/four-in-a-row-3.10.0/help/Makefile.am 
new/four-in-a-row-3.10.1/help/Makefile.am
--- old/four-in-a-row-3.10.0/help/Makefile.am   2013-09-24 00:03:06.0 
+0200
+++ new/four-in-a-row-3.10.1/help/Makefile.am   2013-10-12 12:48:29.0 
+0200
@@ -18,6 +18,6 @@
sound-animation.page \
legal.xml
 
-HELP_LINGUAS = ca cs da de el en_GB es eu fi fr it oc pt_BR sl sr sr@latin sv 
zh_CN
+HELP_LINGUAS = ca cs da de el en_GB es eu fi fr hu it oc pt_BR sl sr sr@latin 
sv zh_CN
 
 -include $(top_srcdir)/git.mk
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/four-in-a-row-3.10.0/help/hu/appearance.page 
new/four-in-a-row-3.10.1/help/hu/appearance.page
--- old/four-in-a-row-3.10.0/help/hu/appearance.page1970-01-01 

commit gnome-control-center for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2013-10-14 14:27:09

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


Package is gnome-control-center

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes
2013-10-08 10:48:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2013-10-14 14:27:11.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct 13 12:04:18 UTC 2013 - dims...@opensuse.org
+
+- Fix gnome-control-center-allow-yast-in-shell.patch: launching
+  YaST should not give the feedback to the shell that we managed
+  to switch panel (bnc#845643).
+
+---



Other differences:
--
++ gnome-control-center-allow-yast-in-shell.patch ++
--- /var/tmp/diff_new_pack.BSFp81/_old  2013-10-14 14:27:12.0 +0200
+++ /var/tmp/diff_new_pack.BSFp81/_new  2013-10-14 14:27:12.0 +0200
@@ -1,6 +1,7 @@
-diff -Npur gnome-control-center-3.9.3-old/shell/cc-panel-loader.c 
gnome-control-center-3.9.3-new/shell/cc-panel-loader.c
 gnome-control-center-3.9.3-old/shell/cc-panel-loader.c 2013-06-18 
19:52:26.0 +0800
-+++ gnome-control-center-3.9.3-new/shell/cc-panel-loader.c 2013-07-02 
11:41:10.542975020 +0800
+Index: gnome-control-center-3.10.0/shell/cc-panel-loader.c
+===
+--- gnome-control-center-3.10.0.orig/shell/cc-panel-loader.c
 gnome-control-center-3.10.0/shell/cc-panel-loader.c
 @@ -102,6 +102,7 @@ static struct {
  #ifdef BUILD_WACOM
PANEL_TYPE(wacom,cc_wacom_panel_get_type),
@@ -32,10 +33,11 @@
GOptionGroup *group = cc_panel_get_option_group (get_type(), builder);
if (group == NULL)
  continue;
-diff -Npur gnome-control-center-3.9.3-old/shell/cc-window.c 
gnome-control-center-3.9.3-new/shell/cc-window.c
 gnome-control-center-3.9.3-old/shell/cc-window.c   2013-06-18 
19:52:26.0 +0800
-+++ gnome-control-center-3.9.3-new/shell/cc-window.c   2013-07-02 
11:39:44.750963822 +0800
-@@ -133,6 +133,38 @@ get_icon_name_from_g_icon (GIcon *gicon)
+Index: gnome-control-center-3.10.0/shell/cc-window.c
+===
+--- gnome-control-center-3.10.0.orig/shell/cc-window.c
 gnome-control-center-3.10.0/shell/cc-window.c
+@@ -137,6 +137,38 @@ get_icon_name_from_g_icon (GIcon *gicon)
return NULL;
  }
  
@@ -74,14 +76,14 @@
  static gboolean
  activate_panel (CcWindow   *self,
  const gchar*id,
-@@ -147,6 +179,12 @@ activate_panel (CcWindow   *self
+@@ -151,6 +183,12 @@ activate_panel (CcWindow   *self
if (!id)
  return FALSE;
  
 +  if (g_strcmp0 (id, YaST) == 0)
 +  {
 +suse_activate_desktop (name);
-+return TRUE;
++return FALSE;
 +  }
 +
priv-current_panel = GTK_WIDGET (cc_panel_loader_load_by_name (CC_SHELL 
(self), id, parameters));

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



commit gnome-control-center for openSUSE:13.1

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:13.1 checked in at 2013-10-14 14:27:11

Comparing /work/SRC/openSUSE:13.1/gnome-control-center (Old)
 and  /work/SRC/openSUSE:13.1/.gnome-control-center.new (New)


Package is gnome-control-center

Changes:

--- /work/SRC/openSUSE:13.1/gnome-control-center/gnome-control-center.changes   
2013-10-08 10:48:12.0 +0200
+++ 
/work/SRC/openSUSE:13.1/.gnome-control-center.new/gnome-control-center.changes  
2013-10-14 14:27:17.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct 13 12:04:18 UTC 2013 - dims...@opensuse.org
+
+- Fix gnome-control-center-allow-yast-in-shell.patch: launching
+  YaST should not give the feedback to the shell that we managed
+  to switch panel (bnc#845643).
+
+---



Other differences:
--
++ gnome-control-center-allow-yast-in-shell.patch ++
--- /var/tmp/diff_new_pack.L5g5qw/_old  2013-10-14 14:27:17.0 +0200
+++ /var/tmp/diff_new_pack.L5g5qw/_new  2013-10-14 14:27:17.0 +0200
@@ -1,6 +1,7 @@
-diff -Npur gnome-control-center-3.9.3-old/shell/cc-panel-loader.c 
gnome-control-center-3.9.3-new/shell/cc-panel-loader.c
 gnome-control-center-3.9.3-old/shell/cc-panel-loader.c 2013-06-18 
19:52:26.0 +0800
-+++ gnome-control-center-3.9.3-new/shell/cc-panel-loader.c 2013-07-02 
11:41:10.542975020 +0800
+Index: gnome-control-center-3.10.0/shell/cc-panel-loader.c
+===
+--- gnome-control-center-3.10.0.orig/shell/cc-panel-loader.c
 gnome-control-center-3.10.0/shell/cc-panel-loader.c
 @@ -102,6 +102,7 @@ static struct {
  #ifdef BUILD_WACOM
PANEL_TYPE(wacom,cc_wacom_panel_get_type),
@@ -32,10 +33,11 @@
GOptionGroup *group = cc_panel_get_option_group (get_type(), builder);
if (group == NULL)
  continue;
-diff -Npur gnome-control-center-3.9.3-old/shell/cc-window.c 
gnome-control-center-3.9.3-new/shell/cc-window.c
 gnome-control-center-3.9.3-old/shell/cc-window.c   2013-06-18 
19:52:26.0 +0800
-+++ gnome-control-center-3.9.3-new/shell/cc-window.c   2013-07-02 
11:39:44.750963822 +0800
-@@ -133,6 +133,38 @@ get_icon_name_from_g_icon (GIcon *gicon)
+Index: gnome-control-center-3.10.0/shell/cc-window.c
+===
+--- gnome-control-center-3.10.0.orig/shell/cc-window.c
 gnome-control-center-3.10.0/shell/cc-window.c
+@@ -137,6 +137,38 @@ get_icon_name_from_g_icon (GIcon *gicon)
return NULL;
  }
  
@@ -74,14 +76,14 @@
  static gboolean
  activate_panel (CcWindow   *self,
  const gchar*id,
-@@ -147,6 +179,12 @@ activate_panel (CcWindow   *self
+@@ -151,6 +183,12 @@ activate_panel (CcWindow   *self
if (!id)
  return FALSE;
  
 +  if (g_strcmp0 (id, YaST) == 0)
 +  {
 +suse_activate_desktop (name);
-+return TRUE;
++return FALSE;
 +  }
 +
priv-current_panel = GTK_WIDGET (cc_panel_loader_load_by_name (CC_SHELL 
(self), id, parameters));

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



commit four-in-a-row for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package four-in-a-row for openSUSE:Factory 
checked in at 2013-10-14 14:26:21

Comparing /work/SRC/openSUSE:Factory/four-in-a-row (Old)
 and  /work/SRC/openSUSE:Factory/.four-in-a-row.new (New)


Package is four-in-a-row

Changes:

--- /work/SRC/openSUSE:Factory/four-in-a-row/four-in-a-row.changes  
2013-09-27 17:09:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.four-in-a-row.new/four-in-a-row.changes 
2013-10-14 14:26:28.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct 13 11:09:07 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + Updated translations.
+
+---

Old:

  four-in-a-row-3.10.0.tar.xz

New:

  four-in-a-row-3.10.1.tar.xz



Other differences:
--
++ four-in-a-row.spec ++
--- /var/tmp/diff_new_pack.3DTSxx/_old  2013-10-14 14:26:29.0 +0200
+++ /var/tmp/diff_new_pack.3DTSxx/_new  2013-10-14 14:26:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   four-in-a-row
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:Connect Four Game for GNOME
 License:GPL-2.0+

++ four-in-a-row-3.10.0.tar.xz - four-in-a-row-3.10.1.tar.xz ++
 5233 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/four-in-a-row-3.10.0/NEWS new/four-in-a-row-3.10.1/NEWS
--- old/four-in-a-row-3.10.0/NEWS   2013-09-24 00:03:06.0 +0200
+++ new/four-in-a-row-3.10.1/NEWS   2013-10-12 12:55:52.0 +0200
@@ -1,3 +1,8 @@
+four-in-a-row 3.10.1
+
+
+* Translation updates
+
 four-in-a-row 3.10.0
 
 
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/four-in-a-row-3.10.0/config.h.in new/four-in-a-row-3.10.1/config.h.in
--- old/four-in-a-row-3.10.0/config.h.in2013-09-24 00:03:09.0 
+0200
+++ new/four-in-a-row-3.10.1/config.h.in2013-10-12 13:07:06.0 
+0200
@@ -3,9 +3,6 @@
 /* The gettext package name */
 #undef GETTEXT_PACKAGE
 
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O
-
 /* Name of package */
 #undef PACKAGE
 
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/four-in-a-row-3.10.0/configure.ac new/four-in-a-row-3.10.1/configure.ac
--- old/four-in-a-row-3.10.0/configure.ac   2013-09-24 00:03:06.0 
+0200
+++ new/four-in-a-row-3.10.1/configure.ac   2013-10-12 12:55:52.0 
+0200
@@ -1,4 +1,4 @@
-AC_INIT(four-in-a-row, 3.10.0)
+AC_INIT(four-in-a-row, 3.10.1)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
 AM_SILENT_RULES([yes])
 AM_MAINTAINER_MODE
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/four-in-a-row-3.10.0/help/Makefile.am 
new/four-in-a-row-3.10.1/help/Makefile.am
--- old/four-in-a-row-3.10.0/help/Makefile.am   2013-09-24 00:03:06.0 
+0200
+++ new/four-in-a-row-3.10.1/help/Makefile.am   2013-10-12 12:48:29.0 
+0200
@@ -18,6 +18,6 @@
sound-animation.page \
legal.xml
 
-HELP_LINGUAS = ca cs da de el en_GB es eu fi fr it oc pt_BR sl sr sr@latin sv 
zh_CN
+HELP_LINGUAS = ca cs da de el en_GB es eu fi fr hu it oc pt_BR sl sr sr@latin 
sv zh_CN
 
 -include $(top_srcdir)/git.mk
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/four-in-a-row-3.10.0/help/hu/appearance.page 
new/four-in-a-row-3.10.1/help/hu/appearance.page
--- old/four-in-a-row-3.10.0/help/hu/appearance.page 

commit gnome-chess for openSUSE:13.1

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package gnome-chess for openSUSE:13.1 
checked in at 2013-10-14 14:27:19

Comparing /work/SRC/openSUSE:13.1/gnome-chess (Old)
 and  /work/SRC/openSUSE:13.1/.gnome-chess.new (New)


Package is gnome-chess

Changes:

--- /work/SRC/openSUSE:13.1/gnome-chess/gnome-chess.changes 2013-09-27 
17:16:46.0 +0200
+++ /work/SRC/openSUSE:13.1/.gnome-chess.new/gnome-chess.changes
2013-10-14 14:27:21.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct 13 11:09:18 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + Updated translations.
+
+---

Old:

  gnome-chess-3.10.0.tar.xz

New:

  gnome-chess-3.10.1.tar.xz



Other differences:
--
++ gnome-chess.spec ++
--- /var/tmp/diff_new_pack.PbdcCt/_old  2013-10-14 14:27:21.0 +0200
+++ /var/tmp/diff_new_pack.PbdcCt/_new  2013-10-14 14:27:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-chess
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:Chess Game for GNOME
 License:GPL-2.0+

++ gnome-chess-3.10.0.tar.xz - gnome-chess-3.10.1.tar.xz ++
 5415 lines of diff (skipped)

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



commit gnome-chess for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

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

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


Package is gnome-chess

Changes:

--- /work/SRC/openSUSE:Factory/gnome-chess/gnome-chess.changes  2013-09-27 
17:16:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-chess.new/gnome-chess.changes 
2013-10-14 14:27:18.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct 13 11:09:18 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + Updated translations.
+
+---

Old:

  gnome-chess-3.10.0.tar.xz

New:

  gnome-chess-3.10.1.tar.xz



Other differences:
--
++ gnome-chess.spec ++
--- /var/tmp/diff_new_pack.nwvudM/_old  2013-10-14 14:27:20.0 +0200
+++ /var/tmp/diff_new_pack.nwvudM/_new  2013-10-14 14:27:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-chess
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:Chess Game for GNOME
 License:GPL-2.0+

++ gnome-chess-3.10.0.tar.xz - gnome-chess-3.10.1.tar.xz ++
 5415 lines of diff (skipped)

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



commit gnome-mines for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package gnome-mines for openSUSE:Factory 
checked in at 2013-10-14 14:27:26

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


Package is gnome-mines

Changes:

--- /work/SRC/openSUSE:Factory/gnome-mines/gnome-mines.changes  2013-09-27 
17:25:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-mines.new/gnome-mines.changes 
2013-10-14 14:27:27.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct 13 11:09:31 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + Remove Hint action from app menu.
+  + Updated translations.
+
+---

Old:

  gnome-mines-3.10.0.tar.xz

New:

  gnome-mines-3.10.1.tar.xz



Other differences:
--
++ gnome-mines.spec ++
--- /var/tmp/diff_new_pack.Is1UrI/_old  2013-10-14 14:27:27.0 +0200
+++ /var/tmp/diff_new_pack.Is1UrI/_new  2013-10-14 14:27:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-mines
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:Minesweeper Game for GNOME
 License:GPL-2.0+

++ gnome-mines-3.10.0.tar.xz - gnome-mines-3.10.1.tar.xz ++
 5430 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/gnome-mines-3.10.0/NEWS new/gnome-mines-3.10.1/NEWS
--- old/gnome-mines-3.10.0/NEWS 2013-09-24 00:05:46.0 +0200
+++ new/gnome-mines-3.10.1/NEWS 2013-10-12 13:22:10.0 +0200
@@ -1,3 +1,9 @@
+GNOME Mines 3.10.1
+==
+
+* Remove Hint action from app menu
+* Translation updates
+
 GNOME Mines 3.10.0
 ==
 
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/gnome-mines-3.10.0/configure.ac new/gnome-mines-3.10.1/configure.ac
--- old/gnome-mines-3.10.0/configure.ac 2013-09-24 00:05:46.0 +0200
+++ new/gnome-mines-3.10.1/configure.ac 2013-10-12 13:22:10.0 +0200
@@ -1,4 +1,4 @@
-AC_INIT(gnome-mines, 3.10.0)
+AC_INIT(gnome-mines, 3.10.1)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
 AM_SILENT_RULES([yes])
 AM_MAINTAINER_MODE
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/gnome-mines-3.10.0/po/c...@valencia.po 
new/gnome-mines-3.10.1/po/c...@valencia.po
--- old/gnome-mines-3.10.0/po/c...@valencia.po  2013-09-24 00:05:46.0 
+0200
+++ new/gnome-mines-3.10.1/po/c...@valencia.po  2013-10-12 13:18:06.0 
+0200
@@ -6,7 +6,7 @@
 # Xavier Conde Rueda xavi.co...@gmail.com, 2004.
 # Jesús Corrius je...@softcatala.org, 2005.
 # Josep Puigdemont i Casamajó josep.puigdem...@gmail.com, 2007.
-# Gil Forcada gilforc...@guifi.net, 2008, 2010, 2011, 2012.
+# Gil Forcada gilforc...@guifi.net, 2008, 2010, 2011, 2012, 2013.
 # Carles Ferrando carles.ferra...@gmail.com, 2010.
 # Jordi Serratosa jor...@softcatala.cat, 2012.
 #
@@ -14,8 +14,8 @@
 msgstr 
 Project-Id-Version: gnome-games\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-03-12 23:45+0100\n
-PO-Revision-Date: 2012-09-18 20:37+0200\n
+POT-Creation-Date: 2013-10-06 22:10+0200\n
+PO-Revision-Date: 2013-09-14 00:19+0200\n
 Last-Translator: Gil Forcada gilforc...@guifi.net\n
 Language-Team: Catalan tradgn...@softcatala.org\n
 Language: ca-XV\n
@@ -24,16 +24,16 @@
 Content-Transfer-Encoding: 8bits\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
 
-#: ../data/gnome-mines.desktop.in.in.h:1 ../src/gnome-mines.vala:95
-#: ../src/gnome-mines.vala:139 ../src/gnome-mines.vala:771
+#: ../data/gnomine.desktop.in.in.h:1 ../src/gnome-mines.vala:98
+#: ../src/gnome-mines.vala:142 ../src/gnome-mines.vala:778
 msgid Mines
 msgstr Mines
 
-#: ../data/gnome-mines.desktop.in.in.h:2
+#: ../data/gnomine.desktop.in.in.h:2
 msgid Clear hidden mines from a minefield
 msgstr Netegeu les mines ocultes del camp de mines
 
-#: ../data/gnome-mines.desktop.in.in.h:3
+#: ../data/gnomine.desktop.in.in.h:3
 msgid minesweeper;
 msgstr pescamines;
 
@@ -113,139 +113,143 

commit gnome-mines for openSUSE:13.1

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package gnome-mines for openSUSE:13.1 
checked in at 2013-10-14 14:27:27

Comparing /work/SRC/openSUSE:13.1/gnome-mines (Old)
 and  /work/SRC/openSUSE:13.1/.gnome-mines.new (New)


Package is gnome-mines

Changes:

--- /work/SRC/openSUSE:13.1/gnome-mines/gnome-mines.changes 2013-09-27 
17:25:37.0 +0200
+++ /work/SRC/openSUSE:13.1/.gnome-mines.new/gnome-mines.changes
2013-10-14 14:27:28.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct 13 11:09:31 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + Remove Hint action from app menu.
+  + Updated translations.
+
+---

Old:

  gnome-mines-3.10.0.tar.xz

New:

  gnome-mines-3.10.1.tar.xz



Other differences:
--
++ gnome-mines.spec ++
--- /var/tmp/diff_new_pack.zUGt2J/_old  2013-10-14 14:27:29.0 +0200
+++ /var/tmp/diff_new_pack.zUGt2J/_new  2013-10-14 14:27:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-mines
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:Minesweeper Game for GNOME
 License:GPL-2.0+

++ gnome-mines-3.10.0.tar.xz - gnome-mines-3.10.1.tar.xz ++
 5430 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/gnome-mines-3.10.0/NEWS new/gnome-mines-3.10.1/NEWS
--- old/gnome-mines-3.10.0/NEWS 2013-09-24 00:05:46.0 +0200
+++ new/gnome-mines-3.10.1/NEWS 2013-10-12 13:22:10.0 +0200
@@ -1,3 +1,9 @@
+GNOME Mines 3.10.1
+==
+
+* Remove Hint action from app menu
+* Translation updates
+
 GNOME Mines 3.10.0
 ==
 
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/gnome-mines-3.10.0/configure.ac new/gnome-mines-3.10.1/configure.ac
--- old/gnome-mines-3.10.0/configure.ac 2013-09-24 00:05:46.0 +0200
+++ new/gnome-mines-3.10.1/configure.ac 2013-10-12 13:22:10.0 +0200
@@ -1,4 +1,4 @@
-AC_INIT(gnome-mines, 3.10.0)
+AC_INIT(gnome-mines, 3.10.1)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
 AM_SILENT_RULES([yes])
 AM_MAINTAINER_MODE
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/gnome-mines-3.10.0/po/c...@valencia.po 
new/gnome-mines-3.10.1/po/c...@valencia.po
--- old/gnome-mines-3.10.0/po/c...@valencia.po  2013-09-24 00:05:46.0 
+0200
+++ new/gnome-mines-3.10.1/po/c...@valencia.po  2013-10-12 13:18:06.0 
+0200
@@ -6,7 +6,7 @@
 # Xavier Conde Rueda xavi.co...@gmail.com, 2004.
 # Jesús Corrius je...@softcatala.org, 2005.
 # Josep Puigdemont i Casamajó josep.puigdem...@gmail.com, 2007.
-# Gil Forcada gilforc...@guifi.net, 2008, 2010, 2011, 2012.
+# Gil Forcada gilforc...@guifi.net, 2008, 2010, 2011, 2012, 2013.
 # Carles Ferrando carles.ferra...@gmail.com, 2010.
 # Jordi Serratosa jor...@softcatala.cat, 2012.
 #
@@ -14,8 +14,8 @@
 msgstr 
 Project-Id-Version: gnome-games\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-03-12 23:45+0100\n
-PO-Revision-Date: 2012-09-18 20:37+0200\n
+POT-Creation-Date: 2013-10-06 22:10+0200\n
+PO-Revision-Date: 2013-09-14 00:19+0200\n
 Last-Translator: Gil Forcada gilforc...@guifi.net\n
 Language-Team: Catalan tradgn...@softcatala.org\n
 Language: ca-XV\n
@@ -24,16 +24,16 @@
 Content-Transfer-Encoding: 8bits\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
 
-#: ../data/gnome-mines.desktop.in.in.h:1 ../src/gnome-mines.vala:95
-#: ../src/gnome-mines.vala:139 ../src/gnome-mines.vala:771
+#: ../data/gnomine.desktop.in.in.h:1 ../src/gnome-mines.vala:98
+#: ../src/gnome-mines.vala:142 ../src/gnome-mines.vala:778
 msgid Mines
 msgstr Mines
 
-#: ../data/gnome-mines.desktop.in.in.h:2
+#: ../data/gnomine.desktop.in.in.h:2
 msgid Clear hidden mines from a minefield
 msgstr Netegeu les mines ocultes del camp de mines
 
-#: ../data/gnome-mines.desktop.in.in.h:3
+#: ../data/gnomine.desktop.in.in.h:3
 msgid minesweeper;
 msgstr pescamines;
 
@@ -113,139 +113,143 @@
 msgid 

commit icinga for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

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

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


Package is icinga

Changes:

--- /work/SRC/openSUSE:Factory/icinga/icinga.changes2013-09-23 
15:21:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.icinga.new/icinga.changes   2013-10-14 
14:29:47.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct 10 10:41:23 UTC 2013 - ha...@rzg.mpg.de
+
+- use correct variable for checking the status of the icinga-binary 
+  in rcicinga 
+
+---



Other differences:
--

++ rcicinga ++
--- /var/tmp/diff_new_pack.0QNO8t/_old  2013-10-14 14:29:48.0 +0200
+++ /var/tmp/diff_new_pack.0QNO8t/_new  2013-10-14 14:29:48.0 +0200
@@ -276,7 +276,7 @@
 rc_failed 1
 fi
 else
-checkproc -p $lock_file $NAGIOS_BIN
+checkproc -p $lock_file $ICINGA_BIN
 fi
 rc_status -v
 ;;

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



commit post-build-checks for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package post-build-checks for 
openSUSE:Factory checked in at 2013-10-14 14:30:07

Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old)
 and  /work/SRC/openSUSE:Factory/.post-build-checks.new (New)


Package is post-build-checks

Changes:

--- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes  
2012-12-14 10:41:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.post-build-checks.new/post-build-checks.changes 
2013-10-14 14:30:09.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct 11 10:59:20 UTC 2013 - co...@suse.com
+
+- make use of the same findfileconflicts as the one repo-checker uses
+- switched repo location to github
+
+---



Other differences:
--
++ post-build-checks.spec ++
--- /var/tmp/diff_new_pack.aMnA7X/_old  2013-10-14 14:30:10.0 +0200
+++ /var/tmp/diff_new_pack.aMnA7X/_new  2013-10-14 14:30:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package post-build-checks
 #
-# 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
@@ -25,12 +25,12 @@
 PreReq: aaa_base permissions sed
 Requires:   aaa_base-malloccheck
 Requires:   gawk
-Url:http://gitorious.org/opensuse/post-build-checks
+Url:https://github.com/openSUSE/post-build-checks
 #
 # Note: don't rebuild this manually. Instead submit your patches
 # for inclusion in the git repo!
 #
-# git clone git://gitorious.org/opensuse/post-build-checks.git
+# git clone https://github.com/openSUSE/post-build-checks.git
 # cd post-build-checks
 # make package
 #

++ post-build-checks-1.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/post-build-checks-1.0/checks/09-check-packaged-twice 
new/post-build-checks-1.0/checks/09-check-packaged-twice
--- old/post-build-checks-1.0/checks/09-check-packaged-twice2012-11-14 
01:32:59.0 +0100
+++ new/post-build-checks-1.0/checks/09-check-packaged-twice2013-10-11 
12:59:16.0 +0200
@@ -10,92 +10,15 @@
 my $TOPDIR = '/usr/src/packages';
 $TOPDIR = '/.build.packages' if -d $build_root/.build.packages;
 
-sub conflicts {
-my ($rpm1, $rpm2) = @_;
-open (F, chroot $build_root rpm -qp --qf '[%{CONFLICTNAME} 
%{CONFLICTFLAGS} %{CONFLICTVERSION}\n]' $rpm1|);
-my @conflicts = F;
-close F;
-chomp @conflicts;
-return 0 unless @conflicts;
-open (F, chroot $build_root rpm -qp --qf '[%{PROVIDENAME} %{PROVIDEFLAGS} 
%{PROVIDEVERSION}\n]' $rpm2|);
-my @provides = F;
-close F;
-for my $c (@conflicts) {
-my @cc = split(' ', $c, 3);
-$cc[0] =~ s/^otherproviders\((.*)\)$/$1/;
-for my $p (@provides) {
-my @pp = split(' ', $p, 3);
-next unless $cc[0] eq $pp[0];
-# add complex logic here if needed
-return 1;
-}
-}
-return 0;
+local(*OUTPUT, $/);
+open (OUTPUT, chroot '$build_root' /bin/bash -c 'find $TOPDIR/RPMS/ -name 
\*.rpm\ | grep -v -- -debuginfo | grep -v -- -debugsource | perl 
/usr/lib/build/checks-data/findfileconflicts --manifest -q -' 21 |);
+my $output = OUTPUT;
+close(OUTPUT);
+
+if ($output) {
+  print $output . \n;
+  exit 1;
 }
 
-open (ALL_RPMS, chroot $build_root find $TOPDIR/RPMS/ -name \*.rpm\ |);
-my @rpms = ALL_RPMS;
-chomp @rpms;
-close ALL_RPMS;
+exit 0;
 
-exit 0 if @rpms  2;
-
-my %allfiles;
-my %alldirs;
-my %pkg2rpm;
-
-system(mount -n -tproc none $build_root/proc);
-for my $rpm (@rpms) {
-next if ($rpm =~ m/-debuginfo/ || $rpm =~ m/-debugsource/);
-open (FILES, chroot $build_root rpm -qp --qf '[%{FILEMODES:perms} 
F:%{FILEFLAGS:fflags} %{NAME} %{FILEUSERNAME}:%{FILEGROUPNAME} %{FILENAMES}\n]' 
$rpm|);
-my @files = FILES;
-chomp @files;
-close FILES;
-# ignore empty rpm as rpmlint will catch them
-@files = grep {!/^\(none\)/} @files;
-for my $file (@files) {
-next unless $file =~ /^(\S+) F:(\S*) (\S+) (\S+:\S+) (.*)$/;
-my $filemodes = $1;
-my $fflags = $2;
-my $pkgname = $3;
-my $owner = $4;
-my $filename = $5;
-if ($filemodes =~ /^d/) {
-  $alldirs{$filename}-{$pkgname} = $fflags:$owner;
-} else {
-  $allfiles{$filename}-{$pkgname} = $fflags;
-}
-$pkg2rpm{$pkgname} = $rpm;
-}
-}
-
-for my $dir (keys %alldirs) {
-   my @pkgs = keys %{$alldirs{$dir}};
-   next if @pkgs  2;
-   my $p1 = shift @pkgs;
-   

commit icinga for openSUSE:13.1

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package icinga for openSUSE:13.1 checked in 
at 2013-10-14 14:29:49

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


Package is icinga

Changes:

--- /work/SRC/openSUSE:13.1/icinga/icinga.changes   2013-09-23 
15:21:26.0 +0200
+++ /work/SRC/openSUSE:13.1/.icinga.new/icinga.changes  2013-10-14 
14:29:50.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct 10 10:41:23 UTC 2013 - ha...@rzg.mpg.de
+
+- use correct variable for checking the status of the icinga-binary 
+  in rcicinga 
+
+---



Other differences:
--

++ rcicinga ++
--- /var/tmp/diff_new_pack.8rgEny/_old  2013-10-14 14:29:50.0 +0200
+++ /var/tmp/diff_new_pack.8rgEny/_new  2013-10-14 14:29:50.0 +0200
@@ -276,7 +276,7 @@
 rc_failed 1
 fi
 else
-checkproc -p $lock_file $NAGIOS_BIN
+checkproc -p $lock_file $ICINGA_BIN
 fi
 rc_status -v
 ;;

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



commit python-mutagen for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package python-mutagen for openSUSE:Factory 
checked in at 2013-10-14 14:30:18

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


Package is python-mutagen

Changes:

--- /work/SRC/openSUSE:Factory/python-mutagen/python-mutagen.changes
2011-09-23 12:43:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-mutagen.new/python-mutagen.changes   
2013-10-14 14:30:19.0 +0200
@@ -1,0 +2,40 @@
+Sun Oct 13 12:13:39 UTC 2013 - p.drou...@gmail.com
+
+- Replace python-distribute with python-setuptools BuildRequires
+- Remove Requires: python = %{py_ver}; it's useless
+
+---
+Sat Oct 12 19:17:41 UTC 2013 - i...@marguerite.su
+
+- update to 1.22:
+ * Minimum required Python version is now 2.6
+ * Online API reference at https://mutagen.readthedocs.org/
+ * EasyID3:
+   * Fix crash with empty TXXX values. (#135)
+ * ID3:
+   * id3v2.3 writing support (#85)
+   * Add iTunes podcast frames (TGID, TDES, WFED) (#141)
+   * Updated id3v1 genre list
+ * MP4:
+   * add_tags() will not replace existing tags. (#101)
+   * Don't ignore tags if parsing unknown atoms fails.
+   * Raise on invalid 64bit atom size (#132, Sidnei da Silva)
+ * APEv2:
+   * Handle invalid tag item count. (#145, Dawid Zamirski)
+ * Ogg:
+   * Faster parsing of files with large packets.
+ * VComment:
+   * Preserve text case for field names added through the dict interface (#152)
+ * mid3v2:
+   * New -e,--escape switch to enable interpretation of escape sequences and
+ makes escaping of the colon separator possible. (#159)
+ * mid3iconv:
+   * Convert COMM frames (#128)
+- clean spec and don't use the INSTALLED_FILES way, which make this spec
+  contains no useful information exposed on web
+  * expand %py_requires or SP1 won't build
+  * add BuildRequires: python-distrubite because it used setup.py
+  * remove the entire %clean section, unneeded now
+  * TUTORIAL is no more, so no need of dos2unix too.
+
+---

Old:

  mutagen-1.20.tar.bz2

New:

  mutagen-1.22.tar.gz



Other differences:
--
++ python-mutagen.spec ++
--- /var/tmp/diff_new_pack.NS4Zm5/_old  2013-10-14 14:30:20.0 +0200
+++ /var/tmp/diff_new_pack.NS4Zm5/_new  2013-10-14 14:30:20.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-mutagen (Version 1.20)
+# spec file for package python-mutagen
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   python-mutagen
+Version:1.22
+Release:0
 Summary:Python module to Handle Audio Metadata
-Version:1.20
-Release:2
 License:GPL-2.0
 Group:  Development/Libraries/Python
-Url:http://code.google.com/p/mutagen/
-Source: http://mutagen.googlecode.com/files/mutagen-%{version}.tar.bz2
+Url:https://pypi.python.org/pypi/mutagen
+Source: 
https://pypi.python.org/packages/source/m/mutagen/mutagen-%{version}.tar.gz
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  dos2unix python-devel
-%py_requires
-%if %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
 
@@ -43,7 +43,6 @@
 
 %prep
 %setup -q -n mutagen-%{version}
-dos2unix TUTORIAL
 # remove shebangs from library files
 find mutagen/ -name *.py -exec sed -i -e  
'/^#!\s\?\/usr\/bin\/\(env\s\)\?python$/d' {} ';'
 
@@ -51,16 +50,18 @@
 python setup.py build
 
 %install
-python setup.py install --root=$RPM_BUILD_ROOT --prefix=%{_prefix} \
-   --record-rpm=INSTALLED_FILES
-
-sed -i -e 's/\.1$/.1.gz/g' INSTALLED_FILES
-
-%clean
-rm -rf %{buildroot}
+python setup.py install --root=%{buildroot} --prefix=%{_prefix} 
 
-%files -f INSTALLED_FILES
+%files
 %defattr(-, root, root, 0755)
-%doc API-NOTES COPYING NEWS README TODO TUTORIAL
+%doc COPYING NEWS README TODO
+%{_bindir}/mid3iconv
+%{_bindir}/mid3v2
+%{_bindir}/moggsplit
+%{_bindir}/mutagen-inspect
+%{_bindir}/mutagen-pony
+%{python_sitelib}/mutagen

commit pymol for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

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

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


Package is pymol

Changes:

--- /work/SRC/openSUSE:Factory/pymol/pymol.changes  2013-07-24 
23:39:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.pymol.new/pymol.changes 2013-10-14 
14:30:15.0 +0200
@@ -1,0 +2,47 @@
+Mon Oct  7 01:56:36 UTC 2013 - dh...@wustl.edu
+
+- Drop setup.patch: upstream fixed bug
+- update to svn rev 4045
+  * fix setup.py sys.argv
+
+---
+Sat Oct  5 01:56:22 UTC 2013 - dh...@wustl.edu
+
+- update to svn rev 4044
+  * fix segfault in OrthoRenderCGO https://sourceforge.net/p/pymol/bugs/137/
+  * importing.load_coords
+  * improve util.chainbow
+  * fix plugin manager PyMOLWiki URL install: strip whitespace
+  * major re-work/organization of RepSphere.c and fixed sphere picking
+  * fix color type settings return format for hex colors (0x prefix)
+  * fix special keys in wizard input prompt
+
+---
+Mon Sep  9 15:56:23 UTC 2013 - dh...@wustl.edu
+
+- update to svn rev 4042
+  * add x y z selection operators
+  * fix seq viewer background color
+  * add backbone and sidechain selection keywords
+  * fix: cealign inverts target structure
+  * fix [bugs:#135] array overrun
+  * apply one part of [patches:#6]
+  * preserve use_shaders setting when loading session files
+  * simplify pymolrc search routine
+  * fix CtSh-M click on group members in object menu panel
+  * set_key string support
+
+---
+Fri Aug 23 21:27:13 UTC 2013 - dh...@wustl.edu
+
+- Add setup.patch: Makes pymol build using standard distutils commands
+- update to svn rev 4039
+  * fix h_add atom sorting
+  * add metals keyword to selection language
+  * improve amber rst/crd support
+  * fix pair_fitting with one atom pair
+  * setup.py: add --osx-frameworks agument
+  * rpc server: use register_instance
+  * fix numpy/ndarrayobject.h import
+
+---

Old:

  pymol-1.6.0.0.svn4035.tar.bz2

New:

  pymol-1.6.0.0.svn4045.tar.bz2



Other differences:
--
++ pymol.spec ++
--- /var/tmp/diff_new_pack.f0iSqj/_old  2013-10-14 14:30:17.0 +0200
+++ /var/tmp/diff_new_pack.f0iSqj/_new  2013-10-14 14:30:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pymol
-Version:1.6.0.0.svn4035
+Version:1.6.0.0.svn4045
 Release:0
 Url:http://pymol.org
 Summary:A Molecular Viewer
@@ -31,7 +31,9 @@
 BuildRequires:  glew-devel
 BuildRequires:  libpng-devel
 BuildRequires:  python-devel
+BuildRequires:  python-numpy-devel
 Requires:   glew
+Requires:   python-numpy
 Requires:   python-pmw
 %if 0%{?suse_version}
 %py_requires

++ pymol-1.6.0.0.svn4035.tar.bz2 - pymol-1.6.0.0.svn4045.tar.bz2 ++
/work/SRC/openSUSE:Factory/pymol/pymol-1.6.0.0.svn4035.tar.bz2 
/work/SRC/openSUSE:Factory/.pymol.new/pymol-1.6.0.0.svn4045.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 swell-foop for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package swell-foop for openSUSE:Factory 
checked in at 2013-10-14 14:31:19

Comparing /work/SRC/openSUSE:Factory/swell-foop (Old)
 and  /work/SRC/openSUSE:Factory/.swell-foop.new (New)


Package is swell-foop

Changes:

--- /work/SRC/openSUSE:Factory/swell-foop/swell-foop.changes2013-09-27 
18:31:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.swell-foop.new/swell-foop.changes   
2013-10-14 14:31:20.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct 13 11:10:19 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + Updated translations.
+
+---

Old:

  swell-foop-3.10.0.tar.xz

New:

  swell-foop-3.10.1.tar.xz



Other differences:
--
++ swell-foop.spec ++
--- /var/tmp/diff_new_pack.kATOyA/_old  2013-10-14 14:31:25.0 +0200
+++ /var/tmp/diff_new_pack.kATOyA/_new  2013-10-14 14:31:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   swell-foop
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:Same Game for GNOME
 License:GPL-2.0+

++ swell-foop-3.10.0.tar.xz - swell-foop-3.10.1.tar.xz ++
 15127 lines of diff (skipped)

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



commit python3-pbr for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package python3-pbr for openSUSE:Factory 
checked in at 2013-10-14 14:31:13

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


Package is python3-pbr

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pbr.new/python3-pbr.changes 
2013-10-14 14:31:16.0 +0200
@@ -0,0 +1,97 @@
+---
+Sat Oct 12 15:45:39 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+
+---
+Thu Aug  8 06:49:22 UTC 2013 - speili...@suse.com
+
+- Update to version 0.5.21:
+  + Replace setuptools_git with a smarter approach
+
+---
+Mon Aug  5 09:09:57 UTC 2013 - speili...@suse.com
+
+- Add python-pip requirement
+
+---
+Sun Aug  4 15:03:42 UTC 2013 - dmuel...@suse.com
+
+- update to 0.5.20:
+  * Add support for globbing in data files
+  * Stop trying to install old pip and setuptools
+
+---
+Thu Jul 11 14:30:02 UTC 2013 - dmuel...@suse.com
+
+- update to 0.5.18:
+  * support python setup.py test
+  * various python 3.x compat fixes
+
+---
+Thu Jul  4 07:29:43 UTC 2013 - speili...@suse.com
+
+- Introduce a build conditional for running tests to break build cycle
+  with python-oslo.config
+
+---
+Tue Jul  2 16:06:42 UTC 2013 - dmuel...@suse.com
+
+- update description 
+
+---
+Wed Jun 26 15:29:49 UTC 2013 - cdenic...@suse.com
+
+- license update: Apache-2.0
+  license SUSE-Xano license not found in package. See LICENSE file.
+
+---
+Wed Jun 26 09:47:22 UTC 2013 - dmuel...@suse.com
+
+- remove python-discover dependency for newer distros 
+
+---
+Fri Jun 21 07:28:12 UTC 2013 - dmuel...@suse.com
+
+- update to 0.5.17:
+  * Remove dependency on distribute
+  * Fix pip invocation for old versions of pip.
+- remove 0001-Use-pip-instead-of-easy_install-for-installation.patch
+- remove 0001-Skip-git-checkout-related-tests-when-.git-is-missing.patch
+
+---
+Mon Jun 10 13:35:54 UTC 2013 - dmuel...@suse.com
+
+- add 0001-Use-pip-instead-of-easy_install-for-installation.patch 
+
+---
+Mon Jun 10 12:01:19 UTC 2013 - dmuel...@suse.com
+
+- update to 0.5.14:
+  * Remove jinja pin.
+  * Explicitly install install_requires.
+  * More python3 compatibility.
+  * Fix tox.ini to not reference deleted testenv
+  * Fix doc autoindexing.
+  * Add missing files to the tarball.
+- add 0001-Skip-git-checkout-related-tests-when-.git-is-missing.patch
+
+---
+Mon May 27 09:43:54 UTC 2013 - dmuel...@suse.com
+
+- update to 0.5.10:
+  + Default to single-version-externally-managed
+  + Add config for skipping authors and changelog.
+  + Update to d2to1 0.2.10.
+
+---
+Tue May  7 08:16:26 UTC 2013 - speili...@suse.com
+
+- Buildrequire python-python-mimeparse and use testr instead of nosetests.
+  The pbr testsuite needs some proper setup to pass successfully.
+
+---
+Thu May  2 12:22:15 UTC 2013 - speili...@suse.com
+
+- Initial version
+

New:

  pbr-0.5.21.tar.gz
  python3-pbr.changes
  python3-pbr.spec



Other differences:
--
++ python3-pbr.spec ++
#
# spec file for package python3-pbr
#
# 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/
#


# A 

commit python-virtualenvwrapper for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenvwrapper for 
openSUSE:Factory checked in at 2013-10-14 14:30:52

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


Package is python-virtualenvwrapper

Changes:

--- 
/work/SRC/openSUSE:Factory/python-virtualenvwrapper/python-virtualenvwrapper.changes
2013-05-13 15:30:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-virtualenvwrapper.new/python-virtualenvwrapper.changes
   2013-10-14 14:30:53.0 +0200
@@ -1,0 +2,26 @@
+Sat Oct 12 16:42:19 UTC 2013 - p.drou...@gmail.com
+
+- Implement update-alternative
+
+---
+Sat Oct 12 15:29:13 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 4.1.1
+  + Fix packaging issue with 4.1
+- Changes between version 4.1 and 4.0
+  + Ensure that all $() style commands that produce paths are quoted.
+Addresses issue 164.
+  + Add wipeenv command for removing all packages installed in the virtualenv.
+  + Allow users of virtualenvwrapper_lazy.sh to extend the list of API
+commands that trigger the lazy-loader by extending _VIRTUALENVWRAPPER_API.
+  + Fix detection of --python option to mkvirtualenv. Resolves issue 190.
+  + Add allvirtualenv command to run a command across all virtualenvs.
+  + Fix lsvirtualenv when there are spaces in WORKON_HOME.
+Resolves issue 194.
+  + Switch to pbr for packaging
+- Add documentation from tarball and generated documentation
+- Add python-pbr BuildRequirement; new build requirement needed to build
+- Replace python-distribute with python-setuptools BuildRequires
+- Use download URL as source
+
+---

Old:

  virtualenvwrapper-4.0.tar.bz2

New:

  virtualenvwrapper-4.1.1.tar.gz



Other differences:
--
++ python-virtualenvwrapper.spec ++
--- /var/tmp/diff_new_pack.CjKy1u/_old  2013-10-14 14:30:55.0 +0200
+++ /var/tmp/diff_new_pack.CjKy1u/_new  2013-10-14 14:30:55.0 +0200
@@ -17,19 +17,22 @@
 
 
 Name:   python-virtualenvwrapper
-Version:4.0
+Version:4.1.1
 Release:0
 Url:http://www.doughellmann.com/projects/virtualenvwrapper/
 Summary:Enhancements to virtualenv
 License:HPND
 Group:  Development/Languages/Python
-Source: virtualenvwrapper-%{version}.tar.bz2
+Source: 
https://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-pbr
+BuildRequires:  python-setuptools
 Requires:   python-stevedore
 Requires:   python-virtualenv
 Requires:   python-virtualenv-clone
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 %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
@@ -60,11 +63,36 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+mv %{buildroot}%{_bindir}/virtualenvwrapper_lazy.sh 
%{buildroot}%{_bindir}/virtualenvwrapper_lazy-%{py_ver}.sh
+mv %{buildroot}%{_bindir}/virtualenvwrapper.sh 
%{buildroot}%{_bindir}/virtualenvwrapper-%{py_ver}.sh
+ln -s  %{_bindir}/virtualenvwrapper-%{py_ver}.sh 
%{buildroot}%{_bindir}/virtualenvwrapper.sh
+ln -s  %{_bindir}/virtualenvwrapper_lazy-%{py_ver}.sh 
%{buildroot}%{_bindir}/virtualenvwrapper_lazy.sh
+
+%pre
+# Since python scripts became ghosted to be used with update-alternatives, we 
have to get rid
+# of the old binary resulting from the non-update-alternativies-ified package:
+[[ ! -L %{_bindir}/virtualenvwrapper.sh ]]  rm -f 
%{_bindir}/virtualenvwrapper.sh
+[[ ! -L %{_bindir}/virtualenvwrapper_lazy.sh ]]  rm -f 
%{_bindir}/virtualenvwrapper_lazy.sh
+exit 0
+
+%post
+update-alternatives \
+   --install %{_bindir}/virtualenvwrapper.sh virtualenvwrapper.sh 
%{_bindir}/virtualenvwrapper-%{py_ver}.sh 30 \
+   --slave %{_bindir}/virtualenvwrapper_lazy.sh virtualenvwrapper_lazy.sh 
%{_bindir}/virtualenvwrapper_lazy-%{py_ver}.sh
+
+
+%preun
+if [ $1 -eq 0 ] ; then
+update-alternatives --remove virtualenvwrapper.sh 
%{_bindir}/virtualenvwrapper.sh-%{py_ver}
+fi
 
 %files
 %defattr(-,root,root,-)
+%doc README.txt README.ja.rst README.es.rst LICENSE announce.rst
 %{python_sitelib}/*
-%{_bindir}/virtualenvwrapper.sh
-%{_bindir}/virtualenvwrapper_lazy.sh
+%ghost %{_bindir}/virtualenvwrapper.sh
+%{_bindir}/virtualenvwrapper-%{py_ver}.sh
+%ghost 

commit swell-foop for openSUSE:13.1

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package swell-foop for openSUSE:13.1 checked 
in at 2013-10-14 14:31:21

Comparing /work/SRC/openSUSE:13.1/swell-foop (Old)
 and  /work/SRC/openSUSE:13.1/.swell-foop.new (New)


Package is swell-foop

Changes:

--- /work/SRC/openSUSE:13.1/swell-foop/swell-foop.changes   2013-09-27 
18:31:07.0 +0200
+++ /work/SRC/openSUSE:13.1/.swell-foop.new/swell-foop.changes  2013-10-14 
14:31:26.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct 13 11:10:19 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + Updated translations.
+
+---

Old:

  swell-foop-3.10.0.tar.xz

New:

  swell-foop-3.10.1.tar.xz



Other differences:
--
++ swell-foop.spec ++
--- /var/tmp/diff_new_pack.SuvMqb/_old  2013-10-14 14:31:26.0 +0200
+++ /var/tmp/diff_new_pack.SuvMqb/_new  2013-10-14 14:31:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   swell-foop
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:Same Game for GNOME
 License:GPL-2.0+

++ swell-foop-3.10.0.tar.xz - swell-foop-3.10.1.tar.xz ++
 15127 lines of diff (skipped)

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



commit xorg-x11 for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11 for openSUSE:Factory 
checked in at 2013-10-14 14:33:27

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


Package is xorg-x11

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11/xorg-x11.changes2013-08-30 
11:52:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11.new/xorg-x11.changes   2013-10-14 
14:33:28.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 14 08:45:38 UTC 2013 - sndir...@suse.com
+
+- let -essentials package also require xset and iceauth
+  (bnc#845264)
+
+---



Other differences:
--
++ xorg-x11.spec ++
--- /var/tmp/diff_new_pack.V7OmUi/_old  2013-10-14 14:33:33.0 +0200
+++ /var/tmp/diff_new_pack.V7OmUi/_new  2013-10-14 14:33:33.0 +0200
@@ -29,7 +29,6 @@
 Recommends: fonttosfnt
 Recommends: fslsfonts
 Recommends: fstobdf
-Recommends: iceauth
 Recommends: ico
 Recommends: lbxproxy
 Recommends: listres
@@ -94,7 +93,6 @@
 Recommends: xrestop
 Recommends: xrx
 Recommends: xscope
-Recommends: xset
 Recommends: xsetmode
 Recommends: xsetpointer
 Recommends: xsm
@@ -124,6 +122,7 @@
 Summary:Compatibility metapackage for X.Org core applications
 Group:  System/X11/Utilities
 ## Requires of packages that we split away from xorg-x11
+Requires:   iceauth
 Requires:   mkfontdir
 Requires:   mkfontscale
 Requires:   rgb
@@ -135,6 +134,7 @@
 Requires:   xinit
 Requires:   xmodmap
 Requires:   xrdb
+Requires:   xset
 Requires:   xsetroot
 ## End Requires of packages that we split away from xorg-x11
 

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



commit rtkit.2048 for openSUSE:12.2:Update

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package rtkit.2048 for openSUSE:12.2:Update 
checked in at 2013-10-14 15:41:40

Comparing /work/SRC/openSUSE:12.2:Update/rtkit.2048 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.rtkit.2048.new (New)


Package is rtkit.2048

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ /work/SRC/openSUSE:12.2:Update/.rtkit.2048.new/rtkit.changes
2013-10-14 15:41:41.0 +0200
@@ -0,0 +1,41 @@
+---
+Fri Sep 27 21:05:26 UTC 2013 - sree...@suse.com
+
+- Add rtkit-bnc836939.patch
+  Fix bnc#836939 - use of insecure polkit DBUS API. CVE-2013-4326
+
+---
+Tue Dec 20 21:08:37 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---
+Thu Dec  8 13:52:01 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---
+Fri Dec  2 04:21:25 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to version 0.10.x 
+ * fix annoying warning 
+   Failed to make ourselves RT: Invalid argument [bnc#551777]
+ * activation is now done with systemd if possible
+
+---
+Sun Oct 31 12:37:02 UTC 2010 - jeng...@medozas.de
+
+- Use %_smp_mflags
+
+---
+Mon Jan 25 21:46:13 UTC 2010 - sree...@novell.com
+
+- Update to version 0.5 
+  + By default don't demote unknown threads
+- bnc#572989 - change to /bin/false
+
+---
+Fri Aug 14 17:56:43 CEST 2009 - sree...@novell.com
+
+- Initial package
+

New:

  rtkit-0.10_git201107141740.tar.bz2
  rtkit-bnc836939.patch
  rtkit.changes
  rtkit.spec



Other differences:
--
++ rtkit.spec ++
#
# spec file for package rtkit
#
# 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:   rtkit
Summary:Realtime Policy and Watchdog Daemon
License:GPL-3.0+ and BSD-3-Clause
Group:  System/Base
Version:0.10_git201107141740
Release:0
# The daemon itself is GPL v3 or later, the reference implementation for the 
client BSD-3-Clause
Source: %{name}-%{version}.tar.bz2
Url:http://git.0pointer.de/?p=rtkit.git
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  automake
BuildRequires:  dbus-1-devel = 1.2
BuildRequires:  libcap-devel
BuildRequires:  polkit-devel
Requires:   polkit
PreReq: dbus-1
%if 0%{?suse_version}  1140
BuildRequires:  systemd
%{?systemd_requires}
%define has_systemd 1
%endif
# PATCH-FIX-UPSTREAM rtkit-bnc836939.patch sree...@suse.com -- use of insecure 
polkit DBUS API
Patch0: rtkit-bnc836939.patch

%description
RealtimeKit is a D-Bus system service that changes the
scheduling policy of user processes/threads to SCHED_RR (i.e. realtime
scheduling mode) on request. It is intended to be used as a secure
mechanism to allow real-time scheduling to be used by normal user
processes.

%prep
%setup -q
%patch0 -p1

%build
./bootstrap.sh
# %configure --libexecdir=$prefix/lib/rtkit
%configure \
%if 0%{?has_systemd}
--with-systemdsystemunitdir=%{_unitdir} \
%endif
--libexecdir=%{_libexecdir}/rtkit

make %{?_smp_mflags}
./rtkit-daemon --introspect  org.freedesktop.RealtimeKit1.xml

%install
%makeinstall
install -D org.freedesktop.RealtimeKit1.xml 
$RPM_BUILD_ROOT/%{_datadir}/dbus-1/interfaces/org.freedesktop.RealtimeKit1.xml

%clean
rm -rf $RPM_BUILD_ROOT

%preun
%if 0%{?has_systemd}
%service_del_preun rtkit-daemon.service
%endif

%pre
groupadd -r rtkit /dev/null || :
/usr/bin/id rtkit /dev/null 21 || \
useradd -r -g rtkit -c 'RealtimeKit' -s /bin/false -d /proc rtkit

%if 0%{?has_systemd}
%service_add_pre rtkit-daemon.service
%endif

%post
dbus-send --system --type=method_call --dest=org.freedesktop.DBus / 
org.freedesktop.DBus.ReloadConfig /dev/null 

commit rtkit for openSUSE:12.2:Update

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package rtkit for openSUSE:12.2:Update 
checked in at 2013-10-14 15:41:41

Comparing /work/SRC/openSUSE:12.2:Update/rtkit (Old)
 and  /work/SRC/openSUSE:12.2:Update/.rtkit.new (New)


Package is rtkit

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='rtkit.2048' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xorg-x11 for openSUSE:13.1

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11 for openSUSE:13.1 checked 
in at 2013-10-14 15:49:10

Comparing /work/SRC/openSUSE:13.1/xorg-x11 (Old)
 and  /work/SRC/openSUSE:13.1/.xorg-x11.new (New)


Package is xorg-x11

Changes:

--- /work/SRC/openSUSE:13.1/xorg-x11/xorg-x11.changes   2013-09-23 
11:15:51.0 +0200
+++ /work/SRC/openSUSE:13.1/.xorg-x11.new/xorg-x11.changes  2013-10-14 
15:49:11.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 14 08:45:38 UTC 2013 - sndir...@suse.com
+
+- let -essentials package also require xset and iceauth
+  (bnc#845264)
+
+---



Other differences:
--
++ xorg-x11.spec ++
--- /var/tmp/diff_new_pack.pFCdCI/_old  2013-10-14 15:49:11.0 +0200
+++ /var/tmp/diff_new_pack.pFCdCI/_new  2013-10-14 15:49:11.0 +0200
@@ -29,7 +29,6 @@
 Recommends: fonttosfnt
 Recommends: fslsfonts
 Recommends: fstobdf
-Recommends: iceauth
 Recommends: ico
 Recommends: lbxproxy
 Recommends: listres
@@ -94,7 +93,6 @@
 Recommends: xrestop
 Recommends: xrx
 Recommends: xscope
-Recommends: xset
 Recommends: xsetmode
 Recommends: xsetpointer
 Recommends: xsm
@@ -124,6 +122,7 @@
 Summary:Compatibility metapackage for X.Org core applications
 Group:  System/X11/Utilities
 ## Requires of packages that we split away from xorg-x11
+Requires:   iceauth
 Requires:   mkfontdir
 Requires:   mkfontscale
 Requires:   rgb
@@ -135,6 +134,7 @@
 Requires:   xinit
 Requires:   xmodmap
 Requires:   xrdb
+Requires:   xset
 Requires:   xsetroot
 ## End Requires of packages that we split away from xorg-x11
 

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



commit make for openSUSE:12.2:Update

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package make for openSUSE:12.2:Update 
checked in at 2013-10-14 15:50:04

Comparing /work/SRC/openSUSE:12.2:Update/make (Old)
 and  /work/SRC/openSUSE:12.2:Update/.make.new (New)


Package is make

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.pm5mSY/_old  2013-10-14 15:50:05.0 +0200
+++ /var/tmp/diff_new_pack.pm5mSY/_new  2013-10-14 15:50:05.0 +0200
@@ -1 +1 @@
-link package='make.1471' cicount='copy' /
+link package='make.2051' cicount='copy' /

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



commit make.2051 for openSUSE:12.3:Update

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package make.2051 for openSUSE:12.3:Update 
checked in at 2013-10-14 15:50:05

Comparing /work/SRC/openSUSE:12.3:Update/make.2051 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.make.2051.new (New)


Package is make.2051

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ /work/SRC/openSUSE:12.3:Update/.make.2051.new/make.changes  2013-10-14 
15:50:06.0 +0200
@@ -0,0 +1,289 @@
+---
+Sun Sep 29 18:16:39 UTC 2013 - meiss...@suse.com
+
+- fixed a make target issue with .a (x y) targets (bnc#841457)
+
+---
+Wed Aug  8 13:33:19 UTC 2012 - dims...@opensuse.org
+
+- Add make-arglength.patch: fix the argument list limit of GNU make
+- Add make-parallel-build.patch: Fix parallel build issues present
+  in GNU make 3.82
+- Both patches taken from 
http://trac.webkit.org/browser/trunk/Tools/gtk/patches/
+  are known by upstream and are mandatory to be able to build
+  libwebkit 1.9.6+.
+
+---
+Tue Apr 10 14:26:35 CEST 2012 - meiss...@suse.de
+
+- Faster globbing support from upstream to speed up 
+  some large make projects like libreoffice. bnc#753323
+
+---
+Tue Oct 11 22:37:40 CEST 2011 - mhruse...@suse.cz
+
+- reverting previous change (qemu binfmt was fixed)
+
+---
+Fri Sep 30 13:03:23 CEST 2011 - mhruse...@suse.cz
+
+- using full ar path in tests on arm (fixes build)
+
+---
+Tue Apr 19 15:22:27 UTC 2011 - mh...@novell.com
+
+- make-fix_whitespace_tokenization.diff
+  Fix Savannah bug #33125 (bnc #681108):
+  Memory corruption during build of android build system.
+
+---
+Tue Sep  7 17:22:32 UTC 2010 - mh...@novell.com
+
+- make-savannah-bug30612-handling_of_archives.diff
+  Fix Savannah bug #30612: handling of archive references with 1 object..
+  Add oneshell to $(.FEATURES).
+  Fix the NEWS file to be accurate.
+- make-savannah-bug30723-expand_makeflags_before_reexec.diff
+  Fix Savannah bug #30723: expand MAKEFLAGS before we re-exec after rebuilding
+  makefiles.
+
+---
+Mon Aug 30 17:37:23 UTC 2010 - mh...@novell.com
+
+- Disable some inherrently broken test cases.
+
+---
+Mon Aug 23 13:39:12 UTC 2010 - mh...@novell.com
+
+- Update to 3.82
+  - Bug fixes
+  - Backwards Incompatibilities:
+- Makefiles with .POSIX target: shells called with -e
+- $? contains prerequisites even if not existent
+- Prerequisite with '=' cannot be backslash escaped any more
+  (use variable with '=' instead)
+- Variable names may not contain whitespaces any more
+- Mixture of explicit and pattern targets didn't always fail
+- Pattern specific rules application order changed
+- Library search behavior now compatible with standard linker
+  - New features
+- --eval=STRING: Evaluate makefile syntax string before makefile
+- Variable .RECIPEPREFIX: Exchange TAB character
+- Variable .SHELLFLAGS:   Options passed to shells
+- Target   .ONESHELL: Single instance of shell for recipe
+- Modifier  private:  Suppresses inheritance of variables
+- Directive undefine: Undefine variable
+  - Changed features
+- Multiple modifiers for variables allowed now.
+- Directive define:   Allow variable assignment operator.
+- Nuke memory-hog-2.diff which didn't apply since 3.81
+- Addapt make-slowdown-parallelism.diff to new parallelization tests
+- Separate make checks into %checks section
+
+---
+Mon Jun 28 06:38:35 UTC 2010 - jeng...@medozas.de
+
+- use %_smp_mflags
+
+---
+Mon May 24 17:16:41 UTC 2010 - co...@novell.com
+
+- fix test case
+
+---
+Fri Jan  8 17:33:04 CET 2010 - r...@suse.de
+
+- enable parallel build 
+
+---
+Mon May 14 17:46:30 CEST 2007 - co...@suse.de
+
+- use %find_lang
+
+---
+Tue Oct 31 12:48:35 CET 2006 - mh...@suse.de
+
+- Reducing race probability in test case features/parallelism even more.
+
+---
+Wed Jun  7 12:20:28 CEST 2006 - mh...@suse.de
+
+- Improving 

commit gpg2 for openSUSE:12.2:Update

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package gpg2 for openSUSE:12.2:Update 
checked in at 2013-10-14 15:52:44

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


Package is gpg2

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.FD145F/_old  2013-10-14 15:52:46.0 +0200
+++ /var/tmp/diff_new_pack.FD145F/_new  2013-10-14 15:52:46.0 +0200
@@ -1 +1 @@
-link package='gpg2.2047' cicount='copy' /
+link package='gpg2.2059' cicount='copy' /

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



commit gpg2 for openSUSE:12.3:Update

2013-10-14 Thread h_root
Hello community,

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

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


Package is gpg2

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.D87xvH/_old  2013-10-14 15:52:51.0 +0200
+++ /var/tmp/diff_new_pack.D87xvH/_new  2013-10-14 15:52:51.0 +0200
@@ -1 +1 @@
-link package='gpg2.2005' cicount='copy' /
+link package='gpg2.2059' cicount='copy' /

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



commit kde4-filesystem for openSUSE:13.1

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package kde4-filesystem for openSUSE:13.1 
checked in at 2013-10-14 22:03:34

Comparing /work/SRC/openSUSE:13.1/kde4-filesystem (Old)
 and  /work/SRC/openSUSE:13.1/.kde4-filesystem.new (New)


Package is kde4-filesystem

Changes:

--- /work/SRC/openSUSE:13.1/kde4-filesystem/kde4-filesystem.changes 
2013-10-03 15:55:45.0 +0200
+++ /work/SRC/openSUSE:13.1/.kde4-filesystem.new/kde4-filesystem.changes
2013-10-14 22:03:35.0 +0200
@@ -1,0 +2,7 @@
+Thu Oct 10 19:48:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added %_kde_platform_minor_version macro, which extracts KDE 
+  minorversion, e.g. 11 in 4.11. This allows defining packaging 
+  features per KDE version
+
+---



Other differences:
--
++ macros.kde4 ++
--- /var/tmp/diff_new_pack.otURRd/_old  2013-10-14 22:03:35.0 +0200
+++ /var/tmp/diff_new_pack.otURRd/_new  2013-10-14 22:03:35.0 +0200
@@ -34,6 +34,7 @@
 %_kde4_servicetypes %{_kde4_servicetypesdir}
 
 %_kde_platform_version 4.11
+%_kde_platform_minor_version %(echo %{_kde_platform_version} | cut -f 2 -d \.)
 %_kde_pimlibs_version  4.11
 %_kde_branding_version 4.11
 %_kde_akonadi_version  1.10.2

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



commit kde4-filesystem for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package kde4-filesystem for openSUSE:Factory 
checked in at 2013-10-14 22:03:32

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


Package is kde4-filesystem

Changes:

--- /work/SRC/openSUSE:Factory/kde4-filesystem/kde4-filesystem.changes  
2013-10-03 15:55:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde4-filesystem.new/kde4-filesystem.changes 
2013-10-14 22:03:33.0 +0200
@@ -1,0 +2,7 @@
+Thu Oct 10 19:48:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added %_kde_platform_minor_version macro, which extracts KDE 
+  minorversion, e.g. 11 in 4.11. This allows defining packaging 
+  features per KDE version
+
+---



Other differences:
--
++ macros.kde4 ++
--- /var/tmp/diff_new_pack.f4z9QP/_old  2013-10-14 22:03:35.0 +0200
+++ /var/tmp/diff_new_pack.f4z9QP/_new  2013-10-14 22:03:35.0 +0200
@@ -34,6 +34,7 @@
 %_kde4_servicetypes %{_kde4_servicetypesdir}
 
 %_kde_platform_version 4.11
+%_kde_platform_minor_version %(echo %{_kde_platform_version} | cut -f 2 -d \.)
 %_kde_pimlibs_version  4.11
 %_kde_branding_version 4.11
 %_kde_akonadi_version  1.10.2

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



commit ktp-common-internals for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package ktp-common-internals for 
openSUSE:Factory checked in at 2013-10-14 22:03:45

Comparing /work/SRC/openSUSE:Factory/ktp-common-internals (Old)
 and  /work/SRC/openSUSE:Factory/.ktp-common-internals.new (New)


Package is ktp-common-internals

Changes:

--- 
/work/SRC/openSUSE:Factory/ktp-common-internals/ktp-common-internals.changes
2013-10-08 10:54:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-common-internals.new/ktp-common-internals.changes
   2013-10-14 22:03:46.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 10 19:56:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Activate libkpeople support for repos that hold 4.11 and newer
+
+---



Other differences:
--
++ ktp-common-internals.spec ++
--- /var/tmp/diff_new_pack.z3kOBD/_old  2013-10-14 22:03:48.0 +0200
+++ /var/tmp/diff_new_pack.z3kOBD/_new  2013-10-14 22:03:48.0 +0200
@@ -16,6 +16,15 @@
 #
 
 
+# Define KDE4 minorversion, for 4.11 it would be 11. We only want kpeople 
support with that and newer versions
+%define _kde_minorver %(echo %{_kde_platform_version} | cut -f 2 -d \.)
+
+%if %{?_kde_minorver} = 11
+%define kpeople 1
+%else
+%define kpeople 0
+%endif
+
 %define soversion 6
 
 Name:   ktp-common-internals
@@ -26,6 +35,9 @@
 Group:  Development/Libraries/Other
 Url:
http://community.kde.org/Real-Time_Communication_and_Collaboration
 Source0:
http://download.kde.org/unstable/kde-telepathy/%{version}/src/%{name}-%{version}.tar.bz2
+%if %kpeople
+BuildRequires:  libkpeople-devel
+%endif
 BuildRequires:  boost-devel
 BuildRequires:  fdupes
 BuildRequires:  libkde4-devel
@@ -54,6 +66,9 @@
 Requires:   boost-devel
 Requires:   libkde4-devel
 Requires:   libktpcommoninternals%{soversion} = %{version}
+%if %kpeople
+Requires:   libkpeople-devel
+%endif
 Requires:   telepathy-logger-qt4-devel = 0.6.0
 Requires:   telepathy-qt4-devel = 0.9.2.1
 
@@ -104,6 +119,19 @@
 %{_kde4_appsdir}/katepart/syntax/ktpdebugoutput.xml
 %{_kde4_servicesdir}/ktploggerplugin_tplogger.desktop
 %{_kde4_servicetypes}/ktp_logger_plugin.desktop
+%if %kpeople
+%{_kde4_modulesdir}/im_persons_data_source_plugin.so
+%{_kde4_modulesdir}/imdetailswidgetplugin.so
+%{_kde4_modulesdir}/ktp_kpeople_plugin.so
+%{_kde4_modulesdir}/nepomuktelepathyservice.so
+%{_kde4_servicesdir}/im_persons_data_source_plugin.desktop
+%{_kde4_servicesdir}/imdetailswidgetplugin.desktop
+%{_kde4_servicesdir}/ktp_kpeople_plugin.desktop
+%{_kde4_servicesdir}/nepomuktelepathyservice.desktop
+%dir %{_kde4_datadir}/ontology/telepathy
+%{_kde4_datadir}/ontology/telepathy/telepathy.ontology
+%{_kde4_datadir}/ontology/telepathy/telepathy.trig
+%endif
 
 %files -n ktp-icons
 %defattr(-,root,root)

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



commit log4c for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package log4c for openSUSE:Factory checked 
in at 2013-10-14 22:04:13

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


Package is log4c

Changes:

--- /work/SRC/openSUSE:Factory/log4c/log4c.changes  2012-08-04 
09:22:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.log4c.new/log4c.changes 2013-10-14 
22:04:14.0 +0200
@@ -1,0 +2,40 @@
+Mon Oct 14 09:13:19 UTC 2013 - mvysko...@suse.com
+
+- make check fails on symlinks made by fdupes
+  * run check in build phase then
+
+---
+Fri Oct  4 09:41:03 UTC 2013 - mvysko...@suse.com
+
+- Update to 1.2.4
+  * new date_local and date_local_r appenders
+  * fixed several warnings
+  * public API functions with format strings are marked by GNU
+C format attribute
+  1.2.3:
+  * use UTF-8 encoding in AUTHORS file
+  * update FSF address in license and headers
+  * manpage for log4c-config
+  * pkgconfig file
+  * fixed memory leaks in log4c_ini()/log4c_fini()
+  * use more recent autotools
+  1.2.1:
+  * added log4c_appender_syslog_set_facility()
+  * rollingfile appender crash fixes
+  * load only first log4crc file
+  * fixed crash on messages longer than 1024 bytes
+  * added one missing C++ declaration
+  * fixed reopening of the stream appender
+  * proper copy message over end of the file in mmap appender
+  * various small other fixes
+- Use pristine upstream tarball and source url
+- Reformat spec file and add make check call
+- Call fdupes on documentation and manual pages
+- Drop log4crc.sample installation and moved to documentation
+  of devel package
+- Moved unecessary documentation files (README, AUTHORS, ChangeLog)
+  to devel package
+- Build with pkg-config
+- Drop log4c-fix-m4-quoting.patch, already upstream
+
+---

Old:

  log4c-1.2.1.tar.bz2
  log4c-fix-m4-quoting.patch

New:

  log4c-1.2.4.tar.gz



Other differences:
--
++ log4c.spec ++
--- /var/tmp/diff_new_pack.4bfvzy/_old  2013-10-14 22:04:16.0 +0200
+++ /var/tmp/diff_new_pack.4bfvzy/_new  2013-10-14 22:04:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package log4c
 #
-# 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
@@ -18,9 +18,22 @@
 
 
 Name:   log4c
+Version:1.2.4
+Release:0
+Summary:A library of C for flexible logging to files, syslog and other 
destinations
+License:LGPL-2.1+
+Group:  System/Libraries
+Url:http://log4c.sourceforge.net/
+Source0:
http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source1:baselibs.conf
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+
 BuildRequires:  doxygen
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  graphviz-gd
 BuildRequires:  libexpat-devel
+BuildRequires:  pkg-config
 BuildRequires:  texlive-latex
 %if %suse_version  1220
 BuildRequires:  texlive-courier
@@ -40,22 +53,6 @@
 BuildRequires:  tex(tocloft.sty)
 BuildRequires:  tex(xtab.sty)
 %endif
-# graphiz
-%if %{suse_version}  1030
-BuildRequires:  graphviz
-%else
-BuildRequires:  graphviz-gd
-%endif
-Version:1.2.1
-Release:0
-Summary:A library of C for flexible logging to files, syslog and other 
destinations
-License:LGPL-2.1+
-Group:  System/Libraries
-Url:http://log4c.sourceforge.net/
-Source0:
http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
-Source1:baselibs.conf
-Patch0: log4c-fix-m4-quoting.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Log4c is a library of C for flexible logging to files, syslog and other
@@ -85,7 +82,6 @@
 %package -n liblog4c-doc
 Summary:Documentation for log4c
 Group:  Development/Languages/C and C++
-Requires:   glibc-devel
 Requires:   liblog4c3 = %{version}
 
 %description -n liblog4c-doc
@@ -93,7 +89,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --disable-static --with-pic  \
@@ -101,11 +96,22 @@
 --enable-doc\
 --enable-debug
 %{__make} -j1 # parallel make is broken
+# check fails on symlinks, so run before install
+%{__make} check
 
 %install
 %makeinstall
 %__rm %{buildroot}%{_libdir}/liblog4c.la
-%__rm -rf %{buildroot}%{_datadir}/doc/log4c-1.2.1/
+%__rm -rf 

commit quassel for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package quassel for openSUSE:Factory checked 
in at 2013-10-14 22:04:49

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


Package is quassel

Changes:

--- /work/SRC/openSUSE:Factory/quassel/quassel.changes  2013-08-13 
10:24:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.quassel.new/quassel.changes 2013-10-14 
22:04:52.0 +0200
@@ -1,0 +2,14 @@
+Mon Oct 14 12:14:21 UTC 2013 - tchva...@suse.com
+
+- Utilize the unit file rather than old initscript
+
+---
+Sun Oct 13 15:34:00 UTC 2013 - herb...@graeber-clan.de
+
+- Version bump to 0.9.1 (no official changelog available):
+  * Important update for PostgreSQL users, preventing database
+corruption. (bnc#845511)
+  * Fixes related to key handling for encrypted channels.
+  * Other fixes.
+
+---

Old:

  init.quasselcore
  quassel-0.9.0.tar.bz2

New:

  quassel-0.9.1.tar.bz2
  service.quasselcore



Other differences:
--
++ quassel.spec ++
--- /var/tmp/diff_new_pack.t7jE1P/_old  2013-10-14 22:04:58.0 +0200
+++ /var/tmp/diff_new_pack.t7jE1P/_new  2013-10-14 22:04:58.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   quassel
-Version:0.9.0
+Version:0.9.1
 Release:0
 Summary:Modern, cross-platform, distributed IRC client
 License:GPL-2.0 or GPL-3.0
 Group:  Productivity/Networking/IRC
 Url:http://%{name}-irc.org/
 Source: http://%{name}-irc.org/pub/%{name}-%{version}.tar.bz2
-Source1:init.%{name}core
+Source1:service.%{name}core
 Source2:sysconfig.%{name}core
 Source3:logrotate.%{name}core
 Source4:%{name}.SuSEfirewall2
@@ -33,6 +33,8 @@
 BuildRequires:  libdbusmenu-qt-devel
 BuildRequires:  libkde4-devel
 BuildRequires:  libqca2-devel
+BuildRequires:  systemd
+%{?systemd_requires}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRecommends:libdbusmenu-qt-devel
 
@@ -154,8 +156,10 @@
 %fdupes %{buildroot}
 install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}core
 install -d -m 755 %{buildroot}%{_kde4_sbindir}
-install -D -m 755 %{SOURCE1} %{buildroot}%{_kde4_sysconfdir}/init.d/%{name}core
-ln -sf ../../%{_kde4_sysconfdir}/init.d/%{name}core 
%{buildroot}%{_kde4_sbindir}/rc%{name}core
+mkdir -p %{buildroot}%{_unitdir}
+install -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/quasselcore.service
+# Provide SUSE policy symlink /usr/sbin/rcFOO - /etc/init.d/FOO
+ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcquasselcore
 install -D -m 644 %{SOURCE2} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}core
 install -d -m 751 %{buildroot}%{_localstatedir}/log/%{name}
 install -D -m 644 %{SOURCE3} 
%{buildroot}%{_kde4_sysconfdir}/logrotate.d/%{name}core
@@ -165,16 +169,16 @@
 %{_kde4_bindir}/getent group %{name}core /dev/null || 
%{_kde4_sbindir}/groupadd -r %{name}core || :
 %{_kde4_bindir}/getent passwd %{name}core /dev/null || 
%{_kde4_sbindir}/useradd -r -d /var/lib/%{name}core \
 -s /bin/false -c %{name}core daemon -g %{name}core %{name}core || :
+%service_add_pre quasselcore.service
 
 %post core
-%{fillup_and_insserv -yn %{name}core %{name}core}
+%service_add_post quasselcore.service
 
 %preun core
-%{stop_on_removal %{name}core}
+%service_del_preun quasselcore.service
 
 %postun core
-%{restart_on_update %{name}core}
-%{insserv_cleanup}
+%service_del_postun quasselcore.service
 
 %files mono
 %defattr(-,root,root)
@@ -193,7 +197,7 @@
 %doc AUTHORS ChangeLog README
 %{_kde4_bindir}/%{name}core
 %{_kde4_sbindir}/rc%{name}core
-%config %{_kde4_sysconfdir}/init.d/%{name}core
+%{_unitdir}/%{name}core.service
 %config(noreplace) %{_kde4_sysconfdir}/logrotate.d/%{name}core
 %config %{_kde4_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
 %attr(-,%{name}core,%{name}core) %dir %{_localstatedir}/lib/%{name}core

++ quassel-0.9.0.tar.bz2 - quassel-0.9.1.tar.bz2 ++
 17587 lines of diff (skipped)

++ service.quasselcore ++
[Unit]
Description=Quassel Core
After=network.target
EnvironmentFile=-/etc/sysconfig/quasselcore

[Service]
PIDFile=/var/run/quassel.pid
User=quasselcore
ExecStart=/usr/bin/quasselcore --listen=$QUASSELCORE_LISTEN 
--configdir=/var/lib/quasselcore --logfile=/var/log/quassel/quasselcore

[Install]
WantedBy=multi-user.target
++ sysconfig.quasselcore ++
--- /var/tmp/diff_new_pack.t7jE1P/_old  2013-10-14 22:04:59.0 +0200
+++ /var/tmp/diff_new_pack.t7jE1P/_new  2013-10-14 22:04:59.0 +0200
@@ -7,6 +7,6 @@
 #
 # Interfaces the quassel core should 

commit setools for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package setools for openSUSE:Factory checked 
in at 2013-10-14 22:05:48

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


Package is setools

Changes:

--- /work/SRC/openSUSE:Factory/setools/setools.changes  2013-09-13 
14:46:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.setools.new/setools.changes 2013-10-14 
22:05:49.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct 11 15:36:20 UTC 2013 - vci...@suse.com
+
+- don't fail if there are no never-allow rules in the policy
+- remove dangling symlink /usr/bin/seaudit (bnc#812285)
+  * added 0003-Since-we-do-not-ship-neverallow-rules-all-always-fai.patch
+
+---

New:

  0003-Since-we-do-not-ship-neverallow-rules-all-always-fai.patch



Other differences:
--
++ setools.spec ++
--- /var/tmp/diff_new_pack.t851Nm/_old  2013-10-14 22:05:50.0 +0200
+++ /var/tmp/diff_new_pack.t851Nm/_new  2013-10-14 22:05:50.0 +0200
@@ -39,6 +39,7 @@
 Patch8: %{name}-swig-2.0.7.patch
 Patch9: %{name}-am121.patch
 Patch10:%{name}-3.3.6-libsepol.patch
+Patch11:0003-Since-we-do-not-ship-neverallow-rules-all-always-fai.patch
 Patch15:0006-Changes-to-support-named-file_trans-rules.patch
 Patch16:0007-Remove-unused-variables.patch
 Patch23:add-to-header-define_cond_filename_trans.patch
@@ -232,6 +233,7 @@
 %patch8
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 %patch15 -p1
 %patch16 -p1
 %patch23 -p1
@@ -276,7 +278,6 @@
 chmod 0755 $RPM_BUILD_ROOT%{_libdir}/%{name}/*/*.so.*
 # chmod 0755 $RPM_BUILD_ROOT%{py_sitedir}/*.so.*
 chmod 0755 $RPM_BUILD_ROOT%{_bindir}/*
-ln -sf consolehelper $RPM_BUILD_ROOT%{_bindir}/seaudit
 chmod 0755 $RPM_BUILD_ROOT%{_sbindir}/*
 chmod 0755 $RPM_BUILD_ROOT%{setoolsdir}/seaudit-report-service
 chmod 0644 $RPM_BUILD_ROOT%{tcllibdir}/*/pkgIndex.tcl
@@ -359,7 +360,6 @@
 
 %files gui
 %defattr(-,root,root,-)
-%{_bindir}/seaudit
 %{_bindir}/sediffx
 %{_bindir}/apol
 %dir %{tcllibdir}

++ 0003-Since-we-do-not-ship-neverallow-rules-all-always-fai.patch ++
From 252b7c8bf311d615164a20f4f402767e5859d972 Mon Sep 17 00:00:00 2001
From: Dan Walsh dwa...@redhat.com
Date: Tue, 20 Sep 2011 15:40:28 -0400
Subject: [PATCH 3/6] Since-we-do-not-ship-neverallow-rules-all-always-fail

---
 libqpol/src/avrule_query.c |5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/libqpol/src/avrule_query.c b/libqpol/src/avrule_query.c
index 749565b..76dcaa3 100644
--- a/libqpol/src/avrule_query.c
+++ b/libqpol/src/avrule_query.c
@@ -57,8 +57,9 @@ int qpol_policy_get_avrule_iter(const qpol_policy_t * policy, 
uint32_t rule_type
 
if ((rule_type_mask  QPOL_RULE_NEVERALLOW)  
!qpol_policy_has_capability(policy, QPOL_CAP_NEVERALLOW)) {
ERR(policy, %s, Cannot get avrules: Neverallow rules 
requested but not available);
-   errno = ENOTSUP;
-   return STATUS_ERR;
+/* errno = ENOTSUP;
+   return STATUS_ERR; */
+   return STATUS_SUCCESS;
}
 
db = policy-p-p;
-- 
1.7.6.2

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



commit quassel for openSUSE:13.1

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package quassel for openSUSE:13.1 checked in 
at 2013-10-14 22:04:51

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


Package is quassel

Changes:

--- /work/SRC/openSUSE:13.1/quassel/quassel.changes 2013-09-23 
11:07:40.0 +0200
+++ /work/SRC/openSUSE:13.1/.quassel.new/quassel.changes2013-10-14 
22:04:59.0 +0200
@@ -1,0 +2,14 @@
+Mon Oct 14 12:14:21 UTC 2013 - tchva...@suse.com
+
+- Utilize the unit file rather than old initscript
+
+---
+Sun Oct 13 15:34:00 UTC 2013 - herb...@graeber-clan.de
+
+- Version bump to 0.9.1 (no official changelog available):
+  * Important update for PostgreSQL users, preventing database
+corruption. (bnc#845511)
+  * Fixes related to key handling for encrypted channels.
+  * Other fixes.
+
+---

Old:

  init.quasselcore
  quassel-0.9.0.tar.bz2

New:

  quassel-0.9.1.tar.bz2
  service.quasselcore



Other differences:
--
++ quassel.spec ++
--- /var/tmp/diff_new_pack.NtoHh1/_old  2013-10-14 22:04:59.0 +0200
+++ /var/tmp/diff_new_pack.NtoHh1/_new  2013-10-14 22:04:59.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   quassel
-Version:0.9.0
+Version:0.9.1
 Release:0
 Summary:Modern, cross-platform, distributed IRC client
 License:GPL-2.0 or GPL-3.0
 Group:  Productivity/Networking/IRC
 Url:http://%{name}-irc.org/
 Source: http://%{name}-irc.org/pub/%{name}-%{version}.tar.bz2
-Source1:init.%{name}core
+Source1:service.%{name}core
 Source2:sysconfig.%{name}core
 Source3:logrotate.%{name}core
 Source4:%{name}.SuSEfirewall2
@@ -33,6 +33,8 @@
 BuildRequires:  libdbusmenu-qt-devel
 BuildRequires:  libkde4-devel
 BuildRequires:  libqca2-devel
+BuildRequires:  systemd
+%{?systemd_requires}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRecommends:libdbusmenu-qt-devel
 
@@ -154,8 +156,10 @@
 %fdupes %{buildroot}
 install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}core
 install -d -m 755 %{buildroot}%{_kde4_sbindir}
-install -D -m 755 %{SOURCE1} %{buildroot}%{_kde4_sysconfdir}/init.d/%{name}core
-ln -sf ../../%{_kde4_sysconfdir}/init.d/%{name}core 
%{buildroot}%{_kde4_sbindir}/rc%{name}core
+mkdir -p %{buildroot}%{_unitdir}
+install -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/quasselcore.service
+# Provide SUSE policy symlink /usr/sbin/rcFOO - /etc/init.d/FOO
+ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcquasselcore
 install -D -m 644 %{SOURCE2} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}core
 install -d -m 751 %{buildroot}%{_localstatedir}/log/%{name}
 install -D -m 644 %{SOURCE3} 
%{buildroot}%{_kde4_sysconfdir}/logrotate.d/%{name}core
@@ -165,16 +169,16 @@
 %{_kde4_bindir}/getent group %{name}core /dev/null || 
%{_kde4_sbindir}/groupadd -r %{name}core || :
 %{_kde4_bindir}/getent passwd %{name}core /dev/null || 
%{_kde4_sbindir}/useradd -r -d /var/lib/%{name}core \
 -s /bin/false -c %{name}core daemon -g %{name}core %{name}core || :
+%service_add_pre quasselcore.service
 
 %post core
-%{fillup_and_insserv -yn %{name}core %{name}core}
+%service_add_post quasselcore.service
 
 %preun core
-%{stop_on_removal %{name}core}
+%service_del_preun quasselcore.service
 
 %postun core
-%{restart_on_update %{name}core}
-%{insserv_cleanup}
+%service_del_postun quasselcore.service
 
 %files mono
 %defattr(-,root,root)
@@ -193,7 +197,7 @@
 %doc AUTHORS ChangeLog README
 %{_kde4_bindir}/%{name}core
 %{_kde4_sbindir}/rc%{name}core
-%config %{_kde4_sysconfdir}/init.d/%{name}core
+%{_unitdir}/%{name}core.service
 %config(noreplace) %{_kde4_sysconfdir}/logrotate.d/%{name}core
 %config %{_kde4_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
 %attr(-,%{name}core,%{name}core) %dir %{_localstatedir}/lib/%{name}core

++ quassel-0.9.0.tar.bz2 - quassel-0.9.1.tar.bz2 ++
 17587 lines of diff (skipped)

++ service.quasselcore ++
[Unit]
Description=Quassel Core
After=network.target
EnvironmentFile=-/etc/sysconfig/quasselcore

[Service]
PIDFile=/var/run/quassel.pid
User=quasselcore
ExecStart=/usr/bin/quasselcore --listen=$QUASSELCORE_LISTEN 
--configdir=/var/lib/quasselcore --logfile=/var/log/quassel/quasselcore

[Install]
WantedBy=multi-user.target
++ sysconfig.quasselcore ++
--- /var/tmp/diff_new_pack.NtoHh1/_old  2013-10-14 22:05:01.0 +0200
+++ /var/tmp/diff_new_pack.NtoHh1/_new  2013-10-14 22:05:01.0 +0200
@@ -7,6 +7,6 @@
 #
 # Interfaces the quassel core should listen on
 

commit setools for openSUSE:13.1

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package setools for openSUSE:13.1 checked in 
at 2013-10-14 22:05:51

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


Package is setools

Changes:

--- /work/SRC/openSUSE:13.1/setools/setools.changes 2013-09-23 
11:09:02.0 +0200
+++ /work/SRC/openSUSE:13.1/.setools.new/setools.changes2013-10-14 
22:05:57.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct 11 15:36:20 UTC 2013 - vci...@suse.com
+
+- don't fail if there are no never-allow rules in the policy
+- remove dangling symlink /usr/bin/seaudit (bnc#812285)
+  * added 0003-Since-we-do-not-ship-neverallow-rules-all-always-fai.patch
+
+---

New:

  0003-Since-we-do-not-ship-neverallow-rules-all-always-fai.patch



Other differences:
--
++ setools.spec ++
--- /var/tmp/diff_new_pack.zflbZ4/_old  2013-10-14 22:05:57.0 +0200
+++ /var/tmp/diff_new_pack.zflbZ4/_new  2013-10-14 22:05:57.0 +0200
@@ -39,6 +39,7 @@
 Patch8: %{name}-swig-2.0.7.patch
 Patch9: %{name}-am121.patch
 Patch10:%{name}-3.3.6-libsepol.patch
+Patch11:0003-Since-we-do-not-ship-neverallow-rules-all-always-fai.patch
 Patch15:0006-Changes-to-support-named-file_trans-rules.patch
 Patch16:0007-Remove-unused-variables.patch
 Patch23:add-to-header-define_cond_filename_trans.patch
@@ -232,6 +233,7 @@
 %patch8
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 %patch15 -p1
 %patch16 -p1
 %patch23 -p1
@@ -276,7 +278,6 @@
 chmod 0755 $RPM_BUILD_ROOT%{_libdir}/%{name}/*/*.so.*
 # chmod 0755 $RPM_BUILD_ROOT%{py_sitedir}/*.so.*
 chmod 0755 $RPM_BUILD_ROOT%{_bindir}/*
-ln -sf consolehelper $RPM_BUILD_ROOT%{_bindir}/seaudit
 chmod 0755 $RPM_BUILD_ROOT%{_sbindir}/*
 chmod 0755 $RPM_BUILD_ROOT%{setoolsdir}/seaudit-report-service
 chmod 0644 $RPM_BUILD_ROOT%{tcllibdir}/*/pkgIndex.tcl
@@ -359,7 +360,6 @@
 
 %files gui
 %defattr(-,root,root,-)
-%{_bindir}/seaudit
 %{_bindir}/sediffx
 %{_bindir}/apol
 %dir %{tcllibdir}

++ 0003-Since-we-do-not-ship-neverallow-rules-all-always-fai.patch ++
From 252b7c8bf311d615164a20f4f402767e5859d972 Mon Sep 17 00:00:00 2001
From: Dan Walsh dwa...@redhat.com
Date: Tue, 20 Sep 2011 15:40:28 -0400
Subject: [PATCH 3/6] Since-we-do-not-ship-neverallow-rules-all-always-fail

---
 libqpol/src/avrule_query.c |5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/libqpol/src/avrule_query.c b/libqpol/src/avrule_query.c
index 749565b..76dcaa3 100644
--- a/libqpol/src/avrule_query.c
+++ b/libqpol/src/avrule_query.c
@@ -57,8 +57,9 @@ int qpol_policy_get_avrule_iter(const qpol_policy_t * policy, 
uint32_t rule_type
 
if ((rule_type_mask  QPOL_RULE_NEVERALLOW)  
!qpol_policy_has_capability(policy, QPOL_CAP_NEVERALLOW)) {
ERR(policy, %s, Cannot get avrules: Neverallow rules 
requested but not available);
-   errno = ENOTSUP;
-   return STATUS_ERR;
+/* errno = ENOTSUP;
+   return STATUS_ERR; */
+   return STATUS_SUCCESS;
}
 
db = policy-p-p;
-- 
1.7.6.2

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



commit xf86-input-evdev for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-evdev for 
openSUSE:Factory checked in at 2013-10-14 22:06:32

Comparing /work/SRC/openSUSE:Factory/xf86-input-evdev (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-input-evdev.new (New)


Package is xf86-input-evdev

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-evdev/xf86-input-evdev.changes
2013-10-08 11:07:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-input-evdev.new/xf86-input-evdev.changes   
2013-10-14 22:06:33.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 14 13:21:26 UTC 2013 - sndir...@suse.com
+
+- added 11-evdev.conf xorg.conf.d snippet, since apparently some
+  tweaks are still required (bnc#84)
+
+---

New:

  11-evdev.conf



Other differences:
--
++ xf86-input-evdev.spec ++
--- /var/tmp/diff_new_pack.5s4djd/_old  2013-10-14 22:06:34.0 +0200
+++ /var/tmp/diff_new_pack.5s4djd/_new  2013-10-14 22:06:34.0 +0200
@@ -24,6 +24,7 @@
 Group:  System/X11/Servers/XF86_4
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+Source1:11-evdev.conf
 
 #BuildRequires:  autoconf = 2.60
 #BuildRequires:  automake
@@ -69,6 +70,7 @@
 %install
 %make_install
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+install -D -m 644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/X11/xorg.conf.d/11-evdev.conf
 
 %post
 # re-plug the input devices
@@ -83,6 +85,7 @@
 %files
 %defattr(-,root,root)
 %doc COPYING README
+%config %{_sysconfdir}/X11/xorg.conf.d/11-evdev.conf
 %dir %{_libdir}/xorg/modules/input
 %{_libdir}/xorg/modules/input/evdev_drv.so
 %{_datadir}/man/man4/evdev.4%{?ext_man}

++ 11-evdev.conf ++
Section InputClass
# Novell Bugs #597214, #780626, #84
Identifier  IBM TPPS/2 TrackPoint|ThinkPad USB Keyboard with 
TrackPoint
MatchProductTPPS/2 IBM TrackPoint
MatchIsPointer  on
Driver  evdev
Option  EmulateWheel  on
Option  EmulateWheelButton2
EndSection
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-all-packages for openSUSE:Factory

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package yast2-all-packages for 
openSUSE:Factory checked in at 2013-10-14 22:06:40

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


Package is yast2-all-packages

Changes:

--- /work/SRC/openSUSE:Factory/yast2-all-packages/yast2-all-packages.changes
2013-09-05 23:28:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-all-packages.new/yast2-all-packages.changes   
2013-10-14 22:06:41.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 14 11:47:04 UTC 2013 - lsle...@suse.cz
+
+- remove dropped yast2-backup and yast2-restore (FATE#308682)
+
+---



Other differences:
--
++ yast2-all-packages.spec ++
--- /var/tmp/diff_new_pack.CF3d7g/_old  2013-10-14 22:06:43.0 +0200
+++ /var/tmp/diff_new_pack.CF3d7g/_new  2013-10-14 22:06:43.0 +0200
@@ -31,7 +31,6 @@
 Requires:   yast2-all-packages
 Requires:   yast2-apparmor
 Requires:   yast2-audit-laf
-Requires:   yast2-backup
 Requires:   yast2-bootloader
 Requires:   yast2-branding-openSUSE
 Requires:   yast2-ca-management
@@ -96,7 +95,6 @@
 Requires:   yast2-qt
 Requires:   yast2-qt-pkg
 Requires:   yast2-reipl
-Requires:   yast2-restore
 Requires:   yast2-ruby-bindings
 Requires:   yast2-runlevel
 Requires:   yast2-samba-client

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



commit xf86-input-evdev for openSUSE:13.1

2013-10-14 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-evdev for openSUSE:13.1 
checked in at 2013-10-14 22:06:33

Comparing /work/SRC/openSUSE:13.1/xf86-input-evdev (Old)
 and  /work/SRC/openSUSE:13.1/.xf86-input-evdev.new (New)


Package is xf86-input-evdev

Changes:

--- /work/SRC/openSUSE:13.1/xf86-input-evdev/xf86-input-evdev.changes   
2013-09-23 11:15:24.0 +0200
+++ /work/SRC/openSUSE:13.1/.xf86-input-evdev.new/xf86-input-evdev.changes  
2013-10-14 22:06:34.0 +0200
@@ -1,0 +2,34 @@
+Mon Oct 14 13:21:26 UTC 2013 - sndir...@suse.com
+
+- added 11-evdev.conf xorg.conf.d snippet, since apparently some
+  tweaks are still required (bnc#84)
+
+---
+Sun Oct  6 23:53:08 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 2.8.2:
+  Second release for evdev 2.8 is now available. Two minor but important
+  fixes. Evdev now writes SYN_REPORT after toggling LEDs, so other processes
+  listening in on the device can see the change immediately. The other fix
+  addresses an inconsistency in the mapping of REL_DIAL.
+- Remove upstream patches:
+  + Patch1: U_0001-Write-a-SYN_REPORT-after-the-last-LED.patch
+  + Patch2: U_0002-Don-t-use-mtdev-for-protocol-B-devices.patch
+  + Patch3: U_0003-Remove-a-comment.patch
+
+---
+Thu Sep  5 14:11:03 UTC 2013 - sndir...@suse.com
+
+- U_0001-Write-a-SYN_REPORT-after-the-last-LED.patch
+  * Write a SYN_REPORT after the last LED
+- U_0002-Don-t-use-mtdev-for-protocol-B-devices.patch
+  *  Don't use mtdev for protocol B devices
+- U_0003-Remove-a-comment.patch
+  * Remove a comment
+
+---
+Thu Sep  5 12:51:16 UTC 2013 - sndir...@suse.com
+
+- build driver with mtdev support (multitouch devices) 
+
+---

Old:

  xf86-input-evdev-2.8.1.tar.bz2

New:

  11-evdev.conf
  xf86-input-evdev-2.8.2.tar.bz2



Other differences:
--
++ xf86-input-evdev.spec ++
--- /var/tmp/diff_new_pack.fmQ1qe/_old  2013-10-14 22:06:34.0 +0200
+++ /var/tmp/diff_new_pack.fmQ1qe/_new  2013-10-14 22:06:34.0 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   xf86-input-evdev
-Version:2.8.1
+Version:2.8.2
 Release:0
 Summary:Generic Linux input driver for the Xorg X server
 License:MIT
 Group:  System/X11/Servers/XF86_4
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+Source1:11-evdev.conf
 
 #BuildRequires:  autoconf = 2.60
 #BuildRequires:  automake
@@ -32,6 +33,7 @@
 BuildRequires:  pkgconfig(inputproto)
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(mtdev)
+BuildRequires:  pkgconfig(mtdev)
 BuildRequires:  pkgconfig(xorg-macros) = 1.8
 BuildRequires:  pkgconfig(xorg-server)
 BuildRequires:  pkgconfig(xproto)
@@ -68,6 +70,7 @@
 %install
 %make_install
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+install -D -m 644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/X11/xorg.conf.d/11-evdev.conf
 
 %post
 # re-plug the input devices
@@ -82,6 +85,7 @@
 %files
 %defattr(-,root,root)
 %doc COPYING README
+%config %{_sysconfdir}/X11/xorg.conf.d/11-evdev.conf
 %dir %{_libdir}/xorg/modules/input
 %{_libdir}/xorg/modules/input/evdev_drv.so
 %{_datadir}/man/man4/evdev.4%{?ext_man}

++ 11-evdev.conf ++
Section InputClass
# Novell Bugs #597214, #780626, #84
Identifier  IBM TPPS/2 TrackPoint|ThinkPad USB Keyboard with 
TrackPoint
MatchProductTPPS/2 IBM TrackPoint
MatchIsPointer  on
Driver  evdev
Option  EmulateWheel  on
Option  EmulateWheelButton2
EndSection
++ xf86-input-evdev-2.8.1.tar.bz2 - xf86-input-evdev-2.8.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xf86-input-evdev-2.8.1/ChangeLog 
new/xf86-input-evdev-2.8.2/ChangeLog
--- old/xf86-input-evdev-2.8.1/ChangeLog2013-07-11 03:19:30.0 
+0200
+++ new/xf86-input-evdev-2.8.2/ChangeLog2013-10-07 01:06:21.0 
+0200
@@ -1,3 +1,40 @@
+commit 51575b60b14d414490d31ff23f07c30431525667
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Mon Oct 7 09:23:09 2013 +1100
+
+evdev 2.8.2
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit f285567d372514d31096cc25a467d5d2e182885a
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Tue Aug 13 14:44:26 2013 +1000
+
+Write a SYN_REPORT after the last LED
+
+