commit gnome-settings-daemon for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gnome-settings-daemon for 
openSUSE:Factory checked in at 2012-02-16 22:04:29

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


Package is "gnome-settings-daemon", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-settings-daemon/gnome-settings-daemon.changes  
2012-01-26 14:03:32.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-settings-daemon.new/gnome-settings-daemon.changes
 2012-02-16 22:04:32.0 +0100
@@ -1,0 +2,48 @@
+Tue Feb  7 19:11:41 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.5:
+  + Build:
+- Remove unused date & time mechanism. gnome-control-center
+  uses a different API, provided by systemd on some systems.
+  + A11y keyboard:
+- Reduce the number of settings updates on startup
+  + Automounter:
+- Optionally use systemd to check for active seat
+  + Color:
+- Set the brightness of the display if it was saved as
+  metadata in the color profile
+  + Keyboard:
+- Don't save num-lock state when caps-lock changes
+  + Media keys:
+- Add screenshot keyboard shortcuts
+  + Power:
+- Require a newer upower
+- Optionally use systemd to shutdown when power is low
+- Use GDBusProxy-compatible PropertiesChanged signal
+- Fix "" appearing in notification popups
+  + Printers:
+- Also notify for unknown error reasons
+- Unify printer name usage
+  + Wacom:
+- Add a way to get/set the screen associated with a tablet
+- Don't crash when using a generic tablet
+- Add support for the puck and touch device types
+- Add support for enumerating tablet buttons
+  + Media keys, XSettings, Updates:
+- Fix possible crashes on exit
+  + Housekeeping, Wacom, XSettings:
+- Fix memory leaks
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+- Remove pkgconfig(dbus-glib-1), pkgconfig(polkit-gobject-1)
+  BuildRequires: not needed anymore.
+- Remove polkit-datetime subpackage: this polkit mechanism is gone
+  upstream.
+- Get ready for full-switch to systemd:
+  + Add a with_systemd macro, currently set to 0 as the systemd
+support implies no support for ConsoleKit, which we want to
+keep until sysvinit is not supported anymore.
+  + Add pkgconfig(libsystemd-login) BuildRequires and pass
+--enable-systemd to configure if we build systemd support.
+
+---

Old:

  gnome-settings-daemon-3.3.4.tar.xz

New:

  gnome-settings-daemon-3.3.5.tar.xz



Other differences:
--
++ gnome-settings-daemon.spec ++
--- /var/tmp/diff_new_pack.MyzkCq/_old  2012-02-16 22:04:34.0 +0100
+++ /var/tmp/diff_new_pack.MyzkCq/_new  2012-02-16 22:04:34.0 +0100
@@ -15,8 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+# We cannot enable systemd support right now, as it is exclusive and means we
+# lose ConsoleKit support (bad for sysvinit)
+%define with_systemd 0
+
 Name:   gnome-settings-daemon
-Version:3.3.4
+Version:3.3.5
 Release:0
 Summary:Settings daemon for the GNOME desktop
 License:GPL-2.0+
@@ -39,6 +43,7 @@
 Patch15:gnome-packagekit-BNC383261.patch
 # PATCH-FIX-OPENSUSE gnome-settings-daemon-stop-reload-proxy-settings.patch 
bnc689592#c1, bnc#538353 g...@suse.com -- Stop g-s-d poping up the 
authentication dialog for reloading the proxy settings
 Patch17:gnome-settings-daemon-stop-reload-proxy-settings.patch
+BuildRequires:  cups-devel
 BuildRequires:  fdupes
 BuildRequires:  gnome-common
 # Disabled because of the non-rebased patches
@@ -46,11 +51,9 @@
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  cups-devel
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
+# For directory ownership; it's fine to BuildRequire it since it's also a 
Requires
+BuildRequires:  polkit
 BuildRequires:  pkgconfig(colord) >= 0.1.12
-BuildRequires:  pkgconfig(dbus-glib-1) >= 0.7.4
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(gconf-2.0) >= 2.6.1
 BuildRequires:  pkgconfig(glib-2.0) >= 2.29.14
@@ -68,12 +71,14 @@
 BuildRequires:  pkgconfig(libgnomekbdui)
 BuildRequires:  pkgconfig(libnotify) >= 0.7.3
 BuildRequires:  pkgconfig(libpulse)
-BuildRequires:  pkgconfig(libwacom) >= 0.2
+%if %{with_systemd}
+BuildRequires:  pkgconfig(libsystemd-login)
+%endif
+BuildRequires:  pkgconfig(libwacom) >= 0.3
 BuildRequires:  pkgconfig(libxklavier)

commit build-compare for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2012-02-16 22:00:43

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


Package is "build-compare", Maintainer is "co...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes  
2012-02-16 16:11:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.build-compare.new/build-compare.changes 
2012-02-16 22:00:44.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 16 21:00:31 UTC 2012 - co...@suse.com
+
+- fix missing test in shell script
+
+---



Other differences:
--
++ same-build-result.sh ++
--- /var/tmp/diff_new_pack.J2udJC/_old  2012-02-16 22:00:46.0 +0100
+++ /var/tmp/diff_new_pack.J2udJC/_new  2012-02-16 22:00:46.0 +0100
@@ -106,7 +106,7 @@
 SUCCESS=0
   fi
   rm $file1 $file2
-elif -e $OTHERDIR/rpmlint.log; then
+elif test -e $OTHERDIR/rpmlint.log; then
   echo "rpmlint.log is new"
   SUCCESS=0
 fi
@@ -120,7 +120,7 @@
 diff -u0 $file1 $file2 |head -n 20
 SUCCESS=0
   fi
-elif -e $OTHERDIR/appdata.xml; then
+elif test -e $OTHERDIR/appdata.xml; then
   echo "appdata.xml is new"
   SUCCESS=0
 fi

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



commit brp-extract-appdata for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package brp-extract-appdata for 
openSUSE:Factory checked in at 2012-02-16 20:47:15

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


Package is "brp-extract-appdata", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/brp-extract-appdata/brp-extract-appdata.changes  
2012-02-16 16:11:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.brp-extract-appdata.new/brp-extract-appdata.changes 
2012-02-16 20:47:18.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 16 19:47:04 UTC 2012 - co...@suse.com
+
+- fix output filename
+
+---



Other differences:
--
++ brp-extract-appdata.spec ++
--- /var/tmp/diff_new_pack.dVeqvS/_old  2012-02-16 20:47:19.0 +0100
+++ /var/tmp/diff_new_pack.dVeqvS/_new  2012-02-16 20:47:19.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package update-desktop-files
+# spec file for package brp-extract-appdata
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ create-appdata-xml.pl ++
--- /var/tmp/diff_new_pack.dVeqvS/_old  2012-02-16 20:47:20.0 +0100
+++ /var/tmp/diff_new_pack.dVeqvS/_new  2012-02-16 20:47:20.0 +0100
@@ -89,7 +89,8 @@
 }
 }
 
-open(APPDATA, ">", "$appdata.xml") || die "can't write to $appdata.xml";
+my $output = "$build_root$TOPDIR/OTHER/appdata.xml";
+open(APPDATA, ">", "$output") || die "can't write to $output";
 print APPDATA "\n";
 print APPDATA "\n";
 
@@ -135,7 +136,7 @@
 close(APPDATA);
 
 # just for debug
-open(APPDATA, "<", "$build_root$TOPDIR/OTHER/appdata.xml");
+open(APPDATA, "<", $output);
 while (  ) {
   print "XML: $_";
 }

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



commit xulrunner for openSUSE:12.1:Update:Test

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package xulrunner for 
openSUSE:12.1:Update:Test checked in at 2012-02-16 18:11:39

Comparing /work/SRC/openSUSE:12.1:Update:Test/xulrunner (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.xulrunner.new (New)


Package is "xulrunner", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/xulrunner/xulrunner.changes 
2012-02-13 14:25:53.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.xulrunner.new/xulrunner.changes
2012-02-16 18:11:46.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb 16 08:51:42 UTC 2012 - w...@rosenauer.org
+
+- update to version 10.0.2 (bnc#747328)
+  * CVE-2011-3026 (bmo#727401)
+libpng: integer overflow leading to heap-buffer overflow
+
+---

Old:

  l10n-10.0.1.tar.bz2
  xulrunner-10.0.1-source.tar.bz2

New:

  l10n-10.0.2.tar.bz2
  xulrunner-10.0.2-source.tar.bz2



Other differences:
--
++ xulrunner.spec ++
--- /var/tmp/diff_new_pack.04z8V3/_old  2012-02-16 18:11:49.0 +0100
+++ /var/tmp/diff_new_pack.04z8V3/_new  2012-02-16 18:11:49.0 +0100
@@ -43,12 +43,12 @@
 %endif
 BuildRequires:  mozilla-nspr-devel >= 4.8.9
 BuildRequires:  mozilla-nss-devel >= 3.13.1
-Version:10.0.1
+Version:10.0.2
 Release:0
-%define releasedate 2012020800
-%define version_internal 10.0.1
+%define releasedate 2012021500
+%define version_internal 10.0.2
 %define apiversion 10
-%define uaweight 101
+%define uaweight 102
 Summary:Mozilla Runtime Environment
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Group:  Productivity/Other

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.04z8V3/_old  2012-02-16 18:11:49.0 +0100
+++ /var/tmp/diff_new_pack.04z8V3/_new  2012-02-16 18:11:49.0 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_10_0_1_RELEASE"
-VERSION="10.0.1"
+RELEASE_TAG="FIREFOX_10_0_2_RELEASE"
+VERSION="10.0.2"
 
 # mozilla
 hg clone http://hg.mozilla.org/$BRANCH mozilla

++ l10n-10.0.1.tar.bz2 -> l10n-10.0.2.tar.bz2 ++
/work/SRC/openSUSE:12.1:Update:Test/xulrunner/l10n-10.0.1.tar.bz2 
/work/SRC/openSUSE:12.1:Update:Test/.xulrunner.new/l10n-10.0.2.tar.bz2 differ: 
char 11, line 1

++ source-stamp.txt ++
--- /var/tmp/diff_new_pack.04z8V3/_old  2012-02-16 18:11:49.0 +0100
+++ /var/tmp/diff_new_pack.04z8V3/_new  2012-02-16 18:11:49.0 +0100
@@ -1,2 +1,2 @@
-REV=c581b36e7a12
+REV=72ad46d416ce
 REPO=http://hg.mozilla.org/releases/mozilla-release

++ xulrunner-10.0.1-source.tar.bz2 -> xulrunner-10.0.2-source.tar.bz2 ++
/work/SRC/openSUSE:12.1:Update:Test/xulrunner/xulrunner-10.0.1-source.tar.bz2 
/work/SRC/openSUSE:12.1:Update:Test/.xulrunner.new/xulrunner-10.0.2-source.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 mozilla-xulrunner192 for openSUSE:12.1:Update:Test

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package mozilla-xulrunner192 for 
openSUSE:12.1:Update:Test checked in at 2012-02-16 18:11:20

Comparing /work/SRC/openSUSE:12.1:Update:Test/mozilla-xulrunner192 (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.mozilla-xulrunner192.new (New)


Package is "mozilla-xulrunner192", Maintainer is "pce...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:12.1:Update:Test/mozilla-xulrunner192/mozilla-xulrunner192.changes
   2012-02-02 10:31:03.0 +0100
+++ 
/work/SRC/openSUSE:12.1:Update:Test/.mozilla-xulrunner192.new/mozilla-xulrunner192.changes
  2012-02-16 18:11:22.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb 16 10:57:34 UTC 2012 - w...@rosenauer.org
+
+- security update to 1.9.2.27 (bnc#747328)
+  * CVE-2011-3026 (bmo#727401)
+libpng: integer overflow leading to heap-buffer overflow
+
+---

Old:

  l10n-1.9.2.26.tar.bz2
  xulrunner-source-1.9.2.26.tar.bz2

New:

  l10n-1.9.2.27.tar.bz2
  xulrunner-source-1.9.2.27.tar.bz2



Other differences:
--
++ mozilla-xulrunner192.spec ++
--- /var/tmp/diff_new_pack.b8lL9G/_old  2012-02-16 18:11:27.0 +0100
+++ /var/tmp/diff_new_pack.b8lL9G/_new  2012-02-16 18:11:27.0 +0100
@@ -45,12 +45,12 @@
 %else
 BuildRequires:  wireless-tools
 %endif
-Version:1.9.2.26
+Version:1.9.2.27
 Release:0
-%define releasedate 2012012400
-%define version_internal 1.9.2.26
+%define releasedate 2012021500
+%define version_internal 1.9.2.27
 %define apiversion 1.9.2
-%define uaweight 192260
+%define uaweight 192270
 Summary:Mozilla Runtime Environment 1.9.2
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Group:  Productivity/Other

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.b8lL9G/_old  2012-02-16 18:11:27.0 +0100
+++ /var/tmp/diff_new_pack.b8lL9G/_new  2012-02-16 18:11:27.0 +0100
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-RELEASE_TAG="FIREFOX_3_6_26_RELEASE"
-VERSION="1.9.2.26"
+RELEASE_TAG="FIREFOX_3_6_27_RELEASE"
+VERSION="1.9.2.27"
 
 # mozilla
 hg clone http://hg.mozilla.org/releases/mozilla-1.9.2 mozilla

++ l10n-1.9.2.26.tar.bz2 -> l10n-1.9.2.27.tar.bz2 ++
/work/SRC/openSUSE:12.1:Update:Test/mozilla-xulrunner192/l10n-1.9.2.26.tar.bz2 
/work/SRC/openSUSE:12.1:Update:Test/.mozilla-xulrunner192.new/l10n-1.9.2.27.tar.bz2
 differ: char 11, line 1

++ xulrunner-source-1.9.2.26.tar.bz2 -> xulrunner-source-1.9.2.27.tar.bz2 
++
/work/SRC/openSUSE:12.1:Update:Test/mozilla-xulrunner192/xulrunner-source-1.9.2.26.tar.bz2
 
/work/SRC/openSUSE:12.1:Update:Test/.mozilla-xulrunner192.new/xulrunner-source-1.9.2.27.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 MozillaThunderbird for openSUSE:12.1:Update:Test

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:12.1:Update:Test checked in at 2012-02-16 18:11:01

Comparing /work/SRC/openSUSE:12.1:Update:Test/MozillaThunderbird (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.MozillaThunderbird.new (New)


Package is "MozillaThunderbird", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- 
/work/SRC/openSUSE:12.1:Update:Test/MozillaThunderbird/MozillaThunderbird.changes
   2012-02-13 14:22:58.0 +0100
+++ 
/work/SRC/openSUSE:12.1:Update:Test/.MozillaThunderbird.new/MozillaThunderbird.changes
  2012-02-16 18:11:02.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb 16 10:54:42 UTC 2012 - w...@rosenauer.org
+
+- update to Thunderbird 10.0.2 (bnc#747328)
+  * CVE-2011-3026 (bmo#727401)
+libpng: integer overflow leading to heap-buffer overflow
+
+---

Old:

  l10n-10.0.1.tar.bz2
  thunderbird-10.0.1-source.tar.bz2

New:

  l10n-10.0.2.tar.bz2
  thunderbird-10.0.2-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.kA26Z7/_old  2012-02-16 18:11:11.0 +0100
+++ /var/tmp/diff_new_pack.kA26Z7/_new  2012-02-16 18:11:11.0 +0100
@@ -37,10 +37,10 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yasm
 BuildRequires:  zip
-%define mainversion 10.0.1
+%define mainversion 10.0.2
 Version:%{mainversion}
 Release:0
-%define releasedate 2012020800
+%define releasedate 2012021500
 Provides:   thunderbird = %{version}
 Summary:The Stand-Alone Mozilla Mail Component
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.kA26Z7/_old  2012-02-16 18:11:11.0 +0100
+++ /var/tmp/diff_new_pack.kA26Z7/_new  2012-02-16 18:11:11.0 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL="release"
 BRANCH="releases/comm-$CHANNEL"
-RELEASE_TAG="THUNDERBIRD_10_0_1_RELEASE"
-VERSION="10.0.1"
+RELEASE_TAG="THUNDERBIRD_10_0_2_RELEASE"
+VERSION="10.0.2"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-10.0.1.tar.bz2 -> l10n-10.0.2.tar.bz2 ++
/work/SRC/openSUSE:12.1:Update:Test/MozillaThunderbird/l10n-10.0.1.tar.bz2 
/work/SRC/openSUSE:12.1:Update:Test/.MozillaThunderbird.new/l10n-10.0.2.tar.bz2 
differ: char 11, line 1

++ thunderbird-10.0.1-source.tar.bz2 -> thunderbird-10.0.2-source.tar.bz2 
++
/work/SRC/openSUSE:12.1:Update:Test/MozillaThunderbird/thunderbird-10.0.1-source.tar.bz2
 
/work/SRC/openSUSE:12.1:Update:Test/.MozillaThunderbird.new/thunderbird-10.0.2-source.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 MozillaFirefox for openSUSE:12.1:Update:Test

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for 
openSUSE:12.1:Update:Test checked in at 2012-02-16 18:10:40

Comparing /work/SRC/openSUSE:12.1:Update:Test/MozillaFirefox (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.MozillaFirefox.new (New)


Package is "MozillaFirefox", Maintainer is 
"bnc-team-mozi...@forge.provo.novell.com"

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/MozillaFirefox/MozillaFirefox.changes   
2012-02-13 14:22:06.0 +0100
+++ 
/work/SRC/openSUSE:12.1:Update:Test/.MozillaFirefox.new/MozillaFirefox.changes  
2012-02-16 18:10:41.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb 16 08:47:31 UTC 2012 - w...@rosenauer.org
+
+- update to Firefox 10.0.2 (bnc#747328)
+  * CVE-2011-3026 (bmo#727401)
+libpng: integer overflow leading to heap-buffer overflow
+
+---

Old:

  firefox-10.0.1-source.tar.bz2
  l10n-10.0.1.tar.bz2

New:

  firefox-10.0.2-source.tar.bz2
  l10n-10.0.2.tar.bz2



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.nyOfO0/_old  2012-02-16 18:10:48.0 +0100
+++ /var/tmp/diff_new_pack.nyOfO0/_new  2012-02-16 18:10:48.0 +0100
@@ -18,7 +18,7 @@
 
 
 %define major 10
-%define mainver %major.0.1
+%define mainver %major.0.2
 
 Name:   MozillaFirefox
 BuildRequires:  Mesa-devel
@@ -47,7 +47,7 @@
 BuildRequires:  nss-shared-helper-devel
 Version:%{mainver}
 Release:0
-%define releasedate 2012020800
+%define releasedate 2012021500
 Provides:   web_browser
 Provides:   firefox = %{version}-%{release}
 Provides:   firefox = %{mainver}

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.nyOfO0/_old  2012-02-16 18:10:48.0 +0100
+++ /var/tmp/diff_new_pack.nyOfO0/_new  2012-02-16 18:10:48.0 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_10_0_1_RELEASE"
-VERSION="10.0.1"
+RELEASE_TAG="FIREFOX_10_0_2_RELEASE"
+VERSION="10.0.2"
 
 # mozilla
 hg clone http://hg.mozilla.org/$BRANCH mozilla

++ firefox-10.0.1-source.tar.bz2 -> firefox-10.0.2-source.tar.bz2 ++
/work/SRC/openSUSE:12.1:Update:Test/MozillaFirefox/firefox-10.0.1-source.tar.bz2
 
/work/SRC/openSUSE:12.1:Update:Test/.MozillaFirefox.new/firefox-10.0.2-source.tar.bz2
 differ: char 11, line 1


++ l10n-10.0.1.tar.bz2 -> l10n-10.0.2.tar.bz2 ++
/work/SRC/openSUSE:12.1:Update:Test/MozillaFirefox/l10n-10.0.1.tar.bz2 
/work/SRC/openSUSE:12.1:Update:Test/.MozillaFirefox.new/l10n-10.0.2.tar.bz2 
differ: char 11, line 1

++ source-stamp.txt ++
--- /var/tmp/diff_new_pack.nyOfO0/_old  2012-02-16 18:10:48.0 +0100
+++ /var/tmp/diff_new_pack.nyOfO0/_new  2012-02-16 18:10:48.0 +0100
@@ -1,2 +1,2 @@
-REV=c581b36e7a12
+REV=72ad46d416ce
 REPO=http://hg.mozilla.org/releases/mozilla-release

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



commit apache2 for openSUSE:11.4

2012-02-16 Thread h_root

Hello community,

here is the log from the commit of package apache2 for openSUSE:11.4
checked in at Thu Feb 16 18:09:39 CET 2012.




--- old-versions/11.4/UPDATES/all/apache2/apache2.changes   2011-11-29 
16:53:50.0 +0100
+++ 11.4/apache2/apache2.changes2012-02-14 03:29:38.0 +0100
@@ -1,0 +2,42 @@
+Tue Feb 14 02:48:09 CET 2012 - dr...@suse.de
+
+- /etc/init.d/apache2: new argument "check-reload". Exits 1 if
+  httpd2 runs on deleted binaries such as after package update,
+  else 0. This is used by equally modified /etc/logrotate.d/apache2,
+  which uses "/etc/init.d/apache2 check-reload" in its prerotate
+  script.
+  These changes prevent httpd2 from being (gracefully) reloaded
+  by logrotate, executed by cron, if new binaries have been
+  installed. Instead, a warning is printed on stdout and is being
+  logged to the syslogs. If this happens, apache's logs are NOT
+  rotated, and the running processes are left untouched. This
+  limits the maximum damage of log rotation to unrotated logs.
+  "/etc/init.d/apache2 restart" (or "rcapache2 restart") must be
+  executed manually in such a case. [bnc#728876]
+- httpd-2.2.x-bnc738855-CVE-2007-6750-mod_reqtimeout-*.diff:
+  disallow keepalives.
+- enable build and configuration of mod_reqtimeout.c module by
+  default in /etc/sysconfig/apache2 (APACHE_MODULES=...). This
+  does not change already existing sysconfig files, the module
+  is only activated via sysconfig if this package is installed
+  without pre-existing sysconfig file. See new file
+  /etc/apache2/mod_reqtimeout.conf for configurables.
+  Helps against Slowloris.pl DoS vulnerability that consists of
+  eating up request slots by very slowly submitting the request.
+  Note that mod_reqtimeout limits requests based on a lower
+  boundary of request speed, not an upper boundary!
+  CVE-2007-6750 [bnc#738855].
+- httpd-2.2.x-bnc741243-CVE-2012-0031-scoreboard_handling.diff:
+  scoreboard corruption (shared mem segment) by child causes
+  crash of privileged parent (invalid free()) during shutdown.
+  This is rated low impact. Notice:
+  https://svn.apache.org/viewvc?view=revision&revision=1230065
+  makes a change to the struct global_score, which causes binary
+  incompatibility. The change in above patch only goes as far as
+  the binary compatibility allows; the vulnerability is completely
+  fixed, though. CVE-2012-0031 [bnc#741243]
+- httpd-2.2.x-bnc743743-CVE-2012-0053-server_protocol_c-cookie_exposure.diff
+  addresses CVE-2012-0053: error responses can expose cookies when
+  no custom 400 error code ErrorDocument is configured. [bnc#743743]
+
+---

calling whatdependson for 11.4-i586


New:

  apache2-mod_reqtimeout.conf
  
httpd-2.2.x-bnc738855-CVE-2007-6750-mod_reqtimeout-020-modules_filters_mod_reqtimeout_c.diff
  httpd-2.2.x-bnc741243-CVE-2012-0031-scoreboard_handling.diff
  httpd-2.2.x-bnc743743-CVE-2012-0053-server_protocol_c-cookie_exposure.diff



Other differences:
--
++ apache2.spec ++
--- /var/tmp/diff_new_pack.v7CyiZ/_old  2012-02-16 18:09:19.0 +0100
+++ /var/tmp/diff_new_pack.v7CyiZ/_new  2012-02-16 18:09:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apache2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -69,7 +69,7 @@
 Group:  Productivity/Networking/Web/Servers
 %define realver 2.2.17
 Version:2.2.17
-Release:4.
+Release:4.
 #Source0:  http://www.apache.org/dist/httpd-%{version}.tar.bz2
 Source0:http://httpd.apache.org/dev/dist/httpd-%{realver}.tar.bz2
 # Add file to take mtime from it in prep section
@@ -114,6 +114,7 @@
 Source111:  apache2-server-tuning.conf
 Source113:  apache2-ssl-global.conf
 Source114:  apache2-mod_usertrack.conf
+Source115:  apache2-mod_reqtimeout.conf
 Source130:  apache2-vhost.template
 Source131:  apache2-vhost-ssl.template
 Source140:  apache2-check_forensic
@@ -131,6 +132,9 @@
 Patch103:   httpd-2.2.x-CVE-2011-3348-mod_proxy_ajp.patch
 Patch104:   httpd-2.2.x-bnc729181-CVE-2011-3607-int_overflow.diff
 Patch105:   httpd-2.2.x-CVE-2011-3368_CVE-2011-4317-bnc722545.diff
+Patch106:   httpd-2.2.x-bnc741243-CVE-2012-0031-scoreboard_handling.diff
+Patch107:   
httpd-2.2.x-bnc743743-CVE-2012-0053-server_protocol_c-cookie_exposure.diff
+Patch108:   
httpd-2.2.x-bnc738855-CVE-2007-6750-mod_reqtimeout-020-modules_filters_mod_reqtimeout_c.diff
 Url:http://httpd.apache.org/
 Icon:   Apache.xpm
 Summary:The Apache Web Server Version 2.2
@@ -362,6 +366,9 @@
 %patch103 -p0
 

commit grub for openSUSE:11.4

2012-02-16 Thread h_root

Hello community,

here is the log from the commit of package grub for openSUSE:11.4
checked in at Thu Feb 16 17:35:03 CET 2012.




--- old-versions/11.4/all/grub/grub.changes 2010-05-21 12:09:42.0 
+0200
+++ 11.4/grub/grub.changes  2012-02-16 12:22:09.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 16 11:23:35 UTC 2012 - lchiqui...@suse.com
+
+- Remove silly MAP_GROWSDOWN flag when allocating scratch mem
+  for the grub shell (bnc#717836, bnc#640391)
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/grub
Destination is old-versions/11.4/UPDATES/all/grub
calling whatdependson for 11.4-i586


New:

  no-MAP_GROWSDOWN



Other differences:
--
++ grub.spec ++
--- /var/tmp/diff_new_pack.8sQLT9/_old  2012-02-16 17:34:44.0 +0100
+++ /var/tmp/diff_new_pack.8sQLT9/_new  2012-02-16 17:34:44.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package grub (Version 0.97)
+# spec file for package grub
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   grub
 %ifarch x86_64
-BuildRequires:  gcc41-32bit glibc-devel-32bit libncurses5-32bit 
ncurses-devel-32bit
+BuildRequires:  gcc41-32bit
+BuildRequires:  glibc-devel-32bit
+BuildRequires:  libncurses5-32bit
+BuildRequires:  ncurses-devel-32bit
 %else
-BuildRequires:  gcc41 glibc-devel libncurses5 ncurses-devel
+BuildRequires:  gcc41
+BuildRequires:  glibc-devel
+BuildRequires:  libncurses5
+BuildRequires:  ncurses-devel
 %endif
-License:GPLv2+
-Group:  System/Boot
 Version:0.97
-Release:167
+Release:175.
 Source0:%{name}-%{version}.tar.gz
 Source1:installgrub
 Source2:grubonce
@@ -69,9 +72,12 @@
 Patch40:grub-iso-fixes
 Patch41:stage2-gfx-cmdline-len-fix.diff
 Patch42:nulterminate-configfile
+Patch43:no-MAP_GROWSDOWN
 Url:http://www.gnu.org/software/grub/grub.en.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Grand Unified Boot Loader
+License:GPL-2.0+
+Group:  System/Boot
 PreReq: fileutils sh-utils util-linux
 Conflicts:  trustedgrub
 ExclusiveArch:  %ix86 x86_64
@@ -144,6 +150,7 @@
 %patch40 -p1
 %patch41 -p1
 %patch42 -p1
+%patch43 -p1
 
 %build
 perl -pi -e 's,/usr/share/grub/i386-pc,/usr/lib/grub,' docs/grub.texi

++ no-MAP_GROWSDOWN ++
Index: grub-0.97/grub/asmstub.c
===
--- grub-0.97.orig/grub/asmstub.c
+++ grub-0.97/grub/asmstub.c
@@ -145,9 +145,9 @@ grub_stage2 (void)
 
   assert (grub_scratch_mem == 0);
 #ifdef MAP_32BIT
-#define MY_MAP_SET MAP_PRIVATE | MAP_GROWSDOWN | MAP_ANONYMOUS | MAP_32BIT
+#define MY_MAP_SET MAP_PRIVATE | MAP_ANONYMOUS | MAP_32BIT
 #else
-#define MY_MAP_SET MAP_PRIVATE | MAP_GROWSDOWN | MAP_ANONYMOUS
+#define MY_MAP_SET MAP_PRIVATE | MAP_ANONYMOUS
 #endif
   scratch = mmap(NULL,
  0x10 + EXTENDED_MEMSIZE + 15,
continue with "q"...



Remember to have fun...

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



commit mpfr for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package mpfr for openSUSE:Factory checked in 
at 2012-02-16 17:21:47

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


Package is "mpfr", Maintainer is "rguent...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mpfr/mpfr.changes2011-09-23 
02:13:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.mpfr.new/mpfr.changes   2012-02-16 
17:21:51.0 +0100
@@ -1,0 +2,23 @@
+Mon Feb 13 10:50:39 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Sun Jan 29 20:34:08 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+
+---
+Tue Oct 11 12:28:31 UTC 2011 - rguent...@suse.com
+
+- Update to version 3.1.0.
+  * The mpfr_urandom and mpfr_urandomb functions now return identical
+values on processors with different word size.
+  * Speed improvement for the mpfr_sqr and mpfr_div functions using
+Mulders' algorithm.
+  * Much faster formatted output (mpfr_printf, etc.) with %Rg and similar.
+  * New divide-by-zero exception (flag) and associated functions.
+- Remove bogus provides/obsoletes for old shared library version.
+- Fix license, it is LGPL v3 or later.
+
+---

Old:

  mpfr-3.0.1.tar.bz2

New:

  mpfr-3.1.0-patch01.diff
  mpfr-3.1.0.tar.bz2



Other differences:
--
++ mpfr.spec ++
--- /var/tmp/diff_new_pack.N91y6m/_old  2012-02-16 17:21:52.0 +0100
+++ /var/tmp/diff_new_pack.N91y6m/_new  2012-02-16 17:21:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mpfr
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%define debug_package_requires libmpfr4 = %{version}-%{release}
 
 Name:   mpfr
 BuildRequires:  gmp-devel
-License:LGPLv2.1+
-Group:  Development/Libraries/C and C++
-AutoReqProv:on
-Version:3.0.1
-Release:1
+Version:3.1.0
+Release:0
 Summary:The MPFR multiple-precision floating-point library
+License:LGPL-3.0+
+Group:  Development/Libraries/C and C++
 Url:http://www.mpfr.org/
 Source: mpfr-%{version}.tar.bz2
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch1: %{name}-%{version}-patch01.diff
 
 %description
 The MPFR library is a C library for multiple-precision floating-point
@@ -44,22 +41,9 @@
 mantissa).
 
 
-
-Authors:
-
-Guillaume Hanrot
-Paul Zimmermann
-Vincent Lef�vre
-Patrick P�lissier
-
 %package -n libmpfr4
-License:LGPLv2.1+
 Summary:MPFR multiple-precision floating-point computation shared 
library
 Group:  Development/Libraries/C and C++
-AutoReqProv:on
-# in openSUSE 10.2 and 10.3 the shared library was in the mpfr package itself
-Provides:   mpfr = 2.3.0
-Obsoletes:  mpfr < 2.3.0
 
 %description -n libmpfr4
 The MPFR library is a C library for multiple-precision floating-point
@@ -67,45 +51,27 @@
 based on the GMP multiple-precision library.
 
 
-
-Authors:
-
-Guillaume Hanrot
-Paul Zimmermann
-Vincent Lef�vre
-Patrick P�lissier
-
 %package devel
-License:LGPLv2.1+
 Summary:MPFR multiple-precision floating-point library development 
files
 Group:  Development/Libraries/C and C++
 Requires:   libmpfr4 = %{version} gmp-devel
-Provides:   gmp-devel:/usr/lib/libmpfr.a
-AutoReqProv:on
 PreReq: %install_info_prereq
 
 %description devel
 MPFR multiple-precision floating-point library development files
 
 
-
-Authors:
-
-Guillaume Hanrot
-Paul Zimmermann
-Vincent Lef�vre
-Patrick P�lissier
-
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %configure \
-%if 0%{suse_version} > 1000
-%ifnarch %sparc hppa
+%ifarch %sparc hppa
+   --disable-thread-safe \
+%else
--enable-thread-safe \
 %endif
-%endif
--enable-shared \
--docdir=%{_docdir}/mpfr
 make %{?_smp_mflags}
@@ -117,21 +83,16 @@
 %makeinstall
 rm ${RPM_BUILD_ROOT}%{_libdir}/lib*.la
 
-%post -n libmpfr4
-%run_ldconfig
+%post -n libmpfr4 -p /sbin/ldconfig
 
 %post devel
 %install_info --info-dir=%{_infodir} %{_infodir

commit horde3-imp for openSUSE:12.1:Update:Test

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package horde3-imp for 
openSUSE:12.1:Update:Test checked in at 2012-02-16 16:25:30

Comparing /work/SRC/openSUSE:12.1:Update:Test/horde3-imp (Old)
 and  /work/SRC/openSUSE:12.1:Update:Test/.horde3-imp.new (New)


Package is "horde3-imp", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/horde3-imp/horde3-imp.changes   
2012-02-13 17:32:51.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.horde3-imp.new/horde3-imp.changes  
2012-02-16 16:25:32.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 16 10:04:27 UTC 2012 - l...@b1-systems.de
+
+- switch betwen /usr/bin/php and /usr/bin/php5 conditionally
+- make fix version for bnc#742804 (CVE-2012-0791) work on both 11.4 and 12.1 
+
+---



Other differences:
--
++ horde3-imp.spec ++
--- /var/tmp/diff_new_pack.y8L0ZK/_old  2012-02-16 16:25:32.0 +0100
+++ /var/tmp/diff_new_pack.y8L0ZK/_new  2012-02-16 16:25:32.0 +0100
@@ -78,9 +78,10 @@
 %__rm -rf %{buildroot}/%{_impdir}/{docs,README,COPYING}
 %__cp %{SOURCE1} %{buildroot}/%{_impdir}/COPYING
 # otherwise rpm will complain upon installation attempt
-sed -i -e "s@/usr/bin/php@/usr/bin/php5@g" 
%{buildroot}%{_impdir}/scripts/upgrades/convert_vfolders.php
-sed -i -e "s@/usr/bin/php@/usr/bin/php5@g" 
%{buildroot}%{_impdir}/scripts/bounce_spam.php
-
+if test -e /usr/bin/php5; then
+  sed -i -e "s@/usr/bin/php@/usr/bin/php5@g" 
%{buildroot}%{_impdir}/scripts/upgrades/convert_vfolders.php
+  sed -i -e "s@/usr/bin/php@/usr/bin/php5@g" 
%{buildroot}%{_impdir}/scripts/bounce_spam.php
+fi
 # remove and link duplicate files  
 %if 0%{?sles_version} != 10 
  %fdupes %buildroot/%{_impdir}

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



commit zlib for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package zlib for openSUSE:Factory checked in 
at 2012-02-16 16:25:18

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


Package is "zlib", Maintainer is "mvysko...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/zlib/zlib.changes2011-12-27 
18:39:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.zlib.new/zlib.changes   2012-02-16 
16:25:19.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb  9 16:17:55 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections
+
+---



Other differences:
--
++ zlib.spec ++
--- /var/tmp/diff_new_pack.XcwBOi/_old  2012-02-16 16:25:20.0 +0100
+++ /var/tmp/diff_new_pack.XcwBOi/_new  2012-02-16 16:25:20.0 +0100
@@ -118,9 +118,6 @@
 install -m 644 zlib.3 %{buildroot}%{_mandir}/man3
 install -m 644 zutil.h %{buildroot}%{_includedir}
 
-%clean
-rm -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

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



commit yast2-nfs-client for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package yast2-nfs-client for 
openSUSE:Factory checked in at 2012-02-16 16:25:10

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


Package is "yast2-nfs-client", Maintainer is "mvid...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-nfs-client/yast2-nfs-client.changes
2012-02-08 17:21:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-nfs-client.new/yast2-nfs-client.changes   
2012-02-16 16:25:11.0 +0100
@@ -1,0 +2,13 @@
+Thu Feb 16 12:44:04 UTC 2012 - mfi...@suse.com
+
+- autoinstallation fails to enable portmapper/rpcbind service - bnc#744357 
+- 2.21.4
+
+---
+Thu Feb 16 12:23:00 UTC 2012 - mfi...@suse.com
+
+- accepted comments from earlier review. 
+- some formatting
+- 2.21.4
+
+---

Old:

  yast2-nfs-client-2.21.3.tar.bz2

New:

  yast2-nfs-client-2.21.4.tar.bz2



Other differences:
--
++ yast2-nfs-client.spec ++
--- /var/tmp/diff_new_pack.sgCCv5/_old  2012-02-16 16:25:12.0 +0100
+++ /var/tmp/diff_new_pack.sgCCv5/_new  2012-02-16 16:25:12.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   yast2-nfs-client
-Version:2.21.3
+Version:2.21.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -45,6 +45,7 @@
 BuildArch:  noarch
 
 Summary:YaST2 - NFS Configuration
+Url:http://en.opensuse.org/Portal:YaST
 
 %description
 The YaST2 component for configuration of NFS. NFS stands for network

++ yast2-nfs-client-2.21.3.tar.bz2 -> yast2-nfs-client-2.21.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-2.21.3/VERSION 
new/yast2-nfs-client-2.21.4/VERSION
--- old/yast2-nfs-client-2.21.3/VERSION 2012-02-08 13:03:19.0 +0100
+++ new/yast2-nfs-client-2.21.4/VERSION 2012-02-16 13:45:15.0 +0100
@@ -1 +1 @@
-2.21.3
+2.21.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-2.21.3/src/Nfs.ycp 
new/yast2-nfs-client-2.21.4/src/Nfs.ycp
--- old/yast2-nfs-client-2.21.3/src/Nfs.ycp 2012-02-06 08:04:39.0 
+0100
+++ new/yast2-nfs-client-2.21.4/src/Nfs.ycp 2012-02-16 13:47:55.0 
+0100
@@ -13,7 +13,7 @@
  *   Dan Vesely 
  *   Martin Vidner 
  *
- * $Id: Nfs.ycp 64602 2011-06-27 12:20:15Z jreidinger $
+ * $Id: Nfs.ycp 67463 2012-02-16 12:47:25Z mfilka $
  */
 
 {
@@ -137,22 +137,23 @@
}
});
 
-   //Backwards compatibility: with FaTE#302031, we support nfsv4 mounts
-   //thus we need to keep info on nfs version (v3 vs. v4)
-   //But older AY profiles might not contain this element
-   //so let's assume nfsv3 in that case (#395850)
-   if ( !haskey(s, "vfstype") )
-   {
-   s["vfstype"] = "nfs";
-   } else {
-   if (s["vfstype"]:"nfs" == "nfs4")
-   {
-   nfs4_enabled = true;
-   }
-   }
+//Backwards compatibility: with FaTE#302031, we support nfsv4 
mounts
+//thus we need to keep info on nfs version (v3 vs. v4)
+//But older AY profiles might not contain this element
+//so let's assume nfsv3 in that case (#395850)
+if ( !haskey(s, "vfstype") )
+{
+s["vfstype"] = "nfs";
+} else {
+if (s["vfstype"]:"nfs" == "nfs4")
+{
+nfs4_enabled = true;
+}
+}
return s;
 
});
+
if (missing)
{
return false;
@@ -305,10 +306,10 @@
Progress::set(progress_orig);
 
portmapper = FindPortmapper();
-   //There is neither rpcbind  nor portmap  
+   //There is neither rpcbind  nor portmap
if ( portmapper == "" )
{
-   //so let's install rpcbind (default since #423026) 
+   //so let's install rpcbind (default since #423026)
required_packages = add( required_packages, "rpcbind" );
portmapper = "rpcbind";
}
@@ -379,6 +380,7 @@
// Service::Adjust ("nfs", "disable"); // what if autofs needs it?
}*/
 
+   portmapper = FindPortmapper();
if (size (nfs_entries) != 0)
{
Service::Enable( portmapper );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-2.21.3/src/ui.ycp 
new/yast2-nfs-client-2.21.4/src/ui.y

commit yast2-installation for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2012-02-16 16:25:03

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


Package is "yast2-installation", Maintainer is "jsuch...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2012-02-14 11:27:32.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2012-02-16 16:25:05.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 15 11:46:45 CET 2012 - g...@suse.de
+
+- Improve layout of the release notes dialog (bnc #550610)
+- 2.22.4 
+
+---

Old:

  yast2-installation-2.22.3.tar.bz2

New:

  yast2-installation-2.22.4.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.Yu4u8x/_old  2012-02-16 16:25:07.0 +0100
+++ /var/tmp/diff_new_pack.Yu4u8x/_new  2012-02-16 16:25:07.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   yast2-installation
-Version:2.22.3
+Version:2.22.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-installation-2.22.3.tar.bz2 -> yast2-installation-2.22.4.tar.bz2 
++
 3450 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-installation-2.22.3/VERSION new/yast2-installation-2.22.4/VERSION
--- old/yast2-installation-2.22.3/VERSION   2012-02-09 10:53:35.0 
+0100
+++ new/yast2-installation-2.22.4/VERSION   2012-02-14 15:28:13.0 
+0100
@@ -1 +1 @@
-2.22.3
+2.22.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-installation-2.22.3/configure.in 
new/yast2-installation-2.22.4/configure.in
--- old/yast2-installation-2.22.3/configure.in  2012-02-09 10:54:23.0 
+0100
+++ new/yast2-installation-2.22.4/configure.in  2012-02-14 15:44:28.0 
+0100
@@ -3,7 +3,7 @@
 dnl -- This file is generated by y2autoconf 2.21.8 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
-AC_INIT(yast2-installation, 2.22.3, http://bugs.opensuse.org/, 
yast2-installation)
+AC_INIT(yast2-installation, 2.22.4, http://bugs.opensuse.org/, 
yast2-installation)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION="2.22.3"
+VERSION="2.22.4"
 RPMNAME="yast2-installation"
 MAINTAINER="Jiří Suchomel "
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-installation-2.22.3/control/control.openSUSE.xml 
new/yast2-installation-2.22.4/control/control.openSUSE.xml
--- old/yast2-installation-2.22.3/control/control.openSUSE.xml  2012-01-13 
09:19:42.0 +0100
+++ new/yast2-installation-2.22.4/control/control.openSUSE.xml  2012-02-14 
15:28:10.0 +0100
@@ -200,9 +200,9 @@



-   http://download.opensuse.org/update/12.1/
+   http://download.opensuse.org/update/12.2/
 repo-update
-openSUSE-12.1-Update
+openSUSE-12.2-Update
/
true
true
@@ -211,36 +211,36 @@
 


-   
http://download.opensuse.org/distribution/12.1/repo/oss/
+   
http://download.opensuse.org/distribution/12.2/repo/oss/
 repo-oss
-openSUSE-12.1-Oss
+openSUSE-12.2-Oss
/
true
true
99


-   
http://download.opensuse.org/distribution/12.1/repo/non-oss/
+   
http://download.opensuse.org/distribution/12.2/repo/non-oss/
 repo-non-oss
-openSUSE-12.1-Non-Oss
+openSUSE-12.2-

commit wavpack for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package wavpack for openSUSE:Factory checked 
in at 2012-02-16 16:24:57

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


Package is "wavpack", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/wavpack/wavpack.changes  2011-11-25 
23:06:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.wavpack.new/wavpack.changes 2012-02-16 
16:25:02.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:57:33 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---

New:

  wavpack-fix_pkgconfig.patch



Other differences:
--
++ wavpack.spec ++
--- /var/tmp/diff_new_pack.QbJml9/_old  2012-02-16 16:25:04.0 +0100
+++ /var/tmp/diff_new_pack.QbJml9/_new  2012-02-16 16:25:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wavpack
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   wavpack
-License:BSD3c
-BuildRequires:  libtool pkgconfig
-Group:  Productivity/Multimedia/Sound/Editors and Convertors
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
 Url:http://www.wavpack.com/
 Summary:Free Hybrid Lossless Audio Compression Format
+License:BSD-3-Clause
+Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Version:4.60.1
-Release:1
+Release:0
+%define soname  1
 Source: http://www.wavpack.com/%{name}-%{version}.tar.bz2
+# pbleser: fix .pc file by using @libdir@ instead of @prefix@/lib, and remove 
-L$libdir altogether
+Patch1: wavpack-fix_pkgconfig.patch
 # Name used by third parties before openSUSE 10.3:
 Provides:   WavPack = %{version}-%{release}
-Requires:   libwavpack1 >= %{version}
+Requires:   libwavpack%{soname} >= %{version}
 Obsoletes:  WavPack < %version
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -55,18 +57,11 @@
 the lossy file) provides full lossless restoration. For some users this
 means never having to choose between lossless and lossy compression!
 
-
-
-Authors:
-
-David Bryant 
-
-%package -n libwavpack1
-License:BSD3c
+%package -n libwavpack%{soname}
 Summary:Free Hybrid Lossless Audio Compression Format
 Group:  System/Libraries
 
-%description -n libwavpack1
+%description -n libwavpack%{soname}
 WavPack is a completely open audio compression format providing
 lossless, high-quality lossy, and a unique hybrid compression mode.
 Although the technology is loosely based on previous versions of
@@ -88,14 +83,7 @@
 the lossy file) provides full lossless restoration. For some users this
 means never having to choose between lossless and lossy compression!
 
-
-
-Authors:
-
-David Bryant 
-
 %package devel
-License:BSD3c
 Summary:Free Hybrid Lossless Audio Compression Format
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version} glibc-devel
@@ -122,51 +110,49 @@
 the lossy file) provides full lossless restoration. For some users this
 means never having to choose between lossless and lossy compression!
 
-
-
-Authors:
-
-David Bryant 
-
 %prep
 %setup -q
+%patch1
 
 %build
-autoreconf -f -i
+autoreconf -fiv
 %configure --disable-static --with-pic
-%{__make} %{?jobs:-j%jobs}
+%{__make} %{?_smp_mflags}
 
 %install
 %makeinstall
 #not needed 
-%{__rm} %{buildroot}%{_libdir}/*.la
+%__rm "%{buildroot}%{_libdir}"/*.la
 
 %check
 make check
 
-%post -n libwavpack1 -p /sbin/ldconfig
+%post   -n libwavpack%{soname} -p /sbin/ldconfig
 
-%postun -n libwavpack1 -p /sbin/ldconfig
+%postun -n libwavpack%{soname} -p /sbin/ldconfig
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+%{?buildroot:%__rm -rf "%{buildroot}"}
 
 %files
 %defattr(-,root,root)
 # AUTHORS NEWS are empty
 %doc ChangeLog README license.txt
-%{_bindir}/*
+%{_bindir}/wavpack
+%{_bindir}/wvgain
+%{_bindir}/wvunpack
 %{_mandir}/man?/*
 
-%files -n libwavpack1
+%files -n libwavpack%{soname}
 %defattr(-,root,root)
-%{_libdir}/*.so.*
+%{_libdir}/libwavpack.so.%{soname}
+%{_libdir}/libwavpack.so.%{soname}.*
 
 %files devel
 %defattr(-,root,root)
 %doc doc/*.*
 %{_includedir}/wavpack
-%{_libdir}/*.so
+%{_libdir}/libwavpack.so
 %{_libdir}/pkgconfig/wavpack.pc
 
 %changelog

++ wavpack-fix_pk

commit vala for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2012-02-16 16:24:53

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


Package is "vala", Maintainer is "ma...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2012-01-06 
11:47:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2012-02-16 
16:24:56.0 +0100
@@ -1,0 +2,15 @@
+Fri Jan 27 07:47:12 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.15.1:
+  + Support arrays with nullable elements.
+  + Add  support to .gir reader and writer.
+  + Switch clutter-gtk-1.0 bindings to .gir.
+  + Switch gio-2.0 bindings to .gir.
+  + Add cogl-pango-1.0 bindings.
+  + Add gdl-3.0 bindings.
+  + Add libnl-3.0 bindings.
+  + Add packagekit-glib2 bindings.
+  + Add xtst bindings.
+  + Many bug fixes and binding updates.
+
+---

Old:

  vala-0.15.0.tar.xz

New:

  vala-0.15.1.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.Zlkelm/_old  2012-02-16 16:24:58.0 +0100
+++ /var/tmp/diff_new_pack.Zlkelm/_new  2012-02-16 16:24:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vala
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 Name:   vala
-Version:0.15.0
+Version:0.15.1
 Release:0
 %define vala_version 0.16
 %define vala_libversion 0_16
@@ -95,6 +95,7 @@
   --slave   %{_mandir}/man1/valac.1.gz   valac.1.gz   
%{_mandir}/man1/valac-%{vala_version}.1.gz \
   --slave   %{_mandir}/man1/vala-gen-introspect.1.gz vala-gen-introspect.1.gz 
%{_mandir}/man1/vala-gen-introspect-%{vala_version}.1.gz \
   --slave   %{_mandir}/man1/vapigen.1.gz vapigen.1.gz 
%{_mandir}/man1/vapigen-%{vala_version}.1.gz \
+  --slave   %{_datadir}/pkgconfig/vapigen.pc vapigen.pc   
%{_datadir}/pkgconfig/vapigen-%{vala_version}.pc
 
 %postun
 # Note: we don't use "$1 -eq 0", to avoid issues if the package gets renamed
@@ -117,6 +118,7 @@
 %ghost %{_mandir}/man1/valac.1*
 %ghost %{_mandir}/man1/vala-gen-introspect.1*
 %ghost %{_mandir}/man1/vapigen.1*
+%ghost %{_datadir}/pkgconfig/vapigen.pc
 %{_bindir}/vala-%{vala_version}
 %{_bindir}/valac-%{vala_version}
 %{_bindir}/vala-gen-introspect-%{vala_version}
@@ -126,6 +128,10 @@
 %{_mandir}/man1/vala-gen-introspect-%{vala_version}.1*
 %{_mandir}/man1/vapigen-%{vala_version}.1*
 %{_datadir}/aclocal/vala.m4
+%{_datadir}/aclocal/vapigen.m4
+%{_datadir}/pkgconfig/vapigen-%{vala_version}.pc
+%dir %{_datadir}/vala
+%{_datadir}/vala/Makefile.vapigen
 %{_datadir}/vala-%{vala_version}/
 %{_libdir}/vala-%{vala_version}/
 

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



commit vacuum-im for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package vacuum-im for openSUSE:Factory 
checked in at 2012-02-16 16:24:45

Comparing /work/SRC/openSUSE:Factory/vacuum-im (Old)
 and  /work/SRC/openSUSE:Factory/.vacuum-im.new (New)


Package is "vacuum-im", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/vacuum-im/vacuum-im.changes  2012-01-04 
07:32:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.vacuum-im.new/vacuum-im.changes 2012-02-16 
16:24:50.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:57:25 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ vacuum-im.spec ++
--- /var/tmp/diff_new_pack.ylbG1L/_old  2012-02-16 16:24:51.0 +0100
+++ /var/tmp/diff_new_pack.ylbG1L/_new  2012-02-16 16:24:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vacuum-im
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,18 +21,21 @@
 
 Name:   %{sname}-im
 Summary:Crossplatform Jabber client written on Qt
+License:GPL-3.0
+Group:  Productivity/Networking/Instant Messenger 
 Version:1.1.2
-Release:4
+Release:0
 %if 0%{?suse_version} < 1120
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %endif
-License:GPLv3
-Group:  Productivity/Networking/Instant Messenger 
 Source: %{sname}-%{version}.tar.bz2
 Url:http://www.vacuum-im.org/
 BuildRequires:  cmake >= 2.8
-BuildRequires:  libQtWebKit-devel libqt4-devel openssl-devel
-BuildRequires:  fdupes update-desktop-files
+BuildRequires:  fdupes
+BuildRequires:  libQtWebKit-devel
+BuildRequires:  libqt4-devel
+BuildRequires:  openssl-devel
+BuildRequires:  update-desktop-files
 Recommends: vacuum-im-plugins-spellchecker
 
 %description
@@ -45,7 +48,6 @@
 %package -n %{libname}
 
 Summary:Shared library libvacuumutils for Vacuum-IM
-License:GPL-3.0
 Group:  System/Libraries
 
 %description -n %{libname}
@@ -53,7 +55,6 @@
 
 %package devel
 Summary:Development Files for Vacuum-IM
-License:GPL-3.0
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
 Requires:   %{name} = %{version}
@@ -100,9 +101,6 @@
 
 %postun -n %{libname} -p /sbin/ldconfig
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc README AUTHORS CHANGELOG COPYING

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



commit v4l-utils for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package v4l-utils for openSUSE:Factory 
checked in at 2012-02-16 16:24:39

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


Package is "v4l-utils", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/v4l-utils/v4l-utils.changes  2011-11-21 
15:50:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.v4l-utils.new/v4l-utils.changes 2012-02-16 
16:24:42.0 +0100
@@ -1,0 +2,5 @@
+Sun Jan 29 00:56:38 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+
+---



Other differences:
--
++ v4l-utils.spec ++
--- /var/tmp/diff_new_pack.6qSdHv/_old  2012-02-16 16:24:43.0 +0100
+++ /var/tmp/diff_new_pack.6qSdHv/_new  2012-02-16 16:24:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package v4l-utils
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   v4l-utils
@@ -52,10 +51,6 @@
 Requires:   libv4l = %{version}
 Requires:   udev
 
-%define debug_package_requires libv4l1-0 = %{version}-%{release}
-%define debug_package_requires libv4l2-0 = %{version}-%{release}
-%define debug_package_requires libv4lconvert0 = %{version}-%{release}
-
 %description
 v4l-utils is a collection of various video4linux (V4L) and DVB utilities. The
 main v4l-utils package contains cx18-ctl, ir-keytable, ivtv-ctl, v4l2-ctl and
@@ -162,9 +157,6 @@
 %suse_update_desktop_file -N "QV4l2" -G "V4L2 Test Utility" -r qv4l2 Qt 
AudioVideo Video TV
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libv4l1-0 -p /sbin/ldconfig
 
 %postun -n libv4l1-0 -p /sbin/ldconfig

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



commit upower for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package upower for openSUSE:Factory checked 
in at 2012-02-16 16:24:34

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


Package is "upower", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/upower/upower.changes2012-01-11 
15:39:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.upower.new/upower.changes   2012-02-16 
16:24:35.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 15 11:50:30 UTC 2012 - vu...@opensuse.org
+
+- Move dbus xml interface files from devel subpackage to main
+  subpackage: those files might be needed at runtime.
+
+---



Other differences:
--
++ upower.spec ++
--- /var/tmp/diff_new_pack.7g1FTK/_old  2012-02-16 16:24:36.0 +0100
+++ /var/tmp/diff_new_pack.7g1FTK/_new  2012-02-16 16:24:36.0 +0100
@@ -118,10 +118,18 @@
 %dir %{_libexecdir}/upower
 %{_libexecdir}/upower/upowerd
 /lib/udev/rules.d/*.rules
-%config %{_sysconfdir}/dbus-1/system.d/*.conf
-%{_datadir}/dbus-1/system-services/*.service
-%{_datadir}/polkit-1/actions/org.freedesktop.upower*.policy
-%doc %{_mandir}/man?/*.*
+%config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.UPower.conf
+%{_datadir}/dbus-1/interfaces/org.freedesktop.UPower.xml
+%{_datadir}/dbus-1/interfaces/org.freedesktop.UPower.Device.xml
+%{_datadir}/dbus-1/interfaces/org.freedesktop.UPower.KbdBacklight.xml
+%{_datadir}/dbus-1/interfaces/org.freedesktop.UPower.QoS.xml
+%{_datadir}/dbus-1/interfaces/org.freedesktop.UPower.Wakeups.xml
+%{_datadir}/dbus-1/system-services/org.freedesktop.UPower.service
+%{_datadir}/polkit-1/actions/org.freedesktop.upower.policy
+%{_datadir}/polkit-1/actions/org.freedesktop.upower.qos.policy
+%doc %{_mandir}/man1/upower.1%{?ext_man}
+%doc %{_mandir}/man7/UPower.7%{?ext_man}
+%doc %{_mandir}/man8/upowerd.8%{?ext_man}
 %dir %{_localstatedir}/lib/upower
 
 %files -n libupower-glib1
@@ -134,7 +142,6 @@
 
 %files -n libupower-glib-devel
 %defattr(-,root,root,-)
-%{_datadir}/dbus-1/interfaces/*.xml
 %doc %{_datadir}/gtk-doc/html/UPower/
 %{_includedir}/libupower-glib/
 %{_libdir}/pkgconfig/upower-glib.pc


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



commit udisks for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package udisks for openSUSE:Factory checked 
in at 2012-02-16 16:24:26

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


Package is "udisks", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/udisks/udisks.changes2011-09-23 
12:49:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.udisks.new/udisks.changes   2012-02-16 
16:24:28.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 15 11:52:05 UTC 2012 - vu...@opensuse.org
+
+- Move dbus xml interface files from devel subpackage to main
+  subpackage: those files might be needed at runtime.
+
+---



Other differences:
--
++ udisks.spec ++
--- /var/tmp/diff_new_pack.LrPsmP/_old  2012-02-16 16:24:29.0 +0100
+++ /var/tmp/diff_new_pack.LrPsmP/_new  2012-02-16 16:24:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package udisks
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   udisks
 Version:1.0.4
-Release:1
-License:GPL-2.0+
+Release:0
 Summary:Disk Management Service
-Url:http://cgit.freedesktop.org/udisks/
+License:GPL-2.0+
 Group:  System/Daemons
+Url:http://cgit.freedesktop.org/udisks/
 Source: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
 # Need this one until bnc#504064 has been resolved -- mbo...@suse.de
 Source2:umount.udisks
@@ -57,7 +55,6 @@
 for managing disks and storage devices.
 
 %package devel
-License:GPL-2.0+
 Summary:Disk Management Service - Development Files
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
@@ -106,18 +103,25 @@
 %{_prefix}/lib/udisks
 %attr(0755,root,root) /sbin/umount.udisks
 %{_sbindir}/umount.udisks
-%{_datadir}/polkit-1/actions/*.policy
-%{_datadir}/dbus-1/system-services/*.service
-%{_sysconfdir}/dbus-1/system.d/*.conf
-%attr(0644,root,root) %{_sysconfdir}/profile.d/udisks-bash-completion.sh
+%{_datadir}/polkit-1/actions/org.freedesktop.udisks.policy
+%{_datadir}/dbus-1/interfaces/org.freedesktop.UDisks.xml
+%{_datadir}/dbus-1/interfaces/org.freedesktop.UDisks.Adapter.xml
+%{_datadir}/dbus-1/interfaces/org.freedesktop.UDisks.Device.xml
+%{_datadir}/dbus-1/interfaces/org.freedesktop.UDisks.Expander.xml
+%{_datadir}/dbus-1/interfaces/org.freedesktop.UDisks.Port.xml
+%{_datadir}/dbus-1/system-services/org.freedesktop.UDisks.service
 %{_sysconfdir}/avahi/services/udisks.service
-%doc %{_mandir}/man?/*.*
+%{_sysconfdir}/dbus-1/system.d/org.freedesktop.UDisks.conf
+%attr(0644,root,root) %{_sysconfdir}/profile.d/udisks-bash-completion.sh
+%doc %{_mandir}/man1/udisks-tcp-bridge.1%{?ext_man}
+%doc %{_mandir}/man1/udisks.1%{?ext_man}
+%doc %{_mandir}/man7/udisks.7%{?ext_man}
+%doc %{_mandir}/man8/udisks-daemon.8%{?ext_man}
 %attr(0770,root,root) %dir %{_localstatedir}/lib/udisks
 
 %files devel
 %defattr(-,root,root,-)
 %{_datadir}/pkgconfig/udisks.pc
-%doc %{_datadir}/gtk-doc/html/udisks
-%{_datadir}/dbus-1/interfaces/*.xml
+%doc %{_datadir}/gtk-doc/html/udisks/
 
 %changelog

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



commit translation-update-upstream for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package translation-update-upstream for 
openSUSE:Factory checked in at 2012-02-16 16:24:21

Comparing /work/SRC/openSUSE:Factory/translation-update-upstream (Old)
 and  /work/SRC/openSUSE:Factory/.translation-update-upstream.new (New)


Package is "translation-update-upstream", Maintainer is "sbra...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/translation-update-upstream/translation-update-upstream.changes
  2011-10-16 13:04:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.translation-update-upstream.new/translation-update-upstream.changes
 2012-02-16 16:24:23.0 +0100
@@ -1,0 +2,11 @@
+Mon Feb 13 10:57:09 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Tue Oct 18 19:07:52 CEST 2011 - sbra...@suse.cz
+
+- Supplementary scripts improvement:
+  * Fixed partial mandatory update.
+
+---



Other differences:
--
++ translation-update-upstream.spec ++
--- /var/tmp/diff_new_pack.xkCg3E/_old  2012-02-16 16:24:24.0 +0100
+++ /var/tmp/diff_new_pack.xkCg3E/_new  2012-02-16 16:24:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package translation-update-upstream
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   translation-update-upstream
-License:GPLv2+
-Group:  System/Localization
 Version:20111013
-Release:3
+Release:0
 Summary:Tool for Translation Update from Upstream
+License:GPL-2.0+
+Group:  System/Localization
 # Ignore cracklib, as it causes build loop cracklib <-> 
translation-update-upstream
 #!BuildIgnore: cracklib libcrack2
 Provides:   translation-update-tool

++ upstream-collect.sh ++
--- /var/tmp/diff_new_pack.xkCg3E/_old  2012-02-16 16:24:25.0 +0100
+++ /var/tmp/diff_new_pack.xkCg3E/_new  2012-02-16 16:24:25.0 +0100
@@ -145,6 +145,28 @@
let SNAPSHOT_PART2++
 fi
 SNAPSHOT=$SNAPSHOT_PART1.$SNAPSHOT_PART2
+
+for ARCHIVE_ in translation-update-mandatory-*.tar.bz2 ; do
+   ARCHIVE=$ARCHIVE_
+done
+if ! test -f STAMPS/UPDATE_old_mtarball ; then
+   cd UPDATE
+   tar -jxf ../$ARCHIVE
+   # If it is not a full process, increment only release
+   # SNAPSHOT 20090213 -> 20090213.1, 20090213.1 -> 20090213.2
+   cd ..
+   touch STAMPS/UPDATE_old_mtarball
+fi
+MSNAPSHOT=${ARCHIVE#translation-update-mandatory-}
+MSNAPSHOT=${MSNAPSHOT%.tar.bz2}
+SNAPSHOT_PART1=${MSNAPSHOT%.*}
+SNAPSHOT_PART2=${MSNAPSHOT#*.}
+if test "$SNAPSHOT_PART1" = "$MSNAPSHOT" ; then
+   SNAPSHOT_PART2=1
+else
+   let SNAPSHOT_PART2++
+fi
+MSNAPSHOT=$SNAPSHOT_PART1.$SNAPSHOT_PART2
 fi
 
 SERIAL=0
@@ -602,10 +624,10 @@
 if $COLLECT_UPSTREAM ; then
cd $WORK_DIR/UPDATE
if test -d po ; then
-   tar -j -c -f 
$WORK_DIR/translation-update-upstream-$SNAPSHOT.tar.bz2 po
+   tar -j -c -f 
$WORK_DIR/translation-update-upstream-$MSNAPSHOT.tar.bz2 po
fi
if test -d po-mandatory ; then
-   tar -j -c -f 
$WORK_DIR/translation-update-mandatory-$SNAPSHOT.tar.bz2 po-mandatory
+   tar -j -c -f 
$WORK_DIR/translation-update-mandatory-$MSNAPSHOT.tar.bz2 po-mandatory
fi
 fi
 

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



commit tk for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package tk for openSUSE:Factory checked in 
at 2012-02-16 16:24:10

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


Package is "tk", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/tk/tk.changes2011-09-23 12:48:16.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tk.new/tk.changes   2012-02-16 
16:24:15.0 +0100
@@ -1,0 +2,20 @@
+Mon Feb 13 10:56:56 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Tue Nov  8 17:32:59 UTC 2011 - m...@suse.com
+
+- New patchlevel release 8.5.11:
+  * [3341056] new crash in unset traces
+  * [3314770] restore file dialog resizeability
+  * [3404541] -takefocus option
+  * [TIP 382] -confirmoverwrite on save dialog
+  * [3410609] AltGr keysyms on Swiss keyboard
+  * [3431491] improved "pixels" shimmer logic
+- Add a manpage for wish8.5 by symlinking to the wish manpage.
+- Remove unneeded %clean section and norootforbuild comment.
+- Add tk-upstream-fixes.patch with fixes for manpage bugs and
+  a missing x-bit in the demo section.
+
+---

Old:

  tk8.5.10-src.tar.bz2

New:

  tk-upstream-fixes.patch
  tk8.5.11-src.tar.gz



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.C10bgy/_old  2012-02-16 16:24:17.0 +0100
+++ /var/tmp/diff_new_pack.C10bgy/_new  2012-02-16 16:24:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tk
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,32 +15,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   tk
-BuildRequires:  tcl-devel xorg-x11-devel
+BuildRequires:  tcl-devel
+BuildRequires:  xorg-x11-devel
 Url:http://www.tcl.tk
-Version:8.5.10
-Release:1
+Version:8.5.11
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Graphical User Interface Toolkit for Tcl
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Group:  Development/Languages/Tcl
-AutoReqProv:on
 # bug437293
 %ifarch ppc64
 Obsoletes:  tk-64bit
 %endif
 #
 Summary:Graphical User Interface Toolkit for Tcl
+Group:  Development/Languages/Tcl
 Provides:   wish wish8.4
 Requires:   tcl >= %version
 PreReq: /bin/rm
-Source0:%name%{version}-src.tar.bz2
+Source0:%name%{version}-src.tar.gz
 Source1:tk-rpmlintrc
 Source2:baselibs.conf
 Patch0: %name.patch
+Patch1: tk-upstream-fixes.patch
 
 %description
 Tk is a graphical user interface toolkit that takes developing desktop
@@ -56,9 +56,8 @@
 The Tcl Core Team 
 
 %package devel
-Group:  Development/Libraries/Tcl
-License:BSD3c(or similar)
 Summary:Header Files and C API Documentation for Tk
+Group:  Development/Libraries/Tcl
 Requires:   tk = %version
 Requires:   tcl-devel
 Requires:   xorg-x11-libX11-devel
@@ -88,6 +87,7 @@
 %prep
 %setup -q -n %name%version
 %patch0
+%patch1
 
 %build
 cd unix
@@ -110,9 +110,8 @@
TK_LIBRARY="%scriptdir" \
TK_PKG_DIR="tcl/tk%TK_MINOR"
 ln -sf wish%TK_MINOR %buildroot%_prefix/bin/wish
+ln -sf wish%TK_MINOR.n.gz %buildroot%_mandir/mann/wish.n.gz
 
-%clean
-rm -rf %buildroot
 %if %_lib == lib64
 
 %post

++ tk-upstream-fixes.patch ++
Index: ChangeLog
===
--- ChangeLog
+++ ChangeLog
@@ -1,5 +1,15 @@
+2011-11-08  Reinhard Max  
+
+   * unix/Makefile.in: Add square to DEMOPROGS. It contains a shebang
+   and hence should get installed with executable bits.
+
+   * doc/label.n: Fix the escaping of leading dots in lines that
+   * doc/text.n:  start with a widget name, so that nroff
+   * doc/ttk_notebook.n:  doesn't mistake it as a non-existing macro
+   * doc/pack.n:  and skips the entire line.
+
 2011-11-04  Don Porter  
 
*** 8.5.11 TAGGED FOR RELEASE ***
 
* generic/tk.h: Bump to 8.5.11 for release.

Index: doc/label.n
===
--- doc/label.n
+++ doc/label.n
@@ -110,11 +110,11 @@
 \fBlabel\fR .t \-text "This widget is at the top"\-bg red
 \fBlabel\fR .b \-text "This widget is

commit systemd for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2012-02-16 16:24:03

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


Package is "systemd", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-gtk.changes  2012-02-10 
17:20:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-gtk.changes 2012-02-16 
16:24:06.0 +0100
@@ -1,0 +2,39 @@
+Mon Feb 13 12:11:17 UTC 2012 - fcro...@suse.com
+
+- Update to version 42:
+  + Various bug fixes
+  + Watchdog support for supervising services is now usable
+  + Service start rate limiting is now configurable and can be
+turned off per service.
+  + New CanReboot(), CanPowerOff() bus calls in systemd-logind
+- Dropped fix-kmod-build.patch, fix-message-after-chkconfig.patch,
+  is-enabled-non-existing-service.patch (merged upstream)
+- Add libxslt1 / docbook-xsl-stylesheets as BuildRequires for
+  manpage generation
+
+---
+Thu Feb  9 16:19:38 UTC 2012 - fcro...@suse.com
+
+- Update to version 41:
+  + systemd binary is now installed in /lib/systemd (symlink for
+  /bin/systemd is available now)
+  + kernel modules are now loaded through libkmod
+  + Watchdog support is now useful (not complete)
+  + new kernel command line available to set system wide
+environment variable: systemd.setenv
+  + journald capabilities set is now limited
+  + SIGPIPE is ignored by default. This can be disabled with
+IgnoreSIGPIPE=no in unit files.
+- Add fix-kmod-build.patch: fix build with libkmod
+- Drop remote-fs-after-network.patch (merged upstream)
+- Add dm-lvm-after-local-fs-pre-target.patch: ensure md / lvm
+  /dmraid is started before mounting partitions, if fsck was
+  disabled for them (bnc#733283).
+- Update lsb-header patch to correctly disable heuristic if
+  X-Systemd-RemainAfterExit is specified (whatever its value)
+- Add fix-message-after-chkconfig.patch: don't complain if only
+  sysv services are called in systemctl.
+- Add is-enabled-non-existing-service.patch: fix error message when
+  running is-enabled on non-existing service.
+
+---
systemd.changes: same change

Old:

  remote-fs-after-network.patch
  systemd-40.tar.xz

New:

  dm-lvm-after-local-fs-pre-target.patch
  systemd-42.tar.xz



Other differences:
--
++ systemd-gtk.spec ++
--- /var/tmp/diff_new_pack.LlMnZY/_old  2012-02-16 16:24:08.0 +0100
+++ /var/tmp/diff_new_pack.LlMnZY/_new  2012-02-16 16:24:08.0 +0100
@@ -16,10 +16,9 @@
 #
 
 
-
 Name:   systemd-gtk
 Url:http://www.freedesktop.org/wiki/Software/systemd
-Version:40
+Version:42
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  audit-devel

++ systemd.spec ++
--- /var/tmp/diff_new_pack.LlMnZY/_old  2012-02-16 16:24:08.0 +0100
+++ /var/tmp/diff_new_pack.LlMnZY/_new  2012-02-16 16:24:08.0 +0100
@@ -22,7 +22,7 @@
 
 Name:   systemd
 Url:http://www.freedesktop.org/wiki/Software/systemd
-Version:40
+Version:42
 Release:0
 Summary:A System and Session Manager
 License:GPL-2.0+
@@ -30,16 +30,19 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  audit-devel
 BuildRequires:  dbus-1-devel
+BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  gperf
 BuildRequires:  intltool
 BuildRequires:  libacl-devel
 BuildRequires:  libcap-devel
 BuildRequires:  libcryptsetup-devel
+BuildRequires:  libkmod-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  libsepol-devel
 BuildRequires:  libtool
 BuildRequires:  libudev-devel
+BuildRequires:  libxslt1
 BuildRequires:  pam-devel
 BuildRequires:  pkg-config
 BuildRequires:  tcpd-devel
@@ -84,13 +87,13 @@
 Patch31:lock-opensuse.patch
 Patch33:crypt-loop-file.patch
 Patch36:sysctl-modules.patch
+Patch38:dm-lvm-after-local-fs-pre-target.patch
 
 # Upstream First - Policy:
 # Never add any patches to this package without the upstream commit id
 # in the patch. Any patches added here without a very good reason to make
 # an exception will be silently removed with the next version update.
 Patch21:no-tmpfs-fsck.patch
-Patch37:remote-fs-after-network.patch
 
 %description
 Systemd is a system and service manager, compatible with SysV and LSB
@@ -151,7 +154,7 @@
 %patch31 -p1
 %patch33 -p1
 %patch36 -p1
-%patch37 -p1
+%patch38 -p1
 
 %build
 autoreconf -fiv
@@ -164,6 +167,7 @@
   --docdir=%{_docdir}/systemd \
  

commit sendmail for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package sendmail for openSUSE:Factory 
checked in at 2012-02-16 16:23:43

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


Package is "sendmail", Maintainer is "wer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/sendmail/sendmail.changes2011-11-21 
15:50:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.sendmail.new/sendmail.changes   2012-02-16 
16:23:47.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb  9 13:31:50 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-Sendmail
+  SUSE- proprietary prefix added until Sendmail is accepted as valid SPDX
+  license at http://www.spdx.org/licenses
+
+---
--- /work/SRC/openSUSE:Factory/sendmail/uucp.changes2012-01-20 
22:07:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.sendmail.new/uucp.changes   2012-02-16 
16:23:47.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 24 17:17:07 UTC 2012 - wer...@suse.de
+
+- Use -fPIE due bnc#743147
+
+---



Other differences:
--
++ sendmail.spec ++
--- /var/tmp/diff_new_pack.oOWYKE/_old  2012-02-16 16:23:49.0 +0100
+++ /var/tmp/diff_new_pack.oOWYKE/_new  2012-02-16 16:23:49.0 +0100
@@ -25,7 +25,7 @@
 %endif
 Url:http://www.sendmail.org/
 %define SUBDIRS libsmutil libsmdb sendmail mail.local mailstats 
makemap praliases rmail smrsh libmilter libsm editmap
-License:PERMISSIVE-OSI-COMPLIANT
+License:SUSE-Sendmail
 Group:  Productivity/Networking/Email/Servers
 PreReq: %fillup_prereq %insserv_prereq
 PreReq: /bin/mv /bin/rm /bin/sed
@@ -80,7 +80,7 @@
 
 %package -n sendmail-devel
 Summary:BSD Sendmail Development Kit
-License:PERMISSIVE-OSI-COMPLIANT
+License:SUSE-Sendmail
 Group:  Development/Libraries/Other
 AutoReqProv:on
 
@@ -100,7 +100,7 @@
 Version:8.14.3
 Release:63
 Summary:Rmail of the BSD Sendmail
-License:PERMISSIVE-OSI-COMPLIANT
+License:SUSE-Sendmail
 Group:  Productivity/Networking/Email/Servers
 AutoReqProv:on
 

++ uucp.spec ++
--- /var/tmp/diff_new_pack.oOWYKE/_old  2012-02-16 16:23:49.0 +0100
+++ /var/tmp/diff_new_pack.oOWYKE/_new  2012-02-16 16:23:49.0 +0100
@@ -74,7 +74,7 @@
 %build
 #
 ID=$(id -u)
-RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing"
+RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing -fPIE"
 #
 autoreconf
 CFLAGS="-Wall ${RPM_OPT_FLAGS} -pipe -D_GNU_SOURCE" \


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



commit rubygems for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygems for openSUSE:Factory 
checked in at 2012-02-16 16:23:37

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


Package is "rubygems", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygems/rubygems.changes2011-09-23 
12:45:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygems.new/rubygems.changes   2012-02-16 
16:23:40.0 +0100
@@ -1,0 +2,47 @@
+Tue Jan 24 11:09:36 UTC 2012 - mrueck...@suse.de
+
+- update to 1.8.15
+  see /usr/share/doc/packages/rubygems/History.txt for details
+- re-rolled the buildroot patch:
+  old: rubygems-1.5.0_buildroot.patch
+  new: rubygems-1.8.15_buildroot.patch
+- drop f379d5bace68b10622d01059a2d3b4caca4dd5a8.patch: included
+  upstream
+- make sure the hash_value too big patch is also included in the
+  src rpm on newer distributions
+
+---
+Wed Dec 14 19:54:53 UTC 2011 - jreidin...@suse.com
+
+- move tests to own subpackage. It is not user documentation 
+
+---
+Wed Mar 30 18:47:43 UTC 2011 - kkae...@novell.com
+
+- fix "bignum too big to convert into long'" error with SLES
+  and openSUSE 11.2 ruby
+  (see http://revision-zero.org/history-of-a-bug)
+
+---
+Thu Feb 24 10:52:42 UTC 2011 - mrueck...@suse.de
+
+- added patch f379d5bace68b10622d01059a2d3b4caca4dd5a8.patch:
+  dont silently ignore errors from building documentation.
+
+---
+Fri Feb 11 16:44:01 UTC 2011 - mrueck...@suse.de
+
+- update to version 1.5.2
+  * Fixed gem update --system.  RubyGems can now update
+itself again.
+- update to version 1.5.1
+  * Added ability to do gem update --system X.Y.Z.
+  * Scrub !!null YAML from 1.9.2 (install and build).
+  * Added missing requires for user_interaction.
+  * Wrote option processing tests for gem update.
+  * Updated upgrading doco for new gem update --system option.
+  * Fixed SilentUI for cygwin; try /dev/null first then fall back
+to NUL.
+  * RubyGems now enforces ruby 1.8.7 or newer.
+
+---

Old:

  rubygems-1.5.0.tar.bz2
  rubygems-1.5.0_buildroot.patch

New:

  hashvalue_too_big.patch
  rubygems-1.8.15.tar.bz2
  rubygems-1.8.15_buildroot.patch



Other differences:
--
++ rubygems.spec ++
--- /var/tmp/diff_new_pack.tPLM4X/_old  2012-02-16 16:23:40.0 +0100
+++ /var/tmp/diff_new_pack.tPLM4X/_new  2012-02-16 16:23:40.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   rubygems
-Version:1.5.0
+Version:1.8.15
 Release:1
 #
 License:Other uncritical OpenSource License
@@ -36,16 +36,30 @@
 Source1:gem_build_cleanup
 Source2:rubygems-rpmlintrc
 Source3:rubygems.macros
-Patch:  rubygems-1.5.0_buildroot.patch
+Patch:  rubygems-1.8.15_buildroot.patch
+# SLES and openSUSE 11.2 have ruby 1.8.7p72 and some gems fail to build
+# see http://revision-zero.org/history-of-a-bug
+Patch2: hashvalue_too_big.patch
 Summary:The Ruby standard for publishing and managing third party 
libraries
 
 %description
 RubyGems is the Ruby standard for publishing and managing third party
 libraries.
 
+%package testsuite
+Summary:Test suite for rubygems. Useful mainly for developers
+Group:  Development/Languages/Ruby
+Requires:   %{name} = %{version}
+
+%description testsuite
+Tests for rubygems. Useful for developers to check changes againts testsuite.
+
 %prep
 %setup -n %{name}-%{version}
 %patch
+#if 0%{?suse_version} < 1130
+%patch2
+#endif
 
 %build
 
@@ -68,8 +82,7 @@
 %files
 %defattr(-,root,root)
 %config(noreplace) /etc/rpm/macros.rubygems
-%doc ChangeLog GPL.txt LICENSE.txt README.rdoc History.txt
-%doc test/ pkgs/
+%doc LICENSE.txt README.rdoc History.txt
 %{_bindir}/gem_build_cleanup
 %{_bindir}/gem
 %dir %{_libdir}/ruby/vendor_ruby/%{rb_ver}/rbconfig/
@@ -83,4 +96,8 @@
 %dir %{_libdir}/ruby/gems/%{rb_ver}/gems/
 %dir %{_libdir}/ruby/gems/%{rb_ver}/specifications/
 
+%files testsuite
+%defattr(-,root,root)
+%doc test
+
 %changelog

++ hashvalue_too_big.patch ++
diff -wruN -x '*~' ../orig-rubygems-1.5.2/lib/rubygems/requirement.rb 
./lib/rubygems/requirement.rb
--- ../orig-rubygems-1.5.2/lib/rubygems/requirement.rb  2011-01-21 
22:51:37.0 +0100
+++ ./lib/rubygems/requirement.rb   2011-03-30 20:26:47.0 +0200
@@ -106,7 +106,7 @@
   end
 
   def hash # :nodoc:
-requirements.hash
+requir

commit rubygem-rake for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake for openSUSE:Factory 
checked in at 2012-02-16 16:23:28

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


Package is "rubygem-rake", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rake/rubygem-rake.changes
2011-09-23 12:45:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rake.new/rubygem-rake.changes   
2012-02-16 16:23:30.0 +0100
@@ -1,0 +2,44 @@
+Fri Jul 22 08:34:54 UTC 2011 - fcaste...@novell.com
+
+-  update to 0.9.2
+  * Added deprecation warnings to the Rake DSL methods.
+  * *Incompatible* *change*: Rake DSL commands ('task', 'file', etc.)  are
+no longer private methods in Object.  If you need to call 'task :xzy' 
inside
+your class, include Rake::DSL into the class.  The DSL is still available 
at
+the top level scope (via the top level object which extends Rake::DSL).
+  * Rake now warns when the deprecated :needs syntax used.
+  * Rake history is now UTF-8 encoded.
+  * Rake now uses case-insensitive comparisons to find the Rakefile on Windows.
+Based on patch by Roger Pack.
+  * Rake now requires (instead of loads) files in the test task.  Patch by 
Cezary
+Baginski.
+  * Fixed typos.  Patches by Sean Scot August Moon and R.T. Lechow.
+  * Rake now prints the Rakefile directory only when it's different from the
+current directory.  Patch by Alex Chaffee.
+  * Improved rakefile_location discovery on Windows.  Patch by James Tucker.
+  * Rake now recognizes "Windows Server" as a windows system.  Patch by 
Matthias
+Lüdtke
+  * Rake::RDocTask is deprecated.  Use RDoc::Task from RDoc 2.4.2+ (require
+'rdoc/task')
+  * Rake::GemPackageTask is deprecated.  Use Gem::PackageTask (require
+'rubygems/package_task')
+  * Rake now outputs various messages to $stderr instead of $stdout.
+  * Rake no longer emits warnings for Config.  Patch by Santiago Pastorino.
+  * Split rake.rb into individual files.
+  * Support for the --where (-W) flag for showing where a task is defined.
+  * Fixed quoting in test task.
+(http://onestepback.org/redmine/issues/show/44,
+http://www.pivotaltracker.com/story/show/1223138)
+  * Fixed the silent option parsing problem.
+(http://onestepback.org/redmine/issues/show/47)
+  * Fixed :verbose=>false flag on sh and ruby commands.
+  * Rake command line options may be given by default in a RAKEOPT
+environment variable.
+  * Errors in Rake will now display the task invocation chain in effect
+at the time of the error.
+  * Accepted change by warnickr to not expand test patterns in shell
+(allowing more files in the test suite).
+  * Fixed that file tasks did not perform prereq lookups in scope
+(Redmine #57).
+
+---

Old:

  rake-0.8.7.gem

New:

  rake-0.9.2.gem



Other differences:
--
++ rubygem-rake.spec ++
--- /var/tmp/diff_new_pack.tjsAXu/_old  2012-02-16 16:23:31.0 +0100
+++ /var/tmp/diff_new_pack.tjsAXu/_new  2012-02-16 16:23:31.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-rake (Version 0.8.7)
+# spec file for package rubygem-rake
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,55 +16,44 @@
 #
 
 # norootforbuild
-
-
 Name:   rubygem-rake
-Version:0.8.7
-Release:3
+Version:0.9.2
+Release:0
 %define mod_name rake
+%define mod_full_name %{mod_name}-%{version}
 #
-License:MIT
 Group:  Development/Languages/Ruby
+License:MIT
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
 #
-Url:http://rake.rubyforge.org/
-#   http://rubyforge.org/projects/rake/
-Source: http://rubyforge.org/frs/download.php/56871/rake-0.8.7.gem
+Url:http://rake.rubyforge.org
+Source: %{mod_full_name}.gem
 #
-Summary:Ruby Make
-
+Summary:Ruby based make-like utility
 %description
-This package contains Rake, a simple ruby build program with
-capabilities similar to make.
-
-Rake has the following features:
-
-* Rakefiles (rake's version of Makefiles) are completely defined in
-   standard Ruby syntax.  No XML files to edit.  No quirky Makefile
-   syntax to worry about (is that a tab or a space?)
-
-* Users can specify tasks with prerequisites.
-
-

commit rubygem-rails for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rails for openSUSE:Factory 
checked in at 2012-02-16 16:23:22

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


Package is "rubygem-rails", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rails/rubygem-rails.changes  
2011-12-02 09:28:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rails.new/rubygem-rails.changes 
2012-02-16 16:23:24.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:55:05 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ rubygem-rails.spec ++
--- /var/tmp/diff_new_pack.dmtKdn/_old  2012-02-16 16:23:25.0 +0100
+++ /var/tmp/diff_new_pack.dmtKdn/_new  2012-02-16 16:23:25.0 +0100
@@ -24,7 +24,7 @@
 %define mod_name rails
 #
 Group:  Development/Languages/Ruby
-License:MIT License (or similar)
+License:MIT
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

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



commit rubygem-gettext for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gettext for openSUSE:Factory 
checked in at 2012-02-16 16:23:19

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


Package is "rubygem-gettext", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-gettext/rubygem-gettext.changes  
2011-09-23 12:44:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-gettext.new/rubygem-gettext.changes 
2012-02-16 16:23:20.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:54:52 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ rubygem-gettext.spec ++
--- /var/tmp/diff_new_pack.BQeljm/_old  2012-02-16 16:23:21.0 +0100
+++ /var/tmp/diff_new_pack.BQeljm/_new  2012-02-16 16:23:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-gettext (Version 2.1.0)
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,13 @@
 #
 
 # norootforbuild
-
-
 Name:   rubygem-gettext
 Version:2.1.0
-Release:1
+Release:0
 %define mod_name gettext
 #
 Group:  Development/Languages/Ruby
-License:GPLv2+ or Ruby
+License:GPL-2.0+ or Ruby
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
@@ -38,14 +36,12 @@
 Source: %{mod_name}-%{version}.gem
 #
 Summary:Ruby-GetText-Package is a libary and tools to localize messages
-
 %description
 Ruby-GetText-Package is a GNU GetText-like program for Ruby.
 The catalog file(po-file) is same format with GNU GetText.
 So you can use GNU GetText tools for maintaining.
 
 %package testsuite
-License:GPLv2+ or Ruby
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
 Summary:Testsuite for Ruby-GetText-Package
@@ -54,7 +50,6 @@
 The package contain complete testsuite for rubygem-gettext.
 
 %package doc
-License:GPLv2+ or Ruby
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
 Summary:Documentation for Ruby-GetText-Package
@@ -63,9 +58,7 @@
 The package contain complete documentation for rubygem-gettext.
 
 %prep
-
 %build
-
 %install
 %gem_install %{S:0}
 

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



commit rubygem-fastthread for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-fastthread for 
openSUSE:Factory checked in at 2012-02-16 16:23:14

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


Package is "rubygem-fastthread", Maintainer is "jmassaguer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fastthread/rubygem-fastthread.changes
2011-09-23 12:44:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-fastthread.new/rubygem-fastthread.changes   
2012-02-16 16:23:19.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:54:48 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ rubygem-fastthread.spec ++
--- /var/tmp/diff_new_pack.TkHiGC/_old  2012-02-16 16:23:19.0 +0100
+++ /var/tmp/diff_new_pack.TkHiGC/_new  2012-02-16 16:23:19.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-fastthread
+# spec file for package rubygem-fastthread (Version 1.0.7)
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,13 @@
 #
 
 # norootforbuild
-
-
 Name:   rubygem-fastthread
 Version:1.0.7
-Release:1
+Release:0
 %define mod_name fastthread
 #
 Group:  Development/Languages/Ruby
-License:GPLv2+ or Ruby
+License:GPL-2.0+ or Ruby
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
@@ -34,14 +32,11 @@
 Source: %{mod_name}-%{version}.gem
 #
 Summary:Optimized replacement for thread.rb primitives
-
 %description
 Optimized replacement for thread.rb primitives
 
 %prep
-
 %build
-
 %install
 %gem_install %{S:0}
 %gem_cleanup


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



commit rubygem-daemon_controller for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-daemon_controller for 
openSUSE:Factory checked in at 2012-02-16 16:23:11

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


Package is "rubygem-daemon_controller", Maintainer is "jsr...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-daemon_controller/rubygem-daemon_controller.changes
  2011-09-23 12:44:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-daemon_controller.new/rubygem-daemon_controller.changes
 2012-02-16 16:23:14.0 +0100
@@ -1,0 +2,5 @@
+Sat Feb 11 09:27:38 UTC 2012 - co...@suse.com
+
+- small cleanup of spec file
+
+---



Other differences:
--
++ rubygem-daemon_controller.spec ++
--- /var/tmp/diff_new_pack.7Xdd1L/_old  2012-02-16 16:23:18.0 +0100
+++ /var/tmp/diff_new_pack.7Xdd1L/_new  2012-02-16 16:23:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-daemon_controller
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,12 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   rubygem-daemon_controller
 Version:0.2.5
-Release:1
+Release:0
 %define mod_name daemon_controller
 #
 Group:  Development/Languages/Ruby
@@ -34,20 +31,14 @@
 Source: %{mod_name}-%{version}.gem
 #
 Summary:A library for implementing daemon management capabilities
-
 %description
 A library for robust daemon management.
 
 %prep
-
 %build
-
 %install
 %gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem


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



commit rubygem-activerecord for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activerecord for 
openSUSE:Factory checked in at 2012-02-16 16:23:06

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


Package is "rubygem-activerecord", Maintainer is "mrueck...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activerecord/rubygem-activerecord.changes
2011-12-02 09:28:23.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activerecord.new/rubygem-activerecord.changes
   2012-02-16 16:23:10.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:54:40 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ rubygem-activerecord.spec ++
--- /var/tmp/diff_new_pack.RmfjF9/_old  2012-02-16 16:23:11.0 +0100
+++ /var/tmp/diff_new_pack.RmfjF9/_new  2012-02-16 16:23:11.0 +0100
@@ -24,7 +24,7 @@
 %define mod_name activerecord
 #
 Group:  Development/Languages/Ruby
-License:MIT License (or similar)
+License:MIT
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

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



commit pm-utils for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package pm-utils for openSUSE:Factory 
checked in at 2012-02-16 16:22:57

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


Package is "pm-utils", Maintainer is "mvysko...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/pm-utils/pm-utils.changes2011-09-23 
12:41:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.pm-utils.new/pm-utils.changes   2012-02-16 
16:23:03.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 14 17:45:32 UTC 2012 - crrodrig...@opensuse.org
+
+- Remove init script, obsoleted by opensuse-kernel commit 
+  6efe9b5949513b33987e51400da8c75e7225970d
+
+---

Old:

  rc.cpufreq



Other differences:
--
++ pm-utils.spec ++
--- /var/tmp/diff_new_pack.GHZm6p/_old  2012-02-16 16:23:05.0 +0100
+++ /var/tmp/diff_new_pack.GHZm6p/_new  2012-02-16 16:23:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pm-utils
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define pm_libdir %{_prefix}/lib/%{name}/
 %define pm_quirkdbdir %{pm_libdir}/video-quirks
@@ -23,7 +22,7 @@
 
 Name:   pm-utils
 Version:1.4.1
-Release:9
+Release:0
 Summary:Tools to suspend and hibernate computers
 License:GPL-2.0+
 Group:  System/Base
@@ -32,7 +31,6 @@
 # http://gitorious.org/opensuse/pm-utils-suse
 Source1:pm-utils-suse-c4a2acedc2a25d61c7a82f050a2d98d2690ed16d.tar.bz2
 Source2:
http://pm-utils.freedesktop.org/releases/pm-quirks-20100316.tar.bz2
-Source3:rc.cpufreq
 #PATCH-FIX-OPENSUSE: fixes a dbus-send call
 Patch0: pm-utils-1.2.6.1-fix-broken-dbus-send.diff
 #PATCH-FIX-OPENSUSE: make the uswsusp module default on SUSE and port the 
"smart" behavior
@@ -73,7 +71,6 @@
 Richard Hughes 
 
 %package ndiswrapper
-License:GPL-2.0+
 Summary:The pm-utils hook for ndiswrapper
 Group:  System/Base
 Supplements:ndiswrapper
@@ -126,36 +123,15 @@
 # no arch-specific data, we put it in datadir.
 %{__install} -d -m 0755 %{buildroot}%{_datadir}/pkgconfig
 mv %{buildroot}%{_prefix}/lib/pkgconfig/%{name}.pc 
%{buildroot}%{_datadir}/pkgconfig
-# install cpufreq init script
-install -D -m 0755 %{S:3} %{buildroot}%{_sysconfdir}/init.d/cpufreq
-install -d -m 0755 %{buildroot}%{_sbindir}
-ln -sf %{_sysconfdir}/init.d/cpufreq %{buildroot}%{_sbindir}/rccpufreq
 
 %clean
 rm -rf %{buildroot}
 
-%preun
-%stop_on_removal cpufreq
-
-%post
-%fillup_and_insserv -f -y cpufreq
-
-%triggerun -- %{name} < 1.4.1-3
-# Forcefully enable the service on upgrades from versions where the service
-# didn't exist or wasn't necessarily enabled by default. Without this, on
-# upgrades, the service will not be enabled.
-%insserv_force_if_yast cpufreq
-
-%postun
-%restart_on_update cpufreq
-%insserv_cleanup
-
 %files
 %defattr (-,root,root)
 %doc README ChangeLog AUTHORS ../pm-utils-suse/doc/README.smart-suspend-to-RAM
 %attr(0755,root,root) %{_bindir}/*
 %{_sbindir}/*
-%config %{_sysconfdir}/init.d/cpufreq
 %{_sysconfdir}/pm/
 %config(noreplace) %{_sysconfdir}/pm/config.d/rtcwake.config
 %{pm_libdir}

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



commit pixman for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package pixman for openSUSE:Factory checked 
in at 2012-02-16 16:22:51

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


Package is "pixman", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/pixman/pixman.changes2012-01-20 
22:07:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.pixman.new/pixman.changes   2012-02-16 
16:22:53.0 +0100
@@ -1,0 +2,8 @@
+Thu Feb  9 08:51:13 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.24.4:
+  + Trapezoids that have gaps between the edges and the top/bottom
+lines are no longer considered invalid.
+  + Basic support for using the NEON acceleration on iOS.
+
+---

Old:

  pixman-0.24.2.tar.gz

New:

  pixman-0.24.4.tar.gz



Other differences:
--
++ pixman.spec ++
--- /var/tmp/diff_new_pack.DaI2kI/_old  2012-02-16 16:22:54.0 +0100
+++ /var/tmp/diff_new_pack.DaI2kI/_new  2012-02-16 16:22:54.0 +0100
@@ -15,9 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   pixman
-Version:0.24.2
+Version:0.24.4
 Release:0
 Summary:Pixel manipulation library
 License:MIT

++ pixman-0.24.2.tar.gz -> pixman-0.24.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pixman-0.24.2/configure new/pixman-0.24.4/configure
--- old/pixman-0.24.2/configure 2012-01-18 21:50:21.0 +0100
+++ new/pixman-0.24.4/configure 2012-02-09 01:03:41.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for pixman 0.24.2.
+# Generated by GNU Autoconf 2.63 for pixman 0.24.4.
 #
 # Report bugs to .
 #
@@ -750,8 +750,8 @@
 # Identity of this package.
 PACKAGE_NAME='pixman'
 PACKAGE_TARNAME='pixman'
-PACKAGE_VERSION='0.24.2'
-PACKAGE_STRING='pixman 0.24.2'
+PACKAGE_VERSION='0.24.4'
+PACKAGE_STRING='pixman 0.24.4'
 PACKAGE_BUGREPORT='pix...@lists.freedesktop.org'
 
 # Factoring default headers for most tests.
@@ -1546,7 +1546,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures pixman 0.24.2 to adapt to many kinds of systems.
+\`configure' configures pixman 0.24.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1616,7 +1616,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of pixman 0.24.2:";;
+ short | recursive ) echo "Configuration of pixman 0.24.4:";;
esac
   cat <<\_ACEOF
 
@@ -1743,7 +1743,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-pixman configure 0.24.2
+pixman configure 0.24.4
 generated by GNU Autoconf 2.63
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1757,7 +1757,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by pixman $as_me 0.24.2, which was
+It was created by pixman $as_me 0.24.4, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   $ $0 $@
@@ -2606,7 +2606,7 @@
 
 # Define the identity of the package.
  PACKAGE='pixman'
- VERSION='0.24.2'
+ VERSION='0.24.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -21357,13 +21357,13 @@
 
 
 
-LT_VERSION_INFO="24:2:24"
+LT_VERSION_INFO="24:4:24"
 
 PIXMAN_VERSION_MAJOR=0
 
 PIXMAN_VERSION_MINOR=24
 
-PIXMAN_VERSION_MICRO=2
+PIXMAN_VERSION_MICRO=4
 
 
 
@@ -25468,7 +25468,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by pixman $as_me 0.24.2, which was
+This file was extended by pixman $as_me 0.24.4, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -25531,7 +25531,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-pixman config.status 0.24.2
+pixman config.status 0.24.4
 configured by $0, generated by GNU Autoconf 2.63,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pixman-0.24.2/configure.ac 
new/pixman-0.24.4/configure.ac
--- old/pixman-0.24.2/configure.ac  2012-01-18 21:49:12.0 +0100
+++ new/pixman-0.24.4/configure.ac  2012-02-09 01:03:03.0 +0100
@@

commit perl-Perl-PrereqScanner for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Perl-PrereqScanner for 
openSUSE:Factory checked in at 2012-02-16 16:22:24

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


Package is "perl-Perl-PrereqScanner", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Perl-PrereqScanner/perl-Perl-PrereqScanner.changes
  2011-11-02 12:15:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl-PrereqScanner.new/perl-Perl-PrereqScanner.changes
 2012-02-16 16:22:25.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 15 12:06:18 UTC 2012 - co...@suse.com
+
+- updated to 1.009
+  - switch from Version::Requirements to CPAN::Meta::Requirements
+
+---

Old:

  Perl-PrereqScanner-1.008.tar.gz

New:

  Perl-PrereqScanner-1.009.tar.gz



Other differences:
--
++ perl-Perl-PrereqScanner.spec ++
--- /var/tmp/diff_new_pack.sTtZkv/_old  2012-02-16 16:22:26.0 +0100
+++ /var/tmp/diff_new_pack.sTtZkv/_new  2012-02-16 16:22:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Perl-PrereqScanner
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,31 +16,33 @@
 #
 
 
-
 Name:   perl-Perl-PrereqScanner
-Version:1.008
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.009
+Release:0
 %define cpan_name Perl-PrereqScanner
 Summary:Scan your Perl code for its prerequisites
-Url:http://search.cpan.org/dist/Perl-PrereqScanner/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source: 
http://search.cpan.org/CPAN/authors/id/J/JQ/JQUELIN/Perl-PrereqScanner-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Perl-PrereqScanner/
+Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(CPAN::Meta::Requirements)
 BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Moose::Role)
-BuildRequires:  perl(namespace::autoclean)
-BuildRequires:  perl(Params::Util)
 BuildRequires:  perl(PPI) >= 1.205
 BuildRequires:  perl(PPI::Document)
+BuildRequires:  perl(Params::Util)
 BuildRequires:  perl(String::RewritePrefix) >= 0.005
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Try::Tiny)
-BuildRequires:  perl(Version::Requirements) >= 0.100630
+BuildRequires:  perl(namespace::autoclean)
+#BuildRequires: perl(Perl::PrereqScanner)
+#BuildRequires: perl(Perl::PrereqScanner::Scanner)
+Requires:   perl(CPAN::Meta::Requirements)
 Requires:   perl(List::MoreUtils)
 Requires:   perl(Moose)
 Requires:   perl(Moose::Role)
@@ -48,13 +50,36 @@
 Requires:   perl(Params::Util)
 Requires:   perl(PPI) >= 1.205
 Requires:   perl(String::RewritePrefix) >= 0.005
-Requires:   perl(Version::Requirements) >= 0.100630
 %{perl_requires}
 
 %description
 The scanner will extract loosely your distribution prerequisites from your
 files.
 
+The extraction may not be perfect but tries to do its best. It will
+currently find the following prereqs:
+
+* *
+
+  plain lines beginning with 'use' or 'require' in your perl modules and
+  scripts, including minimum perl version
+
+* *
+
+  regular inheritance declared with the 'base' and 'parent' pragmata
+
+* *
+
+  the Moose manpage inheritance declared with the 'extends' keyword
+
+* *
+
+  the Moose manpage roles included with the 'with' keyword
+
+* *
+
+  OO namespace aliasing using the 'aliased' module
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -70,9 +95,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes LICENSE README

++ Perl-PrereqScanner-1.008.tar.gz -> Perl-PrereqScanner-1.009.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-PrereqScanner-1.008/Changes 
new/Perl-PrereqScanner-1.009/Changes
--- old/Perl-PrereqScanner-1.008/Changes2011-11-01 10:35:51.0 
+0100
+++ new/Perl-PrereqScanner-1.009/Changes2012-01-02 05:12:06.0 
+0100
@@ -1,5 +1,8 @@
 Revision history for Perl-PrereqScanner
 
+1.009 2012-01-01 23:11:51 America/New_York
+ - swit

commit perl-Net-HTTP for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-HTTP for openSUSE:Factory 
checked in at 2012-02-16 16:22:09

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


Package is "perl-Net-HTTP", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-HTTP/perl-Net-HTTP.changes  
2011-09-23 12:38:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-HTTP.new/perl-Net-HTTP.changes 
2012-02-16 16:22:11.0 +0100
@@ -1,0 +2,8 @@
+Mon Feb 13 14:08:41 UTC 2012 - co...@suse.com
+
+- updated to 6.02
+ * Don't disable blocking method [RT#72580]
+ * Don't stop on unrecognized Makefile.PL arguments [RT#68337]
+ * Document Net:HTTPS [RT#71599]
+
+---

Old:

  Net-HTTP-6.01.tar.gz

New:

  Net-HTTP-6.02.tar.gz



Other differences:
--
++ perl-Net-HTTP.spec ++
--- /var/tmp/diff_new_pack.rOhEPB/_old  2012-02-16 16:22:12.0 +0100
+++ /var/tmp/diff_new_pack.rOhEPB/_new  2012-02-16 16:22:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-HTTP
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,32 +16,31 @@
 #
 
 
-
 Name:   perl-Net-HTTP
+Version:6.02
+Release:0
 %define cpan_name Net-HTTP
 Summary:Low-level HTTP connection (client)
-Version:6.01
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Net-HTTP/
-Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/Net-HTTP-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Compress::Raw::Zlib)
 BuildRequires:  perl(IO::Compress::Gzip)
-BuildRequires:  perl(IO::Select)
-BuildRequires:  perl(IO::Socket::INET)
+#BuildRequires: perl(IO::Socket::SSL)
+#BuildRequires: perl(IO::Uncompress::Gunzip)
+#BuildRequires: perl(Net::HTTP)
+#BuildRequires: perl(Net::HTTP::Methods)
+#BuildRequires: perl(Net::HTTPS)
+#BuildRequires: perl(Net::SSL)
 Requires:   perl(Compress::Raw::Zlib)
 Requires:   perl(IO::Compress::Gzip)
-Requires:   perl(IO::Select)
-Requires:   perl(IO::Socket::INET)
-%{perl_requires}
-%if 0%{?suse_version} > 1010
 Recommends: perl(IO::Socket::SSL) >= 1.38
-%endif
+%{perl_requires}
 
 %description
 The 'Net::HTTP' class is a low-level HTTP client. An instance of the
@@ -68,11 +67,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

++ Net-HTTP-6.01.tar.gz -> Net-HTTP-6.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.01/Changes new/Net-HTTP-6.02/Changes
--- old/Net-HTTP-6.01/Changes   2011-04-17 13:22:33.0 +0200
+++ new/Net-HTTP-6.02/Changes   2011-11-21 21:26:39.0 +0100
@@ -1,4 +1,13 @@
 ___
+2011-11-21 Net-HTTP 6.02
+
+Don't disable blocking method [RT#72580]
+Don't stop on unrecognized Makefile.PL arguments [RT#68337]
+Document Net:HTTPS [RT#71599]
+
+
+
+___
 2011-03-17 Net-HTTP 6.01
 
 Don't run live test by default.  Run 'perl Makefile.PL --live-tests' to enable.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.01/MANIFEST new/Net-HTTP-6.02/MANIFEST
--- old/Net-HTTP-6.01/MANIFEST  2011-04-17 13:23:59.0 +0200
+++ new/Net-HTTP-6.02/MANIFEST  2011-11-21 21:28:31.0 +0100
@@ -8,4 +8,5 @@
 README
 t/http.t
 t/apache.t
+t/apache-https.t
 META.yml Module meta-data (added by MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.01/META.yml new/Net-HTTP-6.02/META.yml
--- old/Net-HTTP-6.01/META.yml  2011-04-17 13:23:59.0 +0200
+++ new/Net-HTTP-6.02/META.yml  2011-11-21 21:28:31.0 +0100
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   Net-HTTP
-version:6.01
+version:6.02
 abstract:   

commit perl-Parse-RecDescent for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Parse-RecDescent for 
openSUSE:Factory checked in at 2012-02-16 16:22:19

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


Package is "perl-Parse-RecDescent", Maintainer is "vci...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Parse-RecDescent/perl-Parse-RecDescent.changes  
2011-11-21 12:44:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Parse-RecDescent.new/perl-Parse-RecDescent.changes
 2012-02-16 16:22:24.0 +0100
@@ -1,0 +2,100 @@
+Mon Feb 13 02:35:00 UTC 2012 - vci...@suse.com
+
+- update to 1.967006
+- Allow a global  directive that functions the same as
+  modifying $Parse::RecDescent::skip prior to compiling a
+  grammar. (Thanks Flavio!)
+
+- *** NON-BACKWARDS COMPATIBLE CHANGE! *** A repetition directive
+  such as 'id(s /,/)' correctly creates a temporary @item variable
+  to hold the 'id's that are matched.  That @item variable is them
+  used to set the real $item[] entry for that repetition.  The
+  same treatment is now given to %item.  Formerly, in a production like:
+  id ',' id(s /,/)
+  matched against:
+  xxx, yyy, zzz
+  The $item{id} entry which should be 'xxx' is overwritten by
+  'yyy' and then 'zzz' prior to the action being executed.  Now
+  'yyy' and 'zzz' set $item{id}, but in the private %item, which
+  goes out of scope once the repetition match completes.
+
+- ** EXPERIMENTAL ** When precompiling, optionally create a
+  standalone parser by including most of the contents of
+  Parse::RecDescent in the resulting Precompiled output.
+
+  - Accept an optional $options hashref to Precompile, which can
+be used to specify $options->{-standalone}, which currently
+defaults to false.
+
+  - The included Parse::RecDescent module is renamed to
+Parse::RecDescent::_Runtime to avoid namespace conflicts with
+an installed and use'd Parse::RecDescent.
+  - Add a new $_FILENAME global to Parse::RecDescent to make it
+easy for the Precompile method to find the module.
+  - Remove the prototype from _generate.  It is not required, and
+it caused t/precompile.t (which ends up re-definiing a lot of
+Parse::RecDescent subroutines) to fail needlessly, as the
+calls to _generate in Replace and Extend normally do not see
+the prototype, but do when re-defined.
+  - Added ExtUtils::MakeMaker build/configure version
+requirements. (RT.cpan.org #74787, Thanks POPEL!)
+
+---
+Tue Jan 31 09:31:58 UTC 2012 - vci...@suse.com
+
+- update to 1.967003
+- Addressed RT.cpan.org #29966: regex with single backslash not
+  recognized.  Changed the definition of $TOKEN to handle
+  backslashes inside of regex patterns.
+- Skip tests in t/reentry.t if Test::Warn isn't available.
+- Remove the 'use 5.10' from t/skip_dynamic.t, it runs fine
+  against Perl 5.8.9.
+
+---
+Mon Jan 30 02:34:17 UTC 2012 - vci...@suse.com
+
+- added Test::Warn to BuildRequires
+- update to 1.967001
+  * 1.966_000  Mon Jun 27 08:32:50 2011
+- Patched unnamed subrules, so that they actual fail when
+  not correctly specified (thanks Evgeniy!)
+- Added skip tests (thanks Flavio)
+- Added doc patch to make $skip semantics clearer (thanks Flavio!)
+- Fixed POD description of  semantics (thanks Dirk!)
+  * 1.966_001  Mon Nov 14 10:34:52 2011
+- Applied fix to restore skipped prefixes on match failure
+  (thanks Jeremy!)
+- Removed formats to eliminate problems with filehandle duplication
+  in forked environments
+  * 1.966_002  Sun Jan 22 19:08:37 2012
+- *** NON-BACKWARDS COMPATIBLE CHANGE! *** Change the caches for
+  $prevline and $thisline to be local to the parser, rather than
+  lexical vars in Parse::RecDescent.  This prevents previously
+  generated parsers from interfering with the line counts of
+  later parsers.
+- removed trailing whitespace from all member files (cosmetic)
+- new tests, updated MANIFEST
+- Added Jeremy Braun as an author and current maintainer
+- update file permissions
+- fixed a few broken links in the pod
+  * 1.967001  Sat Jan 28 20:54:48 2012
+- Addressed RT.cpan.org #28314: regex modifiers for tokens not
+  honored during regex syntax check. (Thanks SADAHIRO!)
+- Fixed some POD typos
+- Added message on how to turn off "default" hint value in the
+  default hint value ($::RD_HINT = 0). RT.cpan.org # #4898.
+- Modified _write_ERROR to call formline twi

commit perl-Params-Validate for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Params-Validate for 
openSUSE:Factory checked in at 2012-02-16 16:22:14

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


Package is "perl-Params-Validate", Maintainer is "vci...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Params-Validate/perl-Params-Validate.changes
2011-11-21 12:44:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Params-Validate.new/perl-Params-Validate.changes
   2012-02-16 16:22:22.0 +0100
@@ -1,0 +2,35 @@
+Fri Feb 10 02:34:18 UTC 2012 - vci...@suse.com
+
+- update to 1.05
+  * The XS code had a code path where it could pass the contents of a Perl
+variable as the first argument to the XS croak() subroutine. This 
subroutine
+is like printf(), and should receive a format string as its first
+argument. According to RT #74777, this can lead to segfaults on some 
systems.
+
+This could in theory be a security bug, but it's very unlikely that
+untrusted user input could end up being passed to this croak(). It is 
called
+when a spec specifies a "depend" value on another parameter. The value of
+the "depend" parameter was passed in the first argument to croak().
+  1.042012-02-08
+  * Use the latest Module::XSOrPP dzil plugin to generate a saner Build.PL. No
+need update if you're using an earlier version.
+  * This release uses Module::Implementation to handle loading the XS or pure
+Perl implementation of Params::Validate.
+  1.022012-02-06
+  * The previous release never loaded the XS implementation, even if it had 
been
+compiled.
+  * With newer versions of Perl, the pure Perl implementation treated regexp
+objects differently than the XS implementation. They should be treated as
+belonging to the SCALARREF type for backwards compatibility.
+  * These two bugs combined managed to break the test suites of a number of
+modules on CPAN. This release should fix them.
+
+---
+Mon Feb  6 10:06:56 UTC 2012 - vci...@suse.com
+
+- update to 1.01
+- The generated Build.PL detects whether or not the machine it's run on has a
+  working compiler, and disables XS automatically if it doesn't. Fixes RT
+  #44719.
+
+---

Old:

  Params-Validate-1.00.tar.gz

New:

  Params-Validate-1.05.tar.gz



Other differences:
--
++ perl-Params-Validate.spec ++
--- /var/tmp/diff_new_pack.8z4OO2/_old  2012-02-16 16:22:23.0 +0100
+++ /var/tmp/diff_new_pack.8z4OO2/_new  2012-02-16 16:22:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Params-Validate
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,34 +15,35 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %bcond_with opt
 
 Name:   perl-Params-Validate
-%define cpan_name Params-Validate
-Summary:Validate method/function parameters
-Version:1.00
+Version:1.05
 Release:2
 License:Artistic-2.0
-Group:  Development/Libraries/Perl
-AutoReqProv:on
+%define cpan_name Params-Validate
+Summary:Validate method/function parameters
 Url:http://search.cpan.org/dist/Params-Validate/
+Group:  Development/Libraries/Perl
 Source: %{cpan_name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} >= 1120
 BuildRequires:  perl(Test::More) >= 0.88
 %endif
 %if %{with opt}
-BuildRequires:  perl(Test::Taint) >= 0.02
 BuildRequires:  perl(Readonly::XS)
+BuildRequires:  perl(Test::Taint) >= 0.02
 %endif
 BuildRequires:  perl(Attribute::Handlers) >= 0.79
 BuildRequires:  perl(Scalar::Util) >= 1.10
+BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Module::Implementation)
 Requires:   perl(Attribute::Handlers) >= 0.79
+Requires:   perl(Module::Implementation)
 Requires:   perl(Scalar::Util) >= 1.10
 %{perl_requires}
 
@@ -60,7 +61,7 @@
 %prep 
 %setup -q -n %{cpan_name}-%{version}
 %if 0%{?suse_version} <= 1120
-  %{__perl} -p -i -e 's|0.3601|0.280801|' Build.PL
+  perl -p -i -e 's|0.3601|0.280801|' Build.PL
 %endif
 
 %build
@@ -

commit perl-Module-Runtime for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Runtime for 
openSUSE:Factory checked in at 2012-02-16 16:22:04

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


Package is "perl-Module-Runtime", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Runtime/perl-Module-Runtime.changes  
2011-11-16 17:21:39.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Runtime.new/perl-Module-Runtime.changes 
2012-02-16 16:22:06.0 +0100
@@ -1,0 +2,33 @@
+Mon Feb 13 09:03:02 UTC 2012 - co...@suse.com
+
+- updated to 0.012
+   * work around Perl core bug [RT#68590] regarding leakage of %^H
+ into modules being loaded
+ 
+   * work around Perl core bug that made a failed module loading appear
+ successful when re-requiring the same module
+ 
+   * duplicate is_string() from Params::Classify, rather than importing it,
+ to avoid circular dependency problems (affecting both installation
+ and runtime)
+ 
+   * duplicate minimal exporting behaviour from Exporter, and avoid using
+ the "feature", "warnings", "strict", and "parent" pragmata, to allow
+ for possible future use of this module by any infrastructure module
+ 
+   * document core bug workarounds
+ 
+   * document module name syntax more prominently, and discuss the state
+ of Unicode handling
+ 
+   * tweak documentation of use_package_optimistically()
+ 
+   * test behaviour with tainted module name
+ 
+   * test lack of unwanted eval frame around require
+ 
+   * give test modules more meaningful names
+ 
+   * convert .cvsignore to .gitignore
+
+---

Old:

  Module-Runtime-0.011.tar.gz

New:

  Module-Runtime-0.012.tar.gz



Other differences:
--
++ perl-Module-Runtime.spec ++
--- /var/tmp/diff_new_pack.dPwlrJ/_old  2012-02-16 16:22:07.0 +0100
+++ /var/tmp/diff_new_pack.dPwlrJ/_new  2012-02-16 16:22:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Runtime
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,41 +16,40 @@
 #
 
 
-
 Name:   perl-Module-Runtime
-Version:0.011
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.012
+Release:0
 %define cpan_name Module-Runtime
 Summary:runtime module handling
-Url:http://search.cpan.org/dist/Module-Runtime/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Module-Runtime/
 Source: 
http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Params::Classify)
-BuildRequires:  perl(parent)
-BuildRequires:  perl(strict)
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(warnings)
-#BuildRequires: perl(CPAN)
-#BuildRequires: perl(Cwd)
-#BuildRequires: perl(ExtUtils::MakeMaker)
-#BuildRequires: perl(File::Spec)
-Requires:   perl(Exporter)
-Requires:   perl(Params::Classify)
-Requires:   perl(parent)
-Requires:   perl(strict)
-Requires:   perl(warnings)
+#BuildRequires: perl(Module::Runtime)
 %{perl_requires}
 
 %description
 The functions exported by this module deal with runtime handling of Perl
-modules, which are normally handled at compile time.
+modules, which are normally handled at compile time. This module avoids
+using any other modules, so that it can be used in low-level
+infrastructure.
+
+The parts of this module that work with module names apply the same syntax
+that is used for barewords in Perl source. In principle this syntax can
+vary between versions of Perl, and this module applies the syntax of the
+Perl on which it is running. In practice the usable syntax hasn't changed
+yet, but there's a good chance of it changing in Perl 5.18.
+
+The functions of this module whose purpose is to load modules include
+workarounds for three old Perl core bugs regarding 'require'. These
+workarounds are applied on any Perl version where the bugs exist, except
+for a case where one of the bugs cannot be adequately worked around in pure
+Perl.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ Module-Runtime-0.011.tar.gz -> Module-Runtime-0.01

commit perl-Error for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Error for openSUSE:Factory 
checked in at 2012-02-16 16:21:54

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


Package is "perl-Error", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Error/perl-Error.changes2011-11-21 
12:39:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Error.new/perl-Error.changes   
2012-02-16 16:21:56.0 +0100
@@ -1,0 +2,9 @@
+Mon Feb 13 02:36:29 UTC 2012 - vci...@suse.com
+
+- update to 0.17017
+  - Bleadperl broke Error.pm's tests - 
+   - https://rt.cpan.org/Ticket/Display.html?id=74770
+- Applied a patch to check for optional trailing periods.
+   - Thanks to ANDK for the report and RURBAN for the patch
+
+---

Old:

  Error-0.17016.tar.gz

New:

  Error-0.17017.tar.gz



Other differences:
--
++ perl-Error.spec ++
--- /var/tmp/diff_new_pack.xL6tda/_old  2012-02-16 16:21:57.0 +0100
+++ /var/tmp/diff_new_pack.xL6tda/_new  2012-02-16 16:21:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Error
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %bcond_with pod
 
 Name:   perl-Error
-%define cpan_name Error
-Summary:Error/exception handling in an OO-ish way
-Version:0.17016
+Version:0.17017
 Release:7
 License:GPL-1.0+ or Artistic-1.0
-Group:  Development/Libraries/Perl
+%define cpan_name Error
+Summary:Error/exception handling in an OO-ish way
 Url:http://search.cpan.org/dist/Error/
+Group:  Development/Libraries/Perl
 #Source: 
http://www.cpan.org/authors/id/S/SH/SHLOMIF/Error-0.17016.tar.gz
 Source: %{cpan_name}-%{version}.tar.gz
-BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
+%{perl_requires}
 %if %{with pod}
 BuildRequires:  perl(Test::Pod) >= 1.14
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
@@ -53,26 +52,22 @@
 Errors in the class 'Error' should not be thrown directly, but the user
 should throw errors from a sub-class of 'Error'.
 
-Authors:
-
-Graham Barr 
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build build flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -f %{name}.files
 %defattr(-,root,root,-)

++ Error-0.17016.tar.gz -> Error-0.17017.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Error-0.17016/ChangeLog new/Error-0.17017/ChangeLog
--- old/Error-0.17016/ChangeLog 2009-12-18 23:06:52.0 +0100
+++ new/Error-0.17017/ChangeLog 2012-02-11 12:01:59.0 +0100
@@ -1,3 +1,10 @@
+Feb 11 2012  (Shlomi Fish)
+
+  - Bleadperl broke Error.pm's tests - 
+   - https://rt.cpan.org/Ticket/Display.html?id=74770
+- Applied a patch to check for optional trailing periods.
+   - Thanks to ANDK for the report and RURBAN for the patch
+  
 Dec 19 2009  (Shlomi Fish)
 
   Error.pm #0.17016
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Error-0.17016/MANIFEST new/Error-0.17017/MANIFEST
--- old/Error-0.17016/MANIFEST  2009-12-18 23:06:52.0 +0100
+++ new/Error-0.17017/MANIFEST  2012-02-11 12:01:59.0 +0100
@@ -30,3 +30,4 @@
 t/lib/MyDie.pm
 t/pod-coverage.t
 t/pod.t
+META.json
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Error-0.17016/META.json new/Error-0.17017/META.json
--- old/Error-0.17016/META.json 1970-01-01 01:00:00.0 +0100
+++ new/Error-0.17017/META.json 2012-02-11 12:01:59.0 +0100
@@ -0,0 +1,55 @@
+{
+   "abstract" : "Error/exception handling in an OO-ish way",
+   "author" : [
+  "Shlomi Fish "
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "Module::Build 

commit perl-Class-Load for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Load for openSUSE:Factory 
checked in at 2012-02-16 16:21:21

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


Package is "perl-Class-Load", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-Load/perl-Class-Load.changes  
2011-11-29 17:17:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Class-Load.new/perl-Class-Load.changes 
2012-02-16 16:21:36.0 +0100
@@ -1,0 +2,26 @@
+Mon Feb 13 08:55:26 UTC 2012 - co...@suse.com
+
+- updated to 0.17
+ - A bug in Class::Load caused test failures when Module::Runtime 0.012 was
+   used with Perl 5.8.x. Reported by Zefram. RT#74897. ( Jesse Luehrs )
+ 
+ - Require Module::Runtime 0.012, which has a number of useful bug fixes.
+ 
+ - Small test changes to accomodate latest version of
+   Module::Implementation. There's no need to upgrade if you're already using
+   0.14
+ 
+ - Use Module::Implementation to handle loading the XS or PP versions of the
+   code. Using this module fixes a few bugs.
+ 
+ - Under taint mode, setting an implementation in the CLASS_LOAD_IMPLEMENTATION
+   env var caused a taint error.
+ 
+ - An invalid value in the CLASS_LOAD_IMPLEMENTATION env var is now detected
+   and reported immediately. No attempt is made to load an invalid
+   implementation.
+ 
+ - Fix some bugs with our use of Try::Tiny. This could cause warnings on some
+   systems with Class::Load::XS wasn't installed. Fixes RT#72345.
+
+---

Old:

  Class-Load-0.12.tar.gz

New:

  Class-Load-0.17.tar.gz



Other differences:
--
++ perl-Class-Load.spec ++
--- /var/tmp/diff_new_pack.xrhoYv/_old  2012-02-16 16:21:37.0 +0100
+++ /var/tmp/diff_new_pack.xrhoYv/_new  2012-02-16 16:21:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-Load
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,45 +16,38 @@
 #
 
 
-
 Name:   perl-Class-Load
-Version:0.12
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.17
+Release:0
 %define cpan_name Class-Load
-Summary:A working (require "Class::Name") and more
-Url:http://search.cpan.org/dist/Class-Load/
+Summary:a working (require "Class::Name") and more
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-#Source:
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Class-Load/
+Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Data::OptList)
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
-BuildRequires:  perl(Module::Runtime) >= 0.011
-BuildRequires:  perl(Package::Stash) >= 0.32
-BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Module::Implementation) >= 0.04
+BuildRequires:  perl(Module::Runtime) >= 0.012
+BuildRequires:  perl(Package::Stash)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Try::Tiny)
-#BuildRequires: perl(Carp)
+BuildRequires:  perl(version)
 #BuildRequires: perl(Class::Load)
 #BuildRequires: perl(Class::Load::PP)
 #BuildRequires: perl(Class::Load::VersionCheck)
-#BuildRequires: perl(constant)
-#BuildRequires: perl(Exporter)
 #BuildRequires: perl(Test::Class::Load)
-#BuildRequires: perl(Test::Requires)
 #BuildRequires: perl(Test::Spelling)
-#BuildRequires: perl(version)
+#BuildRequires: perl(Test::Without::Module)
 Requires:   perl(Data::OptList)
-Requires:   perl(Module::Runtime) >= 0.011
-Requires:   perl(Package::Stash) >= 0.32
-Requires:   perl(Scalar::Util)
-Requires:   perl(Test::Fatal)
-Requires:   perl(Test::More) >= 0.88
+Requires:   perl(Module::Implementation) >= 0.04
+Requires:   perl(Module::Runtime) >= 0.012
+Requires:   perl(Package::Stash)
 Requires:   perl(Try::Tiny)
 %{perl_requires}
 

++ Class-Load-0.12.tar.gz -> Class-Load-0.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Load-0.12/Changes new/Class-Load-0

commit perl-Encode-Locale for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Encode-Locale for 
openSUSE:Factory checked in at 2012-02-16 16:21:47

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


Package is "perl-Encode-Locale", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Encode-Locale/perl-Encode-Locale.changes
2011-09-23 12:36:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Encode-Locale.new/perl-Encode-Locale.changes   
2012-02-16 16:21:51.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 15 12:02:38 UTC 2012 - co...@suse.com
+
+- updated to 1.03
+ Documentation spelling fixes and tweaks to improve testing on Windows.
+
+---

Old:

  Encode-Locale-1.02.tar.gz

New:

  Encode-Locale-1.03.tar.gz



Other differences:
--
++ perl-Encode-Locale.spec ++
--- /var/tmp/diff_new_pack.qjKjc1/_old  2012-02-16 16:21:52.0 +0100
+++ /var/tmp/diff_new_pack.qjKjc1/_new  2012-02-16 16:21:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Encode-Locale
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,49 +16,52 @@
 #
 
 
-
 Name:   perl-Encode-Locale
-Version:1.02
-Release:3
-License:GPL-1.0+ or Artistic-1.0
+Version:1.03
+Release:0
 %define cpan_name Encode-Locale
 Summary:Determine the locale encoding
-Url:http://search.cpan.org/dist/Encode-Locale/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/Encode-Locale-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Encode-Locale/
+Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+#BuildRequires: perl(Encode::HanExtra)
+#BuildRequires: perl(Encode::Locale)
+#BuildRequires: perl(Win32::API)
+#BuildRequires: perl(Win32::Console)
+Recommends: perl(Win32::Console)
 %{perl_requires}
 
 %description
 In many applications it's wise to let Perl use Unicode for the strings it
 processes. Most of the interfaces Perl has to the outside world are still
-byte based. Programs therefore needs to decode byte strings that enter the
+byte based. Programs therefore need to decode byte strings that enter the
 program from the outside and encode them again on the way out.
 
 The POSIX locale system is used to specify both the language conventions
 requested by the user and the preferred character set to consume and
 output. The 'Encode::Locale' module looks up the charset and encoding
-(called a CODESET in the locale jargon) and arrange for the Encode
-module to know this encoding under the name "locale". It means
+(called a CODESET in the locale jargon) and arranges for the the Encode
+manpage module to know this encoding under the name "locale". It means
 bytes obtained from the environment can be converted to Unicode strings by
 calling 'Encode::encode(locale => $bytes)' and converted back again with
 'Encode::decode(locale => $string)'.
 
 Where file systems interfaces pass file names in and out of the program we
 also need care. The trend is for operating systems to use a fixed file
-encoding that doesn't actually depend on the locale; and this module
-determines the most appropriate encoding for file names. The Encode
-module will know this encoding under the name "locale_fs". For
+encoding that don't actually depend on the locale; and this module
+determines the most appropriate encoding for file names. The the Encode
+manpage module will know this encoding under the name "locale_fs". For
 traditional Unix systems this will be an alias to the same encoding as
 "locale".
 
 For programs running in a terminal window (called a "Console" on some
 systems) the "locale" encoding is usually a good choice for what to expect
-as input and output. Some systems allow us to query the encoding set for
+as input and output. Some systems allows us to query the encoding set for
 the terminal and 'Encode::Locale' will do that if available and make these
 encodings known under the 'Encode' aliases "console_in" and "console_out".
 For systems where we can't determine the terminal encoding these will be
@@ -118,13 +121,13 @@
 
 * $ENCODIN

commit perl-File-Listing for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Listing for 
openSUSE:Factory checked in at 2012-02-16 16:22:00

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


Package is "perl-File-Listing", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Listing/perl-File-Listing.changes  
2011-12-21 14:58:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-File-Listing.new/perl-File-Listing.changes 
2012-02-16 16:22:03.0 +0100
@@ -1,0 +2,8 @@
+Thu Feb 16 08:16:03 UTC 2012 - co...@suse.com
+
+- updated to 6.04
+Minor mistake in module description
+Test parsing of dosftp listings
+This modulue works with 5.6.2
+
+---

Old:

  File-Listing-6.03.tar.gz

New:

  File-Listing-6.04.tar.gz



Other differences:
--
++ perl-File-Listing.spec ++
--- /var/tmp/diff_new_pack.eHgrKx/_old  2012-02-16 16:22:04.0 +0100
+++ /var/tmp/diff_new_pack.eHgrKx/_new  2012-02-16 16:22:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Listing
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,21 @@
 
 
 Name:   perl-File-Listing
-Version:6.03
+Version:6.04
 Release:0
 %define cpan_name File-Listing
 Summary:parse directory listing
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-Listing/
-Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/File-Listing-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(HTTP::Date) >= 6
+#BuildRequires: perl(File::Listing)
+#BuildRequires: perl(LWP::Simple)
 Requires:   perl(HTTP::Date) >= 6
 %{perl_requires}
 
@@ -46,7 +48,7 @@
 assumed.
 
 The third parameter is the type of listing to assume. Currently supported
-formats are 'unix', 'apache' and 'dosftp'. The default value 'unix'.
+formats are 'unix', 'apache' and 'dosftp'. The default value is 'unix'.
 Ideally, the listing type should be determined automatically.
 
 The fourth parameter specifies how unparseable lines should be treated.
@@ -79,11 +81,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

++ File-Listing-6.03.tar.gz -> File-Listing-6.04.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Listing-6.03/Changes 
new/File-Listing-6.04/Changes
--- old/File-Listing-6.03/Changes   2011-09-19 22:27:24.0 +0200
+++ new/File-Listing-6.04/Changes   2012-02-15 23:02:38.0 +0100
@@ -1,4 +1,18 @@
 ___
+2012-02-15 File-Listing 6.04
+
+Erik Esterer (1):
+  Minor mistake in module description
+
+Gisle Aas (1):
+  Test parsing of dosftp listings
+
+Peter Rabbitson (1):
+  This modulue works with 5.6.2
+
+
+
+___
 2011-09-20 File-Listing 6.03
 
 Erik Esterer (1):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Listing-6.03/MANIFEST 
new/File-Listing-6.04/MANIFEST
--- old/File-Listing-6.03/MANIFEST  2011-09-19 22:28:14.0 +0200
+++ new/File-Listing-6.04/MANIFEST  2012-02-15 23:03:22.0 +0100
@@ -4,6 +4,7 @@
 MANIFEST   This list of files
 README
 t/apache.t
+t/dosftp.t
 t/ls-lR.t
 t/perm1.t
 t/perm2.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Listing-6.03/META.yml 
new/File-Listing-6.04/META.yml
--- old/File-Listing-6.03/META.yml  2011-09-19 22:28:14.0 +0200
+++ new/File-Listing-6.04/META.yml  2012-02-15 23:03:22.0 +0100
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   File-Listing
-version:6.03
+version:6.04
 abstract:   parse directory listing
 author:
 - Gisle Aas 
@@ -12,7 +12,7 @@
 ExtUtils::MakeMaker:  0
 requires:
 HTTP::Date:

commit perl-DateTime for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory 
checked in at 2012-02-16 16:21:36

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


Package is "perl-DateTime", Maintainer is "kkae...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-DateTime/perl-DateTime.changes  
2011-11-21 12:38:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new/perl-DateTime.changes 
2012-02-16 16:21:39.0 +0100
@@ -1,0 +2,8 @@
+Mon Feb 13 19:39:00 UTC 2012 - co...@suse.com
+
+- updated to 0.72
+ - Remove Test::DependentModules from the dep list. This is used by some
+   author-only tests. Reported by Zefram.
+ - There will be a new leap second on June 30, 2012.
+
+---

Old:

  DateTime-0.70.tar.gz

New:

  DateTime-0.72.tar.gz



Other differences:
--
++ perl-DateTime.spec ++
--- /var/tmp/diff_new_pack.mnlTEv/_old  2012-02-16 16:21:41.0 +0100
+++ /var/tmp/diff_new_pack.mnlTEv/_new  2012-02-16 16:21:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DateTime
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,21 +19,20 @@
 %bcond_with pod
 
 Name:   perl-DateTime
-Version:0.70
-Release:1
-License:Artistic-2.0
+Version:0.72
+Release:0
 %define cpan_name DateTime
 Summary:A date and time object
+License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DateTime/
-# http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{version}.tar.gz
 Patch:  %{cpan_name}-0.70-Build.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Build)
 %if %{with pod}
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
 BuildRequires:  perl(Test::Pod) >= 1.14

++ DateTime-0.70.tar.gz -> DateTime-0.72.tar.gz ++
 2408 lines of diff (skipped)

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



commit perl-CHI for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-CHI for openSUSE:Factory 
checked in at 2012-02-16 16:21:04

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


Package is "perl-CHI", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-CHI/perl-CHI.changes2011-10-29 
00:35:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CHI.new/perl-CHI.changes   2012-02-16 
16:21:34.0 +0100
@@ -1,0 +2,12 @@
+Wed Feb 15 16:04:33 UTC 2012 - tabra...@novell.com
+
+- updated to 0.50
+  - Clarify busy_lock doc, add obj_ref doc (perlover)
+
+  - Override set() rather than set_object() in Role/HasSubcaches.pm 
+so that keys are not double-transformed when set in l1 or mirror 
+caches. This is simpler and should be more robust.
+
+  - Remove htdocs which were accidentally added into dist
+
+---

Old:

  CHI-0.49.tar.gz

New:

  CHI-0.50.tar.gz



Other differences:
--
++ perl-CHI.spec ++
--- /var/tmp/diff_new_pack.j5dotS/_old  2012-02-16 16:21:36.0 +0100
+++ /var/tmp/diff_new_pack.j5dotS/_new  2012-02-16 16:21:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CHI
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:   perl-CHI
-Version:0.49
+Version:0.50
 Release:1
 License:GPL-1.0+ or Artistic-1.0
 %define cpan_name CHI
@@ -35,7 +35,6 @@
 BuildRequires:  perl(Date::Parse)
 BuildRequires:  perl(Digest::JHash)
 BuildRequires:  perl(Digest::MD5)
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec) >= 0.80
 BuildRequires:  perl(Hash::MoreUtils)
 BuildRequires:  perl(JSON)
@@ -53,12 +52,10 @@
 BuildRequires:  perl(Time::Duration) >= 1.06
 BuildRequires:  perl(Time::Duration::Parse) >= 0.03
 BuildRequires:  perl(Try::Tiny) >= 0.05
-#BuildRequires: perl(Benchmark)
 #BuildRequires: perl(Blarg)
 #BuildRequires: perl(Cache::Cache)
 #BuildRequires: perl(Cache::FastMmap)
 #BuildRequires: perl(Capture::Tiny)
-#BuildRequires: perl(Carp)
 #BuildRequires: perl(CHI)
 #BuildRequires: perl(CHI::CacheObject)
 #BuildRequires: perl(CHI::Constants)
@@ -104,36 +101,20 @@
 #BuildRequires: perl(CHI::Util)
 #BuildRequires: perl(Class::MOP)
 #BuildRequires: perl(Compress::Zlib)
-#BuildRequires: perl(constant)
-#BuildRequires: perl(Cwd)
 #BuildRequires: perl(d)
 #BuildRequires: perl(Data::Dump)
-#BuildRequires: perl(Data::Dumper)
 #BuildRequires: perl(DBD::mysql)
 #BuildRequires: perl(DBI)
-#BuildRequires: perl(Encode)
-#BuildRequires: perl(Exporter)
-#BuildRequires: perl(Fcntl)
-#BuildRequires: perl(File::Basename)
-#BuildRequires: perl(File::Find)
-#BuildRequires: perl(File::Path)
-#BuildRequires: perl(File::Spec::Functions)
-#BuildRequires: perl(File::Temp)
-#BuildRequires: perl(Getopt::Long)
-#BuildRequires: perl(List::Util)
 #BuildRequires: perl(Log::Any::Test)
 #BuildRequires: perl(Module::Load::Conditional)
 #BuildRequires: perl(Module::Mask)
 #BuildRequires: perl(Moose::Role)
 #BuildRequires: perl(Moose::Util::TypeConstraints)
-#BuildRequires: perl(Pod::Usage)
-#BuildRequires: perl(Scalar::Util)
 #BuildRequires: perl(Test::Pod)
 #BuildRequires: perl(Text::Table)
 #BuildRequires: perl(YAML::Any)
 Requires:   perl(Carp::Assert) >= 0.20
 Requires:   perl(Data::UUID)
-Requires:   perl(Date::Parse)
 Requires:   perl(Digest::JHash)
 Requires:   perl(Digest::MD5)
 Requires:   perl(File::Spec) >= 0.80
@@ -144,12 +125,6 @@
 Requires:   perl(Moose) >= 0.66
 Requires:   perl(Storable)
 Requires:   perl(Task::Weaken)
-Requires:   perl(Test::Builder)
-Requires:   perl(Test::Class)
-Requires:   perl(Test::Deep)
-Requires:   perl(Test::Exception)
-Requires:   perl(Test::More)
-Requires:   perl(Test::Warn)
 Requires:   perl(Time::Duration) >= 1.06
 Requires:   perl(Time::Duration::Parse) >= 0.03
 Requires:   perl(Try::Tiny) >= 0.05

++ CHI-0.49.tar.gz -> CHI-0.50.tar.gz ++
 3803 lines of diff (skipped)

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



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

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Load-XS for 
openSUSE:Factory checked in at 2012-02-16 16:21:30

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


Package is "perl-Class-Load-XS", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Class-Load-XS/perl-Class-Load-XS.changes
2011-12-07 14:38:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Class-Load-XS.new/perl-Class-Load-XS.changes   
2012-02-16 16:21:37.0 +0100
@@ -1,0 +2,7 @@
+Mon Feb 13 08:52:19 UTC 2012 - co...@suse.com
+
+- updated to 0.04
+  - Some small test changes for the latest Module::Implementation and
+Class::Load. There is no need to upgade if you have 0.03 installed.
+
+---

Old:

  Class-Load-XS-0.03.tar.gz

New:

  Class-Load-XS-0.04.tar.gz



Other differences:
--
++ perl-Class-Load-XS.spec ++
--- /var/tmp/diff_new_pack.ZkdraP/_old  2012-02-16 16:21:39.0 +0100
+++ /var/tmp/diff_new_pack.ZkdraP/_new  2012-02-16 16:21:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-Load-XS
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,30 @@
 #
 
 
-
 Name:   perl-Class-Load-XS
-Version:0.03
-Release:1
-License:Artistic-2.0
+Version:0.04
+Release:0
 %define cpan_name Class-Load-XS
 Summary:XS implementation of parts of Class::Load
-Url:http://search.cpan.org/dist/Class-Load-XS/
+License:Artistic-2.0
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/Class-Load-XS-%%{version}.tar.gz
-Source0:%{cpan_name}-%{version}.tar.gz
-BuildRequires:  perl(Class::Load) >= 0.11
-BuildRequires:  perl(Test::Fatal)
+Url:http://search.cpan.org/dist/Class-Load-XS/
+Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build)
-Requires:   perl(Class::Load) >= 0.11
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl(Class::Load) >= 0.15
+BuildRequires:  perl(Module::Build) >= 0.3601
+BuildRequires:  perl(Module::Implementation) >= 0.04
+BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Test::Requires)
+BuildRequires:  perl(version)
+#BuildRequires: perl(Class::Load::VersionCheck)
+#BuildRequires: perl(Class::Load::XS)
+#BuildRequires: perl(Test::Class::Load)
+#BuildRequires: perl(Test::Without::Module)
+Requires:   perl(Class::Load) >= 0.15
 %{perl_requires}
 
 %description
@@ -54,11 +60,8 @@
 ./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(-,root,root)
-%doc Changes dist.ini LICENSE README
+%defattr(-,root,root,755)
+%doc Changes LICENSE README
 
 %changelog

++ Class-Load-XS-0.03.tar.gz -> Class-Load-XS-0.04.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Load-XS-0.03/Build.PL 
new/Class-Load-XS-0.04/Build.PL
--- old/Class-Load-XS-0.03/Build.PL 2011-11-18 20:24:03.0 +0100
+++ new/Class-Load-XS-0.04/Build.PL 2012-02-08 20:50:17.0 +0100
@@ -7,9 +7,14 @@
 
 my %module_build_args = (
   "build_requires" => {
+"Class::Load" => 0,
 "Module::Build" => "0.3601",
+"Module::Implementation" => "0.04",
 "Test::Fatal" => 0,
-"Test::More" => "0.88"
+"Test::More" => "0.88",
+"Test::Requires" => 0,
+"constant" => 0,
+"version" => 0
   },
   "configure_requires" => {
 "Module::Build" => "0.3601"
@@ -19,13 +24,16 @@
 "Dave Rolsky "
   ],
   "dist_name" => "Class-Load-XS",
-  "dist_version" => "0.03",
+  "dist_version" => "0.04",
   "license" => "artistic_2",
   "module_name" => "Class::Load::XS",
   "recommends" => {},
   "recursive_test_files" => 1,
   "requires" => {
-"Class::Load" => "0.11"
+"Class::Load" => "0.15",
+"XSLoader" => 0,
+"strict" => 0,
+"warnings" => 0
   },
   "script_files" => []
 );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Load-XS-0.03/Changes 
new/Class-Load-XS-0.04/Changes
--- old/Class-Load-XS-0.03

commit pangomm for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package pangomm for openSUSE:Factory checked 
in at 2012-02-16 16:20:58

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


Package is "pangomm", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/pangomm/pangomm.changes  2012-01-09 
15:20:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.pangomm.new/pangomm.changes 2012-02-16 
16:21:29.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:51:36 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ pangomm.spec ++
--- /var/tmp/diff_new_pack.j0jTk2/_old  2012-02-16 16:21:30.0 +0100
+++ /var/tmp/diff_new_pack.j0jTk2/_new  2012-02-16 16:21:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pangomm
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,10 +21,10 @@
 
 Name:   pangomm
 Version:2.28.4
-Release:1
-Group:  Development/Libraries/C and C++
-License:GPLv2+ ; LGPLv2.0+
+Release:0
 Summary:C++ interface for pango
+License:GPL-2.0+ ; LGPL-2.0+
+Group:  Development/Libraries/C and C++
 Url:http://www.gtkmm.org
 Source: 
http://download.gnome.org/sources/pangomm/2.28/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
@@ -39,26 +39,23 @@
 
 %package -n libpangomm%{so_ver}
 
-License:GPLv2+ ; LGPLv2.0+
-Group:  Development/Libraries/C and C++
 Summary:C++ interface for pango
+Group:  Development/Libraries/C and C++
 
 %description -n libpangomm%{so_ver}
 pangomm provides a C++ interface to the pango library.
 
 %package devel
-License:GPLv2+ ; LGPLv2.0+
-Group:  Development/Libraries/C and C++
 Summary:C++ interface for pango -- Development Files
+Group:  Development/Libraries/C and C++
 Requires:   libpangomm%{so_ver} = %{version}
 
 %description devel
 pangomm provides a C++ interface to the pango library.
 
 %package doc
-License:GPLv2+ ; LGPLv2.0+
-Group:  Development/Libraries/C and C++
 Summary:C++ interface for pango -- Developer Documentation
+Group:  Development/Libraries/C and C++
 
 %description doc
 pangomm provides a C++ interface to the pango library.

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



commit PackageKit for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2012-02-16 16:20:52

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


Package is "PackageKit", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes2012-01-25 
10:38:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes   
2012-02-16 16:21:27.0 +0100
@@ -1,0 +2,14 @@
+Wed Feb 15 11:08:41 UTC 2012 - vu...@opensuse.org
+
+- Move dbus xml interface files from devel subpackage to main
+  subpackage: PackageKit now requires them at runtime to work.
+- Move the zypp backend to a new backend-zypp subpackage: this will
+  make it clearer to users which backend is being used. It also
+  makes it easier to test small changes in the zypp backend.
+- Move all test backends to devel subpackage, as they are not
+  useful to users.
+- Add PackageKit-backend Requires to main subpackage, so we get a
+  working backend by default. This will be PackageKit-backend-zypp
+  since nothing else provides this right now.
+
+---



Other differences:
--
++ PackageKit.spec ++
--- /var/tmp/diff_new_pack.GT6ICO/_old  2012-02-16 16:21:29.0 +0100
+++ /var/tmp/diff_new_pack.GT6ICO/_new  2012-02-16 16:21:29.0 +0100
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 # $ pkcon search file /usr/bin/anjuta
 %define BUILD_CNF 1
 
@@ -88,6 +90,8 @@
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   %{name}-branding = %{version}
+# We really want a working backend (likely zypp)
+Requires:   %{name}-backend
 Recommends: %{name}-lang
 PreReq: %fillup_prereq
 # gtk+ 2 module was removed in 0.7.0
@@ -106,6 +110,19 @@
 use some of the latest technology like PolicyKit to make the process
 suck less.
 
+%package backend-zypp
+Summary:Simple software installation management software -- Zypp 
Backend
+Group:  System/Daemons
+Requires:   %{name} = %{version}
+Provides:   %{name}-backend = %{version}
+
+%description backend-zypp
+PackageKit is a system designed to make installing and updating
+software on your computer easier.  The primary design goal is to unify
+all the software graphical tools used in different distributions, and
+use some of the latest technology like PolicyKit to make the process
+suck less.
+
 %package -n typelib-1_0-PackageKitPlugin-1_0
 Summary:Simple software installation management software -- Plugin 
library, Introspection bindings
 Group:  System/Libraries
@@ -382,8 +399,14 @@
 %{_bindir}/pkcon
 %{_bindir}/pkmon
 %{_bindir}/pkgenpack
-%{_libdir}/packagekit-backend/*.so
-%{_libdir}/packagekit-plugins/*.so
+%{_libdir}/packagekit-backend/libpk_backend_dummy.so
+%{_libdir}/packagekit-plugins/libpk_plugin-check-shared-libraries-in-use.so
+%{_libdir}/packagekit-plugins/libpk-plugin-clear-firmware-requests.so
+%{_libdir}/packagekit-plugins/libpk_plugin-no-update-process.so
+%{_libdir}/packagekit-plugins/libpk_plugin-scan-desktop-files.so
+%{_libdir}/packagekit-plugins/libpk_plugin_scripts.so
+%{_libdir}/packagekit-plugins/libpk_plugin-update-check-processes.so
+%{_libdir}/packagekit-plugins/libpk_plugin-update-package-list.so
 %{_libexecdir}/packagekitd
 %{_libexecdir}/pm-utils/sleep.d/95packagekit
 %if %BUILD_CNF
@@ -391,6 +414,8 @@
 %endif
 %{python_sitelib}/packagekit/*
 %{_sbindir}/pk-device-rebind
+%{_datadir}/dbus-1/interfaces/org.freedesktop.PackageKit.Transaction.xml
+%{_datadir}/dbus-1/interfaces/org.freedesktop.PackageKit.xml
 %{_datadir}/mime/packages/packagekit-*.xml
 %{_datadir}/PackageKit/helpers/test_spawn/search-name.sh
 %{_datadir}/PackageKit/pk-upgrade-distro.sh
@@ -399,6 +424,10 @@
 %doc %{_mandir}/man?/*.*
 %verify(not md5 size mtime) %{_localstatedir}/lib/PackageKit/transactions.db
 
+%files backend-zypp
+%defattr(-,root,root)
+%{_libdir}/packagekit-backend/libpk_backend_zypp.so
+
 %files -n typelib-1_0-PackageKitPlugin-1_0
 %defattr(-,root,root)
 %{_libdir}/girepository-1.0/PackageKitPlugin-1.0.typelib
@@ -427,12 +456,16 @@
 %files devel
 %defattr(-,root,root)
 %doc %{_datadir}/gtk-doc/html/PackageKit
+# Test backends are not useful, except for developers
+%{_libdir}/packagekit-backend/libpk_backend_test_fail.so
+%{_libdir}/packagekit-backend/libpk_backend_test_nop.so
+%{_libdir}/packagekit-backend/libpk_backend_test_spawn.so
+%{_libdir}/packagekit-backend/libpk_backend_test_succeed.so
+%{_libdir}/packagekit-backend/libpk_backend_test_thread.so
 %{_libdir}/pkgconfig/packagekit-plugin.pc
 %dir %{

commit obs-service-format_spec_file for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package obs-service-format_spec_file for 
openSUSE:Factory checked in at 2012-02-16 16:20:36

Comparing /work/SRC/openSUSE:Factory/obs-service-format_spec_file (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new (New)


Package is "obs-service-format_spec_file", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-format_spec_file/obs-service-format_spec_file.changes
2012-02-14 11:25:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new/obs-service-format_spec_file.changes
   2012-02-16 16:21:22.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 14 11:05:24 UTC 2012 - co...@suse.com
+
+- even more legal updates
+
+---



Other differences:
--
++ obs-service-format_spec_file.spec ++
--- /var/tmp/diff_new_pack.XwF88O/_old  2012-02-16 16:21:23.0 +0100
+++ /var/tmp/diff_new_pack.XwF88O/_new  2012-02-16 16:21:23.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   obs-service-format_spec_file
 Summary:An OBS source service: reformats a spec file to SUSE standard
 License:GPL-2.0

++ licenses_changes.txt ++
--- /var/tmp/diff_new_pack.XwF88O/_old  2012-02-16 16:21:23.0 +0100
+++ /var/tmp/diff_new_pack.XwF88O/_new  2012-02-16 16:21:23.0 +0100
@@ -115,6 +115,7 @@
 CPL-1.0CPL 1.0 ...
 CPL-1.0CPL-1.0
 CUA-OPL-1.0CUA-OPL-1.0
+SUSE-DMTF  Distributed Management Task Force ( see 
https://fedoraproject.org/wiki/Licensing/DMTF )
 ECL-1.0ECL-1.0
 ECL-2.0ECL-2.0
 EPL-1.0Eclipse Public License
@@ -221,8 +222,10 @@
 GPL-3.0+   GPLv3+
 gSOAP-1.3b gSOAP-1.3b
 SUSE-Gnuplot   Gnuplot
+SUSE-Freetype  Freetype
 HPND   HPND
 SUSE-IJG   JPEG License
+SUSE-ImageMagick   ImageMagick
 IPL-1.0IBM PL
 IPL-1.0IBM Public License
 IPL-1.0IBM Public License ..
@@ -376,4 +379,4 @@
 SUSE-PermissiveMust not be copyleft. Must not contain patent clauses 
of any nature. Most not limit ability to copy, modifiy, distribute (through 
multiple tiers of distribution) and distribute modified versions. Must not 
impose obligations such as 'advertising clauses' or anything that could be 
viewed as an 'additional restriction' under GPL-2.0+ or GPL-3.0+. Must not 
impose obligations such as modification by patch only, or reciprocal clauses.
 Artistic-1.0 or GPL-1.0+   Perl License
 SUSE-NonFree   NonFree licenses
-SUSE:NON-OSI-COMPLIANT:GPL-2.0-with-trademark-clause-with-exceptions   
LiberationFontsLicense
\ No newline at end of file
+SUSE-LiberationLiberationFontsLicense (Fedora calls this the 
Liberation license - it will be easier to get it upstream if we adopt that)
\ No newline at end of file

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



commit nautilus for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package nautilus for openSUSE:Factory 
checked in at 2012-02-16 16:20:09

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


Package is "nautilus", Maintainer is "dli...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/nautilus/nautilus.changes2012-01-26 
14:06:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.nautilus.new/nautilus.changes   2012-02-16 
16:21:17.0 +0100
@@ -1,0 +2,17 @@
+Tue Feb  7 10:37:46 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.5:
+  + Introduce Undo support for common file operations
+  + Fix a crash when middle clicking icons on the desktop
+  + Fix split view actions not updating properly
+  + Fix wrong places sidebar selection under some locales
+  + Fix a crash when enabling desktop icons handling
+  + Support build against Tracker 0.13/0.14
+  + Make the rubberband animation obey the global GtkSetting
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+- Drop nautilus-tracker-0.14.patch: fixed upstream.
+- Drop gnome-common BuildRequires and call to gnome-autogen.sh:
+  they were only needed for above patch.
+
+---

Old:

  nautilus-3.3.4.tar.xz
  nautilus-tracker-0.14.patch

New:

  nautilus-3.3.5.tar.xz



Other differences:
--
++ nautilus.spec ++
--- /var/tmp/diff_new_pack.U72rvY/_old  2012-02-16 16:21:19.0 +0100
+++ /var/tmp/diff_new_pack.U72rvY/_new  2012-02-16 16:21:19.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   nautilus
-Version:3.3.4
+Version:3.3.5
 Release:0
 # FIXME: replace libexempi-devel BuildRequires with pkgconfig(exempi-2.0) once 
fixed exempi is in
 Summary:File Manager for the GNOME Desktop
@@ -28,8 +29,6 @@
 Source99:   baselibs.conf
 Url:http://www.gnome.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# PATCH-FIX-UPSTREAM nautilus-tracker-0.14.patch bgo#667853 vu...@opensuse.org 
-- Support tracker 0.13/0.14
-Patch0: nautilus-tracker-0.14.patch
 # PATCH-NEEDS-REBASE nautilus-drives-and-volumes-on-desktop.diff bnc335411 
feder...@novell.com
 Patch15:nautilus-drives-and-volumes-on-desktop.diff
 # PATCH-NEEDS-REBASE nautilus-sysadmin-desktop-items.diff fate305252 
feder...@novell.com -- Support sysadmin-defined desktop items (was 
PATCH-FEATURE-OPENSUSE)
@@ -37,8 +36,6 @@
 # needed for directory ownership
 BuildRequires:  dbus-1
 BuildRequires:  fdupes
-# needed for patch0
-BuildRequires:  gnome-common
 BuildRequires:  gnome-icon-theme
 BuildRequires:  gnome-patch-translation
 BuildRequires:  gobject-introspection-devel
@@ -50,8 +47,6 @@
 BuildRequires:  shared-mime-info
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(gail-3.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.31.9
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
@@ -108,15 +103,12 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch0 -p1
 #gnome-patch-translation-prepare
 ### %patch15 -p1
 #%patch21 -p1
 #gnome-patch-translation-update
 
 %build
-# needed for patch0
-NOCONFIGURE=1 gnome-autogen.sh
 %configure\
--disable-update-mimedb \
--enable-gtk-doc

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



commit nagios-rpm-macros for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package nagios-rpm-macros for 
openSUSE:Factory checked in at 2012-02-16 16:20:01

Comparing /work/SRC/openSUSE:Factory/nagios-rpm-macros (Old)
 and  /work/SRC/openSUSE:Factory/.nagios-rpm-macros.new (New)


Package is "nagios-rpm-macros", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/nagios-rpm-macros/nagios-rpm-macros.changes  
2011-11-02 12:07:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.nagios-rpm-macros.new/nagios-rpm-macros.changes 
2012-02-16 16:21:15.0 +0100
@@ -1,0 +2,21 @@
+Tue Feb  7 09:25:23 UTC 2012 - l...@linux-schulserver.de
+
+- added macros.icinga
+
+---
+Wed Dec  7 15:42:27 UTC 2011 - l...@linux-schulserver.de
+
+- added macros.nagiosgrapher
+
+---
+Tue Nov 29 13:25:23 UTC 2011 - l...@linux-schulserver.de
+
+- added %pnp4nagios_libdir
+
+---
+Sat Nov  5 16:03:58 UTC 2011 - l...@linux-schulserver.de
+
+- added first set of macros for check_mk aka livestatus
+- added first set of macros for pnp4nagios
+
+---

New:

  macros.check_mk
  macros.icinga
  macros.nagiosgrapher
  macros.pnp4nagios



Other differences:
--
++ nagios-rpm-macros.spec ++
--- /var/tmp/diff_new_pack.X57L8Q/_old  2012-02-16 16:21:16.0 +0100
+++ /var/tmp/diff_new_pack.X57L8Q/_new  2012-02-16 16:21:16.0 +0100
@@ -1,6 +1,8 @@
 #
 # spec file for package nagios-rpm-macros
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+#
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
 # upon. The license for this file, and modifications and additions to the
@@ -10,26 +12,30 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-
-# norootforbuild
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   nagios-rpm-macros
 Summary:RPM Macros for Nagios based packages
-Version:0.002
-Release:1
-Url:http://en.opensuse.org/Nagios
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Group:  System/Monitoring
+Version:0.03
+Release:0
+Url:http://en.opensuse.org/Nagios
 Source0:macros.nagios
 Source1:%{name}-README
 Source2:nagios-rpm-macros-COPYING
+Source3:macros.check_mk
+Source4:macros.pnp4nagios
+Source5:macros.nagiosgrapher
+Source6:macros.icinga
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package provides rpm macros for building packages for 
-Nagios and/or Icinga.
+Nagios, check_mk and/or Icinga.
 
 
 %prep
@@ -40,6 +46,10 @@
 
 %install
 install -Dm644 %{S:0} %{buildroot}%{_sysconfdir}/rpm/macros.nagios
+cat %{S:3} >> %{buildroot}%{_sysconfdir}/rpm/macros.nagios
+cat %{S:4} >> %{buildroot}%{_sysconfdir}/rpm/macros.nagios
+cat %{S:5} >> %{buildroot}%{_sysconfdir}/rpm/macros.nagios
+cat %{S:6} >> %{buildroot}%{_sysconfdir}/rpm/macros.nagios
 
 %clean
 rm -rf %buildroot

++ macros.check_mk ++
#
# directories and files for check_mk
#
# place for livestatus.o libdir
%livestatus_libdir  %{_prefix}/lib/check_mk
#
%livestatus_socketdir   %{_var}/spool/check_mk
# 
%livestatus_datadir %{_datadir}/check_mk
# confdir
%livestatus_sysconfdir  %{_sysconfdir}/check_mk
# vardir
%livestatus_vardir  %{_var}/lib/check_mk
# livesock
%livestatus_socket_file %{livestatus_socketdir}/livestatus.cmd
# livebackendsdir
%livestatus_livebackendsdir %{livestatus_datadir}/livestatius
# check_mk_configdir
%livestatus_check_mk_configdir  %{livestatus_sysconfdir}/conf.d
# agentsdir
%livestatus_agentsdir   %{livestatus_datadir}/agents
# checksdir
%livestatus_checksdir   %{livestatus_datadir}/checks
# modulesdir
%livestatus_modulesdir  %{livestatus_datadir}/modules
# web_dir
%livestatus_webdir  %{livestatus_datadir}/web
# agentslibdir
%livestatus_agentslibdir%{_prefix}/lib/check_mk_agent
# agentsconfdir
%livestatus_agentsconfdir   %{livestatus_sysconfdir}
# htdocsdir
%livestatus_htdocsdir   %{nagios_datadir}
# nagconfdir
%livestatus_nagconfdir  %{nagios_sysconfdir}/check_mk.d
# rrddir
%l

commit ncurses for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2012-02-16 16:20:25

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


Package is "ncurses", Maintainer is "wer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2012-02-10 
17:28:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes 2012-02-16 
16:21:20.0 +0100
@@ -1,0 +2,17 @@
+Tue Feb 14 18:17:28 UTC 2012 - wer...@suse.de
+
+- Add ncurses patch 5.9.20120211
+  + make sgr for xterm-pcolor agree with other caps -TD
+  + make sgr for att5425 agree with other caps -TD
+  + make sgr for att630 agree with other caps -TD
+  + make sgr for linux entries agree with other caps -TD
+  + make sgr for tvi9065 agree with other caps -TD
+  + make sgr for ncr260vt200an agree with other caps -TD
+  + make sgr for ncr160vt100pp agree with other caps -TD
+  + make sgr for ncr260vt300an agree with other caps -TD
+  + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
+  + make sgr for cygwin, cygwinDBG agree with other caps -TD
+  + add configure option --with-xterm-kbs to simplify configuration for
+Linux versus most other systems.
+
+---



Other differences:
--
++ ncurses.spec ++
--- /var/tmp/diff_new_pack.YYsaW3/_old  2012-02-16 16:21:21.0 +0100
+++ /var/tmp/diff_new_pack.YYsaW3/_new  2012-02-16 16:21:21.0 +0100
@@ -372,6 +372,7 @@
--with-dlsym\
--with-termlib=tinfo\
--with-ticlib=tic   \
+   --with-xterm-kbs=del\
--disable-root-environ  \
--disable-termcap   \
--disable-overwrite \

++ ncurses-5.9-overwrite.dif ++
--- /var/tmp/diff_new_pack.YYsaW3/_old  2012-02-16 16:21:21.0 +0100
+++ /var/tmp/diff_new_pack.YYsaW3/_new  2012-02-16 16:21:21.0 +0100
@@ -12,9 +12,9 @@
 +++ configure  2012-01-30 16:19:43.071146239 +
 @@ -6336,6 +6336,7 @@ else
  fi;
- echo "$as_me:6337: result: $with_overwrite" >&5
+ echo "$as_me:6338: result: $with_overwrite" >&5
  echo "${ECHO_T}$with_overwrite" >&6
 +WITH_OVERWRITE="$with_overwrite"
  
- echo "$as_me:6340: checking if external terminfo-database is used" >&5
+ echo "$as_me:6341: checking if external terminfo-database is used" >&5
  echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6

++ ncurses-5.9-patches.tar.bz2 ++
 12908 lines of diff (skipped)

++ ncurses-5.9.dif ++
--- /var/tmp/diff_new_pack.YYsaW3/_old  2012-02-16 16:21:22.0 +0100
+++ /var/tmp/diff_new_pack.YYsaW3/_new  2012-02-16 16:21:22.0 +0100
@@ -138,8 +138,8 @@
# the next lines are needed for linking libtic over libncurses
TINFO_NAME=${LIB_NAME}
 --- configure
-+++ configure  2012-01-30 16:42:39.543145187 +
-@@ -5564,7 +5564,7 @@ irix*) #(vi
 configure  2012-01-30 17:42:40.0 +0100
+@@ -5565,7 +5565,7 @@ irix*) #(vi
fi
;;
  linux*|gnu*|k*bsd*-gnu) #(vi
@@ -148,7 +148,7 @@
;;
  openbsd[2-9].*|mirbsd*) #(vi
LD_RPATH_OPT="-Wl,-rpath,"
-@@ -10636,12 +10636,15 @@ cat >>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <\$TMP
  CF_EOF
  if test -n "$cf_compress" ; then
-@@ -10766,9 +10769,9 @@ cat >>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <>$cf_edit_man <
@@ -275,8 +275,8 @@
  #include 
  
  #if defined(__cplusplus)
-@@ -18947,7 +18951,7 @@ else
- #line 18946 "configure"
+@@ -18973,7 +18977,7 @@ else
+ #line 18972 "configure"
  #include "confdefs.h"
  
 -#include 
@@ -284,7 +284,7 @@
  #include 
  
  #if defined(__cplusplus)
-@@ -19898,6 +19902,7 @@ if test "$with_termlib" != no ; then
+@@ -19924,6 +19928,7 @@ if test "$with_termlib" != no ; then
TINFO_LDFLAGS="-L${LIB_DIR}"
SHLIB_LIST="$SHLIB_LIST -l${TINFO_LIB_SUFFIX}"
fi

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



commit p11-kit for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package p11-kit for openSUSE:Factory checked 
in at 2012-02-16 16:20:41

Comparing /work/SRC/openSUSE:Factory/p11-kit (Old)
 and  /work/SRC/openSUSE:Factory/.p11-kit.new (New)


Package is "p11-kit", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/p11-kit/p11-kit.changes  2012-01-06 
11:46:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.p11-kit.new/p11-kit.changes 2012-02-16 
16:21:23.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb 10 08:05:27 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.11:
+  + Remove automatic reinitialization of PKCS#11 after fork
+
+---

Old:

  p11-kit-0.10.tar.gz

New:

  p11-kit-0.11.tar.gz



Other differences:
--
++ p11-kit.spec ++
--- /var/tmp/diff_new_pack.x8i6PU/_old  2012-02-16 16:21:24.0 +0100
+++ /var/tmp/diff_new_pack.x8i6PU/_new  2012-02-16 16:21:24.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   p11-kit
-Version:0.10
+Version:0.11
 Release:0
 Summary:Library to work with PKCS#11 modules
 License:BSD-3-Clause

++ p11-kit-0.10.tar.gz -> p11-kit-0.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/p11-kit-0.10/ChangeLog new/p11-kit-0.11/ChangeLog
--- old/p11-kit-0.10/ChangeLog  2012-01-03 17:02:09.0 +0100
+++ new/p11-kit-0.11/ChangeLog  2012-02-09 21:27:45.0 +0100
@@ -1,5 +1,37 @@
 # Generate automatically. Do not edit.
 
+commit 632e268fa86ad8ba55d34044ccc325c20c8fc0c7
+Author: Stef Walter 
+Date:   2012-02-07
+
+Release 0.11
+
+ NEWS   |3 +++
+ configure.ac   |2 +-
+ po/p11-kit.pot |4 ++--
+ 3 files changed, 6 insertions(+), 3 deletions(-)
+
+commit 53c34e8ff80500d6ef9366453e88c27a3a52ee46
+Author: Stef Walter 
+Date:   2012-01-23
+
+Remove automatic reinitialization of PKCS#11 after fork
+
+ * First of all one should only call async-signal-safe functions
+   from the callbacks of pthread_atfork(), and so we cannot
+   reinitialize directly.
+ * Some modules use pthread_atfork() to detect forking and setup
+   their internal state. If we call into them in our pthread_atfork()
+   callback then this is inherently racy.
+ * There was danger of endless loops and deadlocks which are caused
+   by handlers which fork in their C_Initialize
+ * Many processes do fork/exec, reinitializing PKCS#11 for these
+   forks is quite resourc intensive when the child process won't use
+   PKCS#11 at all.
+
+ p11-kit/modules.c |   11 ++-
+ 1 files changed, 2 insertions(+), 9 deletions(-)
+
 commit 001d59596a37369d094edcace455f611d9f55908
 Author: Stef Walter 
 Date:   2012-01-03
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/p11-kit-0.10/NEWS new/p11-kit-0.11/NEWS
--- old/p11-kit-0.10/NEWS   2012-01-03 17:00:13.0 +0100
+++ new/p11-kit-0.11/NEWS   2012-02-09 21:25:39.0 +0100
@@ -1,3 +1,6 @@
+0.11
+ * Remove automatic reinitialization of PKCS#11 after fork
+
 0.10
  * Build fixes, for windows, gcc 4.6.1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/p11-kit-0.10/configure new/p11-kit-0.11/configure
--- old/p11-kit-0.10/configure  2012-01-03 17:01:00.0 +0100
+++ new/p11-kit-0.11/configure  2012-02-09 21:25:44.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for p11-kit 0.10.
+# Generated by GNU Autoconf 2.68 for p11-kit 0.11.
 #
 # Report bugs to .
 #
@@ -571,8 +571,8 @@
 # Identity of this package.
 PACKAGE_NAME='p11-kit'
 PACKAGE_TARNAME='p11-kit'
-PACKAGE_VERSION='0.10'
-PACKAGE_STRING='p11-kit 0.10'
+PACKAGE_VERSION='0.11'
+PACKAGE_STRING='p11-kit 0.11'
 PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue'
 PACKAGE_URL='http://p11-glue.freedesktop.org/p11-kit.html'
 
@@ -1354,7 +1354,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures p11-kit 0.10 to adapt to many kinds of systems.
+\`configure' configures p11-kit 0.11 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1424,7 +1424,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of p11-kit 0.10:";;
+ short | recursive ) echo "Co

commit metacity for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package metacity for openSUSE:Factory 
checked in at 2012-02-16 16:19:48

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


Package is "metacity", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/metacity/metacity.changes2011-10-02 
10:18:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.metacity.new/metacity.changes   2012-02-16 
16:21:11.0 +0100
@@ -1,0 +2,29 @@
+Wed Feb  8 13:47:17 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.34.2:
+  + Port preferences to GSettings
+  + Remove deprecated GTK+ symbols and use accessor functions
+  + Include the default window icon
+  + Various small build system changes
+  + Updated translations.
+- Add pkgconfig(gsettings-desktop-schemas) BuildRequires: new
+  dependency.
+- Add explicit pkgconfig(gio-2.0) BuildRequires: it was missing
+  before.
+- Drop gconf2-devel BuildRequires: migration to GSettings completed.
+- Drop metacity-key-list-binding.patch: not needed after GSettings
+  migration.
+- Split non-essential tools to a metacity-tools subpackage.
+- Split library to libmetacity-private0, move /sbin/ldconfig calls
+  from main %post/%postun to libmetacity-private0 scriptlets, and
+  change metacity Requires in devel package to libmetacity-private0.
+- Replace gconf schema packaging machinery with
+  %glib2_gsettings_schema_* macros.
+- Remove explicit gtk2-devel Requires from devel subpackage: it
+  will automatically be added the pkgconfig() way.
+- Stop passing --disable-schemas-install to configure: there is no
+  gconf schema anymore.
+- Stop changing libexecdir in configure: there is no need for that.
+- Stop checking for non-supported versions of openSUSE (<= 11.2).
+
+---

Old:

  metacity-2.34.1.tar.bz2
  metacity-key-list-binding.patch

New:

  metacity-2.34.2.tar.xz



Other differences:
--
++ metacity.spec ++
--- /var/tmp/diff_new_pack.k60mDu/_old  2012-02-16 16:21:12.0 +0100
+++ /var/tmp/diff_new_pack.k60mDu/_new  2012-02-16 16:21:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package metacity
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,51 +15,64 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   metacity
-BuildRequires:  fdupes
-BuildRequires:  gconf2-devel
-BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  gtk2-devel
-BuildRequires:  intltool
-BuildRequires:  libcanberra-devel
-BuildRequires:  libgtop-devel
-BuildRequires:  startup-notification-devel
-BuildRequires:  translation-update-upstream
-BuildRequires:  update-desktop-files
-BuildRequires:  zenity
+Version:2.34.2
+Release:0
+Summary:A Window Manager for the GNOME Desktop
 License:GPL-2.0+
 Group:  System/GUI/GNOME
-Version:2.34.1
-Release:1
-Summary:A Window Manager for the GNOME Desktop
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/metacity/2.34/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM metacity-uninitialized-variables.patch bgo619524 
vu...@opensuse.org -- Fix uninitialized variables
 Patch0: metacity-uninitialized-variables.patch
 # PATCH-FIX-UPSTREAM metacity-dnd-keynav.patch bgo#135056 -- Taken from 
Fedora, to support alt-tab during drag and drop operation
 Patch1: metacity-dnd-keynav.patch
 # PATCH-FIX-OPENSUSE metacity-bnc385553-buggy-intel-xinerama.diff bnc385553 
feder...@novell.com - Sanitize overlapping (cloned) monitors from Xinerama
 Patch11:metacity-bnc385553-buggy-intel-xinerama.diff
-# PATCH-FIX-UPSTREAM metacity-key-list-binding.patch bnc576977 bgo609101 
sbra...@suse.cz -- Fix key bindings using key lists.
-Patch14:metacity-key-list-binding.patch
 Url:http://www.gnome.org
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
+BuildRequires:  gnome-doc-utils-devel
+BuildRequires:  gtk2-devel >= 2.24.0
+BuildRequires:  intltool
+BuildRequires:  libcanberra-devel
+BuildRequires:  libgtop-devel
+BuildRequires:  startup-notification-devel
+BuildRequires:  translation-update-upstream
+BuildRequires:  update-desktop-files
+BuildRequires:  zenity
+BuildRequires:  pkgconfig(gio-2.0) >= 2.25.10
+BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= 3.3.0
 Requires:   zen

commit mx for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package mx for openSUSE:Factory checked in 
at 2012-02-16 16:19:56

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


Package is "mx", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/mx/mx.changes2012-01-09 15:19:54.0 
+0100
+++ /work/SRC/openSUSE:Factory/.mx.new/mx.changes   2012-02-16 
16:21:13.0 +0100
@@ -1,0 +2,12 @@
+Tue Feb  7 07:48:07 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.4.2:
+  + create-image-cache: use dynamic memory allocation for paths
+  + entry: conditionally disable code that depends on X11
+  + kinetic-scroll-view: correctly clamp to the center
+  + offscreen: only restore the cogl state if it had been modified
+  + Fixed bugs: bco#2614, bco#2686.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+
+---

Old:

  mx-1.4.1.tar.xz

New:

  mx-1.4.2.tar.xz



Other differences:
--
++ mx.spec ++
--- /var/tmp/diff_new_pack.VAFbGJ/_old  2012-02-16 16:21:14.0 +0100
+++ /var/tmp/diff_new_pack.VAFbGJ/_new  2012-02-16 16:21:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mx
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 Name:   mx
-Version:1.4.1
+Version:1.4.2
 Release:0
 Summary:Clutter-based Toolkit
 License:LGPL-2.1
@@ -25,8 +25,6 @@
 Source0:
http://source.clutter-project.org/sources/mx/1.4/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(clutter-1.0)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)

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



commit malaga for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package malaga for openSUSE:Factory checked 
in at 2012-02-16 16:19:41

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


Package is "malaga", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/malaga/malaga.changes2011-11-23 
19:36:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.malaga.new/malaga.changes   2012-02-16 
16:19:43.0 +0100
@@ -1,0 +2,11 @@
+Mon Feb 13 10:50:10 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Wed Nov 23 15:13:48 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+
+---



Other differences:
--
++ malaga.spec ++
--- /var/tmp/diff_new_pack.xU8ai8/_old  2012-02-16 16:19:44.0 +0100
+++ /var/tmp/diff_new_pack.xU8ai8/_new  2012-02-16 16:19:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package malaga
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   malaga
 Version:7.12
-Release:47
+Release:0
 Url:http://home.arcor.de/bjoern-beutel/malaga
-License:GPLv2+
 Summary:A Grammar Development Environment for Natural Languages
+License:GPL-2.0+
 Group:  Productivity/Text/Spell
 Source: %{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 PreReq: %install_info_prereq
 Requires:   libmalaga7 = %{version}
-BuildRequires:  gtk2-devel libtool readline-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  libtool
+BuildRequires:  readline-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch0: malaga-7.12-verbose.patch
 # PATCH-FIX-FEDORA malaga-rename-map_file.diff bnc#641649 redhat#502546 
sourceforge#2802548 sbra...@suse.cz -- Fix symbol clash with samba.
@@ -45,30 +45,16 @@
 Grammar" (LAG), developed by Roland Hausser, professor for
 Computational Linguistics at University of Erlangen, Germany.
 
-
-
-Authors:
-
-Bjoern Beutel
-
 %package -n libmalaga7
-License:GPLv2+
-Group:  System/Libraries
 Summary:Malaga Library Files.
+Group:  System/Libraries
 
 %description -n libmalaga7
 Malaga library files.
 
-
-
-Authors:
-
-Bjoern Beutel
-
 %package -n libmalaga-devel
-License:GPLv2+
-Group:  Development/Libraries/C and C++
 Summary:Include Files and Libraries mandatory for Development
+Group:  Development/Libraries/C and C++
 Requires:   libmalaga7 = %{version}
 # File name used up to openSUSE 11.0:
 Provides:   libmalaga7-devel = %{version}
@@ -78,12 +64,6 @@
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
-
-
-Authors:
-
-Bjoern Beutel
-
 %prep
 %setup -q
 %patch0
@@ -93,7 +73,7 @@
 autoreconf -f -i -v
 %configure --with-pic\
--disable-static
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -101,9 +81,6 @@
 mv $RPM_BUILD_ROOT%{_datadir}/malaga/malaga.el 
$RPM_BUILD_ROOT/usr/share/emacs/site-lisp
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 

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



commit lua51 for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package lua51 for openSUSE:Factory checked 
in at 2012-02-16 16:19:31

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


Package is "lua51", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/lua51/lua51.changes  2012-01-07 
15:58:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.lua51.new/lua51.changes 2012-02-16 
16:19:33.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:49:58 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ lua51.spec ++
--- /var/tmp/diff_new_pack.M7Dzdw/_old  2012-02-16 16:19:34.0 +0100
+++ /var/tmp/diff_new_pack.M7Dzdw/_new  2012-02-16 16:19:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lua51
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   lua51
 Version:5.1.4
-Release:17
+Release:0
 %define major_version 5.1
-License:MIT License (or similar)
-Group:  System/Libraries
-AutoReqProv:on
-BuildRequires:  pkg-config readline-devel update-alternatives
+BuildRequires:  pkg-config
+BuildRequires:  readline-devel
+BuildRequires:  update-alternatives
 PreReq: update-alternatives
 Summary:Small Embeddable Language with Simple Procedural Syntax
+License:MIT
+Group:  System/Libraries
 Url:http://www.lua.org
 Source: %{name}-%{version}.tar.bz2
 Source1:macros.lua
@@ -52,7 +51,6 @@
 simplicity, efficiency, portability, and low embedding cost.
 
 %package devel
-License:MIT License (or similar)
 Summary:Development files for lua
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
@@ -68,7 +66,6 @@
 application.
 
 %package -n liblua5_1
-License:MIT License (or similar)
 Summary:Small Embeddable Language with Simple Procedural Syntax
 Group:  System/Libraries
 Provides:   %{name}-libs = 5.1.3
@@ -88,7 +85,6 @@
 simplicity, efficiency, portability, and low embedding cost.
 
 %package doc
-License:MIT License (or similar)
 Summary:Small Embeddable Language with Simple Procedural Syntax
 Group:  System/Libraries
 %if 0%{?suse_version} >= 1120

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



commit libzip for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libzip for openSUSE:Factory checked 
in at 2012-02-16 16:19:18

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


Package is "libzip", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libzip/libzip.changes2011-12-31 
17:20:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.libzip.new/libzip.changes   2012-02-16 
16:19:28.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:49:41 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ libzip.spec ++
--- /var/tmp/diff_new_pack.VBl67S/_old  2012-02-16 16:19:29.0 +0100
+++ /var/tmp/diff_new_pack.VBl67S/_new  2012-02-16 16:19:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libzip
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,17 @@
 #
 
 
-
 Name:   libzip
 Version:0.10
-Release:3
+Release:0
 Summary:C library for reading, creating, and modifying zip archives
-License:BSD3c
+License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
 Source0:http://www.nih.at/libzip/%{name}-%{version}.tar.bz2
 Url:http://www.nih.at/libzip
+BuildRequires:  libtool
+BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
-BuildRequires:  libtool pkg-config
 Provides:   libzip-util = %{version}
 Obsoletes:  libzip-util < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,12 +43,12 @@
  * zipcmp - compares the zip archives and check if they contains same files
  * ziptorrent - manipulate with a restricted file format used for using 
bittorrent on zip files.
 
-%package -n libzip2
+%define soname 2
+
+%package -n libzip%soname
 Summary:C library for reading, creating, and modifying zip archives
 Group:  Development/Libraries/C and C++
 
-%define soname 2
-
 %description -n libzip%{soname}
 This is libzip, a C library for reading, creating, and modifying zip
 archives.  Files can be added from data buffers, files, or compressed

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



commit libwpd for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libwpd for openSUSE:Factory checked 
in at 2012-02-16 16:19:13

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


Package is "libwpd", Maintainer is "pmla...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libwpd/libwpd.changes2011-11-29 
17:16:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwpd.new/libwpd.changes   2012-02-16 
16:19:15.0 +0100
@@ -0,0 +1,18 @@
+---
+Tue Jan 24 09:40:19 UTC 2012 - jeng...@medozas.de
+
+- Use SPDX-style license field
+
+---
+Mon Jan 23 18:13:12 UTC 2012 - crrodrig...@opensuse.org
+
+- Build with fvisibility-inlines-hidden, saves around 
+  600 entries in the exported symbol table.
+
+---
+Tue Nov 29 15:10:34 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+- Set proper group on subpackages
+



Other differences:
--
++ libwpd.spec ++
--- /var/tmp/diff_new_pack.VG3VjC/_old  2012-02-16 16:19:16.0 +0100
+++ /var/tmp/diff_new_pack.VG3VjC/_new  2012-02-16 16:19:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libwpd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   libwpd
 # note: the main package is empty, it only sets a sane name for the source rpm
 BuildRequires:  doxygen gcc-c++ pkgconfig
-License:LGPLv2.1+
-Group:  System/Libraries
-AutoReqProv:on
+License:LGPL-2.1+
+Group:  Productivity/Publishing/Word
 Version:0.9.4
 Release:0
 Summary:Library for Importing WordPerfect (tm) Documents
 Source: libwpd-%{version}.tar.bz2
 Url:http://libwpd.sourceforge.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define debug_package_requires libwpd-0_9-9 = %{version}-%{release}
 
 %description
 libwpd is a general purpose library for reading or interpreting data
@@ -38,17 +35,9 @@
 designed to be used by another program (for example, a word processor)
 as an in-process component.
 
-
-
-Authors:
-
-William Lachance 
-Marc Maurer 
-Fridrich Strba 
-
-%package -n libwpd-0_9-9
-License:LGPLv2.1+
 %define libname libwpd-0_9-9
+
+%package -n %libname
 Group:  System/Libraries
 # remove the old non-versioned package (built in the bs for instance)
 Obsoletes:  libwpd < %version
@@ -60,20 +49,9 @@
 designed to be used by another program (for example, a word processor)
 as an in-process component.
 
-
-
-Authors:
-
-William Lachance 
-Marc Maurer 
-Fridrich Strba 
-
-
 %package devel
-License:LGPLv2.1+
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Summary:Library for importing WordPerfect (tm) documents
-Provides:   libwpd-devel = %{version}-%{release}
 Requires:   %{libname} = %{version} libstdc++-devel
 
 %description devel
@@ -82,33 +60,15 @@
 is designed to be used by another program (e.g.: a word processor) as
 an in-process component.
 
-
-
-Authors:
-
-William Lachance 
-Marc Maurer 
-Fridrich Strba 
-
 %package devel-doc
-License:LGPLv2.1+
-Group:  System/Libraries
+Group:  Documentation
 Summary:Documentation for the libwpd API
 Requires:   libwpd-devel
 
 %description devel-doc
 This package contains documentation for the libwpd API.
 
-
-
-Authors:
-
-William Lachance 
-Marc Maurer 
-Fridrich Strba 
-
 %package tools
-License:LGPLv2.1+
 Group:  Productivity/Publishing/Word
 Summary:Library for importing WordPerfect (tm) documents
 
@@ -116,28 +76,18 @@
 Tools to transform WordPerfect Documents into other formats. Currently
 supported: html, raw, text
 
-
-
-Authors:
-
-William Lachance 
-Marc Maurer 
-Fridrich Strba 
-
 %prep
 %setup -q
 
 %build
+export CXXFLAGS="%optflags -fvisibility-inlines-hidden"
 %configure --disable-static --docdir=%_docdir/%name
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 rm $RPM_BUILD_ROOT%_libdir/*.la
 
-%clean
-rm -rf $RPM_BUI

commit libwnck for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libwnck for openSUSE:Factory checked 
in at 2012-02-16 16:19:06

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


Package is "libwnck", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/libwnck/libwnck.changes  2012-01-09 
15:19:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwnck.new/libwnck.changes 2012-02-16 
16:19:09.0 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 07:53:42 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.5:
+  + Features:
+- Add wnck_shutdown() API
+  + Fixes:
+- Don't ask for tasklist menus to be pushed in
+  + Updated translations.
+
+---

Old:

  libwnck-3.2.1.tar.bz2

New:

  libwnck-3.3.5.tar.xz



Other differences:
--
++ libwnck.spec ++
--- /var/tmp/diff_new_pack.A5ZT8H/_old  2012-02-16 16:19:10.0 +0100
+++ /var/tmp/diff_new_pack.A5ZT8H/_new  2012-02-16 16:19:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libwnck
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libwnck
-Version:3.2.1
+Version:3.3.5
 Release:0
 # WARNING: After changing versions please call Re or rpmbuild to auto-update 
spec file:
 #%(sh %{_sourcedir}/%{name}_spec-update.sh %{_sourcedir} %{name} libwnck-1)
@@ -24,7 +25,7 @@
 Summary:Window Navigator Construction Kit (Library Package)
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Source: 
http://download.gnome.org/sources/libwnck/3.2/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/libwnck/3.3/%{name}-%{version}.tar.xz
 Source1:%{name}_spec-update.sh
 Source99:   baselibs.conf
 BuildRequires:  fdupes

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



commit libwacom for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2012-02-16 16:19:00

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


Package is "libwacom", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2012-01-26 
14:06:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2012-02-16 
16:19:02.0 +0100
@@ -1,0 +2,18 @@
+Tue Feb  7 15:40:45 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.3:
+  + Loads of new and updated tablet definition files
+  + Add and correct information about styli
+  + Update wacom.example with loads of documentation about adding
+new tablet definitions
+  + Handle Puck device type
+  + Support enumerating touchstrips, touchrings and buttons
+  + Get device name from the kernel for generic tablets
+  + Add support for the WACf004 serial tablet
+  + Build fixes (exported symbols, soname)
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+- Rename libwacom0 subpackage to libwacom2, following upstream
+  soversion change.
+
+---

Old:

  libwacom-0.2.tar.xz

New:

  libwacom-0.3.tar.xz



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.XEJnoO/_old  2012-02-16 16:19:03.0 +0100
+++ /var/tmp/diff_new_pack.XEJnoO/_new  2012-02-16 16:19:03.0 +0100
@@ -15,17 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libwacom
-Version:0.2
+Version:0.3
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT
 Group:  System/Libraries
 Url:http://linuxwacom.sourceforge.net/
-Source: 
http://download.gnome.org/sources/libwacom/0.2/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/libwacom/0.3/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,12 +34,12 @@
 features. It provides easy access to information such as "is this a
 built-in on-screen tablet", "what is the size of this model", etc.
 
-%package -n libwacom0
+%package -n libwacom2
 Summary:Library to identify wacom tablets
 Group:  System/Libraries
 Requires:   %{name}-data >= %{version}
 
-%description -n libwacom0
+%description -n libwacom2
 libwacom is a library to identify wacom tablets and their model-specific
 features. It provides easy access to information such as "is this a
 built-in on-screen tablet", "what is the size of this model", etc.
@@ -57,7 +56,7 @@
 %package devel
 Summary:Library to identify wacom tablets -- Development Files
 Group:  Development/Libraries/C and C++
-Requires:   libwacom0 = %{version}
+Requires:   libwacom2 = %{version}
 
 %description devel
 libwacom is a library to identify wacom tablets and their model-specific
@@ -76,14 +75,14 @@
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -n libwacom0 -p /sbin/ldconfig
+%post -n libwacom2 -p /sbin/ldconfig
 
-%postun -n libwacom0 -p /sbin/ldconfig
+%postun -n libwacom2 -p /sbin/ldconfig
 
-%files -n libwacom0
+%files -n libwacom2
 %defattr(-,root,root)
 %doc COPYING NEWS README
-%{_libdir}/libwacom.so.0*
+%{_libdir}/libwacom.so.2*
 
 %files data
 %defattr(-,root,root)

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.XEJnoO/_old  2012-02-16 16:19:03.0 +0100
+++ /var/tmp/diff_new_pack.XEJnoO/_new  2012-02-16 16:19:03.0 +0100
@@ -1 +1 @@
-libwacom0
+libwacom2

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



commit libunique1 for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libunique1 for openSUSE:Factory 
checked in at 2012-02-16 16:18:55

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


Package is "libunique1", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libunique1/libunique1.changes2012-01-09 
15:19:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.libunique1.new/libunique1.changes   
2012-02-16 16:18:57.0 +0100
@@ -1,0 +2,10 @@
+Wed Feb  8 20:24:07 UTC 2012 - dims...@opensuse.org
+
+- Pss --disable-maintainer-flags to configure to allow building
+  despite the use of deprecated API of glib 2.31.14+.
+- Change dbus-1-glib-devel and gtk2-devel BuildRequires to their
+  pkgconfig() replacements: dbus-glib-1, gtk+-2.0.
+- Drop gtk2-devel Requires from -devel package: it will be added
+  automatically the pkgconfig() way.
+
+---



Other differences:
--
++ libunique1.spec ++
--- /var/tmp/diff_new_pack.q6wKS0/_old  2012-02-16 16:18:58.0 +0100
+++ /var/tmp/diff_new_pack.q6wKS0/_new  2012-02-16 16:18:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libunique1
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libunique1
 %define _name   libunique
 Version:1.1.6
@@ -28,11 +29,11 @@
 Patch0: libunique1-gcc46.patch
 # PATCH-FIX-UPSTREAM libunique1-no_g_const_return.patch dims...@opensuse.org 
-- Use const instead of G_CONST_RETURN. Not send upstream, as libunique1 is 
obsoleted.
 Patch1: libunique1-no_g_const_return.patch
-BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
-BuildRequires:  gtk2-devel
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define debug_package_requires libunique-1_0-0 = %{version}
 
@@ -64,7 +65,6 @@
 %package devel
 Summary:A library for writing single instance application - 
development files
 Group:  Development/Libraries/GNOME
-Requires:   gtk2-devel
 Requires:   libunique-1_0-0 = %{version}
 Requires:   typelib-1_0-Unique-1_0 = %{version}
 Provides:   unique-doc = %{version}
@@ -83,11 +83,16 @@
 %patch1 -p1
 
 %build
-%configure --enable-debug=no --enable-static=no --enable-dbus=yes
-make %{?jobs:-j%jobs}
+# We use --disable-maintainer-flags to allow building with deprecated API
+%configure \
+--enable-debug=no \
+--enable-static=no \
+--enable-dbus=yes \
+--disable-maintainer-flags
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 rm %{buildroot}%{_libdir}/*.la
 
 %post -n libunique-1_0-0 -p /sbin/ldconfig

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



commit librsvg for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package librsvg for openSUSE:Factory checked 
in at 2012-02-16 16:18:47

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


Package is "librsvg", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/librsvg/librsvg.changes  2012-01-09 
15:42:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.librsvg.new/librsvg.changes 2012-02-16 
16:18:50.0 +0100
@@ -1,0 +2,28 @@
+Wed Feb  8 11:09:51 UTC 2012 - vu...@opensuse.org
+
+- Really build introspection support:
+  + Pass --enable-introspection to configure.
+  + Add typelib-1_0-Rsvg-2_0 subpackage.
+  + Add typelib-1_0-Rsvg-2_0 Requires to devel subpackage.
+- Stop passing non-existing --with-svgz option to configure.
+- Change group of librsvg-2-2 from Development/Libraries/C and C++
+  to System/Libraries.
+
+---
+Tue Feb  7 11:17:28 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.35.2:
+  + Bug fixes.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+- Add gobject-introspection-devel BuildRequires to build
+  introspection support: somehow, we never did that earlier.
+- Drop env-paths.diff: the script that was patched got dropped.
+- Remove definition of gtk3-engine-svg subpackage: the gtk+ 3 theme
+  engine got removed.
+- Remove build_gtk3_support macro and always build with GTK+ 3
+  support now that it's all fine.
+- Add hack in %install to not install data files for an old
+  non-working GTK+ 3 theme.
+
+---

Old:

  env-paths.diff
  librsvg-2.35.1.tar.xz

New:

  librsvg-2.35.2.tar.xz



Other differences:
--
++ librsvg.spec ++
--- /var/tmp/diff_new_pack.LGW3kP/_old  2012-02-16 16:18:51.0 +0100
+++ /var/tmp/diff_new_pack.LGW3kP/_new  2012-02-16 16:18:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package librsvg
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,11 +14,10 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-#
-%define build_gtk3_support 0
+
 
 Name:   librsvg
-Version:2.35.1
+Version:2.35.2
 Release:0
 Summary:A Library for Rendering SVG Data
 License:LGPL-2.0+ ; GPL-2.0+
@@ -28,18 +27,14 @@
 Source99:   baselibs.conf
 # PATCH-FIX-OPENSUSE librsvg-gdk-pixbuf-query-loaders-64.patch 
vu...@opensuse.org -- Fix check for gdk-pixbuf-query-loaders on 64bit systems
 Patch0: librsvg-gdk-pixbuf-query-loaders-64.patch
-Patch1: env-paths.diff
 BuildRequires:  automake
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
+BuildRequires:  gobject-introspection-devel
 BuildRequires:  pkgconfig(cairo) >= 1.2.0
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
-BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.24.0
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
-%if %{build_gtk3_support}
 BuildRequires:  pkgconfig(gtk+-3.0)
-%endif
 BuildRequires:  pkgconfig(libcroco-0.6)
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.7.0
 BuildRequires:  pkgconfig(pangocairo) >= 1.16.0
@@ -53,7 +48,7 @@
 %package -n librsvg-2-2
 Summary:A Library for Rendering SVG Data
 License:LGPL-2.0+
-Group:  Development/Libraries/C and C++
+Group:  System/Libraries
 # bug437293
 %ifarch ppc64
 Obsoletes:  librsvg-64bit
@@ -69,6 +64,18 @@
 graphics) data. This format has been specified by the W3C (see
 http://www.w3c.org).
 
+%package -n typelib-1_0-Rsvg-2_0
+Summary:A Library for Rendering SVG Data -- Introspection bindings
+License:LGPL-2.0+
+Group:  System/Libraries
+
+%description -n typelib-1_0-Rsvg-2_0
+This package contains a library to render SVG (scalable vector
+graphics) data. This format has been specified by the W3C (see
+http://www.w3c.org).
+
+This package provides the GObject Introspection bindings for librsvg.
+
 %package devel
 Summary:Include Files and Libraries mandatory for Development
 License:LGPL-2.0+
@@ -76,6 +83,7 @@
 Provides:   librsvg2-devel = %{version}
 Obsoletes:  librsvg2-devel < %{version}
 Requires:   librsvg-2-2 = %{version}
+Requires:   typelib-1_0-Rsvg-2_0 = %{version}
 # bug437293
 %ifarch ppc64
 Obsoletes:  librsvg-devel-64b

commit libotr for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libotr for openSUSE:Factory checked 
in at 2012-02-16 16:18:41

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


Package is "libotr", Maintainer is "bwhite...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/libotr/libotr.changes2011-11-21 
15:47:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.libotr.new/libotr.changes   2012-02-16 
16:18:42.0 +0100
@@ -1,0 +2,11 @@
+Mon Feb 13 10:49:09 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Mon Nov 21 15:25:39 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+
+---



Other differences:
--
++ libotr.spec ++
--- /var/tmp/diff_new_pack.xY49iY/_old  2012-02-16 16:18:42.0 +0100
+++ /var/tmp/diff_new_pack.xY49iY/_new  2012-02-16 16:18:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libotr
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libotr
-BuildRequires:  libgcrypt-devel libtool
+BuildRequires:  libgcrypt-devel
+BuildRequires:  libtool
 Version:3.2.0
-Release:1
+Release:0
 Url:http://www.cypherpunks.ca/otr/
-Group:  Development/Libraries/C and C++
-License:LGPL v2.1 or later
 Summary:"Off The Record" messaging library toolkit
+License:LGPL-2.1+
+Group:  Development/Libraries/C and C++
 Source: http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -41,14 +40,7 @@
 secrecy If you lose control of your private keys, no previous
 conversation is compromised.
 
-
-
-Authors:
-
-Nikita Borisov and Ian Goldberg 
-
 %package -n libotr2
-License:LGPL v2.1 or later
 Summary:"Off The Record" messaging library toolkit
 Group:  Development/Libraries/C and C++
 #openSUSE 10.3
@@ -67,14 +59,7 @@
 secrecy If you lose control of your private keys, no previous
 conversation is compromised.
 
-
-
-Authors:
-
-Nikita Borisov and Ian Goldberg 
-
 %package devel
-License:LGPL v2.1 or later
 Summary:Include files and development libraries
 Group:  Development/Libraries/C and C++
 Requires:   libotr2 = %{version} libgcrypt-devel
@@ -82,14 +67,7 @@
 %description devel
 Headers and development libraries for libotr
 
-
-
-Authors:
-
-Nikita Borisov and Ian Goldberg 
-
 %package tools
-License:LGPL v2.1 or later
 Summary:"Off The Record" messaging library toolkit
 Group:  Development/Libraries/C and C++
 
@@ -105,12 +83,6 @@
 secrecy If you lose control of your private keys, no previous
 conversation is compromised.
 
-
-
-Authors:
-
-Nikita Borisov and Ian Goldberg 
-
 %prep
 %setup -q
 
@@ -122,7 +94,7 @@
 %endif
 autoreconf -fi
 %configure --disable-static --with-pic
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %check 
 %{__make} check
@@ -131,9 +103,6 @@
 %{__make} DESTDIR=%{buildroot} install
 %{__rm} -f %{buildroot}%{_libdir}/libotr.la
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files tools
 %defattr (-, root, root)
 %{_bindir}/otr*

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



commit libotf for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libotf for openSUSE:Factory checked 
in at 2012-02-16 16:18:33

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


Package is "libotf", Maintainer is "jpal...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/libotf/libotf.changes2011-12-31 
17:19:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.libotf.new/libotf.changes   2012-02-16 
16:18:35.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:49:07 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ libotf.spec ++
--- /var/tmp/diff_new_pack.jG8ig5/_old  2012-02-16 16:18:36.0 +0100
+++ /var/tmp/diff_new_pack.jG8ig5/_new  2012-02-16 16:18:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libotf
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   libotf
 Version:0.9.12
-Release:6
-License:LGPLv2.1+
+Release:0
 Summary:Library for Handling OpenType Fonts
-Url:http://www.m17n.org/libotf/
+License:LGPL-2.1+
 Group:  System/I18n/Japanese
+Url:http://www.m17n.org/libotf/
 # CVS:
 #cvs -d :pserver:anonym...@cvs.m17n.org:/cvs/m17n login
 #cvs -d :pserver:anonym...@cvs.m17n.org:/cvs/m17n co libotf
@@ -41,7 +40,6 @@
 languages.
 
 %package -n libotf0
-License:LGPLv2.1+
 Summary:Shared library for libotf
 Group:  System/I18n/Japanese
 
@@ -50,7 +48,6 @@
 languages.
 
 %package devel
-License:LGPLv2.1+
 Summary:Include Files and Libraries mandatory for Development.
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}

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



commit libnfnetlink for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libnfnetlink for openSUSE:Factory 
checked in at 2012-02-16 16:18:24

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


Package is "libnfnetlink", Maintainer is "j...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libnfnetlink/libnfnetlink.changes
2011-12-31 17:19:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnfnetlink.new/libnfnetlink.changes   
2012-02-16 16:18:26.0 +0100
@@ -1,0 +2,18 @@
+Fri Feb 10 15:54:47 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0
+  Look at e.g. src/iftable.c - please check if GPL-3.0 applications require
+  this library
+
+---
+Sat Dec 31 20:25:58 UTC 2011 - jeng...@medozas.de
+
+- Update to new git snapshot 1.0.0+git28
+* build updates, license update
+
+---
+Thu Dec 29 20:50:58 UTC 2011 - jeng...@medozas.de
+
+- Use separate include dir to detect compile errors
+
+---

Old:

  libnfnetlink-1.0.0+git1.tar.xz

New:

  libnfnetlink-1.0.0+git28.tar.xz



Other differences:
--
++ libnfnetlink.spec ++
--- /var/tmp/diff_new_pack.29vnHL/_old  2012-02-16 16:18:27.0 +0100
+++ /var/tmp/diff_new_pack.29vnHL/_new  2012-02-16 16:18:27.0 +0100
@@ -19,11 +19,11 @@
 
 Name:   libnfnetlink
 %define libsoname  %{name}0
-Version:1.0.0+git1
+Version:1.0.0+git28
 Release:2
 License:GPL-2.0
 Group:  Productivity/Networking/Security
-URL:http://netfilter.org/projects/libnfnetlink/
+Url:http://netfilter.org/projects/libnfnetlink/
 
 #Git-Clone:git://git.netfilter.org/libnfnetlink
 #DL-URL:   ftp://ftp.netfilter.org/pub/libnfnetlink/
@@ -31,9 +31,7 @@
 Source: %name-%version.tar.xz
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkgconfig
-BuildRequires:  xz
-BuildRequires:  libtool
+BuildRequires:  autoconf automake >= 1.6 libtool pkgconfig >= 0.23 xz
 Summary:Low-level library for Netfilter-related kernel/userspace 
communication
 
 %description
@@ -47,8 +45,6 @@
 It is only used by other netfilter.org projects, such as
 libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
 
-%define debug_package_requires %libsoname = %version-%release
-
 %package -n %libsoname
 Group:  System/Libraries
 Summary:Low-level library for Netfilter-related kernel/userspace 
communication
@@ -90,14 +86,14 @@
 
 %build
 if [ ! -e configure ]; then
-   ./autogen.sh
+   autoreconf -fi;
 fi
-%configure --disable-static
+%configure --disable-static --includedir=%_includedir/%name-%version
 make %{?_smp_mflags}
 
 %install
 %makeinstall
-find %buildroot -name "*.la" -delete
+rm -f "%buildroot/%_libdir"/*.la;
 
 %post -n %libsoname -p /sbin/ldconfig
 
@@ -110,7 +106,7 @@
 
 %files -n %name-devel
 %defattr(-,root,root)
-%_includedir/libnfnetlink
+%_includedir/libnfnetlink*
 %_libdir/libnfnetlink.so
 %_libdir/pkgconfig/libnfnetlink.pc
 

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



commit libnet for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libnet for openSUSE:Factory checked 
in at 2012-02-16 16:18:18

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


Package is "libnet", Maintainer is "mvysko...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libnet/libnet.changes2011-11-21 
15:47:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnet.new/libnet.changes   2012-02-16 
16:18:21.0 +0100
@@ -1,0 +2,10 @@
+Mon Feb 13 10:48:57 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Sun Nov 20 20:45:32 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+
+---



Other differences:
--
++ libnet.spec ++
--- /var/tmp/diff_new_pack.J3WFR7/_old  2012-02-16 16:18:22.0 +0100
+++ /var/tmp/diff_new_pack.J3WFR7/_new  2012-02-16 16:18:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnet
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libnet
 Summary:A C Library for Portable Packet Creation
-Version:1.1.5
-Release:10
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
+Version:1.1.5
+Release:0
 Url:http://sourceforge.net/projects/libnet-dev
 Source: libnet-%{version}.tar.bz2
 Patch1: libnet-1.1.2.1-uninitialized-fix.diff
@@ -41,7 +39,6 @@
 more detailed information.
 
 %package -n libnet1
-License:BSD3c(or similar)
 Summary:A C Library for Portable Packet Creation
 Group:  Development/Libraries/C and C++
 # was last used in openSUSE 11.3
@@ -59,7 +56,6 @@
 
 %package devel
 Summary:Devel files for libnet
-License:BSD3c(or similar)
 Group:  Development/Libraries/C and C++
 Requires:   libnet1 = %{version}
 
@@ -69,7 +65,6 @@
 
 %package doc
 Summary:Documentation for libnet
-License:BSD3c(or similar)
 Group:  Development/Libraries/C and C++
 
 %description doc
@@ -77,7 +72,7 @@
 packets. This package contains documentation.
 
 %prep
-%setup -q -n libnet-%{version}
+%setup -q
 %patch1
 %patch2
 
@@ -99,9 +94,6 @@
 %{__ln_s} -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/libnet.so) 
%{buildroot}%{_libdir}/libnet.so
 %{__rm} -v %{buildroot}/%{_lib}/libnet.so
 
-%clean
-rm -rf  %{buildroot}
-
 %post -n libnet1 -p /sbin/ldconfig
 
 %postun -n libnet1 -p /sbin/ldconfig

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



commit libgnomeprint for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libgnomeprint for openSUSE:Factory 
checked in at 2012-02-16 16:18:13

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


Package is "libgnomeprint", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/libgnomeprint/libgnomeprint.changes  
2011-12-06 18:00:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgnomeprint.new/libgnomeprint.changes 
2012-02-16 16:18:19.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:48:43 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ libgnomeprint.spec ++
--- /var/tmp/diff_new_pack.6Wv6tY/_old  2012-02-16 16:18:20.0 +0100
+++ /var/tmp/diff_new_pack.6Wv6tY/_new  2012-02-16 16:18:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgnomeprint
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libgnomeprint
 BuildRequires:  bison
@@ -33,17 +31,16 @@
 BuildRequires:  popt-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  zlib-devel
-License:GPLv2+ ; LGPLv2.1+
-Group:  Development/Libraries/GNOME
-AutoReqProv:on
 # bug437293
 %ifarch ppc64
 Obsoletes:  libgnomeprint-64bit
 %endif
 #
 Version:2.18.8
-Release:5
+Release:0
 Summary:The GNOME 2.x Printing Library
+License:GPL-2.0+ ; LGPL-2.1+
+Group:  Development/Libraries/GNOME
 Source: %{name}-%{version}.tar.bz2
 Source1:libgnomeprint-icons.tar.gz
 Source99:   baselibs.conf
@@ -60,7 +57,6 @@
 simple and clean API for GNOME programs that have to print documents.
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+
 Summary:Include files and libraries mandatory for development with 
libgnomeprint
 Group:  Development/Libraries/GNOME
 Requires:   %{name} = %{version} libart_lgpl-devel glib2-devel 
libxml2-devel pango-devel
@@ -75,7 +71,6 @@
 to compile and link applications that use libgnomeprint.
 
 %package doc
-License:GPLv2+ ; LGPLv2.1+
 Summary:Documentation for libgnomeprint
 Group:  Development/Libraries/GNOME
 %if 0%{?suse_version} >= 1120

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



commit libgnome-keyring for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libgnome-keyring for 
openSUSE:Factory checked in at 2012-02-16 16:18:07

Comparing /work/SRC/openSUSE:Factory/libgnome-keyring (Old)
 and  /work/SRC/openSUSE:Factory/.libgnome-keyring.new (New)


Package is "libgnome-keyring", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libgnome-keyring/libgnome-keyring.changes
2012-01-25 11:08:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgnome-keyring.new/libgnome-keyring.changes   
2012-02-16 16:18:18.0 +0100
@@ -1,0 +2,19 @@
+Sun Feb  5 21:18:26 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.5:
+  + GObject introspection for synchronous functions
+  + Fix issue where an operation could be completed twice, with
+undefined results.
+  + Test against mock Secret Service rather than
+gnome-keyring-daemon
+  + More testing fixes
+  + Build fixes
+  + Updated translations.
+- Add gobject-introspection-devel to build introspection support.
+- Split typelib file into typelib-1_0-GnomeKeyring-1_0 and add this
+  package as Requires to the -devel package.
+- Change RPM Group of libgnome-keyrin0 to System/Libraries.
+- Drop glib2-devel Requires from the -devel package: it is
+  automatically added the pkgconfig() way.
+
+---

Old:

  libgnome-keyring-3.3.4.tar.xz

New:

  libgnome-keyring-3.3.5.tar.xz



Other differences:
--
++ libgnome-keyring.spec ++
--- /var/tmp/diff_new_pack.eecIOs/_old  2012-02-16 16:18:19.0 +0100
+++ /var/tmp/diff_new_pack.eecIOs/_new  2012-02-16 16:18:19.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libgnome-keyring
-Version:3.3.4
+Version:3.3.5
 Release:0
 Url:http://www.gnome.org/
 Summary:Library to integrate with the GNOME Keyring
@@ -26,6 +27,7 @@
 BuildRequires:  dbus-1-devel
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
+BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  libgcrypt-devel
 BuildRequires:  translation-update-upstream
@@ -41,7 +43,7 @@
 
 %package -n libgnome-keyring0
 Summary:Library to integrate with the GNOME Keyring
-Group:  Development/Libraries/GNOME
+Group:  System/Libraries
 Recommends: %{name}-lang
 Recommends: gnome-keyring
 # To make the lang package happy
@@ -52,11 +54,23 @@
 for users. The libgnome-keyring library is used by applications to
 integrate with the GNOME Keyring system.
 
+%package -n typelib-1_0-GnomeKeyring-1_0
+Summary:Library to integrate with the GNOME Keyring -- Introspection 
bindings
+Group:  System/Libraries
+
+%description -n typelib-1_0-GnomeKeyring-1_0
+The GNOME Keyring is a program that keep password and other secrets
+for users. The libgnome-keyring library is used by applications to
+integrate with the GNOME Keyring system.
+
+This package provides the GObject Introspection bindings for
+libgnome-keyring.
+
 %package devel
 Summary:Library to integrate with the GNOME Keyring - Development Files
 Group:  Development/Libraries/GNOME
 Requires:   libgnome-keyring0 = %{version}
-Requires:   glib2-devel
+Requires:   typelib-1_0-GnomeKeyring-1_0 = %{version}
 Provides:   gnome-keyring-devel = %{version}
 Obsoletes:  gnome-keyring-devel < %{version}
 Provides:   gnome-keyring-doc = %{version}
@@ -95,8 +109,13 @@
 %doc AUTHORS ChangeLog COPYING HACKING NEWS README
 %{_libdir}/libgnome-keyring.so.*
 
+%files -n typelib-1_0-GnomeKeyring-1_0
+%defattr(-,root,root)
+%{_libdir}/girepository-1.0/GnomeKeyring-1.0.typelib
+
 %files devel
 %defattr (-, root, root)
+%{_datadir}/gir-1.0/GnomeKeyring-1.0.gir
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/gnome-keyring-1

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



commit libgnomecups for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libgnomecups for openSUSE:Factory 
checked in at 2012-02-16 16:18:02

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


Package is "libgnomecups", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/libgnomecups/libgnomecups.changes
2012-01-06 11:45:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgnomecups.new/libgnomecups.changes   
2012-02-16 16:18:05.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:48:40 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ libgnomecups.spec ++
--- /var/tmp/diff_new_pack.c7msIa/_old  2012-02-16 16:18:06.0 +0100
+++ /var/tmp/diff_new_pack.c7msIa/_new  2012-02-16 16:18:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgnomecups
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libgnomecups
-BuildRequires:  cups-devel fdupes glib2-devel gnome-common intltool 
translation-update-upstream zlib-devel
+BuildRequires:  cups-devel
+BuildRequires:  fdupes
+BuildRequires:  glib2-devel
+BuildRequires:  gnome-common
+BuildRequires:  intltool
+BuildRequires:  translation-update-upstream
+BuildRequires:  zlib-devel
 Version:0.2.3
-Release:121
+Release:0
 Url:http://www.gnome.org/
-Group:  System/GUI/GNOME
-License:GPLv2+ ; LGPLv2.0
 Summary:GNOME CUPS Library
+License:GPL-2.0+ ; LGPL-2.0
+Group:  System/GUI/GNOME
 Source: %{name}-%{version}.tar.gz
 Source99:   baselibs.conf
 # PATCH-FIX-UPSTREAM libgnomecups-callback-fix.patch
@@ -36,7 +40,6 @@
 Patch2: libgnomecups-ignore-default-ipp-warning.patch
 # PATCH-FIX-UPSTREAM libgnomecups-glib.patch bgo#664930 dims...@opensuse.org 
-- Fix build with glib 2.31: only glib.h can be included.
 Patch3: libgnomecups-glib.patch
-AutoReqProv:on
 # bug437293
 %ifarch ppc64
 Obsoletes:  libgnomecups-64bit
@@ -58,9 +61,8 @@
 Chris Lahey 
 
 %package devel
-License:GPLv2+ ; LGPLv2.0
-Group:  System/GUI/GNOME
 Summary:GNOME CUPS Library
+Group:  System/GUI/GNOME
 Requires:   %{name} = %{version} cups-devel glib2-devel zlib-devel
 # bug437293
 %ifarch ppc64

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



commit libgarcon for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libgarcon for openSUSE:Factory 
checked in at 2012-02-16 16:17:55

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


Package is "libgarcon", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libgarcon/libgarcon.changes  2011-10-16 
12:56:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgarcon.new/libgarcon.changes 2012-02-16 
16:17:57.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb 12 22:38:22 UTC 2012 - g...@opensuse.org
+
+- update to version 0.1.10
+  - add hardware and personal directories
+  - support Link desktop types
+  - translation updates
+
+---

Old:

  garcon-0.1.9.tar.bz2

New:

  garcon-0.1.10.tar.bz2



Other differences:
--
++ libgarcon.spec ++
--- /var/tmp/diff_new_pack.VxpfWU/_old  2012-02-16 16:17:58.0 +0100
+++ /var/tmp/diff_new_pack.VxpfWU/_new  2012-02-16 16:17:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgarcon
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   libgarcon
-Version:0.1.9
-Release:1
-License:GPL-2.0+
+Version:0.1.10
+Release:0
 Summary:Library Implementing the freedesktop.org Desktop Menu 
Specification
-Url:http://wiki.xfce.org/dev/garcon
+License:GPL-2.0+
 Group:  System/Libraries
+Url:http://wiki.xfce.org/dev/garcon
 Source: 
http://archive.xfce.org/src/libs/garcon/0.1/garcon-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE libgarcon-x-suse-unimportant-support.patch 
g...@opensuse.org -- Hide desktop files marked with X-SuSE-Unimportant
 Patch0: libgarcon-x-suse-unimportant-support.patch
@@ -57,7 +56,6 @@
 as Alacarte and also supports merging.
 
 %package devel
-License:GPL-2.0+
 Summary:Development files for garcon
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
@@ -70,7 +68,6 @@
 Garcon.
 
 %package doc
-License:GPL-2.0+
 Summary:Documentation for garcon
 Group:  Documentation/HTML
 Requires:   %{libname} = %{version}
@@ -80,7 +77,6 @@
 This package include the documentation for Garcon.
 
 %package branding-upstream
-License:GPL-2.0+
 Summary:Upstream Branding of %{libname}
 Group:  System/GUI/XFCE
 # BRAND: xfce-applications.menu: Provides the Xfce applications menu.

++ garcon-0.1.9.tar.bz2 -> garcon-0.1.10.tar.bz2 ++
 15431 lines of diff (skipped)

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



commit libewf for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libewf for openSUSE:Factory checked 
in at 2012-02-16 16:17:45

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


Package is "libewf", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libewf.new/libewf.changes   2012-02-16 
16:17:46.0 +0100
@@ -0,0 +1,27 @@
+---
+Wed Feb  8 09:39:32 UTC 2012 - sasc...@suse.de
+
+- Spec file cleanup:
+  * Provide sane versioning, this will break updates in the 'security'
+project now, but this is better than breaking Factory updates later.
+  * Don't "rm -rf %buildroot" in the %install section
+  * Use upstream tarballs
+  * Cleanup BuildRequires
+
+---
+Mon Feb  6 14:26:34 UTC 2012 - cfarr...@suse.com
+
+- license update: LGPL-3.0+
+  No indication that LGPL-3.0 is the license (i.e. only). Looks like
+  LGPL-3.0+
+
+---
+Sun Sep  4 12:32:17 UTC 2011 - tog...@opensuse.org
+
+- Reworked spec based on fedora package
+- TODO
+  +enable disktype for requires 
+
+Tue Sep 14 2010 - tog...@opensuse.org
+- Initial opensuse build service checkin
+

New:

  libewf-20100226-pyver.patch
  libewf-20100226.tar.gz
  libewf.changes
  libewf.spec
  mount_ewf-20090113.py



Other differences:
--
++ libewf.spec ++
#
# spec file for package libewf
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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:   libewf
Version:0.0.0+20100226
Release:0
License:LGPL-3.0+
Summary:Library for the Expert Witness Compression Format (EWF)
Url:http://sourceforge.net/projects/libewf/
Group:  System/Libraries
Source0:
http://sourceforge.net/projects/libewf/files/libewf/libewf-20100226/libewf-20100226.tar.gz
Source1:
http://sourceforge.net/projects/libewf/files/mount_ewf/mount_ewf-20090113/mount_ewf-20090113.py
Patch0: libewf-20100226-pyver.patch
BuildRequires:  e2fsprogs-devel
BuildRequires:  libuuid-devel
BuildRequires:  openssl-devel
BuildRequires:  pkg-config
#Needed for mount.ewf(.py) support
BuildRequires:  python-devel
BuildRequires:  zlib-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%py_requires

%description
Libewf is a library for support of the Expert Witness Compression Format (EWF),
it support both the SMART format (EWF-S01) and the EnCase format (EWF-E01).
Libewf allows you to read and write media information within the EWF files.

%package -n libewf1
Summary:Library to support the Expert Witness Compression Format
Group:  System/Libraries

%description -n libewf1
libewf is a library for support of the Expert Witness Compression Format (EWF).
libewf allows you to read media information of EWF files in the SMART (EWF-S01)
format and the EnCase (EWF-E01) format. libewf allows to read files created by
EnCase 1 to 6, linen and FTK Imager.

%package -n ewftools
Summary:Utilities for the Expert Witness Compression Format (EWF)
Group:  System/Filesystems
Requires:   %{name}1 = %{version}
Requires:   python-fuse >= 0.2

%description -n ewftools
Several tools for reading and writing EWF files.
It contains tools to acquire, verify and export EWF files.

%packagedevel
Summary:Development files for %{name}
Group:  Development/Libraries/C and C++
Requires:   %{name}1 = %{version}
Requires:   pkg-config

%descriptiondevel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q -n libewf-20100226
%patch0 -p1 -b .pyver

%build
export CFLAGS="%{optflags} -fno-strict-aliasing "
export CXXFLAGS="%{optflags}"
%configure --disable-static \
  --enable-wide-character-type \
  --enable-python

#Remove rpath from libtool
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool

commit libevent for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libevent for openSUSE:Factory 
checked in at 2012-02-16 16:17:35

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


Package is "libevent", Maintainer is "meiss...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libevent/libevent.changes2011-09-23 
02:08:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.libevent.new/libevent.changes   2012-02-16 
16:17:39.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb  1 01:13:02 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Use "pkgconfig" BR so that the package also works on Redhats.
+
+---



Other differences:
--
++ libevent.spec ++
--- /var/tmp/diff_new_pack.jlxwTe/_old  2012-02-16 16:17:40.0 +0100
+++ /var/tmp/diff_new_pack.jlxwTe/_new  2012-02-16 16:17:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libevent
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,21 @@
 #
 
 
-
 Name:   libevent
 %define libsoname %{name}-2_0-5
 
 Version:2.0.10
-Release:3
-License:BSD-3-Clause
+Release:0
 Summary:Library Providing an Event Handling API
-Url:http://monkey.org/~provos/libevent/
+License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
+Url:http://monkey.org/~provos/libevent/
 Source0:http://monkey.org/~provos/libevent-%{version}-stable.tar.bz2
 Source1:baselibs.conf 
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 PreReq: %fillup_prereq
 PreReq: %insserv_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define debug_package_requires %{libsoname} = %{version}-%{release}
 
 %description
 The libevent library provides a mechanism to execute a function when a
@@ -41,8 +39,6 @@
 
 
 %package -n %{libsoname}
-
-License:BSD-3-Clause
 Summary:Shared libraries from libevent
 Group:  Development/Libraries/C and C++
 Provides:   %{name} = %{version}
@@ -56,7 +52,6 @@
 This package holds the shared libraries for libevent.
 
 %package devel
-License:BSD-3-Clause
 Summary:Development files for libevent2
 Group:  Development/Libraries/C and C++
 Requires:   %{libsoname} = %{version}
@@ -83,9 +78,6 @@
 %makeinstall
 find %{buildroot}%{_libdir} -name "*.la" -delete -print
 
-%clean
-rm -rf %{buildroot}
-
 %post-n %{libsoname} -p /sbin/ldconfig
 
 %postun  -n %{libsoname} -p /sbin/ldconfig

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



commit libcroco for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libcroco for openSUSE:Factory 
checked in at 2012-02-16 16:17:28

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


Package is "libcroco", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/libcroco/libcroco.changes2012-01-06 
11:45:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.libcroco.new/libcroco.changes   2012-02-16 
16:17:32.0 +0100
@@ -1,0 +2,9 @@
+Tue Feb  7 07:39:32 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.6.4:
+  + Use -Bsymbolic-functions when available
+  + Modernise and simplify configure
+  + bgo#640897: fix format string warning in testcase
+  + bgo#666248: vc++ compilation support
+
+---

Old:

  libcroco-0.6.3.tar.bz2

New:

  libcroco-0.6.4.tar.xz



Other differences:
--
++ libcroco.spec ++
--- /var/tmp/diff_new_pack.vVf56L/_old  2012-02-16 16:17:33.0 +0100
+++ /var/tmp/diff_new_pack.vVf56L/_new  2012-02-16 16:17:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcroco
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libcroco
-Version:0.6.3
+Version:0.6.4
 Release:0
 Summary:CSS2 Parser Library
 License:GPL-2.0+ ; LGPL-2.1+
 Group:  System/Libraries
 Url:http://www.freespiders.org/projects/libcroco/
-Source: 
http://download.gnome.org/sources/libcroco/0.6/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/libcroco/0.6/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  gtk-doc
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.0
+BuildRequires:  pkgconfig(libxml-2.0) >= 2.4.23
 # bug437293
 %ifarch ppc64
 Obsoletes:  libcroco-64bit

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



commit libcppunit-1_12-0 for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libcppunit-1_12-0 for 
openSUSE:Factory checked in at 2012-02-16 16:17:23

Comparing /work/SRC/openSUSE:Factory/libcppunit-1_12-0 (Old)
 and  /work/SRC/openSUSE:Factory/.libcppunit-1_12-0.new (New)


Package is "libcppunit-1_12-0", Maintainer is "adr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libcppunit-1_12-0/libcppunit-1_12-0.changes  
2011-11-14 11:59:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.libcppunit-1_12-0.new/libcppunit-1_12-0.changes 
2012-02-16 16:17:24.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb  9 02:11:29 UTC 2012 - jeng...@medozas.de
+
+- Simply regeneration of autotools scripts
+
+---



Other differences:
--
++ libcppunit-1_12-0.spec ++
--- /var/tmp/diff_new_pack.xG4LSt/_old  2012-02-16 16:17:25.0 +0100
+++ /var/tmp/diff_new_pack.xG4LSt/_new  2012-02-16 16:17:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcppunit-1_12-0
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,19 +16,21 @@
 #
 
 
-
 Name:   libcppunit-1_12-0
 Provides:   cppunit = 1.10.2
 Obsoletes:  cppunit <= 1.10.2
-BuildRequires:  doxygen gcc-c++ pkgconfig update-desktop-files
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
 BuildRequires:  libtool
-URL:http://sourceforge.net/projects/cppunit/
+BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
+Url:http://sourceforge.net/projects/cppunit/
+Summary:C++ Port of the JUnit Testing Framework
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Summary:C++ Port of the JUnit Testing Framework
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Version:1.12.0
-Release:99
+Release:0
 Source: cppunit-%{version}.tar.bz2
 Source1:cppunit-devel.desktop
 Patch:  cppunit.diff
@@ -55,11 +57,7 @@
 %patch
 %patch1
 %patch2 -p1
-libtoolize --force
-aclocal -I config
-autoheader
-automake -a
-autoconf
+autoreconf -fi
 
 %build
 export CXXFLAGS="$RPM_OPT_FLAGS"

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



commit libarchive for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libarchive for openSUSE:Factory 
checked in at 2012-02-16 16:17:13

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


Package is "libarchive", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libarchive/libarchive.changes2012-02-10 
17:16:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.libarchive.new/libarchive.changes   
2012-02-16 16:17:14.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 18:19:49 UTC 2012 - dval...@suse.com
+
+- fix failed tests on ppc 
+
+---

New:

  libarchive-ignore-sigpipe-in-test-suite.patch
  libarchive-test-fuzz.patch



Other differences:
--
++ libarchive.spec ++
--- /var/tmp/diff_new_pack.u73Iob/_old  2012-02-16 16:17:15.0 +0100
+++ /var/tmp/diff_new_pack.u73Iob/_new  2012-02-16 16:17:15.0 +0100
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:   libarchive
 Version:2.8.5
 Release:0
@@ -39,6 +40,9 @@
 Source0:
http://libarchive.googlecode.com/files/libarchive-%{version}.tar.gz
 Source1:baselibs.conf
 Patch1: libarchive-2.5.5_handle_ENOSYS_from_lutimes.patch
+Patch2: libarchive-test-fuzz.patch 
+Patch3: libarchive-ignore-sigpipe-in-test-suite.patch
+
 
 %description
 Libarchive is a programming library that can create and read several
@@ -52,17 +56,23 @@
 This package contains the bsdtar cmdline utility.
 
 %package -n bsdtar
+
+
 Summary:Creates and reads several different streaming archive formats
 Group:  Productivity/Archiving/Compression
 
+
 %description -n bsdtar
 This package contains the bsdtar cmdline utility.
 
 %package -n libarchive2
+
+
 #
 Summary:Library to work with several different streaming archive 
formats
 Group:  Development/Libraries/C and C++
 
+
 %description -n libarchive2
 Libarchive is a programming library that can create and read several
 different streaming archive formats, including most popular tar
@@ -117,6 +127,8 @@
 methods, or new ways of reading/writing archives.
 
 %package -n libarchive-devel
+
+
 Requires:   libacl-devel
 Requires:   libarchive2 = %{version}
 Requires:   zlib-devel
@@ -124,6 +136,7 @@
 Summary:Development files for libarchive
 Group:  Development/Libraries/C and C++
 
+
 %description -n libarchive-devel
 Libarchive is a programming library that can create and read several
 different streaming archive formats, including most popular tar
@@ -138,15 +151,20 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch1
+%patch2 -p1
+%patch3 -p1
+
 
 %build
 #autoreconf -fi
 %configure --disable-static --enable-bsdcpio
 make %{?_smp_mflags}
 
+
 %check
 make check
 
+
 %install
 %makeinstall
 
@@ -154,10 +172,13 @@
 rm -fv %{buildroot}%{_libdir}/*.la
 rm "%{buildroot}%{_mandir}/man5/"{tar,cpio,mtree}.5*
 
+
 %post   -n libarchive2 -p /sbin/ldconfig
 
+
 %postun -n libarchive2 -p /sbin/ldconfig
 
+
 %files -n bsdtar
 %defattr(-,root,root)
 %{_bindir}/bsdtar
@@ -165,11 +186,13 @@
 %{_mandir}/man1/*
 %{_mandir}/man5/*
 
+
 %files -n libarchive2
 %defattr(-,root,root)
 %{_libdir}/libarchive.so.*
 %doc COPYING INSTALL NEWS README examples/
 
+
 %files -n libarchive-devel
 %defattr(-,root,root)
 %{_mandir}/man3/*
@@ -177,4 +200,6 @@
 %{_includedir}/archive*
 %{_libdir}/pkgconfig/libarchive.pc
 
+
+
 %changelog

++ libarchive-ignore-sigpipe-in-test-suite.patch ++
diff -ur libarchive-2.8.5-orig/libarchive/test/main.c 
libarchive-2.8.5/libarchive/test/main.c
--- libarchive-2.8.5-orig/libarchive/test/main.c2010-06-29 
12:06:59.0 +1200
+++ libarchive-2.8.5/libarchive/test/main.c 2011-11-04 20:36:13.0 
+1300
@@ -28,6 +28,7 @@
 #include 
 #include 
 #include 
+#include 
 
 /*
  * This same file is used pretty much verbatim for all test harnesses.
@@ -1873,6 +1874,7 @@
const char *tmp, *option_arg, *p;
char tmpdir[256];
char tmpdir_timestamp[256];
+   struct sigaction sa;
 
(void)argc; /* UNUSED */
 
@@ -2002,6 +2004,14 @@
 #endif
 
/*
+* Ignore SIGPIPE signals
+*/
+   sa.sa_handler = SIG_IGN;
+   sigemptyset(&sa.sa_mask);
+   sa.sa_flags = 0;
+   sigaction(SIGPIPE, &sa, NULL);
+
+   /*
 * Create a temp directory for the following tests.
 * Include the time the tests started as part of the name,
 * to make it easier to track the results of multiple tests.
++ libarchive-test-fuzz.patch ++
Index: libarchive-2.8.5/libarchive/archive_read_support_format_iso9660.c
=

commit libapr1 for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libapr1 for openSUSE:Factory checked 
in at 2012-02-16 16:17:01

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


Package is "libapr1", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libapr1/libapr1.changes  2011-12-27 
18:36:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.libapr1.new/libapr1.changes 2012-02-16 
16:17:04.0 +0100
@@ -1,0 +2,11 @@
+Tue Jan 24 13:58:01 UTC 2012 - cfarr...@suse.com
+
+- license update: Apache-2.0
+  Fix the license to a single SPDX compatible string
+
+---
+Sat Jan 21 00:07:57 CET 2012 - dr...@suse.de
+
+- add Group tag to subpackages
+
+---



Other differences:
--
++ libapr1.spec ++
--- /var/tmp/diff_new_pack.cXeX1q/_old  2012-02-16 16:17:05.0 +0100
+++ /var/tmp/diff_new_pack.cXeX1q/_new  2012-02-16 16:17:05.0 +0100
@@ -35,7 +35,7 @@
 Version:1.4.5
 Release:0
 Summary:Apache Portable Runtime (APR) Library
-License:Other uncritical OpenSource License ; Apache-2.0
+License:Apache-2.0
 Group:  Development/Libraries/Other
 Source: http://www.apache.org/dist/apr/apr-%{version}.tar.bz2
 Source2:baselibs.conf
@@ -62,6 +62,7 @@
 
 %package devel
 Summary:Apache Portable Runtime (APR) Library
+Group:  Development/Libraries/Other
 Requires:   libapr1 = %{version} glibc-devel
 # bug437293
 %ifarch ppc64

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



commit itstool for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package itstool for openSUSE:Factory checked 
in at 2012-02-16 16:16:56

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


Package is "itstool", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/itstool/itstool.changes  2011-10-02 
10:13:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.itstool.new/itstool.changes 2012-02-16 
16:17:03.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb  5 22:16:33 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.1.2:
+  + Better handling of XML errors in PO files.
+
+---

Old:

  itstool-1.1.1.tar.bz2

New:

  itstool-1.1.2.tar.bz2



Other differences:
--
++ itstool.spec ++
--- /var/tmp/diff_new_pack.QNpPWi/_old  2012-02-16 16:17:04.0 +0100
+++ /var/tmp/diff_new_pack.QNpPWi/_new  2012-02-16 16:17:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package itstool
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   itstool
-Version:1.1.1
-Release:1
-License:GPL-3.0+
+Version:1.1.2
+Release:0
 Summary:Tool to translate XML documents using PO files
-Url:http://itstool.org
+License:GPL-3.0+
 Group:  Development/Tools/Other
+Url:http://itstool.org
 Source: http://files.itstool.org/itstool/%{name}-%{version}.tar.bz2
-BuildRequires:  python
 BuildRequires:  libxml2-python
+BuildRequires:  python
 Requires:   libxml2-python
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ itstool-1.1.1.tar.bz2 -> itstool-1.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/itstool-1.1.1/ChangeLog new/itstool-1.1.2/ChangeLog
--- old/itstool-1.1.1/ChangeLog 2011-09-19 15:11:34.0 +0200
+++ new/itstool-1.1.2/ChangeLog 2012-02-05 17:48:33.0 +0100
@@ -1,3 +1,30 @@
+commit ed24c8ab3b22a085daea614638cbc15796011f15
+Author: Shaun McCance 
+Date:   Tue Sep 27 10:16:55 2011 -0400
+
+Better handling of XML errors in PO files
+
+Rather than let an exception kill itstool, just issue a warning
+and use the original-language node. Added --strict to error out
+for XML errors in PO files.
+
+https://bugs.freedesktop.org/show_bug.cgi?id=41254
+
+ itstool.in|   38 ++
+ tests/Translate3.ll.wrong.xml |   12 
+ tests/run_tests.py|   23 +--
+ 3 files changed, 59 insertions(+), 14 deletions(-)
+
+commit e5c3be76682a1e1d224ad89fa3798cf3a7b81900
+Author: Shaun McCance 
+Date:   Mon Sep 19 09:12:30 2011 -0400
+
+Version 1.1.1
+
+ NEWS |7 +++
+ configure.ac |2 +-
+ 2 files changed, 8 insertions(+), 1 deletions(-)
+
 commit 0520144626db679e81725aebfaba273a52fd0bf4
 Merge: 092a264 7e07396
 Author: Shaun McCance 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/itstool-1.1.1/NEWS new/itstool-1.1.2/NEWS
--- old/itstool-1.1.1/NEWS  2011-09-19 15:11:16.0 +0200
+++ new/itstool-1.1.2/NEWS  2012-02-05 17:48:12.0 +0100
@@ -1,3 +1,7 @@
+1.1.2
+=
+* Better handling of XML errors in PO files
+
 1.1.1
 =
 * Catch XML parsing errors and exit with error code
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/itstool-1.1.1/configure new/itstool-1.1.2/configure
--- old/itstool-1.1.1/configure 2011-09-19 15:11:32.0 +0200
+++ new/itstool-1.1.2/configure 2012-02-05 17:48:31.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.66 for itstool 1.1.1.
+# Generated by GNU Autoconf 2.66 for itstool 1.1.2.
 #
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -548,8 +548,8 @@
 # Identity of this package.
 PACKAGE_NAME='itstool'
 PACKAGE_TARNAME='itstool'
-PACKAGE_VERSION='1.1.1'
-PACKAGE_STRING='itstool 1.1.1'
+PACKAGE_VERSION='1.1.2'
+PACKAGE_STRING='itstool 1.1.2'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1165,7 +1165,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.

commit intltool for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package intltool for openSUSE:Factory 
checked in at 2012-02-16 16:16:47

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


Package is "intltool", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/intltool/intltool.changes2012-01-11 
15:37:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.intltool.new/intltool.changes   2012-02-16 
16:16:49.0 +0100
@@ -1,0 +2,12 @@
+Sun Feb  5 18:36:54 CET 2012 - zai...@opensuse.org
+
+- Update to version 0.50.1:
+  + Support AM_SILENT_RULES (lp#402516).
+  + Improve support for extracting messages from GSettings files
+(lp#922685).
+  + Support attribute tag extraction for Glade/GtkBuilder files
+(lp#923841).
+  + Start including a ChangeLog in tarballs and provide a NEWS file
+(lp#924386).
+
+---

Old:

  intltool-0.50.0.tar.gz

New:

  intltool-0.50.1.tar.gz



Other differences:
--
++ intltool.spec ++
--- /var/tmp/diff_new_pack.Zlfp2q/_old  2012-02-16 16:16:50.0 +0100
+++ /var/tmp/diff_new_pack.Zlfp2q/_new  2012-02-16 16:16:50.0 +0100
@@ -15,12 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   intltool
 BuildRequires:  perl-XML-Parser
 Summary:Internationalization Tool Collection
 License:GPL-2.0+
 Group:  Development/Tools/Other
-Version:0.50.0
+Version:0.50.1
 Release:0
 BuildArch:  noarch
 Requires:   gettext-tools
@@ -55,7 +56,7 @@
 
 %files
 %defattr(-, root, root)
-%doc AUTHORS COPYING README TODO
+%doc AUTHORS ChangeLog COPYING NEWS README TODO
 %defattr(-, root, root)
 %{_bindir}/intltool-*
 %{_bindir}/intltoolize

++ intltool-0.50.0.tar.gz -> intltool-0.50.1.tar.gz ++
 5702 lines of diff (skipped)

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



commit ImageMagick for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory 
checked in at 2012-02-16 16:16:39

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


Package is "ImageMagick", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick.changes  2012-01-20 
22:07:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick.changes 
2012-02-16 16:16:40.0 +0100
@@ -1,0 +2,12 @@
+Tue Feb 14 09:02:14 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-ImageMagick
+  Use SUSE- proprietary prefix until SPDX upstream accepts ImageMagick as
+  license (e.g. like Fedora)
+
+---
+Thu Jan 19 15:29:00 UTC 2012 - pgaj...@suse.com
+
+- ImageMagick-devel requires libbz2-devel [bnc#741947]
+
+---



Other differences:
--
++ ImageMagick.spec ++
--- /var/tmp/diff_new_pack.s020WV/_old  2012-02-16 16:16:41.0 +0100
+++ /var/tmp/diff_new_pack.s020WV/_new  2012-02-16 16:16:41.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %bcond_with xtp
 %bcond_without DCraw
 %bcond_without FreeType
@@ -101,7 +100,7 @@
 Release:0
 %define libver  5
 Summary:Viewer and Converter for Images
-License:SUSE-Public-Domain
+License:SUSE-ImageMagick
 Group:  Productivity/Graphics/Other
 Url:http://www.imagemagick.org
 Source: ImageMagick-%{source_version}.tar.bz2
@@ -124,40 +123,42 @@
 %package -n perl-PerlMagick
 Requires:   perl = %{perl_version} ImageMagick = %{version} 
libMagickCore%{libver} = %{version}
 Summary:Perl interface for ImageMagick
-License:SUSE-Public-Domain
+License:SUSE-ImageMagick
 Group:  Development/Libraries/Perl
 
 %package devel
 Requires:   libMagickCore%{libver} = %{version} libMagickWand%{libver} = 
%{version}
 Requires:   ImageMagick = %{version}
 Summary:Include Files and Libraries Mandatory for Development
-License:PERMISSIVE-OSI-COMPLIANT
+License:SUSE-ImageMagick
 Group:  Development/Libraries/C and C++
 Requires:   glibc-devel
+# bnc#741947:
+Requires:   libbz2-devel
 
 %package extra
 Requires:   ImageMagick = %{version} libMagickCore%{libver} = %{version}
 Summary:Viewer and Converter for Images - extra codecs
-License:PERMISSIVE-OSI-COMPLIANT
+License:SUSE-ImageMagick
 Group:  Productivity/Graphics/Other
 #delegates configured in delegates.xml that imagemagick can use
 Recommends: autotrace dcraw transfig ghostscript_any hp2xx netpbm ghostpcl 
libwmf
 
 %package -n libMagickCore%{libver}
 Summary:Viewer and Converter for Images - runtime library
-License:PERMISSIVE-OSI-COMPLIANT
+License:SUSE-ImageMagick
 Group:  Productivity/Graphics/Other
 Suggests:   ImageMagick-extra = %{version}
 
 %package -n libMagickWand%{libver}
 Summary:Viewer and Converter for Images - runtime library
-License:PERMISSIVE-OSI-COMPLIANT
+License:SUSE-ImageMagick
 Group:  Productivity/Graphics/Other
 
 %package -n libMagick++%{libver}
 Requires:   ImageMagick
 Summary:C++ Interface for ImageMagick - runtime library
-License:PERMISSIVE-OSI-COMPLIANT
+License:SUSE-ImageMagick
 Group:  Development/Libraries/C and C++
 # was last used in openSUSE 10.2
 Provides:   ImageMagick-Magick++ = %{version}
@@ -166,14 +167,14 @@
 %package -n libMagick++-devel
 Requires:   ImageMagick-devel = %{version} libMagick++%{libver} = 
%{version} libstdc++-devel
 Summary:C++ Interface for ImageMagick - files mandatory for development
-License:PERMISSIVE-OSI-COMPLIANT
+License:SUSE-ImageMagick
 Group:  Development/Libraries/C and C++
 Provides:   ImageMagick-Magick++-devel = %{version}
 Obsoletes:  ImageMagick-Magick++-devel < %{version}
 
 %package doc
 Summary:Document Files for ImageMagick Library
-License:PERMISSIVE-OSI-COMPLIANT
+License:SUSE-ImageMagick
 Group:  Development/Libraries/C and C++
 %if 0%{?suse_version} >= 1120
 BuildArch:  noarch
@@ -491,6 +492,7 @@
 
 
 
+
 
 
 

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



commit ibus for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package ibus for openSUSE:Factory checked in 
at 2012-02-16 16:16:32

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


Package is "ibus", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/ibus/ibus.changes2012-01-26 
14:05:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.ibus.new/ibus.changes   2012-02-16 
16:16:33.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb 12 17:29:16 UTC 2012 - ft...@geeko.jp
+
+- Fix problem default preload engines do not work (bnc#746612)
+- Fix slow down issue after "source xim.d/ibus" in a SSH session 
+
+---

New:

  ibus-fix-default-preload-engines.patch



Other differences:
--
++ ibus.spec ++
--- /var/tmp/diff_new_pack.32Z3Ag/_old  2012-02-16 16:16:34.0 +0100
+++ /var/tmp/diff_new_pack.32Z3Ag/_new  2012-02-16 16:16:34.0 +0100
@@ -30,6 +30,7 @@
 Source3:xim.ibus.suse.template
 Source4:xim.d-ibus-121
 Patch0: ibus-python-install-dir.patch
+Patch1: ibus-fix-default-preload-engines.patch
 Summary:Intelligent Input Bus for Linux OS
 License:LGPL-2.1+
 Group:  System/I18n/Chinese
@@ -118,8 +119,7 @@
 %prep
 %setup -q
 %patch0 -p1
-#%patch1 -p1
-#%patch2 -p1
+%patch1 -p1
 
 %build
 autoreconf -fi

++ ibus-fix-default-preload-engines.patch ++
diff -ru ibus-1.4.0.org/bus/ibusimpl.c ibus-1.4.0/bus/ibusimpl.c
--- ibus-1.4.0.org/bus/ibusimpl.c   2011-12-01 01:45:56.453139058 +0900
+++ ibus-1.4.0/bus/ibusimpl.c   2011-12-01 01:55:53.941669370 +0900
@@ -530,9 +530,12 @@
 
 GVariant *variant = ibus_config_get_value (ibus->config, "general", 
"preload_engines");
 if (variant != NULL) {
-done = TRUE;
+if (g_variant_n_children (variant) > 0) {
+done = TRUE;
+g_variant_unref (variant);
+return;
+}
 g_variant_unref (variant);
-return;
 }
 
 done = TRUE;
++ xim.d-ibus-121 ++
--- /var/tmp/diff_new_pack.32Z3Ag/_old  2012-02-16 16:16:34.0 +0100
+++ /var/tmp/diff_new_pack.32Z3Ag/_new  2012-02-16 16:16:34.0 +0100
@@ -46,8 +46,9 @@
 export QT_IM_MODULE=xim
 fi
 
-MACHINEID=`cat /var/lib/dbus/machine-id`
-eval `dbus-launch --sh-syntax --autolaunch=$MACHINEID 
--close-stderr`
+if [ -z $DBUS_SESSION_BUS_ADDRESS ]; then
+eval `dbus-launch --sh-syntax --exit-with-session 
--close-stderr < /dev/null`
+fi
 
 ibus-daemon --xim -d
 

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



commit gtksourceview for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gtksourceview for openSUSE:Factory 
checked in at 2012-02-16 16:16:24

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


Package is "gtksourceview", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gtksourceview/gtksourceview.changes  
2012-01-17 16:08:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.gtksourceview.new/gtksourceview.changes 
2012-02-16 16:16:26.0 +0100
@@ -1,0 +2,9 @@
+Tue Feb  7 07:36:17 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Python3 lang file.
+  + Win32 build fixes.
+  + Misc bugfixes.
+  + Updated translations.
+
+---

Old:

  gtksourceview-3.3.2.tar.xz

New:

  gtksourceview-3.3.3.tar.xz



Other differences:
--
++ gtksourceview.spec ++
--- /var/tmp/diff_new_pack.5By4aY/_old  2012-02-16 16:16:27.0 +0100
+++ /var/tmp/diff_new_pack.5By4aY/_new  2012-02-16 16:16:27.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gtksourceview
-Version:3.3.2
+Version:3.3.3
 Release:0
 Summary:GTK+ Source Editing Widget
 License:GPL-2.0+

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



commit gtk-sharp2 for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gtk-sharp2 for openSUSE:Factory 
checked in at 2012-02-16 16:16:16

Comparing /work/SRC/openSUSE:Factory/gtk-sharp2 (Old)
 and  /work/SRC/openSUSE:Factory/.gtk-sharp2.new (New)


Package is "gtk-sharp2", Maintainer is "mono-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gtk-sharp2/gtk-sharp2.changes2011-09-23 
02:02:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtk-sharp2.new/gtk-sharp2.changes   
2012-02-16 16:16:18.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb  9 21:17:36 UTC 2012 - dims...@opensuse.org
+
+- Add gtk-sharp2-glib-2_31.patch: Only glib.h can be #include'd
+  with glib 2.31.
+
+---

New:

  gtk-sharp2-glib-2_31.patch



Other differences:
--
++ gtk-sharp2.spec ++
--- /var/tmp/diff_new_pack.27q54W/_old  2012-02-16 16:16:19.0 +0100
+++ /var/tmp/diff_new_pack.27q54W/_new  2012-02-16 16:16:19.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package gtk-sharp2 (Version 2.12.10)
+# spec file for package gtk-sharp2
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 %define _name gtk-sharp
 
 Name:   gtk-sharp2
 Url:http://www.mono-project.com/GtkSharp
+Summary:.Net Language Bindings for GTK+
 License:GPL-2.0
 Group:  System/GUI/GNOME
-Summary:.Net Language Bindings for GTK+
 # bug437293
 %ifarch ppc64
 Obsoletes:  gtk-sharp2-64bit
@@ -32,25 +30,26 @@
 Obsoletes:  gtk-sharp2-32bit
 %endif
 BuildRequires:  gtkhtml2-devel
+BuildRequires:  libglade2-devel
 BuildRequires:  librsvg-devel
 BuildRequires:  mono-devel
 BuildRequires:  monodoc-core
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
 BuildRequires:  vte-devel
-BuildRequires:  libglade2-devel
 Version:2.12.10
-Release:27
+Release:0
 Source: %{_name}-%{version}.tar.bz2
+Patch0: gtk-sharp2-glib-2_31.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains Mono bindings for gtk+, gdk, atk, and pango.
 
 %package gapi
+Summary:C Source Parser and C Generator
 License:GPL-2.0
 Group:  System/GUI/GNOME
-Summary:C Source Parser and C Generator
 Requires:   perl-XML-LibXML-Common perl-XML-LibXML perl-XML-SAX
 
 %description gapi
@@ -59,33 +58,33 @@
 compile a project that uses it to bind such a library.
 
 %package -n gtk-sharp2-doc
-License:LGPL-2.1
 Summary:Monodoc documentation for gtk-sharp2
+License:LGPL-2.1
 Group:  System/GUI/GNOME
 
 %description -n gtk-sharp2-doc
 This package contains the gtk-sharp2 documentation for monodoc.
 
 %package -n glib-sharp2
-License:LGPL-2.1
 Summary:Mono bindings for glib
+License:LGPL-2.1
 Group:  System/GUI/GNOME
 
 %description -n glib-sharp2
 This package contains Mono bindings for glib.
 
 %package -n glade-sharp2
+Summary:Mono bindings for glade
 License:LGPL-2.1
 Group:  System/GUI/GNOME
-Summary:Mono bindings for glade
 
 %description -n glade-sharp2
 This package contains Mono bindings for glade.
 
 %package -n gtk-sharp2-complete
+Summary:GTK+ and GNOME bindings for Mono (virtual package)
 License:LGPL-2.1
 Group:  System/GUI/GNOME
-Summary:GTK+ and GNOME bindings for Mono (virtual package)
 Requires:   glade-sharp2 = %{version}-%{release}
 Requires:   glib-sharp2 = %{version}-%{release}
 Requires:   gtk-sharp2 = %{version}-%{release}
@@ -101,6 +100,7 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
+%patch0 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"

++ gtk-sharp2-glib-2_31.patch ++
Index: gtk-sharp-2.12.10/glib/glue/list.c
===
--- gtk-sharp-2.12.10.orig/glib/glue/list.c
+++ gtk-sharp-2.12.10/glib/glue/list.c
@@ -20,7 +20,7 @@
  */
 
 
-#include 
+#include 
 
 /* Forward declarations */
 gpointer gtksharp_list_get_data (GList *l);
Index: gtk-sharp-2.12.10/glib/glue/slist.c
===
--- gtk-sharp-2.12.10.orig/glib/glue/slist.c
+++ gtk-sharp-2.12.10/glib/glue/slist.c
@@ -20,7 +20,7 @@
  */
 
 
-#include 
+#include 
 
 /* Forward declarations */
 gpointer gtksharp_slist_ge

commit gtkmm3 for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gtkmm3 for openSUSE:Factory checked 
in at 2012-02-16 16:16:11

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


Package is "gtkmm3", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gtkmm3/gtkmm3.changes2012-01-09 
15:17:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.gtkmm3.new/gtkmm3.changes   2012-02-16 
16:16:14.0 +0100
@@ -1,0 +2,21 @@
+Tue Feb  7 11:09:36 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.14:
+  + Gtk:
+- AboutDialog: Add unset_license() and set_logo_default()
+  (bgo#616769).
+- Application: Add back Application, though it is not ready yet
+  (bgo#637445).
+- Deprecate some methods using Gdk::Color, to fix the build.
+- Entry: Deprecate [set|get]_inner_border() (bgo#669190).
+- IconView: Implement IconView::IconView(Gtk::CellArea)
+  (bgo#665361).
+- Main: Deprecate signal_key_snooper().
+- Settings: Add missing properties (bgo#665264).
+- Widget: Deprecate get_pointer().
+  + Build:
+- Fix the build for Quartz (MacOS) (bgo#662975).
+- Fix configure.ac that had a broken shell syntax (bgo#665267).
+- Fix namespacing for Cairo (bgo#663303).
+
+---

Old:

  gtkmm-3.3.2.tar.bz2

New:

  gtkmm-3.3.14.tar.xz



Other differences:
--
++ gtkmm3.spec ++
--- /var/tmp/diff_new_pack.Q1eaOF/_old  2012-02-16 16:16:15.0 +0100
+++ /var/tmp/diff_new_pack.Q1eaOF/_new  2012-02-16 16:16:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtkmm3
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 # Update baselibs.conf when changing this
 %define so_ver -3_0-1
 
 Name:   gtkmm3
 %define _name gtkmm
-Version:3.3.2
-Release:1
-Group:  System/Libraries
-License:LGPLv2.1+
+Version:3.3.14
+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.3/%{_name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gtkmm/3.3/%{_name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(atkmm-1.6)
@@ -45,10 +44,9 @@
 freely combined to quickly create complex user interfaces.
 
 %package -n libgtkmm%{so_ver}
-
-License:LGPLv2.1+
-Group:  System/Libraries
 Summary:C++ Interface for GTK3 (a GUI library for X)
+License:LGPL-2.1+
+Group:  System/Libraries
 
 %description -n libgtkmm%{so_ver}
 Gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm3 wraps
@@ -57,9 +55,9 @@
 freely combined to quickly create complex user interfaces.
 
 %package devel
-License:LGPLv2.1+
-Group:  Development/Libraries/C and C++
 Summary:C++ Interface for GTK3 (a GUI library for X)
+License:LGPL-2.1+
+Group:  Development/Libraries/C and C++
 Requires:   libgtkmm%{so_ver} = %{version}
 
 %description devel
@@ -69,9 +67,9 @@
 freely combined to quickly create complex user interfaces.
 
 %package doc
-License:GPLv2+ ; LGPLv2.1+
-Group:  Documentation/HTML
 Summary:C++ Interface for GTK3 (a GUI Library for X)
+License:GPL-2.0+ ; LGPL-2.1+
+Group:  Documentation/HTML
 Requires:   glibmm2-doc
 BuildArch:  noarch
 

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



commit gtkhtml for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gtkhtml for openSUSE:Factory checked 
in at 2012-02-16 16:15:59

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


Package is "gtkhtml", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gtkhtml/gtkhtml.changes  2012-01-09 
15:17:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.gtkhtml.new/gtkhtml.changes 2012-02-16 
16:16:02.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  5 21:18:09 UTC 2012 - dims...@opensuse.org
+
+- Update to version 4.3.5:
+  + bgo#668215: Selection not highlighted with recent gtk+
+  + Updated translations.
+
+---

Old:

  gtkhtml-4.3.3.tar.xz

New:

  gtkhtml-4.3.5.tar.xz



Other differences:
--
++ gtkhtml.spec ++
--- /var/tmp/diff_new_pack.tF8VAd/_old  2012-02-16 16:16:03.0 +0100
+++ /var/tmp/diff_new_pack.tF8VAd/_new  2012-02-16 16:16:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtkhtml
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define _gtkhtml_version 4.0
 %define _gtkhtml_editor_version 4.0
 %define _gtkhtml_api 4_0
@@ -24,7 +23,7 @@
 %define _gtkhtml_editor_major 0
 
 Name:   gtkhtml
-Version:4.3.3
+Version:4.3.5
 Release:0
 Summary:Lightweight HTML rendering/printing/editing engine
 License:GPL-2.0+ ; LGPL-2.1+

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



commit gstreamer-0_10-plugins-bad for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-bad for 
openSUSE:Factory checked in at 2012-02-16 16:14:40

Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-bad (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-bad.new (New)


Package is "gstreamer-0_10-plugins-bad", Maintainer is 
"gnome-maintain...@suse.de"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-bad/gstreamer-0_10-plugins-bad.changes
2011-12-25 17:34:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-bad.new/gstreamer-0_10-plugins-bad.changes
   2012-02-16 16:14:42.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan  6 07:50:28 UTC 2012 - reddw...@opensuse.org
+
+- Change mjpegtools-devel BR to libmjpegutils-devel to reflect new
+  name and fix build in OBS when the two versions are available
+
+---



Other differences:
--
++ gstreamer-0_10-plugins-bad.spec ++
--- /var/tmp/diff_new_pack.cMNI0A/_old  2012-02-16 16:14:44.0 +0100
+++ /var/tmp/diff_new_pack.cMNI0A/_new  2012-02-16 16:14:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-plugins-bad
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -60,6 +60,7 @@
 BuildRequires:  libiptcdata-devel
 BuildRequires:  libjasper-devel
 BuildRequires:  libkate-devel
+BuildRequires:  libmjpegutils-devel
 BuildRequires:  libmodplug-devel
 BuildRequires:  libmpcdec-devel
 BuildRequires:  libmusicbrainz-devel
@@ -72,7 +73,6 @@
 BuildRequires:  libtimidity-devel
 BuildRequires:  libvdpau-devel
 BuildRequires:  libvpx-devel
-BuildRequires:  mjpegtools-devel
 BuildRequires:  neon-devel
 # OpenCV 2.2.0 is too new. Recheck to see if the plugin has been updated.
 #BuildRequires:  opencv-devel

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



commit gsettings-desktop-schemas for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gsettings-desktop-schemas for 
openSUSE:Factory checked in at 2012-02-16 16:14:35

Comparing /work/SRC/openSUSE:Factory/gsettings-desktop-schemas (Old)
 and  /work/SRC/openSUSE:Factory/.gsettings-desktop-schemas.new (New)


Package is "gsettings-desktop-schemas", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/gsettings-desktop-schemas/gsettings-desktop-schemas.changes
  2012-01-06 11:44:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gsettings-desktop-schemas.new/gsettings-desktop-schemas.changes
 2012-02-16 16:14:37.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:47:17 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ gsettings-desktop-schemas.spec ++
--- /var/tmp/diff_new_pack.5Ybk6q/_old  2012-02-16 16:14:38.0 +0100
+++ /var/tmp/diff_new_pack.5Ybk6q/_new  2012-02-16 16:14:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gsettings-desktop-schemas
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,14 +17,13 @@
 #
 
 
-
 Name:   gsettings-desktop-schemas
 Version:3.3.2
-Release:1
-License:LGPLv2+
+Release:0
 Summary:Shared GSettings Schemas for the Desktop
-Url:http://gnome.org/
+License:LGPL-2.1+
 Group:  System/GUI/GNOME
+Url:http://gnome.org/
 Source0:
http://download.gnome.org/sources/gsettings-desktop-schemas/3.3/%{name}-%{version}.tar.bz2
 BuildRequires:  glib2-devel >= 2.31.0
 BuildRequires:  gobject-introspection-devel
@@ -43,8 +42,8 @@
 components of a desktop.
 
 %package devel
-License:GPLv2+
 Summary:Shared GSettings Schemas for the Desktop -- Development Files
+License:GPL-2.0+
 Group:  Development/Languages/C and C++
 Requires:   %{name} = %{version}
 

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



commit gtk2 for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gtk2 for openSUSE:Factory checked in 
at 2012-02-16 16:15:07

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


Package is "gtk2", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gtk2/gtk2.changes2012-01-26 
15:59:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.gtk2.new/gtk2.changes   2012-02-16 
16:15:09.0 +0100
@@ -1,0 +2,12 @@
+Tue Feb  7 07:36:17 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.24.10:
+  + Win32: make gdk_window_raise work again
+  + Quartz: implement gdk_window_restack
+  + Printing: fix a crash with custom option handling that was
+introduced in 2.24.9
+  + Bugs fixed: bgo#665955, bgo#667691.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+
+---

Old:

  gtk+-2.24.9.tar.xz

New:

  gtk+-2.24.10.tar.xz



Other differences:
--
++ gtk2.spec ++
--- /var/tmp/diff_new_pack.ZmTdo9/_old  2012-02-16 16:15:12.0 +0100
+++ /var/tmp/diff_new_pack.ZmTdo9/_new  2012-02-16 16:15:12.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   gtk2
 %define _name gtk+
-Version:2.24.9
+Version:2.24.10
 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)
@@ -66,8 +66,6 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  pango-devel
 BuildRequires:  translation-update-upstream
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit gtk3 for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gtk3 for openSUSE:Factory checked in 
at 2012-02-16 16:15:22

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


Package is "gtk3", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes2012-01-26 
15:59:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.gtk3.new/gtk3.changes   2012-02-16 
16:15:24.0 +0100
@@ -1,0 +2,28 @@
+Tue Feb  7 07:36:24 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.14:
+  + Theming:
+- Fixes for border handling in GtkEntry, GtkCellRendererText,
+  GtkComboBox
+- Parse values more carefully, supporting percentages, angles
+- Implement CSS linear-gradient syntax
+- Support background-size
+- Support a gtk.gresource file in themes
+  + Bugs fixed: bgo#543520, bgo#649121, bgo#669176.
+  + Updated translations.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+
+---
+Tue Jan 31 08:42:56 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.12:
+  + GtkApplication:
+- Add API to create menus from models
+- New format for  in GtkBuilder files
+  + Add a RELAX NG schema for the GtkBuilder XML.
+  + Several cleanups and bug fixes.
+- Use %glib2_gsettings_schema_* macros in devel subpackage for new
+  GSettings schema.
+
+---

Old:

  gtk+-3.3.10.tar.xz

New:

  gtk+-3.3.14.tar.xz



Other differences:
--
++ gtk3.spec ++
--- /var/tmp/diff_new_pack.tzArvX/_old  2012-02-16 16:15:26.0 +0100
+++ /var/tmp/diff_new_pack.tzArvX/_new  2012-02-16 16:15:26.0 +0100
@@ -16,7 +16,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define build_broadway_backend 1
 
 # When updating the binary version, do not forget to also update baselibs.conf
@@ -24,7 +23,7 @@
 
 Name:   gtk3
 %define _name gtk+
-Version:3.3.10
+Version:3.3.14
 Release:0
 Summary:The GTK+ toolkit library (version 3)
 License:LGPL-2.1+
@@ -43,14 +42,12 @@
 Patch3: gtk3-bnc130159-bgo319483-async-font-selection.patch
 BuildRequires:  cups-devel
 BuildRequires:  fdupes
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(atk) >= 2.1.5
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(colord)
 BuildRequires:  pkgconfig(fontconfig)
-BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.23.5
-BuildRequires:  pkgconfig(glib-2.0) >= 2.31.11
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.25.2
+BuildRequires:  pkgconfig(glib-2.0) >= 2.31.14
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(pango)
@@ -271,6 +268,7 @@
 Group:  Development/Libraries/X11
 Requires:   libgtk-3-0 = %{version}
 Requires:   typelib-1_0-Gtk-3_0 = %{version}
+%glib2_gsettings_schema_requires
 
 %description devel
 GTK+ is a multi-platform toolkit for creating graphical user interfaces.
@@ -403,6 +401,9 @@
 %post data
 %glib2_gsettings_schema_post
 
+%post devel
+%glib2_gsettings_schema_post
+
 %if 0
 # No need to call gtk-query-immodules-3.0 in postun:
 # - if it's an upgrade, it will have been called in post
@@ -443,6 +444,9 @@
   update-alternatives --remove gtk-update-icon-cache 
%{_bindir}/gtk-update-icon-cache-3.0
 fi
 
+%postun devel
+%glib2_gsettings_schema_postun
+
 %files -n libgtk-3-0
 %defattr(-, root, root)
 %doc AUTHORS COPYING README NEWS
@@ -536,8 +540,10 @@
 %{_bindir}/gtk3-demo-application
 %{_datadir}/aclocal/gtk-3.0.m4
 %{_datadir}/gir-1.0/*.gir
+%{_datadir}/glib-2.0/schemas/org.gtk.Demo.gschema.xml
 %dir %{_datadir}/gtk-3.0
 %{_datadir}/gtk-3.0/demo/
+%{_datadir}/gtk-3.0/gtkbuilder.rng
 %{_includedir}/gail-3.0/
 %{_includedir}/gtk-3.0/
 %{_libdir}/pkgconfig/gail-3.0.pc

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



commit gobject-introspection for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gobject-introspection for 
openSUSE:Factory checked in at 2012-02-16 16:14:27

Comparing /work/SRC/openSUSE:Factory/gobject-introspection (Old)
 and  /work/SRC/openSUSE:Factory/.gobject-introspection.new (New)


Package is "gobject-introspection", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- 
/work/SRC/openSUSE:Factory/gobject-introspection/gobject-introspection.changes  
2012-01-26 15:59:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gobject-introspection.new/gobject-introspection.changes
 2012-02-16 16:14:28.0 +0100
@@ -1,0 +2,8 @@
+Thu Feb  2 01:54:31 CET 2012 - r...@suse.de
+
+- Improve gi-find-deps.sh:
+  + ia64 also needs ()(64bit) for shlib providers.
+  + Send stderr from find to /dev/null (to avoid errors for
+platforms where lib64 does not exist).
+
+---



Other differences:
--
++ gi-find-deps.sh ++
--- /var/tmp/diff_new_pack.0CrLNo/_old  2012-02-16 16:14:29.0 +0100
+++ /var/tmp/diff_new_pack.0CrLNo/_new  2012-02-16 16:14:29.0 +0100
@@ -94,12 +94,12 @@
 
 for path in \
$(for tlpath in \
-   $(find ${RPM_BUILD_ROOT}/usr/lib64 ${RPM_BUILD_ROOT}/usr/lib /usr/lib64 
/usr/lib -name '*.typelib'); do
+   $(find ${RPM_BUILD_ROOT}/usr/lib64 ${RPM_BUILD_ROOT}/usr/lib /usr/lib64 
/usr/lib -name '*.typelib' 2>/dev/null); do
dirname $tlpath; done | uniq ); do
export GI_TYPELIB_PATH=$GI_TYPELIB_PATH:$path
 done
 
-if [ "${HOSTTYPE}" == "x86_64" -o "${HOSTTYPE}" == "ppc64" -o "${HOSTTYPE}" == 
"s390x" ]; then
+if [ "${HOSTTYPE}" == "x86_64" -o "${HOSTTYPE}" == "ppc64" -o "${HOSTTYPE}" == 
"s390x" -o "${HOSTTYPE}" == "ia64" ]; then
shlib_64="()(64bit)"
 fi
 case $1 in


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



commit gnome-menus for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gnome-menus for openSUSE:Factory 
checked in at 2012-02-16 16:14:20

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


Package is "gnome-menus", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-menus/gnome-menus.changes  2012-01-06 
11:44:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-menus.new/gnome-menus.changes 
2012-02-16 16:14:25.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb  6 14:05:56 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.5:
+  + Updated translations.
+
+---

Old:

  gnome-menus-3.3.1.tar.bz2

New:

  gnome-menus-3.3.5.tar.xz



Other differences:
--
++ gnome-menus.spec ++
--- /var/tmp/diff_new_pack.HGkzfr/_old  2012-02-16 16:14:26.0 +0100
+++ /var/tmp/diff_new_pack.HGkzfr/_new  2012-02-16 16:14:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-menus
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gnome-menus
-Version:3.3.1
+Version:3.3.5
 Release:0
 Summary:The GNOME Desktop Menu
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-menus/3.3/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gnome-menus/3.3/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel

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



commit gnome-keyring for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gnome-keyring for openSUSE:Factory 
checked in at 2012-02-16 16:14:14

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


Package is "gnome-keyring", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-keyring/gnome-keyring.changes  
2012-01-25 10:36:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-keyring.new/gnome-keyring.changes 
2012-02-16 16:14:23.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb  5 21:17:55 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.5:
+  + Fix introspection data for SearchItems()
+  + Fix regression when an invalid password used to unlock keyring
+  + Updated translations.
+
+---

Old:

  gnome-keyring-3.3.4.tar.xz

New:

  gnome-keyring-3.3.5.tar.xz



Other differences:
--
++ gnome-keyring.spec ++
--- /var/tmp/diff_new_pack.TNl1mL/_old  2012-02-16 16:14:25.0 +0100
+++ /var/tmp/diff_new_pack.TNl1mL/_new  2012-02-16 16:14:25.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gnome-keyring
-Version:3.3.4
+Version:3.3.5
 Release:0
 Url:http://www.gnome.org/
 Summary:GNOME Keyring

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



commit gnome-desktop for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gnome-desktop for openSUSE:Factory 
checked in at 2012-02-16 16:14:10

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


Package is "gnome-desktop", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-desktop/gnome-desktop.changes  
2012-01-26 14:18:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-desktop.new/gnome-desktop.changes 
2012-02-16 16:14:12.0 +0100
@@ -1,0 +2,7 @@
+Mon Feb  6 14:06:04 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.5:
+  + Include exported pkg-config name in GIR.
+  + Updated translations.
+
+---

Old:

  gnome-desktop-3.3.4.tar.xz

New:

  gnome-desktop-3.3.5.tar.xz



Other differences:
--
++ gnome-desktop.spec ++
--- /var/tmp/diff_new_pack.MtCS8C/_old  2012-02-16 16:14:13.0 +0100
+++ /var/tmp/diff_new_pack.MtCS8C/_new  2012-02-16 16:14:13.0 +0100
@@ -15,11 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define IS_DEFAULT_GNOME_DESKTOP 1
 
 Name:   gnome-desktop
-Version:3.3.4
+Version:3.3.5
 Release:0
 Summary:The GNOME Desktop API Library
 License:LGPL-2.1+

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



commit glib-networking for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package glib-networking for openSUSE:Factory 
checked in at 2012-02-16 16:14:04

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


Package is "glib-networking", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/glib-networking/glib-networking.changes  
2012-01-06 11:44:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.glib-networking.new/glib-networking.changes 
2012-02-16 16:14:06.0 +0100
@@ -1,0 +2,12 @@
+Tue Feb  7 14:39:36 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.31.16:
+  + gnutls: Fixed a TLS handshaking bug that in particular caused
+lots of crashes in epiphany (bgo#658771)
+  + tls/tests: Fixed a bug in the pkcs11-pin test that could cause
+it to spuriously fail
+  + Updated translations.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+
+---

Old:

  glib-networking-2.31.6.tar.xz

New:

  glib-networking-2.31.16.tar.xz



Other differences:
--
++ glib-networking.spec ++
--- /var/tmp/diff_new_pack.n8hnJJ/_old  2012-02-16 16:14:07.0 +0100
+++ /var/tmp/diff_new_pack.n8hnJJ/_new  2012-02-16 16:14:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glib-networking
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   glib-networking
-Version:2.31.6
+Version:2.31.16
 Release:0
 Summary:Network-related GIO modules for glib
 License:LGPL-2.1+
@@ -28,8 +29,6 @@
 BuildRequires:  intltool
 BuildRequires:  libgcrypt-devel
 BuildRequires:  translation-update-upstream
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 # If this BuildRequires changes because of a gio library version change, 
change gio_real_package accordingly
 BuildRequires:  pkgconfig(gio-2.0) >= 2.31.6
 BuildRequires:  pkgconfig(gnutls) >= 2.11.0

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



commit glibmm2 for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package glibmm2 for openSUSE:Factory checked 
in at 2012-02-16 16:13:58

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


Package is "glibmm2", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/glibmm2/glibmm2.changes  2012-01-06 
11:44:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.glibmm2.new/glibmm2.changes 2012-02-16 
16:13:59.0 +0100
@@ -1,0 +2,11 @@
+Tue Feb  7 11:21:27 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.31.16:
+  + Build:
+- Dispatcher: Fix the build on win32.
+- thread.h: Move calls to deprecated glib functions into
+  thread.cc.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+
+---

Old:

  glibmm-2.31.2.tar.xz

New:

  glibmm-2.31.16.tar.xz



Other differences:
--
++ glibmm2.spec ++
--- /var/tmp/diff_new_pack.WnYv12/_old  2012-02-16 16:14:00.0 +0100
+++ /var/tmp/diff_new_pack.WnYv12/_new  2012-02-16 16:14:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glibmm2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,12 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # Update baselibs.conf when changing this
 %define so_ver -2_4-1
 
 Name:   glibmm2
 %define _name glibmm
-Version:2.31.2
+Version:2.31.16
 Release:0
 Summary:C++ Interface for Glib
 License:LGPL-2.1+
@@ -29,8 +30,6 @@
 Source: 
http://download.gnome.org/sources/glibmm/2.31/%{_name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.30.0
 BuildRequires:  pkgconfig(gmodule-2.0)

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



commit glib2 for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2012-02-16 16:13:21

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


Package is "glib2", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2012-01-26 
15:58:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2012-02-16 
16:13:23.0 +0100
@@ -1,0 +2,35 @@
+Mon Feb  6 09:06:53 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.31.16:
+  + GResource:
+- The resource compiler can now convert pngs into pixel data
+  that can be used without parsing at runtime (requires
+  gdk-pixbuf-pixdata to be present)
+  + Bugs fixed: bgo#669123, bgo#669173, bgo#669224, bgo#669253,
+bgo#669334.
+  + Updated translations.
+
+---
+Tue Jan 31 08:42:55 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.31.14:
+  + GResource:
+- GLib now includes a commandline utility, gresource, to
+  explore resources in ELF files
+- The resource compiler can now optionally strip ignorable
+  whitespace from XML resources
+- The resource compiler can now generate build dependencies
+- The resource compiler will now autoselect output formats
+  + GApplication:
+- The menu markup parser API has been dropped, the menu XML
+  support lives in GTK+ now
+  + GValueArray has been deprecated
+  + Bugs fixed: bgo#626258, bgo#634232, bgo#639099, bgo#667228,
+bgo#667243, bgo#667929, bgo#668250, bgo#668468, bgo#668532,
+bgo#668539, bgo#668561, bgo#668572, bgo#668650, bgo#668756,
+bgo#668857, bgo#669024.
+  + Updated translations.
+- Add libelf-devel BuildRequires: new dependency for gresource
+  utility.
+
+---

Old:

  glib-2.31.12.tar.xz

New:

  glib-2.31.16.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.VVbF1v/_old  2012-02-16 16:13:26.0 +0100
+++ /var/tmp/diff_new_pack.VVbF1v/_new  2012-02-16 16:13:26.0 +0100
@@ -15,11 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define with_systemtap 0
 
 Name:   glib2
 %define _name glib
-Version:2.31.12
+Version:2.31.16
 Release:0
 # FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough 
version of zlib
 # FIXME: find out if tapsets should really be in devel package or in main 
package
@@ -50,6 +51,8 @@
 BuildRequires:  fam-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+# Needed for gresource
+BuildRequires:  libelf-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  pkg-config
 BuildRequires:  python-base
@@ -374,14 +377,17 @@
 %files tools
 %defattr(-,root,root)
 %{_sysconfdir}/bash_completion.d/gdbus-bash-completion.sh
+%{_sysconfdir}/bash_completion.d/gresource-bash-completion.sh
 %{_sysconfdir}/bash_completion.d/gsettings-bash-completion.sh
 %{_bindir}/gdbus
 %{_bindir}/gio-querymodules*
 %{_bindir}/glib-compile-schemas
+%{_bindir}/gresource
 %{_bindir}/gsettings
 %{_mandir}/man1/gdbus.1*
 %{_mandir}/man1/gio-querymodules.1*
 %{_mandir}/man1/glib-compile-schemas.1*
+%{_mandir}/man1/gresource.1*
 %{_mandir}/man1/gsettings.1*
 # We put those files here, but they don't really belong here. They just don't
 # have a better home... The zzz-glib2 scripts could arguably be in

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



commit gdk-pixbuf for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gdk-pixbuf for openSUSE:Factory 
checked in at 2012-02-16 16:13:13

Comparing /work/SRC/openSUSE:Factory/gdk-pixbuf (Old)
 and  /work/SRC/openSUSE:Factory/.gdk-pixbuf.new (New)


Package is "gdk-pixbuf", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gdk-pixbuf/gdk-pixbuf.changes2012-01-06 
11:43:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.gdk-pixbuf.new/gdk-pixbuf.changes   
2012-02-16 16:13:15.0 +0100
@@ -1,0 +2,18 @@
+Tue Feb  7 16:53:33 UTC 2012 - vu...@opensuse.org
+
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+
+---
+Sun Feb  5 18:52:47 UTC 2012 - zai...@opensuse.org
+
+- Update to version 2.25.2:
+  + New functions to load pixbufs from resources:
+gdk_pixbuf_new_from_resource,
+gdk_pixbuf_new_from_resource_at_scale.
+  + gdk-pixbuf-pixdata is a new program that generates raw binary
+GdkPixdata files, and there is a new loader for these.
+  + Updated translations.
+- Drop gdk-pixbuf-missing-include.patch: fixed upstream.
+
+---

Old:

  gdk-pixbuf-2.25.0.tar.xz
  gdk-pixbuf-missing-include.patch

New:

  gdk-pixbuf-2.25.2.tar.xz



Other differences:
--
++ gdk-pixbuf.spec ++
--- /var/tmp/diff_new_pack.Wabv8S/_old  2012-02-16 16:13:18.0 +0100
+++ /var/tmp/diff_new_pack.Wabv8S/_new  2012-02-16 16:13:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdk-pixbuf
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define gdk_pixbuf_binary_version 2.10.0
 
 Name:   gdk-pixbuf
-Version:2.25.0
+Version:2.25.2
 Release:0
 Summary:An image loading library
 License:LGPL-2.1+
@@ -28,14 +28,10 @@
 Source1:macros.gdk-pixbuf
 Source2:README.SUSE
 Source99:   baselibs.conf
-# PATCH-FIX-UPSTREAM gdk-pixbuf-missing-include.patch bgo#666518 
vu...@opensuse.org -- Add missing include
-Patch0: gdk-pixbuf-missing-include.patch
 BuildRequires:  libjasper-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  translation-update-upstream
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(glib-2.0) >= 2.31.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(libpng)
@@ -106,10 +102,8 @@
 %if "%_lib" == "lib64"
 cp -a %{S:2} .
 %endif
-%patch0 -p1
 
 %build
-# Needed for patch0 or when BUILD_FROM_VCS is set
 %if 0%{?BUILD_FROM_VCS}
 [ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
 %endif
@@ -208,6 +202,7 @@
 %files devel
 %defattr(-, root, root)
 %{_bindir}/gdk-pixbuf-csource
+%{_bindir}/gdk-pixbuf-pixdata
 %{_mandir}/man1/gdk-pixbuf-csource.1*
 %{_includedir}/gdk-pixbuf-2.0
 %{_libdir}/pkgconfig/*.pc

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



commit gconf2 for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gconf2 for openSUSE:Factory checked 
in at 2012-02-16 16:13:09

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


Package is "gconf2", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gconf2/gconf2.changes2012-01-09 
15:41:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.gconf2.new/gconf2.changes   2012-02-16 
16:13:10.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:46:39 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ gconf2.spec ++
--- /var/tmp/diff_new_pack.bRPLmI/_old  2012-02-16 16:13:11.0 +0100
+++ /var/tmp/diff_new_pack.bRPLmI/_new  2012-02-16 16:13:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gconf2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   gconf2
 BuildRequires:  dbus-1-glib-devel
@@ -30,11 +28,11 @@
 BuildRequires:  update-desktop-files
 Url:http://www.gnome.org/
 %define _name GConf
-License:GPLv2+ ; LGPLv2.1+
-Group:  System/GUI/GNOME
 Version:3.2.3
-Release:1
+Release:0
 Summary:GNOME Configuration Database System
+License:GPL-2.0+ ; LGPL-2.1+
+Group:  System/GUI/GNOME
 Source: 
http://download.gnome.org/sources/GConf/3.2/%{_name}-%{version}.tar.bz2
 # Generic tool, not upstreamed:
 Source1:gconftool-rebuild
@@ -60,7 +58,6 @@
 require it.
 
 %package -n gconf-sanity-check
-License:GPLv2+ ; LGPLv2.1+
 Summary:GNOME Configuration Database System - Sanity Check Tool
 Group:  System/GUI/GNOME
 Requires:   %{name} = %{version}
@@ -75,7 +72,6 @@
 This package contains a tool to check that the GConf setup is sane.
 
 %package -n gconf-polkit
-License:GPLv2+ ; LGPLv2.1+
 Summary:GNOME Configuration Database System - PolicyKit service
 Group:  System/GUI/GNOME
 Requires:   %{name} = %{version}
@@ -92,7 +88,6 @@
 system-wide defaults from a user session.
 
 %package devel
-License:GPLv2+ ; LGPLv2.1+
 Summary:Include files and libraries mandatory for development
 Group:  Development/Libraries/GNOME
 Requires:   %{name} = %{version}

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



commit fvwm2 for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package fvwm2 for openSUSE:Factory checked 
in at 2012-02-16 16:12:58

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


Package is "fvwm2", Maintainer is "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/fvwm2/fvwm2.changes  2012-01-09 
11:15:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.fvwm2.new/fvwm2.changes 2012-02-16 
16:13:03.0 +0100
@@ -1,0 +2,26 @@
+Tue Feb  7 09:25:57 UTC 2012 - wer...@suse.de
+
+- update to 2.6.4
+  new features:
+  - FvwmIconMan no longer allows for itself to be transient
+  - New command InfoStore -- to store key/value pairs of information
+to relieve the burden of the SetEnv command.
+  - Speed-up improvements for fvwm-menu-desktop when generating XDG
+menus by removing unnecessary stat(2) calls.
+  - BusyCursor and CursorStyle have been set to make the cursor look
+like a dot during Read/PipeRead commands, by default.
+  Bug fixes:
+  - FvwmRearrange now understands the "ewmhiwa" option when placing
+windows.
+  - Client gravity for subwindows is honoured for reparenting
+windows, such as with XEmbed, when changing the parent's
+geometry.
+  - Conditional command processing of !Layer n
+has now been fixed.
+  - Fixed handling of swallowed windows for transient FvwmButtons'.
+  - fvwm-menu-desktop now looks in /usr/share/applications for KDE
+legacy mode.
+  - fvwm-config no longer accepts "--is-stable", "--is-released",
+"--is-final".
+
+---

Old:

  fvwm-2.6.3.tar.bz2

New:

  fvwm-2.6.4.tar.bz2



Other differences:
--
++ fvwm2.spec ++
--- /var/tmp/diff_new_pack.Q7YWkT/_old  2012-02-16 16:13:04.0 +0100
+++ /var/tmp/diff_new_pack.Q7YWkT/_new  2012-02-16 16:13:04.0 +0100
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:   fvwm2
 BuildRequires:  automake
 BuildRequires:  freetype2-devel
@@ -29,7 +30,7 @@
 BuildRequires:  xorg-x11-devel
 Provides:   fvwm fvwmicns windowmanager xpmroot
 Obsoletes:  fvwm xpmroot
-Version:2.6.3
+Version:2.6.4
 Release:0
 Summary:Improved Version of FVWM Window Manager
 License:GPL-2.0+

++ fvwm-2.5.26-gcc-warnings.patch ++
--- /var/tmp/diff_new_pack.Q7YWkT/_old  2012-02-16 16:13:04.0 +0100
+++ /var/tmp/diff_new_pack.Q7YWkT/_new  2012-02-16 16:13:04.0 +0100
@@ -9,3 +9,14 @@
int i;
Bool do_iconv = True;
const char *bidi_charset;
+--- fvwm/infostore.c
 fvwm/infostore.c   2012-02-07 09:40:19.454433548 +
+@@ -58,7 +58,7 @@ MetaInfo *new_metainfo(void)
+   {
+   /* Initialise the main store. */
+   mi_store = (MetaInfo *)safemalloc(sizeof(MetaInfo));
+-  memset(&mi_store, '\0', sizeof(MetaInfo));
++  memset(mi_store, '\0', sizeof(MetaInfo));
+   }
+ 
+   mi = (MetaInfo *)safemalloc(sizeof(MetaInfo));

++ fvwm-2.6.3.tar.bz2 -> fvwm-2.6.4.tar.bz2 ++
 2293 lines of diff (skipped)

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



commit freetype for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package freetype for openSUSE:Factory 
checked in at 2012-02-16 16:12:53

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


Package is "freetype", Maintainer is "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/freetype/freetype.changes2011-09-23 
01:58:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.freetype.new/freetype.changes   2012-02-16 
16:12:55.0 +0100
@@ -1,0 +2,23 @@
+Tue Feb 14 10:18:08 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-Freetype or GPL-2.0+
+
+
+---
+Sun Feb  5 18:06:24 UTC 2012 - jeng...@medozas.de
+
+- Split main package into libttf2 (shared library policy) and
+  a devel subpackage
+
+---
+Thu Dec 22 02:06:11 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+
+---
+Tue Dec 20 20:31:18 UTC 2011 - co...@suse.com
+
+- replace suse_update_config with patch to update the files,
+  this package really needs to disappear soon
+
+---

New:

  update-config-files.diff



Other differences:
--
++ freetype.spec ++
--- /var/tmp/diff_new_pack.InVTbh/_old  2012-02-16 16:12:56.0 +0100
+++ /var/tmp/diff_new_pack.InVTbh/_new  2012-02-16 16:12:56.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package freetype (Version 1.3.1)
+# spec file for package freetype
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   freetype
-BuildRequires:  texlive-bin-devel texlive-devel xorg-x11-devel
-License:The FreeType License (BSD-like)
-Group:  System/Libraries
-AutoReqProv:on
+BuildRequires:  autoconf
+BuildRequires:  texlive-bin-devel
+BuildRequires:  texlive-devel
+BuildRequires:  xorg-x11-devel
 # bug437293
 %ifarch ppc64
 Obsoletes:  freetype-64bit
@@ -30,9 +28,11 @@
 #
 PreReq: fileutils
 Version:1.3.1
-Release:1400
+Release:0
 Url:http://www.freetype.org
 Summary:TrueType Font Engine
+License:SUSE-Freetype or GPL-2.0+
+Group:  System/Libraries
 Source: 
ftp://ftp.freetype.org/pub/freetype1/freetype-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch0: freetype-tools-1.3.1.patch
@@ -40,22 +40,31 @@
 Patch2: freetype-%{version}-nopatent.patch
 Patch3: freetype-%{version}-gcc.patch
 Patch4: freetype-%{version}-kpathsea.patch
+Patch5: update-config-files.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 A library for working with TrueType Fonts. Documentation is in the
 /usr/share/doc/packages/freetype directory.
 
+%package -n libttf2
+Summary:TrueType Font Engine
+Group:  System/Libraries
 
+%description -n libttf2
+A library for working with TrueType Fonts. Documentation is in the
+/usr/share/doc/packages/freetype directory.
 
-Authors:
-
-David Turner
-Robert Wilhelm  
-Werner Lemberg  
+%package devel
+Summary:Development files for the TrueType Font Engine
+Group:  Development/Libraries/C and C++
+Requires:   libttf2 = %version
+
+%description devel
+A library for working with TrueType Fonts. Documentation is in the
+/usr/share/doc/packages/freetype directory.
 
 %package -n freetype-tools
-License:MIT
 Summary:Bundled Tests, Demos and Tools for FreeType  (Needed for 
CJK-LaTeX)
 Group:  Development/Libraries/C and C++
 Requires:   freetype
@@ -71,14 +80,6 @@
 for testing and demonstration purposes as well as some contributed
 utilities, such as ttf2pk, ttf2bdf, ttf2pfb, and ttfbanner.
 
-
-
-Authors:
-
-David Turner  
-Robert Wilhelm
-Werner Lemberg
-
 %prep
 %setup
 %patch0 -p1
@@ -86,13 +87,14 @@
 %patch2
 %patch3
 %patch4
+%patch5 -p1
 
 %build
 # fix build with newer glibc
 sed "s:getline:getline_nonlibc:" -i contrib/*/*.{c,h}
-# update config.{guess,sub}
-%{?suse_update_config:%{suse_update_config -f contrib/ttf2pk contrib/ttf2bdf 
contrib/ttfbanner contrib/ttf2pfb}}
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" 
+
+# Neither %%c

commit fdupes for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package fdupes for openSUSE:Factory checked 
in at 2012-02-16 16:12:48

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


Package is "fdupes", Maintainer is "mvysko...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/fdupes/fdupes.changes2011-10-07 
15:19:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.fdupes.new/fdupes.changes   2012-02-16 
16:12:49.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:46:03 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ fdupes.spec ++
--- /var/tmp/diff_new_pack.ZPniee/_old  2012-02-16 16:12:50.0 +0100
+++ /var/tmp/diff_new_pack.ZPniee/_new  2012-02-16 16:12:50.0 +0100
@@ -21,7 +21,7 @@
 Summary:Identifying or deleting duplicate files
 Version:1.40
 Release:111
-License:MIT License (or similar)
+License:MIT
 Source0:%name-%{version}.tar.bz2
 Source1:macros.fdupes
 Patch0: %name.diff

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



  1   2   3   4   >