drop python-enchant from openSUSE:Factory

2012-02-22 Thread h_root

Hello community,

FYI: Package python-enchant was dropped from openSUSE:Factory at Thu Feb 23 
02:11:59 CET 2012.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=python-enchant

Remember to have fun...

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



drop eric from openSUSE:Factory

2012-02-22 Thread h_root

Hello community,

FYI: Package eric was dropped from openSUSE:Factory at Thu Feb 23 02:11:27 CET 
2012.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Dropped&package=eric

Remember to have fun...

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



commit virtuoso for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package virtuoso for openSUSE:Factory 
checked in at 2012-02-22 19:12:39

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


Package is "virtuoso", Maintainer is "dmuel...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/virtuoso/virtuoso.changes2012-01-25 
15:02:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.virtuoso.new/virtuoso.changes   2012-02-22 
19:12:43.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 20 14:50:28 UTC 2012 - stefan.bru...@rwth-aachen.de
+
+- create debuginfo for virtuoso server 
+
+---



Other differences:
--
++ virtuoso.spec ++
--- /var/tmp/diff_new_pack.KkgjgQ/_old  2012-02-22 19:12:46.0 +0100
+++ /var/tmp/diff_new_pack.KkgjgQ/_new  2012-02-22 19:12:46.0 +0100
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   virtuoso
 Version:6.1.4
 Release:0

++ build-sanely.diff ++
--- /var/tmp/diff_new_pack.KkgjgQ/_old  2012-02-22 19:12:46.0 +0100
+++ /var/tmp/diff_new_pack.KkgjgQ/_new  2012-02-22 19:12:46.0 +0100
@@ -71,6 +71,15 @@
[[Ff]][[Rr]][[Ee]][[Ee]][[Bb]][[Ss]][[Dd]]) # FreeBSD
virtuoso_layout=FreeBSD
if test "x$prefix" = "xNONE"
+@@ -633,7 +650,7 @@ if test "x$with_debug" = "xyes"; then
+ AM_LDFLAGS="-g"
+ CCDEBUG=""
+ else
+-AM_LDFLAGS="-s"
++AM_LDFLAGS="-g"
+ fi
+
+ 
 diff --git a/libsrc/Makefile.am b/libsrc/Makefile.am
 index 3f61ce4..0dd6809 100644
 --- a/libsrc/Makefile.am

-- 
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-22 Thread h_root
Hello community,

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

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.changes2012-02-16 
16:24:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.udisks.new/udisks.changes   2012-02-22 
19:12:32.0 +0100
@@ -1,0 +2,7 @@
+Tue Feb 21 13:15:02 UTC 2012 - vu...@opensuse.org
+
+- Update umount.udisks: fix /sbin/umount.udisks to correctly pass
+  arguments to /usr/sbin/umount.udisks. Fix bnc#747883, thanks to
+  Harald Koenig .
+
+---



Other differences:
--
++ umount.udisks ++
--- /var/tmp/diff_new_pack.saDTX4/_old  2012-02-22 19:12:33.0 +0100
+++ /var/tmp/diff_new_pack.saDTX4/_new  2012-02-22 19:12:33.0 +0100
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 if test -x /usr/sbin/umount.udisks; then
-   exec /usr/sbin/umount.udisks $*
+   exec /usr/sbin/umount.udisks "$@"
 else
echo "/usr/sbin/umount.udisks not found."
exit 1

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



commit rubygem-passenger for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-passenger for 
openSUSE:Factory checked in at 2012-02-22 19:12:18

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-passenger/rubygem-passenger.changes  
2012-01-26 16:00:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-passenger.new/rubygem-passenger.changes 
2012-02-22 19:12:23.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 21 12:24:54 UTC 2012 - jreidin...@suse.com
+
+- add ruby-devel build requirements. Ensuring proper build for
+  older distribution. 
+
+---



Other differences:
--
++ rubygem-passenger.spec ++
--- /var/tmp/diff_new_pack.jFgiyQ/_old  2012-02-22 19:12:24.0 +0100
+++ /var/tmp/diff_new_pack.jFgiyQ/_new  2012-02-22 19:12:24.0 +0100
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   rubygem-passenger
 Version:3.0.9
 Release:0
@@ -48,6 +50,7 @@
 BuildRequires:  apache2-devel
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
+BuildRequires:  ruby-devel
 %if 0%{?suse_version} >= 1110
 BuildRequires:  libcurl-devel
 %else


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



commit python-gobject for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package python-gobject for openSUSE:Factory 
checked in at 2012-02-22 19:12:13

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


Package is "python-gobject", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-gobject/python-gobject.changes
2012-02-10 17:19:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-gobject.new/python-gobject.changes   
2012-02-22 19:12:14.0 +0100
@@ -1,0 +2,16 @@
+Tue Feb 21 09:00:34 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.1.1:
+  + Don't use C99 style
+  + Drop obsolete g_thread_init()
+  + Fix deprecated g_source_get_current_time()
+  + Fix deprecated g_value_[gs]et_char()
+  + Make pygiconvert.sh correctly convert gtk.gdk.x11_*
+  + Fix cset_first typo
+  + pygi-convert: Handle Clutter and Cogl
+  + Provide access to gpointer struct values
+  + Fix GtkBuilder signal connection 'after' logic
+  + pygspawn: improve error checking
+  + Add and improve tests.
+
+---
python3-gobject.changes: same change

Old:

  pygobject-3.1.0.tar.xz

New:

  pygobject-3.1.1.tar.xz



Other differences:
--
++ python-gobject.spec ++
--- /var/tmp/diff_new_pack.8q7OjR/_old  2012-02-22 19:12:16.0 +0100
+++ /var/tmp/diff_new_pack.8q7OjR/_new  2012-02-22 19:12:16.0 +0100
@@ -35,12 +35,12 @@
 Summary:Python bindings for GObject
 License:LGPL-2.1+
 Group:  Development/Libraries/Python
-Version:3.1.0
+Version:3.1.1
 Release:0
 Url:http://ftp.gnome.org/pub/GNOME/sources/pygobject/
 Source: 
http://download.gnome.org/sources/pygobject/3.1/%{_name}-%{version}.tar.xz
 BuildRequires:  fdupes
-BuildRequires:  glib2-devel
+BuildRequires:  glib2-devel >= 2.31.0
 BuildRequires:  gobject-introspection-devel >= 1.29.0
 BuildRequires:  libffi-devel
 # Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467

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



commit perl-Sub-Uplevel for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package perl-Sub-Uplevel for 
openSUSE:Factory checked in at 2012-02-22 19:11:54

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


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

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sub-Uplevel/perl-Sub-Uplevel.changes
2011-11-21 12:46:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Uplevel.new/perl-Sub-Uplevel.changes   
2012-02-22 19:11:56.0 +0100
@@ -1,0 +2,11 @@
+Wed Feb 22 02:35:49 UTC 2012 - vci...@suse.com
+
+- update to 0.24
+- fixed: additional test regex fixed
+- fixed: Perl 5.15 series Carp changes output format of messages (adds
+  a period).  This fixes the test regular expressions. [Andreas Koenig]
+- added: the $Sub::Uplevel::CHECK_FRAMES global constant to enable the
+  frame depth checking and compile it out if not needed.  [Adam
+  Kennedy]
+
+---

Old:

  Sub-Uplevel-0.22.tar.gz

New:

  Sub-Uplevel-0.24.tar.gz



Other differences:
--
++ perl-Sub-Uplevel.spec ++
--- /var/tmp/diff_new_pack.Gt4B9i/_old  2012-02-22 19:11:57.0 +0100
+++ /var/tmp/diff_new_pack.Gt4B9i/_new  2012-02-22 19:11:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sub-Uplevel
 #
-# 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,65 +15,60 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 # decimal versioning as used by perl
-%define d_ver   0.22
+%define d_ver   0.24
 # decimal dotted versioning as used by rpm
 %if 0%{?suse_version} > 1010
-%define dd_ver  %(%{__perl} -e "print version->new(%{d_ver})->normal" | 
%{__sed} "s/v//")
+%define dd_ver  %(perl -e "print version->new(%{d_ver})->normal" | sed "s/v//")
 %else
-%define dd_ver  0.220.0
+%define dd_ver  0.240.0
 %endif
 
 Name:   perl-Sub-Uplevel
-%define cpan_name Sub-Uplevel
-Summary:Apparently run a function in a higher stack frame
 Version:%{dd_ver}
 Release:2
 License:GPL-1.0+ or Artistic-1.0
-Group:  Development/Libraries/Perl
+%define cpan_name Sub-Uplevel
+Summary:Apparently run a function in a higher stack frame
 Url:http://search.cpan.org/dist/Sub-Uplevel/
+Group:  Development/Libraries/Perl
 #Source: 
http://www.cpan.org/modules/by-module/Sub/Sub-Uplevel-%{version}.tar.gz
 Source: %{cpan_name}-%{d_ver}.tar.gz
-BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl-macros
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More) >= 0.47
+BuildRequires:  perl-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
+%{perl_requires}
 
 %description
 Like Tcl's uplevel() function, but not quite so dangerous. The idea is
 just to fool caller(). All the really naughty bits of Tcl's uplevel()
 are avoided.
 
-Authors:
-
-Michael G Schwern  (original author)
-David A Golden  (current maintainer)
-
 %prep
 %setup -q -n %{cpan_name}-%{d_ver}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
 
 %check
-./Build test
+make test
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags} -Wall"
+make %{?_smp_mflags}
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -f %{name}.files
 %defattr(-,root,root,-)
-%doc Changes examples LICENSE README Todo xt
+%doc Changes examples LICENSE README xt
 
 %changelog

++ Sub-Uplevel-0.22.tar.gz -> Sub-Uplevel-0.24.tar.gz ++
 2128 lines of diff (skipped)

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



commit libgphoto2 for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2012-02-22 19:11:44

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2012-02-21 
07:32:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2012-02-22 19:11:48.0 +0100
@@ -1,0 +2,7 @@
+Tue Feb 21 18:03:48 CET 2012 - meiss...@suse.de
+
+- 2.4.12.1 temp snapshot
+  - various libusb 1.0 fixes (including last one merged)
+  - EOS fast directory listing
+
+---

Old:

  libgphoto2-2.4.12.tar.bz2
  libgphoto2-libusb.patch

New:

  libgphoto2-2.4.12.1.tar.bz2



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.3qzYys/_old  2012-02-22 19:11:49.0 +0100
+++ /var/tmp/diff_new_pack.3qzYys/_new  2012-02-22 19:11:49.0 +0100
@@ -38,21 +38,20 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.4.12
+Version:2.4.12.1
 Release:0
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf
 Patch1: libgphoto2-4096files.patch
-# PATCH-FIX-UPSTREAM libgphoto2-libusb.patch dims...@opensuse.org -- Fix usage 
of libusb 1.0. Patch written by libusb maintainer Peter Stuge.
-Patch2: libgphoto2-libusb.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-lang = %{version}
 
 %package devel
 Summary:Development headers for libgphoto2
 Group:  Hardware/Camera
-Requires:   libgphoto2 = %version libusb-1_0-devel
 Requires:   libexif-devel
+Requires:   libgphoto2 = %version
+Requires:   libusb-1_0-devel
 
 %description
 gPhoto (GNU Photo) is a set of libraries for previewing, retrieving,
@@ -79,10 +78,6 @@
 %prep
 %setup -q
 %patch1 -p1
-(
-cd libgphoto2_port/libusb1/
-%patch2
-)
 
 %build
 #AUTOPOINT=true autoreconf -fi

++ libgphoto2-2.4.12.tar.bz2 -> libgphoto2-2.4.12.1.tar.bz2 ++
 98519 lines of diff (skipped)

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



commit libgnomeui for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package libgnomeui for openSUSE:Factory 
checked in at 2012-02-22 19:11:37

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libgnomeui/libgnomeui.changes2012-02-21 
12:38:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgnomeui.new/libgnomeui.changes   
2012-02-22 19:11:39.0 +0100
@@ -1,0 +2,14 @@
+Tue Feb 21 07:16:50 UTC 2012 - vu...@opensuse.org
+
+- Remove explicit Requires in devel subpackage, that will
+  automatically be added the pkgconfig() way: gconf2-devel,
+  gnome-vfs2-devel, gtk2-devel, libart_lgpl-devel,
+  libbonoboui-devel, libgnome-devel, libgnome-keyring-devel,
+  libgnomecanvas-devel.
+- Remove unneeded Requires from devel subpackage: libjpeg-devel,
+  popt-devel, pkg-config.
+- Add explicit Requires for pkgconfig(ice) and pkgconfig(sm) in
+  devel package: the pkgconfig file references some libraries in
+  Libs (and not Requires), so we need to depend on them.
+
+---



Other differences:
--
++ libgnomeui.spec ++
--- /var/tmp/diff_new_pack.dQH8lY/_old  2012-02-22 19:11:40.0 +0100
+++ /var/tmp/diff_new_pack.dQH8lY/_new  2012-02-22 19:11:40.0 +0100
@@ -56,17 +56,10 @@
 Summary:Include Files and Libraries mandatory for Development.
 Group:  Development/Libraries/GNOME
 Requires:   libgnomeui = %{version}
-Requires:   gconf2-devel
-Requires:   gnome-vfs2-devel
-Requires:   gtk2-devel
-Requires:   libart_lgpl-devel
-Requires:   libbonoboui-devel
-Requires:   libgnome-devel
-Requires:   libgnome-keyring-devel
-Requires:   libgnomecanvas-devel
-Requires:   libjpeg-devel
-Requires:   popt-devel
-Requires:   pkg-config
+# Those are listed as Libs in libgnomeui-2.0.pc, and therefore are not
+# automatically added
+Requires:   pkgconfig(ice)
+Requires:   pkgconfig(sm)
 # bug437293
 %ifarch ppc64
 Obsoletes:  libgnomeui-devel-64bit

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



commit libapr-util1 for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package libapr-util1 for openSUSE:Factory 
checked in at 2012-02-22 19:11:27

Comparing /work/SRC/openSUSE:Factory/libapr-util1 (Old)
 and  /work/SRC/openSUSE:Factory/.libapr-util1.new (New)


Package is "libapr-util1", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libapr-util1/libapr-util1.changes
2012-02-15 16:16:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.libapr-util1.new/libapr-util1.changes   
2012-02-22 19:11:31.0 +0100
@@ -1,0 +2,39 @@
+Sat Feb 18 15:42:09 UTC 2012 - po...@cmdline.net
+
+- updated to 1.4.1
+- fixed crash in memtest testcase. Patch sent upstreams
+  https://issues.apache.org/bugzilla/show_bug.cgi?id=52705
+  apr-util-1.4.1-testmemcache-initialize-values-array.patch
+- removed obsolete libapr-util1-1.3.12-gcc46.patch
+- Changes with 1.4.1:
+  *) Apply Windows build fixes for the apr_crypto API.
+  Changes with 1.4.0:
+  *) apr_ldap_init: Pass secure=1 to ldapssl_init() with Solaris LDAP SDK.  
PR: 42682
+  *) apr_memcache_server_create: Fix possible segfault. PR 51064.
+  *) apr_thread_pool: Fix thread unsafe pool usage.
+  *) Do not include apr.h and apr_errno.h from system search path in
+ apu_errno.h. PR 46487
+  *) Add optional dbm, openssl and nss subpackages to the RPM spec file.
+  *) apr_dbd_freetds: The sybdb.h header file might be freetds/sybdb.h
+ or sybdb.h.
+  *) Add apr_crypto implementations for OpenSSL and Mozilla NSS. Add a unit
+ test to verify the interoperability of the two modules. Builds default
+ to disabled unless explicitly enabled.
+  *) Add the apr_crypto interface, a rewrite of the earlier apr_ssl code,
+ based on the modular dso interface used for dbd and ldap. Initially,
+ the interface supports symmetrical encryption and decryption. The
+ purpose of the interface is to offer portable and interoperable
+ access to basic crypto using the native crypto libraries present on
+ each platform. 
+  *) Add trace probes to hooks, making it easier to inspect APR Hook based
+ applications with DTrace or other such mechanisms.
+  *) Implement resource list when threads are unavailable. PR 24325
+  Changes with 1.3.13:
+  *) Fix a failure of configure to detect ldap_set_rebind_proc(),
+ encountered on Fedora 15 with gcc 4.6.
+  *) apr_thread_pool: Fix thread unsafe pool usage.
+  *) Improve platform detection for bundled expat by updating
+ config.guess and config.sub.
+  *) Sync libtool handling of bundled expat from APR. 
+
+---

Old:

  apr-util-1.3.12.tar.bz2
  libapr-util1-1.3.12-gcc46.patch

New:

  apr-util-1.4.1-testmemcache-initialize-values-array.patch
  apr-util-1.4.1.tar.bz2



Other differences:
--
++ libapr-util1.spec ++
--- /var/tmp/diff_new_pack.kSLHlN/_old  2012-02-22 19:11:32.0 +0100
+++ /var/tmp/diff_new_pack.kSLHlN/_new  2012-02-22 19:11:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libapr-util1
 #
-# 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,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   libapr-util1
 %define with_sqlite2 0
 %define with_sqlite3 0
@@ -88,14 +90,14 @@
 %endif
 #
 Url:http://apr.apache.org/
-Version:1.3.12
+Version:1.4.1
 Release:0
 Summary:Apache Portable Runtime (APR) Library
 License:Apache-2.0
 Group:  Development/Libraries/Other
 Source: http://www.apache.org/dist/apr/apr-util-%{version}.tar.bz2
 Source2:baselibs.conf
-Patch0: libapr-util1-1.3.12-gcc46.patch
+Patch1: apr-util-1.4.1-testmemcache-initialize-values-array.patch
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Obsoletes:  libapr_memcache0
@@ -211,7 +213,7 @@
 
 %prep
 %setup -q -n apr-util-%{version}
-%patch0
+%patch1 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"

++ apr-util-1.4.1-testmemcache-initialize-values-array.patch ++
diff -uNrp apr-util-1.4.1.orig/test/testmemcache.c 
apr-util-1.4.1/test/testmemcache.c
--- apr-util-1.4.1.orig/test/testmemcache.c 2011-11-29 00:21:24.0 
+0100
+++ apr-util-1.4.1/test/testmemcache.c  2012-02-18 16:24:03.0 +0100
@@ -420,7 +420,7 @@ static void test_memcache_multiget(abts_
   apr_status_t rv;
   apr_memcache_t *memcache;
   apr_memcache_server_t *server;
-  apr_hash_t *tdata, *values;
+  apr_hash_t *tdata

commit gstreamer-0_10 for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-0_10 for openSUSE:Factory 
checked in at 2012-02-22 19:11:17

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gstreamer-0_10/gstreamer-0_10.changes
2012-02-21 07:30:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.gstreamer-0_10.new/gstreamer-0_10.changes   
2012-02-22 19:11:19.0 +0100
@@ -1,0 +2,72 @@
+Tue Feb 21 13:01:08 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.10.36:
+  + bin:
+- Don't interpret pipelines without sink elements as always
+  being in EOS state
+- Only post EOS messages after reaching the PLAYING state
+  + buffer: add set/get_qdata() to attach arbitrary metadata to
+buffers
+  + caps, structure, gstvalue: some optimisations and improvements
+  + miniobject: add weak referencing functionality
+  + gstobject: make gst_object_replace() atomic
+  + pad:
+- Only do the subset check in gst_pad_accept_caps() if the pad
+  claims to accept the caps
+- Make public some ghostpad/proxypad API
+  + preset: allow applications to specify an extra preset directory
+with application-specific presets
+  + collectpads: add GstCollectPads2 API
+  + basebarse:
+- new detect vfunc so subclassed can do some format detection
+  first
+- new get_sink_caps vfunc so downstream caps restrictions can
+  be propagated upstream
+- answer position query in stream time and try upstream first
+- send duration message when updating internal duration
+- make baseparse-based elements is reusable
+- provide latency query support
+  + basesink:
+- basesink: don't compensate for render-delay twice
+- basesink: try harder to arrange increasing position reporting
+  + basesrc: allow for the size to change dynamically
+  + basetransform:
+- add query vfunc
+- caps negotiation improvements
+- delay serialized events when src caps are not set yet
+  + filesrc:
+- filesrc: do not mistake short reads for EOS
+- filesrc/fdsrc: indicate dynamic size handling to basesrc
+  + inputselector: add sync mode that syncs inactive pads to the
+running time of the active pad
+  + queue2:
+- add bufferlist support
+- adjust input data rate estimation
+  + multiqueue:
+- add mode to synchronize deactivated/not-linked streams by the
+  running time
+- check filled state of queues even if another one is empty
+  + outputselector: don't send last segment/buffer when no segment
+was configured yet
+  + tools:
+- teach gst-launch about missing-plugin messages
+- make unversioned wrapper look for -0.10 tools only
+  + See NEWS for API additions and deprecations.
+  + Bugs fixed: bgo#647940, bgo#662777, bgo#647493, bgo#415754,
+bgo#459466, bgo#546570, bgo#609473, bgo#619844, bgo#628021,
+bgo#629300, bgo#643269, bgo#645017, bgo#645107, bgo#647756,
+bgo#648025, bgo#650002, bgo#650973, bgo#652037, bgo#652577,
+bgo#653137, bgo#653172, bgo#655155, bgo#655204, bgo#655381,
+bgo#656193, bgo#656265, bgo#656557, bgo#657316, bgo#657318,
+bgo#657421, bgo#658076, bgo#658449, bgo#658517, bgo#658518,
+bgo#658541, bgo#658918, bgo#659139, bgo#659571, bgo#659606,
+bgo#660083, bgo#660144, bgo#660165, bgo#660760, bgo#660778,
+bgo#660955, bgo#662091, bgo#662199, bgo#662291, bgo#662664,
+bgo#66, bgo#663643, bgo#664221, bgo#664720, bgo#665921,
+bgo#666174, bgo#667284, bgo#667286, bgo#667288, bgo#667290,
+bgo#667298, bgo#667444, bgo#668289, bgo#668764, bgo#669036,
+bgo#669502.
+- Add xz BuildRequires on openSUSE <= 12.1, to be able to
+  decompress the xz tarball.
+
+---

Old:

  gstreamer-0.10.35.tar.bz2

New:

  gstreamer-0.10.36.tar.xz



Other differences:
--
++ gstreamer-0_10-doc.spec ++
--- /var/tmp/diff_new_pack.nSDT0Y/_old  2012-02-22 19:11:21.0 +0100
+++ /var/tmp/diff_new_pack.nSDT0Y/_new  2012-02-22 19:11:21.0 +0100
@@ -19,24 +19,39 @@
 Name:   gstreamer-0_10-doc
 %define build_doc 1
 %define _name gstreamer
-Version:0.10.35
+Version:0.10.36
 Release:0
 %define gst_branch 0.10
+Summary:Streaming-Media Framework Runtime
+License:LGPL-2.1+
+Group:  Productivity/Multimedia/Other
+Url:http://gstreamer.freedesktop.org/
+Source0:
http://gstreamer.freedesktop.org/src/gstreamer/%{_name}-%{version}.tar.xz
+Source1:gstreamer-0_10.macros
+Source2:gstreamer-0_10.prov
+Source99:   ba

commit cvs for openSUSE:11.4

2012-02-22 Thread h_root

Hello community,

here is the log from the commit of package cvs for openSUSE:11.4
checked in at Wed Feb 22 17:23:27 CET 2012.




--- old-versions/11.4/UPDATES/all/cvs/cvs.changes   2012-02-10 
15:53:52.0 +0100
+++ 11.4/cvs/cvs.changes2012-02-22 13:59:17.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 21 12:46:04 CET 2012 - p...@suse.de
+
+- Fix typo in last patch.
+
+---

calling whatdependson for 11.4-i586




Other differences:
--
++ cvs.spec ++
--- /var/tmp/diff_new_pack.bzE3Fm/_old  2012-02-22 17:20:58.0 +0100
+++ /var/tmp/diff_new_pack.bzE3Fm/_new  2012-02-22 17:20:58.0 +0100
@@ -22,7 +22,7 @@
 BuildRequires:  zlib-devel
 Url:http://www.nongnu.org/cvs/
 Version:1.12.12
-Release:166.
+Release:166.
 Summary:Concurrent Versions System
 License:GPL-2.0+ ; LGPL-2.1+
 Group:  Development/Tools/Version Control
@@ -75,6 +75,7 @@
 
 %package doc
 
+
 Summary:Info pages and Open Source Development with CVS, 2nd Edition 
Book
 Group:  Development/Tools/Version Control
 %if 0%{?suse_version} >= 1120

++ cvs-CVE-2012-0804.patch ++
--- /var/tmp/diff_new_pack.bzE3Fm/_old  2012-02-22 17:20:58.0 +0100
+++ /var/tmp/diff_new_pack.bzE3Fm/_new  2012-02-22 17:20:58.0 +0100
@@ -7,7 +7,7 @@
   */
read_line_via (from_server, to_server, &read_buf);
 -  sscanf (read_buf, "%s %d", write_buf, &codenum);
-+  count = sscanf (read_buf, "%s %d", write_buf, &codenum);
++  count = sscanf (read_buf, "%*s %d", &codenum);
  
 -  if ((codenum / 100) != 2)
 +  if (count != 1 || (codenum / 100) != 2)

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 yast2-product-creator for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-product-creator for 
openSUSE:Factory checked in at 2012-02-22 16:36:52

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-product-creator/yast2-product-creator.changes  
2012-01-30 12:28:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-product-creator.new/yast2-product-creator.changes
 2012-02-22 16:36:55.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 22 13:19:58 CET 2012 - jsuch...@suse.cz
+
+- do not show duplicates in locale entry (bnc#748122)
+- 2.22.2 
+
+---

Old:

  yast2-product-creator-2.22.1.tar.bz2

New:

  yast2-product-creator-2.22.2.tar.bz2



Other differences:
--
++ yast2-product-creator.spec ++
--- /var/tmp/diff_new_pack.kTr63Q/_old  2012-02-22 16:36:56.0 +0100
+++ /var/tmp/diff_new_pack.kTr63Q/_new  2012-02-22 16:36:56.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   yast2-product-creator
-Version:2.22.1
+Version:2.22.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-product-creator-2.22.1.tar.bz2 -> 
yast2-product-creator-2.22.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-2.22.1/VERSION 
new/yast2-product-creator-2.22.2/VERSION
--- old/yast2-product-creator-2.22.1/VERSION2012-01-25 10:17:03.0 
+0100
+++ new/yast2-product-creator-2.22.2/VERSION2012-02-22 13:20:18.0 
+0100
@@ -1 +1 @@
-2.22.1
+2.22.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-2.22.1/configure 
new/yast2-product-creator-2.22.2/configure
--- old/yast2-product-creator-2.22.1/configure  2012-01-26 11:08:06.0 
+0100
+++ new/yast2-product-creator-2.22.2/configure  2012-02-22 13:20:27.0 
+0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-product-creator 2.22.1.
+# Generated by GNU Autoconf 2.68 for yast2-product-creator 2.22.2.
 #
 # Report bugs to .
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-product-creator'
 PACKAGE_TARNAME='yast2-product-creator'
-PACKAGE_VERSION='2.22.1'
-PACKAGE_STRING='yast2-product-creator 2.22.1'
+PACKAGE_VERSION='2.22.2'
+PACKAGE_STRING='yast2-product-creator 2.22.2'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1229,7 +1229,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 yast2-product-creator 2.22.1 to adapt to many kinds of 
systems.
+\`configure' configures yast2-product-creator 2.22.2 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1301,7 +1301,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-product-creator 
2.22.1:";;
+ short | recursive ) echo "Configuration of yast2-product-creator 
2.22.2:";;
esac
   cat <<\_ACEOF
 
@@ -1381,7 +1381,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-product-creator configure 2.22.1
+yast2-product-creator configure 2.22.2
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1398,7 +1398,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-product-creator $as_me 2.22.1, which was
+It was created by yast2-product-creator $as_me 2.22.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2328,7 +2328,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-product-creator'
- VERSION='2.22.1'
+ VERSION='2.22.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2450,7 +2450,7 @@
 
 
 
-VERSION="2.22.1"
+VERSION="2.22.2"
 RPMNAME="yast2-product-creator"
 MAINTAINER="Jiri Suchomel "
 
@@ -3380,7 +3380,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-product-creator $as_me 2.22.1, which was
+This file was extended by yast2-product-creator $as_me 2.22.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3433,7 +3433,7 @

commit siga for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

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

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


Package is "siga", Maintainer is "martin.lasar...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/siga/siga.changes2011-09-23 
12:46:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.siga.new/siga.changes   2012-02-22 
16:36:44.0 +0100
@@ -1,0 +2,12 @@
+Thu Feb 16 12:42:38 UTC 2012 - sasc...@suse.de
+
+- Ran spec-cleaner
+- Set SDPX-style license
+
+---
+Thu Sep 15 12:29:05 UTC 2011 - sascha.ma...@open-slx.de
+
+- updated to version 12.101
+- updated manpage 
+
+---

Old:

  siga-12.100.tar.bz2

New:

  saigkill-siga-f692b3a.tar.bz2



Other differences:
--
++ siga.spec ++
--- /var/tmp/diff_new_pack.YqKh9C/_old  2012-02-22 16:36:45.0 +0100
+++ /var/tmp/diff_new_pack.YqKh9C/_new  2012-02-22 16:36:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package siga
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010-7/2011 Sascha Manns  
 # Copyright (c) 8/2011 - now open-slx GmbH 
 #
@@ -18,18 +18,17 @@
 #
 
 
-%define _gitrev 13d8c44
+%define _gitrev f692b3a
 
 Name:   siga
-Url:http://github.com/saigkill/siga
+Version:12.101
+Release:0
+Summary:System Information GAthering
 License:GPL-2.0+
 Group:  Documentation/SUSE
+Url:http://github.com/saigkill/siga
+Source: saigkill-%{name}-%{_gitrev}.tar.bz2
 Requires:   w3m
-AutoReqProv:on
-Version:12.100
-Release:0
-Source: %{name}-%{version}.tar.bz2
-Summary:System Information GAthering
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -53,8 +52,8 @@
 
 %files
 %defattr(-,root,root)
+%doc AUTHORS CHANGELOG README
 %{_bindir}/siga
 %{_mandir}/man1/siga.1.gz
-%doc AUTHORS CHANGELOG README
 
 %changelog

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



commit python-feedparser for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package python-feedparser for 
openSUSE:Factory checked in at 2012-02-22 16:36:34

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


Package is "python-feedparser", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-feedparser/python-feedparser.changes  
2011-12-12 17:03:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-feedparser.new/python-feedparser.changes 
2012-02-22 16:36:38.0 +0100
@@ -1,0 +2,54 @@
+Sun Feb 19 20:37:04 UTC 2012 - sasc...@gmx.de
+
+- Remove outdated %clean section, no CFLAGS for noarch package
+
+---
+Thu Jan 12 19:34:06 UTC 2012 - jf...@funktronics.ca
+
+- Temporarily disabled tests due to false failures. Should be re-enabled in
+  5.1.1
+- Update to 5.1:
+  * Extensive, extensive unit test refactoring
+  * Convert the Docbook documentation to ReST
+  * Include the documentation in the source distribution
+  * Consolidate the disparate README files into one
+  * Support Jython somewhat (almost all unit tests pass)
+  * Support Python 3.2
+  * Fix Python 3 issues exposed by improved unit tests
+  * Fix international domain name issues exposed by improved unit tests
+  * Issue 148 (loose parser doesn't always return unicode strings)
+  * Issue 204 (FeedParserDict behavior should not be controlled by `assert`)
+  * Issue 247 (mssql date parser uses hardcoded tokyo timezone)
+  * Issue 249 (KeyboardInterrupt and SystemExit exceptions being caught)
+  * Issue 250 (`updated` can be a 9-tuple or a string, depending on context)
+  * Issue 252 (running setup.py in Python 3 fails due to missing sgmllib)
+  * Issue 253 (document that text/plain content isn't sanitized)
+  * Issue 260 (Python 3 doesn't decompress gzip'ed or deflate'd content)
+  * Issue 261 (popping from empty tag list)
+  * Issue 262 (docs are missing from distribution files)
+  * Issue 264 (vcard parser crashes on non-ascii characters)
+  * Issue 265 (http header comparisons are case sensitive)
+  * Issue 271 (monkey-patching sgmllib breaks other libraries)
+  * Issue 272 (can't pass bytes or str to `parse()` in Python 3)
+  * Issue 275 (`_parse_date()` doesn't catch OverflowError)
+  * Issue 276 (mutable types used as default values in `parse()`)
+  * Issue 277 (`python3 setup.py install` fails)
+  * Issue 281 (`_parse_date()` doesn't catch ValueError)
+  * Issue 282 (`_parse_date()` crashes when passed `None`)
+  * Issue 285 (crash on empty xmlns attribute)
+  * Issue 286 ('apos' character entity not handled properly)
+  * Issue 289 (add an option to disable microformat parsing)
+  * Issue 290 (Blogger's invalid img tags are unparseable)
+  * Issue 292 (atom id element not explicitly supported)
+  * Issue 294 ('categories' key exists but raises KeyError)
+  * Issue 297 (unresolvable external doctype causes crash)
+  * Issue 298 (nested nodes clobber actual values)
+  * Issue 300 (performance improvements)
+  * Issue 303 (unicode characters cause crash during relative uri resolution)
+  * Remove "Hot RSS" support since the format doesn't actually exist
+  * Remove the old feedparser.org website files from the source
+  * Remove the feedparser command line interface
+  * Remove the Zope interoperability hack
+  * Remove extraneous whitespace
+
+---

Old:

  feedparser-5.0.1.tar.bz2

New:

  feedparser-5.1.tar.bz2



Other differences:
--
++ python-feedparser.spec ++
--- /var/tmp/diff_new_pack.DgUJI1/_old  2012-02-22 16:36:39.0 +0100
+++ /var/tmp/diff_new_pack.DgUJI1/_new  2012-02-22 16:36:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-feedparser
 #
-# 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:   python-feedparser
-Version:5.0.1
+Version:5.1
 Release:0
 Summary:Universal Feed Parser Module for Python
 License:BSD-2-Clause
@@ -25,16 +26,14 @@
 Source: feedparser-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
+BuildRequires:  python-distribute
 BuildRequires:  python-xml
 Requires:   python-xml
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+%if 0%{?suse_version} && 0%{?suse_version} <= 1

commit python-cloudfiles for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package python-cloudfiles for 
openSUSE:Factory checked in at 2012-02-22 16:36:29

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


Package is "python-cloudfiles", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-cloudfiles/python-cloudfiles.changes  
2011-12-20 14:30:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-cloudfiles.new/python-cloudfiles.changes 
2012-02-22 16:36:33.0 +0100
@@ -1,0 +2,7 @@
+Tue Feb 21 13:25:47 UTC 2012 - awa...@opensuse.org
+
+- Update to version 1.7.9.3
+  * 1.7.9.3: Added CDN Streaming Support
+  * 1.7.9.2: Added Manifest support for Large Objects
+
+---

Old:

  python-cloudfiles-1.7.9.1.tar.gz

New:

  python-cloudfiles-1.7.9.3.tar.gz



Other differences:
--
++ python-cloudfiles.spec ++
--- /var/tmp/diff_new_pack.yDPTn6/_old  2012-02-22 16:36:34.0 +0100
+++ /var/tmp/diff_new_pack.yDPTn6/_new  2012-02-22 16:36:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cloudfiles
 #
-# 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,10 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-cloudfiles
-Version:1.7.9.1
+Version:1.7.9.3
 Release:0
-URL:https://github.com/rackspace/python-cloudfiles
+Url:https://github.com/rackspace/python-cloudfiles
 Summary:Bindings for Rackspace CloudFiles API
 License:MIT
 Group:  Development/Libraries/Python

++ python-cloudfiles-1.7.9.1.tar.gz -> python-cloudfiles-1.7.9.3.tar.gz 
++
 5903 lines of diff (skipped)

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



commit installation-images for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

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

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


Package is "installation-images", Maintainer is "snw...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2012-02-16 14:57:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2012-02-22 16:36:25.0 +0100
@@ -1,0 +2,12 @@
+Wed Feb 22 15:10:35 CET 2012 - snw...@suse.de
+
+- adjust to package changes
+- single root image filelist
+- treat packages starting with '?' as optional
+
+---
+Mon Feb 20 16:06:50 CET 2012 - snw...@suse.de
+
+- adjust to package changes
+
+---

Old:

  installation-images-13.29.tar.bz2

New:

  installation-images-13.31.tar.bz2



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.sYeMD3/_old  2012-02-22 16:36:27.0 +0100
+++ /var/tmp/diff_new_pack.sYeMD3/_new  2012-02-22 16:36:27.0 +0100
@@ -14,7 +14,6 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
 # needsrootforbuild
 # needsbinariesforbuild
 
@@ -187,26 +186,7 @@
 BuildRequires:  xkeyboard-config
 BuildRequires:  xntp
 BuildRequires:  xorg-x11
-BuildRequires:  xorg-x11-Xnest
-BuildRequires:  xorg-x11-Xvfb
 BuildRequires:  xorg-x11-fonts
-BuildRequires:  xorg-x11-fonts-core
-BuildRequires:  xorg-x11-libICE
-BuildRequires:  xorg-x11-libSM
-BuildRequires:  xorg-x11-libX11
-BuildRequires:  xorg-x11-libXau
-BuildRequires:  xorg-x11-libXdmcp
-BuildRequires:  xorg-x11-libXext
-BuildRequires:  xorg-x11-libXfixes
-BuildRequires:  xorg-x11-libXmu
-BuildRequires:  xorg-x11-libXp
-BuildRequires:  xorg-x11-libXpm
-BuildRequires:  xorg-x11-libXrender
-BuildRequires:  xorg-x11-libXt
-BuildRequires:  xorg-x11-libfontenc
-BuildRequires:  xorg-x11-libs
-BuildRequires:  xorg-x11-libxcb
-BuildRequires:  xorg-x11-libxkbfile
 BuildRequires:  xorg-x11-server
 BuildRequires:  xorg-x11-xauth
 BuildRequires:  xterm
@@ -349,9 +329,9 @@
 Summary:Installation Image Files
 License:GPL-2.0+
 Group:  Metapackages
-Version:13.29
+Version:13.31
 Release:0
-Source: installation-images-13.29.tar.bz2
+Source: installation-images-13.31.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 
@@ -428,7 +408,7 @@
 # careful: will make all non-matching initrds fail hard
 # export instsys_complain_root=2
 # beta only: ignore non-critical errors
-# export debug=ignore
+export debug=ignore
 %if %has_sles
 make
 %else

++ installation-images-13.29.tar.bz2 -> installation-images-13.31.tar.bz2 
++
 2255 lines of diff (skipped)

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



commit release-notes-openSUSE for openSUSE:12.1:Update:Test

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package release-notes-openSUSE for 
openSUSE:12.1:Update:Test checked in at 2012-02-22 16:34:41

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


Package is "release-notes-openSUSE", Maintainer is "k...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:12.1:Update:Test/release-notes-openSUSE/release-notes-openSUSE.changes
   2012-01-05 17:10:56.0 +0100
+++ 
/work/SRC/openSUSE:12.1:Update:Test/.release-notes-openSUSE.new/release-notes-openSUSE.changes
  2012-02-22 16:34:42.0 +0100
@@ -1,0 +2,8 @@
+Mon Feb 20 15:58:03 UTC 2012 - k...@suse.de
+
+- 12.1.11:
+* Update translations.
+* New entries: Mounting Encrypted Partitions with dm-crypt
+  (bnc#739073).
+
+---

Old:

  release-notes-opensuse-12.1.10.tar.bz2

New:

  release-notes-opensuse-12.1.11.tar.bz2



Other differences:
--
++ release-notes-openSUSE.spec ++
--- /var/tmp/diff_new_pack.p0aVGD/_old  2012-02-22 16:34:42.0 +0100
+++ /var/tmp/diff_new_pack.p0aVGD/_new  2012-02-22 16:34:42.0 +0100
@@ -31,7 +31,7 @@
 Group:  Documentation/SUSE
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:12.1.10
+Version:12.1.11
 Release:0
 Provides:   release-notes = %{version}
 Source0:release-notes-opensuse-%{version}.tar.bz2

++ release-notes-opensuse-12.1.10.tar.bz2 -> 
release-notes-opensuse-12.1.11.tar.bz2 ++
 9300 lines of diff (skipped)

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



commit python-gpgme for openSUSE:12.1:Update:Test

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package python-gpgme for 
openSUSE:12.1:Update:Test checked in at 2012-02-22 16:34:04

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


Package is "python-gpgme", Maintainer is "jmate...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/python-gpgme/python-gpgme.changes   
2012-02-22 16:34:04.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.python-gpgme.new/python-gpgme.changes  
2012-02-22 16:34:04.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 22 13:07:05 UTC 2012 - fcro...@suse.com
+
+- Fix incorrect gpgme initialization (bnc#745257), patch extracted
+  by Benjamin Haskell.
+
+---

New:

  pygpgme-0.1-context.patch



Other differences:
--
++ python-gpgme.spec ++
--- /var/tmp/diff_new_pack.3Bkdqa/_old  2012-02-22 16:34:04.0 +0100
+++ /var/tmp/diff_new_pack.3Bkdqa/_new  2012-02-22 16:34:04.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-gpgme (Version 0.1)
+# spec file for package python-gpgme
 #
-# Copyright (c) 2009 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,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   python-gpgme
 Version:0.1
-Release:98
+Release:0
 Summary:A Python module for working with OpenPGP messages
+License:LGPL-2.1+
 Group:  Development/Libraries/Python
-License:LGPL v2.1 or later
 Url:http://pypi.python.org/pypi/pygpgme
 Source: pygpgme-%{version}.tar.bz2
 Patch:  pygpgme-0.1-py23.patch
+Patch1: pygpgme-0.1-context.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
 BuildRequires:  gpgme-devel
+BuildRequires:  python-devel
 
 %description
 PyGPGME is a Python module that lets you sign, verify, encrypt and
@@ -46,6 +45,7 @@
 %prep
 %setup -q -n pygpgme-%{version}
 %patch -p1
+%patch1 -p2
 
 %build
 #CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build

++ pygpgme-0.1-context.patch ++
Based on suggestion found at:
http://lists.mandriva.com/bugs/2010-05/msg03921.php

--- a/pygpgme-0.1/src/pygpgme-context.c
+++ b/pygpgme-0.1/src/pygpgme-context.c
@@ -83,6 +83,7 @@ static int
 pygpgme_context_init(PyGpgmeContext *self, PyObject *args, PyObject *kwargs)
 {
 static char *kwlist[] = { NULL };
+gpgme_check_version(NULL);
 
 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "", kwlist))
 return -1;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-gpgme for openSUSE:11.4

2012-02-22 Thread h_root

Hello community,

here is the log from the commit of package python-gpgme for openSUSE:11.4
checked in at Wed Feb 22 16:32:56 CET 2012.




--- old-versions/11.4/all/python-gpgme/python-gpgme.changes 2008-02-01 
14:25:05.0 +0100
+++ 11.4/python-gpgme/python-gpgme.changes  2012-02-22 14:15:13.0 
+0100
@@ -1,0 +2,6 @@
+Wed Feb 22 13:07:05 UTC 2012 - fcro...@suse.com
+
+- Fix incorrect gpgme initialization (bnc#745257), patch extracted
+  by Benjamin Haskell.
+
+---

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


New:

  pygpgme-0.1-context.patch



Other differences:
--
++ python-gpgme.spec ++
--- /var/tmp/diff_new_pack.43NTH4/_old  2012-02-22 16:31:36.0 +0100
+++ /var/tmp/diff_new_pack.43NTH4/_new  2012-02-22 16:31:36.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-gpgme (Version 0.1)
+# spec file for package python-gpgme
 #
-# Copyright (c) 2009 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:   python-gpgme
 Version:0.1
-Release:98
+Release:106.
 Summary:A Python module for working with OpenPGP messages
+License:LGPL-2.1+
 Group:  Development/Libraries/Python
-License:LGPL v2.1 or later
 Url:http://pypi.python.org/pypi/pygpgme
 Source: pygpgme-%{version}.tar.bz2
 Patch:  pygpgme-0.1-py23.patch
+Patch1: pygpgme-0.1-context.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
 BuildRequires:  gpgme-devel
+BuildRequires:  python-devel
 
 %description
 PyGPGME is a Python module that lets you sign, verify, encrypt and
@@ -46,6 +46,7 @@
 %prep
 %setup -q -n pygpgme-%{version}
 %patch -p1
+%patch1 -p2
 
 %build
 #CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build

++ pygpgme-0.1-context.patch ++
Based on suggestion found at:
http://lists.mandriva.com/bugs/2010-05/msg03921.php

--- a/pygpgme-0.1/src/pygpgme-context.c
+++ b/pygpgme-0.1/src/pygpgme-context.c
@@ -83,6 +83,7 @@ static int
 pygpgme_context_init(PyGpgmeContext *self, PyObject *args, PyObject *kwargs)
 {
 static char *kwlist[] = { NULL };
+gpgme_check_version(NULL);
 
 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "", kwlist))
 return -1;
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 cifs-utils for openSUSE:11.4

2012-02-22 Thread h_root

Hello community,

here is the log from the commit of package cifs-utils for openSUSE:11.4
checked in at Wed Feb 22 16:31:25 CET 2012.




--- old-versions/11.4/all/cifs-utils/cifs-utils.changes 2010-12-07 
14:32:43.0 +0100
+++ 11.4/cifs-utils/cifs-utils.changes  2012-02-22 14:42:06.0 +0100
@@ -1,0 +2,34 @@
+Wed Feb 22 09:27:28 UTC 2012 - sjayara...@suse.com
+
+- Update to cifs-utils 4.9.
+  + mount.cifs: don't try to alter mtab if it's a symlink (bnc#679949).
+  + mount.cifs: fix possible use of uninitialized variable.
+  + mount.cifs: reacquire CAP_DAC_READ_SEARCH before calling mount(2).
+  + mount.cifs: fix handling of scopeid in resolve_host.
+
+- Update to cifs-utils 4.8.1.
+  + fix mis-generated autoconf files.
+
+- Update to cifs-utils 4.8.
+  + mount.cifs: manpage: add entry for "actimeo" option.
+  + cifs-utils: rewrite hardcoded paths in manpages.
+  + cifs-utils: fixes for manpage pathname replacement scheme.
+  + cifs.upcall: fix memory and call krb5_auth_con_free().
+  + cifs.upcall: use krb5_auth_con_set_req_cksumtype() and pass a GSSAPI
+checksum; (bso#7890).
+  + manpage: change port option description.
+  + cifs.upcall: add 'l' to getopt_long string.
+  + cifs.upcall: fix crash when trying to free uninitialized var.
+  + cifs.upcall: consolidate find_krb5_cc calls.
+  + cifs.upcall: clean up key description decoding routine.
+  + cifs.upcall: add keytab support for unattended mounts.
+  + mount.cifs: add cruid= mount option.
+
+- Update to cifs-utils 4.7.
+  + manpage: add mount.cifs manpage entry for "multiuser" option.
+  + mount.cifs: reinstate ip= as an override for address resolution.
+  + mount.cifs: use monotonic time for timeouts.
+  + cifs-utils: infrastructure for stashing passwords in keyring.
+  + cifs-utils: moving resolve_host into separate file.
+
+---

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


Old:

  cifs-utils-4.6.tar.bz2

New:

  cifs-utils-4.9.tar.bz2



Other differences:
--
++ cifs-utils.spec ++
--- /var/tmp/diff_new_pack.Is6TiM/_old  2012-02-22 16:26:16.0 +0100
+++ /var/tmp/diff_new_pack.Is6TiM/_new  2012-02-22 16:26:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cifs-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
@@ -19,8 +19,8 @@
 Summary:Utilities for doing and managing mounts of the Linux CIFS 
filesystem
 
 Name:   cifs-utils
-Version:4.6
-Release:3.
+Version:4.9
+Release:1.
 License:GPLv3+
 Group:  System/Filesystems
 Url:http://www.samba.org/linux-cifs/cifs-utils/

++ cifs-utils-4.6.tar.bz2 -> cifs-utils-4.9.tar.bz2 ++
 30682 lines of diff (skipped)

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 brp-extract-appdata for openSUSE:Factory

2012-02-22 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-22 16:07:36

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-20 16:07:17.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.brp-extract-appdata.new/brp-extract-appdata.changes 
2012-02-22 16:07:43.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 22 08:10:13 UTC 2012 - co...@suse.com
+
+- changed my mind - use rpmname as part of the xml filename
+  to simplify all kind of tasks
+
+---



Other differences:
--
++ create-appdata-xml.pl ++
--- /var/tmp/diff_new_pack.94zh1E/_old  2012-02-22 16:07:44.0 +0100
+++ /var/tmp/diff_new_pack.94zh1E/_new  2012-02-22 16:07:44.0 +0100
@@ -35,6 +35,7 @@
 my $currentfile = '';
 my $indesktopentry = 0;
 my %apphash;
+
 while (  ) {
   chomp;
  
@@ -69,6 +70,7 @@
 
 # we don't need to keep this around - beside for debugging
 unlink $appdata;
+my %applicationrpms;
 
 for my $rpm (@rpms) {
 next if ($rpm =~ m/-debuginfo/ || $rpm =~ m/-debugsource/);
@@ -88,74 +90,79 @@
 if (defined $apphash{$filename}) {
$apphash{$filename}->{pkgname} = $rpmname;
$apphash{$filename}->{homepage} ||= $url;
+   $applicationrpms{$rpmname} = 1;
print "DEBUG " . Dumper($apphash{$filename});
 }
 }
 }
 
-my $output = "$build_root$TOPDIR/OTHER/appdata.xml";
-open(APPDATA, ">", "$output") || die "can't write to $output";
-print APPDATA "\n";
-print APPDATA "\n";
-
-my $applications_output = 0;
-
-while (my ($file, $hash) = each(%apphash)) {
-   next if (($hash->{nodisplay} || '') =~ m,true,i);
-   $applications_output++;
-   print APPDATA "  \n";
-   $file =~ s,/usr/share/applications/,,;
-   print APPDATA "" . _e($file) . "\n";
-   print APPDATA "" . _e($hash->{pkgname}) . "\n";
-   if ($hash->{name}) {
- print APPDATA "" . _e($hash->{name}) . "\n";
-   }
-   if ($hash->{comment}) {
- print APPDATA "" . _e($hash->{comment}) . "\n";
-   }
-   if ($hash->{keywords}) {
- print APPDATA "\n";
- for my $keyword (split(/\s*;\s*/, $hash->{keywords})) {
-   print APPDATA "  " . _e($keyword) . "\n";
- }
- print APPDATA "\n";
-   }
-   if ($hash->{icon}) {
- print APPDATA "" . _e($hash->{icon}) . "\n";
-   }
-   print APPDATA "\n";
-   for my $keyword (split(/\s*;\s*/, $hash->{categories})) {
- print APPDATA  "  " . _e($keyword) . "\n";
-   }
-   print APPDATA "\n";
-   if ($hash->{mimetype}) {
- print APPDATA "\n";
- for my $keyword (split(/\s*;\s*/, $hash->{mimetype})) {
-print APPDATA  "  " . _e($keyword) . "\n";
- }
- print APPDATA "\n";
-   }
-   if ($hash->{homepage}) {
-print APPDATA "". _e($hash->{homepage}) . 
"\n"
-   }
-   print APPDATA "  \n";
-}
+for my $rpmname (sort keys %applicationrpms) {
+my $output = "$build_root$TOPDIR/OTHER/$rpmname-appdata.xml";
+open(APPDATA, ">", "$output") || die "can't write to $output";
+print APPDATA "\n";
+print APPDATA "\n";
+
+my $applications_output = 0;
+
+while (my ($file, $hash) = each(%apphash)) {
+   next if (($hash->{nodisplay} || '') =~ m,true,i);
+   next if ($hash->{pkgname} ne $rpmname);
+   $applications_output++;
+   print APPDATA "  \n";
+   $file =~ s,/usr/share/applications/,,;
+   print APPDATA "" . _e($file) . "\n";
+   print APPDATA "" . _e($hash->{pkgname}) . "\n";
+   if ($hash->{name}) {
+   print APPDATA "" . _e($hash->{name}) . "\n";
+   }
+   if ($hash->{comment}) {
+   print APPDATA "" . _e($hash->{comment}) . 
"\n";
+   }
+   if ($hash->{keywords}) {
+   print APPDATA "\n";
+   for my $keyword (split(/\s*;\s*/, $hash->{keywords})) {
+   print APPDATA "  " . _e($keyword) . "\n";
+   }
+   print APPDATA "\n";
+   }
+   if ($hash->{icon}) {
+   print APPDATA "" . _e($hash->{icon}) . 
"\n";
+   }
+   print APPDATA "\n";
+   for my $keyword (split(/\s*;\s*/, $hash->{categories})) {
+   print APPDATA  "  " . _e($keyword) . 
"\n";
+   }
+   print APPDATA "\n";
+   if ($hash->{mimetype}) {
+   print APPDATA "\n";
+   for my $keyword (split(/\s*;\s*/, $hash->{mimetype})) {
+   print APPDATA  "  " . _e($keyword) . 
"\

commit xosview for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/xosview/xosview.changes  2012-02-08 
17:21:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.xosview.new/xosview.changes 2012-02-22 
15:55:59.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 21 10:51:47 UTC 2012 - co...@suse.com
+
+- buildrequire xorg-x11 for directory ownership of app-defaults
+- drop support for pre-sles9 X11 paths
+
+---



Other differences:
--
++ xosview.spec ++
--- /var/tmp/diff_new_pack.Z8ls9q/_old  2012-02-22 15:56:01.0 +0100
+++ /var/tmp/diff_new_pack.Z8ls9q/_new  2012-02-22 15:56:01.0 +0100
@@ -16,13 +16,12 @@
 #
 
 
-
 Name:   xosview
 BuildRequires:  autoconf
 BuildRequires:  gcc-c++
 BuildRequires:  linux-kernel-headers
 BuildRequires:  pkgconfig
-BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-devel
 # NOTE: We don't want this dependency and desktop-data-SuSE is in all
 # desktop selections.
@@ -52,26 +51,13 @@
 Patch11:xosview-%{version}-diskstat.dif
 Patch12:xosview-config.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{expand: %%global _exec_prefix %(type -p pkg-config &>/dev/null && pkg-config 
--variable prefix x11 || echo /usr/X11R6)}
-%if "%_exec_prefix" == "/usr/X11R6"
-%global _mandir %{_exec_prefix}/man
-%global _includedir %{_exec_prefix}/include
-%define _appdefdir  %{_exec_prefix}/lib/X11/app-defaults
-%else
 %define _appdefdir  %{_datadir}/X11/app-defaults
-%endif
 
 %description
 A small program which is mostly configurable using resources via
 ~/.Xresources. It shows actual CPU, swap, memory, active interrupts,
 and, if desired, netpacket statistics in a graphical manner.
 
-
-
-Authors:
-
-Mike Romberg 
-
 %prep
 %setup -q
 %patch1  -p0 -b ".serial"
@@ -140,10 +126,6 @@
 install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/usr/share/pixmaps/
 mkdir -p $RPM_BUILD_ROOT/usr/share/applications
 install -m 644 %{SOURCE3} $RPM_BUILD_ROOT/usr/share/applications/
-%suse_update_desktop_file xosview
-
-%clean
-rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)


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



commit xmorph for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/xmorph/xmorph.changes2011-11-16 
17:23:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.xmorph.new/xmorph.changes   2012-02-22 
15:55:57.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 20 13:20:29 UTC 2012 - co...@suse.com
+
+- explicit buildrequires of xorg-x11-devel
+
+---



Other differences:
--
++ xmorph.spec ++
--- /var/tmp/diff_new_pack.AaO3aA/_old  2012-02-22 15:55:59.0 +0100
+++ /var/tmp/diff_new_pack.AaO3aA/_new  2012-02-22 15:55:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xmorph
 #
-# 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,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   xmorph
-BuildRequires:  ctags fftw3-devel gcc-c++ gtk2-devel libexpat0 libglade2-devel 
libtool update-desktop-files xorg-x11
-License:GPL-2.0+
-Group:  Productivity/Graphics/Other
+BuildRequires:  ctags
+BuildRequires:  fftw3-devel
+BuildRequires:  gcc-c++
+BuildRequires:  gtk2-devel
+BuildRequires:  libexpat0
+BuildRequires:  libglade2-devel
+BuildRequires:  libtool
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-devel
 PreReq: %{install_info_prereq}
 Version:20060817
-Release:221
+Release:0
 Url:http://sourceforge.net/projects/xmorph/
 Summary:A morphing program
+License:GPL-2.0+
+Group:  Productivity/Graphics/Other
 Source: %{name}_%{version}.tar.bz2
 Source1:%{name}.desktop
 Source2:acinclude.m4
@@ -44,28 +51,16 @@
 consisting of connected checkpoints. The source grid is then
 transformed into the destination grid during the morphing process.
 
-
-
-Authors:
-
-Michael J. Gourlay 
-
 %package devel
-License:GPL-2.0+
 Summary:Development Files For Xmorph
 Group:  Productivity/Graphics/Other
-Requires:   %{name} = %{version} glibc-devel
+Requires:   %{name} = %{version}
+Requires:   glibc-devel
 
 %description devel
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
-
-
-Authors:
-
-Michael J. Gourlay 
-
 %prep
 %setup -q
 cat %{S:2} >>acinclude.m4

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



commit vsftpd for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/vsftpd/vsftpd.changes2011-09-23 
12:50:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.vsftpd.new/vsftpd.changes   2012-02-22 
15:55:44.0 +0100
@@ -1,0 +2,47 @@
+Tue Feb 21 10:51:51 UTC 2012 - mvysko...@suse.cz
+
+- follow Systemd Packaging guidelines
+  http://en.opensuse.org/openSUSE:Systemd_packaging_guidelines
+- add $local_fs and $remote_fs to init script
+
+---
+Wed Feb 15 16:41:15 UTC 2012 - mvysko...@suse.cz
+
+- use the original tarball, because the bz2 repacking madness disables
+  gpg --verify
+- revert a part oc changes utf converting
+
+---
+Fri Dec 23 17:48:04 UTC 2011 - andreas.stie...@gmx.de
+
+- update to upstream 2.3.5:
+  * Try and force glibc to cache zoneinfo files in an attempt to work around
+glibc parsing vulnerability. Thanks to Kingcope.
+  * Only report CHMOD in SITE HELP if it's enabled. Thanks to Martin Schwenke
+.
+  * Some simple fixes and cleanups from Thorsten Brehm .
+  * Only advertise "AUTH SSL" if one of SSLv2, SSLv3 is enabled. Thanks to
+steve willing .
+  * Handle connect() failures properly. Thanks to Takayuki Nagata
+.
+  * Add stronger checks for the configuration error of running with a
+writeable root directory inside a chroot(). This may bite people who
+carelessly turned on chroot_local_user but such is life.
+- convert .changes file to unicode
+- refresh vsftpd-2.0.4-conf.diff to vsftpd-2.3.5-conf.patch
+- name patches explicitly without macro as per recommendations
+- remove INSTALL file from binary package
+- update license to GPL-2.0+
+- mark /etc/sysconfig/SuSEfirewall2/services/vsftpd as config file
+
+---
+Sat Nov 26 16:31:20 UTC 2011 - crrodrig...@opensuse.org
+
+- fis copy/paste error in previous change 
+
+---
+Fri Nov 25 22:14:14 UTC 2011 - crrodrig...@opensuse.org
+
+- Add systemd unit 
+
+---
@@ -486,3 +533,3 @@
-  � IPv6 support, so drop our patch
-  � Many bugfixes and tunings
-  � Build fixes
+  ˇ IPv6 support, so drop our patch
+  ˇ Many bugfixes and tunings
+  ˇ Build fixes

Old:

  _service
  _service:download_url:vsftpd-2.3.4.tar.gz
  vsftpd-2.0.4-conf.diff

New:

  vsftpd-2.3.5-conf.patch
  vsftpd-2.3.5.tar.gz
  vsftpd.service



Other differences:
--
++ vsftpd.spec ++
--- /var/tmp/diff_new_pack.gJn1nm/_old  2012-02-22 15:55:45.0 +0100
+++ /var/tmp/diff_new_pack.gJn1nm/_new  2012-02-22 15:55:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vsftpd
 #
-# 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,20 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   vsftpd
-BuildRequires:  openssl-devel pam-devel
+BuildRequires:  openssl-devel
+BuildRequires:  pam-devel
 %if 0%{?suse_version} < 1001
 BuildRequires:  libcap
 %else
 BuildRequires:  libcap-devel
 %endif
-Version:2.3.4
-Release:1
+%if 0%{?suse_version} > 1140
+BuildRequires:  systemd
+%endif
+Version:2.3.5
+Release:0
 Summary:Very Secure FTP Daemon - Written from Scratch
-License:GPLv2+
+License:GPL-2.0+
 Group:  Productivity/Networking/Ftp/Servers
 Url:https://security.appspot.com/vsftpd.html
 Source: %name-%version.tar.gz
@@ -38,17 +40,19 @@
 Source4:README.SUSE
 Source5:%name.xml
 Source6:%name.firewall
-Patch1: %name-2.0.4-lib64.diff
-Patch3: %name-2.0.4-xinetd.diff
-Patch4: %name-2.0.4-enable-ssl.patch
-Patch5: %name-2.0.4-dmapi.patch
-Patch6: %name-2.0.5-vuser.patch
-Patch7: %name-2.0.5-enable-debuginfo.patch
-Patch8: %name-2.0.5-utf8-log-names.patch
-Patch9: %name-2.0.4-conf.diff
+Source7:vsftpd.service
+Patch1: vsftpd-2.0.4-lib64.diff
+Patch3: vsftpd-2.0.4-xinetd.diff
+Patch4: vsftpd-2.0.4-enable-ssl.patch
+Patch5:  

commit urfkill for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

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

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


Package is "urfkill", Maintainer is "g...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/urfkill/urfkill.changes  2012-02-08 
15:43:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.urfkill.new/urfkill.changes 2012-02-22 
15:55:38.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 15 11:57:15 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:
--
++ urfkill.spec ++
--- /var/tmp/diff_new_pack.aQUmwI/_old  2012-02-22 15:55:40.0 +0100
+++ /var/tmp/diff_new_pack.aQUmwI/_new  2012-02-22 15:55:40.0 +0100
@@ -118,6 +118,7 @@
 %doc AUTHORS COPYING NEWS README
 %dir %{_libexecdir}/urfkill
 %{_libexecdir}/urfkill/urfkilld
+%{_datadir}/dbus-1/interfaces/*.xml
 %{_datadir}/dbus-1/system-services/*.service
 %{_datadir}/polkit-1/actions/org.freedesktop.*.policy
 %doc %{_mandir}/man?/*.*
@@ -137,7 +138,6 @@
 
 %files -n liburfkill-glib-devel
 %defattr(-,root,root)
-%{_datadir}/dbus-1/interfaces/*.xml
 %if !0%{?_crossbuild}
 %{_datadir}/gir-1.0/Urfkill-*.gir
 %endif


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



commit tig for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

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

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


Package is "tig", Maintainer is "gre...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/tig/tig.changes  2011-09-23 12:48:13.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tig.new/tig.changes 2012-02-22 
15:55:30.0 +0100
@@ -1,0 +2,37 @@
+Thu Feb 16 13:24:36 UTC 2012 - sasc...@suse.de
+
+- Add more detail about last version update
+
+---
+Mon Feb 13 10:56:52 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Wed Aug 31 15:14:43 UTC 2011 - gre...@suse.de
+
+- remove test-graph from the spec file as it really isn't a program to ship.
+
+---
+Tue Aug 30 23:07:32 UTC 2011 - gre...@suse.de
+
+- update to 0.18:
+  - Incompatibilities:
+* Remove support for the deprecated TIG_{MAIN,DIFF,LOG,TREE,BLOB}_CMD 
environment variables.
+  - Improvements:
+* Pressing enter on diff stat file lines will jump to file’s diff.
+* Naïvely color blame IDs to distinguish lines.
+* Document palette color options used for revision graph and blame IDs.
+* Add support for blaming diff lines.
+* Add diff-context option and bindings to increase the diff context in the 
diff and stage view.
+* (GH-6) Make blame configurable via extra options passed from the command 
line and blame-options setting from ~/.tigrc. For example:
+* set blame-options = -C -C -C
+  - Bug fixes:
+* Expand browsing state variables for prompt. (LP #694780, Debian #635546)
+* Fix segfault when sorting the branch view by author.
+* Expand %(directory) to . for the root directory. (GH-3)
+* Accept utf-8 for the line-graphics option as indicated in the docs.
+* Use erasechar() to check for the correct backspace character.
+
+
+---

Old:

  tig-0.17.tar.bz2

New:

  tig-0.18.tar.bz2



Other differences:
--
++ tig.spec ++
--- /var/tmp/diff_new_pack.kG6FmR/_old  2012-02-22 15:55:31.0 +0100
+++ /var/tmp/diff_new_pack.kG6FmR/_new  2012-02-22 15:55:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tig
 #
-# 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,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   tig
-License:GPLv2+
-Group:  Development/Tools/Version Control
-BuildRequires:  ncurses-devel
-Requires:   git-core
-Version:0.17
-Release:1
+Version:0.18
+Release:0
 Summary:An ncurses-based text-mode interface for git
+License:GPL-2.0+
+Group:  Development/Tools/Version Control
 Url:http://jonas.nitro.dk/tig/
-# http://jonas.nitro.dk/tig/releases/tig-%{version}.tar.gz
 Source0:tig-%{version}.tar.bz2
 Patch0: tig-fix-build.diff
+BuildRequires:  ncurses-devel
+Requires:   git-core
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,38 +39,26 @@
 present the user with various views, such as summarized commit log and
 showing the commit with the log message, diffstat, and the diff.
 
-
-
-Authors:
-
-Jonas Fonseca 
-
 %prep
-%setup
+%setup -q
 %patch0
 
 %build
 CC=gcc
-CFLAGS="$RPM_OPT_FLAGS -Wall"
+CFLAGS="%{optflags} -Wall"
 export CFLAGS CC
-%__make prefix=%{_prefix} mandir=%{_mandir}
+make prefix=%{_prefix} mandir=%{_mandir}
 
 %install
-%__make DESTDIR="$RPM_BUILD_ROOT" prefix="%{_prefix}" mandir="%{_mandir}" 
install
-%__install -D -m0644 tig.1   "$RPM_BUILD_ROOT/%{_mandir}/man1/tig.1"
-%__install -D -m0644 tigrc.5 "$RPM_BUILD_ROOT/%{_mandir}/man5/tigrc.5"
-%__install -D -m0644 tigmanual.7 "$RPM_BUILD_ROOT/%{_mandir}/man7/tigmanual.7"
-
-%__mv "%{buildroot}%{_bindir}"/{test-graph,test-git-graph}
-
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+make DESTDIR=%{buildroot} prefix="%{_prefix}" mandir="%{_mandir}" install
+install -D -m0644 tig.1   "%{buildroot}/%{_mandir}/man1/tig.1"
+install -D -m0644 tigrc.5 "%{buildroot}/%{_mandir}/man5/tigrc.5"
+install -D -m0644 tigmanual.7 "%{buildroot}/%{_mandir}/man7/tigmanual.7"
 
 %files
 %defattr(-,root,root)
 %doc

commit sobby for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/sobby/sobby.changes  2012-01-20 
20:27:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.sobby.new/sobby.changes 2012-02-22 
15:55:25.0 +0100
@@ -1,0 +2,7 @@
+Tue Feb 21 17:16:38 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.4.8:
+  + Fix a build failure when compiled using glibmm 2.31 or greater.
+- Dropped sobby-new-glibmm.patch, fixed upstream.
+
+---

Old:

  sobby-0.4.7.tar.bz2
  sobby-new-glibmm.patch

New:

  sobby-0.4.8.tar.gz



Other differences:
--
++ sobby.spec ++
--- /var/tmp/diff_new_pack.W0ubjb/_old  2012-02-22 15:55:26.0 +0100
+++ /var/tmp/diff_new_pack.W0ubjb/_new  2012-02-22 15:55:26.0 +0100
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   sobby
-Version:0.4.7
+Version:0.4.8
 Release:0
 Summary:Stand-alone obby server
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://gobby.0x539.de/
-Source: %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM sobby-new-glibmm.patch vu...@opensuse.org -- Fix build 
with glibmm >= 2.31, sent upstream by mail (2012-01-19)
-Patch0: sobby-new-glibmm.patch
+Source: http://releases.0x539.de/sobby/%{name}-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  glibmm2-devel
 BuildRequires:  gmp-devel
@@ -40,7 +39,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --disable-static --with-pic

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



commit rpmlint-tests for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package rpmlint-tests for openSUSE:Factory 
checked in at 2012-02-22 15:55:13

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


Package is "rpmlint-tests", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint-tests/rpmlint-tests.changes  
2012-02-14 19:07:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint-tests.new/rpmlint-tests.changes 
2012-02-22 15:55:16.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 20 16:04:11 UTC 2012 - lnus...@suse.de
+
+- add logrotate test
+
+---



Other differences:
--
++ rpmlint-tests.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/logrotate1.ignore 
new/rpmlint-tests/tests/logrotate1.ignore
--- old/rpmlint-tests/tests/logrotate1.ignore   1970-01-01 01:00:00.0 
+0100
+++ new/rpmlint-tests/tests/logrotate1.ignore   2012-02-20 17:03:17.0 
+0100
@@ -0,0 +1,3 @@
+#addFilter(" files-duplicate")
+#addFilter(" no-manual-page-for-binary ")
+#addFilter(" no-binary")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/logrotate1.ref 
new/rpmlint-tests/tests/logrotate1.ref
--- old/rpmlint-tests/tests/logrotate1.ref  1970-01-01 01:00:00.0 
+0100
+++ new/rpmlint-tests/tests/logrotate1.ref  2012-02-20 17:03:17.0 
+0100
@@ -0,0 +1 @@
+1 packages and 0 specfiles checked; 0 errors, 0 warnings.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmlint-tests/tests/logrotate1.spec 
new/rpmlint-tests/tests/logrotate1.spec
--- old/rpmlint-tests/tests/logrotate1.spec 1970-01-01 01:00:00.0 
+0100
+++ new/rpmlint-tests/tests/logrotate1.spec 2012-02-20 17:03:17.0 
+0100
@@ -0,0 +1,50 @@
+Name:  logrotate1
+Version:   0
+Release:   0
+Group:  Development/Tools/Building
+Summary:   Lorem ipsum
+License:   GPL-2.0+
+BuildRoot: %_tmppath/%name-%version-build
+Url:http://www.opensuse.org/
+BuildArch:  noarch
+Requires:   logrotate
+
+%description
+Lorem ipsum dolor sit amet, consectetur adipisici elit, sed
+eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim
+ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
+aliquid ex ea commodi consequat. Quis aute iure reprehenderit in
+voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+Excepteur sint obcaecat cupiditat non proident, sunt in culpa qui
+officia deserunt mollit anim id est laborum.
+
+%prep
+%build
+
+%install
+install -d -m 755 %buildroot/var/log/foo
+install -d -m 755 %buildroot/etc/logrotate.d
+cat > %buildroot/etc/logrotate.d/logrotate1  %buildroot/etc/logrotate.d/logrotate2 < %buildroot/etc/logrotate.d/logrotate2b <

commit rpmlint for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

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

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


Package is "rpmlint", Maintainer is "dmuel...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2012-02-20 
16:18:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2012-02-22 
15:55:11.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 20 16:05:23 UTC 2012 - lnus...@suse.de
+
+- add logrotate check (bnc#677335)
+
+---

New:

  CheckLogrotate.py



Other differences:
--
++ rpmlint.spec ++
--- /var/tmp/diff_new_pack.U3IPiB/_old  2012-02-22 15:55:12.0 +0100
+++ /var/tmp/diff_new_pack.U3IPiB/_new  2012-02-22 15:55:12.0 +0100
@@ -53,6 +53,7 @@
 Source23:   CheckBuildDate.py
 Source24:   pie.config
 Source25:   licenses.config
+Source26:   CheckLogrotate.py
 Source100:  syntax-validator.py
 Url:http://rpmlint.zarb.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -228,6 +229,7 @@
 cp -p %{SOURCE21} .
 cp -p %{SOURCE22} .
 cp -p %{SOURCE23} .
+cp -p %{SOURCE26} .
 
 %build
 make %{?_smp_mflags}

++ CheckLogrotate.py ++
# vim:sw=4:et
#
# File  : CheckLogrotate.py
# Package   : rpmlint
# Author: Ludwig Nussel
# Purpose   : Check for insecure logrotate directories
#

from Filter import *
import AbstractCheck
import re
import os
import string

class LogrotateCheck(AbstractCheck.AbstractCheck):
def __init__(self):
AbstractCheck.AbstractCheck.__init__(self, "CheckLogrotate")

def check(self, pkg):
if pkg.isSource():
return

files = pkg.files()
dirs = {}

for f, pkgfile in files.items():
if f in pkg.ghostFiles():
continue

if f.startswith("/etc/logrotate.d/"):
try:
for n, o in self.parselogrotateconf(pkg.dirName(), 
f).items():
if n in dirs and dirs[n] != o:
printError(pkg, "logrotate-duplicate", n)
else:
dirs[n] = o
except Exception, x:
printError(pkg, 'rpmlint-exception', "%(file)s raised an 
exception: %(x)s" % {'file':f, 'x':x})

for d in sorted(dirs.keys()):
if not d in files:
if d != '/var/log':
printError(pkg, 'suse-logrotate-log-dir-not-packaged', d)
continue
mode = files[d].mode&0777
if files[d].user != 'root' and (dirs[d] is None or dirs[d][0] != 
files[d].user):
printError(pkg, 'suse-logrotate-user-writable-log-dir', \
"%s %s:%s %04o"%(d, files[d].user, files[d].group, 
mode))
elif files[d].group != 'root' and mode&020 and (dirs[d] is None or 
dirs[d][1] != files[d].group):
printError(pkg, 'suse-logrotate-user-writable-log-dir', \
"%s %s:%s %04o"%(d, files[d].user, files[d].group, 
mode))

# extremely primitive logrotate parser
def parselogrotateconf(self, root, f):
dirs = {}
fd = open('/'.join((root, f)))
currentdirs = []
for line in fd.readlines():
line = line.strip()
if line.startswith('#'):
continue
if not currentdirs:
if line.endswith('{'):
insection = True
for logfile in line.split(' '):
if logfile == '{':
continue
dn = os.path.dirname(logfile)
if not dn in dirs:
currentdirs.append(dn)
dirs[dn] = None
else:
if line.endswith('}'):
currentdirs = []
elif line.startswith("su "):
a = line.split(" ")
for dn in currentdirs:
dirs[dn] = (a[1], a[2])
return dirs


check=LogrotateCheck()

if Config.info:
addDetails(
'suse-logrotate-duplicate',
"""There are dupliated logrotate entries with different settings for
the specified file""",
'suse-logrotate-user-writable-log-dir',
"""The log directory is writable by unprivileged users. Please fix
the permissions so only root can write there or add t

commit qiv for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

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

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


Package is "qiv", Maintainer is "lnus...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/qiv/qiv.changes  2011-11-28 14:49:39.0 
+0100
+++ /work/SRC/openSUSE:Factory/.qiv.new/qiv.changes 2012-02-22 
15:55:09.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 21 16:20:11 UTC 2012 - lnus...@suse.de
+
+- BuildRequire libXinerama-devel to fix build after xorg split
+
+---



Other differences:
--
++ qiv.spec ++
--- /var/tmp/diff_new_pack.dmmDSx/_old  2012-02-22 15:55:10.0 +0100
+++ /var/tmp/diff_new_pack.dmmDSx/_new  2012-02-22 15:55:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qiv
 #
-# 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,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   qiv
 Version:2.2.4
 Release:1
@@ -28,6 +30,7 @@
 BuildRequires:  gtk2-devel
 BuildRequires:  imlib2-devel
 BuildRequires:  libexif-devel
+BuildRequires:  libXinerama-devel
 # imlib itself only recommends that but we actually need them to
 # load images
 Requires:   imlib2-loaders

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



commit python-virtinst for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package python-virtinst for openSUSE:Factory 
checked in at 2012-02-22 15:54:56

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


Package is "python-virtinst", Maintainer is "carn...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/python-virtinst/python-virtinst.changes  
2011-09-23 12:43:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtinst.new/python-virtinst.changes 
2012-02-22 15:54:58.0 +0100
@@ -1,0 +2,31 @@
+Fri Feb  3 08:37:05 MST 2012 - carn...@novell.com
+
+- Update to virtinst 0.600.1
+  * virt-install: --redir option for usb redirection (Marc-André Lureau)
+  * virt-install: Advanced --controller support for usb2 (Marc-André Lureau)
+  * Many bug fixes and minor improvments.
+
+---
+Thu Jan  5 17:06:07 MST 2012 - carn...@novell.com
+
+- Include patches from the virtinst contained in the virt-manager
+  package. 
+
+---
+Mon Nov 28 16:14:18 MST 2011 - carn...@novell.com
+
+- Update to upstream git version for various bug fixes
+  virtinst: 15d4901a3c8b855838931976e023158b8cda1c37
+- Compatibility update to virtinst 0.600.0 for virt-manager in os12.1
+  * virt-install: Various improvements to enable LXC/container guests:
+  * New --filesystem option for  devices
+  * New --init option for container  path
+  * New --container option (similar to --paravirt or --hvm)
+  * virt-install: Make --location remotely (with latest libvirt)
+  * virt-install: New --smartcard option for  devices
+  * (Marc-André Lureau)
+  * virt-install: New --numatune option for building guest  XML
+  * virt-install: option to set --disk error_policy=
+  * virt-install: option to set --disk serial=
+
+---

Old:

  virtinst-0.500.6.tar.gz

New:

  virtinst-0.600.1.tar.bz2
  virtinst-cdrom.diff
  virtinst-qed.diff
  virtinst-storage-ocfs2.diff



Other differences:
--
++ python-virtinst.spec ++
--- /var/tmp/diff_new_pack.daymAs/_old  2012-02-22 15:55:00.0 +0100
+++ /var/tmp/diff_new_pack.daymAs/_new  2012-02-22 15:55:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-virtinst
 #
-# 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/
 #
 
-
 %{!?python_sitelib: %define python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 # This macro is used for the continuous automated builds. It just
@@ -33,17 +32,20 @@
 %endif
 
 Summary:Python modules and tools for creating virtual machines with 
libvirt
+License:GPL-2.0+
+Group:  System/Monitoring
 
 Name:   python-%{appname}
-Version:0.500.6
-Release:1
-Source0:
http://virt-manager.org/download/sources/%{appname}/%{appname}-%{version}.tar.gz
+Version:0.600.1
+Release:0
+Source0:%{appname}-%{version}.tar.bz2
+Patch10:virtinst-cdrom.diff
+Patch12:virtinst-storage-ocfs2.diff
+Patch13:virtinst-qed.diff
 
-License:GPLv2+
-Group:  System/Monitoring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #BuildArch: noarch
-Url:http://virt-manager.et.redhat.com/download.html
+Url:http://virt-manager.org
 Provides:   virt-install
 Provides:   virt-clone
 Provides:   virt-image
@@ -70,6 +72,9 @@
 
 %prep
 %setup -q -n %{appname}-%{version}
+%patch10 -p1
+%patch12 -p1
+%patch13 -p1
 
 %build
 python setup.py build

++ virtinst-0.500.6.tar.gz -> virtinst-0.600.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/python-virtinst/virtinst-0.500.6.tar.gz 
/work/SRC/openSUSE:Factory/.python-virtinst.new/virtinst-0.600.1.tar.bz2 
differ: char 1, line 1

++ virtinst-cdrom.diff ++
Index: virtinst-0.600.1/virtinst/VirtualDisk.py
===
--- virtinst-0.600.1.orig/virtinst/VirtualDisk.py
+++ virtinst-0.600.1/virtinst/VirtualDisk.py
@@ -1735,7 +1735,7 @@ class VirtualDisk(VirtualDevice):
 if maxnode > (26 * 26 * 26):
 raise RuntimeError("maxnode value is too high")
 
-# Regular scanning
+# Start cdrom at 'c' and skip 'c' for non-cdrom
 for i in range(1, maxnode + 1)

commit python-SQLAlchemy for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package python-SQLAlchemy for 
openSUSE:Factory checked in at 2012-02-22 15:54:51

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


Package is "python-SQLAlchemy", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-SQLAlchemy/python-SQLAlchemy.changes  
2012-02-14 11:26:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new/python-SQLAlchemy.changes 
2012-02-22 15:54:55.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 22 12:36:45 UTC 2012 - sasc...@suse.de
+
+- Fixed SLE_11 build by disabling the testsuite for it
+
+---



Other differences:
--
++ python-SQLAlchemy.spec ++
--- /var/tmp/diff_new_pack.B9mhpQ/_old  2012-02-22 15:54:56.0 +0100
+++ /var/tmp/diff_new_pack.B9mhpQ/_new  2012-02-22 15:54:56.0 +0100
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   python-SQLAlchemy
 Version:0.7.5
 Release:0
@@ -28,8 +27,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-BuildRequires:  python-pysqlite
 BuildRequires:  python-nose
+BuildRequires:  python-pysqlite
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %py_requires
@@ -68,8 +67,10 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%if 0%{?suse_version} > 1110
 %check
 python setup.py test
+%endif
 
 %files
 %defattr(-,root,root,-)

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



commit python-py for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package python-py for openSUSE:Factory 
checked in at 2012-02-22 15:54:36

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


Package is "python-py", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-py/python-py.changes  2011-11-28 
18:27:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-py.new/python-py.changes 2012-02-22 
15:54:40.0 +0100
@@ -1,0 +2,29 @@
+Mon Feb 20 22:04:23 UTC 2012 - sasc...@gmx.de
+
+- Update to version 1.4.7:
+  * fix issue11 - own test failure with python3.3 / Thanks Benjamin Peterson
+  * help fix pytest issue 102
+- Changes from version 1.4.6:
+  * help to fix pytest issue99: unify output of 
+ExceptionInfo.getrepr(style="native") with ...(style="long")
+  * fix issue7: source.getstatementrange() now raises proper error
+if no valid statement can be found
+  * fix issue8: fix code and tests of svnurl/svnwc to work on subversion 1.7 - 
+note that path.status(updates=1) will not properly work svn-17's status 
+--xml output is broken.
+  * make source.getstatementrange() more resilent about non-python code frames
+(as seen from jnja2)
+  * make trackeback recursion detection more resilent
+about the eval magic of a decorator library
+  * iniconfig: add support for ; as comment starter
+  * properly handle lists in xmlgen on python3
+  * normalize py.code.getfslineno(obj) to always return a (string, int) tuple
+defaulting to ("", -1) respectively if no source code can be found for obj.
+- Changes from version 1.4.5:
+  * improve some unicode handling in terminalwriter and capturing
+- Spec file cleanup:
+  * BuildRequire python-distribute instead of setuptools
+  * Simplified macro usage
+  * Removed outdated %clean section
+
+---

Old:

  py-1.4.4.zip

New:

  py-1.4.7.zip



Other differences:
--
++ python-py.spec ++
--- /var/tmp/diff_new_pack.cv1hjw/_old  2012-02-22 15:54:42.0 +0100
+++ /var/tmp/diff_new_pack.cv1hjw/_new  2012-02-22 15:54:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-py
 #
-# 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
@@ -11,29 +11,29 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-py
-Version:1.4.4
+Version:1.4.7
 Release:0
-Url:http://pylib.org
 Summary:Library with cross-python path, ini-parsing, io, code, log 
facilities
 License:MIT
 Group:  Development/Languages/Python
+Url:http://pylib.org
 Source: http://pypi.python.org/packages/source/p/py/py-%{version}.zip
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  python-distribute
 BuildRequires:  unzip
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:  noarch
 %endif
-%endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 The py lib is a Python development support library featuring
@@ -50,6 +50,7 @@
 
 %build
 python setup.py build
+cd doc && make html && rm -r _build/html/.buildinfo # Generate HTML 
documentation
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -57,12 +58,9 @@
 %check
 python setup.py test
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
-%doc CHANGELOG LICENSE README.txt doc
+%doc LICENSE README.txt doc/_build/html
 %{python_sitelib}/*
 
 %changelog

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



commit python-pip for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package python-pip for openSUSE:Factory 
checked in at 2012-02-22 15:54:28

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


Package is "python-pip", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-pip/python-pip.changes2012-02-01 
09:59:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pip.new/python-pip.changes   
2012-02-22 15:54:31.0 +0100
@@ -1,0 +2,33 @@
+Wed Feb 22 12:09:44 UTC 2012 - sasc...@suse.de
+
+- Update to version 1.1:
+  * Fixed issue #326 - don't crash when a package's setup.py emits UTF-8
+and then fails.
+  * Added --target option for installing directly to arbitrary directory.
+  * Added support for authentication with Subversion repositories.
+  * Fixed issue #315 - --download now downloads dependencies as well.
+  * Errors from subprocesses will display the current working directory.
+  * Fixed issue #369 - compatibility with Subversion 1.7.
+  * Fixed issue #57 - ignore py2app-generated OS X mpkg zip files in finder.
+  * Fixed issue #182 - log to ~/Library/Logs/ by default on OS X framework
+installs.
+  * Fixed issue #310 - understand version tags without minor version ("py3")
+in sdist filenames.
+  * Fixed issue #7 - Pip now supports optionally installing setuptools
+"extras" dependencies; e.g. "pip install Paste[openid]".
+  * Fixed issue #391 - freeze no longer borks on requirements file
+  * Fixed issue #288 - handle symlinks properly.
+  * Fixed issue #49 - pip install -U no longer reinstalls the same versions
+of packages.
+  * Removed -E option and PIP_RESPECT_VIRTUALENV; both use a restart-in-venv
+mechanism that's broken, and neither one is useful since every virtualenv
+now has pip inside it.
+  * Fixed issue #366 - pip throws IndexError when it calls scraped_rel_links
+  * Fixed issue #22 - pip search should set and return a userful shell
+status code
+  * Fixed issue #351 and #365 - added global --exists-action command line
+option to easier script file exists conflicts, e.g. from editable
+requirements from VCS that have a changed repo URL.
+- Cleaned up changes file
+
+---
@@ -35,2 +68 @@
-  * Fixed issue #273 - respect Content-Disposition header. Thanks Bradley
-Ayers.
+  * Fixed issue #273 - respect Content-Disposition header.
@@ -44 +76 @@
-  * Download progress only shown on a real TTY. Thanks Alex Morega.
+  * Download progress only shown on a real TTY.
@@ -46 +77,0 @@
-Thanks Alex Morega.
@@ -51,5 +82,3 @@
-  * Fixed issue #14 - No uninstall-on-upgrade with URL package. Thanks Oliver
-Tonnhofer
-  * Fixed issue #163 - Egg name not properly resolved. Thanks Igor Sobreira
-  * Fixed issue #178 - Non-alphabetical installation of requirements. Thanks
-Igor Sobreira
+  * Fixed issue #14 - No uninstall-on-upgrade with URL package.
+  * Fixed issue #163 - Egg name not properly resolved.
+  * Fixed issue #178 - Non-alphabetical installation of requirements.
@@ -57,3 +86 @@
-Thanks Kelsey Hightower
-  * Fixed issue #204 - rmtree undefined in mercurial.py. Thanks Kelsey
-Hightower
+  * Fixed issue #204 - rmtree undefined in mercurial.py.
@@ -87,11 +114,6 @@
-  - Added support for PyPI mirrors as defined in PEP 381, from
-Jannis Leidel.
-  - Fixed issue #138 - Git revisions ignored. Thanks John-Scott
-Atlakson.
-  - Fixed issue #95 - Initial editable install of github package
-from a tag fails. Thanks John-Scott Atlakson.
-  - Fixed issue #107 - Can’t install if a directory in cwd has the
-same name as the package you’re installing.
-  - Fixed issue #39 - –install-option=”–prefix=~/.local” ignored
-with -e.
-  - Thanks Ronny Pfannschmidt and Wil Tan.
+  - Added support for PyPI mirrors as defined in PEP 381, from Jannis Leidel.
+  - Fixed issue #138 - Git revisions ignored. 
+  - Fixed issue #95 - Initial editable install of github package from a tag 
fails.
+  - Fixed issue #107 - Can’t install if a directory in cwd has the same name
+as the package you’re installing.
+  - Fixed issue #39 - –install-option=”–prefix=~/.local” ignored with -e.
@@ -99,4 +121,5 @@
-  - Track which build/ directories pip creates, never remove directories it 
doesn’t create. From Hugo Lopes Tavares.
-  - Pip now accepts file:// index URLs. Thanks Dave Abrahams.
-  - Various cleanup to make test-running more consistent and less fragile. 
Thanks Dave Abrahams.
-  - Real Windows support (with passing tests). Thanks Dave Abrahams.
+  - Track which build/ directories pip creates, never remove directories it
+doesn’t create. From Hugo Lopes Tavares.
+  - Pip now accepts file:// index URLs.
+  - Various cleanup to make test-running more co

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

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Types-Common for 
openSUSE:Factory checked in at 2012-02-22 15:54:12

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


Package is "perl-MooseX-Types-Common", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-Types-Common/perl-MooseX-Types-Common.changes
2012-02-16 14:59:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Types-Common.new/perl-MooseX-Types-Common.changes
   2012-02-22 15:54:23.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 21 11:37:06 UTC 2012 - co...@suse.com
+
+- updated to 0.001005
+  - add NumericCode type, RT#74346
+
+---

Old:

  MooseX-Types-Common-0.001004.tar.gz

New:

  MooseX-Types-Common-0.001005.tar.gz



Other differences:
--
++ perl-MooseX-Types-Common.spec ++
--- /var/tmp/diff_new_pack.ulKPWn/_old  2012-02-22 15:54:25.0 +0100
+++ /var/tmp/diff_new_pack.ulKPWn/_new  2012-02-22 15:54:25.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-MooseX-Types-Common
-Version:0.001004
+Version:0.001005
 Release:0
 %define cpan_name MooseX-Types-Common
 Summary:A library of commonly used type constraints
@@ -42,6 +42,7 @@
 #BuildRequires: perl(MooseX::Types::Common::String)
 #BuildRequires: perl(MooseX::Types::Moose)
 #BuildRequires: perl(Parse::CPAN::Meta)
+#BuildRequires: perl(Test::Exception)
 #BuildRequires: perl(YAML::Tiny)
 Requires:   perl(Moose) >= 0.39
 Requires:   perl(MooseX::Types) >= 0.04

++ MooseX-Types-Common-0.001004.tar.gz -> 
MooseX-Types-Common-0.001005.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Types-Common-0.001004/Changes 
new/MooseX-Types-Common-0.001005/Changes
--- old/MooseX-Types-Common-0.001004/Changes2011-12-06 05:30:35.0 
+0100
+++ new/MooseX-Types-Common-0.001005/Changes2012-02-20 02:46:39.0 
+0100
@@ -1,3 +1,5 @@
+0.001005 2012-02-19 20:45EST
+  - add NumericCode type, RT #74346
 0.001004 2011-12-05 23:30EST
   - use Test::Fatal instead of Test::Exception (Justin Hunter)
   - Added {Lower,Upper}CaseSimpleStr and {Lower,Upper}CaseStr, RT #71133
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Types-Common-0.001004/META.yml 
new/MooseX-Types-Common-0.001005/META.yml
--- old/MooseX-Types-Common-0.001004/META.yml   2011-12-06 05:31:56.0 
+0100
+++ new/MooseX-Types-Common-0.001005/META.yml   2012-02-20 02:50:17.0 
+0100
@@ -27,4 +27,4 @@
   IRC: irc://irc.perl.org/#moose
   license: http://dev.perl.org/licenses/
   repository: git://git.moose.perl.org/MooseX-Types-Common.git
-version: 0.001004
+version: 0.001005
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Types-Common-0.001004/MYMETA.json 
new/MooseX-Types-Common-0.001005/MYMETA.json
--- old/MooseX-Types-Common-0.001004/MYMETA.json2011-12-06 
05:31:56.0 +0100
+++ new/MooseX-Types-Common-0.001005/MYMETA.json2012-02-20 
02:50:16.0 +0100
@@ -4,7 +4,7 @@
   "This distribution was extracted from the L code base by 
Guillermo"
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.112621",
+   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.120351",
"license" : [
   "perl_5"
],
@@ -23,13 +23,13 @@
   "build" : {
  "requires" : {
 "ExtUtils::MakeMaker" : "6.36",
-"Test::Fatal" : 0,
+"Test::Fatal" : "0",
 "Test::More" : "0.62"
  }
   },
   "configure" : {
  "requires" : {
-"ExtUtils::MakeMaker" : 0
+"ExtUtils::MakeMaker" : "0"
  }
   },
   "runtime" : {
@@ -40,5 +40,5 @@
   }
},
"release_status" : "stable",
-   "version" : "0.001004"
+   "version" : "0.001005"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MooseX-Types-Common-0.001004/MYMETA.yml 
new/MooseX-Types-Common-0.001005/MYMETA.yml
--- old/MooseX-Types-Common-0.001004/MYMETA.yml 2011-12-06 05:31:56.0 
+0100
+++ new/MooseX-Types-Common-0.001005/MYMETA.yml 2012-02-20 02:50:16.0 
+0100
@@ -9,7 +9,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.112621'
+generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter ve

commit osc-source_validator for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package osc-source_validator for 
openSUSE:Factory checked in at 2012-02-22 15:54:03

Comparing /work/SRC/openSUSE:Factory/osc-source_validator (Old)
 and  /work/SRC/openSUSE:Factory/.osc-source_validator.new (New)


Package is "osc-source_validator", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/osc-source_validator/osc-source_validator.changes
2012-02-21 12:22:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.osc-source_validator.new/osc-source_validator.changes
   2012-02-22 15:54:06.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb 22 10:50:13 CET 2012 - r...@suse.de
+
+- use old pathes again in osc-source-validator,
+  not the service ones 
+
+---

New:

  revert-old.diff



Other differences:
--
++ osc-source_validator.spec ++
--- /var/tmp/diff_new_pack.epGCjB/_old  2012-02-22 15:54:07.0 +0100
+++ /var/tmp/diff_new_pack.epGCjB/_new  2012-02-22 15:54:07.0 +0100
@@ -23,6 +23,7 @@
 Group:  Development/Tools/Building
 Url:
http://en.opensuse.org/openSUSE:Build_Service_Tools#OSC_source_validator
 Source: %{name}-%{version}.tar.bz2
+Patch:  revert-old.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Requires:   perl-TimeDate
@@ -32,6 +33,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch -p1 -R 
 
 %build
 

++ revert-old.diff ++
commit 8a76e71cf7bd2cfe8ab7592adf9d02ce3ddcbe4b
Author: Adrian Schröter 
Date:   Fri Sep 23 10:27:23 2011 +0200

- change pathes to use obs-service path instead of osc one

diff --git a/30-patches-applied b/30-patches-applied
index 058b169..e3546f4 100755
--- a/30-patches-applied
+++ b/30-patches-applied
@@ -15,7 +15,7 @@ for i in $DIR_TO_CHECK/*.spec ; do
 test "$VERBOSE" = true && echo -n "."
 RETURN=0
 # WARNING only at the moment, just complain loudly ...
-/usr/lib/osc/source_validators/helpers/check_patches_applied $BATCHMODE $i 
|| RETURN=1
+/usr/lib/obs/service/source_validators/helpers/check_patches_applied 
$BATCHMODE $i || RETURN=1
 done
 test "$VERBOSE" = true && echo "done"
 
diff --git a/40-sequence-changes b/40-sequence-changes
index e065b72..4b46071 100755
--- a/40-sequence-changes
+++ b/40-sequence-changes
@@ -19,12 +19,12 @@ for i in $DIR_TO_CHECK/*.changes ; do
 continue
 fi
 fi
-/usr/lib/osc/source_validators/helpers/check_dates_in_changes $i || {
-   echo "Please fix with your own tools or try 
/usr/lib/osc/source_validators/helpers/fix_changelog" >&2;
+/usr/lib/obs/service/source_validators/helpers/check_dates_in_changes $i 
|| {
+   echo "Please fix with your own tools or try 
/usr/lib/obs/service/source_validators/helpers/fix_changelog" >&2;
RETURN=1
 }
-/usr/lib/osc/source_validators/helpers/convert_changes_to_rpm_changelog 
--check < $i > /dev/null || {
-   echo "Please fix with your own tools or try 
/usr/lib/osc/source_validators/helpers/fix_changelog" >&2;
+
/usr/lib/obs/service/source_validators/helpers/convert_changes_to_rpm_changelog 
--check < $i > /dev/null || {
+   echo "Please fix with your own tools or try 
/usr/lib/obs/service/source_validators/helpers/fix_changelog" >&2;
RETURN=1
 }
 
diff --git a/45-stale-changes b/45-stale-changes
index 12c2c40..2664b26 100755
--- a/45-stale-changes
+++ b/45-stale-changes
@@ -9,7 +9,7 @@ test -z "$DESTINATIONDIR" -a -d "$DIR_TO_CHECK/.osc" && 
DESTINATIONDIR="$DIR_TO_
 
 RETURN=0
 test "$VERBOSE" = true && echo -n "- checking for stale or missing changes "
-SPECLIST=`/usr/lib/osc/source_validators/helpers/output_versions -q -m 
$DIR_TO_CHECK | sed -e "s@ .*@@" | sort -u`
+SPECLIST=`/usr/lib/obs/service/source_validators/helpers/output_versions -q -m 
$DIR_TO_CHECK | sed -e "s@ .*@@" | sort -u`
 
 test -n "$SPECLIST" && {
 for i in $SPECLIST ; do
diff --git a/get_source.sh b/get_source.sh
index d8e75a4..6f17163 100644
--- a/get_source.sh
+++ b/get_source.sh
@@ -1,25 +1,25 @@
 #!/bin/bash
 
-rm -rf osc-source_validator
-mkdir osc-source_validator
+rm -rf obs-service-source_validator
+mkdir obs-service-source_validator
 for i in /work/cd/lib/source_validators/* ; do
test -f $i || continue
case $i in *abuild*) continue ;; esac
-   sed -e "s@/work/cd/lib@/usr/lib/osc@" $i > osc-source_validator/`basename 
$i`
-   chmod 755 osc-source_validator/`basename $i`
+   sed -e "s@/work/cd/lib@/usr/lib/obs/service" $i > 
obs-service-source_validator/`basename $i`
+   chmod 755 obs-service-source_validator/`basename $i`
 done
-mkdir osc-source_validator/helpers
+mkdir obs-service-source_validator/helpers
 for i in /work/cd/lib/sourc

commit nagios-rpm-macros for openSUSE:Factory

2012-02-22 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-22 15:53:54

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  
2012-02-16 16:21:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.nagios-rpm-macros.new/nagios-rpm-macros.changes 
2012-02-22 15:53:57.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 17 12:39:10 UTC 2012 - thard...@suse.com
+
+- added additional Icinga paths 
+
+---



Other differences:
--
++ nagios-rpm-macros.spec ++
--- /var/tmp/diff_new_pack.F0ga9m/_old  2012-02-22 15:53:58.0 +0100
+++ /var/tmp/diff_new_pack.F0ga9m/_new  2012-02-22 15:53:58.0 +0100
@@ -16,11 +16,12 @@
 #
 
 
+
 Name:   nagios-rpm-macros
 Summary:RPM Macros for Nagios based packages
 License:BSD-3-Clause
 Group:  System/Monitoring
-Version:0.03
+Version:0.04
 Release:0
 Url:http://en.opensuse.org/Nagios
 Source0:macros.nagios

++ macros.icinga ++
--- /var/tmp/diff_new_pack.F0ga9m/_old  2012-02-22 15:53:58.0 +0100
+++ /var/tmp/diff_new_pack.F0ga9m/_new  2012-02-22 15:53:58.0 +0100
@@ -39,6 +39,13 @@
 # This is the file that Icinga should use to store host and
 # service state information before it shuts down.
 %icinga_state_retention_file %{_var}/lib/icinga/retention.dat
+# Icinga lock file
+%icinga_lockfile %{_localstatedir}/run/icinga/icinga.pid
+# Icinga ido2db lock file
+%icinga_ido2db_lockfile  %{_localstatedir}/run/icinga/ido2db.pid
+# Icinga ido2db socket file
+%icinga_ido2db_socketfile  %{icinga_spooldir}/ido2db.sock
+#
 
 #
 # users and groups
@@ -52,4 +59,3 @@
 %icinga_command_user   wwwrun
 # Group, that can execute commands via %{icinga_command_file}
 %icinga_command_group  icingacmd
-

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



commit mathomatic for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

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

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


Package is "mathomatic", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/mathomatic/mathomatic.changes2012-02-10 
17:18:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.mathomatic.new/mathomatic.changes   
2012-02-22 15:53:55.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb 18 13:14:26 UTC 2012 - georgegessl...@gmail.com
+
+- Updated to Mathomatic version 15.8.0.
+  This is a bugfix release.
+  All changes are listed at http://mathomatic.org/NEWS
+
+---

Old:

  mathomatic-15.7.3.tar.bz2

New:

  mathomatic-15.8.0.tar.bz2



Other differences:
--
++ mathomatic.spec ++
--- /var/tmp/diff_new_pack.Z1e9D5/_old  2012-02-22 15:53:56.0 +0100
+++ /var/tmp/diff_new_pack.Z1e9D5/_new  2012-02-22 15:53:56.0 +0100
@@ -16,7 +16,7 @@
 #George Gesslein II 
 
 Name:   mathomatic
-Version:15.7.3
+Version:15.8.0
 Release:1
 Summary:Computer algebra system
 

++ mathomatic-15.7.3.tar.bz2 -> mathomatic-15.8.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mathomatic-15.7.3/NEWS new/mathomatic-15.8.0/NEWS
--- old/mathomatic-15.7.3/NEWS  2012-02-01 15:55:48.0 +0100
+++ new/mathomatic-15.8.0/NEWS  2012-02-18 13:51:38.0 +0100
@@ -1,6 +1,32 @@
 
 
 
+CHANGES MADE TO MATHOMATIC 15.7.3 TO BRING IT UP TO THE NEXT VERSION:
+
+02/05/12 - The variables command now returns false (with error message) if
+   no normal variables are listed with the default or "count"
+   command line options.  This is so it can detect numeric-only
+   expressions, which may be useful.
+
+02/08/12 - The set command now returns the string "Success." upon success,
+   if the debug level is positive or zero.  m4 Mathomatic startup
+   m4 scripts required adjustment, so they wouldn't repeatedly say
+   "Success.".
+
+02/13/12 - The variables command by default now displays e, i, pi as e#, i#,
+   and pi#, so you can tell they are not normal variables.  This
+   affected other functionality of the variables command, fix was
+   uploaded before the end of the day.
+
+02/14/12 - Change of 12/24/11 was undone.  Many expressions containing the
+   imaginary unit, such as the complex exponential expansion of the
+   tangent function, were not getting simplified with the simplify
+   command.  See the complex number problem in "misc/known_bugs.txt".
+   Simplification should work better now for expressions containing
+   division by complex numbers.
+
+Mathomatic version 15.8.0 released Saturday 02/18/12.
+
 CHANGES MADE TO MATHOMATIC 15.7.2 TO BRING IT UP TO THE NEXT VERSION:
 
 Some minor user interface improvements were made.
@@ -1242,7 +1268,7 @@
 
 --
 End of this version history of the Mathomatic computer algebra system.
-Current as of 02/01/12 (2012-02-01).
+Current as of 02/18/12 (2012-02-18).
 The latest changes are at the beginning of this file.
 This file is available at http://mathomatic.org/NEWS
 Written and maintained by George Gesslein II.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mathomatic-15.7.3/VERSION 
new/mathomatic-15.8.0/VERSION
--- old/mathomatic-15.7.3/VERSION   2012-02-01 15:46:28.0 +0100
+++ new/mathomatic-15.8.0/VERSION   2012-02-18 13:48:58.0 +0100
@@ -1 +1 @@
-15.7.3
+15.8.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mathomatic-15.7.3/changes.txt 
new/mathomatic-15.8.0/changes.txt
--- old/mathomatic-15.7.3/changes.txt   2012-02-01 15:46:40.0 +0100
+++ new/mathomatic-15.8.0/changes.txt   2012-02-18 13:50:12.0 +0100
@@ -1247,3 +1247,29 @@
to create the examples on the Mathomatic website.
 
 Mathomatic version 15.7.3 released Wednesday 02/01/12.
+
+CHANGES MADE TO MATHOMATIC 15.7.3 TO BRING IT UP TO THE NEXT VERSION:
+
+02/05/12 - The variables command now returns false (with error message) if
+   no normal variables are listed with the default or "count"
+   command line options.  This is so it can detect numeric-only
+   expressions, which may be useful.
+
+02/08/12 - The set command now returns the string "Success." upon success,
+   if the debug level is positive or zero.  m

commit ltrace for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

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

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


Package is "ltrace", Maintainer is "pbau...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/ltrace/ltrace.changes2011-09-23 
02:12:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.ltrace.new/ltrace.changes   2012-02-22 
15:53:48.0 +0100
@@ -1,0 +2,10 @@
+Tue Feb 21 13:48:59 CET 2012 - snw...@suse.de
+
+- build with libelf1 instead of libelf0
+
+---
+Thu Dec  1 15:56:54 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ ltrace.spec ++
--- /var/tmp/diff_new_pack.npAT1L/_old  2012-02-22 15:53:49.0 +0100
+++ /var/tmp/diff_new_pack.npAT1L/_new  2012-02-22 15:53:49.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package ltrace (Version 0.5.2)
+# spec file for package ltrace
 #
-# 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,29 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   ltrace
-BuildRequires:  gcc-c++
-%if 0%{?suse_version} > 1020
-BuildRequires:  libelf0-devel
-%else
-BuildRequires:  libelf
-%endif
+BuildRequires:  automake
 BuildRequires:  dejagnu
+BuildRequires:  gcc-c++
+BuildRequires:  libelf-devel
 Url:http://ltrace.org/
-License:GPLv2+
-Group:  Development/Tools/Debuggers
-AutoReqProv:on
 # bug437293
 %ifarch ppc64
 Obsoletes:  ltrace-64bit
 %endif
 #
 Summary:Trace the Library and System Calls a Program Makes
+License:GPL-2.0+
+Group:  Development/Tools/Debuggers
 Version:0.5.2
-Release:3
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 s390 s390x ppc ppc64 armv4l x86_64 alpha ia64
 Prefix: /usr

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



commit libburnia for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

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

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


Package is "libburnia", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libburnia/libburnia.changes  2011-09-23 
02:07:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.libburnia.new/libburnia.changes 2012-02-22 
15:53:34.0 +0100
@@ -1,0 +2,38 @@
+Tue Feb 21 11:58:54 UTC 2012 - prus...@opensuse.org
+
+- updated libburn to version 1.2.0
+  * Bug fix: cdrskin produced a memory fault if interupted before writing began
+  * Bug fix: Solaris adapter mishandled write commands which failed on first 
try
+  * Bug fix: Interrupting libburn while drive tray is loading led to endless 
loop
+  * Bug fix: Progress report with blanking and formatting could be bogus
+  * New API calls burn_disc_get_leadin_text(), 
burn_write_opts_set_leadin_text()
+  * New API calls for composing CD-TEXT, see doc/cdtext.txt
+  * New API call burn_session_by_cue_file() for reading CDRWIN .cue files
+  * New API call burn_track_set_isrc_string()
+  * New API calls burn_track_set_index(), burn_track_clear_indice()
+  * New API calls burn_session_set_start_tno(), burn_session_get_start_tno()
+  * New API calls burn_track_set_pregap_size(), burn_track_set_postgap_size()
+  * Implemented cdrskin option textfile=
+  * Implemented cdrskin option combination -vv -toc for cdtext.dat production
+  * Implemented cdrskin options mcn= and isrc=
+  * Implemented cdrskin options -scms -copy -nocopy -preemp -nopreemp
+  * Implemented cdrskin option index=
+  * Partly implemented cdrskin options cuefile= and -text
+  * New cdrskin option input_sheet_v07t= for CD-TEXT definition
+  * New cdrskin options --cdtext_dummy and --cdtext_verbose
+  * New cdrskin options --four_channel --two_channel
+  * New cdrskin option cd_start_tno=
+  * New cdrskin options sao_pregap=, sao_postgap=
+- updated libisofs to version 1.2.0
+  * Bug fix: mkisofs emulation did not record mtime in ECMA-119 directories
+  * Bug fix: Program abort while drive tray is loading led to endless loop
+  * Bug fix: Solaris adapter mishandled write commands which failed on first 
try
+  * Bug fix: libisoburn.ver had a duplicate function entry
+  * New relaxations isoburn_igopt_joliet_rec_mtime,
+isoburn_igopt_iso1999_rec_mtime
+  * Made -compliance "rec_mtime" default for xorriso
+- updated libisoburn to version 1.2.0
+  * Extended influence of iso_write_opts_set_dir_rec_mtime() to Joliet and
+ISO 9660:1999.
+
+---

Old:

  libburn-1.1.4.tar.gz
  libisoburn-1.1.4.tar.gz
  libisofs-1.1.4.tar.gz

New:

  libburn-1.2.0.tar.gz
  libisoburn-1.2.0.tar.gz
  libisofs-1.2.0.tar.gz



Other differences:
--
++ libburnia.spec ++
--- /var/tmp/diff_new_pack.cwjKdV/_old  2012-02-22 15:53:35.0 +0100
+++ /var/tmp/diff_new_pack.cwjKdV/_new  2012-02-22 15:53:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libburnia
 #
-# 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,9 +16,9 @@
 #
 
 
-%define libburn_ver1.1.4
-%define libisoburn_ver 1.1.4
-%define libisofs_ver   1.1.4
+%define libburn_ver1.2.0
+%define libisoburn_ver 1.2.0
+%define libisofs_ver   1.2.0
 
 %define libburn_so 4
 %define libisoburn_so  1
@@ -187,9 +187,11 @@
 %{_bindir}/xorrecord
 %{_bindir}/xorriso
 %{_bindir}/xorrisofs
+%{_infodir}/xorrecord.info*
 %{_infodir}/xorriso.info*
 %{_infodir}/xorrisofs.info*
 %{_mandir}/man1/cdrskin.1*
+%{_mandir}/man1/xorrecord.1*
 %{_mandir}/man1/xorriso.1*
 %{_mandir}/man1/xorrisofs.1*
 

++ libburn-1.1.4.tar.gz -> libburn-1.2.0.tar.gz ++
 17314 lines of diff (skipped)

++ libisoburn-1.1.4.tar.gz -> libisoburn-1.2.0.tar.gz ++
 14147 lines of diff (skipped)

++ libisofs-1.1.4.tar.gz -> libisofs-1.2.0.tar.gz ++
 3110 lines of diff (skipped)

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



commit kradio for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

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

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


Package is "kradio", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/kradio/kradio.changes2011-10-18 
14:29:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.kradio.new/kradio.changes   2012-02-22 
15:53:15.0 +0100
@@ -1,0 +2,38 @@
+Sun Feb 19 18:42:59 UTC 2012 - ctri...@opensuse.org
+
+- update to 4.0.4
+  * improved shoutcast support: fixed "Accept:" HTTP header field
+  * issue warning if a broken V4L2 kernel is detected
+  * fixed buffer alignment issue to avoid alignment-error segfault
+in libffmpeg sse2 code
+- update to 4.0.3
+  * major rework of internet radio stream handling: support for 
+shoutcast http icy protocol extensions (RDS-like meta data 
+support)
+  * improved running text in radio display
+  * eliminated ancient workarounds in docking menu
+  * fixes for docking menue issues on Ubuntu
+  * fixed stuttering playback on Ubuntu
+  * working FLV support (simply based on libffmpeg, but many thanks
+to Paulo Cavalcanti for reporting/debungging/testing!)
+  * libffmpeg fixes for recent deprecations
+  * German translation fixes
+  * fixed UI files
+  * segfault and compatibility fixes with recent libav / libffmpeg
+  * workaround for problem with high cpu load during blocking ALSA
+pcm writes (ALSA seems to poll to a certain degree) 
+  * fixed reading of radio card name
+  * Added partial spanish translation
+  * fixed save/restore of mixer settings
+  * fixed wrong handling of prepare/releaseCapture in v4l
+  * partial Turkish translation
+  * more parts for Spanish translation
+  * started to complete Spanish translation
+  * Czech translation update
+  * Ukrainian translation update
+  * Italian translation 
+  * fix of desktop icon
+- Removed outdated obsoletes/provides added for the KDE4 transition
+- Remove patch for desktop file, was fixed upstream
+
+---

Old:

  kradio-desktop-file.diff
  kradio4-4.0.2.tar.bz2

New:

  kradio4-4.0.4.tar.bz2



Other differences:
--
++ kradio.spec ++
--- /var/tmp/diff_new_pack.te0Rqy/_old  2012-02-22 15:53:17.0 +0100
+++ /var/tmp/diff_new_pack.te0Rqy/_new  2012-02-22 15:53:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kradio
 #
-# 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,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_with ffmpeg
 
 Name:   kradio
-Version:4.0.2
-Release:6
+Version:4.0.4
+Release:0
 License:GPL-2.0+
 Summary:A comfortable KDE4 AM/FM radio application
 Url:http://kradio.sourceforge.net
 Group:  Hardware/Radio
 Source: 
http://sourceforge.net/projects/kradio/files/kradio/%{version}/kradio4-%{version}.tar.bz2
 Patch0: suse_docdir.patch
-Patch1: kradio-desktop-file.diff
 BuildRequires:  fdupes
 BuildRequires:  libkde4-devel >= 4.2.0
 BuildRequires:  libsndfile-devel
@@ -36,8 +36,6 @@
 BuildRequires:  libffmpeg-devel
 BuildRequires:  libmms-devel
 %endif
-Provides:   kde4-kradio = 4.0.1
-Obsoletes:  kde4-kradio < 4.0.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
@@ -67,7 +65,6 @@
 %prep
 %setup -q -n kradio4-%{version}
 %patch0 -p1
-%patch1
 
 %build
 %cmake_kde4
@@ -81,6 +78,7 @@
 %find_lang kradio4 --all-name
 
 %post   -p /sbin/ldconfig
+
 %postun -p /sbin/ldconfig
 
 %files -f kradio4.lang

++ kradio4-4.0.2.tar.bz2 -> kradio4-4.0.4.tar.bz2 ++
 50590 lines of diff (skipped)

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



commit kdepim4-runtime for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2012-02-22 15:53:06

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is "kdepim4-runtime", Maintainer is "wstephen...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2012-01-27 15:20:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2012-02-22 15:53:09.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb 19 19:09:04 UTC 2012 - gra...@andtech.eu
+
+- Add trueg's patch to fix virtuoso cpu thrashing and generally
+  make the indexing feeders behave better.
+  * see https://bugs.kde.org/show_bug.cgi?id=289932
+
+---

New:

  kdepim-runtime-nepomuk-feeder-fix.diff



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.wh2Crj/_old  2012-02-22 15:53:10.0 +0100
+++ /var/tmp/diff_new_pack.wh2Crj/_new  2012-02-22 15:53:10.0 +0100
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   kdepim4-runtime
 Version:4.8.0
 Release:0
@@ -26,6 +28,7 @@
 Source1:akonadi.png
 Patch0: 4_8_BRANCH.diff
 Patch1: disable-knut.diff
+Patch2: kdepim-runtime-nepomuk-feeder-fix.diff
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel
 Suggests:   kontact
@@ -45,6 +48,7 @@
 %setup -q -n kdepim-runtime-%{version}
 %patch0 -p1
 %patch1
+%patch2 -p1
 
 %build
 %ifarch ppc64


++ kdepim-runtime-nepomuk-feeder-fix.diff ++
diff --git a/agents/nepomukfeeder/CMakeLists.txt 
b/agents/nepomukfeeder/CMakeLists.txt
index 82ea7c9..07ffbdf 100644
--- a/agents/nepomukfeeder/CMakeLists.txt
+++ b/agents/nepomukfeeder/CMakeLists.txt
@@ -5,6 +5,7 @@ include_directories(
   dms-copy
   plugin
   ./
+  ${CMAKE_CURRENT_BINARY_DIR}
   )
 
 include( SopranoAddOntology )
@@ -17,6 +18,9 @@ add_subdirectory( plugin )
 add_subdirectory( plugins )
 add_subdirectory( test )
 
+set(CMAKE_NEPOMUK_FEEDER_INDEX_COMPAT_LEVEL 3)
+configure_file(nepomukfeeder-config.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/nepomukfeeder-config.h)
+
 kde4_add_executable(akonadi_nepomuk_feeder nepomukfeederagent.cpp 
pluginloader.cpp feederqueue.cpp nepomukhelpers.cpp)
 
 set( NEPOMUKFEEDER_SHARED_LIBS
diff --git a/agents/nepomukfeeder/feederqueue.cpp 
b/agents/nepomukfeeder/feederqueue.cpp
index 9274daf..f19fdd1 100644
--- a/agents/nepomukfeeder/feederqueue.cpp
+++ b/agents/nepomukfeeder/feederqueue.cpp
@@ -23,6 +23,7 @@
 #include "dms-copy/simpleresource.h"
 #include 
 #include 
+#include 
 #include 
 
 #include 
@@ -31,9 +32,12 @@
 #include 
 #include 
 
+#include 
+
 #include 
 
 #include "nepomukhelpers.h"
+#include "nepomukfeeder-config.h"
 
 using namespace Akonadi;
 
@@ -72,7 +76,34 @@ void FeederQueue::setOnline( bool online )
   //kDebug() << online;
   mOnline = online;
   if (online)
-continueIndexing();
+  continueIndexing();
+}
+
+void FeederQueue::setIndexingSpeed(FeederQueue::IndexingSpeed speed)
+{
+const int s_reducedSpeedDelay = 500; // ms
+const int s_snailPaceDelay = 3000;   // ms
+
+kDebug() << speed;
+
+//
+// The high priority queue is never suspended entirely, even if we are 
offline.
+// The low prio queue is always throttled a little more than the high prio 
one
+//
+if ( speed == FullSpeed ) {
+lowPrioQueue.setProcessingDelay(0);
+highPrioQueue.setProcessingDelay(0);
+setOnline(true);
+}
+else if ( speed == ReducedSpeed ) {
+lowPrioQueue.setProcessingDelay(s_snailPaceDelay);
+highPrioQueue.setProcessingDelay(s_reducedSpeedDelay);
+setOnline(true);
+}
+else if ( speed == SnailPace ) {
+highPrioQueue.setProcessingDelay(s_snailPaceDelay);
+setOnline(false);
+}
 }
 
 void FeederQueue::addCollection( const Akonadi::Collection &collection )
@@ -122,16 +153,24 @@ void FeederQueue::itemHeadersReceived( const 
Akonadi::Item::List& items )
 if ( item.storageCollectionId() != mCurrentCollection.id() )
   continue; // stay away from links
 
-// update item if it does not exist
-if ( 
!Nepomuk::ResourceManager::instance()->mainModel()->containsAnyStatement( 
Soprano::Node(),  Vocabulary::NIE::url(), item.url() ) ) {
+// update item if it does not exist or does not have a proper id
+// we check if the item already exists with the following values:
+// - nie:url needs to be set
+// - aneo:akonadiItemId needs to be set
+// - nie:lastModified needs to match the item's modificatio

commit ddd for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/ddd/ddd.changes  2012-01-05 13:47:58.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ddd.new/ddd.changes 2012-02-22 
15:53:03.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 21 14:13:39 UTC 2012 - pgaj...@suse.com
+
+- buildrequire xorg-x11
+
+---



Other differences:
--
++ ddd.spec ++
--- /var/tmp/diff_new_pack.2zIVlT/_old  2012-02-22 15:53:04.0 +0100
+++ /var/tmp/diff_new_pack.2zIVlT/_new  2012-02-22 15:53:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ddd
 #
-# 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,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   ddd
 BuildRequires:  ImageMagick
 BuildRequires:  apache2-devel
@@ -29,6 +31,7 @@
 BuildRequires:  pcre-devel
 BuildRequires:  transfig
 BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11
 Requires:   gdb
 Version:3.3.12
 Release:0


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



commit dbview for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

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

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


Package is "dbview", Maintainer is "mse...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/dbview/dbview.changes2011-09-23 
01:54:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.dbview.new/dbview.changes   2012-02-22 
15:52:57.0 +0100
@@ -1,0 +2,12 @@
+Mon Feb 13 10:45:37 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+---



Other differences:
--
++ dbview.spec ++
--- /var/tmp/diff_new_pack.TJT6PD/_old  2012-02-22 15:52:58.0 +0100
+++ /var/tmp/diff_new_pack.TJT6PD/_new  2012-02-22 15:52:58.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package dbview (Version 1.0.4)
+# spec file for package dbview
 #
-# Copyright (c) 2009 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,44 +15,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   dbview
 Url:http://www.infodrom.org/projects/dbview/
-License:GPL v2 or later
-Group:  Productivity/Databases/Tools
-AutoReqProv:on
 Version:1.0.4
-Release:95
+Release:0
 Source0:
ftp://ftp.infodrom.north.de/pub/Linux/Devel/%{name}/%{name}-%{version}.tar.bz2
 Patch1: %{name}-%{version}-makefile.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Viewer for dBase III and dBase IV Files
+License:GPL-2.0+
+Group:  Productivity/Databases/Tools
 
 %description
 dbview is a little tool that displays dBase III and IV files. You can
 also use it to convert your old .dbf files for further use with Unix.
 
-
-
-Authors:
-
-Martin Schulze 
-
 %prep
 %setup
 %patch1
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS"
+make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 
-%clean
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf 
$RPM_BUILD_ROOT
-
 %files
 %defattr(-, root, root)
 %doc README dBASE CHANGES

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



commit build-compare for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2012-02-22 15:52:50

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 22:00:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.build-compare.new/build-compare.changes 
2012-02-22 15:52:52.0 +0100
@@ -1,0 +2,16 @@
+Wed Feb 22 11:12:13 UTC 2012 - a...@suse.de
+
+- Remove release from pre/post scripts.
+
+---
+Wed Feb 22 11:07:53 UTC 2012 - co...@suse.com
+
+- I changed my mind, appdata.xml is too hard to get right. So 
+  we need to support variable binary names for the appdata
+
+---
+Sat Feb 18 18:27:40 UTC 2012 - a...@suse.de
+
+- Quote dot in release to not have false matches.
+
+---



Other differences:
--
++ build-compare.spec ++
--- /var/tmp/diff_new_pack.EZ8eij/_old  2012-02-22 15:52:53.0 +0100
+++ /var/tmp/diff_new_pack.EZ8eij/_new  2012-02-22 15:52:53.0 +0100
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:   build-compare
 Summary:Build Result Compare Script
 License:GPL-2.0+

++ functions.sh ++
--- /var/tmp/diff_new_pack.EZ8eij/_old  2012-02-22 15:52:53.0 +0100
+++ /var/tmp/diff_new_pack.EZ8eij/_new  2012-02-22 15:52:53.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/bash
 #
-# Copyright (c) 2009, 2010, 2011 SUSE Linux Product GmbH, Germany.
+# Copyright (c) 2009, 2010, 2011, 2012 SUSE Linux Product GmbH, Germany.
 # Licensed under GPL v2, see COPYING file for details.
 #
 # Written by Michael Matz and Stephan Coolo
@@ -62,8 +62,7 @@
 QF="$QF %{EXCLUSIVEOS} %{RPMVERSION} %{PLATFORM}\\n"
 QF="$QF %{PAYLOADFORMAT} %{PAYLOADCOMPRESSOR} %{PAYLOADFLAGS}\\n"
 
-QF="$QF [%{PREINPROG} %{PREIN}\\n]\\n[%{POSTINPROG} 
%{POSTIN}\\n]\\n[%{PREUNPROG} %{PREUN}\\n]\\n[%{POSTUNPROG} %{POSTUN}\\n]\\n"
-
+ 
 # XXX We also need to check the existence (but not the content (!))
 # of SIGGPG (and perhaps the other SIG*)
 
@@ -87,8 +86,9 @@
   return 1
 fi
 
-release1=`$RPM --qf "%{RELEASE}" "$oldrpm"`
-release2=`$RPM --qf "%{RELEASE}" "$newrpm"`
+# Remember to quote the . which is in release
+release1=`$RPM --qf "%{RELEASE}" "$oldrpm"|sed -e 's/\./\\./g'`
+release2=`$RPM --qf "%{RELEASE}" "$newrpm"|sed -e 's/\./\\./g'`
 # This might happen with a forced rebuild of factory
 if [ "${release1%.*}" != "${release2%.*}" ] ; then
   echo "release prefix mismatch"
@@ -101,6 +101,16 @@
 if ! diff -au $file1 $file2; then
   rm $file1 $file2
   return 1
+fi
+
+# scripts, might contain release number
+QF="[%{PREINPROG} %{PREIN}\\n]\\n[%{POSTINPROG} 
%{POSTIN}\\n]\\n[%{PREUNPROG} %{PREUN}\\n]\\n[%{POSTUNPROG} %{POSTUN}\\n]\\n"
+check_header $oldrpm | sed -e "s,-$release1$,-@RELEASE@," > $file1
+check_header $newrpm | sed -e "s,-$release2$,-@RELEASE@," > $file2
+
+if ! diff -au $file1 $file2; then
+  rm $file1 $file2
+  return 1
 fi
 
 # First check the file attributes and later the md5s

++ same-build-result.sh ++
--- /var/tmp/diff_new_pack.EZ8eij/_old  2012-02-22 15:52:53.0 +0100
+++ /var/tmp/diff_new_pack.EZ8eij/_new  2012-02-22 15:52:53.0 +0100
@@ -63,8 +63,9 @@
 NEWRPMS=($(find $NEWDIRS -name \*rpm -a ! -name \*src.rpm -a ! -name 
\*.delta.rpm|sort --field-separator=/ --key=7|grep -v -- -32bit-|grep -v -- 
-64bit-|grep -v -- '-x86-.*\.ia64\.rpm'))
 
 # Get release from first RPM and keep for rpmlint check
-release1=`rpm -qp --nodigest --nosignature --qf "%{RELEASE}" "${OLDRPMS[0]}"`
-release2=`rpm -qp --nodigest --nosignature --qf "%{RELEASE}" "${NEWRPMS[0]}"`
+# Remember to quote the "." for future regexes
+release1=`rpm -qp --nodigest --nosignature --qf "%{RELEASE}" 
"${OLDRPMS[0]}"|sed -e 's/\./\\./g'`
+release2=`rpm -qp --nodigest --nosignature --qf "%{RELEASE}" 
"${NEWRPMS[0]}"|sed -e 's/\./\\./g'`
 
 SUCCESS=1
 rpmqp='rpm -qp --qf %{NAME} --nodigest --nosignature '
@@ -111,19 +112,22 @@
   SUCCESS=0
 fi
 
-# compare appstream data
-if test -e $OLDDIR/appdata.xml -a -e $OTHERDIR/appdata.xml; then
-  file1=$OLDDIR/appdata.xml
-  file2=$OTHERDIR/appdata.xml
-  if ! cmp -s $file1 $file2; then
-echo "appdata.xml files differ:"
-diff -u0 $file1 $file2 |head -n 20
+appdatas=`cd $OTHERDIR && find . -name *-appdata.xml`
+for xml in $appdatas; do
+  # compare appstre

commit arpwatch-ethercodes for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-02-22 15:52:44

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-02-20 16:06:39.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-02-22 15:52:46.0 +0100
@@ -2 +2 @@
-Sat Feb 18 07:40:06 CET 2012 - autobu...@suse.de
+Wed Feb 22 07:40:09 CET 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-02-18
+- automated update on 2012-02-22



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.pVac9T/_old  2012-02-22 15:52:48.0 +0100
+++ /var/tmp/diff_new_pack.pVac9T/_new  2012-02-22 15:52:48.0 +0100
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.2.18
+Version:2012.2.22
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.pVac9T/_old  2012-02-22 15:52:48.0 +0100
+++ /var/tmp/diff_new_pack.pVac9T/_new  2012-02-22 15:52:48.0 +0100
@@ -30223,10 +30223,10 @@
HsinChu  310
TAIWAN, REPUBLIC OF CHINA
 
-00-12-9F   (hex)   RAE Systems, Inc.
-00129F (base 16)   RAE Systems, Inc.
-   1339 Moffett Park Drive
-   Sunnyvale California 94089
+00-12-9F   (hex)   RAE Systems
+00129F (base 16)   RAE Systems
+   3775 North First Street
+   San Jose CA 95134
UNITED STATES
 
 00-12-A0   (hex)   NeoMeridian Sdn Bhd
@@ -82773,6 +82773,12 @@
Hickory NC 28602
UNITED STATES
 
+14-2D-F5   (hex)   Amphitech
+142DF5 (base 16)   Amphitech
+   1, rue Robert & Sonia DELAUNAY
+   Paris  75011
+   FRANCE
+
 14-30-7A   (hex)   Avermetrics
 14307A (base 16)   Avermetrics
2973 Glendale Blvd.
@@ -91165,6 +91171,12 @@
Sandringham Victoria 3191
AUSTRALIA
 
+7C-EF-8A   (hex)   Inhon International Ltd.
+7CEF8A (base 16)   Inhon International Ltd.
+   2F, No.552, Ruiguang Rd, Neihu Dist
+   Taipei Taiwan 114
+   TAIWAN, REPUBLIC OF CHINA
+
 7C-F0-5F   (hex)   Apple, Inc.
 7CF05F (base 16)   Apple, Inc.
1 Infinite Loop
@@ -92732,8 +92744,8 @@
Shenzhen Guangdong Province, 518057
CHINA
 
-90-F7-2F   (hex)   Phillips Machine & Welding Co., inc.
-90F72F (base 16)   Phillips Machine & Welding Co., inc.
+90-F7-2F   (hex)   Phillips Machine & Welding Co., Inc. 
+90F72F (base 16)   Phillips Machine & Welding Co., Inc. 
16125 E. Gale Ave.
Industry CA 91745
UNITED STATES
@@ -94359,6 +94371,13 @@
Seoul  153-773
KOREA, REPUBLIC OF
 
+A4-F7-D0   (hex)   LAN Accessories Co., Ltd.
+A4F7D0 (base 16)   LAN Accessories Co., Ltd.
+   8F-1, No. 159, Sec. 1 Hsin Tai Wu Road,
+   Shih Chih Dist.,
+   New Taipei City,  221
+   TAIWAN, REPUBLIC OF CHINA
+
 A8-17-58   (hex)   Elektronik System i Ume� AB
 A81758 (base 16)   Elektronik System i Ume� AB
Box 7978
@@ -96352,6 +96371,12 @@
Ludwigsburg  71642
GERMANY
 
+C0-2C-7A   (hex)   Shen Zhen Horn audio Co., Ltd. 
+C02C7A (base 16)   Shen Zhen Horn audio Co., Ltd. 
+   Block17,Tongfuyu lnd.Zone,Dalang,Baoan 
+   Shenzhen Guang D

commit apache2 for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2012-02-22 12:02:04

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


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

Changes:

--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2012-02-15 
16:15:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes 2012-02-22 
12:02:05.0 +0100
@@ -1,0 +2,49 @@
+Sat Feb 18 21:15:08 UTC 2012 - po...@cmdline.net
+
+- update to 2.2.22
+  *) SECURITY: CVE-2011-3368 (cve.mitre.org)
+ Reject requests where the request-URI does not match the HTTP
+ specification, preventing unexpected expansion of target URLs in
+ some reverse proxy configurations. 
+  *) SECURITY: CVE-2011-3607 (cve.mitre.org)
+ Fix integer overflow in ap_pregsub() which, when the mod_setenvif module
+ is enabled, could allow local users to gain privileges via a .htaccess
+ file.
+  *) SECURITY: CVE-2011-4317 (cve.mitre.org)
+ Resolve additional cases of URL rewriting with ProxyPassMatch or
+ RewriteRule, where particular request-URIs could result in undesired
+ backend network exposure in some configurations.
+  *) SECURITY: CVE-2012-0021 (cve.mitre.org)
+ mod_log_config: Fix segfault (crash) when the '%{cookiename}C' log format
+ string is in use and a client sends a nameless, valueless cookie, causing
+ a denial of service. The issue existed since version 2.2.17. PR 52256.
+  *) SECURITY: CVE-2012-0031 (cve.mitre.org)
+ Fix scoreboard issue which could allow an unprivileged child process 
+ could cause the parent to crash at shutdown rather than terminate 
+ cleanly. 
+  *) SECURITY: CVE-2012-0053 (cve.mitre.org)
+ Fix an issue in error responses that could expose "httpOnly" cookies
+ when no custom ErrorDocument is specified for status code 400.
+  *) mod_proxy_ajp: Try to prevent a single long request from marking a worker
+ in error.
+  *) config: Update the default mod_ssl configuration: Disable SSLv2, only
+ allow >= 128bit ciphers, add commented example for speed optimized cipher
+ list, limit MSIE workaround to MSIE <= 5.
+  *) core: Fix segfault in ap_send_interim_response(). PR 52315.
+  *) mod_log_config: Prevent segfault. PR 50861.
+  *) mod_win32: Invert logic for env var UTF-8 fixing.
+ Now we exclude a list of vars which we know for sure they dont hold UTF-8
+ chars; all other vars will be fixed. This has the benefit that now also
+ all vars from 3rd-party modules will be fixed. PR 13029 / 34985.
+  *) core: Fix hook sorting for Perl modules, a regression introduced in
+ 2.2.21. PR: 45076.
+  *) Fix a regression introduced by the CVE-2011-3192 byterange fix in 2.2.20:
+ A range of '0-' will now return 206 instead of 200. PR 51878.
+  *) Example configuration: Fix entry for MaxRanges (use "unlimited" instead
+ of "0"). 
+  *) mod_substitute: Fix buffer overrun. 
+- adjusted SSL template/default config for upstream changes, and added
+  MaxRanges example to apache2-server-tuning.conf
+- fixed installation of (moved) man pages
+
+---

Old:

  httpd-2.2.21.tar.bz2
  httpd-2.2.21.tar.bz2.asc

New:

  httpd-2.2.22.tar.bz2
  httpd-2.2.22.tar.bz2.asc



Other differences:
--
++ apache2.spec ++
--- /var/tmp/diff_new_pack.ZoObeJ/_old  2012-02-22 12:02:07.0 +0100
+++ /var/tmp/diff_new_pack.ZoObeJ/_new  2012-02-22 12:02:07.0 +0100
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   apache2
 BuildRequires:  automake
 BuildRequires:  db-devel
@@ -73,8 +75,8 @@
 # "Server:" header
 %define VENDOR SUSE
 %define platform_stringLinux/%VENDOR
-%define realver 2.2.21
-Version:2.2.21
+%define realver 2.2.22
+Version:2.2.22
 Release:0
 #Source0:  http://www.apache.org/dist/httpd-%{version}.tar.bz2
 Source0:http://httpd.apache.org/dev/dist/httpd-%{realver}.tar.bz2
@@ -850,10 +852,10 @@
 %defattr(-,root,root)
 %doc INSTALL READM* LICENSE ABOUT_APACHE CHANGES
 %doc support/SHA1
-%doc %{_mandir}/man8/apachectl%{vers}.8.*
-%doc %{_mandir}/man8/htcacheclean%{vers}.8.*
-%doc %{_mandir}/man8/%{httpd}.8.*
-%doc %{_mandir}/man8/apxs%{vers}.8.*
+%doc %{_mandir}/man?/apachectl%{vers}.?.*
+%doc %{_mandir}/man?/htcacheclean%{vers}.?.*
+%doc %{_mandir}/man?/%{httpd}.?.*
+%doc %{_mandir}/man?/apxs%{vers}.?.*
 %doc robots.txt
 %doc printenv
 %doc test-cgi
@@ -976,14 +978,15 @@
 
 %files utils
 %defattr(-,root,root)
-%doc %{_mandir}/man8/ab%{vers}.8.*
-%doc %{_mandir}/man1/dbmmanage%{vers}.1

commit python-pyinotify for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package python-pyinotify for 
openSUSE:Factory checked in at 2012-02-22 11:50:57

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


Package is "python-pyinotify", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-pyinotify/python-pyinotify.changes
2011-09-23 12:43:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyinotify.new/python-pyinotify.changes   
2012-02-22 11:50:59.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 21 23:56:30 UTC 2012 - po...@cmdline.net
+
+- spec file boiler plate update (by the system, or someone)
+
+---



Other differences:
--
++ python-pyinotify.spec ++
--- /var/tmp/diff_new_pack.dJtzhw/_old  2012-02-22 11:51:02.0 +0100
+++ /var/tmp/diff_new_pack.dJtzhw/_new  2012-02-22 11:51:02.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-pyinotify (Version 0.9.1)
+# spec file for package python-pyinotify
 #
-# 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

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



commit libapr1 for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package libapr1 for openSUSE:Factory checked 
in at 2012-02-22 11:50:20

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  2012-02-16 
16:17:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.libapr1.new/libapr1.changes 2012-02-22 
11:50:21.0 +0100
@@ -1,0 +2,30 @@
+Sat Feb 18 14:05:46 UTC 2012 - po...@cmdline.net
+
+- updated to 1.4.6
+  *) Flush write buffer before truncate call on a file.
+  *) Security: oCERT-2011-003
+ Randomise hashes by providing a seed. 
+  *) apr_random: Prevent segfault if pool used to initialize apr_random is
+ destroyed before forking.
+  *) testrand: Improve child randomness test case.
+  *) apr_proc_fork, apr_random_after_fork: disambiguate what happens to the 
+ proc structure passed in, and ensure that the pid is set correctly in 
+ a newly created child; note that merely mixing a PID into the random 
+ seed of a new child doesn't markedly increase entropy.
+  *) apr_file_open: Avoid fcntl() calls if support for O_CLOEXEC works.
+ PR 48557.
+  *) apr_dir_make_recursive: Fix race condition that could lead to EEXIST
+ being returned. PR 51254.
+  *) configure: Fix APR_RESTORE_THE_ENVIRONMENT if the original variable was
+ a single space. PR 50334.
+  *) apr_proc_create: Don't close any of the new stdin/stdout/stderr in the
+ child if it already has the correct FD. PR 51995.
+  *) Fix flag character '#' in combination with format character 'x' in
+ apr snprintf implementations. 
+  *) Improve platform detection by updating config.guess and config.sub.
+  *) Add libtool2 files to extraclean make target. 
+  *) Don't overwrite our config.guess and config.sub
+ when running buildconf. 
+  *) Silence autoconf 2.68 warnings. 
+
+---

Old:

  apr-1.4.5.tar.bz2

New:

  apr-1.4.6.tar.bz2



Other differences:
--
++ libapr1.spec ++
--- /var/tmp/diff_new_pack.Mgf3Jm/_old  2012-02-22 11:50:23.0 +0100
+++ /var/tmp/diff_new_pack.Mgf3Jm/_new  2012-02-22 11:50:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libapr1
 #
-# 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,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   libapr1
 BuildRequires:  autoconf
 %if %{?suse_version:1}0
@@ -32,7 +34,7 @@
 Obsoletes:  libapr1-32bit
 %endif
 #
-Version:1.4.5
+Version:1.4.6
 Release:0
 Summary:Apache Portable Runtime (APR) Library
 License:Apache-2.0

++ apr-1.4.5.tar.bz2 -> apr-1.4.6.tar.bz2 ++
 76967 lines of diff (skipped)

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



commit libvorbis for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package libvorbis for openSUSE:Factory 
checked in at 2012-02-22 11:48:21

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


Package is "libvorbis", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libvorbis/libvorbis.changes  2011-12-27 
18:37:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvorbis.new/libvorbis.changes 2012-02-22 
11:48:29.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 21 14:32:38 CET 2012 - ti...@suse.de
+
+- VUL-0: CVE-2012-0444: libvorbis: heap-based buffer overflow
+  (bnc#747912)
+
+---

New:

  libvorbis-CVE-2012-0444.diff



Other differences:
--
++ libvorbis.spec ++
--- /var/tmp/diff_new_pack.655c9a/_old  2012-02-22 11:48:30.0 +0100
+++ /var/tmp/diff_new_pack.655c9a/_new  2012-02-22 11:48:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvorbis
 #
-# 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
@@ -39,6 +39,7 @@
 Patch10:libvorbis-pkgconfig.patch
 Patch11:vorbis-fix-linking.patch
 Patch12:vorbis-ocloexec.patch
+Patch20:libvorbis-CVE-2012-0444.diff
 BuildRequires:  fdupes
 BuildRequires:  libogg-devel
 BuildRequires:  libtool
@@ -139,6 +140,7 @@
 fi
 %patch11
 %patch12
+%patch20 -p1
 
 %build
 # Fix optimization level   



++ libvorbis-CVE-2012-0444.diff ++
---
 lib/floor1.c |1 +
 1 file changed, 1 insertion(+)

--- a/lib/floor1.c
+++ b/lib/floor1.c
@@ -167,6 +167,7 @@ static vorbis_info_floor *floor1_unpack
 
   for(j=0,k=0;jpartitions;j++){
 count+=info->class_dim[info->partitionclass[j]];
+if(count>VIF_POSIT) goto err_out;
 for(;kpostlist[k+2]=oggpack_read(opb,rangebits);
   if(t<0 || t>=(1<

commit libvirt-glib for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package libvirt-glib for openSUSE:Factory 
checked in at 2012-02-22 11:48:06

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


Package is "libvirt-glib", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-glib/libvirt-glib.changes
2012-02-01 09:58:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-glib.new/libvirt-glib.changes   
2012-02-22 11:48:26.0 +0100
@@ -1,0 +2,17 @@
+Tue Feb 21 20:11:38 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.0.5:
+  + Fix error after finishing a stream
+  + Use G_PARAM_STATIC_STRINGS
+  + Add config for readonly disks
+  + Add config for description/metadata
+  + Fix type when creating storage volumes
+  + Remove some bogus g_error usage
+  + Import GNULIB's compiler warning flags support & fix problems
+  + Add API for resizing storage volumes
+  + Add API to check if a domain is saved
+  + Add config for disk cache method
+  + Add APIs to get node information
+  + Add flags for deleting domains
+
+---

Old:

  libvirt-glib-0.0.4.tar.gz

New:

  libvirt-glib-0.0.5.tar.gz



Other differences:
--
++ libvirt-glib.spec ++
--- /var/tmp/diff_new_pack.xW1KU3/_old  2012-02-22 11:48:27.0 +0100
+++ /var/tmp/diff_new_pack.xW1KU3/_new  2012-02-22 11:48:27.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   libvirt-glib
-Version:0.0.4
+Version:0.0.5
 Release:0
 Summary:GLib and GObject mapping of libvirt
 License:LGPL-2.1+
@@ -27,12 +27,12 @@
 Source: http://libvirt.org/sources/glib/%{name}-%{version}.tar.gz
 BuildRequires:  libtool
 BuildRequires:  vala
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gobject-2.0)
-BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gthread-2.0)
-BuildRequires:  pkgconfig(libvirt)
-BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.22.0
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.10.0
+BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.10.8
+BuildRequires:  pkgconfig(gthread-2.0) >= 2.22.0
+BuildRequires:  pkgconfig(libvirt) >= 0.9.10
+BuildRequires:  pkgconfig(libxml-2.0) >= 2.0.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libvirt-glib-0.0.4.tar.gz -> libvirt-glib-0.0.5.tar.gz ++
 21556 lines of diff (skipped)

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



commit ekiga for openSUSE:Factory

2012-02-22 Thread h_root
Hello community,

here is the log from the commit of package ekiga for openSUSE:Factory checked 
in at 2012-02-22 11:47:53

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


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

Changes:

--- /work/SRC/openSUSE:Factory/ekiga/ekiga.changes  2011-10-02 
09:58:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.ekiga.new/ekiga.changes 2012-02-22 
11:47:54.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb 19 19:08:49 UTC 2012 - dims...@opensuse.org
+
+- Add pkgconfig(xv) BuildRequires: this used to be pulled in by
+  something else, but the relayout of xorg-x11 packages changed
+  that.
+
+---



Other differences:
--
++ ekiga.spec ++
--- /var/tmp/diff_new_pack.DNeeiH/_old  2012-02-22 11:47:56.0 +0100
+++ /var/tmp/diff_new_pack.DNeeiH/_new  2012-02-22 11:47:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ekiga
 #
-# 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,13 +16,12 @@
 #
 
 
-
 Name:   ekiga
-License:GPL-2.0+
-Group:  Productivity/Telephony/SIP/Clients
 Version:3.2.7
-Release:13
+Release:0
 Summary:A GNOME based SIP/H323 teleconferencing application
+License:GPL-2.0+
+Group:  Productivity/Telephony/SIP/Clients
 Url:http://www.ekiga.org/
 Source: %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM ekiga-libnotify_gtk.patch reddwa...@opensuse.org -- Fixes 
build with new libnotify versions. No need to submit upstream since in trunk 
they changed the build system and indirectly fixed the problem.
@@ -47,6 +46,7 @@
 BuildRequires:  openldap2
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(xv)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: filesystem /usr/bin/touch gconf2
 Provides:   gnomemeeting

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