commit autoconf for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package autoconf for openSUSE:Factory 
checked in at 2012-12-05 13:47:13

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


Package is autoconf, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/autoconf/autoconf-el.changes 2012-05-21 
08:00:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.autoconf.new/autoconf-el.changes
2012-12-05 13:47:14.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 27 18:06:56 CET 2012 - p...@suse.de
+
+- Repackage with bzip2 so that the package can be built for older
+  distributions.
+
+---
autoconf-testsuite.changes: same change
autoconf.changes: same change

Old:

  autoconf-2.69.tar.xz

New:

  autoconf-2.69.tar.bz2



Other differences:
--
++ autoconf-el.spec ++
--- /var/tmp/diff_new_pack.pLqpZa/_old  2012-12-05 13:47:16.0 +0100
+++ /var/tmp/diff_new_pack.pLqpZa/_new  2012-12-05 13:47:16.0 +0100
@@ -26,7 +26,7 @@
 Group:  Productivity/Editors/Emacs
 Url:http://www.gnu.org/software/autoconf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: autoconf-%{version}.tar.xz
+Source: autoconf-%{version}.tar.bz2
 BuildArch:  noarch
 Enhances:   emacs
 %define site_lisp %{_prefix}/share/emacs/site-lisp

++ autoconf-testsuite.spec ++
--- /var/tmp/diff_new_pack.pLqpZa/_old  2012-12-05 13:47:16.0 +0100
+++ /var/tmp/diff_new_pack.pLqpZa/_new  2012-12-05 13:47:16.0 +0100
@@ -22,12 +22,13 @@
 Url:http://www.gnu.org/software/autoconf
 Requires:   info
 Requires:   m4 = 1.4.6
+Requires:   perl = 5.6
 Version:2.69
 Release:0
 Summary:A GNU Tool for Automatically Configuring Source Code
 License:GPL-3.0+
 Group:  Development/Tools/Building
-Source: autoconf-%{version}.tar.xz
+Source: autoconf-%{version}.tar.bz2
 Patch0: autoreconf-ltdl.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ autoconf.spec ++
--- /var/tmp/diff_new_pack.pLqpZa/_old  2012-12-05 13:47:16.0 +0100
+++ /var/tmp/diff_new_pack.pLqpZa/_new  2012-12-05 13:47:16.0 +0100
@@ -28,7 +28,7 @@
 Summary:A GNU Tool for Automatically Configuring Source Code
 License:GPL-3.0+
 Group:  Development/Tools/Building
-Source: autoconf-%{version}.tar.xz
+Source: autoconf-%{version}.tar.bz2
 Patch0: autoreconf-ltdl.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ autoconf-2.69.tar.xz - autoconf-2.69.tar.bz2 ++
 188347 lines of diff (skipped)

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



commit bogofilter for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package bogofilter for openSUSE:Factory 
checked in at 2012-12-05 13:47:21

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


Package is bogofilter, Maintainer is lmue...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/bogofilter/bogofilter.changes2011-12-25 
17:33:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.bogofilter.new/bogofilter.changes   
2012-12-05 13:47:24.0 +0100
@@ -1,0 +2,40 @@
+Mon Dec  3 10:09:49 UTC 2012 - lmue...@suse.com
+
+- Update to version 1.2.3.
+  * Update configure.ac to avoid autoconf 2.68 warnings, by
+(a) quoting the first AC_RUN_IFELSE argument, an
+AC_LANG_PROGRAM(), with [ ], and
+(b) providing an explicit true assumption for Berkeley DB
+capabilities to avoid cross-compilation warnings.
+  * Security bugfix,
+Fix a heap corruption in base64 decoder on invalid input.
+  * Added bogofilter-faq-bg.html, a Bulgarian translation of the FAQ.
+  * Mark Berkeley DB 5.1.19: (August 27, 2010) supported.
+- Update to version 1.2.2.
+  * Use a better PRNG for random sleeps. That is arc4random() where
+available, and drand48() elsewhere.
+  * Assorted fixes for issues found with clang analyzer:
++ Fix a potential NULL deference
++ Fix a potential division by zero
++ Remove dead assignments and increments
+  * Update Doxyfile and source contrib/bogogrep.c for docs, too.
+  * Security bugfix, CVE-2010-2494:
+Fix a heap corruption in base64 decoder on invalid input.
+Analysis and patch by Julius Plenz pl...@cis.fu-berlin.de.
+Please see doc/bogofilter-SA-2010-01 for details.
+  * Updated sendmail milter contrib/bogofilter-milter.pl to v1.??
+  * Bump supported/minimum SQLite3 versions and warning threshold.
+See doc/README.sqlite for details.
+  * Mark BerkeleyDB 4.8.26 and 5.0.21 supported.
+  * Make t.maint more robust; ignore .ENCODING token. To fix test
+failures on, for instance, FreeBSD with unicode enabled.
+  * Fix several compiler warnings array subscript has type 'char', by
+casting the arguments to unsigned char.
+  * Split error messages for ENOENT and EINVAL into new function.
+  * Avoid divison by zero in robx computation by checking if there are at
+least one ham message and one spam message registered.
+  * contrib/spamitarium.pl updated to version 0.4.0
+  * Updated and integrated Ted Phelps's Patch to prevent .ENCODING from
+being discarded by bogoutil -m (SourceForge Patch #1743984).
+   
+---

Old:

  bogofilter-1.2.1.tar.bz2
  bogofilter-SA-2010-01.diff

New:

  bogofilter-1.2.3.tar.bz2



Other differences:
--
++ bogofilter.spec ++
--- /var/tmp/diff_new_pack.fZtgeH/_old  2012-12-05 13:47:25.0 +0100
+++ /var/tmp/diff_new_pack.fZtgeH/_new  2012-12-05 13:47:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bogofilter
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,12 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   bogofilter
-Version:1.2.1
+Version:1.2.3
 Release:0
 Url:http://bogofilter.sourceforge.net/
 Source: 
http://downloads.sourceforge.net/bogofilter/bogofilter-%{version}.tar.bz2
-Patch:  bogofilter-SA-2010-01.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  db-devel
 BuildRequires:  sharutils
@@ -39,7 +39,6 @@
 
 %prep
 %setup
-%patch -p1
 
 %build
 %configure \

++ bogofilter-1.2.1.tar.bz2 - bogofilter-1.2.3.tar.bz2 ++
 33318 lines of diff (skipped)

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



commit build for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package build for openSUSE:Factory checked 
in at 2012-12-05 13:47:34

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


Package is build, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/build/build.changes  2012-10-08 
20:27:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.build.new/build.changes 2012-12-05 
13:47:37.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 26 08:49:59 UTC 2012 - adr...@suse.de
+
+- fixed deb building
+- collecting statistics during VM build
+
+---

Old:

  master.diff
  obs-build-20120927.tar.gz

New:

  obs-build-20121123.tar.gz
  osc



Other differences:
--
++ build-initvm.spec ++
--- /var/tmp/diff_new_pack.XeTSLD/_old  2012-12-05 13:47:38.0 +0100
+++ /var/tmp/diff_new_pack.XeTSLD/_new  2012-12-05 13:47:38.0 +0100
@@ -20,7 +20,7 @@
 Summary:A Script to Build SUSE Linux RPMs
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:20120927
+Version:20121123
 Release:0
 Source: obs-build-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ build.spec ++
--- /var/tmp/diff_new_pack.XeTSLD/_old  2012-12-05 13:47:38.0 +0100
+++ /var/tmp/diff_new_pack.XeTSLD/_new  2012-12-05 13:47:38.0 +0100
@@ -20,11 +20,10 @@
 Summary:A Script to Build SUSE Linux RPMs
 License:GPL-2.0+ and GPL-2.0
 Group:  Development/Tools/Building
-Version:20120927
+Version:20121123
 Release:0
 #!BuildIgnore:  build-mkbaselibs
 Source: obs-build-%{version}.tar.gz
-Patch0: master.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 # Manual requires to avoid hard require to bash-static
@@ -88,7 +87,6 @@
 
 %prep
 %setup -q -n obs-build-%version
-%patch0 -p1
 
 %build
 

++ PKGBUILD ++
--- /var/tmp/diff_new_pack.XeTSLD/_old  2012-12-05 13:47:38.0 +0100
+++ /var/tmp/diff_new_pack.XeTSLD/_new  2012-12-05 13:47:38.0 +0100
@@ -1,5 +1,5 @@
 pkgname=build
-pkgver=2012.07.19
+pkgver=20121123
 pkgrel=1
 pkgdesc=Build packages in sandbox
 arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@
 groups=('base-devel')
 depends=('perl')
 source=(obs-build-${pkgver}.tar.gz)
-md5sums=('643d53f6327913eecf57fb6fa166db5e')
+md5sums=('2c66ccbe77cedb3f15d20816d6715440')
 
 package() {
   msg Installing build ...

++ build.dsc ++
--- /var/tmp/diff_new_pack.XeTSLD/_old  2012-12-05 13:47:38.0 +0100
+++ /var/tmp/diff_new_pack.XeTSLD/_new  2012-12-05 13:47:38.0 +0100
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: build
-Version: 20120927
+Version: 20121123
 Binary: build
 Maintainer: Adrian Schroeter adr...@suse.de
 Architecture: all

++ obs-build-20120927.tar.gz - obs-build-20121123.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-build-20120927/Build/Arch.pm 
new/obs-build-20121123/Build/Arch.pm
--- old/obs-build-20120927/Build/Arch.pm2012-09-27 09:32:16.0 
+0200
+++ new/obs-build-20121123/Build/Arch.pm2012-11-26 09:49:40.0 
+0100
@@ -26,7 +26,7 @@
   $str =~ s/^[ \t]+//;
   while ($str =~ /([\\'])/) {
 my $q = $1;
-$str =~ s/$q(.*?)$q/quote($1, $q, $vars)/e;
+last unless $str =~ s/$q(.*?)$q/quote($1, $q, $vars)/e;
   }
   if ($str =~ /\$/) {
 $str =~ s/\$([a-zA-Z0-9_]+|\{([^\}]+)\})/$vars-{$2 || $1} ? join(' ', 
@{$vars-{$2 || $1}}) : \$$1/ge;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-build-20120927/Build/Rpm.pm 
new/obs-build-20121123/Build/Rpm.pm
--- old/obs-build-20120927/Build/Rpm.pm 2012-09-27 09:32:16.0 +0200
+++ new/obs-build-20121123/Build/Rpm.pm 2012-11-26 09:49:40.0 +0100
@@ -1,5 +1,7 @@
 package Build::Rpm;
 
+our $unfilteredprereqs = 0;
+
 use strict;
 
 use Digest::MD5;
@@ -128,7 +130,7 @@
   my %m;
   $m{'0'} = $macname;
   $m{'**'} = join(' ', @args);
-  my %go = split(/(:?)/, $getopt);
+  my %go = (split(/(:?)/, $getopt, -1), undef);
   while (@args  $args[0] =~ s/^-//) {
 my $o = shift @args;
 last if $o eq '-';
@@ -286,7 +288,7 @@
  $line = 'MACRO';
  last;
} elsif ($macname eq 'define' || $macname eq 'global') {
- if ($line =~ /^\s*([0-9a-zA-Z_]+)(\([^\)]*\))?\s*(.*?)$/) {
+ if ($line =~ /^\s*([0-9a-zA-Z_]+)(?:\(([^\)]*)\))?\s*(.*?)$/) {
my $macname = $1;
my $macargs = $2;
my $macbody = $3;
@@ -331,7 +333,7 @@
$line = 'MACRO';
last;
  }
- 

commit ConsoleKit for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory 
checked in at 2012-12-05 13:48:12

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


Package is ConsoleKit, Maintainer is hma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ConsoleKit/ConsoleKit.changes2012-10-19 
06:49:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.ConsoleKit.new/ConsoleKit.changes   
2012-12-05 13:48:14.0 +0100
@@ -1,0 +2,11 @@
+Mon Dec  3 13:49:22 CET 2012 - ti...@suse.de
+
+- obsoletes udev-acl package (bnc#791320)
+
+---
+Tue Nov 27 10:28:00 UTC 2012 - rmila...@suse.com
+
+- import-udev-acl-tool-from-udev.patch: add udev-acl to ConsoleKit
+  for systems which don't use systemd-logind (bnc#791320).
+
+---

New:

  import-udev-acl-tool-from-udev.patch



Other differences:
--
++ ConsoleKit.spec ++
--- /var/tmp/diff_new_pack.cr9Y94/_old  2012-12-05 13:48:15.0 +0100
+++ /var/tmp/diff_new_pack.cr9Y94/_new  2012-12-05 13:48:15.0 +0100
@@ -19,11 +19,15 @@
 Name:   ConsoleKit
 %define build_doc 0
 %define pkg_name ConsoleKit
+%define _udevdir %(pkg-config --variable=udevdir udev)
 # WARNING: If you are editing ConsoleKit-doc.spec, STOP. Always edit
 # ConsoleKit.spec and then run pre-checkin.sh which will create
 # ConsoleKit-doc.spec based upon ConsoleKit.spec.
 Url:http://consolekit.freedesktop.org
 BuildRequires:  dbus-1-glib-devel
+BuildRequires:  glib2-devel
+BuildRequires:  glibc-devel
+BuildRequires:  libacl-devel
 BuildRequires:  libtool
 BuildRequires:  pam-devel
 BuildRequires:  pkgconfig
@@ -31,6 +35,7 @@
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(systemd)
+BuildRequires:  pkgconfig(udev)
 %if %build_doc
 BuildRequires:  gtk2-devel
 BuildRequires:  xmlto
@@ -43,6 +48,8 @@
 Release:0
 Source: %{pkg_name}-%{version}.tar.bz2
 Source2:baselibs.conf
+Patch0: import-udev-acl-tool-from-udev.patch
+Obsoletes:  udev-acl = 173
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 %if %build_doc == 0
@@ -81,6 +88,7 @@
 
 %prep
 %setup -q -n ConsoleKit-%{version}
+%patch0 -p1
 
 %build
 export V=1
@@ -92,6 +100,7 @@
   --sysconfdir=%_sysconfdir \
   --libexecdir=%{_prefix}/lib/ConsoleKit \
   --enable-pam-module \
+  --enable-udev-acl \
   --with-pam-module-dir=/%_lib/security \
   --localstatedir=%{_localstatedir} \
 %if %{build_doc}
@@ -101,9 +110,10 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} UDEVDIR=%{_udevdir} install
 mkdir -p $RPM_BUILD_ROOT/etc/init.d
 mkdir -p $RPM_BUILD_ROOT/etc/ConsoleKit/seats.d
+mkdir -p $RPM_BUILD_ROOT%{_udevdir}/rules.d
 rm -f $RPM_BUILD_ROOT/%_lib/security/pam_ck_connector.la
 rm -f $RPM_BUILD_ROOT/%_libdir/*.la
 %if %{build_doc}
@@ -164,6 +174,10 @@
 %dir %{_prefix}/lib/ConsoleKit/run-seat.d
 %dir %{_prefix}/lib/ConsoleKit/run-session.d
 %dir %{_prefix}/lib/ConsoleKit/scripts
+%dir %{_udevdir}
+%dir %{_udevdir}/rules.d
+%{_udevdir}/udev-acl
+%{_udevdir}/rules.d/70-udev-acl.rules
 %{_prefix}/lib/ConsoleKit/scripts/ck-system-restart
 %{_prefix}/lib/ConsoleKit/scripts/ck-system-stop
 %{_prefix}/lib/ConsoleKit/ck-collect-session-info

++ import-udev-acl-tool-from-udev.patch ++
 603 lines (skipped)

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



commit e_dbus for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package e_dbus for openSUSE:Factory checked 
in at 2012-12-05 13:48:35

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


Package is e_dbus, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/e_dbus/e_dbus.changes2012-12-03 
09:32:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.e_dbus.new/e_dbus.changes   2012-12-05 
13:48:37.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov 23 18:25:19 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.2 
+- 1.7.2 is required to build and use the latest e17 alpha's
+  (no real changes, but keeping EFL version numbers synced)
+
+---

Old:

  e_dbus-1.7.1.tar.bz2

New:

  e_dbus-1.7.2.tar.bz2



Other differences:
--
++ e_dbus.spec ++
--- /var/tmp/diff_new_pack.K7H2l0/_old  2012-12-05 13:48:38.0 +0100
+++ /var/tmp/diff_new_pack.K7H2l0/_new  2012-12-05 13:48:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package e_dbus
 #
-# 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
@@ -17,18 +17,18 @@
 
 
 Name:   e_dbus
-Version:1.7.1
-Release:1
-License:BSD-2-Clause
+Version:1.7.2
+Release:0
 Summary:Dbus wrapping and glue layer library
-Url:http://enlightenment.org/
+License:BSD-2-Clause
 Group:  System/Libraries
+Url:http://enlightenment.org/
 Source: %{name}-%{version}.tar.bz2
+BuildRequires:  dbus-1-devel
 BuildRequires:  ecore-devel
 BuildRequires:  eina-devel
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  dbus-1-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -47,10 +47,10 @@
 Summary:E_Dbus development package
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
+Requires:   dbus-1-devel
 Requires:   ecore-devel
 Requires:   eina-devel
 Requires:   libedbus1 = %{version}
-Requires:   dbus-1-devel
 
 %description devel
 Development files for E_Dbus package.

++ e_dbus-1.7.1.tar.bz2 - e_dbus-1.7.2.tar.bz2 ++
 20971 lines of diff (skipped)

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



commit edje for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package edje for openSUSE:Factory checked in 
at 2012-12-05 13:48:47

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


Package is edje, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/edje/edje.changes2012-12-03 
09:33:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.edje.new/edje.changes   2012-12-05 
13:48:52.0 +0100
@@ -1,0 +2,23 @@
+Sat Nov 24 01:36:16 UTC 2012 - sleep_wal...@suse.cz
+
+- require the same version or higher for EFL libraries
+
+---
+Sat Nov 24 00:24:48 UTC 2012 - sleep_wal...@suse.cz
+
+- simplify make install
+
+---
+Fri Nov 23 18:31:43 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.2 
+  Fixes:
+* fix scale_set with edje containing boxes and/or tables
+* fix edje_cc to use max, not default compression
+* fix edje_text_class_set to update the text classes correctly.
+* fix to not update map uv for proxy
+* fix to not segv on inheriting group lookups
+
+- remove patch from 76449 this issue was fixed for 1.7.2
+
+---

Old:

  0001-edje-don-t-strcmp-ith-NULL.patch
  edje-1.7.1.tar.bz2

New:

  edje-1.7.2.tar.bz2



Other differences:
--
++ edje.spec ++
--- /var/tmp/diff_new_pack.R0GaRT/_old  2012-12-05 13:48:53.0 +0100
+++ /var/tmp/diff_new_pack.R0GaRT/_new  2012-12-05 13:48:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package edje
 #
-# 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,17 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   edje
-Version:1.7.1
-Release:1
-License:BSD-2-Clause and GPL-2.0
+Version:1.7.2
+Release:0
 Summary:Abstract GUI layout and animation object library
-Url:http://www.enlightenment.org
+License:BSD-2-Clause and GPL-2.0
 Group:  Development/Libraries/C and C++
+Url:http://www.enlightenment.org
 Source: %{name}-%{version}.tar.bz2
-Patch0:0001-edje-don-t-strcmp-ith-NULL.patch
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -34,9 +32,9 @@
 BuildRequires:  lua51-devel
 %endif
 BuildRequires:  ecore-devel = %{version}
-BuildRequires:  eet-devel
-BuildRequires:  eina-devel
-BuildRequires:  embryo-devel
+BuildRequires:  eet-devel = %{version}
+BuildRequires:  eina-devel = %{version}
+BuildRequires:  embryo-devel = %{version}
 BuildRequires:  evas-devel = %{version}
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
@@ -62,11 +60,11 @@
 %if 0%{?suse_version}  1210
 Requires:   lua51-devel
 %endif
-Requires:   ecore-devel
-Requires:   eet-devel
-Requires:   eina-devel
-Requires:   embryo-devel
-Requires:   evas-devel
+Requires:   ecore-devel = %{version}
+Requires:   eet-devel = %{version}
+Requires:   eina-devel = %{version}
+Requires:   embryo-devel = %{version}
+Requires:   evas-devel = %{version}
 
 %description devel
 Headers, static libraries, test programs and documentation for eina
@@ -82,22 +80,15 @@
 
 %prep
 %setup -q
-%patch0 -p2
 
 %build
 %configure --disable-static --disable-silent-rules
 make %{?_smp_mflags}
 
 %install
-%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?mandriva_version}
 make install DESTDIR=%buildroot
-%else
-%makeinstall
-%endif
-
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;
 
-
 %post -n libedje1 -p /sbin/ldconfig
 
 %postun -n libedje1 -p /sbin/ldconfig

++ edje-1.7.1.tar.bz2 - edje-1.7.2.tar.bz2 ++
 22358 lines of diff (skipped)

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



commit eeze for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package eeze for openSUSE:Factory checked in 
at 2012-12-05 13:48:57

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


Package is eeze, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/eeze/eeze.changes2012-12-03 
09:33:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.eeze.new/eeze.changes   2012-12-05 
13:48:59.0 +0100
@@ -1,0 +2,11 @@
+Sat Nov 24 01:36:52 UTC 2012 - sleep_wal...@suse.cz
+
+- require the same version or higher for EFL libraries
+
+---
+Fri Nov 23 18:34:27 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.2 
+  (No real changes - keeping version sync with other EFL libraries)
+
+---

Old:

  eeze-1.7.1.tar.bz2

New:

  eeze-1.7.2.tar.bz2



Other differences:
--
++ eeze.spec ++
--- /var/tmp/diff_new_pack.dC8SNE/_old  2012-12-05 13:49:00.0 +0100
+++ /var/tmp/diff_new_pack.dC8SNE/_new  2012-12-05 13:49:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eeze
 #
-# 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,16 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   eeze
-Version:1.7.1
-Release:1
-License:BSD-2-Clause
+Version:1.7.2
+Release:0
 Summary:Device abstraction library
-Url:http://enlightenment.org
+License:BSD-2-Clause
 Group:  System/Libraries
+Url:http://enlightenment.org
 Source: eeze-%{version}.tar.bz2
-BuildRequires:  ecore-devel
-BuildRequires:  eina-devel
+BuildRequires:  ecore-devel = %version
+BuildRequires:  eina-devel = %version
 BuildRequires:  libtool
 %if 0%{?mandriva_version} != 201010  0%{?centos_version} != 600  
0%{?sles_version} != 11
 BuildRequires:  libmount-devel
@@ -59,8 +60,8 @@
 %package devel
 Summary:Eeze headers, static libraries, documentation and test programs
 Group:  Development/Libraries/C and C++
-Requires:   ecore-devel
-Requires:   eina-devel
+Requires:   ecore-devel = %version
+Requires:   eina-devel = %version
 Requires:   libeeze1 = %{version}
 Requires:   libudev-devel
 

++ eeze-1.7.1.tar.bz2 - eeze-1.7.2.tar.bz2 ++
 19434 lines of diff (skipped)

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



commit efreet for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package efreet for openSUSE:Factory checked 
in at 2012-12-05 13:49:09

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


Package is efreet, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/efreet/efreet.changes2012-12-03 
09:33:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.efreet.new/efreet.changes   2012-12-05 
13:49:12.0 +0100
@@ -1,0 +2,16 @@
+Sat Nov 24 01:37:56 UTC 2012 - sleep_wal...@suse.cz
+
+- require the same version or higher for EFL libraries
+
+---
+Sat Nov 24 00:53:58 UTC 2012 - sleep_wal...@suse.cz
+
+- make find less efficient
+
+---
+Fri Nov 23 18:23:19 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.2 
+  (No real chages - keeping version synced with other EFL libraries)
+
+---

Old:

  efreet-1.7.1.tar.bz2

New:

  efreet-1.7.2.tar.bz2



Other differences:
--
++ efreet.spec ++
--- /var/tmp/diff_new_pack.KUSmzz/_old  2012-12-05 13:49:12.0 +0100
+++ /var/tmp/diff_new_pack.KUSmzz/_new  2012-12-05 13:49:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package efreet
 #
-# 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
@@ -17,18 +17,16 @@
 
 
 Name:   efreet
-Version:1.7.1
-Release:1
-License:BSD-2-Clause
+Version:1.7.2
+Release:0
 Summary:FreeDesktop.org standards compatibility library
-Url:http://enlightenment.org/
+License:BSD-2-Clause
 Group:  System/GUI/Other
+Url:http://enlightenment.org/
 Source: %{name}-%{version}.tar.bz2
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  ecore-devel
-BuildRequires:  eet-devel
-BuildRequires:  eina-devel
+BuildRequires:  ecore-devel = %version
+BuildRequires:  eet-devel = %version
+BuildRequires:  eina-devel = %version
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,9 +45,9 @@
 Summary:Efreet development files
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
-Requires:   ecore-devel
-Requires:   eet-devel
-Requires:   eina-devel
+Requires:   ecore-devel = %version
+Requires:   eet-devel = %version
+Requires:   eina-devel = %version
 Requires:   libefreet1 = %{version}
 
 %description devel
@@ -72,7 +70,7 @@
 
 %install
 make install DESTDIR=%buildroot
-find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} +
+find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;
 %find_lang %{name}
 
 %post -n libefreet1 -p /sbin/ldconfig

++ efreet-1.7.1.tar.bz2 - efreet-1.7.2.tar.bz2 ++
 20197 lines of diff (skipped)

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



commit eio for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package eio for openSUSE:Factory checked in 
at 2012-12-05 13:49:22

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


Package is eio, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/eio/eio.changes  2012-12-03 09:34:11.0 
+0100
+++ /work/SRC/openSUSE:Factory/.eio.new/eio.changes 2012-12-05 
13:49:24.0 +0100
@@ -1,0 +2,11 @@
+Sat Nov 24 01:40:51 UTC 2012 - sleep_wal...@suse.cz
+
+- require the same version or higher for EFL libraries
+
+---
+Fri Nov 23 18:40:34 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.2 
+  (No real changes - keep version synced with other EFL libraries)
+
+---

Old:

  eio-1.7.1.tar.bz2

New:

  eio-1.7.2.tar.bz2



Other differences:
--
++ eio.spec ++
--- /var/tmp/diff_new_pack.CWCEuZ/_old  2012-12-05 13:49:25.0 +0100
+++ /var/tmp/diff_new_pack.CWCEuZ/_new  2012-12-05 13:49:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eio
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
 
 
 Name:   eio
-Version:   1.7.1
-Release:1
-License:LGPL-2.1
+Version:1.7.2
+Release:0
 Summary:Extension of ecore for parallel io operations
-Url:http://enlightenment.org/
+License:LGPL-2.1
 Group:  System/Libraries
+Url:http://enlightenment.org/
 Source: %{name}-%{version}.tar.bz2
-BuildRequires:  ecore-devel
-BuildRequires:  eina-devel
+BuildRequires:  ecore-devel = %version
+BuildRequires:  eina-devel = %version
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
 BuildRequires:  glibc-devel
@@ -50,7 +50,10 @@
 %package devel
 Summary:Eio devel package
 Group:  Development/Libraries/C and C++
+Requires:   ecore-devel = %version
+Requires:   eina-devel = %version
 Requires:   libeio1 = %{version}
+BuildRequires:  glibc-devel
 
 %description devel
 Development files for eio package.
@@ -62,7 +65,6 @@
 %configure  --disable-static --disable-silent-rules
 make %{?_smp_mflags}
 
-
 %install
 make install DESTDIR=%{buildroot}
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;
@@ -71,7 +73,6 @@
 
 %postun -n libeio1 -p /sbin/ldconfig
 
-
 %files -n libeio1
 %defattr(-,root,root)
 %{_libdir}/libeio*so.1*

++ eio-1.7.1.tar.bz2 - eio-1.7.2.tar.bz2 ++
 19190 lines of diff (skipped)

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



commit elfutils for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package elfutils for openSUSE:Factory 
checked in at 2012-12-05 13:49:36

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


Package is elfutils, Maintainer is to...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/elfutils/elfutils.changes2012-10-16 
07:00:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.elfutils.new/elfutils.changes   2012-12-05 
13:49:39.0 +0100
@@ -1,0 +2,36 @@
+Wed Nov 28 09:37:52 UTC 2012 - adr...@suse.de
+
+- add elfutils-aarch64.patch to support aarch64
+- update to 0.155
+
+  libelf: elf*_xlatetomd now works for cross-endian ELF note data.
+   elf_getshdr now works consistently on non-mmaped ELF files after
+   calling elf_cntl(ELF_C_FDREAD).
+   Implement support for ar archives with 64-bit symbol table.
+   [g]elf[32|64]_offscn() do not match SHT_NOBITS sections at OFFSET.
+  
+  libdw: dwarf.h corrected the DW_LANG_ObjC constant name (was DW_LANG_Objc).
+ Any existing sources using the old name will have to be updated.
+ Add DW_MACRO_GNU .debug_macro type encodings constants, DW_ATE_UTF
+ and DW_OP_GNU_parameter_ref to dwarf.h.
+ Experimental support for DWZ multifile forms DW_FORM_GNU_ref_alt
+ and DW_FORM_GNU_strp_alt.  Disabled by default.  Use configure
+ --enable-dwz to test it.
+ dwarf_highpc function now handles DWARF 4 DW_AT_high_pc constant form.
+ Fix bug using dwarf_next_unit to iterate over .debug_types.
+  
+  elflint: Now accepts gold linker produced executables.
+  
+  readelf: Add .debug_macro parsing support.
+Add .gdb_index version 7 parsing support.
+Recognize DW_OP_GNU_parameter_ref.
+  
+  backends: Add support for Tilera TILE-Gx processor.
+  
+  translations: Updated Ukrainian translation.
+  
+  The license is now GPLv2/LGPLv3+ for the libraries and GPLv3+ for stand-alone
+  programs. There is now also a formal CONTRIBUTING document describing how to
+  submit patches.
+
+---

Old:

  elfutils-0.153.tar.bz2

New:

  elfutils-0.155.tar.bz2
  elfutils-aarch64.patch



Other differences:
--
++ elfutils.spec ++
--- /var/tmp/diff_new_pack.qmYeoO/_old  2012-12-05 13:49:40.0 +0100
+++ /var/tmp/diff_new_pack.qmYeoO/_new  2012-12-05 13:49:40.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   elfutils
-Version:0.153
+Version:0.155
 Release:0
 Summary:Higher-level library to access ELF
 License:SUSE-GPL-2.0-with-OSI-exception
@@ -34,6 +34,7 @@
 Patch6: elfutils-0.137-dwarf-header-check-fix.diff
 Patch7: elfutils-0.148-dont-crash.diff
 Patch8: elfutils-revert-portability-scanf.patch
+Patch9: elfutils-aarch64.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison
 BuildRequires:  flex
@@ -144,6 +145,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1 -R
+%patch9 -p1
 
 %build
 # Change DATE/TIME macros to use last change time of elfutils.changes
@@ -175,7 +177,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING EXCEPTION NEWS NOTES README THANKS TODO
+%doc AUTHORS ChangeLog COPYING NEWS NOTES README THANKS TODO
 %{_bindir}/*
 
 %files -n libasm1

++ elfutils-0.137-dwarf-header-check-fix.diff ++
--- /var/tmp/diff_new_pack.qmYeoO/_old  2012-12-05 13:49:40.0 +0100
+++ /var/tmp/diff_new_pack.qmYeoO/_new  2012-12-05 13:49:40.0 +0100
@@ -14,9 +14,11 @@
  libdw/dwarf_getsrclines.c |2 ++
  1 file changed, 2 insertions(+)
 
 a/libdw/dwarf_getsrclines.c
-+++ b/libdw/dwarf_getsrclines.c
-@@ -337,8 +337,10 @@
+Index: elfutils-0.155/libdw/dwarf_getsrclines.c
+===
+--- elfutils-0.155.orig/libdw/dwarf_getsrclines.c
 elfutils-0.155/libdw/dwarf_getsrclines.c
+@@ -296,8 +296,10 @@ dwarf_getsrclines (Dwarf_Die *cudie, Dwa
/* Consistency check.  */
if (unlikely (linep != header_start + header_length))
{

++ elfutils-0.148-dont-crash.diff ++
--- /var/tmp/diff_new_pack.qmYeoO/_old  2012-12-05 13:49:40.0 +0100
+++ /var/tmp/diff_new_pack.qmYeoO/_new  2012-12-05 13:49:40.0 +0100
@@ -2,11 +2,11 @@
 
 Avoid crash if the header is 0
 
-Index: elfutils-0.148/libdw/dwarf_getcfi_elf.c
+Index: elfutils-0.155/libdw/dwarf_getcfi_elf.c
 ===
 elfutils-0.148.orig/libdw/dwarf_getcfi_elf.c   2010-01-12 
17:57:54.0 +0100
-+++ elfutils-0.148/libdw/dwarf_getcfi_elf.c2010-09-13 12:51:04.299807382 
+0200
-@@ -97,7 +97,7 @@ 

commit embryo for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package embryo for openSUSE:Factory checked 
in at 2012-12-05 13:49:50

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


Package is embryo, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/embryo/embryo.changes2012-11-28 
10:15:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.embryo.new/embryo.changes   2012-12-05 
13:49:52.0 +0100
@@ -1,0 +2,15 @@
+Wed Nov 28 20:15:58 UTC 2012 - sleep_wal...@suse.cz
+
+- better license fix
+
+---
+Sat Nov 24 01:47:41 UTC 2012 - sleep_wal...@suse.cz
+
+- update to 1.7.2
+
+---
+Sat Nov 24 01:42:47 UTC 2012 - sleep_wal...@suse.cz
+
+- require the same version or higher for EFL libraries
+
+---

Old:

  embryo-1.7.1.tar.bz2

New:

  embryo-1.7.2.tar.bz2



Other differences:
--
++ embryo.spec ++
--- /var/tmp/diff_new_pack.6Rpm2C/_old  2012-12-05 13:49:52.0 +0100
+++ /var/tmp/diff_new_pack.6Rpm2C/_new  2012-12-05 13:49:52.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package
+# spec file for package embryo
 #
-# 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
@@ -17,14 +17,14 @@
 
 
 Name:   embryo
-Version:1.7.1
-Release:1
-License:BSD
+Version:1.7.2
+Release:0
 Summary:Small Pawn based virtual machine and compiler
-Url:http://enlightenment.org/
+License:BSD-2-Clause and Zlib
 Group:  Development/Tools/Building
+Url:http://enlightenment.org/
 Source: %{name}-%{version}.tar.bz2
-BuildRequires:  eina-devel
+BuildRequires:  eina-devel = %version
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -46,7 +46,7 @@
 Summary:Embryo development files
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
-Requires:   eina-devel
+Requires:   eina-devel = %version
 Requires:   libembryo1 = %{version}
 
 %description devel

++ embryo-1.7.1.tar.bz2 - embryo-1.7.2.tar.bz2 ++
 19686 lines of diff (skipped)

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



commit erlang for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2012-12-05 13:50:47

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


Package is erlang, Maintainer is cth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/erlang/erlang.changes2012-11-21 
15:11:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes   2012-12-05 
13:50:49.0 +0100
@@ -1,0 +2,10 @@
+Mon Dec  3 18:07:40 UTC 2012 - kru...@zib.de
+
+- update to R15B03 release:
+  + mainly bug fixes
+  + ERL_CRASH_DUMP_SECONDS must be set in order to get any Erlang
+crash dump (potential incompatibility introduced to fix the
+use of -heart in combination with the Erlang crash dump
+  + details: http://www.erlang.org/download/otp_src_R15B03.readme
+
+---

Old:

  otp_doc_html_R15B02.tar.gz
  otp_doc_man_R15B02.tar.gz
  otp_src_R15B02.tar.gz

New:

  otp-R15B03-fix_ssl_accept_timeout.patch
  otp_doc_html_R15B03.tar.gz
  otp_doc_man_R15B03.tar.gz
  otp_src_R15B03.tar.gz



Other differences:
--
++ erlang.spec ++
--- /var/tmp/diff_new_pack.jStf6a/_old  2012-12-05 13:50:55.0 +0100
+++ /var/tmp/diff_new_pack.jStf6a/_new  2012-12-05 13:50:55.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   erlang
-Version:R15B02
+Version:R15B03
 Release:0
 Summary:General-purpose programming language and runtime environment
 License:ErlPL-1.1
@@ -36,6 +36,8 @@
 Patch0: otp-R15B02-rpath.patch
 # PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1: erlang-ppc.patch 
+# PATCH-FIX-UPSTREAM -- See 
http://erlang.org/pipermail/erlang-bugs/2012-November/003214.html
+Patch2: otp-R15B03-fix_ssl_accept_timeout.patch
 BuildRequires:  gcc-c++
 BuildRequires:  ncurses-devel
 BuildRequires:  openssh
@@ -187,6 +189,7 @@
 %setup -q -n otp_src_%{version}
 %patch0 -p1 -b .rpath
 %patch1 -p1
+%patch2 -p1
 
 chmod -R u+w .
 # enable dynamic linking for ssl

++ otp-R15B03-fix_ssl_accept_timeout.patch ++
index 87cf49d..102dd4a 100644
--- a/lib/ssl/src/ssl_connection.erl
+++ b/lib/ssl/src/ssl_connection.erl
@@ -1001,6 +1001,10 @@ handle_info({cancel_start_or_recv, RecvFrom}, connection 
= StateName, #state{sta
 gen_fsm:reply(RecvFrom, {error, timeout}),
 {next_state, StateName, State#state{start_or_recv_from = undefined}, 
get_timeout(State)};
 
+handle_info({cancel_start_or_recv, RecvFrom}, StateName, State) when 
connection =/= StateName-
+gen_fsm:reply(RecvFrom, {error, timeout}),
+{next_state, StateName, State#state{start_or_recv_from = undefined}, 
get_timeout(State)};
+
 handle_info({cancel_start_or_recv, _RecvFrom}, StateName, State) -
 {next_state, StateName, State, get_timeout(State)};
 
++ otp_doc_html_R15B02.tar.gz - otp_doc_html_R15B03.tar.gz ++
/work/SRC/openSUSE:Factory/erlang/otp_doc_html_R15B02.tar.gz 
/work/SRC/openSUSE:Factory/.erlang.new/otp_doc_html_R15B03.tar.gz differ: char 
5, line 1

++ otp_doc_man_R15B02.tar.gz - otp_doc_man_R15B03.tar.gz ++
 3236 lines of diff (skipped)

++ otp_src_R15B02.tar.gz - otp_src_R15B03.tar.gz ++
/work/SRC/openSUSE:Factory/erlang/otp_src_R15B02.tar.gz 
/work/SRC/openSUSE:Factory/.erlang.new/otp_src_R15B03.tar.gz differ: char 5, 
line 1

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



commit fail2ban for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package fail2ban for openSUSE:Factory 
checked in at 2012-12-05 13:50:58

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


Package is fail2ban, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/fail2ban/fail2ban.changes2012-10-04 
19:38:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.fail2ban.new/fail2ban.changes   2012-12-05 
13:50:59.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec  3 16:06:56 UTC 2012 - jweberho...@weberhofer.at
+
+- Fixed initscript as discussed in bnc#790557
+
+---



Other differences:
--
++ fail2ban.init ++
--- /var/tmp/diff_new_pack.Tcir34/_old  2012-12-05 13:51:00.0 +0100
+++ /var/tmp/diff_new_pack.Tcir34/_new  2012-12-05 13:51:00.0 +0100
@@ -8,6 +8,7 @@
 # Should-Stop:   $time $network iptables
 # Default-Start: 3 5
 # Default-Stop:  0 1 2 6
+# Pidfile:   /var/run/fail2ban/fail2ban.pid
 # Short-Description: Bans IPs with too many authentication failures
 # Description:   Start fail2ban to scan logfiles and ban IP addresses
 #  which make too many logfiles failures, and/or sent e-mails about
@@ -48,7 +49,7 @@
rm $FAIL2BAN_SOCKET
fi
fi
-   /sbin/startproc $FAIL2BAN_CLI -q $FAIL2BAN_OPTIONS start /dev/null 
21
+   $FAIL2BAN_CLI -x -q $FAIL2BAN_OPTIONS start /dev/null 21
 
rc_status -v
;;
@@ -110,3 +111,4 @@
;;
 esac
 rc_exit
+

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



commit file-roller for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package file-roller for openSUSE:Factory 
checked in at 2012-12-05 13:51:14

Comparing /work/SRC/openSUSE:Factory/file-roller (Old)
 and  /work/SRC/openSUSE:Factory/.file-roller.new (New)


Package is file-roller, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/file-roller/file-roller.changes  2012-11-21 
15:20:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.file-roller.new/file-roller.changes 
2012-12-05 13:51:23.0 +0100
@@ -1,0 +2,20 @@
+Wed Nov 28 20:17:14 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.3:
+  + Crash when pasting a deleted file. (bgo#688627)
+  + Fixed the 'next' button still activated when it should not.
+(bgo#688648)
+  + zip archives: file-roller doesn't delete directories.
+(bgo#632339)
+  + The properties panel shows an incorrect number of files.
+(bgo#688634)
+  + Match Nautilus behavior for back and forward buttons.
+(bgo#578837)
+  + Fixed crash when using the --extract-to option. (bgo#686321)
+  + Fixed cut  paste for rar/arj/lhz archives when cutting all the
+files in the archive.
+  + Fixed file deletion for encrypted rar archives.
+  + Fixed renaming for files starting with '--'.
+  + Updated translations.
+
+---

Old:

  file-roller-3.6.2.tar.xz

New:

  file-roller-3.6.3.tar.xz



Other differences:
--
++ file-roller.spec ++
--- /var/tmp/diff_new_pack.HE3HPS/_old  2012-12-05 13:51:24.0 +0100
+++ /var/tmp/diff_new_pack.HE3HPS/_new  2012-12-05 13:51:24.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   file-roller
-Version:3.6.2
+Version:3.6.3
 Release:0
 Summary:An Archive Manager for GNOME
 License:GPL-2.0+

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



commit fontconfig for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package fontconfig for openSUSE:Factory 
checked in at 2012-12-05 13:51:35

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


Package is fontconfig, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/fontconfig/fontconfig.changes2012-10-03 
07:13:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.fontconfig.new/fontconfig.changes   
2012-12-05 13:51:37.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov 27 09:17:26 UTC 2012 - pgaj...@suse.com
+
+- updated to 2.10.2:
+  + Fix syntax errors in fonts.dtd.
+  + Bug 57114 - regression on FcFontMatch with namelang
+  + Update CaseFolding.txt to Unicode 6.2
+  + Bug 57286 - Remove UnBatang and Baekmuk Batang from monospace in 
65-nonlatin.conf
+  + Fix N'ko orthography
+  + Install config files first
+
+---

Old:

  fontconfig-2.10.0.tar.bz2
  fontconfig-doc-2.10.0.tar.bz2

New:

  fontconfig-2.10.2.tar.bz2
  fontconfig-doc-2.10.2.tar.bz2



Other differences:
--
++ fontconfig.spec ++
--- /var/tmp/diff_new_pack.HmQoc0/_old  2012-12-05 13:51:38.0 +0100
+++ /var/tmp/diff_new_pack.HmQoc0/_new  2012-12-05 13:51:38.0 +0100
@@ -30,7 +30,6 @@
 BuildRequires:  docbook_3
 BuildRequires:  docbook_4
 BuildRequires:  iso_ent
-BuildRequires:  jadetex
 BuildRequires:  libpng
 BuildRequires:  libxml2
 BuildRequires:  libxml2-devel
@@ -39,6 +38,8 @@
 BuildRequires:  opensp
 BuildRequires:  perl-SGMLS
 BuildRequires:  sgml-skel
+BuildRequires:  texlive-dvips
+BuildRequires:  texlive-jadetex
 %endif
 Provides:   XFree86:%{_sysconfdir}/fonts/fonts.dtd
 Url:http://fontconfig.org/
@@ -47,7 +48,7 @@
 Obsoletes:  fontconfig-64bit
 %endif
 Requires:   bash
-Version:2.10.0
+Version:2.10.2
 Release:0
 Summary:Library for Font Configuration
 License:MIT
@@ -55,7 +56,9 @@
 Source0:http://fontconfig.org/release/%name-%version.tar.bz2
 # After building with build_docs defined to 1 generate the doc tarball 
with:
 # tar jcf fontconfig-doc.tar.bz2 fc-*/*.[0-9] doc/*.[0-9] doc/*.html 
doc/*/*.html doc/*.txt 
+%if %{build_docs}  1
 Source1:%name-doc-%version.tar.bz2
+%endif
 Source2:iso639-1
 Source3:iso639-2
 Source4:baselibs.conf






++ cloexec.patch ++
--- /var/tmp/diff_new_pack.HmQoc0/_old  2012-12-05 13:51:38.0 +0100
+++ /var/tmp/diff_new_pack.HmQoc0/_new  2012-12-05 13:51:38.0 +0100
@@ -2,9 +2,9 @@
 ===
 --- configure.ac.orig
 +++ configure.ac
-@@ -58,7 +58,9 @@ dnl 
- 
+@@ -59,7 +59,9 @@ dnl 
  AC_CONFIG_HEADERS(config.h)
+ AC_CONFIG_MACRO_DIR([m4])
  
 -AC_PROG_CC
 +AC_PROG_CC_STDC
@@ -13,15 +13,15 @@
  AC_PROG_INSTALL
  AC_PROG_LN_S
  AC_LIBTOOL_WIN32_DLL
-@@ -135,7 +137,7 @@ AC_TYPE_PID_T
+@@ -136,7 +138,7 @@ AC_TYPE_PID_T
  # Checks for library functions.
  AC_FUNC_VPRINTF
  AC_FUNC_MMAP
--AC_CHECK_FUNCS([geteuid getuid link memmove memset mkstemp strchr strrchr 
strtol getopt getopt_long sysconf ftruncate chsize rand random lrand48 random_r 
rand_r regcomp regerror regexec regfree posix_fadvise fstatvfs fstatfs])
-+AC_CHECK_FUNCS([geteuid getuid link memmove memset mkstemp mkostemp strchr 
strrchr strtol getopt getopt_long sysconf ftruncate chsize rand random lrand48 
random_r rand_r regcomp regerror regexec regfree posix_fadvise fstatvfs 
fstatfs])
+-AC_CHECK_FUNCS([geteuid getuid link memmove memset mkstemp strchr strrchr 
strtol getopt getopt_long sysconf ftruncate chsize rand random lrand48 random_r 
rand_r regcomp regerror regexec regfree fstatvfs fstatfs])
++AC_CHECK_FUNCS([geteuid getuid link memmove memset mkstemp mkostemp strchr 
strrchr strtol getopt getopt_long sysconf ftruncate chsize rand random lrand48 
random_r rand_r regcomp regerror regexec regfree fstatvfs fstatfs])
  
- #
- if test x$ac_cv_func_fstatvfs = xyes; then
+ dnl AC_CHECK_FUNCS doesn't check for header files.
+ dnl posix_fadvise() may be not available in older libc.
 Index: src/fcatomic.c
 ===
 --- src/fcatomic.c.orig

++ fontconfig-2.10.0.tar.bz2 - fontconfig-2.10.2.tar.bz2 ++
 66386 lines of diff (skipped)

++ fontconfig-doc-2.10.0.tar.bz2 - fontconfig-doc-2.10.2.tar.bz2 ++
 7291 lines of diff (skipped)



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



commit gdlmm for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package gdlmm for openSUSE:Factory checked 
in at 2012-12-05 13:51:48

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


Package is gdlmm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gdlmm/gdlmm.changes  2012-10-04 
18:39:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.gdlmm.new/gdlmm.changes 2012-12-05 
13:51:49.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 26 20:44:59 UTC 2012 - dims...@opensuse.org
+
+- Add gdlmm-gdl-3_6.patch: Fix build with gdl 3.6.0.
+
+---

New:

  gdlmm-gdl-3_6.patch



Other differences:
--
++ gdlmm.spec ++
--- /var/tmp/diff_new_pack.r7q8lT/_old  2012-12-05 13:51:49.0 +0100
+++ /var/tmp/diff_new_pack.r7q8lT/_new  2012-12-05 13:51:49.0 +0100
@@ -26,6 +26,8 @@
 Source0:
http://download.gnome.org/sources/gdlmm/3.3/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gdlmm-gdl-3_4.patch dims...@opensuse.org -- Fix build 
with gdl 3.4.0. Taken from git.
 Patch0: gdlmm-gdl-3_4.patch
+# PATCH-FIX-UPSTREAM gdlmm-gdl-3_6.patch bgo#688095 bgo#688141 
dims...@opensuse.org -- Fix build with gdl 3.6.0
+Patch1: gdlmm-gdl-3_6.patch
 # Needed for patch0
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
@@ -60,6 +62,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 # --enable-maintainer-mode and --enable-documentation are needed fro patch0.


++ gdlmm-gdl-3_6.patch ++
From 109d5057309be10a7d7b481082348e8054e060a1 Mon Sep 17 00:00:00 2001
From: Alban Browaeys pra...@yahoo.com
Date: Mon, 12 Nov 2012 06:38:39 +0100
Subject: [PATCH] Upgrade to gdl 3.6.

---
 gdl/src/dockbar.ccg |  2 +-
 gdl/src/dockitem.ccg|  8 ++--
 gdl/src/docklayout.ccg  |  2 +-
 gdl/src/dockobject.ccg  |  5 -
 gdl/src/dockobject.hg   |  3 ++-
 gdl/src/gdl_enum.defs   | 11 ---
 gdl/src/gdl_method.defs | 24 
 7 files changed, 18 insertions(+), 37 deletions(-)

diff --git a/gdl/src/dockbar.ccg b/gdl/src/dockbar.ccg
index 2b41af2..a11018c 100644
--- a/gdl/src/dockbar.ccg
+++ b/gdl/src/dockbar.ccg
@@ -23,7 +23,7 @@ namespace Gdl
 
 DockBar::DockBar(Dock dock)
 :
-  _CONSTRUCT(master, GDL_DOCK_OBJECT_GET_MASTER(dock.gobj()))
+  _CONSTRUCT(master, 
gdl_dock_object_get_master(GDL_DOCK_OBJECT(dock.gobj(
 {
 
 }
diff --git a/gdl/src/dockitem.ccg b/gdl/src/dockitem.ccg
index 8ad987e..b671522 100644
--- a/gdl/src/dockitem.ccg
+++ b/gdl/src/dockitem.ccg
@@ -26,9 +26,7 @@ DockItem::DockItem(const Glib::ustring name, const 
Glib::ustring long_name, Do
   _CONSTRUCT(name, name.c_str(), long-name, long_name.c_str(), behavior, 
static_castGdlDockItemBehavior(behavior))
 {
   GdlDockItem* item = this-gobj();
-  int flags = GDL_DOCK_OBJECT(item)-flags;
-  flags = ~GDL_DOCK_AUTOMATIC;
-  GDL_DOCK_OBJECT(item)-flags = static_castGdlDockObjectFlags(flags);
+  gdl_dock_object_set_manual(GDL_DOCK_OBJECT(item));
   gdl_dock_item_set_tablabel(item, gtk_label_new(long_name.c_str()));
 }
 
@@ -37,9 +35,7 @@ DockItem::DockItem(const Glib::ustring name, const 
Glib::ustring long_name, co
   _CONSTRUCT(name, name.c_str(), long-name, long_name.c_str(), stock-id, 
stock_id.get_c_str(), behavior, static_castGdlDockItemBehavior(behavior))
 {
   GdlDockItem* item = this-gobj();
-  int flags = GDL_DOCK_OBJECT(item)-flags;
-  flags = ~GDL_DOCK_AUTOMATIC;
-  GDL_DOCK_OBJECT(item)-flags = static_castGdlDockObjectFlags(flags);
+  gdl_dock_object_set_manual(GDL_DOCK_OBJECT(item));
   gdl_dock_item_set_tablabel(item, gtk_label_new(long_name.c_str()));
 }
 
diff --git a/gdl/src/docklayout.ccg b/gdl/src/docklayout.ccg
index 6938833..69b4c95 100644
--- a/gdl/src/docklayout.ccg
+++ b/gdl/src/docklayout.ccg
@@ -21,7 +21,7 @@ namespace Gdl
 
 DockLayout::DockLayout(Dock dock)
 :
-  _CONSTRUCT(master, GDL_DOCK_OBJECT_GET_MASTER(dock.gobj()))
+  _CONSTRUCT(master, 
gdl_dock_object_get_master(GDL_DOCK_OBJECT(dock.gobj(
 {
 
 }
diff --git a/gdl/src/dockobject.ccg b/gdl/src/dockobject.ccg
index 118a494..48e0003 100644
--- a/gdl/src/dockobject.ccg
+++ b/gdl/src/dockobject.ccg
@@ -44,9 +44,4 @@ bool DockObject::reorder(DockObject child, const 
Glib::ValueBase other_data, D
   return gdl_dock_object_reorder(gobj(), child.gobj(), 
static_castGdlDockPlacement(new_position), 
const_castGValue*(other_data.gobj()));
 }
 
-Glib::RefPtrDockMaster DockObject::get_master()
-{
-   return Glib::wrap(GDL_DOCK_OBJECT_GET_MASTER(gobj()), true);
-}
-
 } // namespace Gdl
diff --git a/gdl/src/dockobject.hg b/gdl/src/dockobject.hg
index d3524ff..017b482 100644
--- a/gdl/src/dockobject.hg
+++ b/gdl/src/dockobject.hg
@@ -30,7 +30,6 @@ 

commit gf2x for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package gf2x for openSUSE:Factory checked in 
at 2012-12-05 13:52:04

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


Package is gf2x, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.gf2x.new/gf2x.changes   2012-12-05 
13:52:06.0 +0100
@@ -0,0 +1,10 @@
+---
+Thu Nov 29 18:25:23 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 1.1
+* trap bad arguments to gf2x_tfft_init
+
+---
+Thu Sep 15 14:00:05 UTC 2011 - jeng...@medozas.de
+
+- Initial package (version 1.0) for build.opensuse.org

New:

  gf2x-1.1.tar.gz
  gf2x.changes
  gf2x.spec



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

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



Name:   gf2x
%define lname   libgf2x1
Version:1.1
Release:0
Group:  Productivity/Scientific/Math
Summary:Library for multiplication over the GF(2) field
License:GPL-2.0+
URL:https://gforge.inria.fr/projects/gf2x/

Source: 
https://gforge.inria.fr/frs/download.php/30873/%name-%version.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
gf2x is a library for fast multiplication of polynomials over the
GF(2) binary field.

%package -n %lname
Summary:Library for multiplication over the GF(2) field
Group:  System/Libraries

%description -n %lname
gf2x is a library for fast multiplication of polynomials over the
GF(2) binary field.

%package devel
Summary:Development files for libgf2x
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
gf2x is a library for fast multiplication of polynomials over the
GF(2) binary field.

This package contains the headers for the gf2x library.
 
%prep
%setup -q

%build
# PCLMUL may not be available on all machines
%configure --disable-static --disable-pclmul
make %{?_smp_mflags};

%check
make check %{?_smp_mflags};

%install
b=%buildroot;
make install DESTDIR=$b;
rm -f $b/%_libdir/*.la;

%post -n %lname -p /sbin/ldconfig

%postun -n %lname -p /sbin/ldconfig

%files -n %lname
%defattr(-,root,root)
%_libdir/*gf2x.so.*

%files devel
%defattr(-,root,root)
%_includedir/gf2x*
%_libdir/*gf2x.so

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



commit glib2 for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2012-12-05 13:52:15

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


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

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2012-11-20 
10:19:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2012-12-05 
13:52:18.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 27 08:49:31 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.34.3:
+  + Reverted the patch for bgo#686786, which broke the build on
+OS X and Windows.
+  + Bugs fixed: bgo#673047, bgo#681685, bgo#688093, bgo#688180,
+bgo#688319, bgo#688338, bgo#688370, bgo#688377, bgo#66.
+  + Updated translations.
+
+---

Old:

  glib-2.34.2.tar.xz

New:

  glib-2.34.3.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.8qtHBA/_old  2012-12-05 13:52:20.0 +0100
+++ /var/tmp/diff_new_pack.8qtHBA/_new  2012-12-05 13:52:20.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.34.2
+Version:2.34.3
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library

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



commit gnome-bluetooth for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-bluetooth for openSUSE:Factory 
checked in at 2012-12-05 13:52:43

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


Package is gnome-bluetooth, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gnome-bluetooth/gnome-bluetooth.changes  
2012-11-20 13:03:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-bluetooth.new/gnome-bluetooth.changes 
2012-12-05 13:52:45.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 27 18:56:28 UTC 2012 - dims...@opensuse.org
+
+- Move udev rules.d files to the right location:
+  + Add pkgconfig(udev) BuildRequires.
+  + Define _udevdir based on udevdir variable in udev.pc
+  + Fix install section to make use of _udevdir.
+
+---



Other differences:
--
++ gnome-bluetooth.spec ++
--- /var/tmp/diff_new_pack.Z88wKr/_old  2012-12-05 13:52:46.0 +0100
+++ /var/tmp/diff_new_pack.Z88wKr/_new  2012-12-05 13:52:46.0 +0100
@@ -36,6 +36,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0) = 2.90.7
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(nautilus-sendto)
+BuildRequires:  pkgconfig(udev)
 %if 0%{?BUILD_FROM_VCS}
 BuildRequires:  gnome-common
 BuildRequires:  gtk-doc
@@ -51,6 +52,7 @@
 Obsoletes:  bluez-gnome  1.8
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
+%define _udevdir %(pkg-config --variable udevdir udev)
 
 %description
 The gnome-bluetooth package contains graphical utilities to setup,
@@ -138,7 +140,7 @@
 %suse_update_desktop_file bluetooth-wizard
 %find_lang %{name}2 %{?no_lang_C}
 %find_lang %{name} %{?no_lang_C} %{name}2.lang
-install -m0644 -D %{SOURCE1} 
%{buildroot}/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
+install -m0644 -D %{SOURCE1} 
%{buildroot}%{_udevdir}/rules.d/61-gnome-bluetooth-rfkill.rules
 %fdupes %{buildroot}
 
 %clean
@@ -168,9 +170,7 @@
 %defattr(-, root, root)
 %doc AUTHORS COPYING NEWS README
 %doc %{_datadir}/help/C/%{name}/
-%dir /lib/udev
-%dir /lib/udev/rules.d
-/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
+%{_udevdir}/rules.d/61-gnome-bluetooth-rfkill.rules
 %{_bindir}/bluetooth-*
 %{_sysconfdir}/xdg/autostart/bluetooth-applet.desktop
 %{_datadir}/applications/bluetooth-sendto.desktop


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



commit gtkhtml for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package gtkhtml for openSUSE:Factory checked 
in at 2012-12-05 13:53:04

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gtkhtml/gtkhtml.changes  2012-10-04 
18:40:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtkhtml.new/gtkhtml.changes 2012-12-05 
13:53:06.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 12 12:46:25 UTC 2012 - dims...@opensuse.org
+
+- Update to version 4.6.1:
+  + Updated translations.
+
+---

Old:

  gtkhtml-4.6.0.tar.xz

New:

  gtkhtml-4.6.1.tar.xz



Other differences:
--
++ gtkhtml.spec ++
--- /var/tmp/diff_new_pack.AujQzZ/_old  2012-12-05 13:53:07.0 +0100
+++ /var/tmp/diff_new_pack.AujQzZ/_new  2012-12-05 13:53:07.0 +0100
@@ -24,10 +24,10 @@
 %define _gtkhtml_editor_major 0
 
 Name:   gtkhtml
-Version:4.6.0
+Version:4.6.1
 Release:0
 Summary:Lightweight HTML rendering/printing/editing engine
-License:GPL-2.0+ ; LGPL-2.1+
+License:GPL-2.0+ and LGPL-2.1+
 Group:  System/Libraries
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gtkhtml/4.6/%{name}-%{version}.tar.xz

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



commit gtkpod for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package gtkpod for openSUSE:Factory checked 
in at 2012-12-05 13:53:12

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


Package is gtkpod, Maintainer is hvo...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gtkpod/gtkpod.changes2012-10-16 
07:05:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtkpod.new/gtkpod.changes   2012-12-05 
13:53:17.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 26 18:39:40 UTC 2012 - dims...@opensuse.org
+
+- Add gtkpod-gdl362.patch: Fix build with gdl 3.6.2.
+
+---

New:

  gtkpod-gdl362.patch



Other differences:
--
++ gtkpod.spec ++
--- /var/tmp/diff_new_pack.ImcBX7/_old  2012-12-05 13:53:18.0 +0100
+++ /var/tmp/diff_new_pack.ImcBX7/_new  2012-12-05 13:53:18.0 +0100
@@ -30,6 +30,8 @@
 Patch1: gtkpod-buffer-overflow.patch
 # PATCH-FIX-UPSTREAM gtkpod-anjuta36.patch dims...@opensuse.org -- Adapt to 
Anjuta 3.6 API change. Sent by email to gtkpod-devel.
 Patch2: gtkpod-anjuta36.patch
+# PATCH-FIX-UPSTREAM gtkpod-gdl362.patch dims...@opensuse.org -- Adapt to gdl 
3.6.2 API change. http://gtkpod.org/bugs/index.php?do=detailstask_id=123
+Patch3: gtkpod-gdl362.patch
 BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  gcc-c++
@@ -107,6 +109,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 # Call to autogen.sh needed for patch1.

++ gtkpod-gdl362.patch ++
Index: gtkpod-2.1.2/src/anjuta-action-callbacks.c
===
--- gtkpod-2.1.2.orig/src/anjuta-action-callbacks.c
+++ gtkpod-2.1.2/src/anjuta-action-callbacks.c
@@ -65,7 +65,7 @@ void
 on_layout_lock_toggle (GtkAction *action, AnjutaApp *app)
 {
if (app-layout_manager)
-   g_object_set (app-layout_manager-master, locked,
+   g_object_set (gdl_dock_layout_get_master (app-layout_manager), 
locked,
  gtk_toggle_action_get_active 
(GTK_TOGGLE_ACTION (action)),
  NULL);
 }
Index: gtkpod-2.1.2/src/anjuta-app.c
===
--- gtkpod-2.1.2.orig/src/anjuta-app.c
+++ gtkpod-2.1.2/src/anjuta-app.c
@@ -252,7 +252,7 @@ static void on_gdl_style_changed(GSettin
 else if (g_strcmp0(pr_style, Tabs) == 0)
 style = GDL_SWITCHER_STYLE_TABS;
 
-g_object_set(G_OBJECT(app-layout_manager-master), switcher-style, 
style, NULL);
+g_object_set(G_OBJECT(gdl_dock_layout_get_master (app-layout_manager)), 
switcher-style, style, NULL);
 g_free(pr_style);
 }
 
@@ -478,14 +478,14 @@ static void anjuta_app_instance_init(Anj
 gtk_widget_show(app-dock);
 gtk_box_pack_end(GTK_BOX (hbox), app-dock, TRUE, TRUE, 0);
 
-dockbar = gdl_dock_bar_new(GDL_DOCK(app-dock));
+dockbar = gdl_dock_bar_new(G_OBJECT(app-dock));
 gtk_widget_show(dockbar);
 gtk_box_pack_start(GTK_BOX (hbox), dockbar, FALSE, FALSE, 0);
 
-app-layout_manager = gdl_dock_layout_new(GDL_DOCK (app-dock));
+app-layout_manager = gdl_dock_layout_new(G_OBJECT (app-dock));
 g_signal_connect (app-layout_manager, notify::dirty,
 G_CALLBACK (on_layout_dirty_notify), app);
-g_signal_connect (app-layout_manager-master, notify::locked,
+g_signal_connect (gdl_dock_layout_get_master (app-layout_manager), 
notify::locked,
 G_CALLBACK (on_layout_locked_notify), app);
 
 /* UI engine */
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtranslator for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package gtranslator for openSUSE:Factory 
checked in at 2012-12-05 13:53:20

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


Package is gtranslator, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gtranslator/gtranslator.changes  2012-06-25 
12:30:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtranslator.new/gtranslator.changes 
2012-12-05 13:53:21.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 26 20:23:38 UTC 2012 - dims...@opensuse.org
+
+- Add gtranslator-gdl362.patch: Fix build with gdl 3.6.2.
+
+---

New:

  gtranslator-gdl362.patch



Other differences:
--
++ gtranslator.spec ++
--- /var/tmp/diff_new_pack.NN0Cqz/_old  2012-12-05 13:53:21.0 +0100
+++ /var/tmp/diff_new_pack.NN0Cqz/_new  2012-12-05 13:53:21.0 +0100
@@ -24,6 +24,8 @@
 Group:  Development/Tools/Other
 Url:http://gtranslator.sourceforge.net
 Source: 
http://download.gnome.org/sources/gtranslator/2.91/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gtranslator-gdl362.patch dims...@opensuse.org -- fix 
build with gdl 3.6.2, taken from git.
+Patch0: gtranslator-gdl362.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
@@ -66,6 +68,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build


++ gtranslator-gdl362.patch ++
diff --git a/data/layout.xml b/data/layout.xml
index 85f7f64..117f471 100644
--- a/data/layout.xml
+++ b/data/layout.xml
@@ -3,30 +3,20 @@
 dock-layout
   layout name=__default__
 dock name=__dock_1 floating=no width=-1 height=-1 floatx=0 
floaty=0
-  paned orientation=horizontal locked=no position=1164
-paned orientation=horizontal locked=no position=244
-  notebook orientation=vertical locked=no page=0
-item name=GtrOpenTranPlugin orientation=vertical locked=no/
-item name=GtrCharmapPanel orientation=vertical locked=no/
-placeholder name=ph_left next-placement=center/
+  paned orientation=horizontal locked=no iconified=no closed=no 
position=1164
+paned orientation=vertical locked=no iconified=no closed=no 
position=416
+  notebook orientation=vertical locked=no iconified=no 
closed=no page=0
+item name=GtrMessageTable orientation=vertical locked=no  
iconified=no closed=no/
+  /notebook
+  notebook orientation=vertical locked=no iconified=no 
closed=no page=0
+item name=GtrTranslationFields orientation=vertical 
locked=no iconified=no closed=no/
   /notebook
-  paned orientation=vertical locked=no position=416
-notebook orientation=vertical locked=no page=0
-  item name=GtrMessageTable orientation=vertical locked=no/
-  placeholder name=ph_top next-placement=center/
-/notebook
-notebook orientation=vertical locked=no page=0
-  item name=GtrTranslationFields orientation=vertical 
locked=no/
-  placeholder name=ph_center next-placement=bottom/
-/notebook
-  /paned
 /paned
-paned orientation=vertical locked=no position=387
-  item name=GtrTranslationMemoryUI orientation=vertical 
locked=no/
-  notebook orientation=vertical locked=no page=0
-item name=GtrContextPanel orientation=vertical locked=no/
-item name=GtrAlternateLangPluginPanel orientation=vertical 
locked=no/
-placeholder name=ph_right next-placement=center/
+paned orientation=vertical locked=no iconified=no closed=no 
position=387
+  item name=GtrTranslationMemoryUI orientation=vertical 
locked=no iconified=no closed=no/
+  notebook orientation=vertical locked=no iconified=no 
closed=no page=0
+item name=GtrContextPanel orientation=vertical locked=no 
iconified=no closed=no/
+item name=GtrAlternateLangPluginPanel orientation=vertical 
locked=no iconified=no closed=no/
   /notebook
 /paned
   /paned
diff --git a/src/gtr-tab.c b/src/gtr-tab.c
index 75fbd35..2ebf60b 100644
--- a/src/gtr-tab.c
+++ b/src/gtr-tab.c
@@ -727,19 +727,14 @@ gtr_tab_init (GtrTab * tab)
   gtk_widget_show (priv-dock);
   gtk_box_pack_end (GTK_BOX (hbox), priv-dock, TRUE, TRUE, 0);
 
-  dockbar = gdl_dock_bar_new (GDL_DOCK (priv-dock));
+  dockbar = gdl_dock_bar_new (G_OBJECT (priv-dock));
   gtk_widget_show (dockbar);
   gtk_box_pack_start (GTK_BOX (hbox), dockbar, FALSE, FALSE, 0);
 
-  priv-layout_manager = gdl_dock_layout_new (GDL_DOCK 

commit opera for openSUSE:12.1:Update

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package opera for openSUSE:12.1:Update 
checked in at 2012-12-05 13:55:43

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


Package is opera, Maintainer is orpha...@suse.de

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.YnY18B/_old  2012-12-05 13:55:45.0 +0100
+++ /var/tmp/diff_new_pack.YnY18B/_new  2012-12-05 13:55:45.0 +0100
@@ -1 +1 @@
-link package='opera.1063' cicount='copy' /
+link package='opera.1117' cicount='copy' /

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



commit opera.1117 for openSUSE:12.2:Update

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package opera.1117 for openSUSE:12.2:Update 
checked in at 2012-12-05 13:55:46

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


Package is opera.1117, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:12.2:Update/.opera.1117.new/opera.changes
2012-12-05 13:55:46.0 +0100
@@ -0,0 +1,971 @@
+---
+Wed Nov 21 14:57:20 UTC 2012 - lijewski.ste...@gmail.com
+
+- recommended security update to 12.11 
+  * full changelog available at:
+http://www.opera.com/docs/changelogs/unix/1211
+- fixes [bnc#790500]
+
+---
+Fri Nov 16 09:21:13 UTC 2012 - dli...@suse.com
+
+- Add the icon cache update to the spec file (bnc#783934) 
+
+---
+Wed Nov  7 06:43:29 UTC 2012 - lijewski.ste...@gmail.com
+
+- recommended security update to 12.10 
+  * full changelog available at:
+http://www.opera.com/docs/changelogs/unix/1210
+- fixes [bnc#788321]
+
+---
+Thu Aug 30 14:39:31 UTC 2012 - lijewski.ste...@zabka.pl
+
+- update to 12.02
+  *Fixed an issue where truncated dialogs may be used to trick users
+  * full changelog available at:
+http://www.opera.com/docs/changelogs/unix/1202/
+- fixes [bnc#778087]
+
+---
+Thu Aug  2 19:32:44 UTC 2012 - lijewski.ste...@zabka.pl
+
+- update to 12.01
+  * full changelog available at:
+http://www.opera.com/docs/changelogs/unix/1201/
+- fixes [bnc#774191]
+
+---
+Thu Jul 26 08:33:21 UTC 2012 - lijewski.ste...@zabka.pl
+
+- rename to README.openSUSE
+
+---
+Mon Jul 16 10:02:45 UTC 2012 - lijewski.ste...@zabka.pl
+
+- add README-opensuse note about operapref in file
+- mark operaprefs_fixed.ini as config
+
+---
+Wed Jul  4 18:28:25 UTC 2012 - lijewski.ste...@zabka.pl
+
+- fixes [bnc#769389]:
+added global prefs file disabling opera internal 
+update mechanism
+- use opera provided install script
+
+---
+Mon Jun 18 14:01:48 UTC 2012 - lijewski.ste...@zabka.pl
+
+- update to 12.00
+  * full changelog available at:
+http://www.opera.com/docs/changelogs/unix/1200/
+- fixes [bnc#767045]
+
+---
+Fri May 11 11:37:18 UTC 2012 - lijewski.ste...@zabka.pl
+
+- update to 11.64:
+  * full changelog available at:
+http://www.opera.com/docs/changelogs/unix/1164/
+- fixes [bnc#761633]
+
+---
+Thu Apr 26 06:01:34 UTC 2012 - lijewski.ste...@zabka.pl
+
+- update to 11.62:
+  * full changelog available at:
+http://www.opera.com/docs/changelogs/unix/1162/
+- fixes [bnc#754687], CVE-2012-1924,CVE-2012-1925,CVE-2012-1926,
+  CVE-2012-1927,CVE-2012-1928,CVE-2012-1929CVE-2012-1930,
+  CVE-2012-1931
+
+---
+Mon Mar  5 14:24:04 UTC 2012 - vdziewie...@suse.com
+
+- add Provides: browser(npapi) FATE#313084
+
+---
+Sun Feb  5 12:20:56 UTC 2012 - a...@suse.de
+
+-  Set license to SUSE-NonFree.
+
+---
+Fri Jan 27 12:25:48 UTC 2012 - lijewski.ste...@zabka.pl
+
+- updated to 11.61
+  * full changelog available at:
+http://www.opera.com/docs/changelogs/unix/1161/
+- fixes [bnc#743079]
+
+---
+Wed Dec  7 13:16:40 UTC 2011 - prus...@opensuse.org
+
+- updated to 11.60
+  * full changelog available at:
+http://www.opera.com/docs/changelogs/unix/1160/
+
+---
+Thu Oct 20 09:56:25 UTC 2011 - prus...@opensuse.org
+
+- updated to 11.52
+  * full changelog available at:
+http://www.opera.com/docs/changelogs/unix/1152/
+
+---
+Sat Sep  3 19:51:33 UTC 2011 - lijewski.ste...@gmail.com
+
+- updated to 11.51
+  * full changelog available at:
+http://www.opera.com/docs/changelogs/unix/1151/
+
+---
+Wed Jul  6 07:32:37 UTC 2011 - lijewski.ste...@gmail.com
+
+- updated to 11.50
+  * full changelog available at:
+

commit opera for openSUSE:12.2:Update

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package opera for openSUSE:12.2:Update 
checked in at 2012-12-05 13:55:50

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


Package is opera, Maintainer is orpha...@suse.de

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.UcMu1A/_old  2012-12-05 13:55:52.0 +0100
+++ /var/tmp/diff_new_pack.UcMu1A/_new  2012-12-05 13:55:52.0 +0100
@@ -1 +1 @@
-link package='opera.1077' cicount='copy' /
+link package='opera.1117' cicount='copy' /

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



commit libksba for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package libksba for openSUSE:Factory checked 
in at 2012-12-05 13:55:51

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


Package is libksba, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libksba/libksba.changes  2012-10-03 
07:58:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libksba.new/libksba.changes 2012-12-05 
13:55:52.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 27 14:57:15 UTC 2012 - meiss...@suse.com
+
+- Use URL for source
+
+---



Other differences:
--
++ libksba.spec ++
--- /var/tmp/diff_new_pack.sBDd4p/_old  2012-12-05 13:55:53.0 +0100
+++ /var/tmp/diff_new_pack.sBDd4p/_new  2012-12-05 13:55:53.0 +0100
@@ -24,7 +24,7 @@
 License:(LGPL-3.0+ or GPL-2.0+) and GPL-3.0+ and MIT
 Group:  Development/Libraries/C and C++
 Url:http://www.gnupg.org/aegypten/
-Source: libksba-%{version}.tar.bz2
+Source: ftp://ftp.gnupg.org/gcrypt/libksba//libksba-%{version}.tar.bz2
 BuildRequires:  libgpg-error-devel = 1.8
 BuildRequires:  libtool
 PreReq: %install_info_prereq

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



commit patchinfo.1117 for openSUSE:12.1:Update

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1117 for 
openSUSE:12.1:Update checked in at 2012-12-05 13:55:53

Comparing /work/SRC/openSUSE:12.1:Update/patchinfo.1117 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.patchinfo.1117.new (New)


Package is patchinfo.1117, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo incident=opera
  packagerlijews/packager
  issue tracker=bnc id=783934/issue
  issue tracker=bnc id=790500/issue
  categoryrecommended/category
  ratingimportant/rating
  summaryOpera -gt; security update to 12.11/summary
  descriptionOpera 12.11 is a recommended upgrade offering security and 
stability enhancements:
-fixed an issue where HTTP response heap buffer overflow could allow execution 
of arbitrary code; 
-fixed an issue where error pages could be used to guess local file paths; see 
our advisory
-fixed several issues related to SPDY
-gmail: Fixed an issue that could cause Gmail not to load
/description
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit patchinfo.1117 for openSUSE:12.2:Update

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1117 for 
openSUSE:12.2:Update checked in at 2012-12-05 13:55:56

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


Package is patchinfo.1117, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo incident=opera
  packagerlijews/packager
  issue tracker=bnc id=783934/issue
  issue tracker=bnc id=790500/issue
  categoryrecommended/category
  ratingimportant/rating
  summaryOpera -gt; security update to 12.11/summary
  descriptionOpera 12.11 is a recommended upgrade offering security and 
stability enhancements:
-fixed an issue where HTTP response heap buffer overflow could allow execution 
of arbitrary code; 
-fixed an issue where error pages could be used to guess local file paths; see 
our advisory
-fixed several issues related to SPDY
-gmail: Fixed an issue that could cause Gmail not to load
/description
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit faenza-icon-theme.1126 for openSUSE:12.2:Update

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package faenza-icon-theme.1126 for 
openSUSE:12.2:Update checked in at 2012-12-05 13:56:02

Comparing /work/SRC/openSUSE:12.2:Update/faenza-icon-theme.1126 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.faenza-icon-theme.1126.new (New)


Package is faenza-icon-theme.1126, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ 
/work/SRC/openSUSE:12.2:Update/.faenza-icon-theme.1126.new/faenza-icon-theme.changes
2012-12-05 13:56:04.0 +0100
@@ -0,0 +1,39 @@
+---
+Fri Nov 23 19:28:52 UTC 2012 - nmo.marq...@gmail.com
+
+- bnc#790767 - maintenance request to update this package so that
+  we have openSUSE icons and not Ubuntu icons.
+
+---
+Fri Sep 14 16:40:54 UTC 2012 - nmo.marq...@gmail.com
+
+- update faenza-install script; updated the spec file to use the
+  new syntax, cleaned up old stuff.
+
+---
+Fri Jan 13 13:25:33 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.2:
+  + New apps: Desura, Gajim, Google Music Frame, Mail notification
+  + New icons sizes: 64x64 and 96x96
+  + Fixes the specific folders icons replaced by the standard one
+  + Fixes some missing links
+- Add unzip BuildRequires since the upstream sources is a zip file.
+- On openSUSE = 11.3, add hicolor-icon-theme BuildRequires and use
+  %icon_theme_cache_* macros to get the icon theme caches built.
+- Add gnome-icon-theme Requires to main subpackage as the theme
+  inherits the GNOME icon theme.
+- Fix Requires of the various subpackages so that they depend on
+  the right Faenza variant they inherit from.
+- Improve summaries and descriptions.
+
+---
+Wed Oct 26 12:46:33 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1
+
+---
+Fri Oct  1 18:08:09 UTC 2010 - nmo.marq...@gmail.com
+
+- Initial packaging including: Faenza, Faenza-Dark and Faenza-Mint (Faenza in 
green). 
+

New:

  132681-Faenza-Mint.tar.gz
  faenza-icon-theme.changes
  faenza-icon-theme.spec
  faenza-install
  faenza_icons_by_tiheum-d2v6x24.zip



Other differences:
--
++ faenza-icon-theme.spec ++
# vim: set ts=4 sw=4 et:
#
# spec file for package faenza-icon-theme
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 PAscal Bleser
# Copyright (c) 2010 Nelson Marques
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


Name:   faenza-icon-theme
Version:1.2
Release:0
Summary:Faenza Icon Theme
License:GPL-3.0+
Group:  System/GUI/GNOME
Url:http://tiheum.deviantart.com/art/Faenza-Icons-173323228
## 
http://www.deviantart.com/download/173323228/faenza_icons_by_tiheum-d2v6x24.zip
Source: faenza_icons_by_tiheum-d2v6x24.zip
Source1:
http://gnome-look.org/CONTENT/content-files/132681-Faenza-Mint.tar.gz
# script to rebrand and install stuff...
Source2:faenza-install
BuildRequires:  fdupes
BuildRequires:  python
%if 0%{?suse_version}
# For all the icon themes macros
BuildRequires:  hicolor-icon-theme
%endif
BuildRequires:  unzip
# Inherits from GNOME icon theme
Requires:   gnome-icon-theme
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
This icon theme for GNOME provides monochromatic icons for panels,
toolbars and buttons and colourful squared icons for devices,
applications, folder, files and GNOME menu items.

%package ambiance
Summary:Faenza-Ambiance Icon Theme
Group:  System/GUI/GNOME
Requires:   %{name}-darkest = %{version}

%description ambiance
This icon theme for GNOME provides monochromatic icons for panels,
toolbars and buttons and colourful squared icons for devices,
applications, folder, files and GNOME menu items.

Faenza-Ambiance is suitable with dark panel and toolbars.

%package dark
Summary:Faenza-Dark Icon Theme
Group:   

commit libm4ri for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package libm4ri for openSUSE:Factory checked 
in at 2012-12-05 13:56:03

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


Package is libm4ri, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.libm4ri.new/libm4ri.changes 2012-12-05 
13:56:05.0 +0100
@@ -0,0 +1,23 @@
+---
+Thu Nov 29 18:46:40 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 0.0.20120613
+* support for reading and writing 1-bit PNG images
+* much improved performance for 4e≤8
+
+---
+Sun Feb 26 11:46:53 UTC 2012 - sco...@free.fr
+
+- fix build for SEL-11
+- add pkg-config to build requirements
+- remove unneeded xv requirement 
+
+---
+Sun Nov 20 07:59:52 UTC 2011 - werner...@gmx.de
+
+- new version 20111004
+
+---
+Tue Sep 27 22:11:12 UTC 2011 - jeng...@medozas.de
+
+- Initial package (version 0.0.20110715) for build.opensuse.org

New:

  libm4ri.changes
  libm4ri.spec
  m4ri-20120613.tar.gz



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

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

Name:   libm4ri
%define date20120613
%define lname   libm4ri-0_0_%date
Version:0.0.%date
Release:0
Group:  Productivity/Scientific/Math
Summary:Library for fast linear arithmetic over F_2
License:GPL-2.0+
URL:http://m4ri.sagemath.org/

#Hg-Clone:  https://bitbucket.org/malb/m4ri/
Source: m4ri-%date.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  pkgconfig
%if 0%{?sles_version}
BuildRequires:  libpng-devel
%else
BuildRequires:  pkgconfig(libpng)
%endif

%description
M4RI is a library for fast arithmetic with dense matrices over F_2.

%package -n %lname
Summary:Library for fast linear arithmetic over F_2
Group:  System/Libraries

%description -n %lname
M4RI is a library for fast arithmetic with dense matrices over F_2.

%package devel
Summary:Development files for F_2 arithmetic with libm4ri
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
M4RI is a library for fast arithmetic with dense matrices over F_2.

%prep
%setup -qn m4ri-%date

%build
#
# 1. Need to disable SSE (this will cause the absence of -msse rather than
# the inclusion of -mno-sse, thankfully) - we cannot be sure if CPU has it.
#
# 2. Since the x86_64 specifies SSE2 as inclusive, not having -mno-sse
# anywhere is just fine.
#
# 3. Set cache size manually, because otherwise it will pick whatever the
# build host had, which is dumb. 32K:128K matches AMD T-Bred, and is also
# fitting within Core i7. Let's hope that's ok.
#
%configure --disable-static --disable-sse --with-cachesize=32768:131072
make %{?_smp_mflags};

%install
b=%buildroot;
make install DESTDIR=$b;
rm -f $b/%_libdir/*.la;

%files -n %lname
%defattr(-,root,root)
%_libdir/libm4ri-%version.so

%files devel
%defattr(-,root,root)
%_libdir/libm4ri.so
%_libdir/pkgconfig/m4ri.pc
%_includedir/m4ri

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



commit faenza-icon-theme for openSUSE:12.2:Update

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package faenza-icon-theme for 
openSUSE:12.2:Update checked in at 2012-12-05 13:56:08

Comparing /work/SRC/openSUSE:12.2:Update/faenza-icon-theme (Old)
 and  /work/SRC/openSUSE:12.2:Update/.faenza-icon-theme.new (New)


Package is faenza-icon-theme, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit patchinfo.1126 for openSUSE:12.2:Update

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1126 for 
openSUSE:12.2:Update checked in at 2012-12-05 13:56:10

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


Package is patchinfo.1126, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagerketheriel/packager
  categoryrecommended/category
  ratinglow/rating
  summaryfaenza-icon-theme: Use correct openSUSE-icons/summary
  descriptionThis update fixes the following issue for faenza-icon-theme:
- bnc#790767: Use the correct openSUSE-icons instead of 
Ubuntu-icons/description
  issue tracker=bnc id=790767faenza-icon-theme has wrong branding on 
'distributor-logo' and 'start-here'/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libcgroup1.1128 for openSUSE:12.1:Update

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package libcgroup1.1128 for 
openSUSE:12.1:Update checked in at 2012-12-05 13:56:14

Comparing /work/SRC/openSUSE:12.1:Update/libcgroup1.1128 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.libcgroup1.1128.new (New)


Package is libcgroup1.1128, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:12.1:Update/.libcgroup1.1128.new/libcgroup1.changes  
2012-12-05 13:56:17.0 +0100
@@ -0,0 +1,134 @@
+---
+Thu Nov 22 16:59:57 CET 2012 - mho...@suse.de
+
+- initd_cgconfig-read-correctly-defaultcgroup.patch: fix defaultcgroup
+  detection (bnc#790934)
+
+---
+Wed Aug 31 10:36:24 CEST 2011 - jsl...@suse.de
+
+- don't use /var/lock/subsys/ (bnc#714631)
+
+---
+Fri Jun 24 21:40:52 CEST 2011 - jsl...@suse.de
+
+- kill _service
+
+---
+Wed May 11 14:42:40 CEST 2011 - p...@suse.de
+
+- Enhance the man pages.
+
+---
+Thu Mar  3 10:38:12 CET 2011 - jsl...@suse.de
+
+- update to 0.37.1
+  - get rid of the local patches
+  - fix buffer overflow (bnc#675506, CVE-2011-1006)
+  - verify the sender of netlink messages (bnc#675048, CVE-2011-1022)
+  - check length of netlink addresses (CVE-2011-1022)
+  - improve handling of out-of-memory.
+  - --sticky option works for setuid/setgid
+
+---
+Wed Jan 12 16:15:05 CET 2011 - jsl...@suse.de
+
+- sync cgconfig and cgred init.d scripts with upstream
+- man pages fixes
+
+---
+Tue Jan  4 11:45:34 CET 2011 - jsl...@suse.de
+
+- update cgconfig and cgred init.d scripts
+- fix segfault in cgconfigparser
+
+---
+Mon Dec 20 09:47:28 CEST 2010 - jsl...@suse.de
+
+- update to 0.37
+  - init scripts fixes
+  - add new tools (scripts need not to do much work)
+  - fixes in what tools and scripts return
+  - many memory leaks fixed
+  - other small fixes
+
+---
+Mon Jul  5 22:17:28 CEST 2010 - jsl...@suse.de
+
+- update to 0.36.2 final
+
+---
+Fri Jun 4 15:37:17 CEST 2010 - kay.siev...@novell.com
+
+- update to 0.36.2.rc
+  - install pkg-config file
+  - do not call exit() on error
+- drop all patches which are upstream now or no longer needed
+- install library in the rootfs, not in /usr
+- enable verbose build
+
+---
+Fri Feb  5 23:44:25 CET 2010 - jsl...@suse.de
+
+- really fail to start (forgotten %patch3)
+
+---
+Thu Feb  4 14:58:10 CET 2010 - jsl...@suse.de
+
+- fail to start when a parsing error occurs (bnc#576932)
+
+---
+Mon Feb  1 11:21:54 UTC 2010 - jeng...@medozas.de
+
+- package baselibs.conf
+
+---
+Tue Aug 18 13:39:28 CEST 2009 - jsl...@suse.de
+
+- update init scripts. cgred moved to /usr/sbin/
+
+---
+Wed Jun 24 19:37:22 CEST 2009 - sbra...@suse.cz
+
+- Supplement pam-32bit/pam-64bit in baselibs.conf (bnc#354164).
+
+---
+Mon May  4 14:51:53 CEST 2009 - jsl...@suse.de
+
+- update to 0.33
+- refresh patches and make them -p1
+- add pam module and manpages
+
+---
+Fri Jan  2 09:50:34 CET 2009 - jsl...@suse.de
+
+- Update to 0.32.2
+- Fix devel package group (to Development/Libraries)
+- Fix cgred init script
+- Update cgconfig init script to create a default cgroup (bnc#458611)
+
+---
+Thu Nov  6 00:41:19 CET 2008 - jsl...@suse.cz
+
+- Update to 0.32.1
+- Add init.d scripts configuration samples.
+
+---
+Mon Oct 20 16:52:55 CEST 2008 - sch...@suse.de
+
+- Fix invalid use of sigaction.
+
+---
+Wed Oct 15 15:08:31 CEST 2008 - ku...@suse.de
+
+- Fix typo
+
+---
+Tue Oct 14 23:34:53 CEST 2008 - ku...@suse.de
+
+- Fix name of devel package
+

commit libcgroup1 for openSUSE:12.1:Update

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package libcgroup1 for openSUSE:12.1:Update 
checked in at 2012-12-05 13:56:20

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


Package is libcgroup1, Maintainer is mho...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit libcgroup1.1128 for openSUSE:12.2:Update

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package libcgroup1.1128 for 
openSUSE:12.2:Update checked in at 2012-12-05 13:56:22

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


Package is libcgroup1.1128, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:12.2:Update/.libcgroup1.1128.new/libcgroup1.changes  
2012-12-05 13:56:25.0 +0100
@@ -0,0 +1,144 @@
+---
+Thu Nov 22 16:59:57 CET 2012 - mho...@suse.de
+
+- initd_cgconfig-read-correctly-defaultcgroup.patch: fix defaultcgroup
+  detection (bnc#790934)
+
+---
+Mon Feb 13 10:48:31 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Mon Oct 31 20:39:27 CET 2011 - jsl...@suse.de
+
+- fix rpmlint warnings
+
+---
+Wed Aug 31 10:36:24 CEST 2011 - jsl...@suse.de
+
+- don't use /var/lock/subsys/ (bnc#714631)
+
+---
+Fri Jun 24 21:40:52 CEST 2011 - jsl...@suse.de
+
+- kill _service
+
+---
+Wed May 11 14:42:40 CEST 2011 - p...@suse.de
+
+- Enhance the man pages.
+
+---
+Thu Mar  3 10:38:12 CET 2011 - jsl...@suse.de
+
+- update to 0.37.1
+  - get rid of the local patches
+  - fix buffer overflow (bnc#675506, CVE-2011-1006)
+  - verify the sender of netlink messages (bnc#675048, CVE-2011-1022)
+  - check length of netlink addresses (CVE-2011-1022)
+  - improve handling of out-of-memory.
+  - --sticky option works for setuid/setgid
+
+---
+Wed Jan 12 16:15:05 CET 2011 - jsl...@suse.de
+
+- sync cgconfig and cgred init.d scripts with upstream
+- man pages fixes
+
+---
+Tue Jan  4 11:45:34 CET 2011 - jsl...@suse.de
+
+- update cgconfig and cgred init.d scripts
+- fix segfault in cgconfigparser
+
+---
+Mon Dec 20 09:47:28 CEST 2010 - jsl...@suse.de
+
+- update to 0.37
+  - init scripts fixes
+  - add new tools (scripts need not to do much work)
+  - fixes in what tools and scripts return
+  - many memory leaks fixed
+  - other small fixes
+
+---
+Mon Jul  5 22:17:28 CEST 2010 - jsl...@suse.de
+
+- update to 0.36.2 final
+
+---
+Fri Jun 4 15:37:17 CEST 2010 - kay.siev...@novell.com
+
+- update to 0.36.2.rc
+  - install pkg-config file
+  - do not call exit() on error
+- drop all patches which are upstream now or no longer needed
+- install library in the rootfs, not in /usr
+- enable verbose build
+
+---
+Fri Feb  5 23:44:25 CET 2010 - jsl...@suse.de
+
+- really fail to start (forgotten %patch3)
+
+---
+Thu Feb  4 14:58:10 CET 2010 - jsl...@suse.de
+
+- fail to start when a parsing error occurs (bnc#576932)
+
+---
+Mon Feb  1 11:21:54 UTC 2010 - jeng...@medozas.de
+
+- package baselibs.conf
+
+---
+Tue Aug 18 13:39:28 CEST 2009 - jsl...@suse.de
+
+- update init scripts. cgred moved to /usr/sbin/
+
+---
+Wed Jun 24 19:37:22 CEST 2009 - sbra...@suse.cz
+
+- Supplement pam-32bit/pam-64bit in baselibs.conf (bnc#354164).
+
+---
+Mon May  4 14:51:53 CEST 2009 - jsl...@suse.de
+
+- update to 0.33
+- refresh patches and make them -p1
+- add pam module and manpages
+
+---
+Fri Jan  2 09:50:34 CET 2009 - jsl...@suse.de
+
+- Update to 0.32.2
+- Fix devel package group (to Development/Libraries)
+- Fix cgred init script
+- Update cgconfig init script to create a default cgroup (bnc#458611)
+
+---
+Thu Nov  6 00:41:19 CET 2008 - jsl...@suse.cz
+
+- Update to 0.32.1
+- Add init.d scripts configuration samples.
+
+---
+Mon Oct 20 16:52:55 CEST 2008 - sch...@suse.de
+
+- Fix invalid use of sigaction.
+

commit libXi6.1131 for openSUSE:12.1:Update

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package libXi6.1131 for openSUSE:12.1:Update 
checked in at 2012-12-05 13:56:46

Comparing /work/SRC/openSUSE:12.1:Update/libXi6.1131 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.libXi6.1131.new (New)


Package is libXi6.1131, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:12.1:Update/.libXi6.1131.new/libXi6.changes  
2012-12-05 13:56:48.0 +0100
@@ -0,0 +1,41 @@
+---
+Thu Nov 22 09:51:20 UTC 2012 - dli...@suse.com
+
+- Add libXi-unknown-device-class.patch to fix bnc#782101 
+  backport from upstream
+
+---
+Wed Nov  3 04:46:01 UTC 2010 - sndir...@novell.com
+
+- update to release 1.4.0
+  * This version doesn't add new features but has seen numerous
+packaging cleanups and a number of miscellaneous fixes.
+
+---
+Sat Sep  4 16:21:10 UTC 2010 - sndir...@novell.com
+
+- update to release 1.3.1
+  A few minor build system cleanups but I've cherry-picked only
+  those that didn't require a macros update for this version. The
+  requirements are thus the same as for 1.3.0.
+  A couple of random other fixes, most notably two display lock
+  fixes. The other fix that's quite prominent is the
+  initialization of the extension with a server-specific number of
+  events. Previously, libXi 1.3 running against a non-XI2 enabled
+  server would result in mishandling of events (pending extension
+  initialization order).
+- update to release 1.3.2
+  Brown paper bag release. Just one commit, fixing up a erroneous
+  conflict resolution that resulted in an inverted condition for
+  the asciidoc/xmlto checks and an error when building man pages.
+
+---
+Fri Apr  2 17:28:57 CEST 2010 - sndir...@suse.de
+
+- use real version number instead of the one from X.Org 
+
+---
+Sat Jan 16 05:11:17 CET 2010 - sndir...@suse.de
+
+- created package 
+

New:

  baselibs.conf
  libXi-1.4.0.tar.bz2
  libXi-unknown-device-class.patch
  libXi6.changes
  libXi6.spec



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

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


Name:   libXi6
BuildRequires:  fdupes
BuildRequires:  pkgconfig
BuildRequires:  xorg-x11-libX11-devel
BuildRequires:  xorg-x11-libXau-devel
BuildRequires:  xorg-x11-libXdmcp-devel
BuildRequires:  xorg-x11-libXext-devel
BuildRequires:  xorg-x11-proto-devel
BuildRequires:  xorg-x11-xtrans-devel
Url:http://xorg.freedesktop.org/
Version:1.4.0
Release:0
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Provides:   xorg-x11-libs:/usr/X11R6/%{_lib}/libXi.so.6
Summary:X.Org Xi library
License:MIT
Group:  System/Libraries
Source: libXi-%{version}.tar.bz2
Source2:baselibs.conf
Patch0: libXi-unknown-device-class.patch

%description
This package contains the X.Org Xi library.



Authors:


Bob Scheifler
C. Kantarjiev
D. Converse,
D. Lemke
D. Tonogai
Dave Carver
Dave Wiggens
David Wiggens
Ian Elliot
J Fulton
Jeff Vroom
Jeffrey Friedberg
Jim Gettys
Jonathan Corbet
Kaleb S. Keithley
Keith Packard
Kieron Drake
Larry Seiler
Peter Daifuku
R. Mor
R. Tice
Rob Lembree
Tim Glauert

%package devel
Summary:Include Files and Libraries mandatory for Development
Group:  Development/Libraries/X11
Provides:   xorg-x11-devel:/usr/X11R6/%{_lib}/libXi.so
Requires:   %{name} = %{version}
Requires:   xorg-x11-libX11-devel
Requires:   xorg-x11-libXau-devel
Requires:   xorg-x11-libXdmcp-devel
Requires:   xorg-x11-proto-devel
Requires:   xorg-x11-xtrans-devel

%description devel
This package contains all necessary 

commit libXi6 for openSUSE:12.1:Update

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package libXi6 for openSUSE:12.1:Update 
checked in at 2012-12-05 13:56:52

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


Package is libXi6, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit patchinfo.1131 for openSUSE:12.1:Update

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1131 for 
openSUSE:12.1:Update checked in at 2012-12-05 13:56:55

Comparing /work/SRC/openSUSE:12.1:Update/patchinfo.1131 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.patchinfo.1131.new (New)


Package is patchinfo.1131, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagerdliang/packager
  categoryrecommended/category
  ratinglow/rating
  summarylibXi6: gedit fails to run over ssh X11 forwarding, reports memory 
corruption/summary
  descriptionThis update fixes the following issue for libXi6:
- bnc#782101: gedit fails to run over ssh X11 forwarding, reports memory 
corruption/description
  issue tracker=bnc id=782101gedit fails to run over ssh X11 forwarding, 
reports memory corruption/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wvstreams for openSUSE:12.2:Update

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package wvstreams for openSUSE:12.2:Update 
checked in at 2012-12-05 13:57:04

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


Package is wvstreams, Maintainer is lzw...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit wvstreams.1132 for openSUSE:12.2:Update

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package wvstreams.1132 for 
openSUSE:12.2:Update checked in at 2012-12-05 13:56:59

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


Package is wvstreams.1132, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:12.2:Update/.wvstreams.1132.new/wvstreams.changes
2012-12-05 13:57:01.0 +0100
@@ -0,0 +1,166 @@
+---
+Wed Nov  7 18:05:29 UTC 2012 - fa0sck@gmail.compilation
+
+- Fix bnc#779386 - Disabled optimizations which caused crash
+
+---
+Sat Mar 17 13:48:53 UTC 2012 - dims...@opensuse.org
+
+- Add wvstreams-gcc47.patch: Fix build with gcc 4.7.
+
+---
+Sat Jan 28 22:26:35 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+
+---
+Mon Jun  6 09:06:58 UTC 2011 - a...@suse.de
+
+- Fix build with new glibc.
+
+---
+Mon Apr 19 18:50:04 UTC 2010 - co...@novell.com
+
+- fix build with openssl 1.0
+
+---
+Mon Feb  8 11:47:13 UTC 2010 - jeng...@medozas.de
+
+- as-needed is also required in %install to succeed compilation
+
+---
+Fri Jun 19 10:35:46 CEST 2009 - co...@novell.com
+
+- disable as-needed for this package as it fails to build with it
+
+---
+Tue Jun 16 11:24:10 CEST 2009 - co...@novell.com
+
+- remove unapplied patch
+- fix build with glibc 2.10
+- rediff to avoid fuzz
+
+---
+Mon Jan 28 15:39:24 CET 2008 - sch...@suse.de
+
+- Fix use of sigaction.
+
+---
+Wed Jan 16 17:12:38 CET 2008 - hvo...@suse.de
+
+- Update to version 4.4.1
+  * Merge the crypto_refactoring branch
+into trunk, adding a ton of new X509 certificate management
+features, better CRL support, and lots of other goodies
+  * make WvCRL handle blank (null) CRLs better
+  * tweak WvCRL's API for const correctness
+  * Remove a few more unused files/dirs 
+
+---
+Mon Nov 19 14:34:04 CET 2007 - ssom...@suse.de
+
+- fix build for gcc43: the function for the problematic prototype
+  is never compiled anyway
+- do not clean buildroot in the install section
+
+---
+Thu Aug  9 19:15:10 CEST 2007 - o...@suse.de
+
+- remove inclusion of linux/compiler.h
+
+---
+Thu Mar 29 15:58:59 CEST 2007 - rguent...@suse.de
+
+- add zlib-devel BuildRequires
+
+---
+Wed Oct 25 02:27:52 CEST 2006 - r...@suse.de
+
+- update to 4.2.2
+  - clean up tarball
+  - some bugfixes 
+- fix build with current gcc 
+
+---
+Wed Jun 14 23:41:46 CEST 2006 - dmuel...@suse.de
+
+- build parallel 
+
+---
+Wed May  3 13:24:43 CEST 2006 - ku...@suse.de
+
+- Fix compiling on some architectures
+
+---
+Wed Jan 25 21:42:53 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+---
+Wed Nov 30 14:10:49 CET 2005 - hvo...@suse.de
+
+- update to version 4.2.1
+
+---
+Thu Nov  3 11:40:03 CET 2005 - hvo...@suse.de
+
+- Fix setup_modem not fail on TIOCSSERIAL for non root users
+
+---
+Tue Oct 18 16:41:11 CEST 2005 - hvo...@suse.de
+
+- removed some extra qualifications. Added
+  * wvstreams-gcc41.patch 
+
+---
+Mon Oct 17 18:14:58 CEST 2005 - r...@suse.de
+
+- make it build with current openssl 
+
+---
+Thu Jun 23 17:24:49 CEST 2005 - hvo...@suse.de
+
+- run ldconfig in post/postun
+- mark config file as noreplace
+
+---
+Fri Mar 18 10:55:36 CET 2005 - ar...@suse.de
+
+- 

commit libmlt for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package libmlt for openSUSE:Factory checked 
in at 2012-12-05 13:57:07

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


Package is libmlt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libmlt/libmlt.changes2012-11-28 
10:59:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmlt.new/libmlt.changes   2012-12-05 
13:57:10.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 30 10:24:00 UTC 2012 - reddw...@opensuse.org
+
+- Make multiple versions of melt parallel installable
+
+---



Other differences:
--
++ libmlt.spec ++
--- /var/tmp/diff_new_pack.Gg4azN/_old  2012-12-05 13:57:11.0 +0100
+++ /var/tmp/diff_new_pack.Gg4azN/_new  2012-12-05 13:57:11.0 +0100
@@ -127,9 +127,24 @@
 The functionality of the system is provided via an assortment of ready to use
 tools, XML authoring components, and an extensible plug-in based API.
 
+%package -n melt%{soname}
+Summary:Multimedia framework designed and developed for television 
broadcasting
+Group:  Productivity/Multimedia/Video/Editors and Convertors
+Requires:   melt
+
+%description -n melt%{soname}
+MLT is an open source multimedia framework, designed and developed for
+television broadcasting. It provides a toolkit for broadcasters, video editors,
+media players, transcoders, web streamers and many more types of applications.
+The functionality of the system is provided via an assortment of ready to use
+tools, XML authoring components, and an extensible plug-in based API.
+
 %package -n melt
 Summary:Multimedia framework designed and developed for television 
broadcasting
 Group:  Productivity/Multimedia/Video/Editors and Convertors
+Requires:   melt%{soname}
+Conflicts:  melt  %{version}
+Conflicts:  melt  %{version}
 
 %description -n melt
 MLT is an open source multimedia framework, designed and developed for
@@ -212,7 +227,8 @@
 
 %install
 %make_install
-install -Dpm 0644 docs/melt.1 '%{buildroot}%{_mandir}/man1/melt.1'
+install -Dpm 0644 docs/melt.1 %{buildroot}%{_mandir}/man1/melt%{soname}.1
+ln -s melt%{soname}.1 %{buildroot}%{_mandir}/man1/melt.1
 install -Dpm 0644 src/swig/python/_%{_name}.so 
'%{buildroot}%{python_sitearch}/_%{_name}.so'
 install -Dpm 0644 src/swig/python/%{_name}.py 
'%{buildroot}%{python_sitearch}/%{_name}.py'
 
@@ -232,6 +248,12 @@
 echo %{_datadir}/mlt-%{soname}/$MODULE  module_data.dirs
 done
 
+# kdenlive links directly to libmlt, but then uses melt to do the rendering. If
+# the melt binary is linked against a different libmlt with a different formats
+# support things can get confusing.
+mv %{buildroot}/%{_bindir}/melt %{buildroot}/%{_bindir}/melt%{soname}
+ln -s melt%{soname} %{buildroot}/%{_bindir}/melt
+
 %post -n %{libname}%{soname} -p /sbin/ldconfig
 
 %postun -n %{libname}%{soname} -p /sbin/ldconfig
@@ -263,6 +285,11 @@
 %{_includedir}/%{_name_pp}
 %{_libdir}/pkgconfig/%{_name_pp}.pc
 
+%files -n melt%{soname}
+%defattr(0644, root, root, 0755)
+%attr(0755, root, root) %{_bindir}/melt%{soname}
+%{_mandir}/man1/melt%{soname}.1%{ext_man}
+
 %files -n melt
 %defattr(0644, root, root, 0755)
 %attr(0755, root, root) %{_bindir}/melt

++ libmlt-0.8.0-versioned_dirs.patch ++
--- /var/tmp/diff_new_pack.Gg4azN/_old  2012-12-05 13:57:11.0 +0100
+++ /var/tmp/diff_new_pack.Gg4azN/_new  2012-12-05 13:57:11.0 +0100
@@ -11,16 +11,17 @@
)  config.mak
  
echo #!/bin/sh  mlt-config
-@@ -155,6 +157,8 @@ build_pkgconfig()
+@@ -155,6 +157,9 @@ build_pkgconfig()
echo version=$version
echo cflags=`grep ^framework packages.dat | cut -f 2`
echo libs=`grep ^framework packages.dat | cut -f 3`
 +  echo moduledir=${libdir}/mlt-${soversion}
 +  echo mltdatadir=${datadir}/mlt-${soversion}
++  echo meltbin=${prefix}/bin/melt${soversion}
)  mlt-framework.pc
cat mlt-framework.pc.in mlt-framework.pc
  
-@@ -250,6 +254,9 @@ export LIBSUF
+@@ -253,6 +258,9 @@ export LIBSUF
  [ $datadir =  ]  datadir=$prefix/share
  [ $mandir =  ]  mandir=$prefix/share/man
  
@@ -72,7 +73,7 @@
 ===
 --- src/modules/core/Makefile.orig
 +++ src/modules/core/Makefile
-@@ -71,12 +71,12 @@ clean:
+@@ -77,12 +77,12 @@ clean:
rm -f $(OBJS) $(ASM_OBJS) $(TARGET) 
  
  install: all
@@ -321,7 +322,7 @@
 ===
 --- src/modules/normalize/Makefile.orig
 +++ src/modules/normalize/Makefile
-@@ -26,9 +26,9 @@ clean:
+@@ 

commit patchinfo.1132 for openSUSE:12.2:Update

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1132 for 
openSUSE:12.2:Update checked in at 2012-12-05 13:57:06

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


Package is patchinfo.1132, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagerfabio_s/packager
  categoryrecommended/category
  ratinglow/rating
  summarywvstreamer: Disabled optimizations which caused crash/summary
  descriptionThis update fixes the following issue for wvstreamer:
  - bnc#779386: Disabled optimizations which caused a crash/description
  issue tracker=bnc id=779386wvdial fails when trying to initialize a 
connection /issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit librep for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package librep for openSUSE:Factory checked 
in at 2012-12-05 13:57:20

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


Package is librep, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/librep/librep.changes2012-11-08 
08:05:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.librep.new/librep.changes   2012-12-05 
13:57:21.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 27 21:44:46 UTC 2012 - crrodrig...@opensuse.org
+
+- librep-armthumb.patch: fix build in arm  
+
+---

New:

  librep-armthumb.patch



Other differences:
--
++ librep.spec ++
--- /var/tmp/diff_new_pack.CePNRl/_old  2012-12-05 13:57:22.0 +0100
+++ /var/tmp/diff_new_pack.CePNRl/_new  2012-12-05 13:57:22.0 +0100
@@ -20,12 +20,13 @@
 Name:   librep
 Version:0.92.2.1
 Release:0
-License:GPL-2.0+
 Summary:Implementation of rep, a lisp dialect
-Url:http://sawfish.wikia.com/wiki/Librep
+License:GPL-2.0+
 Group:  Development/Languages/Scheme
+Url:http://sawfish.wikia.com/wiki/Librep
 Source: http://download.tuxfamily.org/librep/%{name}-%{version}.tar.xz
 BuildRequires:  chrpath
+BuildRequires:  emacs-nox
 BuildRequires:  fdupes
 BuildRequires:  gdbm-devel
 BuildRequires:  gmp-devel
@@ -33,7 +34,6 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  pkg-config
 BuildRequires:  readline-devel
-BuildRequires:  emacs-nox
 %if 0%{?suse_version} = 1210
 BuildRequires:  xz
 %endif
@@ -51,6 +51,8 @@
 Patch2: 0001-string-to-number.patch
 # PATCH-FEATURE-OPENSUSE tog...@opensuse.org remove builddate to prevent 
unnecessary builds
 Patch3: librep-remove-build_date.patch
+# PATCH-FIX-DEBIAN crrodrig...@opensuse.org fix build in arm thumb
+Patch4: librep-armthumb.patch
 
 %description
 Librep is a shared library implementing a Lisp dialect that is
@@ -101,15 +103,16 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-
-
+%patch4
 %build
-export CFLAGS=%{optflags} -fno-strict-aliasing
+sed -i 's/sparc|i?86|powerpc|x86_64)/sparc|i?86|powerpc*|x86_64|armv*|s390*)/' 
configure
+export CFLAGS=%{optflags} -D_GNU_SOURCE -fno-strict-aliasing
 export CXXFLAGS=$CFLAGS
 export CPPFLAGS=$CFLAGS
 
 %configure --disable-static --with-readline --enable-shared
 make %{?_smp_mflags}
+
 %install
 %make_install
 chrpath --delete %{buildroot}%{_bindir}/rep
@@ -146,7 +149,6 @@
 %{_infodir}/%{name}.info.gz
 %{_datadir}/emacs/site-lisp/rep-*.elc
 
-
 %files -n librep16
 %defattr(-,root,root)
 %{_libdir}/librep.so.*
@@ -161,5 +163,4 @@
 %{_includedir}/rep/
 %{_libdir}/pkgconfig/librep.pc
 
-
 %changelog


++ librep-armthumb.patch ++
--- src/lispmach.h.orig
+++ src/lispmach.h
@@ -475,7 +475,8 @@ list_ref (repv list, int elt)
 #ifdef __arm__
 #define PC_REG asm(r9)
 #define SP_REG asm(r8)
-#define SLOTS_REG asm(r7)
+/* register 7 is reserved in THUMB mode */
+#define SLOTS_REG asm(r10)
 #endif
 #endif
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsolv for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package libsolv for openSUSE:Factory checked 
in at 2012-12-05 13:57:32

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


Package is libsolv, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libsolv/libsolv.changes  2012-11-14 
16:51:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsolv.new/libsolv.changes 2012-12-05 
13:57:34.0 +0100
@@ -1,0 +2,10 @@
+Fri Nov 23 13:57:19 CET 2012 - m...@suse.de
+
+- support targeted up/dup
+- support best rules to enforce the installation of the best package
+- implement selection class to ease package selection
+- fix obsolete handling for debian packages
+- add pool_lookup_deltalocation helper
+- bump version to 0.2.1
+
+---

Old:

  libsolv-0.2.0.tar.bz2

New:

  libsolv-0.2.1.tar.bz2



Other differences:
--
++ libsolv.spec ++
--- /var/tmp/diff_new_pack.trsf1H/_old  2012-12-05 13:57:35.0 +0100
+++ /var/tmp/diff_new_pack.trsf1H/_new  2012-12-05 13:57:35.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   libsolv
-Version:0.2.0
+Version:0.2.1
 Release:0
 Url:git://gitorious.org/opensuse/libsolv.git
 Source: libsolv-%{version}.tar.bz2

++ libsolv-0.2.0.tar.bz2 - libsolv-0.2.1.tar.bz2 ++
 4936 lines of diff (skipped)

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



commit libvisio for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2012-12-05 13:58:20

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


Package is libvisio, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2012-11-30 
12:27:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2012-12-05 
13:58:22.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec  3 10:03:31 CET 2012 - fridrich.st...@suse.com
+
+- Bump version to 0.0.23
+  * Fixes fdo#48601 - wrong colours in some gradients
+
+---

Old:

  libvisio-0.0.22.tar.xz

New:

  libvisio-0.0.23.tar.xz



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.BQs0K9/_old  2012-12-05 13:58:24.0 +0100
+++ /var/tmp/diff_new_pack.BQs0K9/_new  2012-12-05 13:58:24.0 +0100
@@ -19,7 +19,7 @@
 %define libname libvisio-0_0-0
 
 Name:   libvisio
-Version:0.0.22
+Version:0.0.23
 Release:0
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Summary:Library for parsing the MS Visio file format structure

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



commit libyui-qt for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package libyui-qt for openSUSE:Factory 
checked in at 2012-12-05 13:58:41

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


Package is libyui-qt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libyui-qt/libyui-qt.changes  2012-11-20 
20:16:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-qt.new/libyui-qt.changes 2012-12-05 
13:58:43.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 23 23:05:52 CET 2012 - anase...@linux.it
+
+- changed to calendar popup instead using spin
+
+---



Other differences:
--
libyui-qt.spec: same change
++ libyui-qt-2.42.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.42.2/ChangeLog 
new/libyui-qt-2.42.2/ChangeLog
--- old/libyui-qt-2.42.2/ChangeLog  2012-11-13 12:15:16.0 +0100
+++ new/libyui-qt-2.42.2/ChangeLog  2012-11-26 11:50:57.0 +0100
@@ -1,4 +1,9 @@
 ---
+Fri Nov 23 23:05:52 CET 2012 - anase...@linux.it
+
+- changed to calendar popup instead using spin
+
+---
 Fri Nov  2 20:34:52 CET 2012 - anase...@linux.it
 
 - Reimplemented setApplicationTitle from YApplication
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.42.2/src/YQDateField.cc 
new/libyui-qt-2.42.2/src/YQDateField.cc
--- old/libyui-qt-2.42.2/src/YQDateField.cc 2012-11-13 12:15:16.0 
+0100
+++ new/libyui-qt-2.42.2/src/YQDateField.cc 2012-11-26 11:50:57.0 
+0100
@@ -56,6 +56,7 @@
 
 //_qt_dateEdit-setAutoAdvance( true );
 _qt_dateEdit-setDisplayFormat( -MM-dd );
+_qt_dateEdit-setCalendarPopup(true);
 _caption-setBuddy( _qt_dateEdit );
 }
 

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



commit libzypp for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2012-12-05 13:58:59

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


Package is libzypp, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2012-12-03 
09:55:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2012-12-05 
13:59:01.0 +0100
@@ -1,0 +2,13 @@
+Mon Dec  3 14:31:59 CET 2012 - m...@suse.de
+
+- HistoryLogReader: new HistoryLogData based API for parsing the new 
+  history file entries (fate#312521)
+  The old HistoryItem based API is deprecated but will 
+  still be available for a while if you compile with 
+  -DWITH_DEPRECATED_HISTORYITEM_API.
+- Write userdata string to history log (fate#312521)
+- Add HistoryLogReader testcases
+- Adapt to libsolv 'medianr'-changes
+- version 12.5.0 (0)
+
+---

Old:

  libzypp-12.4.0.tar.bz2

New:

  libzypp-12.5.0.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.PIz27v/_old  2012-12-05 13:59:02.0 +0100
+++ /var/tmp/diff_new_pack.PIz27v/_new  2012-12-05 13:59:02.0 +0100
@@ -24,7 +24,7 @@
 Group:  System/Packages
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Package, Patch, Pattern, and Product Management
-Version:12.4.0
+Version:12.5.0
 Release:1
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

++ libzypp-12.4.0.tar.bz2 - libzypp-12.5.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-12.4.0/VERSION.cmake 
new/libzypp-12.5.0/VERSION.cmake
--- old/libzypp-12.4.0/VERSION.cmake2012-11-23 18:11:08.0 +0100
+++ new/libzypp-12.5.0/VERSION.cmake2012-12-03 14:41:52.0 +0100
@@ -60,9 +60,9 @@
 #
 SET(LIBZYPP_MAJOR 12)
 SET(LIBZYPP_COMPATMINOR 0)
-SET(LIBZYPP_MINOR 4)
+SET(LIBZYPP_MINOR 5)
 SET(LIBZYPP_PATCH 0)
 #
-# LAST RELEASED: 12.4.0 (0)
+# LAST RELEASED: 12.5.0 (0)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-12.4.0/package/libzypp.changes 
new/libzypp-12.5.0/package/libzypp.changes
--- old/libzypp-12.4.0/package/libzypp.changes  2012-11-23 18:11:08.0 
+0100
+++ new/libzypp-12.5.0/package/libzypp.changes  2012-12-03 14:41:52.0 
+0100
@@ -1,4 +1,17 @@
 ---
+Mon Dec  3 14:31:59 CET 2012 - m...@suse.de
+
+- HistoryLogReader: new HistoryLogData based API for parsing the new 
+  history file entries (fate#312521)
+  The old HistoryItem based API is deprecated but will 
+  still be available for a while if you compile with 
+  -DWITH_DEPRECATED_HISTORYITEM_API.
+- Write userdata string to history log (fate#312521)
+- Add HistoryLogReader testcases
+- Adapt to libsolv 'medianr'-changes
+- version 12.5.0 (0)
+
+---
 Thu Nov 22 01:14:42 CET 2012 - m...@suse.de
 
 - Update zypp-po.tar.bz2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-12.4.0/tests/parser/HistoryLogReader_test.cc 
new/libzypp-12.5.0/tests/parser/HistoryLogReader_test.cc
--- old/libzypp-12.4.0/tests/parser/HistoryLogReader_test.cc2012-11-23 
18:11:09.0 +0100
+++ new/libzypp-12.5.0/tests/parser/HistoryLogReader_test.cc2012-12-03 
14:41:53.0 +0100
@@ -1,29 +1,75 @@
 #include TestSetup.h
+#define WITH_DEPRECATED_HISTORYITEM_API
 #include zypp/parser/HistoryLogReader.h
 #include zypp/parser/ParseException.h
 
 using namespace zypp;
 
+#if defined(WITH_DEPRECATED_HISTORYITEM_API)
 namespace
 {
-  bool ProcessItem( const HistoryItem::Ptr  ptr )
+  bool OldApi_ProcessItem( const HistoryItem::Ptr  ptr )
   {
 DBG  ptr  endl;
 return true;
   }
 }
 
-// Must be the first test!
+BOOST_AUTO_TEST_CASE(OldApi_basic)
+{
+  parser::HistoryLogReader parser( TESTS_SRC_DIR 
/parser/HistoryLogReader_test.dat,
+  OldApi_ProcessItem );
+
+  BOOST_CHECK_EQUAL( parser.ignoreInvalidItems(), false );
+  BOOST_CHECK_THROW( parser.readAll(), parser::ParseException );
+
+  parser.setIgnoreInvalidItems( true );
+  BOOST_CHECK_EQUAL( parser.ignoreInvalidItems(), true );
+  parser.readAll();
+}
+
+#endif // WITH_DEPRECATED_HISTORYITEM_API
+
+namespace
+{
+  bool ProcessData( const HistoryLogData::Ptr  ptr )
+  {
+DBG  ptr-date()   |   ptr  endl;
+
+return true;
+  }
+}
+

commit lilypond for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package lilypond for openSUSE:Factory 
checked in at 2012-12-05 13:59:06

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


Package is lilypond, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lilypond/lilypond-doc.changes2012-09-01 
10:32:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.lilypond.new/lilypond-doc.changes   
2012-12-05 13:59:08.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 19 19:22:13 UTC 2012 - j.mairbo...@gmail.com
+
+- update to version 2.16.1
+- This is a bugfix update see :
+  http://code.google.com/p/lilypond/issues/list?can=1q=Fixed_2_16_1
+
+---
--- /work/SRC/openSUSE:Factory/lilypond/lilypond.changes2012-09-01 
10:32:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.lilypond.new/lilypond.changes   2012-12-05 
13:59:08.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 19 19:18:46 UTC 2012 - j.mairbo...@gmail.com
+
+- update to version 2.16.1
+- This is a bugfix update see :
+  http://code.google.com/p/lilypond/issues/list?can=1q=Fixed_2_16_1
+
+---

Old:

  lilypond-2.16.0.tar.gz

New:

  lilypond-2.16.1.tar.gz



Other differences:
--
++ lilypond-doc.spec ++
--- /var/tmp/diff_new_pack.VZNqx8/_old  2012-12-05 13:59:10.0 +0100
+++ /var/tmp/diff_new_pack.VZNqx8/_new  2012-12-05 13:59:10.0 +0100
@@ -19,7 +19,7 @@
 #%%define info yes
 
 Name:   lilypond-doc
-Version:2.16.0
+Version:2.16.1
 Release:0
 BuildRequires:  autoconf
 BuildRequires:  autotrace

++ lilypond.spec ++
--- /var/tmp/diff_new_pack.VZNqx8/_old  2012-12-05 13:59:10.0 +0100
+++ /var/tmp/diff_new_pack.VZNqx8/_new  2012-12-05 13:59:10.0 +0100
@@ -20,7 +20,7 @@
 %define ttfdir  %{fontdir}/truetype
 
 Name:   lilypond
-Version:2.16.0
+Version:2.16.1
 Release:0
 Summary:A typesetting system for music notation
 License:GPL-3.0+

++ lilypond-2.16.0.tar.gz - lilypond-2.16.1.tar.gz ++
/work/SRC/openSUSE:Factory/lilypond/lilypond-2.16.0.tar.gz 
/work/SRC/openSUSE:Factory/.lilypond.new/lilypond-2.16.1.tar.gz differ: char 5, 
line 1

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



commit llvm for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2012-12-05 13:59:15

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


Package is llvm, Maintainer is orpha...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/llvm/llvm.changes2012-11-22 
16:45:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2012-12-05 
13:59:18.0 +0100
@@ -1,0 +2,19 @@
+Tue Dec  4 13:15:12 UTC 2012 - guilla...@opensuse.org
+
+- Fix ARM build
+
+---
+Mon Dec  3 13:32:14 UTC 2012 - schue...@gmx.net
+
+- Fix llvm-config --libdir to return /usr/lib64 where appropriate.
+  The old method of using sed on the executable does no longer
+  work, because llvm-config is now a binary.
+
+---
+Fri Nov 30 07:27:46 UTC 2012 - idon...@suse.com
+
+- Update to r168987 from release_32 branch
+  * Crash fixes
+  * Miscompilation fixes
+
+---

Old:

  llvm-3.1.99.r168357.tar.bz2

New:

  arm_suse_support.diff
  disable_neon_in_armv7.diff
  llvm-3.1.99.r168987.tar.bz2
  llvm-config-lib64.patch



Other differences:
--
++ llvm.spec ++
--- /var/tmp/diff_new_pack.9hZ7Jh/_old  2012-12-05 13:59:19.0 +0100
+++ /var/tmp/diff_new_pack.9hZ7Jh/_new  2012-12-05 13:59:19.0 +0100
@@ -16,12 +16,12 @@
 #
 
 
-%define _revision 168357
+%define _revision 168987
 %define _release_version 3.2
 %define _supported_archs arm,x86
 
 Name:   llvm
-Version:3.1.99.r168357
+Version:3.1.99.r%{_revision}
 Release:0
 Summary:Low Level Virtual Machine
 License:NCSA
@@ -37,6 +37,11 @@
 Patch3: clang-disable-ada-extension.patch
 # PATCH-FIX-OPENSUSE default-to-i586.patch -- Use i586 as default target for 
32bit
 Patch4: default-to-i586.patch
+Patch5: llvm-config-lib64.patch
+# PATCH-FIX-OPENSUSE arm_suse_support.diff --Enable ARM suse toolchain support
+Patch6: arm_suse_support.diff
+# PATCH-FIX-OPENSUSE disable_neon_in_armv7.diff -- Disable use of neon in 
armv7 openSUSE
+Patch7: disable_neon_in_armv7.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -125,6 +130,15 @@
 %endif
 %patch3 -p1
 %patch4 -p1
+%if %{_lib} == lib64
+%patch5 -p1
+%endif
+%ifarch %arm
+%patch6 -p1
+%endif
+%ifarch armv7l armv7hl
+%patch7 -p0
+%endif
 
 # We hardcode i586
 rm tools/clang/test/Driver/x86_features.c
@@ -151,16 +165,38 @@
 export SUSE_ASNEEDED=0
 mkdir stage1 stage2
 pushd stage1
+mkdir Release
+
+%if %{_lib} == lib64
+ln -s lib Release/lib64
+%endif
+
+%ifarch armv7l armv7hl
+# This fixes the armv7 build. (Allow to run stage2 without problem)
+export CFLAGS=-mfloat-abi=hard -march=armv7-a -mtune=cortex-a9 
-mfpu=vfpv3-d16
+export CXXFLAGS=-mfloat-abi=hard -march=armv7-a -mtune=cortex-a9 
-mfpu=vfpv3-d16
+%endif
 
 ../configure \
--enable-optimized \
--disable-assertions \
--with-optimize-option=-O0 \
-%ifarch %arm
+%ifarch armv5el armv5tel
 --disable-sjlj-exceptions \
---with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 
--with-mode=thumb \
+--with-arch=armv5te --with-float=soft --with-mode=arm \
 --disable-werror --enable-checking=release \
---build=arm-linux-gnueabihf --host=arm-linux-gnueabihf \
+--build=armv5tel-suse-linux-gnueabi --host=armv5tel-suse-linux-gnueabi 
--target=armv5tel-suse-linux-gnueabi \
+%endif
+%ifarch armv7l armv7hl
+--disable-sjlj-exceptions \
+--with-arch=armv7-a --with-tune=cortex-a9 --with-float=hard 
--with-fpu=vfpv3-d16 --with-fpmath=vfp3 \
+--disable-werror --enable-checking=release \
+--build=armv7hl-suse-linux-gnueabi --host=armv7hl-suse-linux-gnueabi 
--target=armv7hl-suse-linux-gnueabi \
+%if 0%{?suse_version} = 1220
+--with-mode=thumb \
+%else
+--with-mode=arm \
+%endif
 %endif
--enable-targets=host
 
@@ -169,9 +205,11 @@
 popd
 pushd stage2
 
-# autotools ignore --libdir
 mkdir Release+Debug
+# autotools ignore --libdir
+%if %{_lib} == lib64
 ln -s lib Release+Debug/lib64
+%endif
 
 export CC=$TOPLEVEL/stage1/Release/bin/clang
 export CXX=$TOPLEVEL/stage1/Release/bin/clang++
@@ -186,12 +224,24 @@
 %if 0%{?suse_version} = 1220
--with-binutils-include=/usr/include \
 %endif
-%ifarch %arm
+%ifarch armv5el armv5tel
--with-optimize-option=-U_GLIBCXX_ATOMIC_BUILTINS \
 --disable-sjlj-exceptions \
---with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 

commit lpsolve for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package lpsolve for openSUSE:Factory checked 
in at 2012-12-05 13:59:24

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


Package is lpsolve, Maintainer is pmla...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lpsolve/lpsolve.changes  2011-09-23 
02:12:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.lpsolve.new/lpsolve.changes 2012-12-05 
13:59:27.0 +0100
@@ -1,0 +2,33 @@
+Mon Dec  3 08:44:47 UTC 2012 - tchva...@suse.com
+
+- Add obsoletes/provides for old libname so depending pkgs work.
+  * drop no longer needed lpsolve-5.5.0.11-cflags.patch we use
+autotools now.
+  * drop no longer needed lpsolve-pic.diff for the same reason.
+
+---
+Fri Nov 30 10:12:44 UTC 2012 - tchva...@suse.com
+
+- Use the spec-beautifier to make it more readable.
+
+---
+Thu Nov 29 10:53:07 UTC 2012 - tchva...@suse.com
+
+- Drop duplication of the license string.
+
+---
+Wed Nov 21 16:46:59 UTC 2012 - tchva...@suse.com
+
+- Last commit was really bad idea.
+
+---
+Wed Nov 21 16:22:36 UTC 2012 - tchva...@suse.com
+
+- Drop useless requires line.
+
+---
+Wed Nov 21 16:15:05 UTC 2012 - tchva...@suse.com
+
+- Try to version bump on 5.5.2.0 based of Gentoo.
+
+---

Old:

  lp_solve_5.5.0.13_source.tar.bz2
  lpsolve-5.5.0.11-cflags.patch
  lpsolve-pic.diff

New:

  lpsolve_bundled_colamd-5.5.2.0.tar.xz



Other differences:
--
++ lpsolve.spec ++
--- /var/tmp/diff_new_pack.QPywkr/_old  2012-12-05 13:59:28.0 +0100
+++ /var/tmp/diff_new_pack.QPywkr/_new  2012-12-05 13:59:28.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package lpsolve (Version 5.5.0.13)
+# spec file for package lpsolve
 #
-# 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
@@ -16,17 +16,16 @@
 #
 
 
+%define libname liblpsolve55-0
 
 Name:   lpsolve
 Summary:A Mixed Integer Linear Programming (MILP) Solver
-Version:5.5.0.13
-Release:12
+Version:5.5.2.0
+Release:0
 Group:  Productivity/Scientific/Math
 License:LGPL-2.0+
 Url:http://sourceforge.net/projects/lpsolve
-Source: lp_solve_%{version}_source.tar.bz2
-Patch0: lpsolve-5.5.0.11-cflags.patch
-Patch1: lpsolve-pic.diff
+Source: %{name}_bundled_colamd-%version.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -34,68 +33,59 @@
 linear, (mixed) integer/binary, semi-continuous and special ordered
 sets (SOS) models.
 
-
-
-%package -n liblpsolve55
-License:LGPL-2.0+
+%package -n %libname
 Summary:A Mixed Integer Linear Programming (MILP) Solver Library
 Group:  Productivity/Scientific/Math
+Provides:   liblpsolve55 = %version
+Obsoletes:  liblpsolve55  %version
 
-%description -n liblpsolve55
+%description -n %libname
 Mixed Integer Linear Programming (MILP) solver library lpsolve solves
 pure linear, (mixed) integer/binary, semi-continuous and special
 ordered sets (SOS) models.
 
-
-
 %package devel
-License:LGPL-2.0+
-Requires:   liblpsolve55 = %{version}-%{release}
+Requires:   %libname = %version
 Summary:Files for Developing with lpsolve
 Group:  Development/Libraries/C and C++
 
 %description devel
 Includes and definitions for developing with the lpsolve library.
 
-
-
 %prep
-%setup -q -n lp_solve_5.5
-%patch0 -p1 -b .cflags.patch
-%patch -P 1 -p1
+%setup -q
 
 %build
-cd lpsolve55
-sh -x ccc
-rm liblpsolve55.a
-cd ../lp_solve
-sh -x ccc
+export CFLAGS=%optflags -Icolamd/
+%configure \
+   --disable-static \
+   --docdir=%_docdir/%name
+make %{?_smp_mflags}
 
 %install
-install -d $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_libdir} 
$RPM_BUILD_ROOT%{_includedir}/lpsolve
-install -m 755 lp_solve/lp_solve $RPM_BUILD_ROOT%{_bindir}
-install -m 755 lpsolve55/liblpsolve55.so $RPM_BUILD_ROOT%{_libdir}
-install -m 644 lp*.h $RPM_BUILD_ROOT%{_includedir}/lpsolve
+make DESTDIR=%buildroot install
+rm %buildroot%_libdir/*.la
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %buildroot
 
-%post -p /sbin/ldconfig
+%post 

commit lvm2 for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package lvm2 for openSUSE:Factory checked in 
at 2012-12-05 13:59:39

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


Package is lvm2, Maintainer is dmzh...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lvm2/lvm2.changes2012-11-13 
11:41:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.lvm2.new/lvm2.changes   2012-12-05 
13:59:41.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 28 09:37:23 UTC 2012 - rmila...@suse.com
+
+- udev_sync-cookie_set-1-on-each-dm_task_set_cookie-ca.patch: 
+  cookie_set=1 on each dm_task_set_cookie call (bnc#72)
+
+---

New:

  udev_sync-cookie_set-1-on-each-dm_task_set_cookie-ca.patch



Other differences:
--
++ lvm2.spec ++
--- /var/tmp/diff_new_pack.lZzrGZ/_old  2012-12-05 13:59:42.0 +0100
+++ /var/tmp/diff_new_pack.lZzrGZ/_new  2012-12-05 13:59:42.0 +0100
@@ -62,6 +62,7 @@
 Patch66:device-mapper-type_punning.diff
 Patch70:sleep-try-open-count.diff
 Patch81:udev-rules_update.diff
+Patch82:udev_sync-cookie_set-1-on-each-dm_task_set_cookie-ca.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Not a real replacement but we drop evms
@@ -97,6 +98,7 @@
 %patch66 -p1
 %patch70 -p1
 %patch81 -p1
+%patch82 -p1
 
 %build
 export MODPROBE_CMD=/sbin/modprobe

++ udev_sync-cookie_set-1-on-each-dm_task_set_cookie-ca.patch ++
From a820a68619c10108666f8093545837233c954046 Mon Sep 17 00:00:00 2001
From: Peter Rajnoha prajn...@redhat.com
Date: Tue, 23 Oct 2012 11:40:53 +0200
Subject: [PATCH] udev_sync: cookie_set=1 on each dm_task_set_cookie call

cookie_set variable found in the struct dm_task should be always
set to 1 after dm_task_set_cookie_call, even if udev_sync is disabled
as the cookie itself carries synchronization informations *as well as*
extra flags to control other aspects of udev support.

For example, one could disable the synchronization itself, but still
direct the libdm code to disable library fallback via
DM_UDEV_DISABLE_LIBRARY_FALLBACK flag. These extra flags still need
to be carried out!

A concrete example:
  $ dmsetup create test --table 0 1 zero --noudevsync

This disables synchronization with udev. As the --verifyudev option is
not used, we don't want to do any corrections. In other words, we
need DM_UDEV_DISABLE_LIBRARY_FALLBACK flag to be used. However,
with --noudevsync this was not the case - the flag was ignored!

This patch fixes the case when noudevsync is used but there are still
some extra flags passed within the cookie flag part. The synchronization
part of the cookie stays zero (which is ok as dm_udev_wait call on such a
cookie is simply a NOOP).
---
 WHATS_NEW_DM |1 +
 libdm/libdm-common.c |2 ++
 2 files changed, 3 insertions(+)

diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 2d0b05c..7c636f0 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -1,5 +1,6 @@
 Version 1.02.77 - 15th October 2012
 ===
+  Fix dm_task_set_cookie to properly process udev flags if udev_sync disabled.
   Support unmount of thin volumes from pool above thin pool threshold.
   Update man page to reflect that dm UUIDs are being mangled as well.
   Apply 'dmsetup mangle' for dm UUIDs besides dm names.
diff --git a/libdm/libdm-common.c b/libdm/libdm-common.c
index b8533ed..afdac89 100644
--- a/libdm/libdm-common.c
+++ b/libdm/libdm-common.c
@@ -1838,6 +1838,7 @@ int dm_task_set_cookie(struct dm_task *dmt, uint32_t 
*cookie, uint16_t flags)
if (dm_cookie_supported())
dmt-event_nr = flags  DM_UDEV_FLAGS_SHIFT;
*cookie = 0;
+   dmt-cookie_set = 1;
 
return 1;
 }
@@ -2207,6 +2208,7 @@ int dm_task_set_cookie(struct dm_task *dmt, uint32_t 
*cookie, uint16_t flags)
 
if (!dm_udev_get_sync_support()) {
*cookie = 0;
+   dmt-cookie_set = 1;
return 1;
}
 
-- 
1.7.10.4

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



commit mISDNuser for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package mISDNuser for openSUSE:Factory 
checked in at 2012-12-05 13:59:56

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


Package is mISDNuser, Maintainer is kk...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/mISDNuser/mISDNuser.changes  2011-10-11 
17:03:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.mISDNuser.new/mISDNuser.changes 2012-12-05 
13:59:59.0 +0100
@@ -1,0 +2,13 @@
+Thu Nov 29 11:57:01 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0 and LGPL-2.1
+  Semicolon is ambiguous. Use ^and^ or ^or^ depending on the interaction
+
+---
+Thu Nov 15 01:43:43 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 2.0.17
+* no upstream changelog provided
+- Delete misdn-fixes.diff, merged upstream
+
+---

Old:

  mISDNuser-2.0.2+git28.tar.bz2
  misdn-fixes.diff

New:

  mISDNuser-2.0.17.tar.xz



Other differences:
--
++ mISDNuser.spec ++
--- /var/tmp/diff_new_pack.Es4Fgi/_old  2012-12-05 14:00:00.0 +0100
+++ /var/tmp/diff_new_pack.Es4Fgi/_new  2012-12-05 14:00:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mISDNuser
 #
-# 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,42 +16,38 @@
 #
 
 
-
 Name:   mISDNuser
-URL:http://misdn.org/
-License:GPL-2.0 ; LGPL-2.1
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Group:  Hardware/ISDN
 Summary:Tools and library for mISDN
-Version:2.0.2+git28
+License:GPL-2.0 and LGPL-2.1
+Group:  Hardware/ISDN
+Version:2.0.17
 Release:0
-#Git-Clone:git://git.misdn.org/mISDNuser
+Url:http://misdn.org/
+
+#Git-Clone:git://git.misdn.eu/mISDNuser
 #Changelog:http://misdn.org/index.php/MISDN_Release_Notes
-Source0:%{name}-%{version}.tar.bz2
-Patch1: misdn-fixes.diff
+# There seem to be no tarballs. Generated one from git.
+Source: %name-%version.tar.xz
+BuildRequires:  autoconf = 2.63
+BuildRequires:  automake
+BuildRequires:  libtool = 2
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains libmisdn and some tools to use the mISDN driver.
 mISDN is the new modular ISDN driver for Linux.
 
-%package -n libmisdn0
+%package -n libmisdn1
 Summary:mISDN core library
 Group:  System/Libraries
 
-%description -n libmisdn0
+%description -n libmisdn1
 The mISDN core library.
 
-%package -n libsuppserv0
-Summary:Library for ISDN Supplementary Services
-Group:  System/Libraries
-
-%description -n libsuppserv0
-The mISDN library for Supplemental Services support.
-
 %package devel
 Summary:C header files for mISDN
 Group:  Development/Libraries/C and C++
-Requires:   libmisdn0 = %version, libsuppserv0 = %version
+Requires:   libmisdn1 = %version
 
 %description devel
 This package contain the header files and libraries for
@@ -59,10 +55,10 @@
 
 %prep
 %setup -qn %name
-%patch -P 1 -p1
 
 %build
 if [ ! -e configure ]; then
+   mkdir -p m4;
autoreconf -fi;
 fi;
 %configure --disable-static
@@ -73,26 +69,19 @@
 make install DESTDIR=$b;
 find $b/%_libdir -type f -name *.la -delete;
 
-%post -n libmisdn0 -p /sbin/ldconfig
-
-%postun -n libmisdn0 -p /sbin/ldconfig
+%post -n libmisdn1 -p /sbin/ldconfig
 
-%post -n libsuppserv0 -p /sbin/ldconfig
-
-%postun -n libsuppserv0 -p /sbin/ldconfig
+%postun -n libmisdn1 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
+%config %_sysconfdir/udev
 %_bindir/*
 %_sbindir/*
 
-%files -n libmisdn0
-%defattr(-,root,root)
-%_libdir/libmisdn.so.0*
-
-%files -n libsuppserv0
+%files -n libmisdn1
 %defattr(-,root,root)
-%_libdir/libsuppserv.so.0*
+%_libdir/libmisdn.so.1*
 
 %files devel
 %defattr(-,root,root)

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



commit ModemManager for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package ModemManager for openSUSE:Factory 
checked in at 2012-12-05 14:00:08

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


Package is ModemManager, Maintainer is orpha...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/ModemManager/ModemManager.changes
2012-09-26 16:22:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.ModemManager.new/ModemManager.changes   
2012-12-05 14:00:10.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 27 18:01:14 UTC 2012 - dims...@opensuse.org
+
+- Move udev rules file to the folder specified by udev.pc by
+  passing --with-udev-base-dir to configure.
+
+---



Other differences:
--
++ ModemManager.spec ++
--- /var/tmp/diff_new_pack.58v8TR/_old  2012-12-05 14:00:11.0 +0100
+++ /var/tmp/diff_new_pack.58v8TR/_new  2012-12-05 14:00:11.0 +0100
@@ -34,6 +34,7 @@
 Recommends: usb_modeswitch
 Provides:   org.freedesktop.ModemManager
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%define _udevdir %(pkg-config --variable udevdir udev)
 
 %description
 DBus interface for modem handling. Provides a standard abstracted API
@@ -59,7 +60,8 @@
 %configure \
 --disable-static \
 --with-pppd-plugin-dir=$pppddir \
---with-polkit
+--with-polkit \
+--with-udev-base-dir=%{_udevdir}
 %__make %{?_smp_mflags}
 
 %install
@@ -82,10 +84,9 @@
 %{_datadir}/dbus-1/system-services/org.freedesktop.ModemManager.service
 %{_datadir}/icons/hicolor/*/*/modem-manager.png
 %{_datadir}/polkit-1/actions/org.freedesktop.modem-manager.policy
-%dir /lib/udev
-/lib/udev/rules.d/
 %dir %{_libdir}/pppd/2.4.5
 %{_libdir}/pppd/2.4.5/mm-test-pppd-plugin.so
+%{_udevdir}/rules.d/*-mm-*.rules
 
 %files devel
 %defattr(-,root,root)


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



commit mozilla-nspr for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package mozilla-nspr for openSUSE:Factory 
checked in at 2012-12-05 14:00:20

Comparing /work/SRC/openSUSE:Factory/mozilla-nspr (Old)
 and  /work/SRC/openSUSE:Factory/.mozilla-nspr.new (New)


Package is mozilla-nspr, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/mozilla-nspr/mozilla-nspr.changes
2012-10-26 17:26:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.mozilla-nspr.new/mozilla-nspr.changes   
2012-12-05 14:00:23.0 +0100
@@ -1,0 +2,11 @@
+Fri Nov 30 12:51:46 UTC 2012 - w...@rosenauer.org
+
+- update to version 4.9.4
+  * bmo#757593: PR_IntervalNow not monotonic for Android, Linux,
+Mac OS X.
+  * bmo#804806: Remove support for obsolete platforms (ncr, nec,
+sony, nextstep, sinix/reliantunix, and sunos4).
+  * bmo#804833: Allow PR_FormatTime and PR_FormatTimeUSEnglish with
+NO_NSPR_10_SUPPORT. Fixed by Isaac Aggrey.
+
+---

Old:

  nspr-4.9.3.tar.bz2

New:

  nspr-4.9.4.tar.bz2



Other differences:
--
++ mozilla-nspr.spec ++
--- /var/tmp/diff_new_pack.I70IEX/_old  2012-12-05 14:00:25.0 +0100
+++ /var/tmp/diff_new_pack.I70IEX/_new  2012-12-05 14:00:25.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   mozilla-nspr
-Version:4.9.3
+Version:4.9.4
 Release:0
 Summary:Netscape Portable Runtime
 License:MPL-2.0

++ nspr-4.9.3.tar.bz2 - nspr-4.9.4.tar.bz2 ++
 5410 lines of diff (skipped)

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



commit mysql-connector-c++ for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package mysql-connector-c++ for 
openSUSE:Factory checked in at 2012-12-05 14:00:34

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


Package is mysql-connector-c++, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ 
/work/SRC/openSUSE:Factory/.mysql-connector-c++.new/mysql-connector-c++.changes 
2012-12-05 14:00:36.0 +0100
@@ -0,0 +1,21 @@
+---
+Thu Nov 29 10:50:48 UTC 2012 - tchva...@suse.com
+
+- Change the license to proper one. Thanks to babelworx for the
+  info.
+
+---
+Thu Nov 22 17:43:37 UTC 2012 - tchva...@suse.com
+
+- Less docs than anticipated.
+
+---
+Thu Nov 22 13:16:33 UTC 2012 - tchva...@suse.com
+
+- Require mysql-devel on devel pkg. Install docs.
+
+---
+Thu Nov 22 12:55:14 UTC 2012 - tchva...@suse.com
+
+- Initial commit. Used in libreoffice.
+

New:

  mysql-connector-c++-1.1.0-disable-tests.patch
  mysql-connector-c++-1.1.0-fix-cmake.patch
  mysql-connector-c++-1.1.1.tar.gz
  mysql-connector-c++.changes
  mysql-connector-c++.spec



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

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

%define libname libmysqlcppconn6
Name:   mysql-connector-c++
Summary:MySQL database connector for C++ (mimics JDBC 4.0 API)
Version:1.1.1
Release:0
Group:  Productivity/Databases/Clients
License:SUSE-GPL-2.0-with-FLOSS-exception
Url:http://dev.mysql.com/downloads/connector/cpp/
Source: %{name}-%{version}.tar.gz
Patch0: mysql-connector-c++-1.1.0-fix-cmake.patch
Patch1: mysql-connector-c++-1.1.0-disable-tests.patch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  pkgconfig
BuildRequires:  cmake
BuildRequires:  boost-devel
BuildRequires:  openssl-devel
BuildRequires:  mysql-devel
BuildRequires:  gcc-c++

%description
MySQL Connector/C++ is a MySQL database connector for C++. It lets you develop 
applications in C++ that connect to the MySQL Server.

%package -n %{libname}
License:SUSE-GPL-2.0-with-FLOSS-exception
Summary:MySQL database connector for C++ (mimics JDBC 4.0 API)
Group:  Productivity/Databases/Clients

%description -n %{libname}
MySQL Connector/C++ is a MySQL database connector for C++. It lets you develop 
applications in C++ that connect to the MySQL Server.

%package devel
License:SUSE-GPL-2.0-with-FLOSS-exception
Requires:   %{libname} = %{version}
Requires:   mysql-devel
Summary:Files for Developing with %{name}
Group:  Development/Libraries/C and C++

%description devel
Includes and definitions for developing with the %{name} library.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
cmake \
-DCMAKE_C_FLAGS:STRING=%{optflags} \
-DCMAKE_CXX_FLAGS:STRING=%{optflags} \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DBUILD_SHARED_LIBS=ON \
%if %{_lib} == lib64
-DLIB_SUFFIX=64 \
%endif
-DMYSQLCPPCONN_GCOV_ENABLE=ON \
-DMYSQLCPPCONN_ICU_ENABLE=OFF \
-DMYSQLCPPCONN_BUILD_EXAMPLES=OFF

make %{?_smp_mflags}

%install
make DESTDIR=%{buildroot} install

# broken docs install
rm -rf 
%{buildroot}/usr/{ANNOUNCEMENT,COPYING,INSTALL,Licenses_for_Third-Party_Components.txt,README}
# static lib :/
rm -rf %{buildroot}%{_libdir}/*.a

%clean
rm -rf $RPM_BUILD_ROOT

%post -n %{libname} -p /sbin/ldconfig

%postun -n %{libname} -p /sbin/ldconfig

%files -n %{libname}
%defattr(-,root,root,-)
%doc ANNOUNCEMEN* COPYING README CHANGES Licenses_for_Third-Party_Components.txt
%{_libdir}/*.so.6*

%files devel

commit mysql-workbench for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package mysql-workbench for openSUSE:Factory 
checked in at 2012-12-05 14:00:44

Comparing /work/SRC/openSUSE:Factory/mysql-workbench (Old)
 and  /work/SRC/openSUSE:Factory/.mysql-workbench.new (New)


Package is mysql-workbench, Maintainer is mhruse...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mysql-workbench/mysql-workbench.changes  
2012-09-23 17:07:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.mysql-workbench.new/mysql-workbench.changes 
2012-12-05 14:00:50.0 +0100
@@ -1,0 +2,13 @@
+Sat Nov 24 18:57:54 UTC 2012 - gan...@opensuse.org
+
+- update to version 5.2.44
+  see http://dev.mysql.com/doc/workbench/en/wb-news-5-2-44.html
+  see http://dev.mysql.com/doc/workbench/en/wb-news-5-2-43.html
+  see http://dev.mysql.com/doc/workbench/en/wb-news-5-2-42.html
+  see http://dev.mysql.com/doc/workbench/en/wb-news-5-2-41.html
+- Add build dependency on libiodbc
+- rebase patches
+- Don't blindly remove libs from %{_libdir}/%{name}/ 
+  Some of them is runtime dependencies
+
+---

Old:

  mysql-workbench-gpl-5.2.40-avoid-version.patch
  mysql-workbench-gpl-5.2.40-ctemplate-fix.patch
  mysql-workbench-gpl-5.2.40-src.tar.gz

New:

  mysql-workbench-gpl-5.2.44-avoid-version.patch
  mysql-workbench-gpl-5.2.44-ctemplate-fix.patch
  mysql-workbench-gpl-5.2.44-src.tar.gz



Other differences:
--
++ mysql-workbench.spec ++
--- /var/tmp/diff_new_pack.jTvGv6/_old  2012-12-05 14:00:53.0 +0100
+++ /var/tmp/diff_new_pack.jTvGv6/_new  2012-12-05 14:00:53.0 +0100
@@ -20,13 +20,13 @@
 Summary:A MySQL visual modeling tool
 License:GPL-2.0+
 Group:  Productivity/Databases/Clients
-Version:5.2.40
+Version:5.2.44
 Release:0
 Url:http://dev.mysql.com/downloads/workbench
 Source: %{name}-gpl-%{version}-src.tar.gz
 Source1:openSUSE_(Vendor_Package).xml
-Patch0: mysql-workbench-gpl-5.2.40-ctemplate-fix.patch
-Patch1: mysql-workbench-gpl-5.2.40-avoid-version.patch
+Patch0: mysql-workbench-gpl-5.2.44-ctemplate-fix.patch
+Patch1: mysql-workbench-gpl-5.2.44-avoid-version.patch
 Summary:A MySQL visual modeling tool
 Group:  Productivity/Databases/Clients
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -57,6 +57,7 @@
 BuildRequires:  php-devel
 BuildRequires:  python-devel
 BuildRequires:  readline-devel
+BuildRequires:  pkgconfig(libiodbc)
 BuildRequires:  pkgconfig(xxf86vm)
 %if 0%{?suse_version}
 BuildRequires:  FastCGI-devel
@@ -133,7 +134,8 @@
 cp plugins/README README.plugins
 cp modules/README README.modules
 rm -f %{buildroot}%{_libdir}/%{name}{,/modules,/plugins}/*.la
-rm -f %{buildroot}%{_libdir}/%{name}/lib*.so
+rm -f %{buildroot}%{_libdir}/%{name}/lib*[!w][!b].so
+rm -f %{buildroot}%{_libdir}/%{name}/lib*.a
 install -D -m 0644 images/icons/MySQLWorkbench-48.png 
%{buildroot}%{_datadir}/pixmaps/%{name}.png
 install -D -m 0644 %{S:1} %{buildroot}%{_datadir}/%{name}/mysql.profiles
 
@@ -161,6 +163,11 @@
 # When below tests fail, we can now remove the chmod
 test ! -x %{buildroot}%{_datadir}/%{name}/sshtunnel.py
 chmod +x %{buildroot}%{_datadir}/%{name}/sshtunnel.py
+test ! -x %{buildroot}%{_libdir}/%{name}/modules/explain_renderer.py
+chmod +x %{buildroot}%{_libdir}/%{name}/modules/explain_renderer.py
+test ! -x %{buildroot}%{_datadir}/%{name}/extras/build_freetds.sh
+chmod +x %{buildroot}%{_datadir}/%{name}/extras/build_freetds.sh
+
 %fdupes -s $RPM_BUILD_ROOT
 
 %post
@@ -180,6 +187,7 @@
 %{_bindir}/*
 %dir %{_libdir}/%{name}
 %{_libdir}/%{name}/*
+%{_libexecdir}/%{name}-bin
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
 %{_datadir}/applications/%{name}.desktop

++ mysql-workbench-gpl-5.2.40-avoid-version.patch - 
mysql-workbench-gpl-5.2.44-avoid-version.patch ++
--- 
/work/SRC/openSUSE:Factory/mysql-workbench/mysql-workbench-gpl-5.2.40-avoid-version.patch
   2012-09-23 17:07:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mysql-workbench.new/mysql-workbench-gpl-5.2.44-avoid-version.patch
  2012-12-05 14:00:46.0 +0100
@@ -12,12 +12,13 @@
 ===
 --- library/forms/swig/Makefile.am.orig
 +++ library/forms/swig/Makefile.am
-@@ -14,6 +14,6 @@ INCLUDES=@SIGC_CFLAGS@ @PYTHON_CFLAGS@ @
- -I$(top_srcdir)/library/base\
+@@ -25,7 +25,7 @@ INCLUDES=@SIGC_CFLAGS@ @PYTHON_CFLAGS@ @
+ -I$(top_srcdir)/ext/scintilla/include\
  -I$(top_srcdir)/backend/wbpublic/
  
 -_mforms_la_LDFLAGS=-module
 +_mforms_la_LDFLAGS=-avoid-version -module
+ _cairo_la_LDFLAGS=-module
  
  
 Index: modules/db.checks/Makefile.am
@@ -47,7 

commit netpbm for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package netpbm for openSUSE:Factory checked 
in at 2012-12-05 14:00:55

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


Package is netpbm, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/netpbm/netpbm.changes2012-11-29 
09:24:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.netpbm.new/netpbm.changes   2012-12-05 
14:01:01.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec  2 14:44:51 UTC 2012 - asterios.dra...@gmail.com
+
+- Update libmin to 60.
+- Added libjpeg-devel, libxml2-devel and pkgconfig(x11) as build requirements.
+
+---



Other differences:
--
++ netpbm.spec ++
--- /var/tmp/diff_new_pack.6MlG3i/_old  2012-12-05 14:01:02.0 +0100
+++ /var/tmp/diff_new_pack.6MlG3i/_new  2012-12-05 14:01:02.0 +0100
@@ -16,27 +16,17 @@
 #
 
 
-Name:   netpbm
-BuildRequires:  flex
-BuildRequires:  libjasper-devel
-BuildRequires:  libpng-devel
-BuildRequires:  libtiff-devel
-BuildRequires:  python
-Provides:   pbmplus
-# bug437293
-%ifarch ppc64
-Obsoletes:  netpbm-64bit
-%endif
-#
 %define libmaj  11
-%define libmin  59
+%define libmin  60
 %define libver  %{libmaj}.%{libmin}
+
+Name:   netpbm
 Version:10.60.3
 Release:0
 Summary:A Powerful Graphics Conversion Package
 License:BSD-3-Clause and GPL-2.0+ and SUSE-IJG and MIT and 
SUSE-Public-Domain
 Group:  Productivity/Graphics/Convertors
-Url:http://http://netpbm.sourceforge.net/
+Url:http://netpbm.sourceforge.net/
 Source: netpbm-%{version}-nohpcdtoppm-noppmtompeg.tar.bz2
 Source1:netpbm-%{version}-documentation.tar.bz2
 Source2:baselibs.conf
@@ -50,6 +40,25 @@
 Patch3: %{name}-tmpfile.patch 
 Patch4: %{name}-security-code.patch 
 Patch5: %{name}-security-scripts.patch 
+BuildRequires:  flex
+BuildRequires:  libjasper-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  libpng-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  python
+%if 0%{?suse_version} = 1140
+BuildRequires:  pkgconfig(x11)
+%else
+BuildRequires:  xorg-x11-devel
+%endif
+Provides:   pbmplus
+# bug437293
+%ifarch ppc64
+Obsoletes:  netpbm-64bit
+%endif
+#
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %package -n libnetpbm%{libmaj}
 Summary:Libraries for the NetPBM (NetPortableBitmap) Graphic Formats
@@ -156,7 +165,8 @@
 
 %files -n libnetpbm%{libmaj}
 %defattr(-,root,root)
-%{_libdir}/lib*.so.*
+%{_libdir}/lib*.so.%{libmaj}
+%{_libdir}/lib*.so.%{libver}
 
 %files -n libnetpbm-devel
 %defattr(-,root,root)

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



commit NetworkManager for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2012-12-05 14:01:02

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


Package is NetworkManager, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes
2012-11-12 12:39:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new/NetworkManager.changes   
2012-12-05 14:01:04.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 27 18:40:57 UTC 2012 - dims...@opensuse.org
+
+- Move the udev files to the right location:
+  + Define _udevdir based on the udevdir variable of udev.pc.
+  + Pass --with-udev-dir=%{_udevdir} to configure.
+  + Use %{_udevdir} in the files section as appropriate.
+
+---



Other differences:
--
++ NetworkManager.spec ++
--- /var/tmp/diff_new_pack.ESXNkR/_old  2012-12-05 14:01:05.0 +0100
+++ /var/tmp/diff_new_pack.ESXNkR/_new  2012-12-05 14:01:05.0 +0100
@@ -93,6 +93,7 @@
 Recommends: org.freedesktop.ModemManager
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%define _udevdir %(pkg-config --variable udevdir udev)
 
 %description
 NetworkManager attempts to keep an active network connection available
@@ -213,6 +214,7 @@
 --enable-more-warnings=no \
 --with-pppd-plugin-dir=$pppddir \
 --with-dhclient=/sbin/dhclient \
+--with-udev-dir=%{_udevdir} \
 --enable-concheck \
 %if %{with_systemd}
 --with-session-tracking=systemd \
@@ -304,9 +306,7 @@
 %attr(0755,root,root) %{_sysconfdir}/NetworkManager/dispatcher.d/nfs
 %{_unitdir}/NetworkManager.service
 %{_unitdir}/NetworkManager-wait-online.service
-%dir /lib/udev
-%dir /lib/udev/rules.d
-/lib/udev/rules.d/77-nm-olpc-mesh.rules
+%{_udevdir}/rules.d/77-nm-olpc-mesh.rules
 %ghost %config(noreplace) /var/log/NetworkManager
 
 %if %{with_wimax}


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



commit nut for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package nut for openSUSE:Factory checked in 
at 2012-12-05 14:01:10

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


Package is nut, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/nut/nut.changes  2012-11-18 20:26:04.0 
+0100
+++ /work/SRC/openSUSE:Factory/.nut.new/nut.changes 2012-12-05 
14:01:19.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 19 21:22:52 CET 2012 - sbra...@suse.cz
+
+- Verify GPG signature.
+
+---

New:

  nut-2.6.5.tar.gz.sig
  nut.keyring



Other differences:
--
++ nut.spec ++
--- /var/tmp/diff_new_pack.SCcIJH/_old  2012-12-05 14:01:20.0 +0100
+++ /var/tmp/diff_new_pack.SCcIJH/_new  2012-12-05 14:01:20.0 +0100
@@ -21,6 +21,7 @@
 BuildRequires:  avahi-devel
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gd-devel
+BuildRequires:  gpg-offline
 BuildRequires:  libneon-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libtool
@@ -55,6 +56,8 @@
 Source3:upsd-early-powerdown.init
 Source5:nut.firewall.in
 Source7:nut.sleep
+Source8:
http://www.networkupstools.org/source/2.6/%{name}-%{version}.tar.gz.sig
+Source9:%{name}.keyring
 Patch:  nut-preconfig.patch
 # PATCH-FIX-OPENSUSE nut-hal.patch sbra...@suse.cz -- Fix hal callouts path.
 Patch1: nut-hal.patch
@@ -172,6 +175,7 @@
 /usr/share/doc/packages/nut.
 
 %prep
+%gpg_verify %{S:8}
 %setup -q
 cp -a %{S:1} %{S:2} %{S:3} %{S:5} %{S:7} .
 mv upsd-early-powerdown.init upsd-early-powerdown

++ nut.keyring ++
pub   1024D/204DDF1B 2002-07-15
uid  Arnaud Quette aque...@debian.org
uid  Arnaud Quette aquette@gmail.com
uid  Arnaud Quette arnaud.que...@free.fr
uid  Arnaud Quette arnaud.que...@debian.org
uid  Arnaud Quette arnaud.que...@mgeups.com
uid  Arnaud Quette arnaudque...@eaton.com
sub   1024g/D8B1B6B4 2002-07-15

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v2.0.19 (GNU/Linux)

mQGiBD0y56QRBACYMNr6RbAfj3T7ZoAyUWjofb/n5HalrHo7utL8V5qpbF0U95dJ
5KNXMzkSe79qviz5O8Np4UJdyzjbb1JSKdSiH56a08E/siJkwJ3c9b4eWCHB7Rq3
2nWWyeF2um/Sk9OqFPDp/3YPJIGxAYCNXMJWYDjVSRmyTkyt7q0cY+uZmwCgxxwv
r8LoVOXfRfSeG41wp/3tIeMD/iuUmvpr9yRWKDlbAuhLEFRhzzcmWFezIUN8a1fW
BmKxnbEcUkdOyrQMypXURWEnr2tYPOoGyq670xrwoWMCS7DhfQnUeFV0IANOvUZA
SOCY8EsiiD3r05LjGEudbnvP2Ol0G5G46IEC2gwNsQlvFZhf+lGG2obFGnIFTi2o
RhmxBACPemrbn3DoiPKwTpxoLsg5+s75InMDsPVe15TfxrDrXotsoT7rya5wjAIu
aCqPlwI/RLweii1EZLFuBS9T1VO4k3uFXn8Ud9RuqhZnL45Ghw5dDPNnB8zTgqBP
h9H1zNl+zPgN0DEZUTg9HZWfVFEfdEu/U6cr48tGk8gWefOB9rQiQXJuYXVkIFF1
ZXR0ZSA8YXF1ZXR0ZUBkZWJpYW4ub3JnPohhBBMRAgAhAhsDBgsJCAcDAgMVAgMD
FgIBAh4BAheABQJGPMmfAhkBAAoJENtkFMogTd8bn18An2c/08D9uGribUlxWT8p
dOkQnHubAJ0aG1k6KKuU61GWfJCB2QsMJkJBmLQlQXJuYXVkIFF1ZXR0ZSA8YXF1
ZXR0ZS5kZXZAZ21haWwuY29tPoheBBMRAgAeBQJDLqFpAhsDBgsJCAcDAgMVAgMD
FgIBAh4BAheAAAoJENtkFMogTd8b4CwAmwfNvW7CypwmT6EDNmZDqxZcQtBxAKCO
bSVfhTyNY0Otdh69B7T7cfFV2bQlQXJuYXVkIFF1ZXR0ZSA8YXJuYXVkLnF1ZXR0
ZUBmcmVlLmZyPohfBBMRAgAXBQI9MuelBQsHCgMEAxUDAgMWAgECF4AAEgkQ22QU
yiBN3xsHZUdQRwABAVweAKCXt8Jwxss7+lS+f4K+VPlQoO+HogCgwtJKRgNvkv5D
1PdJhVf3CLZfaki0KEFybmF1ZCBRdWV0dGUgPGFybmF1ZC5xdWV0dGVAZGViaWFu
Lm9yZz6IZgQTEQIAHgUCP1ThlAIbAwYLCQgHAwIDFQIDAxYCAQIeAQIXgAASCRDb
ZBTKIE3fGwdlR1BHAAEBsGwAnj7Q9Afc+gvlA3q5mUHdr6cFNLIWAJ96AQM1uri8
H3HAKgeHeEcpybF3DbQoQXJuYXVkIFF1ZXR0ZSA8YXJuYXVkLnF1ZXR0ZUBtZ2V1
cHMuY29tPohfBBMRAgAXBQI9ND4vBQsHCgMEAxUDAgMWAgECF4AAEgkQ22QUyiBN
3xsHZUdQRwABAVxfAJ0WFHDXpKrMiYqMRqYC9sJy7v/WLgCbB1Z8qUAnNd4WZJmo
HUVMKTbJr420JkFybmF1ZCBRdWV0dGUgPEFybmF1ZFF1ZXR0ZUBFYXRvbi5jb20+
iGAEExECACAFAkjSDDACGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAKCRDbZBTK
IE3fG5fkAJwM0cd1Y67AjSQvIVv+Gq/CWrWx4wCePOsnHiyMhYN7OlWNV9HRtVm7
1Iq5AQ0EPTLnwhAEAKEe3dQVxVL/ekOXdYODJhNER4iJJD6mBlImCHHsFxY1OVLK
K9R2n06QdgcLHSBgsSanujED2OeFl7gYcwxoXEqVdDTUQrbGIXAyu3KV+aPZFETv
9L5FHWIglP2UDEIpfu1LfM+h+mwcDnKEBHxOgtrTbdypCzNd+PFxb/8c51n7AAMF
A/4h+KQER+lzk3vqtKDlod0hIVdgh1IkvlGwKw6MCgTQi3QDoq74DrICWLTl6Nqz
cfnLsfokDAxflfrtU8sasJy7ych9Iv0MFbYubs0pzywYr9sKOxJKTO9JVWrFvGCG
Cjo/ek73zKISZUHKgv7jungAv0er2pTsMdE66+eEFRhK9IhOBBgRAgAGBQI9MufC
ABIJENtkFMogTd8bB2VHUEcAAQG6NQCcDXQDPuv6+LysxTssJmCylZRLyaoAoMaI
YhUziTcacpO24e94Nt71AxEB
=4Dhx
-END PGP PUBLIC KEY BLOCK-
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit osc for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package osc for openSUSE:Factory checked in 
at 2012-12-05 14:01:17

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


Package is osc, Maintainer is adr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/osc/osc.changes  2012-10-07 19:54:05.0 
+0200
+++ /work/SRC/openSUSE:Factory/.osc.new/osc.changes 2012-12-05 
14:01:20.0 +0100
@@ -1,0 +2,16 @@
+Tue Dec  4 15:46:11 UTC 2012 - adr...@suse.de
+
+- update to 0.137.0:
+- support single binary download via getbinaries command
+- support to set the bugowner
+  #
+  # Features which requires OBS 2.4
+  #
+- offer to send set_bugowner request if target is not writeable
+- support delete requests for repositories.
+- support default maintainer/bugowner search based on binary package names
+- support to lookup --all definitions of maintainers of bugowners. Either
+  for showing or setting them.
+- buildinfo --debug  option for verbose output of dependency calculation
+
+---

Old:

  osc-0.136.0.tar.gz

New:

  osc-0.137.0.tar.gz



Other differences:
--
++ osc.spec ++
--- /var/tmp/diff_new_pack.XneH5f/_old  2012-12-05 14:01:21.0 +0100
+++ /var/tmp/diff_new_pack.XneH5f/_new  2012-12-05 14:01:21.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   osc
-Version:0.136.0
+Version:0.137.0
 Release:0
 Summary:openSUSE Build Service Commander
 License:GPL-2.0+

++ _service ++
--- /var/tmp/diff_new_pack.XneH5f/_old  2012-12-05 14:01:21.0 +0100
+++ /var/tmp/diff_new_pack.XneH5f/_new  2012-12-05 14:01:21.0 +0100
@@ -1,6 +1,6 @@
 services
   service name=tar_scm mode=disabled
-param name=version0.136.0/param
+param name=version0.137.0/param
 param name=urlgit://github.com/openSUSE/osc.git/param
 param name=scmgit/param
   /service

++ osc-0.136.0.tar.gz - osc-0.137.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.136.0/.gitignore new/osc-0.137.0/.gitignore
--- old/osc-0.136.0/.gitignore  2012-09-27 21:46:58.0 +0200
+++ new/osc-0.137.0/.gitignore  1970-01-01 01:00:00.0 +0100
@@ -1,5 +0,0 @@
-*.pyc
-*.swp
-tags
-build
-tests/junit-xml-results
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.136.0/NEWS new/osc-0.137.0/NEWS
--- old/osc-0.136.0/NEWS2012-09-27 21:46:58.0 +0200
+++ new/osc-0.137.0/NEWS2012-12-04 16:45:58.0 +0100
@@ -1,3 +1,16 @@
+0.137
+  - support single binary download via getbinaries command
+  - support to set the bugowner
+#
+# Features which requires OBS 2.4
+#
+  - offer to send set_bugowner request if target is not writeable
+  - support delete requests for repositories.
+  - support default maintainer/bugowner search based on binary package names
+  - support to lookup --all definitions of maintainers of bugowners. Either
+for showing or setting them.
+  - buildinfo --debug  option for verbose output of dependency calculation
+
 0.136
   - prefer TLS v1.1 or v1.2 if available
   - declined is considered to be an open state (that is osc rq list also 
shows declined requests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.136.0/osc/.gitignore 
new/osc-0.137.0/osc/.gitignore
--- old/osc-0.136.0/osc/.gitignore  2012-09-27 21:46:58.0 +0200
+++ new/osc-0.137.0/osc/.gitignore  1970-01-01 01:00:00.0 +0100
@@ -1,2 +0,0 @@
-*.pyc
-*.swp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.136.0/osc/build.py new/osc-0.137.0/osc/build.py
--- old/osc-0.136.0/osc/build.py2012-09-27 21:46:58.0 +0200
+++ new/osc-0.137.0/osc/build.py2012-12-04 16:45:58.0 +0100
@@ -152,10 +152,8 @@
 def remove_dep(self, name):
 # we need to iterate over all deps because if this a
 # kiwi build the same package might appear multiple times
-for i in self.deps:
-# only remove those which are needed for the build itself
-if i.name == name and not i.noinstall:
-self.deps.remove(i)
+# NOTE: do not loop and remove items, the second same one would not 
get catched
+self.deps = [i for i in self.deps if not i.name == name]
 
 
 class Pac:
@@ -181,7 +179,7 @@
 self.mp['name'] = node.get('name') or self.mp['binary']
 
 # this is not the ideal place to check if the package is a localdep or 
not
-localdep = 

commit pango for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package pango for openSUSE:Factory checked 
in at 2012-12-05 14:01:26

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


Package is pango, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/pango/pango.changes  2012-11-26 
19:55:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.pango.new/pango.changes 2012-12-05 
14:01:29.0 +0100
@@ -1,0 +2,8 @@
+Tue Dec  4 14:48:03 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.32.3:
+  + Make gobject-introspection PANGO_GLYPH happy
+  + Provide a phony define for LANGUAGE
+  + Adjust to harfbuzz 0.97 API
+
+---

Old:

  pango-1.32.2.tar.xz

New:

  pango-1.32.3.tar.xz



Other differences:
--
++ pango.spec ++
--- /var/tmp/diff_new_pack.MKPW0k/_old  2012-12-05 14:01:30.0 +0100
+++ /var/tmp/diff_new_pack.MKPW0k/_new  2012-12-05 14:01:30.0 +0100
@@ -20,7 +20,7 @@
 %define pango_binary_version 1.8.0
 
 Name:   pango
-Version:1.32.2
+Version:1.32.3
 Release:0
 Summary:Library for Layout and Rendering of Text
 License:LGPL-2.1+

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



commit pari for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package pari for openSUSE:Factory checked in 
at 2012-12-05 14:01:39

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


Package is pari, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.pari.new/pari.changes   2012-12-05 
14:01:44.0 +0100
@@ -0,0 +1,19 @@
+---
+Thu Nov 29 19:09:42 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 2.5.3
+* Fixed a bug whereby calling a GP function with a lot of omitted
+  arguments could crash
+* idealramgroups() and idealfrobenius() did not accept a bnf
+
+---
+Sun Feb 26 22:13:05 UTC 2012 - sco...@free.fr
+
+- fix build requirement to allow build on SLE-11
+- recompress source file to bzip2 format to allow build on SLE-11
+- add missing %%post and %%postun scriptlets 
+
+---
+Mon Sep 26 08:52:28 UTC 2011 - jeng...@medozas.de
+
+- Initial package (version 2.5.0) for build.opensuse.org

New:

  pari-2.5.3.changelog
  pari-2.5.3.tar.xz
  pari.changes
  pari.spec



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

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

Name:   pari
%define lname   libpari-gmp3
Version:2.5.3
Release:0
Group:  Productivity/Scientific/Math
Summary:Computer Algebra System for fast computations in Number Theory
License:GPL-2.0
URL:http://pari.math.u-bordeaux.fr/

#DL-URL:http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.5.3.tar.gz
Source: %name-%version.tar.xz
Source2:
http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.5.3.changelog
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  gmp-devel, readline-devel
BuildRequires:  fltk-devel, libqt4-devel, xz
%if 0%{?suse_version} = 1220
BuildRequires:  libX11-devel, xorg-x11-proto-devel
%else
BuildRequires:  xorg-x11-devel
%endif

%description
PARI/GP is a computer algebra system designed for fast computations
in number theory (factorizations, algebraic number theory, elliptic
curves), but also contains a large number of other useful functions
to compute with mathematical entities such as matrices, polynomials,
power series, algebraic numbers etc., and a lot of transcendental
functions.

%package gp
Summary:Frontend to the PARI Computer Algebra System
Group:  Productivity/Scientific/Math

%description gp
PARI/GP is a computer algebra system designed for fast computations
in number theory (factorizations, algebraic number theory, elliptic
curves), but also contains a large number of other useful functions
to compute with mathematical entities such as matrices, polynomials,
power series, algebraic numbers etc., and a lot of transcendental
functions.

%package -n %lname
Summary:Computer Algebra System library for fast computations in Number 
Theory
Group:  System/Libraries
# This is used by the data packages to avoid having a too-old version of 
libpari:
Provides:   libpari-gmp = %version-%release

%description -n %lname
PARI/GP is a computer algebra system designed for fast computations
in number theory (factorizations, algebraic number theory, elliptic
curves), but also contains a large number of other useful functions
to compute with mathematical entities such as matrices, polynomials,
power series, algebraic numbers etc., and a lot of transcendental
functions.

%package devel
Summary:Development files for the PARI CAS
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
PARI/GP is a computer algebra system designed for fast computations
in number theory (factorizations, algebraic number theory, elliptic
curves), but also contains a large number of other useful functions
to compute with mathematical entities such as matrices, 

commit parkverbot for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package parkverbot for openSUSE:Factory 
checked in at 2012-12-05 14:01:52

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


Package is parkverbot, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/parkverbot/parkverbot.changes2012-05-16 
15:03:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.parkverbot.new/parkverbot.changes   
2012-12-05 14:01:54.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec  3 15:30:11 UTC 2012 - jeng...@inai.de
+
+- Replace bad signature by a new one
+
+---



Other differences:
--
++ parkverbot.spec ++
--- /var/tmp/diff_new_pack.NQr0Aj/_old  2012-12-05 14:01:54.0 +0100
+++ /var/tmp/diff_new_pack.NQr0Aj/_new  2012-12-05 14:01:54.0 +0100
@@ -14,21 +14,32 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   parkverbot
 Version:1.0+git5
 Release:0
-Group:  System/Base
 Url:http://parkverbot.sf.net/
 Summary:Daemon to prevent hard disk head parking in rotational media
 License:GPL-2.0+
+Group:  System/Base
 
 #DL-URL:   http://downloads.sf.net/parkverbot/%name-%version.tar.xz
 Source:%name-%version.tar.xz
 Source2:%name-%version.tar.xz.asc
 #BuildRequires:  autoconf = 2.60, automake = 1.10
-BuildRequires:  pkgconfig = 0.23 pkgconfig(libHX) = 3.12, systemd, xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig = 0.23
+BuildRequires:  xz
+%if 0%{?sles_version}
+BuildRequires:  libHX-devel = 3.12
+%else
+BuildRequires:  pkgconfig(libHX) = 3.12
+%endif
+%if 0%{?suse_version} = 1220
+BuildRequires:  systemd
 %systemd_requires
+%endif
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Modern rotational hard disks have a misfeature involving the regular


++ parkverbot-1.0+git5.tar.xz.asc ++
--- /var/tmp/diff_new_pack.NQr0Aj/_old  2012-12-05 14:01:54.0 +0100
+++ /var/tmp/diff_new_pack.NQr0Aj/_new  2012-12-05 14:01:54.0 +0100
@@ -1,17 +1,17 @@
 -BEGIN PGP SIGNATURE-
-Version: GnuPG v2.0.18 (GNU/Linux)
+Version: GnuPG v2.0.19 (GNU/Linux)
 
-iQIcBAABAgAGBQJPsNCQAAoJEN//LNsZ/DONJeAQAI4hcr4782+UmGx7E8l0wwJc
-/RawBeo0an2kAq7KrT5wDuOd7p1q0uuFbhV3/E/lTeB9fkGP9Rw40DqhEDEpYPAZ
-HEqHt2Jq5AF+/KFLOTc6PsHKwASGO2uotlgGQhqYCmfIret4X0T9wVAGqbQ81DM+
-cNNSJV0AhZTagFw8dRLEkUM1bChQY1fHbR4FRkinsw91SUBxTyeN1SzEoXrCXQp2
-MGtDaMj4DzCOXogwDUcKDlIIn/0PFvuY2jLURxWV9AQb9KFvv+Vg/8R3NzJiJh9/
-uDFX3o/RGWC3vPYT50bd3gzjglQNMBZ8Wcx7IdcKgLUD0WJ1qpH6yCmhRN4xlkm5
-vkrIDHRZssxQsUzVyXw4pAoex5B+hpOwZ+zX4lj80O8A072I+JkirfEoUWSJZV2H
-jPOIEyWh9asy2Lgm55isXWjHPZdvplYKbkTgBolQ72ndcZF8ImhcL6XRE6t3f1XG
-z6RN8+2r2vDx5uVTQmggr+MnUg/bA3Rbbud1W/6AyifHWBlKJg0J8tFvTBoRmCiF
-7Ypm+eiiUJ6zibVroKRnnRbqaZH2txLqEgMAXqpN4FAR0mZ8THBxVuluYoBpOrEf
-eUWtE+wLiUHwWdjLDQo+ss0tKberAXNUCW53dM1yS8/B/VZbLeZ7DhAZeoUkpNXq
-2UvnmYVnnkmoMSy0Xwa3
-=gezG
+iQIcBAABAgAGBQJQvMU+AAoJEN//LNsZ/DONMG8P/jP6O6PHF/gJ5InEruvyKZKX
+GcWIDiZVIqekGrLS6eKAEIlIadjr5bieNY1ev//yWB8bCPDYGIUYjYn3G3IGdgya
+aZdAHpCW7DDPasr7oXE54+W9dL8+D0ab4naVhgPMiE06Lo4Oj/XMCAm9ZN0EHMQF
+uUmxu4NluIjY1dbKTr1OPkslsziQQVAIF79ENREfRcqmihNrgr/xbFQa+b/8Yw4h
+TnKt9BnTEf1T/wBuUsTjyUcmaq3cb8Z66z12UxTOFSVeTQJPKiMLdTOIUP4dj8FE
+D+3btgqCdFXZ/be9KQsiZFcWYKmse/rZ8STxWgGtQNhD5J/iv2lNx1/tEamH+3wv
+6TnQgPAYugJpXC8J0crDhZVe7sOa5hEK3Kw/3tcJYdX8WrXn/aA9drzFSlI6seLL
+0OMBmoPb4vw6QBrigzL5MOFdpMtCWI/+OatdUVlPiw9/huJK5Wm4NfSBhDfycvJo
+00eaJXn/CcYD0Rk0PMMwp3YyOJ0HD5Z1QU7c5WJeJ1sNbnX0PUL8RoaEm7amU+TM
+QwrxMUiI8H2h4EEuFrY9SL7s4eTy7H04hU+HrVGzNSaHOlpFAATEm3d63oSo+H24
+bf29KK3OkZIMINlk29pKTjvqLE0yb3jAxMm50ue5sJYViYsNahxC74CIfrjTIRZr
+1n05pnKugN2YZ4shunYe
+=iHUo
 -END PGP SIGNATURE-

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



commit pcsc-lite for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package pcsc-lite for openSUSE:Factory 
checked in at 2012-12-05 14:02:03

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


Package is pcsc-lite, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-lite/pcsc-lite.changes  2012-11-17 
07:26:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-lite.new/pcsc-lite.changes 2012-12-05 
14:02:05.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov 30 08:34:00 UTC 2012 - w...@rosenauer.org
+
+- Updated to version 1.8.7
+  * Fix a problem when a reader is unplugged (and the reader is
+still in use)
+
+---

Old:

  pcsc-lite-1.8.6.tar.bz2

New:

  pcsc-lite-1.8.7.tar.bz2



Other differences:
--
++ pcsc-lite.spec ++
--- /var/tmp/diff_new_pack.6YUh8q/_old  2012-12-05 14:02:06.0 +0100
+++ /var/tmp/diff_new_pack.6YUh8q/_new  2012-12-05 14:02:06.0 +0100
@@ -33,7 +33,7 @@
 BuildRequires:  systemd
 %{?systemd_requires}
 %endif
-Version:1.8.6
+Version:1.8.7
 Release:0
 Requires(pre):  pwdutils
 Url:http://pcsclite.alioth.debian.org/
@@ -109,7 +109,7 @@
 
 %package devel
 Summary:Development package for the MUSCLE project SmartCards library
-License:BSD-3-Clause ; GPL-3.0+
+License:BSD-3-Clause and GPL-3.0+
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}-%{release}
 Requires:   glibc-devel

++ pcsc-lite-1.8.6.tar.bz2 - pcsc-lite-1.8.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pcsc-lite-1.8.6/ChangeLog 
new/pcsc-lite-1.8.7/ChangeLog
--- old/pcsc-lite-1.8.6/ChangeLog   2012-08-30 18:19:13.0 +0200
+++ new/pcsc-lite-1.8.7/ChangeLog   2012-11-28 18:44:00.0 +0100
@@ -1,3 +1,8 @@
+pcsc-lite-1.8.7: Ludovic Rousseau
+28 November 2012
+- Fix a problem when a reader is unplugged (and the reader is still in use)
+
+
 pcsc-lite-1.8.6: Ludovic Rousseau
 30 August 2012
 - Fix a problem when only serial drivers are used (no hotplug/USB
@@ -69,7 +74,7 @@
   fork
 - Add define of FEATURE_EXECUTE_PACE from PCSC v2 Part 10 Amendment 1
   2011-06-03
-- Fix some memory leaks repoted by Coverity
+- Fix some memory leaks reported by Coverity
 - Enable silent build by default
 - log_line(): correctly calculate delta time when no color is used
   The update of last_time was only done in case of colorization
@@ -223,7 +228,7 @@
   driver polling function.
 - Avoid a division by 0. Closes [#312555] simclist bug in pcsc-lite
 - if pcscd is stared by libpcsclite then close all file handles except
-  stdin, stdout and stderr so that pcscd does not confiscate ressources
+  stdin, stdout and stderr so that pcscd does not confiscate resources
   allocated by the application
 - in case of auto exit create a new session so that Ctrl-C on the
   application will not also quit pcscd
@@ -264,7 +269,7 @@
   Thanks to Patrice Angelini for the bug report
 - SCardConnect()  SCardReconnect(): do not reset the cardProtocol in
   SCARD_SHARE_DIRECT case since the card have _not_ been reseted. A new
-  PPS negociation would fail.
+  PPS negotiation would fail.
 - Do not install files in /etc any more. Serial drivers are rare now.
 - Avoids a crash if a client sends a unknown command.
   Thanks to Martin Vogt for the bug report
@@ -323,7 +328,7 @@
   commands
 - SCardStatus(): returns SCARD_E_SHARING_VIOLATION if the reader is
   already used More conform to Windows
-- PCSC/reader.h: update sruct PIN_PROPERTIES_STRUCTURE to be conform
+- PCSC/reader.h: update struct PIN_PROPERTIES_STRUCTURE to be conform
   with Revision 2.02.06, April 2009 of PCSCv2 part 10 Fields
   wLcdMaxCharacters and wLcdMaxLines have been removed
   . rename FEATURE_MCT_READERDIRECT in FEATURE_MCT_READER_DIRECT to be
@@ -682,7 +687,7 @@
 3 March 2006
 - new official stable version since 1.2.0 in October 2003. Many thanks
   to all the bug reporters and bug fixers
-- libmusclecard is now in a independenant package
+- libmusclecard is now in a independent package
 - (re)allow compilation on Solaris
 - SCardReleaseContext(): do not check that the thread releasing the
   context is the one that established it. This check is not performed on
@@ -896,7 +901,7 @@
 - src/utils/Makefile.am:
   . install bundleTool and installifd in [...]/sbin/ instead of [...]/bin/
 - doc/example/Makefile.am:
-  . do not install pcsc_demo since it is just a sample code for developpers
+  . do not install pcsc_demo since it is just a sample code for developers
 that is not supposed (the code) to do 

commit perl-Alien-Tidyp for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package perl-Alien-Tidyp for 
openSUSE:Factory checked in at 2012-12-05 14:02:15

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


Package is perl-Alien-Tidyp, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Alien-Tidyp.new/perl-Alien-Tidyp.changes   
2012-12-05 14:02:17.0 +0100
@@ -0,0 +1,18 @@
+---
+Thu Nov 29 09:44:31 UTC 2012 - pgaj...@suse.com
+
+- Artistic-1.0 or GPL-2.0+ license
+
+---
+Thu Nov 17 14:49:03 UTC 2011 - co...@suse.com
+
+- update to 1.4.7
+   - fixed 
http://www.cpantesters.org/cpan/report/b74b5c2c-6fa9-1014-aa8f-4b9555dfede8 
(force nmake for MSVC build)
+   - fixed 
http://www.cpantesters.org/cpan/report/138b45f2-4b6f-11e0-afaf-8138785ebe45 (ar 
not in PATH on solaris)
+
+---
+Thu Apr 14 08:07:52 UTC 2011 - co...@opensuse.org
+
+- initial package 1.4.6
+* created by cpanspec 1.78.04
+

New:

  Alien-Tidyp-v1.4.7.tar.gz
  perl-Alien-Tidyp.changes
  perl-Alien-Tidyp.spec



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

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


Name:   perl-Alien-Tidyp
Version:1.4.7
Release:0
%define cpan_name Alien-Tidyp
Summary:Building, finding and using tidyp library - 
Lhttp://www.tidyp.com
License:Artistic-1.0 or GPL-2.0+
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/Alien-Tidyp/
Source: 
http://www.cpan.org/authors/id/K/KM/KMX/%{cpan_name}-v%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# MANUAL
BuildRequires:  libtidyp-devel
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Archive::Extract)
BuildRequires:  perl(Digest::SHA)
BuildRequires:  perl(ExtUtils::CBuilder)
BuildRequires:  perl(ExtUtils::Command)
BuildRequires:  perl(ExtUtils::Liblist)
BuildRequires:  perl(File::Copy)
BuildRequires:  perl(File::Fetch)
BuildRequires:  perl(File::Path)
BuildRequires:  perl(File::ShareDir) = 1.00
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(File::Temp)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::More)
Requires:   perl(File::ShareDir) = 1.00
Requires:   perl(File::Spec)
%{perl_requires}

%description
Building, finding and using tidyp library - Lhttp://www.tidyp.com

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

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

%check
./Build test

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

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes patches README sharedir TODO

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



commit perl-HTML-Encoding for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-Encoding for 
openSUSE:Factory checked in at 2012-12-05 14:02:28

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


Package is perl-HTML-Encoding, Maintainer is pgaj...@suse.com

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-Encoding.new/perl-HTML-Encoding.changes   
2012-12-05 14:02:28.0 +0100
@@ -0,0 +1,113 @@
+---
+Thu Nov 29 09:24:16 UTC 2012 - pgaj...@suse.com
+
+- license GPL-1.0+ or Artistic-1.0
+
+---
+Tue Apr 12 16:55:10 CEST 2011 - pgaj...@suse.cz
+
+- pdated to 0.61:
+  * Fixed https://rt.cpan.org/Ticket/Display.html?id=61603
+
+---
+Wed Dec  1 13:32:47 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Mon Nov 29 18:30:08 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+---
+Wed Aug 13 09:55:00 CEST 2008 sie...@gmx.de
+
+- Release version 0.60:
+  - minor bugfixes
+
+---
+Mon Jun 30 23:55:00 CEST 2008 sie...@gmx.de
+
+- Release version 0.59:
+  - De-listed URI as dependency, not my bug
+  - added eg/detector.pl
+  - added t/98podsyn.t
+  - added t/99podcov.t
+  - added 'dist' options in Makefile.PL
+  - marked private subs with an underscore
+
+---
+Mon Jun 30 19:55:00 CEST 2008 sie...@gmx.de
+
+- Release version 0.58:
+  - List URI as dependency to prevent test failure
+  - Added LICENCE = 'perl' to Makefile.PL
+
+---
+Wed Apr 9 21:22.00 CEST 2008 sie...@gmx.de
+
+- Release version 0.57:
+  - updated the pitfyful README file
+  - fixed a performance problem in my_decode reported by Ville Skytta
+- Spec file: Changelog cleanup.
+
+---
+Wed Dec 6 18:30:00 CET 2007 sie...@gmx.de
+
+- Release version 0.56:
+  - updated changes file
+  - fixed line end issues in test
+
+---
+Wed Dec 5 15:40:00 CET 2007 sie...@gmx.de
+
+- Release version 0.55
+- Spec file: Changelog cleanup.
+
+---
+Wed Dec 2 14:25:00 CET 2007 sie...@gmx.de
+
+- Release version 0.54:
+  - Fixed http://www.w3.org/mid/64584787-9995-43f3-a34e-d010ed981...@w3.org
+
+---
+Mon Sep 17 10:27:00 AST 2007 jf...@funktronics.ca
+
+- Cleanup files
+
+---
+Thu Jun 21 00:00:00 CEST 2007 sie...@gmx.de
+
+- Spec file cleanups
+   
+---
+Wed May 23 10:25:00 CEST 2007 sie...@gmx.de
+
+- Release version 0.53:
+  - Fixed http://rt.cpan.org/Public/Bug/Display.html?id=16351
+   
+---
+Tue May 22 00:00:00 CEST 2007 sie...@gmx.de
+
+- First openSUSE Build.
+
+---
+Tue Dec 14 09:25:00 CET 2004 bjo...@hoehrmann.de
+
+- Release version 0.52:
+  - encoding_from_http_message encoding defaulting did
+not work as intended, fixed.
+
+---
+Tue Dec 14 08:45:00 CET 2004 bjo...@hoehrmann.de
+
+- Release version 0.51:
+  - encoding_from_html_document returned a list in scalar
+context if the document had a XML declaration, fixed.
+
+---
+
+Tue Nov 2 03:10:15 CET 2004 bjo...@hoehrmann.de
+
+- Release version 0.50:
+  - rewrite from scratch

New:

  HTML-Encoding-0.61.tar.gz
  perl-HTML-Encoding.changes
  perl-HTML-Encoding.spec



Other differences:
--
++ perl-HTML-Encoding.spec ++
#
# spec file for package perl-HTML-Encoding
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and 

commit perl-SGML-Parser-OpenSP for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package perl-SGML-Parser-OpenSP for 
openSUSE:Factory checked in at 2012-12-05 14:02:39

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


Package is perl-SGML-Parser-OpenSP, Maintainer is pgaj...@suse.com

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-SGML-Parser-OpenSP.new/perl-SGML-Parser-OpenSP.changes
 2012-12-05 14:02:39.0 +0100
@@ -0,0 +1,15 @@
+---
+Fri Nov 18 08:44:44 UTC 2011 - co...@suse.com
+
+- use original tar.gz
+
+---
+Wed Dec  1 13:35:11 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Tue Feb 16 16:05:36 UTC 2010 - ch...@computersalat.de
+
+- initial package 0.994
+

New:

  SGML-Parser-OpenSP-0.994.tar.gz
  perl-SGML-Parser-OpenSP.changes
  perl-SGML-Parser-OpenSP.spec



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

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


Name:   perl-SGML-Parser-OpenSP
%define cpan_name SGML-Parser-OpenSP
Summary:Perl interface to the OpenSP SGML and XML parser
License:Artistic-1.0 or GPL-2.0+
Group:  Development/Libraries/Perl
Version:0.994
Release:0
Url:http://search.cpan.org/dist/SGML-Parser-OpenSP
Source0:%{cpan_name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  dos2unix
BuildRequires:  gcc-c++
BuildRequires:  opensp-devel
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Class::Accessor)
BuildRequires:  perl(Test::Exception)
BuildRequires:  perl(Test::Pod) = 1.00
BuildRequires:  perl(Test::Pod::Coverage)
Requires:   perl(Class::Accessor)

%description
SGML::Parser::OpenSP provides a native Perl interface, written in C++
and XS, to the OpenSP SGML and XML parser.

 Authors:   Bjoern Hoehrmann, bjo...@hoehrmann.de

%prep
%setup -q -n %{cpan_name}-%{version}
find -type f -exec chmod 0644 {} \;
find -type d -exec chmod 0755 {} \;
for i in Changes README lib/SGML/Parser/OpenSP/Tools.pm 
lib/SGML/Parser/OpenSP.pm; do
  dos2unix $i
done

%build
CFLAGS=$RPM_OPT_FLAGS perl Makefile.PL
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

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

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



commit php5-pear-Archive_Tar for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Archive_Tar for 
openSUSE:Factory checked in at 2012-12-05 14:02:52

Comparing /work/SRC/openSUSE:Factory/php5-pear-Archive_Tar (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Archive_Tar.new (New)


Package is php5-pear-Archive_Tar, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Archive_Tar/php5-pear-Archive_Tar.changes  
2012-01-30 12:27:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Archive_Tar.new/php5-pear-Archive_Tar.changes
 2012-12-05 14:02:54.0 +0100
@@ -1,0 +2,21 @@
+Mon Nov 26 15:36:42 UTC 2012 - Ralf Lang l...@b1-systems.de
+
+- version 1.3.10
+  Fix Bug #13361: Unable to add() some files (ex. mp3) [mrook]
+  Fix Bug #19330: Class creates incorrect (non-readable) tar.gz file [mrook]
+- from 1.3.9
+  Fix Bug #16759: No error thrown from missing PHP zlib functions [mrook]
+  Fix Bug #18877: Incorrect handling of backslashes in filenames on Linux 
[mrook]
+  Fix Bug #19085: Error while packaging [mrook]
+  Fix Bug #19289: Invalid tar file generated [mrook]
+
+- from 1.3.8:
+  Fix Bug #17853: Test failure: dirtraversal.phpt [mrook]
+  Fix Bug #18512: dead links are not saved in tar file [mrook]
+  Fix Bug #18702: Unpacks incorrectly on long file names using header prefix 
[mrook]
+  Implement Feature #10145: Patch to return a Pear Error Object on failure 
[mrook]
+  Implement Feature #17491: Option to preserve permissions [mrook]
+  Implement Feature #17813: Prevent PHP notice when extracting corrupted 
archive [mrook]
+
+
+---

Old:

  Archive_Tar-1.3.7.tgz

New:

  Archive_Tar-1.3.10.tgz



Other differences:
--
++ php5-pear-Archive_Tar.spec ++
--- /var/tmp/diff_new_pack.JiwTX3/_old  2012-12-05 14:02:55.0 +0100
+++ /var/tmp/diff_new_pack.JiwTX3/_new  2012-12-05 14:02:55.0 +0100
@@ -22,26 +22,35 @@
 Summary:Tar file management class
 License:BSD-2-Clause
 Group:  Productivity/Networking/Web/Servers
-Version:1.3.7
+Version:1.3.10
 Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
 Source: %{pear_name}-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php = 4
+%if 0%{?sles_version} == 11
+BuildRequires:  php53
+BuildRequires:  php53-devel
+BuildRequires:  php53-pear
+Requires:   php53 = 4.3.0
+Requires:   php53-pear = 1.5.4
+%else
+BuildRequires:  php = 4.3.0
 BuildRequires:  php-macros
-BuildRequires:  php5-pear
-Requires:   php = 4
-Requires:   php5-pear
+BuildRequires:  php-pear = 1.5.4
+Requires:   php = 4.3.0
+Requires:   php-pear = 1.5.4
+%endif
 #
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+Provides:   pear-%{pear_name}
+Provides:   php-pear-%{pear_name}
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 This class provides handling of tar files in PHP.

++ Archive_Tar-1.3.7.tgz - Archive_Tar-1.3.10.tgz ++
 4916 lines of diff (skipped)

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



commit php5-pear-channel-horde for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-channel-horde for 
openSUSE:Factory checked in at 2012-12-05 14:03:09

Comparing /work/SRC/openSUSE:Factory/php5-pear-channel-horde (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-channel-horde.new (New)


Package is php5-pear-channel-horde, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-channel-horde/php5-pear-channel-horde.changes
  2011-09-23 12:40:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-channel-horde.new/php5-pear-channel-horde.changes
 2012-12-05 14:03:11.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 27 10:57:34 UTC 2012 - Ralf Lang l...@b1-systems.de
+
+- change dependency names to SLE11 compatible options
+
+---



Other differences:
--
++ php5-pear-channel-horde.spec ++
--- /var/tmp/diff_new_pack.Z4ToQI/_old  2012-12-05 14:03:12.0 +0100
+++ /var/tmp/diff_new_pack.Z4ToQI/_new  2012-12-05 14:03:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-channel-horde
 #
-# 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,25 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define pear_xmldir  /var/lib/pear
 
 Name:   php5-pear-channel-horde
 Version:1.0
-Release:2
+Release:0
 Summary:Adds pear.horde.org channel to PEAR
-Group:  Development/Libraries/PHP
 License:BSD-3-Clause
+Group:  Development/Libraries/PHP
 Url:http://pear.horde.org/
 Source0:http://pear.horde.org/channel.xml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires:   php php5-pear
-Requires:   php5-tokenizer
-BuildRequires:  php5-tokenizer
-BuildRequires:  php5-pear = 5.1.1
+Requires:   php
+Requires:   php-pear
+Requires:   php-tokenizer
+BuildRequires:  php-pear = 1.9.0
+BuildRequires:  php-tokenizer
 
 %description
 This package adds the pear.horde.org channel which allows PEAR packages


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



commit php5-pear-Date_Holidays_Finland for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Date_Holidays_Finland for 
openSUSE:Factory checked in at 2012-12-05 14:04:57

Comparing /work/SRC/openSUSE:Factory/php5-pear-Date_Holidays_Finland (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays_Finland.new (New)


Package is php5-pear-Date_Holidays_Finland, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays_Finland.new/php5-pear-Date_Holidays_Finland.changes
 2012-12-05 14:04:59.0 +0100
@@ -0,0 +1,6 @@
+---
+Thu Nov 29 09:29:17 UTC 2012 - ka...@kkteam.de
+
+- version 0.1.2
+- initial packaging
+

New:

  Date_Holidays_Finland-0.1.2.tgz
  php5-pear-Date_Holidays_Finland.changes
  php5-pear-Date_Holidays_Finland.spec



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

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


Name:   php5-pear-Date_Holidays_Finland
%define pear_name  Date_Holidays_Finland
%define pear_sname date_holidays_finland
Summary:Driver class to calculate holidays in Finland
License:BSD-2-Clause
Group:  Productivity/Networking/Web/Servers
Version:0.1.2
Release:0
BuildArch:  noarch
Url:http://pear.php.net/package/%{pear_name}
Source: %{pear_name}-%{version}.tgz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  php = 4.2.0
%if 0%{?sles_version} == 11
BuildRequires:  php53-devel
%else
BuildRequires:  php-macros
%endif
BuildRequires:  php-pear
Requires:   php = 4.2.0
Requires:   php-pear
Requires:   php5-pear-Date_Holidays
Provides:   pear-%{pear_name}
Provides:   php-pear-%{pear_name}
# Fix for renaming (package convention)
Provides:   pear-%{pear_sname} = %{version}
Provides:   php-pear-%{pear_sname} = %{version}
Provides:   php5-pear-%{pear_sname} = %{version}
Obsoletes:  pear-%{pear_sname}  %{version}
Obsoletes:  php-pear-%{pear_sname}  %{version}
Obsoletes:  php5-pear-%{pear_sname}  %{version}

%description
Date_Holidays helps you calculate the dates and titles of holidays and other 
special celebrations. 
This is the driver for Finland

%prep
%setup -c

%build

%install
%{__mv} package*.xml %{pear_name}-%{version}
cd %{pear_name}-%{version}
PHP_PEAR_PHP_BIN=$(which php) -d memory_limit=50m
%{__pear} -v \
-d doc_dir=/doc \
-d bin_dir=%{_bindir} \
-d data_dir=%{php_peardir}/data \
install --offline --nodeps -R %{buildroot} package.xml

## the install script writes static paths into the files which are broken when 
actually deploying the rpm
## this is a dirty workaround and should be fixed inside the xml itself
sed -i -e s@%{buildroot}@@g 
%{buildroot}/%{php_peardir}/test/Date_Holidays_Finland/tests/Date_Holidays_Driver_Finland_TestSuite.php

%{__install} -D -m 0644 package.xml 
%{buildroot}%{php_pearxmldir}/%{pear_name}.xml

%{__rm} -rf %{buildroot}/{doc,tmp}
%{__rm} -rf 
%{buildroot}/%{php_peardir}/.{filemap,lock,registry,channels,depdb,depdblock}
cd ..

%php_pear_gen_filelist

%check
%{__pear} run-tests

%post
# on `rpm -ivh` PARAM is 1
# on `rpm -Uvh` PARAM is 2
if [ $1 = 1 ]; then
  %{__pear} install --nodeps --soft --force --register-only 
%{php_pearxmldir}/%{pear_name}.xml
fi
if [ $1 = 2 ]; then
  %{__pear} upgrade --offline --register-only %{php_pearxmldir}/%{pear_name}.xml
fi

%postun
# on `rpm -e` PARAM is 0
if [ $1 = 0 ]; then
  %{__pear} uninstall --nodeps --ignore-errors --register-only 
pear.php.net/%{pear_name}
fi

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-, root, root)

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



commit php5-pear-DB for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-DB for openSUSE:Factory 
checked in at 2012-12-05 14:05:55

Comparing /work/SRC/openSUSE:Factory/php5-pear-DB (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-DB.new (New)


Package is php5-pear-DB, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-DB/php5-pear-DB.changes
2012-02-16 10:08:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.php5-pear-DB.new/php5-pear-DB.changes   
2012-12-05 14:05:57.0 +0100
@@ -1,0 +2,17 @@
+Tue Nov 27 07:55:28 UTC 2012 - Ralf Lang l...@b1-systems.de
+
+- version 1.7.14
+- All drivers:
+  Made the definition of DB_common::raiseError() compatible with 
PEAR::raiseError() by adding dummy parameters. Request 11581.
+  Fixed SKIP block in the 20locale.phpt test.
+  Fixed non-persistent connections to really be non-persistent when 
unserialising. Bug 15115.
+
+- pgsql:
+  Added special-case to handle SAVEPOINT queries as manip queries. Bug 12260.
+  Implement rudimentary support for WITH...SELECT queries. Bug 17136.
+
+- sqlite:
+  Added support for another error message in the SQLite driver. Bug 12105, 
patch by Adam Ashley.
+  Implement auto_increment support in tableInfo(). Request 13193.
+
+---

Old:

  DB-1.7.13.tar.bz2

New:

  DB-1.7.14.tgz



Other differences:
--
++ php5-pear-DB.spec ++
--- /var/tmp/diff_new_pack.N9eAzg/_old  2012-12-05 14:05:58.0 +0100
+++ /var/tmp/diff_new_pack.N9eAzg/_new  2012-12-05 14:05:58.0 +0100
@@ -22,26 +22,31 @@
 Summary:Database Abstraction Layer
 License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
-Version:1.7.13
+Version:1.7.14
 Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
-Source: %{pear_name}-%{version}.tar.bz2
+Source: http://download.pear.php.net/package/DB-%{version}.tgz
 Source1:%{pear_name}.rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  php = 4.2.0
+%if 0%{?sles_version} == 11 
+BuildRequires:  php53-devel
+%else
 BuildRequires:  php-macros
-BuildRequires:  php5-pear
-Requires:   php5-pear
+%endif
+BuildRequires:  php-pear
 Requires:   php = 4.2.0
-Provides:   php-pear-%{pear_name} pear-%{pear_name}
+Requires:   php-pear
+Provides:   pear-%{pear_name}
+Provides:   php-pear-%{pear_name}
 # Fix for renaming (package convention)
-Provides:   php5-pear-%{pear_sname} = %{version}
-Provides:   php-pear-%{pear_sname} = %{version}
 Provides:   pear-%{pear_sname} = %{version}
-Obsoletes:  php5-pear-%{pear_sname}  %{version}
-Obsoletes:  php-pear-%{pear_sname}  %{version}
+Provides:   php-pear-%{pear_sname} = %{version}
+Provides:   php5-pear-%{pear_sname} = %{version}
 Obsoletes:  pear-%{pear_sname}  %{version}
+Obsoletes:  php-pear-%{pear_sname}  %{version}
+Obsoletes:  php5-pear-%{pear_sname}  %{version}
 
 %description
 DB is a database abstraction layer providing:
@@ -94,9 +99,8 @@
 %{__rm} -rf 
%{buildroot}/%{php_peardir}/.{filemap,lock,registry,channels,depdb,depdblock}
 
 # fix for brp-check-buildroot
-%{__sed} -i -e s@%{buildroot}@@g 
%{buildroot}%{php_peardir}/test/%{pear_name}/tests/driver/setup.inc.cvs
+%{__sed} -i -e s@%{buildroot}@@g 
%{buildroot}%{php_peardir}/test/%{pear_name}/tests/driver/setup.inc
 %{__sed} -i -e s@%{buildroot}@@g 
%{buildroot}%{php_peardir}/test/%{pear_name}/tests/include.inc
-
 cd ..
 
 %php_pear_gen_filelist

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



commit python-django-dajaxice for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package python-django-dajaxice for 
openSUSE:Factory checked in at 2012-12-05 14:06:01

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


Package is python-django-dajaxice, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-dajaxice/python-django-dajaxice.changes
2012-09-14 12:34:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-dajaxice.new/python-django-dajaxice.changes
   2012-12-05 14:06:04.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 27 07:57:34 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.5.3:
+  * Fix some Windows bugs.
+  * Fix some JS generation errros.
+  * Make dajaxice use CSRF_COOKIE_NAME.
+
+---

Old:

  django-dajaxice-0.5.2.tar.bz2

New:

  django-dajaxice-0.5.3.tar.bz2



Other differences:
--
++ python-django-dajaxice.spec ++
--- /var/tmp/diff_new_pack.330mSA/_old  2012-12-05 14:06:05.0 +0100
+++ /var/tmp/diff_new_pack.330mSA/_new  2012-12-05 14:06:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-django-dajaxice
-Version:0.5.2
+Version:0.5.3
 Release:0
 Url:http://dajaxproject.com
 Summary:Agnostic and easy to use ajax library for django

++ django-dajaxice-0.5.2.tar.bz2 - django-dajaxice-0.5.3.tar.bz2 ++
 4427 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-iptables for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package python-iptables for openSUSE:Factory 
checked in at 2012-12-05 14:06:12

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


Package is python-iptables, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.python-iptables.new/python-iptables.changes 
2012-12-05 14:06:13.0 +0100
@@ -0,0 +1,5 @@
+---
+Wed Nov 14 21:52:14 UTC 2012 - sasc...@suse.de
+
+- Initial version
+

New:

  python-iptables-0.1.1+git20121114.tar.bz2
  python-iptables.changes
  python-iptables.spec



Other differences:
--
++ python-iptables.spec ++
#
# spec file for package python-iptables
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   python-iptables
Version:0.1.1+git20121114
Release:0
Url:https://github.com/ldx/python-iptables
Summary:Python bindings for iptables
License:Apache-2.0
Group:  Development/Languages/Python
Source: %{name}-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
%if 0%{?suse_version}  0%{?suse_version} = 1110
%{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
%endif

%description
Python-iptables is a Python project that provides bindings to the iptables C 
libraries in Linux.
Interoperability with iptables is achieved using the iptables C libraries 
(libiptc, libxtables,
and iptables extensions), not calling the iptables executable and parsing its 
output as most other
iptables wrapper libraries do; this makes python-iptables faster and not prone 
to parsing errors,
at the same time leveraging all available iptables match and target extensions 
without further work.

%prep
%setup -q -n %{name}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc NOTICE doc
%{python_sitearch}/*

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



commit python-rdflib for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package python-rdflib for openSUSE:Factory 
checked in at 2012-12-05 14:06:23

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


Package is python-rdflib, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-rdflib/python-rdflib.changes  
2012-10-26 00:23:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-rdflib.new/python-rdflib.changes 
2012-12-05 14:06:28.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec  3 15:31:28 UTC 2012 - sasc...@suse.de
+
+- Disable testsuite on SLE_11_SP2 to fix build
+
+---



Other differences:
--
++ python-rdflib.spec ++
--- /var/tmp/diff_new_pack.fOFXIw/_old  2012-12-05 14:06:29.0 +0100
+++ /var/tmp/diff_new_pack.fOFXIw/_new  2012-12-05 14:06:29.0 +0100
@@ -55,12 +55,14 @@
 cd docs
 make html
 
-%check
-python setup.py test
-
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%if 0%{?suse_version} = 1220
+%check
+python setup.py test
+%endif
+
 %files
 %defattr(-,root,root)
 %doc CHANGELOG LICENSE README docs/_build/html

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



commit python-virtualenv for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2012-12-05 14:06:30

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


Package is python-virtualenv, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2012-09-25 10:46:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2012-12-05 14:06:33.0 +0100
@@ -1,0 +2,36 @@
+Tue Nov 27 07:53:41 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.8.4:
+  - Updated distribute to 0.6.31. This fixes #359 (numpy install
+regression) on UTF-8 platforms, and provides a workaround on
+other platforms: PYTHONIOENCODING=utf8 pip install numpy.
+  - When installing virtualenv via curl, don't forget to filter
+out arguments the distribute setup script won't understand.
+Fixes #358.
+  - Added some more integration tests.
+
+---
+Sun Nov 25 11:37:27 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 1.8.3:
+  - Fixed readline on OS X. Thanks minrk
+  - Updated distribute to 0.6.30 (improves our error reporting,
+plus new distribute features and fixes). Thanks Gabriel (g2p)
+  - Added compatibility with multiarch Python (Python 3.3 for example).
+Added an integration test. Thanks Gabriel (g2p)
+  - Added ability to install distribute from a user-provided egg,
+rather than the bundled sdist, for better speed. Thanks Paul Moore.
+  - Make the creation of lib64 symlink smarter about already-existing
+symlink, and more explicit about full paths. Fixes #334 and #330.
+Thanks Jeremy Orem.
+  - Give lib64 site-dir preference over lib on 64-bit systems, to
+avoid wrong 32-bit compiles in the venv. Fixes #328. Thanks Damien
+Nozay.
+  - Fix a bug with prompt-handling in activate.csh in non-interactive
+csh shells. Fixes #332. Thanks Benjamin Root for report and patch.
+  - Make it possible to create a virtualenv from within a Python 3.3
+pyvenv. Thanks Chris McDonough for the report.
+  - Add optional --setuptools option to be able to switch to it in
+case distribute is the default (like in Debian).
+
+---

Old:

  virtualenv-1.8.2.tar.bz2

New:

  virtualenv-1.8.4.tar.bz2



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.bZ6wSG/_old  2012-12-05 14:06:34.0 +0100
+++ /var/tmp/diff_new_pack.bZ6wSG/_new  2012-12-05 14:06:34.0 +0100
@@ -20,7 +20,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
 Name:   python-virtualenv
-Version:1.8.2
+Version:1.8.4
 Release:0
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder

++ virtualenv-1.8.2.tar.bz2 - virtualenv-1.8.4.tar.bz2 ++
 2690 lines of diff (skipped)

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



commit qdox for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package qdox for openSUSE:Factory checked in 
at 2012-12-05 14:06:39

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


Package is qdox, Maintainer is bnc-team-j...@forge.provo.novell.com

Changes:

--- /work/SRC/openSUSE:Factory/qdox/qdox.changes2012-11-02 
07:31:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.qdox.new/qdox.changes   2012-12-05 
14:06:41.0 +0100
@@ -1,0 +2,12 @@
+Fri Nov 30 18:11:00 UTC 2012 - cobe...@gmail.com
+
+- update to 1.12.1
+  * bugfix release, see
+  * http://jira.codehaus.org/browse/QDOX/fixforversion/18944
+
+---
+Wed Nov 28 14:55:25 UTC 2012 - mvysko...@suse.com
+
+- require saxon9 for build
+
+---

Old:

  qdox-1.12-src.tar.xz

New:

  qdox-1.12.1.tar.xz



Other differences:
--
++ qdox.spec ++
--- /var/tmp/diff_new_pack.bs9mIr/_old  2012-12-05 14:06:42.0 +0100
+++ /var/tmp/diff_new_pack.bs9mIr/_new  2012-12-05 14:06:42.0 +0100
@@ -33,15 +33,15 @@
 %define section free
 
 Name:   qdox
-Version:1.12
+Version:1.12.1
 Release:0
 Summary:Extract class/interface/method definitions from sources
 License:Apache-2.0
 Group:  Development/Libraries/Java
 Url:http://qdox.codehaus.org/
-# svn checkout https://svn.codehaus.org/qdox/tags/qdox-1.12 qdox-1.12
-# tar --exclude-vcs -cJf qdox-1.12-sources.tar.xz
-Source0:qdox-%{version}-src.tar.xz
+# svn checkout https://svn.codehaus.org/qdox/tags/qdox-1.12.1 qdox-1.12.1
+# tar --exclude-vcs -cJf qdox-1.12.1.tar.xz qdox-1.12.1
+Source0:qdox-%{version}.tar.xz
 Source1:pom-maven2jpp-depcat.xsl
 Source2:pom-maven2jpp-newdepmap.xsl
 Source3:pom-maven2jpp-mapdeps.xsl
@@ -49,6 +49,7 @@
 Source5:qdox-LocatedDef.java
 Source6:qdox-build.xml
 Source7:qdox-component-info.xml
+BuildRequires:  gpg2
 BuildRequires:  jpackage-utils = 1.6
 %if %with maven
 BuildRequires:  jmock = 1.0
@@ -58,8 +59,8 @@
 BuildRequires:  maven-plugin-xdoc
 BuildRequires:  maven-plugins-base
 BuildRequires:  mockobjects = 0.09
-BuildRequires:  saxon
-BuildRequires:  saxon-scripts
+BuildRequires:  saxon9
+BuildRequires:  saxon9-scripts
 %endif
 BuildRequires:  ant = 1.6
 BuildRequires:  ant-junit = 1.6
@@ -125,16 +126,16 @@
 echo 'depset'  $DEPCAT
 for p in $(find . -name project.xml); do
 pushd $(dirname $p)
-%{_bindir}/saxon project.xml %{SOURCE1}  $DEPCAT
+%{_bindir}/saxon9 project.xml %{SOURCE1}  $DEPCAT
 popd
 done
 echo  $DEPCAT
 echo '/depset'  $DEPCAT
-%{_bindir}/saxon $DEPCAT %{SOURCE2}  qdox-1.6-depmap.new.xml
+%{_bindir}/saxon9 $DEPCAT %{SOURCE2}  qdox-1.6-depmap.new.xml
 for p in $(find . -name project.xml); do
 pushd $(dirname $p)
 cp project.xml project.xml.orig
-%{_bindir}/saxon -o project.xml project.xml.orig %{SOURCE3} map=%{SOURCE4}
+%{_bindir}/saxon9 -o project.xml project.xml.orig %{SOURCE3} map=%{SOURCE4}
 popd
 done
 export MAVEN_HOME_LOCAL=$(pwd)/.maven





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



commit ruby-common for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package ruby-common for openSUSE:Factory 
checked in at 2012-12-05 14:06:48

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


Package is ruby-common, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ruby-common/ruby-common.changes  2012-11-10 
16:55:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.ruby-common.new/ruby-common.changes 
2012-12-05 14:06:49.0 +0100
@@ -1,0 +2,24 @@
+Tue Dec  4 10:57:13 UTC 2012 - nkrin...@suse.com
+
+- Bring back fix from submit request 140568 (Revision 23):
+  Fix gemspec filtering on SLE_11_SP2:
++ Only gemspec files resulting of the built gem matter, not other
+  gemspec found in-tree
++ Newer RPM uses rubygem.attr, which filters correctly
+
+---
+Fri Nov 30 16:24:19 UTC 2012 - co...@suse.com
+
+- require rubygems for old ruby versions
+- strip trailing .0 for ~ operator 
+
+---
+Fri Nov 23 12:36:58 GMT 2012 - aspi...@suse.com
+
+- Add -g option to rubygemsdeps.rb to allow preview / review
+  of automatically generated dependencies from:
++ gemspecs in packages which have already been installed
++ gems/gemspecs which have not yet been packaged
+  This is useful for learning / debugging the dependency generator.
+
+---



Other differences:
--
++ rubygemsdeps.rb ++
--- /var/tmp/diff_new_pack.yfpM8J/_old  2012-12-05 14:06:49.0 +0100
+++ /var/tmp/diff_new_pack.yfpM8J/_new  2012-12-05 14:06:49.0 +0100
@@ -23,17 +23,24 @@
 
 require 'optparse'
 require 'rubygems'
+require 'rubygems/format'
 require 'rubygems/specification'
 
 opts = OptionParser.new(Usage: #{$0})
 
 provides=false
 opts.on(-P, --provides, Output the provides of the package) do |val|
-provides=true
+  provides=true
 end
 requires=false
 opts.on(-R, --requires, Output the requires of the package) do |val|
-requires=true
+  requires=true
+end
+in_file=nil
+opts.on(-g, --gemspec FILE, String,
+Take gemspec from FILE, not filename in STDIN,
+Can be a .gem file or a .gemspec file) do |file|
+  in_file=file
 end
 rest = opts.permute(ARGV)
 
@@ -41,17 +48,53 @@
   exit(0)
 end
 
-gemspecs=Array.new
+def fatal(msg)
+  $stderr.puts msg
+  exit 1
+end
+
+def register_gemspec_from_file(gemspecs, rubyabi, file)
+  fatal Couldn't read '#{file}' unless File.readable? file
+
+  case file
+  when /\.gem$/
+gem = Gem::Format.from_file_by_path(file)
+fatal Failed to load gem from '#{file}' unless gem
+spec = gem.spec
+  when /\.gemspec$/
+spec = Gem::Specification.load(file)
+fatal Failed to load gem spec from '#{file}' unless spec
+  else
+fatal '#{file}' must be a .gem or .gemspec file
+  end
+
+  gemspecs  [ rubyabi, spec ]
+end  
 
-$stdin.each_line do |line|
-  m = line.match(%r{.*/gems/[^/]*/specifications/.*\.gemspec$})
-  gemspecs  [m[0], Gem::Specification.load(m[0])] if m
+def rubyabi_from_path(path)
+  m = path.match(%r{.*/gems/([^/]*)/.*})
+  return m ? m[1] : nil
+end
+
+gemspecs = Array.new
+
+if in_file
+  # This mode will not be used during actual rpm builds, but only by
+  # gem packagers for debugging / diagnostics, so that they can
+  # predict in advance what the dependencies will look like.
+  rubyabi = rubyabi_from_path(in_file) || '$RUBYABI'
+  register_gemspec_from_file(gemspecs, rubyabi, in_file)
+else
+  $stdin.each_line do |line|
+line.chomp!
+m = line.match(%r{.*/gems/[^/]*/specifications/.*\.gemspec$})
+if m
+  register_gemspec_from_file(gemspecs, rubyabi_from_path(line), line)
+end
+  end
 end
 
-gemspecs.each do |file, spec|
-  rubyabi=nil
-  m = file.match(%r{.*/gems/([^/]*)/.*})
-  rubyabi=m[1] if m
+gemspecs.each do |rubyabi, spec|
   if provides
 # old forms
 puts rubygem-#{spec.name} = #{spec.version}
@@ -72,16 +115,21 @@
 
   if requires
 puts ruby(abi) = #{rubyabi} if rubyabi
+puts rubygems if rubyabi.to_f  1.9
 spec.runtime_dependencies.each do |dep|
   dep.requirement.requirements.each do |r|
 if r.first == '~'
-  versions = r.last.to_s.split('.')
-  versions = versions[0,versions.length-1]
+  minversion = r.last.to_s.split('.')
+  versions = minversion[0,minversion.length-1]
  # ~ 2 is pretty nonsense, so avoid being tricked
  if versions.length  1
-puts rubygem(#{rubyabi}:#{dep.name}:#{versions.join('.')}) = 
#{r.last}
+   if minversion[minversion.length-1] == '0'
+ # ~ 1.2.0 is the same as = 

commit rubygem-commander for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-commander for 
openSUSE:Factory checked in at 2012-12-05 14:07:03

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


Package is rubygem-commander, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-commander.new/rubygem-commander.changes 
2012-12-05 14:07:03.0 +0100
@@ -0,0 +1,5 @@
+---
+Tue Sep 11 19:48:34 UTC 2012 - dmi...@roshchin.org
+
+- Initial package
+- Version 4.1.2

New:

  commander-4.1.2.gem
  rubygem-commander.changes
  rubygem-commander.spec



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

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


Name:   rubygem-commander
Version:4.1.2
Release:0
%define mod_name commander
%define mod_full_name %{mod_name}-%{version}

BuildRoot:  %{_tmppath}/%{name}-%{version}-build

BuildRequires:  rubygems_with_buildroot_patch
BuildRequires:  rubygem-highline = 1.6.11

Requires:   ruby
Requires:   rubygem-highline = 1.6.11

Url:http://visionmedia.github.com/commander
Source: %{mod_full_name}.gem
Summary:The complete solution for Ruby command-line executables
License:MIT
Group:  Development/Languages/Ruby

%description
The complete solution for Ruby command-line executables. Commander bridges the
gap between other terminal related libraries you know and love (OptionParser,
HighLine), while providing many new features, and an elegant API.

%package doc
Summary:RDoc documentation for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.

%package testsuite
Summary:Test suite for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description testsuite
Test::Unit or RSpec files, useful for developers.

%prep
#gem_unpack
#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
#gem_build

%build

%install
%gem_install %{S:0}
rm 
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/{.travis.yml,.gitignore}

%files
%defattr(-,root,root,-)
%{_bindir}/commander
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

%files doc
%defattr(-,root,root,-)
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/

%files testsuite
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

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



commit rubygem-open4 for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-open4 for openSUSE:Factory 
checked in at 2012-12-05 14:07:20

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


Package is rubygem-open4, Maintainer is jsr...@suse.com

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-open4.new/rubygem-open4.changes 
2012-12-05 14:07:20.0 +0100
@@ -0,0 +1,10 @@
+---
+Wed Aug  1 05:06:05 UTC 2012 - co...@suse.com
+
+- updated to version 1.3.0
+
+---
+Tue Feb 22 15:32:19 UTC 2011 - lsle...@suse.cz
+
+- initial package (1.0.1)
+

New:

  open4-1.3.0.gem
  rubygem-open4.changes
  rubygem-open4.spec



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

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


Name:   rubygem-open4
Version:1.3.0
Release:0
%define mod_name open4
%define mod_full_name %{mod_name}-%{version}

BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  ruby-macros = 1
Url:https://github.com/ahoward/open4
Source: %{mod_full_name}.gem
Summary:open4
License:Ruby
Group:  Development/Languages/Ruby

%description
description: open4 kicks the ass

%package doc
Summary:RDoc documentation for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.

%package testsuite
Summary:Test suite for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description testsuite
Test::Unit or RSpec files, useful for developers.

%prep
#gem_unpack
#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
#gem_build

%build

%install
%gem_install -f

%files
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

%files doc
%defattr(-,root,root,-)
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/

%files testsuite
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

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



commit rubygem-rails-i18n for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rails-i18n for 
openSUSE:Factory checked in at 2012-12-05 14:07:29

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


Package is rubygem-rails-i18n, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rails-i18n/rubygem-rails-i18n.changes
2012-11-05 06:33:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rails-i18n.new/rubygem-rails-i18n.changes   
2012-12-05 14:07:31.0 +0100
@@ -1,0 +2,10 @@
+Mon Nov 26 17:48:07 UTC 2012 - co...@suse.com
+
+- updated to version 0.7.1
+  - Update Peruvian Spanish (es-PE) translation
+  - Fix pluralization rules for OneTwoOther
+  - Fix pluralization rules for Hungarian (hu)
+  - Update Japanese (ja) translation
+  - Fix and complete translations of Macedonian (mk), Cyrillic Serbian (sr) 
and Serbo-Croatian (scr)
+ 
+---

Old:

  rails-i18n-0.7.0.gem

New:

  rails-i18n-0.7.1.gem



Other differences:
--
++ rubygem-rails-i18n.spec ++
--- /var/tmp/diff_new_pack.jySCjW/_old  2012-12-05 14:07:32.0 +0100
+++ /var/tmp/diff_new_pack.jySCjW/_new  2012-12-05 14:07:32.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-rails-i18n
-Version:0.7.0
+Version:0.7.1
 Release:0
 %define mod_name rails-i18n
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-rest-client for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rest-client for 
openSUSE:Factory checked in at 2012-12-05 14:07:42

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


Package is rubygem-rest-client, Maintainer is jsr...@suse.com

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rest-client.new/rubygem-rest-client.changes 
2012-12-05 14:07:44.0 +0100
@@ -0,0 +1,95 @@
+---
+Fri Oct  7 13:29:54 UTC 2011 - fcaste...@suse.com
+
+- Udate to 1.6.7
+
+---
+Wed Aug 24 20:53:51 UTC 2011 - fcaste...@novell.com
+
+- add provides rubygem-rest-client-1_6
+
+---
+Sun Nov 14 00:34:01 UTC 2010 - mrueck...@suse.de
+
+- update to version 1.6.1
+
+---
+Tue Jun 22 18:05:39 UTC 2010 - mrueck...@suse.de
+
+- add 1.4.2
+
+---
+Mon Jun 14 16:19:16 UTC 2010 - mrueck...@suse.de
+
+- update to version 1.5.1
+  - only converts headers keys which are Symbols
+  - use CGI for cookie parsing instead of custom code
+  - unescape user and password before using them (patch provided by
+Lars Gierth)
+  - expand ~ in ~/.restclientrc (patch provided by Mike Fletcher)
+  - ssl verification raise an exception when the ca certificate is
+incorrect (patch provided by Braintree)
+- additional changes from version 1.5.0
+  - the response is now a String with the Response module a.k.a.
+the change in 1.4.0 was a mistake (Response.body is returning
+self for compatability)
+  - added AbstractResponse.to_i to improve semantic
+  - multipart Payloads ignores the name attribute if it's not set
+(patch provided by Tekin Suleyman)
+  - correctly takes into account user headers whose keys are
+strings (path provided by Cyril Rohr)
+  - use binary mode for payload temp file
+  - concatenate cookies with ';'
+  - fixed deeper parameter handling
+  - do not quote the boundary in the Content-Type header (patch
+provided by W. Andrew Loe III)
+- additional changes from version 1.4.2
+  - fixed RestClient.add_before_execution_proc (patch provided by
+Nicholas Wieland)
+  - fixed error when an exception is raised without a response
+(patch provided by Caleb Land)
+- additional changes from version 1.4.1
+  - fixed parameters managment when using hash
+- additional changes from version 1.4.0
+  - Response is no more a String, and the mixin is replaced by an
+abstract_response, existing calls are redirected to response
+body with a warning.
+  - enable repeated parameters  RestClient.post
+'http://example.com/resource', :param1 = ['one', 'two',
+'three'], = :param2 = 'foo' (patch provided by Rodrigo
+Panachi)
+  - fixed the redirect code concerning relative path and query
+string combination (patch provided by Kevin Read)
+  - redirection code moved to Response so redirection can be
+customized using the block syntax
+  - only get and head redirections are now followed by default, as
+stated in the specification
+  - added RestClient.add_before_execution_proc to hack the http
+request, like for oauth
+  The response change may be breaking in rare cases.
+
+---
+Fri Jun 11 10:00:01 UTC 2010 - mrueck...@suse.de
+
+- use rubygems_requires macro
+
+---
+Thu Feb 18 22:48:44 UTC 2010 - prus...@suse.cz
+
+- updated to 1.3.1
+
+---
+Wed Jan  6 19:47:12 CET 2010 - prus...@suse.cz
+
+- updated to 1.2.0
+
+---
+Fri Dec 25 02:38:16 UTC 2009 - prus...@suse.cz
+
+- update to 1.0.4
+
+---
+Sat Aug 29 08:58:55 UTC 2009 - dmacvi...@novell.com
+
+- initial package for 1.0.3
+

New:

  rest-client-1.6.7.gem
  rubygem-rest-client.changes
  rubygem-rest-client.spec



Other differences:
--
++ rubygem-rest-client.spec ++
#
# spec file for package rubygem-rest-client
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# 

commit rubygem-ruby_parser for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby_parser for 
openSUSE:Factory checked in at 2012-12-05 14:07:55

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


Package is rubygem-ruby_parser, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby_parser/rubygem-ruby_parser.changes  
2012-11-12 11:43:49.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby_parser.new/rubygem-ruby_parser.changes 
2012-12-05 14:07:57.0 +0100
@@ -1,0 +2,36 @@
+Tue Nov 27 20:01:10 UTC 2012 - co...@suse.com
+
+- updated to version 3.0.4
+ * 1 bug fix:
+ 
+   * RPStringScanner#lineno was still using byte offset, not char offset. 
(brynary)
+ 
+ * 1 minor enhancement:
+ 
+   * Improved error output on invalid char in expression.
+ 
+ * 1 bug fix:
+ 
+   * Fixed lexing of no-name ivars. (whitequark)
+ 
+ 52 down makes 99.9767% or 3.7σ. 130 files failed to parse out of 558k.
+ 
+ * 4 minor enhancements:
+ 
+   * Added RP_TIMEOUT env var to override default timeout of 10 seconds.
+   * Minor optimization to RubyLexer#parse_number
+   * Only output parseerror output to stderr if $DEBUG.
+   * ruby_parse_extract_error modified to include 'it' blocks in its search.
+ 
+ * 7 bug fixes:
+ 
+   * 1.9: Fixed args in dot-call forms (eg f.(...)).
+   * 1.9: Fixed lexing stabby lambda w/ do/end
+   * Deal better with DOS files. Ugh.
+   * Fix line number of production after heredoc.
+   * Fixed RubyParser#process to reuse parser instances across calls.
+   * Fixed line numbers for several productions.
+   * new_call sets line number to smallest line number of members.
+
+
+---

Old:

  ruby_parser-3.0.1.gem

New:

  ruby_parser-3.0.4.gem



Other differences:
--
++ rubygem-ruby_parser.spec ++
--- /var/tmp/diff_new_pack.2OTHkK/_old  2012-12-05 14:07:57.0 +0100
+++ /var/tmp/diff_new_pack.2OTHkK/_new  2012-12-05 14:07:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-ruby_parser
-Version:3.0.1
+Version:3.0.4
 Release:0
 %define mod_name ruby_parser
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-taskjuggler for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-taskjuggler for 
openSUSE:Factory checked in at 2012-12-05 14:08:06

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


Package is rubygem-taskjuggler, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-taskjuggler.new/rubygem-taskjuggler.changes 
2012-12-05 14:08:08.0 +0100
@@ -0,0 +1,5 @@
+---
+Wed Nov  7 10:13:05 UTC 2012 - lnus...@suse.de
+
+- new package version 3.3.0
+

New:

  rubygem-taskjuggler.changes
  rubygem-taskjuggler.spec
  taskjuggler-3.3.0.gem



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

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


Name:   rubygem-taskjuggler
Version:3.3.0
Release:0
%define mod_name taskjuggler
%define mod_full_name %{mod_name}-%{version}

BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# not needed?
#BuildRequires:  ruby-macros = 1
Requires:   ruby = 1.8.7
Provides:   taskjuggler = %{version}-%{release}
BuildRequires:  ruby-devel = 1.8.7
Url:http://www.taskjuggler.org
Source: %{mod_full_name}.gem
Summary:A Project Management Software
License:GPL-2.0
Group:  Development/Languages/Ruby

%description
TaskJuggler is a modern and powerful, Free and Open Source Software project
management tool. Its new approach to project planing and tracking is more
flexible and superior to the commonly used Gantt chart editing tools.
TaskJuggler is project management software for serious project managers. It
covers the complete spectrum of project management tasks from the first idea
to the completion of the project. It assists you during project scoping,
resource assignment, cost and revenue planing, risk and communication
management.

%package doc
Summary:RDoc documentation for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.

%package testsuite
Summary:Test suite for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description testsuite
Test::Unit or RSpec files, useful for developers.

%prep
#gem_unpack
#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
#gem_build

%build

%install
%gem_install -f
## vim
# don't turn on folding automatically
sed -i '/foldmethod/d' 
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/data/tjp.vim
install -d -m 0755 %{buildroot}%{_datadir}/vim/site/{syntax,ftdetect}
ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/data/tjp.vim 
%{buildroot}%{_datadir}/vim/site/syntax
cat  %{buildroot}%{_datadir}/vim/site/ftdetect/tjp_filetype.vim EOF
au BufNewFile,BufRead *.tjp,*.tji  set ft=tjp
EOF

%files
%defattr(-,root,root,-)
%{_bindir}/tj3
%{_bindir}/tj3client
%{_bindir}/tj3d
%{_bindir}/tj3man
%{_bindir}/tj3ss_receiver
%{_bindir}/tj3ss_sender
%{_bindir}/tj3ts_receiver
%{_bindir}/tj3ts_sender
%{_bindir}/tj3ts_summary
%{_bindir}/tj3webd
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
# vim
%{_datadir}/vim

%files doc
%defattr(-,root,root,-)
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/

%files testsuite
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

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



commit rubygem-websocket for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-websocket for 
openSUSE:Factory checked in at 2012-12-05 14:08:21

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


Package is rubygem-websocket, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-websocket.new/rubygem-websocket.changes 
2012-12-05 14:08:23.0 +0100
@@ -0,0 +1,5 @@
+---
+Mon Nov 26 11:01:13 UTC 2012 - co...@suse.com
+
+- initial package (version 1.0.4)
+

New:

  rubygem-websocket.changes
  rubygem-websocket.spec
  websocket-1.0.4.gem



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

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


Name:   rubygem-websocket
Version:1.0.4
Release:0
%define mod_name websocket
%define mod_full_name %{mod_name}-%{version}

BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  ruby-macros = 1
Url:http://github.com/imanel/websocket-ruby
Source: %{mod_full_name}.gem
Summary:Universal Ruby library to handle WebSocket protocol
License:MIT
Group:  Development/Languages/Ruby

%description
Universal Ruby library to handle WebSocket protocol

%package doc
Summary:RDoc documentation for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.

%package testsuite
Summary:Test suite for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description testsuite
Test::Unit or RSpec files, useful for developers.

%prep
#gem_unpack
#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
#gem_build

%build

%install
%gem_install -f

%files
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

%files doc
%defattr(-,root,root,-)
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/

%files testsuite
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

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



commit rubygem-webyast-administrator for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-administrator for 
openSUSE:Factory checked in at 2012-12-05 14:08:31

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


Package is rubygem-webyast-administrator, Maintainer is r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-administrator/rubygem-webyast-administrator.changes
  2012-10-12 14:25:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-administrator.new/rubygem-webyast-administrator.changes
 2012-12-05 14:08:35.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov 23 08:08:23 UTC 2012 - lsle...@suse.cz
+
+- REST API fixes - routing, better error handling (bnc#790373)
+- 0.3.6
+
+---

Old:

  webyast-administrator-0.3.5.gem

New:

  webyast-administrator-0.3.6.gem



Other differences:
--
++ rubygem-webyast-administrator.spec ++
--- /var/tmp/diff_new_pack.ltnafW/_old  2012-12-05 14:08:35.0 +0100
+++ /var/tmp/diff_new_pack.ltnafW/_new  2012-12-05 14:08:35.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-administrator
-Version:0.3.5
+Version:0.3.6
 Release:0
 %define mod_name webyast-administrator
 %define mod_full_name %{mod_name}-%{version}


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



commit rubygem-webyast-status for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-status for 
openSUSE:Factory checked in at 2012-12-05 14:08:42

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


Package is rubygem-webyast-status, Maintainer is r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-status/rubygem-webyast-status.changes
2012-11-08 21:53:45.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-status.new/rubygem-webyast-status.changes
   2012-12-05 14:08:44.0 +0100
@@ -1,0 +2,13 @@
+Fri Nov 23 08:26:19 UTC 2012 - lsle...@suse.cz
+
+- REST API fix - return error when requested metrics was not
+  found
+- 0.3.11
+
+---
+Tue Nov 20 09:47:04 UTC 2012 - lsle...@suse.cz
+
+- fixed HTML escaping in JS code (added html_safe)
+- 0.3.10
+
+---

Old:

  webyast-status-0.3.9.gem

New:

  webyast-status-0.3.11.gem



Other differences:
--
++ rubygem-webyast-status.spec ++
--- /var/tmp/diff_new_pack.Fmmren/_old  2012-12-05 14:08:45.0 +0100
+++ /var/tmp/diff_new_pack.Fmmren/_new  2012-12-05 14:08:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-status
-Version:0.3.9
+Version:0.3.11
 Release:0
 %define mod_name webyast-status
 %define mod_full_name %{mod_name}-%{version}



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



commit coreutils for openSUSE:12.1:Update

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package coreutils for openSUSE:12.1:Update 
checked in at 2012-12-05 14:08:53

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


Package is coreutils, Maintainer is p...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.G8ZDzQ/_old  2012-12-05 14:08:55.0 +0100
+++ /var/tmp/diff_new_pack.G8ZDzQ/_new  2012-12-05 14:08:55.0 +0100
@@ -1 +1 @@
-link package='coreutils.1076' cicount='copy' /
+link package='coreutils.1134' cicount='copy' /

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



commit patchinfo.1134 for openSUSE:12.1:Update

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1134 for 
openSUSE:12.1:Update checked in at 2012-12-05 14:08:55

Comparing /work/SRC/openSUSE:12.1:Update/patchinfo.1134 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.patchinfo.1134.new (New)


Package is patchinfo.1134, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagerpsmt/packager
  categoryrecommended/category
  ratinglow/rating
  summarycoreutils: set permissions on /bin/su, not the non-existant 
/usr/bin/su/summary
  descriptionThis update fixes the following issue for coreutils:
- bnc#791026: Set permissions on /bin/su, not the non-existant 
/usr/bin/su/description
  issue tracker=bnc id=791026coreutils in 12.1 uses wrong path for 
permission setting/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit smartmontools for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package smartmontools for openSUSE:Factory 
checked in at 2012-12-05 14:08:57

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


Package is smartmontools, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/smartmontools/smartmontools.changes  
2012-11-25 14:11:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.smartmontools.new/smartmontools.changes 
2012-12-05 14:08:59.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 29 19:09:35 CET 2012 - sbra...@suse.cz
+
+- Verify GPG signature.
+
+---

New:

  smartmontools.keyring



Other differences:
--
++ smartmontools.spec ++
--- /var/tmp/diff_new_pack.XFcdNg/_old  2012-12-05 14:09:00.0 +0100
+++ /var/tmp/diff_new_pack.XFcdNg/_new  2012-12-05 14:09:00.0 +0100
@@ -23,6 +23,7 @@
 Source1:%{name}-%{version}.tar.gz.asc
 Source2:smartmontools.sysconfig
 Source3:%{name}-rpmlintrc
+Source4:%{name}.keyring
 Patch1: smartmontools-default-enabled.patch
 Patch3: smartmontools-silent-unsupported.patch
 Patch4: smartmontools-removable.patch
@@ -47,6 +48,7 @@
 %{?systemd_requires}
 Url:http://smartmontools.sourceforge.net/
 BuildRequires:  gcc-c++
+BuildRequires:  gpg-offline
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} = 1110
 BuildRequires:  libselinux-devel
@@ -76,6 +78,7 @@
 commands man smartctl and man smartd will provide more information.
 
 %prep
+%gpg_verify %{S:1}
 %setup -q
 cp -a %{SOURCE2} .
 %patch1


++ smartmontools.keyring ++
pub   2048R/2753E77A 2010-11-18 [expires: 2012-12-31]
uid  Smartmontools Signing Key (through 2012) 
smartmontools-supp...@lists.sourceforge.net

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v2.0.19 (GNU/Linux)

mQENBEzlkCkBCAC7b5anMVMaBs0XOo3z9ypx7MvYpTNfJi/r8fg+zConKedcFbxD
N2NIrvrpArsWrnuEdO1VpmKiWdvwzxlJqkyf/Mc6430BgtomveZalawy9+jGeGo7
8vVNoD5y6CTlqvE7WZi7XIKK9SHbkMB1YeT0mGHNkkilr/WKi/dABNP2LRRwRTAV
ur9tZZYnGOPa0zkvgtYdxlg8UGrg+FOc5uw8CfC1LqrxT/BS3AGBTPNeTRKg6vWZ
hdAmrsZOdJwc+Sh4wL6+Cb7fE4BqZ5ZxAwVzZ8YDIL4xtTV87MM+gUYLMv393HZ5
cNgS6iUHQMs5S97VTJjUQysxCmZPBUbA5XatABEBAAG0VlNtYXJ0bW9udG9vbHMg
U2lnbmluZyBLZXkgKHRocm91Z2ggMjAxMikgPHNtYXJ0bW9udG9vbHMtc3VwcG9y
dEBsaXN0cy5zb3VyY2Vmb3JnZS5uZXQ+iQE+BBMBAgAoBQJM5ZApAhsDBQkD/GkA
BgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRCCsvCQJ1PnejU9CACJ1Miqn4mW
IJpHcdS5u/WVKJ4tB0Hn36iFZLR4n+UK6nA/s+a+6As//xyjrNc6EtKOKruAALgq
x0h+DczUzr3yhxSm/iUfHBVRmh6y213N1WyMV9BcXfWTIGfU6/LcVTCRZ6ESiHif
pVT/qGxyI9Dg3gXg8spMuaQc8eM2bXWbVSdVLOt+8AZOkSk7uOciECjQiLVduYdY
EgY2fPHT+W5u8Z2Hgu7HpjlSu5WtbnfC53sF43riQ/jKvlvtH5J4j9O1orPGj9Kb
Bkhk67hSl/kkim/ZQCr1kgpcQI5sd0Y1XvmlBLkFD3qU1a9QSurZdHz9bK6JwyAE
uBZFB8XOUEpp
=KAnN
-END PGP PUBLIC KEY BLOCK-
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit spyder for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package spyder for openSUSE:Factory checked 
in at 2012-12-05 14:09:09

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


Package is spyder, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/spyder/spyder.changes2012-06-12 
22:10:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.spyder.new/spyder.changes   2012-12-05 
14:09:11.0 +0100
@@ -1,0 +2,15 @@
+Thu Nov 29 17:20:37 UTC 2012 - toddrme2...@gmail.com
+
+- Fix typo
+
+---
+Thu Nov 29 13:05:17 UTC 2012 - toddrme2...@gmail.com
+
+- Update to Version 2.1.11
+  * Bug fixes
+- Split documentation package
+- Split spyderlib package and binary package, since spyderlib is
+  used independently of the spyder gui
+- Spec file cleanups
+
+---

Old:

  spyder-2.1.10.zip

New:

  spyder-2.1.11.zip



Other differences:
--
++ spyder.spec ++
--- /var/tmp/diff_new_pack.MtBN92/_old  2012-12-05 14:09:12.0 +0100
+++ /var/tmp/diff_new_pack.MtBN92/_new  2012-12-05 14:09:12.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package python-spyder
+# spec file for package spyder
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -11,14 +11,14 @@
 # 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:   spyder
 %define modname %{name}lib
-Version:2.1.10
+Version:2.1.11
 Release:0
 Url:http://spyderlib.googlecode.com
 Summary:Scientific PYthon Development EnviRonment
@@ -26,56 +26,76 @@
 Group:  Development/Languages/Python
 Source: http://%{modname}.googlecode.com/files/%{name}-%{version}.zip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  IPython
 BuildRequires:  fdupes
-BuildRequires:  python-devel = 2.5
-BuildRequires:  python-qt4  4.4
-BuildRequires:  python-pyflakes = 0.5.0
-BuildRequires:  python-rope = 0.9.2
 BuildRequires:  python-Sphinx = 0.6.0
-BuildRequires:  python-numpy
-BuildRequires:  python-scipy
+BuildRequires:  python-devel = 2.5
 BuildRequires:  python-matplotlib
+BuildRequires:  python-numpy
 BuildRequires:  python-pep8
 BuildRequires:  python-psutil
+BuildRequires:  python-pyflakes = 0.5.0
 BuildRequires:  python-pylint
-BuildRequires:  IPython
+BuildRequires:  python-qt4 = 4.4
+BuildRequires:  python-rope = 0.9.0
+BuildRequires:  python-scipy
 BuildRequires:  unzip
 %if 0%{?suse_version} = 1210
 BuildRequires:  update-desktop-files
 %endif
-Requires:   python  = 2.5
-Requires:   python-base = %{py_ver}
-Requires:   python-qt4  4.4
-Recommends: python-pyflakes = 0.5.0
-Recommends: python-rope = 0.9.2
-Recommends: python-Sphinx = 0.6.0
-Recommends: python-numpy
-Recommends: python-scipy
-Recommends: python-matplotlib
-Recommends: python-pep8
-Recommends: python-psutil
-Recommends: python-pylint
-Recommends: IPython
+Requires:   python-%{modname} = %{version}
 %if 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
-%py_requires
 %endif
 
-%lang_package
-
 %description
-The spyderlib module provides powerful console and
-editor related widgets to your PyQt4 application. It also includes a
-Scientific Python development environment named 'Spyder', an alternative to
-IDLE with powerful interactive features such as variable explorer (with
+A Scientific Python development environment, an alternative to IDLE 
+with powerful interactive features such as variable explorer (with
 GUI-based editors for dictionaries, lists, NumPy arrays, etc.), object
 inspector, online help, and a lot more.
 
+%package -n python-%{modname}
+Summary:Python GUI components
+Group:  Development/Languages/Python
+Requires:   python-Sphinx = 0.6.0
+Requires:   python-qt4 = 4.4
+Requires:   python(abi) = %{py_ver}
+Recommends: IPython
+Recommends: python-matplotlib
+Recommends: python-numpy
+Recommends: python-pep8
+Recommends: python-psutil
+Recommends: python-pyflakes = 0.5.0
+Recommends: python-pylint
+Recommends: python-rope = 0.9.0
+Recommends: python-scipy
+
+%description -n python-%{modname}
+The spyderlib module provides powerful console and
+editor related widgets to your PyQt4 

commit sudo for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package sudo for openSUSE:Factory checked in 
at 2012-12-05 14:09:24

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


Package is sudo, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sudo/sudo.changes2012-11-05 
15:03:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.sudo.new/sudo.changes   2012-12-05 
14:09:25.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec  3 10:58:10 UTC 2012 - cfarr...@suse.com
+
+- license update: ISC
+  Look at the license file
+
+---



Other differences:
--
++ sudo.spec ++
--- /var/tmp/diff_new_pack.bMSJ8i/_old  2012-12-05 14:09:26.0 +0100
+++ /var/tmp/diff_new_pack.bMSJ8i/_new  2012-12-05 14:09:26.0 +0100
@@ -20,7 +20,7 @@
 Version:1.8.6p3
 Release:0
 Summary:Execute some commands as root
-License:BSD-3-Clause
+License:ISC
 Group:  System/Base
 Url:http://www.sudo.ws/
 Source0:http://sudo.ws/sudo/dist/%{name}-%{version}.tar.gz

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



commit talloc for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2012-12-05 14:09:37

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


Package is talloc, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/talloc/talloc.changes2012-09-17 
14:11:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2012-12-05 
14:09:40.0 +0100
@@ -1,0 +2,14 @@
+Sun Dec  2 17:47:27 UTC 2012 - lmue...@suse.com
+
+- Update to 2.0.8.
+  + Convert error cecking macros into fns
+  + don't allow a talloc_pool inside a talloc_pool.
+  + use a struct for pool headers.
+  + remove unused variables
+  + Update doxygen config.
+  + Slightly simplify talloc_unlink
+  + Only check for pkg-config file when checking for system talloc.
+  + fix a comment typo
+  + simplifiy the logic to build talloc_testsuite in the standalone build
+
+---

Old:

  talloc-2.0.7.tar.gz

New:

  talloc-2.0.8.tar.gz



Other differences:
--
++ talloc.spec ++
--- /var/tmp/diff_new_pack.Bi5saK/_old  2012-12-05 14:09:41.0 +0100
+++ /var/tmp/diff_new_pack.Bi5saK/_new  2012-12-05 14:09:41.0 +0100
@@ -35,7 +35,7 @@
 %endif
 BuildRequires:  python-devel
 Url:http://talloc.samba.org/
-Version:2.0.7
+Version:2.0.8
 Release:0
 PreReq: /sbin/ldconfig
 Summary:Samba talloc Library

++ talloc-2.0.7.tar.gz - talloc-2.0.8.tar.gz ++
 31687 lines of diff (skipped)

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



commit tdb for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package tdb for openSUSE:Factory checked in 
at 2012-12-05 14:09:47

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


Package is tdb, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/tdb/tdb.changes  2012-09-23 21:15:51.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tdb.new/tdb.changes 2012-12-05 
14:09:49.0 +0100
@@ -1,0 +2,17 @@
+Sun Dec  2 17:27:15 UTC 2012 - lmue...@suse.com
+
+- Update to version 1.2.11.
+  + Make tdb robust against improper CLEAR_IF_FIRST restart
+  + Make robust against shrinking tdbs
+  + add -e option to tdbdump (and docment it).
+  + tdbdump should log errors, and fail in that case.
+  + add tdb_rescue()
+  + Fix a typo
+  + return unpack error on strdup failure
+  + finish weaning off err.h.
+  + don't use err.h in tests.
+  + make TDB_NOSYNC merely disable sync.
+  + remove unused debug_fprintf() macro that breaks the build
+  + tests: fix use of a non-existent word (existant)
+
+---

Old:

  tdb-1.2.10.tar.asc
  tdb-1.2.10.tar.gz

New:

  tdb-1.2.11.tar.asc
  tdb-1.2.11.tar.gz



Other differences:
--
++ tdb.spec ++
--- /var/tmp/diff_new_pack.cO6wkm/_old  2012-12-05 14:09:50.0 +0100
+++ /var/tmp/diff_new_pack.cO6wkm/_new  2012-12-05 14:09:50.0 +0100
@@ -34,7 +34,7 @@
 %endif
 BuildRequires:  python-devel
 Url:http://tdb.samba.org/
-Version:1.2.10
+Version:1.2.11
 Release:0
 Summary:Samba Trivial Database
 License:GPL-3.0+

++ build_pie.patch ++
--- /var/tmp/diff_new_pack.cO6wkm/_old  2012-12-05 14:09:50.0 +0100
+++ /var/tmp/diff_new_pack.cO6wkm/_new  2012-12-05 14:09:50.0 +0100
@@ -3,10 +3,10 @@
 
 Build and link binaries with PIE flags.
 
-Index: tdb-1.2.10/wscript
+Index: tdb-1.2.11/wscript
 ===
 tdb-1.2.10.orig/wscript
-+++ tdb-1.2.10/wscript
+--- tdb-1.2.11.orig/wscript
 tdb-1.2.11/wscript
 @@ -94,20 +94,27 @@ def build(bld):
  
  bld.SAMBA_BINARY('tdbrestore',

++ tdb-1.2.10.tar.gz - tdb-1.2.11.tar.gz ++
 9302 lines of diff (skipped)

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



commit tomoyo-tools for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package tomoyo-tools for openSUSE:Factory 
checked in at 2012-12-05 14:09:56

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


Package is tomoyo-tools, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/tomoyo-tools/tomoyo-tools.changes
2011-10-21 16:43:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.tomoyo-tools.new/tomoyo-tools.changes   
2012-12-05 14:09:57.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 29 19:20:40 CET 2012 - sbra...@suse.cz
+
+- Verify GPG signature.
+
+---

New:

  tomoyo-tools.keyring



Other differences:
--
++ tomoyo-tools.spec ++
--- /var/tmp/diff_new_pack.WdaFpC/_old  2012-12-05 14:09:58.0 +0100
+++ /var/tmp/diff_new_pack.WdaFpC/_new  2012-12-05 14:09:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tomoyo-tools
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,15 +21,16 @@
 BuildRequires:  ncurses-devel
 
 Name:   tomoyo-tools
+Summary:Userspace tools for TOMOYO Linux 2.4.x
 License:GPL-2.0
 Group:  Development/Tools/Other
-AutoReqProv:on
-Summary:Userspace tools for TOMOYO Linux 2.4.x
 Url:http://sourceforge.jp/projects/tomoyo/
 Version:2.4.0.20110929
-Release:81
+Release:0
 Source0:
http://sourceforge.jp/frs/redir.php?f=/tomoyo/52848/tomoyo-tools-%{downloadver}.tar.gz
 Source1:
http://sourceforge.jp/frs/redir.php?f=/tomoyo/52848/tomoyo-tools-%{downloadver}.tar.gz.asc
+Source2:%{name}.keyring
+BuildRequires:  gpg-offline
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -37,6 +38,7 @@
 Please see http://tomoyo.sourceforge.jp/2.4/ for documentation.
 
 %prep
+%gpg_verify %{S:1}
 %setup -q -n %{name}
 
 %build


++ tomoyo-tools.keyring ++
pub   1024D/4B975A98 2008-07-29 [expires: 2013-07-29]
uid  Tetsuo Handa penguin-ker...@i-love.sakura.ne.jp

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v2.0.19 (GNU/Linux)

mQGiBEiPBxkRBACX0ru++8E6vHoVBupTgcEV/1Dk/Dv75AWNomyNJKUr8RaQ3LYs
LmmEq0ZZSP6pnrba2tnw7dash1HFfqV6Kx0hUjU7gszNlI/tDepYsAexLJQNjVPU
ppcikPUM1FU/gT+zbTFn3smkgccVRd0Tq8OuDI3ye4yel5NJW+8sNbryvwCg2BWz
CCft1n9BgRhb4pHbIrgAyzcD/A946hAuc4x3ACopqtaT0Id41tRVhW/3cvXGTvjN
HQOhnI2oNbO7HYFYZ+Iu9FugQBQ/eArJOgl3jr8A4cNIlk5xc1/yRKVXRZ92ERQm
NAO1XYbX0BhimXCZdhRHB87/NXFXS0iMX6WB2BezUzsJ0L0mSi/+55ZLKNs5KUst
tbgNA/9EQcvkm6mr7wPpyHxGUJpPwUf/SOj79sIGNDXuteQfOnql31rWGeF0W3kH
bmCWiOPFVhhjCjCFr7fnnZdTHs6Ppue8vpneSOc9gzoxVLqBdMR5QwTOtQBpVVSP
NTeoouQWRNfQIsIvnGKQvVfyDEmIabVBqPFU97El4lEhgczuvbQxVGV0c3VvIEhh
bmRhIDxwZW5ndWluLWtlcm5lbEBJLWxvdmUuU0FLVVJBLm5lLmpwPohmBBMRAgAm
AhsDBgsJCAcDAgQVAggDBBYCAwECHgECF4AFAkxDo7QFCQlmt5sACgkQUDraOEuX
WphZDACg1mj1dxoPmnSUsSOYDs/RODujkqIAoNQiSnUk+g3/6HDeGegcNBoiaWGV
=eZB3
-END PGP PUBLIC KEY BLOCK-
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit usbredir for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package usbredir for openSUSE:Factory 
checked in at 2012-12-05 14:10:05

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


Package is usbredir, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/usbredir/usbredir.changes2012-04-23 
09:18:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.usbredir.new/usbredir.changes   2012-12-05 
14:10:07.0 +0100
@@ -1,0 +2,43 @@
+Mon Dec  3 12:23:33 UTC 2012 - p.drou...@gmail.com
+
+- Rename libusbredirparser0 to libusbredirparser1:
+  The lib version has changed
+
+---
+Mon Dec  3 12:22:16 UTC 2012 - p.drou...@gmail.com
+
+- Update to version 0.5.2:
+  + usbredirparser:
+-rename libusbredirparser.pc to libusbredirparser-0.5.pc
+ This should really have been done with the 0.5 release as API
+ compatibility with previous releases was broken there!
+---
+Mon Dec  3 12:21:00 UTC 2012 - p.drou...@gmail.com
+
+- Update to version 0.5.1:
+  + usbredirparser:
+-usbredirparser_has_data_to_write now returns the write queue depth,
+ instead of only 0 or 1
+  + usbredirhost:
+-usbredirhost_has_data_to_write now returns the write queue depth,
+ instead of only 0 or 1
+-when the write queue gets too large, drop isochronous input packets
+
+---
+Mon Dec  3 12:18:34 UTC 2012 - p.drou...@gmail.com
+
+- Update to version 0.5:
+  -Windows support 
+  -Add support for 64 bit packet ids
+  -usbredirparser:
+  -Add state serialization support
+  -API and ABI changed to use 64 bit ids,
+  -usbredirhost:
+  -Remove bulk packets time out, this fixes various devices not working
+  -Ack packet cancels immediately
+  -Now supports 64 bits packet ids
+  -Use libusb_error_name instead of logging raw error codes
+  -usbredirfilter_check return -ENOENT rather then -EPERM if no rules match a
+   device, this way the caller can differentiate between a deny caused by a
+   matching rule, and one caused by there being no matching rules.
+---

Old:

  usbredir-0.4.3.tar.bz2

New:

  usbredir-0.5.2.tar.bz2



Other differences:
--
++ usbredir.spec ++
--- /var/tmp/diff_new_pack.slNaIx/_old  2012-12-05 14:10:08.0 +0100
+++ /var/tmp/diff_new_pack.slNaIx/_new  2012-12-05 14:10:08.0 +0100
@@ -18,10 +18,10 @@
 
 
 Name:   usbredir
-Version:0.4.3
-Release:0.0
+Version:0.5.2
+Release:0
 Summary:A protocol for redirection USB traffic
-License:GPL-2.0+ ; LGPL-2.1+
+License:GPL-2.0+ and LGPL-2.1+
 Group:  System/Libraries
 Url:http://spice-space.org/page/UsbRedir
 Source: 
http://spice-space.org/download/usbredir/%{name}-%{version}.tar.bz2
@@ -45,11 +45,13 @@
 attached. See usb-redirection-protocol.txt for the description / definition
 of this protocol.
 
-%package -n libusbredirparser0
+%package -n libusbredirparser1
 Summary:A protocol for redirection USB traffic
 Group:  System/Libraries
+Obsoletes:  libusbredirparser0  %{version}
+Provides:   libusbredirparser0 = %{version}
 
-%description -n libusbredirparser0
+%description -n libusbredirparser1
 usbredir is a protocol for redirection USB traffic from a single USB device,
 to a different (virtual) machine then the one to which the USB device is
 attached. See usb-redirection-protocol.txt for the description / definition
@@ -59,7 +61,7 @@
 Summary:A protocol for redirection USB traffic - Development files
 Group:  Development/Languages/C and C++
 Requires:   libusbredirhost1 = %{version}
-Requires:   libusbredirparser0 = %{version}
+Requires:   libusbredirparser1 = %{version}
 
 %description devel
 usbredir is a protocol for redirection USB traffic from a single USB device,
@@ -82,9 +84,9 @@
 
 %postun -n libusbredirhost1 -p /sbin/ldconfig
 
-%post -n libusbredirparser0 -p /sbin/ldconfig
+%post -n libusbredirparser1 -p /sbin/ldconfig
 
-%postun -n libusbredirparser0 -p /sbin/ldconfig
+%postun -n libusbredirparser1 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -96,7 +98,7 @@
 %defattr(-, root, root)
 %{_libdir}/libusbredirhost.so.*
 
-%files -n libusbredirparser0
+%files -n libusbredirparser1
 %defattr(-, root, root)
 %{_libdir}/libusbredirparser.so.*
 
@@ -110,6 +112,6 @@
 %{_libdir}/libusbredirhost.so
 %{_libdir}/libusbredirparser.so
 %{_libdir}/pkgconfig/libusbredirhost.pc
-%{_libdir}/pkgconfig/libusbredirparser.pc

commit virt-viewer for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package virt-viewer for openSUSE:Factory 
checked in at 2012-12-05 14:10:12

Comparing /work/SRC/openSUSE:Factory/virt-viewer (Old)
 and  /work/SRC/openSUSE:Factory/.virt-viewer.new (New)


Package is virt-viewer, Maintainer is carn...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/virt-viewer/virt-viewer.changes  2012-10-07 
20:08:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.virt-viewer.new/virt-viewer.changes 
2012-12-05 14:10:15.0 +0100
@@ -1,0 +2,10 @@
+Mon Nov 12 17:24:52 MST 2012 - carn...@novell.com
+
+- Upstream bug fixes
+  virtview-git-ipv6-check.patch
+  virtview-git-resize-window.patch
+  virtview-git-spice-rounding.patch
+  virtview-git-spice-resize-window.patch
+  virtview-git-ssh-localhost-connect.patch 
+
+---

New:

  virtview-git-ipv6-check.patch
  virtview-git-resize-window.patch
  virtview-git-spice-resize-window.patch
  virtview-git-spice-rounding.patch
  virtview-git-ssh-localhost-connect.patch



Other differences:
--
++ virt-viewer.spec ++
--- /var/tmp/diff_new_pack.L8bvr7/_old  2012-12-05 14:10:15.0 +0100
+++ /var/tmp/diff_new_pack.L8bvr7/_new  2012-12-05 14:10:15.0 +0100
@@ -23,6 +23,11 @@
 Release:0
 Url:http://www.virt-manager.org
 Source0:virt-viewer-0.5.4.tar.gz
+Patch0: virtview-git-ipv6-check.patch
+Patch1: virtview-git-resize-window.patch
+Patch2: virtview-git-spice-rounding.patch
+Patch3: virtview-git-spice-resize-window.patch
+Patch4: virtview-git-ssh-localhost-connect.patch
 Patch20:netcat.diff
 Patch21:windows-keycombo.patch
 Patch22:netware-keycombo.patch
@@ -58,6 +63,11 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1

++ netware-keycombo.patch ++
--- /var/tmp/diff_new_pack.L8bvr7/_old  2012-12-05 14:10:15.0 +0100
+++ /var/tmp/diff_new_pack.L8bvr7/_new  2012-12-05 14:10:15.0 +0100
@@ -2,7 +2,7 @@
 ===
 --- virt-viewer-0.5.4.orig/src/virt-viewer-window.c
 +++ virt-viewer-0.5.4/src/virt-viewer-window.c
-@@ -538,7 +538,7 @@ virt_viewer_window_enter_fullscreen(Virt
+@@ -539,7 +539,7 @@ virt_viewer_window_enter_fullscreen(Virt
  #endif
  }
  
@@ -11,7 +11,7 @@
  structkeyComboDef {
  guint keys[MAX_KEY_COMBO];
  guint nkeys;
-@@ -548,7 +548,16 @@ structkeyComboDef {
+@@ -549,7 +549,16 @@ structkeyComboDef {
  static const struct keyComboDef keyCombos[] = {
  { { GDK_Control_L, GDK_Alt_L, GDK_Delete }, 3, Ctrl+Alt+_Del},
  { { GDK_Control_L, GDK_Alt_L, GDK_BackSpace }, 3, Ctrl+Alt+_Backspace},
@@ -29,7 +29,7 @@
  { {}, 0,  },
  { { GDK_Control_L, GDK_Alt_L, GDK_F1 }, 3, Ctrl+Alt+F_1},
  { { GDK_Control_L, GDK_Alt_L, GDK_F2 }, 3, Ctrl+Alt+F_2},
-@@ -559,7 +568,7 @@ static const struct keyComboDef keyCombo
+@@ -560,7 +569,7 @@ static const struct keyComboDef keyCombo
  { { GDK_Control_L, GDK_Alt_L, GDK_F7 }, 3, Ctrl+Alt+F_7},
  { { GDK_Control_L, GDK_Alt_L, GDK_F8 }, 3, Ctrl+Alt+F_8},
  { { GDK_Control_L, GDK_Alt_L, GDK_F9 }, 3, Ctrl+Alt+F_9},

++ report-error.patch ++
--- /var/tmp/diff_new_pack.L8bvr7/_old  2012-12-05 14:10:15.0 +0100
+++ /var/tmp/diff_new_pack.L8bvr7/_new  2012-12-05 14:10:15.0 +0100
@@ -2,7 +2,7 @@
 ===
 --- virt-viewer-0.5.4.orig/src/virt-viewer.c
 +++ virt-viewer-0.5.4/src/virt-viewer.c
-@@ -482,6 +482,7 @@ virt_viewer_initial_connect(VirtViewerAp
+@@ -509,6 +509,7 @@ virt_viewer_initial_connect(VirtViewerAp
  } else {
  virt_viewer_app_simple_message_dialog(app, _(Cannot find guest 
domain %s),
priv-domkey);

++ virtview-git-ipv6-check.patch ++

Subject: Fix check for IPv6 any address
From: Daniel P. Berrange berra...@redhat.com Tue Oct 9 17:52:23 2012 +0100
Date: Wed Oct 10 16:28:38 2012 +0100:
Git: c4bfbe104f507236e2f98d6d4aa5966b0b6857bc

The string '::' is just one of many possible ways to express
the IPv6 any address. Others include  '::0', '0:0:0:0:0:0:0:0',
'0::0' and more. Instead of trying to do strcmp, actually try
parsing the address with GInetAddress and then simply use an
accessor to check what type it is

Signed-off-by: Daniel P. Berrange berra...@redhat.com

Index: virt-viewer-0.5.4/src/virt-viewer.c
===
--- virt-viewer-0.5.4.orig/src/virt-viewer.c
+++ virt-viewer-0.5.4/src/virt-viewer.c

commit wipe for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package wipe for openSUSE:Factory checked in 
at 2012-12-05 14:10:28

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


Package is wipe, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/wipe/wipe.changes2011-12-25 
17:42:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.wipe.new/wipe.changes   2012-12-05 
14:10:34.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 29 19:25:02 CET 2012 - sbra...@suse.cz
+
+- Verify GPG signature.
+
+---

New:

  wipe.keyring



Other differences:
--
++ wipe.spec ++
--- /var/tmp/diff_new_pack.XlcPJK/_old  2012-12-05 14:10:35.0 +0100
+++ /var/tmp/diff_new_pack.XlcPJK/_new  2012-12-05 14:10:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wipe
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   wipe
 Version:2.3.1
 Release:0
@@ -25,6 +26,7 @@
 Url:http://wipe.sourceforge.net/
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}-%{version}.tar.bz2.sig
+Source2:%{name}.keyring
 # PATCH-FIX-OPENSUSE wipe-2.2.0-makefile.diff -- Fix for Makefile.in to 
correct the install permissions and to don't strip binaries
 Patch0: %{name}-2.2.0-makefile.diff
 # PATCH-FIX-OPENSUSE wipe-2.2.0-errno.diff -- 
@@ -33,6 +35,7 @@
 Patch2: %{name}-2.2.0-include.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
+BuildRequires:  gpg-offline
 
 %description
 Wipe is a tool that attempts to effectively degauses the surface of
@@ -41,6 +44,7 @@
 data that is erased from a hard drive is unrecoverable.
 
 %prep
+%gpg_verify %{S:1}
 %setup -q
 %patch0
 %patch1


++ wipe.keyring ++
pub   1024D/15741ECE 2004-02-27
uid  Tom Vier nes...@gmail.com
uid  Tom Vier nester@zero
uid  Tom Vier t...@comcast.net
uid  Tom Vier nes...@users.sf.net
sub   2048g/E8DB4D0D 2004-02-27

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v2.0.19 (GNU/Linux)

mQGiBEA+xK8RBACffnjTbDJpv5ajXNoEk/2aje/GZG+76G9XTTA97RIqsGLyHvdh
ygIknlMhG1SyHESyDaMYd77+xH+xQIDdxML3i1USHXwPf4ir9X5t1dOsnfN40Clv
ZTEpr519V/xJ4kZpYxC+hoxWLXxGhM9Rpxf0U8+krcb12SxEPda6BBuwLwCgynor
HDEONni3zdJq9l8KwhM+hi8D/RRh4l7uFot6wjIhOuKd3CD9ej5dO78b/rSTjBgc
SQgOT0iSu9O9HiMjBxW5HTHTOb5d0p6p7c4eqntiTNfW9Vd5lZJVTMEP0ebrF3cS
Nc8z3LegCjG+iFDPwJ90Q3NamREdByyZF7dyD3846dIG5ZSmkUeFNh3DYwCM1cqA
MBILBACc5f2FhWwMvfc3i+IZf10j0xEOfNtIELjp1y1lqHY1bdZrqASLgXd8R1m5
TCL1GH5nkeZBTCKttgdVMaXMdNpLCJujnnXVqEVRcuBIDC/GbTU+vKgCHXKprp8N
FOEy+V4VhmtlrbaOwYkWwLP1g0X2wRUcxtBsnNjTMw6vx79JYLQWVG9tIFZpZXIg
PG5lc3RlckB6ZXJvPoheBBMRAgAeBQJATpjPAhsDBgsJCAcDAgMVAgMDFgIBAh4B
AheAAAoJEPG0354VdB7OfmcAoJj7lqQDEL6nNjqFNlG8k61eXGfRAKCyT2Y87zDk
fL2wCNdzN6sleFmzYrQaVG9tIFZpZXIgPHRtdkBjb21jYXN0Lm5ldD6IYQQTEQIA
IQIbAwYLCQgHAwIDFQIDAxYCAQIeAQIXgAUCQD7FNAIZAQAKCRDxtN+eFXQezhb9
AJ4sZEy3CiJVGmTFFR4pFibZBwF+HACfSgaKou/hFF5FPUfTmrfzCmd+d5e0G1Rv
bSBWaWVyIDxuZXN0ZXJAZ21haWwuY29tPohjBBMRAgAjAhsDBgsJCAcDAgQVAggD
BBYCAwECHgECF4AFAko29hQCGQEACgkQ8bTfnhV0Hs43YQCgoNt+KO6ME2aGfWmm
o4JtySJCa60AnRd+qzn9LY8r5erLzVjH9cnwYu5/tB5Ub20gVmllciA8bmVzdGVy
QHVzZXJzLnNmLm5ldD6IXgQTEQIAHgUCQD7FLAIbAwYLCQgHAwIDFQIDAxYCAQIe
AQIXgAAKCRDxtN+eFXQezvZnAJ9SrMLpqomW0bstf5NIRoosB32nOgCfaa1ukEoD
+fgh64IqeRzI08cwiUm5Ag0EQD7EtxAIAK0syzvt2TLm2h8gKohCKMi7jTw3oDy+
rOFROqAX6SKHV1YoWL1DODK+grCoyxWvPDjfxkTtlzUuRqoxITZYAGlhlHHLVOjc
jsKCaB2AY4JAJd13InXvjD0b3t0uQexdK7R8Y/8y4+rrpuKUCNsIoDGUtS6JuJiZ
AeWiUkjdcJa4cUEzw/WeBgHf3JQhkOw/R1Ofr8hwPbUtPQWCU2idMyjh5+BlEw7N
fDVDfVaaWESS1i5xpQkP6Ggs9ExQ9Y4+7KOxWnmqjqNVhzG8hhHHCE93HG7gkEfd
JTyon7vslx5s7GrpIGmcof9IxKcMQXdvu7BNFjVxRfNwLDCoYvKO0V8AAwUH/1NL
EVbgI6z/6ZowbbAbQim8XXCprdhqbekoOyPIu50nAf2+G0wOB6l1bieQcQRxYJm+
+rwlKyZL+Bh60vwuJVfNy30S7T5mcHgAcFBpy8Z9XYJ/dGyzuP6dyJ2MxCdKX4OF
7MRH9AdspNBSKnm9oHmxBMjndmYSvwXEb5LXri1BYQZNNH432g9tFqaouJfEvm20
Xa3MBSAIUIqQN609dK0BRgrFWOaT1GzVNB+0guKAKng5AfZkEwyHBfOShNjXfYyC
JPUVKhCiblberBtDPFM0T9oQf+E1YR/FtDWFS/J2lUW4ACCtKpqgN54zlF3Orqv/
Yv+cnwIsirISOPuF3peISQQYEQIACQUCQD7EtwIbDAAKCRDxtN+eFXQezpbBAKCy
+FrJLTTkUhUxNTrAJUux6mawkACgsXlMcSEQw37LvR9JMYe+LH4HRNk=
=T2WA
-END PGP PUBLIC KEY BLOCK-
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: 

commit xterm for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package xterm for openSUSE:Factory checked 
in at 2012-12-05 14:10:36

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


Package is xterm, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/xterm/xterm.changes  2012-10-31 
14:06:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.xterm.new/xterm.changes 2012-12-05 
14:10:38.0 +0100
@@ -1,0 +2,44 @@
+Tue Nov 27 20:03:03 CET 2012 - sbra...@suse.cz
+
+- Verify GPG signatures.
+
+---
+Mon Nov 26 15:00:14 UTC 2012 - meiss...@suse.com
+
+- Patch #287 - 2012/11/25
+  * fix  a case where in_put() loop could continue when it has found an
+X  event  rather  than  the pty, causing the pty-read to be delayed
+(patch by Balazs Kezes).
+  * add  option  to  pointerMode  resource  and  corresponding  control
+sequences  to  allow  text-cursor  to  remain hidden if the pointer
+leaves/enters  the  window  via  accelerator  keys. Ordinary motion
+within the window restores the pointer (prompted by patch by Balazs
+Kezes).
+  * remove   special   case   of  modifiers  for  the  Mode_switch  and
+XK_ISO_Level3_Shift  from  patch  #223.  Verified that the conflict
+which  this  was  intended  to  resolve  does not happen for normal
+compose- or modeswitch-handling (prompted by patch by Balazs Kezes,
+Debian #638694).
+  * modify  the  handling  of focus-change events to ignore those whose
+detail  is  NotifyPointer,  since  those  are  sent  in addition to
+focus-change  events  directed  to the old/new windows having focus
+(prompted by patch by Balazs Kezes to prevent the urgency-hint from
+being reset in this scenario).
+  * modify  description  of iconName in manpage to make it clearer that
+this  resource does not specify the filename of an icon (discussion
+with Ian Collier).  * modify  iconHint resource to allow suppressing
+the built-in icon by setting this to none (discussion with Ian
+Collier).
+  * make -iconic option work with the toolbar configuration.
+  * correct  initialization  of  window  manager  hints used to set the
+icon-pixmap.  That  detail  from patch #282 overwrote state used to
+control the -iconic command-line option (report by Ian Collier).
+  * fix paste64 feature for the case where the selection comes from the
+current terminal. The selection callback can happen after the reply
+is  partly  built, making it necessary to flush the reply-buffer to
+keep things in the proper order (report by Ailin Nemui).
+  * reject  command-line  options  which are longer than the options in
+xterm's table, to avoid mismatches (Redhat #875305).
+  * correct attribution for patch #282 changes.
+
+---

Old:

  xterm-286.tgz
  xterm-286.tgz.asc

New:

  xterm-287.tgz
  xterm-287.tgz.asc
  xterm.keyring



Other differences:
--
++ xterm.spec ++
--- /var/tmp/diff_new_pack.A7wtdZ/_old  2012-12-05 14:10:40.0 +0100
+++ /var/tmp/diff_new_pack.A7wtdZ/_new  2012-12-05 14:10:40.0 +0100
@@ -21,6 +21,7 @@
 BuildRequires:  fontpackages-devel
 %endif
 BuildRequires:  freetype2-devel
+BuildRequires:  gpg-offline
 BuildRequires:  ncurses-devel
 BuildRequires:  update-desktop-files
 %if 0%{?suse_version}  1130
@@ -47,7 +48,7 @@
 %if 0%{?suse_version}  1210
 Requires:   luit
 %endif
-Version:286
+Version:287
 Release:0
 Summary:The basic X terminal program
 License:MIT
@@ -62,6 +63,7 @@
 %define vttest_version 20120506
 Source7:ftp://invisible-island.net/vttest/vttest-%vttest_version.tgz
 Source10:   
ftp://invisible-island.net/vttest/vttest-%vttest_version.tgz.asc
+Source11:   %name.keyring
 Source8:20x20ja.bdf.bz2
 Source9:20x20ko.bdf.bz2
 # Snoop for the escape sequence assignment of the keypad
@@ -82,6 +84,7 @@
 This package contains the basic X.Org terminal program.
 
 %prep
+%gpg_verify %{S:2} %{S:10}
 %setup -q -b7
 %patch1 -p1 -b .xterm-settings
 %patch2 -p0 -b .xterm-sigwinch





++ xterm-286.tgz - xterm-287.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xterm-286/MANIFEST new/xterm-287/MANIFEST
--- old/xterm-286/MANIFEST  2012-10-25 12:53:12.0 +0200
+++ new/xterm-287/MANIFEST  2012-11-19 10:54:44.0 +0100
@@ -1,4 +1,4 @@
-MANIFEST for xterm-286, version xterm-286
+MANIFEST for xterm-287, version xterm-287
 

 

commit yast2-product-creator for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-product-creator for 
openSUSE:Factory checked in at 2012-12-05 14:10:51

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-11-02 17:45:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-product-creator.new/yast2-product-creator.changes
 2012-12-05 14:10:52.0 +0100
@@ -1,0 +2,8 @@
+Mon Dec  3 16:06:32 CET 2012 - jsuch...@suse.cz
+
+- read-only support for repository aliases (fate#312133)
+  (alias can be found in config.xml and defined in system 
+  /etc/kiwi/repoalias file)
+- 2.23.1
+
+---

Old:

  yast2-product-creator-2.23.0.tar.bz2

New:

  yast2-product-creator-2.23.1.tar.bz2



Other differences:
--
++ yast2-product-creator.spec ++
--- /var/tmp/diff_new_pack.PAvox9/_old  2012-12-05 14:10:53.0 +0100
+++ /var/tmp/diff_new_pack.PAvox9/_new  2012-12-05 14:10:53.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-product-creator
-Version:2.23.0
+Version:2.23.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-product-creator-2.23.0.tar.bz2 - 
yast2-product-creator-2.23.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-2.23.0/Makefile.in 
new/yast2-product-creator-2.23.1/Makefile.in
--- old/yast2-product-creator-2.23.0/Makefile.in2012-10-29 
15:33:50.0 +0100
+++ new/yast2-product-creator-2.23.1/Makefile.in2012-12-04 
15:57:17.0 +0100
@@ -684,7 +684,7 @@
*.zip*) \
  unzip $(distdir).zip ;;\
esac
-   chmod -R a-w $(distdir); chmod a+w $(distdir)
+   chmod -R a-w $(distdir); chmod u+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-2.23.0/VERSION 
new/yast2-product-creator-2.23.1/VERSION
--- old/yast2-product-creator-2.23.0/VERSION2012-11-02 12:59:45.0 
+0100
+++ new/yast2-product-creator-2.23.1/VERSION2012-12-03 16:09:03.0 
+0100
@@ -1 +1 @@
-2.23.0
+2.23.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-2.23.0/agents/Makefile.am 
new/yast2-product-creator-2.23.1/agents/Makefile.am
--- old/yast2-product-creator-2.23.0/agents/Makefile.am 2012-10-29 
14:52:42.0 +0100
+++ new/yast2-product-creator-2.23.1/agents/Makefile.am 2012-12-03 
14:12:21.0 +0100
@@ -2,8 +2,6 @@
 # Makefile.am for devtools/devtools/skeletons/config/agents
 #
 
-agent_SCRIPTS = 
+scrconf_DATA = *.scr
 
-scrconf_DATA = cfg_product-creator.scr
-
-EXTRA_DIST = $(agent_SCRIPTS) $(scrconf_DATA)
+EXTRA_DIST = $(scrconf_DATA)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-2.23.0/agents/Makefile.in 
new/yast2-product-creator-2.23.1/agents/Makefile.in
--- old/yast2-product-creator-2.23.0/agents/Makefile.in 2012-10-29 
15:33:50.0 +0100
+++ new/yast2-product-creator-2.23.1/agents/Makefile.in 2012-12-04 
15:57:17.0 +0100
@@ -18,7 +18,6 @@
 # Makefile.am for devtools/devtools/skeletons/config/agents
 #
 
-
 VPATH = @srcdir@
 am__make_dryrun = \
   { \
@@ -65,6 +64,13 @@
 mkinstalldirs = $(install_sh) -d
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
+SOURCES =
+DIST_SOURCES =
+am__can_run_installinfo = \
+  case $$AM_UPDATE_INFO_DIR in \
+n|no|NO) false;; \
+*) (install-info --version) /dev/null 21;; \
+  esac
 am__vpath_adj_setup = srcdirstrip=`echo $(srcdir) | sed 's|.|.|g'`;
 am__vpath_adj = case $$p in \
 $(srcdir)/*) f=`echo $$p | sed s|^$$srcdirstrip/||`;; \
@@ -92,15 +98,7 @@
 || { echo  ( cd '$$dir'  rm -f $$files ); \
  $(am__cd) $$dir  rm -f $$files; }; \
   }
-am__installdirs = $(DESTDIR)$(agentdir) $(DESTDIR)$(scrconfdir)
-SCRIPTS = $(agent_SCRIPTS)
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-n|no|NO) false;; \
-*) (install-info --version) /dev/null 21;; \
-  esac
+am__installdirs = $(DESTDIR)$(scrconfdir)
 DATA = $(scrconf_DATA)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
@@ -220,9 +218,8 @@
 ydatadir = @ydatadir@
 yncludedir = @yncludedir@
 ystartupdir = @ystartupdir@
-agent_SCRIPTS =