commit sudo for openSUSE:11.3

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package sudo for openSUSE:11.3
checked in at Tue Sep 13 21:35:58 CEST 2011.




--- old-versions/11.3/UPDATES/all/sudo/sudo.changes 2011-01-14 
11:21:39.0 +0100
+++ 11.3/sudo/sudo.changes  2011-09-05 14:46:59.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug 29 12:26:17 UTC 2011 - pu...@suse.com
+
+- update to sudo-1.7.6p2 (bnc#681296) 
+ - see /usr/share/doc/packages/sudo/NEWS
+- added openldap schema file (bnc#667558) 
+
+---

calling whatdependson for 11.3-i586


Old:

  sudo-1.7.1-__P.diff
  sudo-1.7.1-defaults.diff
  sudo-1.7.1-env.diff
  sudo-1.7.1-pam_rhost.diff
  sudo-1.7.1-secure_path.diff
  sudo-1.7.1-strip.diff
  sudo-1.7.1-sudoers.diff
  sudo-1.7.2p7-CVE-2010-2956.diff
  sudo-1.7.2p7.tar.gz
  sudo-CVE-2011-0010.patch

New:

  sudo-1.7.6p2.tar.bz2
  sudo-__P.diff
  sudo-defaults.diff
  sudo-env.diff
  sudo-ldap.diff
  sudo-secure_path.diff
  sudo-sudoers.diff



Other differences:
--
++ sudo.spec ++
--- /var/tmp/diff_new_pack.4hEGjd/_old  2011-09-13 21:35:15.0 +0200
+++ /var/tmp/diff_new_pack.4hEGjd/_new  2011-09-13 21:35:15.0 +0200
@@ -22,24 +22,21 @@
 BuildRequires:  openldap2-devel pam-devel postfix
 BuildRequires:  libselinux-devel
 PreReq: coreutils
-Version:1.7.2p7
-Release:2.
+Version:1.7.6p2
+Release:0.
 Group:  System/Base
 License:BSD3c(or similar)
 Url:http://www.sudo.ws/
 Summary:Execute some commands as root
-Source0:http://sudo.ws/sudo/dist/%{name}-%{version}.tar.gz
+Source0:http://sudo.ws/sudo/dist/%{name}-%{version}.tar.bz2
 Source1:%{name}.pamd
 Source2:README.SUSE
-Patch1: %{name}-1.7.1-defaults.diff
-Patch2: %{name}-1.7.1-sudoers.diff
-Patch3: %{name}-1.7.1-__P.diff
-Patch4: %{name}-1.7.1-strip.diff
-Patch5: %{name}-1.7.1-secure_path.diff
-Patch6: %{name}-1.7.1-env.diff
-Patch7: %{name}-1.7.1-pam_rhost.diff
-Patch8: %{name}-%{version}-CVE-2010-2956.diff
-Patch9: sudo-CVE-2011-0010.patch   
+Patch1: %{name}-defaults.diff
+Patch2: %{name}-sudoers.diff
+Patch3: %{name}-__P.diff
+Patch5: %{name}-secure_path.diff
+Patch6: %{name}-ldap.diff
+Patch7: %{name}-env.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -64,13 +61,10 @@
 %patch1
 %patch2
 %patch3
-%patch4
 %patch5
 %patch6
 %patch7
-%patch8 -p1
-%patch9 -p1
-cp %{SOURCE2} .
+cp %{S:1} %{S:2} .
 
 %build
 %ifarch s390 s390x %sparc
@@ -82,6 +76,7 @@
 export LDFLAGS="-pie"
 %configure \
 --libexecdir=%{_libexecdir}/sudo \
+--docdir=%{_docdir}/%{name} \
 --with-noexec=%{_libexecdir}/sudo/sudo_noexec.so \
 --with-selinux \
 --with-logfac=auth \
@@ -100,29 +95,37 @@
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
-install -d -m 700 $RPM_BUILD_ROOT%{_localstatedir}/run/sudo
+install -d -m 700 $RPM_BUILD_ROOT/var/lib/sudo
 install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
-install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/sudo
+install -m 644 sudo.pamd $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/sudo
 install -m 755 sudoers2ldif $RPM_BUILD_ROOT%{_sbindir}/sudoers2ldif
 rm -f $RPM_BUILD_ROOT%{_bindir}/sudoedit
 ln -sf %{_bindir}/sudo $RPM_BUILD_ROOT%{_bindir}/sudoedit
+install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/openldap/schema
+install -m 644 schema.OpenLDAP 
$RPM_BUILD_ROOT%{_sysconfdir}/openldap/schema/sudo.schema
 
 %post
 chmod 0440 %{_sysconfdir}/sudoers
+#bnc#712434
+rm -rf /var/run/sudo
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%doc HISTORY LICENSE PORTING README README.LDAP README.SUSE TROUBLESHOOTING 
UPGRADE WHATSNEW *.pod
+%doc ChangeLog HISTORY LICENSE PORTING README README.LDAP README.SUSE 
TROUBLESHOOTING *.pod NEWS
 %doc %{_mandir}/man?/*
 %config(noreplace) %attr(0440,root,root) %{_sysconfdir}/sudoers
 %config %{_sysconfdir}/pam.d/sudo
 %attr(4755,root,root) %{_bindir}/sudo
+%dir %{_sysconfdir}/openldap
+%dir %{_sysconfdir}/openldap/schema
+%attr(0444,root,root) %config %{_sysconfdir}/openldap/schema/sudo.schema
 %{_bindir}/sudoedit
+%{_bindir}/sudoreplay
 %{_sbindir}/*
 %{_libexecdir}/sudo
-%{_localstatedir}/run/sudo
+/var/lib/sudo
 
 %changelog

++ sudo-1.7.2p7.tar.gz -> sudo-1.7.6p2.tar.bz2 ++
 174781 lines of diff (skipped)

++ sudo-__P.diff ++
Index: missing.h
===
--- missing.h.orig
+++ missing.h
@@ -34,6 +34,7 @@
  */
 
 /* Deal with ANSI stuff reasonably.  */
+#undef __P
 #ifndef  __P
 # if defined (__cplusplus) || defined (__STDC__)
 #  define __P(args)args
++ sudo-defaults.diff ++
--- defaults.c
+++ defaults.c
@@ -430,9 +430,6 @@
 #ifdef FQDN
  

drop twitux from openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

FYI: Package twitux was dropped from openSUSE:Factory at Tue Sep 13 12:49:15 
CEST 2011.

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

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

Remember to have fun...

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



commit timezone for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package timezone for openSUSE:Factory
checked in at Tue Sep 13 12:48:35 CEST 2011.




--- timezone/timezone-java.changes  2011-08-24 16:25:02.0 +0200
+++ /mounts/work_src_done/STABLE/timezone/timezone-java.changes 2011-09-13 
12:07:34.0 +0200
@@ -1,0 +2,21 @@
+Tue Sep 13 12:02:42 CEST 2011 - dmuel...@suse.de
+
+- update to 2011j:
+  * Fix past timezones for Kenya, Uganda, and Tanzani
+  * Samoa uses DST in 2011-2012 starting on September 24th 3am
+
+---
+Sun Sep  4 20:58:22 UTC 2011 - dmuel...@suse.de
+
+- update to 2011i:
+  * Add Africa/Juba (South Sudan) zone
+  * Samoa skips over 2011-12-30
+  * Use KALT as abbreviation for Europe/Kalinigrad from spring
+2011 forward
+  * Newfoundland changes time of day for DST start and end
+to 2:00 a.m. starting fall 2011 and forward
+  * Change America/Resolute use of EST to 2006-2007 only
+  * iso3166.tab Add SS (South Sudan) entry.
+  * zone.tab Change America/Resolute entry to Central Standard Time.
+
+---
--- timezone/timezone.changes   2011-09-04 23:00:28.0 +0200
+++ /mounts/work_src_done/STABLE/timezone/timezone.changes  2011-09-13 
12:07:34.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 13 12:02:42 CEST 2011 - dmuel...@suse.de
+
+- update to 2011j:
+  * Fix past timezones for Kenya, Uganda, and Tanzani
+  * Samoa uses DST in 2011-2012 starting on September 24th 3am
+
+---

calling whatdependson for head-i586


Old:

  tzdata2011i.tar.gz

New:

  tzdata2011j.tar.gz



Other differences:
--
++ timezone-java.spec ++
--- /var/tmp/diff_new_pack.6hpL9n/_old  2011-09-13 12:48:30.0 +0200
+++ /var/tmp/diff_new_pack.6hpL9n/_new  2011-09-13 12:48:30.0 +0200
@@ -25,10 +25,10 @@
 Group:  System/Base
 # COMMON-BEGIN
 # COMMON-BEGIN
-Version:2011i
+Version:2011j
 Release:1
 Source: ftp://elsie.nci.nih.gov/pub/tzdata%{version}.tar.gz
-Source1:ftp://elsie.nci.nih.gov/pub/tzcode%{version}.tar.gz
+Source1:ftp://elsie.nci.nih.gov/pub/tzcode2011i.tar.gz
 # COMMON-END
 # COMMON-END
 Url:http://www.gnu.org/software/libc/libc.html

++ timezone.spec ++
--- /var/tmp/diff_new_pack.6hpL9n/_old  2011-09-13 12:48:30.0 +0200
+++ /var/tmp/diff_new_pack.6hpL9n/_new  2011-09-13 12:48:30.0 +0200
@@ -25,10 +25,10 @@
 Url:http://www.gnu.org/software/libc/libc.html
 PreReq: filesystem, coreutils
 # COMMON-BEGIN
-Version:2011i
+Version:2011j
 Release:1
 Source: ftp://elsie.nci.nih.gov/pub/tzdata%{version}.tar.gz
-Source1:ftp://elsie.nci.nih.gov/pub/tzcode%{version}.tar.gz
+Source1:ftp://elsie.nci.nih.gov/pub/tzcode2011i.tar.gz
 # COMMON-END
 Patch0: tzdata-china.diff
 Patch1: tzcode-zic.diff






Remember to have fun...

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



commit python-atspi for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package python-atspi for openSUSE:Factory
checked in at Tue Sep 13 12:46:29 CEST 2011.




--- python-atspi/python-atspi.changes   2011-09-02 02:41:13.0 +0200
+++ /mounts/work_src_done/STABLE/python-atspi/python-atspi.changes  
2011-09-09 18:20:30.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep  9 16:19:18 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.1.91:
+  + bgo#658343: Have configure check for pygobject-3.0
+- Change pkgconfig(pygobject-2.0) BuildRequires to
+  pkgconfig(pygobject-3.0), following upstream change.
+
+---

calling whatdependson for head-i586


Old:

  pyatspi-2.1.90.tar.bz2

New:

  pyatspi-2.1.91.tar.bz2



Other differences:
--
++ python-atspi.spec ++
--- /var/tmp/diff_new_pack.DvFnpc/_old  2011-09-13 12:46:25.0 +0200
+++ /var/tmp/diff_new_pack.DvFnpc/_new  2011-09-13 12:46:25.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   python-atspi
 %define _name   pyatspi
-Version:2.1.90
+Version:2.1.91
 Release:1
 Summary:Assistive Technology Service Provider Interface - Python 
bindings
 License:LGPLv2.0
@@ -29,7 +29,7 @@
 BuildRequires:  fdupes
 # Needed to have typelib() Requires.
 BuildRequires:  gobject-introspection
-BuildRequires:  pkgconfig(pygobject-2.0)
+BuildRequires:  pkgconfig(pygobject-3.0) >= 2.90.1
 Requires:   dbus-1-python
 Requires:   python-gobject
 # The bindings are really useful only if the at-spi registry is running. But

++ pyatspi-2.1.90.tar.bz2 -> pyatspi-2.1.91.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyatspi-2.1.90/NEWS new/pyatspi-2.1.91/NEWS
--- old/pyatspi-2.1.90/NEWS 2011-08-29 23:53:10.0 +0200
+++ new/pyatspi-2.1.91/NEWS 2011-09-09 15:41:20.0 +0200
@@ -1,3 +1,7 @@
+What's new in pyatspi 2.1.91:
+
+* Fix for BGO#658343: Have configure check for pygobject-3.0
+
 What's new in pyatspi 2.1.90:
 
 * Fix getTextBeforeOffset.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyatspi-2.1.90/configure new/pyatspi-2.1.91/configure
--- old/pyatspi-2.1.90/configure2011-08-30 00:13:21.0 +0200
+++ new/pyatspi-2.1.91/configure2011-09-09 15:41:48.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for pyatspi 2.1.90.
+# Generated by GNU Autoconf 2.68 for pyatspi 2.1.91.
 #
 # Report bugs to .
 #
@@ -709,8 +709,8 @@
 # Identity of this package.
 PACKAGE_NAME='pyatspi'
 PACKAGE_TARNAME='pyatspi'
-PACKAGE_VERSION='2.1.90'
-PACKAGE_STRING='pyatspi 2.1.90'
+PACKAGE_VERSION='2.1.91'
+PACKAGE_STRING='pyatspi 2.1.91'
 PACKAGE_BUGREPORT='accessibility-at...@lists.linux-foundation.org'
 PACKAGE_URL=''
 
@@ -1491,7 +1491,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures pyatspi 2.1.90 to adapt to many kinds of systems.
+\`configure' configures pyatspi 2.1.91 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1565,7 +1565,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of pyatspi 2.1.90:";;
+ short | recursive ) echo "Configuration of pyatspi 2.1.91:";;
esac
   cat <<\_ACEOF
 
@@ -1699,7 +1699,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-pyatspi configure 2.1.90
+pyatspi configure 2.1.91
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1977,7 +1977,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by pyatspi $as_me 2.1.90, which was
+It was created by pyatspi $as_me 2.1.91, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2804,7 +2804,7 @@
 
 # Define the identity of the package.
  PACKAGE='pyatspi'
- VERSION='2.1.90'
+ VERSION='2.1.91'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -11587,12 +11587,12 @@
 pkg_cv_PYGOBJ_CFLAGS="$PYGOBJ_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
 if test -n "$PKG_CONFIG" && \
-{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"pygobject-2.0 >= 2.26.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "pygobject-2.0 >= 2.26.0") 2>&5
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"pygobject-3.0 >= 2.90.1\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "pygobject-3.0 >= 2.90.1") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_s

commit kdetoys3 for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package kdetoys3 for openSUSE:Factory
checked in at Tue Sep 13 12:44:51 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/kdetoys3/kdetoys3.changes  2008-08-26 
12:13:07.0 +0200
@@ -0,0 +1,604 @@
+---
+Tue Aug 26 12:02:53 CEST 2008 - stbin...@suse.de
+
+- fix build
+
+---
+Wed Aug 20 18:31:57 CEST 2008 - co...@suse.de
+
+- update to KDE 3.5.10
+  * translation update, desktop files validate
+
+---
+Sat Jun 28 03:11:47 CEST 2008 - dmuel...@suse.de
+
+- add 3_5_BRACH.diff
+
+---
+Mon Feb 18 17:33:20 CET 2008 - dmuel...@suse.de
+
+- update to 3.5.9
+
+---
+Tue Oct  9 15:59:38 CEST 2007 - stbin...@suse.de
+
+- update to 3.5.8: minor mem leak fix in kweather
+
+---
+Sat Aug  4 19:26:32 CEST 2007 - stbin...@suse.de
+
+- add 3_5_BRANCH.diff
+
+---
+Fri Jun  1 08:20:57 CEST 2007 - co...@suse.de
+
+- move kde_post_install
+
+---
+Mon May 14 23:36:47 CEST 2007 - stbin...@suse.de
+
+- update to 3.5.7:
+   * KWeather: Add possibility to define the text color & bugfixes
+
+---
+Tue Jan 16 15:56:26 CET 2007 - stbin...@suse.de
+
+- update to 3.5.6 release:
+   * several bugfixes for kweather
+
+---
+Wed Nov  8 16:59:09 CET 2006 - stbin...@suse.de
+
+- remove historic "Provides:" (#218798)
+
+---
+Tue Oct  3 10:45:47 CEST 2006 - stbin...@suse.de
+
+- update to 3.5.5 release tarball
+
+---
+Wed Aug 23 15:14:24 CEST 2006 - stbin...@suse.de
+
+- add 3_5_BRANCH.diff (updated translations)
+
+---
+Sun Jul 23 22:30:07 CEST 2006 - co...@suse.de
+
+- update to KDE 3.5.4:
+   * increased version number
+
+---
+Wed May 24 10:31:17 CEST 2006 - stbin...@suse.de
+
+- update to 3.5.3
+   * kteatime: formatting of minutes and seconds was incorrect
+
+---
+Mon Mar 20 15:49:25 CET 2006 - stbin...@suse.de
+
+- update to 3.5.2
+   * kweather: init on reload
+
+---
+Mon Mar 13 16:05:28 CET 2006 - co...@suse.de
+
+- avoid crash on early reload (#157568)
+
+---
+Wed Jan 25 21:33:12 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+---
+Sun Jan 22 11:19:47 CET 2006 - stbin...@suse.de
+
+- update to 3.5.1
+
+---
+Sun Jan  8 00:04:20 CET 2006 - stbin...@suse.de
+
+- update to 3_5_BRANCH
+
+---
+Mon Nov 21 16:02:27 CET 2005 - stbin...@suse.de
+
+- update to version 3.5 RC 2
+
+---
+Thu Nov 10 14:30:01 CET 2005 - stbin...@suse.de
+
+- update to version 3.5 RC 1
+
+---
+Wed Oct 12 14:30:33 CEST 2005 - stbin...@suse.de
+
+- update to version 3.4.92 (3.5 Beta 2)
+
+---
+Wed Sep 21 13:04:16 CEST 2005 - dmuel...@suse.de
+
+- update to 3.4.91 
+
+---
+Fri Jul 22 13:08:55 CEST 2005 - co...@suse.de
+
+- update to version 3.4.2
+
+---
+Tue May 24 11:04:11 CEST 2005 - adr...@suse.de
+
+- update to version 3.4.1
+
+---
+Sat Mar  5 09:32:15 CET 2005 - adr...@suse.de
+
+- update to 3.4.0 final
+
+---
+Sat Feb 26 13:13:41 CET 2005 - adr...@suse.de
+
+- update to version 3.4.0 RC 1
+
+---
+Mon Feb 14 17:49:49 CET 2005 - adr...@suse.de
+
+- update from CVS
+
+---
+Fri Feb 11 10:33:51 CET 2005 - adr...@suse.de
+
+- update from CVS
+
+

commit yast2-hardware-detection for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package yast2-hardware-detection for 
openSUSE:Factory
checked in at Tue Sep 13 12:40:08 CEST 2011.




--- yast2-hardware-detection/yast2-hardware-detection.changes   2008-08-14 
09:09:48.0 +0200
+++ 
/mounts/work_src_done/STABLE/yast2-hardware-detection/yast2-hardware-detection.changes
  2011-09-13 11:01:00.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 13 10:50:28 CEST 2011 - mvid...@suse.cz
+
+- Use pr_bios for .probe.bios so that smbios info is included
+  (bnc#425059, bnc#716081).
+- 2.17.2
+
+---
@@ -139 +145,0 @@


calling whatdependson for head-i586


Old:

  yast2-hardware-detection-2.17.1.tar.bz2

New:

  yast2-hardware-detection-2.17.2.tar.bz2



Other differences:
--
++ yast2-hardware-detection.spec ++
--- /var/tmp/diff_new_pack.xEijZh/_old  2011-09-13 12:39:56.0 +0200
+++ /var/tmp/diff_new_pack.xEijZh/_new  2011-09-13 12:39:56.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-hardware-detection (Version 2.17.1)
+# spec file for package yast2-hardware-detection
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,16 @@
 
 
 Name:   yast2-hardware-detection
-Version:2.17.1
+Version:2.17.2
 Release:1
-License:GPL v2 or later
-Group:  System/YaST
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-hardware-detection-2.17.1.tar.bz2
+Source0:yast2-hardware-detection-2.17.2.tar.bz2
+
 Prefix: /usr
+
+Group:  System/YaST
+License:GPL v2 or later
 # obviously
 BuildRequires:  gcc-c++
 # needed for all yast packages
@@ -53,27 +56,22 @@
 %description
 This package contains the hardware detection library for YaST2.
 
-
-
-Authors:
-
-Arvin Schnell 
-Klaus Kaempf 
-Mathias Kettner 
-Stefan Hundhammer 
-
 %prep
-%setup -n yast2-hardware-detection-2.17.1
+%setup -n yast2-hardware-detection-2.17.2
 
 %build
 %{prefix}/bin/y2tool y2autoconf
 %{prefix}/bin/y2tool y2automake
 autoreconf --force --install
+
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
+
 %{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
-make %{?jobs:-j%jobs}
+# V=1: verbose build in case we used AM_SILENT_RULES(yes)
+# so that RPM_OPT_FLAGS check works
+make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
@@ -82,6 +80,7 @@
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
+
 rm $RPM_BUILD_ROOT/%{_libdir}/YaST2/plugin/libpy2ag_hwprobe.la
 
 %clean
@@ -93,4 +92,5 @@
 %{_libdir}/YaST2/plugin/libpy2ag_hwprobe.so.*
 %{_libdir}/YaST2/plugin/libpy2ag_hwprobe.so
 %doc %{prefix}/share/doc/packages/yast2-hardware-detection
+
 %changelog

++ yast2-hardware-detection-2.17.1.tar.bz2 -> 
yast2-hardware-detection-2.17.2.tar.bz2 ++
 70206 lines of diff (skipped)






Remember to have fun...

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



commit yast2 for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory
checked in at Tue Sep 13 12:39:46 CEST 2011.




--- yast2/yast2.changes 2011-09-08 11:37:35.0 +0200
+++ /mounts/work_src_done/STABLE/yast2/yast2.changes2011-09-13 
11:14:26.0 +0200
@@ -1,0 +2,19 @@
+Tue Sep 13 10:39:42 CEST 2011 - loci...@suse.cz
+
+- Fixed SuSEfirewall2 SCR agent to understand single-quoted and
+  double-quoted, single and multi-line variables and also
+  single-line variables without any quotes (bnc#716013).
+- 2.21.19
+
+---
+Fri Sep  9 15:56:48 CEST 2011 - loci...@suse.cz
+
+- Using ButtonBox in Wizard where possible (bnc#571939)
+
+---
+Thu Sep  8 16:13:26 UTC 2011 - lsle...@suse.cz
+
+- adapted to systemd (bnc#664548)
+- 2.21.18
+
+---

calling whatdependson for head-i586


Old:

  yast2-2.21.17.tar.bz2

New:

  yast2-2.21.19.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.wFe6Am/_old  2011-09-13 12:39:41.0 +0200
+++ /var/tmp/diff_new_pack.wFe6Am/_new  2011-09-13 12:39:41.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2
-Version:2.21.17
+Version:2.21.19
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-2.21.17.tar.bz2
+Source0:yast2-2.21.19.tar.bz2
 
 Prefix: /usr
 
@@ -130,7 +130,7 @@
 installation with YaST2.
 
 %prep
-%setup -n yast2-2.21.17
+%setup -n yast2-2.21.19
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -252,5 +252,4 @@
 %doc %{prefix}/share/doc/packages/yast2/types
 %doc %{prefix}/share/doc/packages/yast2/wizard
 %doc %{prefix}/share/doc/packages/yast2/xml
-
 %changelog

++ yast2-2.21.17.tar.bz2 -> yast2-2.21.19.tar.bz2 ++
 6586 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-2.21.17/VERSION new/yast2-2.21.19/VERSION
--- old/yast2-2.21.17/VERSION   2011-09-08 11:23:53.0 +0200
+++ new/yast2-2.21.19/VERSION   2011-09-13 10:44:56.0 +0200
@@ -1 +1 @@
-2.21.17
+2.21.19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-2.21.17/configure.in new/yast2-2.21.19/configure.in
--- old/yast2-2.21.17/configure.in  2011-06-23 15:49:18.0 +0200
+++ new/yast2-2.21.19/configure.in  2011-09-13 11:04:20.0 +0200
@@ -3,7 +3,7 @@
 dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
-AC_INIT(yast2, 2.21.2, http://bugs.opensuse.org/, yast2)
+AC_INIT(yast2, 2.21.19, http://bugs.opensuse.org/, yast2)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION="2.21.2"
+VERSION="2.21.19"
 RPMNAME="yast2"
 MAINTAINER="Jiri Srain "
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-2.21.17/library/modules/Version.ycp 
new/yast2-2.21.19/library/modules/Version.ycp
--- old/yast2-2.21.17/library/modules/Version.ycp   2011-09-08 
11:34:32.0 +0200
+++ new/yast2-2.21.19/library/modules/Version.ycp   2011-09-13 
11:04:28.0 +0200
@@ -20,7 +20,7 @@
 /**
  * Version of the yast2 package
  */
-global string yast2 = "2.21.17";
+global string yast2 = "2.21.19";
 
 /* EOF */
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-2.21.17/library/network/agents/sysconfig_SuSEfirewall2.scr 
new/yast2-2.21.19/library/network/agents/sysconfig_SuSEfirewall2.scr
--- old/yast2-2.21.17/library/network/agents/sysconfig_SuSEfirewall2.scr
2011-08-29 15:33:00.0 +0200
+++ new/yast2-2.21.19/library/network/agents/sysconfig_SuSEfirewall2.scr 

commit vala for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package vala for openSUSE:Factory
checked in at Tue Sep 13 12:39:30 CEST 2011.




--- GNOME/vala/vala.changes 2011-09-05 20:36:16.0 +0200
+++ /mounts/work_src_done/STABLE/vala/vala.changes  2011-09-08 
01:01:10.0 +0200
@@ -1,0 +2,9 @@
+Wed Sep  7 22:05:24 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.13.4:
+   + Switch gudev-1.0 bindings to .gir.
+   + Switch mx-1.0 bindings to .gir.
+   + Many bug fixes and binding updates.
+- Drop vala-markupparser-fix.patch: fixed upstream.
+
+---

calling whatdependson for head-i586


Old:

  vala-0.13.3.tar.bz2
  vala-markupparser-fix.patch

New:

  vala-0.13.4.tar.bz2



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.5UfL9A/_old  2011-09-13 12:39:20.0 +0200
+++ /var/tmp/diff_new_pack.5UfL9A/_new  2011-09-13 12:39:20.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   vala
-Version:0.13.3
+Version:0.13.4
 Release:1
 %define vala_version 0.14
 %define vala_libversion 0_14
@@ -31,8 +31,6 @@
 Url:http://live.gnome.org/Vala
 Group:  Development/Languages/Other
 Source0:
http://download.gnome.org/sources/vala/0.13/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM vala-markupparser-fix.patch vu...@opensuse.org -- Taken 
from git, fix GMarkupParser bindings
-Patch0: vala-markupparser-fix.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -52,6 +50,7 @@
 
 %package -n libvala-%{vala_libversion}-0
 
+
 License:LGPLv2.0
 Summary:Programming language for GNOME
 Group:  System/Libraries
@@ -64,6 +63,7 @@
 
 %package -n libvala-%{vala_libversion}-devel
 
+
 License:LGPLv2.0
 Summary:Programming language for GNOME
 Group:  Development/Libraries/Other
@@ -77,7 +77,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --with-pic --enable-vapigen

++ vala-0.13.3.tar.bz2 -> vala-0.13.4.tar.bz2 ++
 77198 lines of diff (skipped)






Remember to have fun...

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



commit util-linux for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory
checked in at Tue Sep 13 12:39:11 CEST 2011.




--- util-linux/util-linux.changes   2011-08-30 10:23:28.0 +0200
+++ /mounts/work_src_done/STABLE/util-linux/util-linux.changes  2011-09-13 
11:13:49.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 13 09:10:43 UTC 2011 - pu...@suse.com
+
+- add util-linux-lib-sysfs-deinit.patch (bnc#714151) 
+
+---

calling whatdependson for head-i586


New:

  util-linux-lib-sysfs-deinit.patch



Other differences:
--
++ util-linux.spec ++
--- /var/tmp/diff_new_pack.5Qx1FZ/_old  2011-09-13 12:39:05.0 +0200
+++ /var/tmp/diff_new_pack.5Qx1FZ/_new  2011-09-13 12:39:05.0 +0200
@@ -31,7 +31,7 @@
 BuildRequires:  readline-devel
 BuildRequires:  zlib-devel
 Version:2.20
-Release:1
+Release:4
 # util-linux is a base package and uuidd pre-requiring pwdutils pulls
 # that into the core build cycle.  pwdutils also pulls in the whole
 # ldap stack into it.  Avoid this whole mess which is done only to
@@ -87,6 +87,7 @@
 # crypto patch
 Patch2: util-linux-2.17.1-mount_losetup_crypto.patch
 Patch3: util-linux-sfdisk-manpage-fix.patch
+Patch4: util-linux-lib-sysfs-deinit.patch
 
 ##
 ## adjtimex
@@ -189,6 +190,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 #
 cd adjtimex-*

++ util-linux-lib-sysfs-deinit.patch ++
>From cf06399d6aeb1e558baf2b46b617496ed7aac81c Mon Sep 17 00:00:00 2001
From: Petr Uzel 
Date: Mon, 12 Sep 2011 16:11:41 +0200
Subject: [PATCH] lib: do not attempt to close(0) in sysfs_deinit()

If the 'open' fails we 'goto err' which runs 'sysfs_deinit()' on a 'cxt'
which hasn't been fully initialised. The 'dir_fd' is still 0, so
sysfs_deinit calls "close(0)".

Addresses: https://bugzilla.novell.com/show_bug.cgi?id=714151
Reported-by: Diego Ercolani 
Analysed-by: Neil Brown 
Signed-off-by: Petr Uzel 
---
 lib/sysfs.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Index: util-linux-2.20/lib/sysfs.c
===
--- util-linux-2.20.orig/lib/sysfs.c
+++ util-linux-2.20/lib/sysfs.c
@@ -140,6 +140,7 @@ int sysfs_init(struct sysfs_cxt *cxt, de
int fd, rc = 0;
 
memset(cxt, 0, sizeof(*cxt));
+   cxt->dir_fd = -1;
 
if (!sysfs_devno_path(devno, path, sizeof(path)))
goto err;





Remember to have fun...

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



commit telepathy-mission-control for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package telepathy-mission-control for 
openSUSE:Factory
checked in at Tue Sep 13 12:38:48 CEST 2011.




--- GNOME/telepathy-mission-control/telepathy-mission-control.changes   
2011-09-06 12:26:59.0 +0200
+++ 
/mounts/work_src_done/STABLE/telepathy-mission-control/telepathy-mission-control.changes
2011-09-08 09:20:27.0 +0200
@@ -1,0 +2,28 @@
+Thu Sep  8 06:27:14 UTC 2011 - vu...@opensuse.org
+
+- Update to version 5.9.2:
+  + Changes:
+- The Compat.Profile property on accounts has been removed; as
+  has libmcclient, which used it but which is no longer widely
+  used.
+- Documentation for the old extension API,
+  libmissioncontrol-server, is no longer built. Please use the
+  mission-control-plugins API instead!
+  + Fixes:
+- fdo#37861: Memory leak in collect_satisfied_requests in
+  mcd-dispatch-operation.c
+- fdo#40562: Connection attempts aborted by McdTransport
+  plugins did not trigger a status change signal - now they do
+- fdo#29022: Dispatch channels with no (known) handlers to
+  observers anyway
+- fdo#40551: Memory leaks in the approval mechanism plugged
+- mission-control-plugins now explicitly links to GIO.
+- mc-tool now parses 'bool:foo=true' as setting 'foo' to True,
+  as opposed to setting 'foo' to False!
+- fdo39796: always fully remove secret parameters when they are
+  un-set.
+  + Enhancements:
+- fdo#40337: improve error reporting when creating an account
+  fails.
+
+---

calling whatdependson for head-i586


Old:

  telepathy-mission-control-5.9.1.tar.gz

New:

  telepathy-mission-control-5.9.2.tar.gz



Other differences:
--
++ telepathy-mission-control.spec ++
--- /var/tmp/diff_new_pack.7SUI3c/_old  2011-09-13 12:38:44.0 +0200
+++ /var/tmp/diff_new_pack.7SUI3c/_new  2011-09-13 12:38:44.0 +0200
@@ -19,8 +19,8 @@
 Url:http://mission-control.sourceforge.net/
 
 Name:   telepathy-mission-control
-Version:5.9.1
-Release:2
+Version:5.9.2
+Release:1
 License:LGPLv2.1
 Summary:Telepathy Mission Control instant messaging connection manager
 Group:  System/Libraries

++ telepathy-mission-control-5.9.1.tar.gz -> 
telepathy-mission-control-5.9.2.tar.gz ++
 65672 lines of diff (skipped)






Remember to have fun...

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



commit simple-scan for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package simple-scan for openSUSE:Factory
checked in at Tue Sep 13 12:38:36 CEST 2011.




--- simple-scan/simple-scan.changes 2011-09-01 17:18:58.0 +0200
+++ /mounts/work_src_done/STABLE/simple-scan/simple-scan.changes
2011-09-12 09:29:33.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 12 07:26:45 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.1.91:
+  + Fix compilation with latest Vala
+
+---

calling whatdependson for head-i586


Old:

  simple-scan-3.1.90.tar.bz2

New:

  simple-scan-3.1.91.tar.bz2



Other differences:
--
++ simple-scan.spec ++
--- /var/tmp/diff_new_pack.0CYufS/_old  2011-09-13 12:38:32.0 +0200
+++ /var/tmp/diff_new_pack.0CYufS/_new  2011-09-13 12:38:33.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   simple-scan
-Version:3.1.90
+Version:3.1.91
 Release:1
 License:GPLv3+
 Summary:Simple Scanning Utility

++ simple-scan-3.1.90.tar.bz2 -> simple-scan-3.1.91.tar.bz2 ++
 26690 lines of diff (skipped)






Remember to have fun...

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



commit shotwell for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package shotwell for openSUSE:Factory
checked in at Tue Sep 13 12:38:26 CEST 2011.




--- GNOME/shotwell/shotwell.changes 2011-09-07 02:48:24.0 +0200
+++ /mounts/work_src_done/STABLE/shotwell/shotwell.changes  2011-09-09 
11:11:33.0 +0200
@@ -1,0 +2,15 @@
+Fri Sep  9 08:56:28 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.11.1:
+  + RAW+JPEG pairing now works on file import
+  + Startup crashes fixed
+  + Hierarchical tag issues resolved
+  + RAW developer bugs fixed
+  + Resolved internationalization problems
+  + Various small fixes and enhancements
+- Drop shotwell-disable-schema-compile.patch: fixed upstream.
+- Drop shotwell-remove-gconf-schema.patch: fixed upstream.
+- Add shotwell-no-max-vala.patch: allow to build against vala
+  0.13/0.14.
+
+---

calling whatdependson for head-i586


Old:

  shotwell-0.11.0.tar.bz2
  shotwell-disable-schema-compile.patch
  shotwell-remove-gconf-schema.patch

New:

  shotwell-0.11.1.tar.bz2
  shotwell-no-max-vala.patch



Other differences:
--
++ shotwell.spec ++
--- /var/tmp/diff_new_pack.ZwSnsI/_old  2011-09-13 12:38:20.0 +0200
+++ /var/tmp/diff_new_pack.ZwSnsI/_new  2011-09-13 12:38:20.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   shotwell
-Version:0.11.0
+Version:0.11.1
 Release:1
 # FIXME: Check if the hack to remove --fatal-warnings is still required. Also 
see http://redmine.yorba.org/issues/3760
 License:LGPLv2.1+
@@ -26,10 +26,8 @@
 Url:http://yorba.org/shotwell/
 Group:  Productivity/Graphics/Viewers
 Source: 
http://yorba.org/download/shotwell/0.11/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM shotwell-disable-schema-compile.patch vu...@opensuse.org 
-- Add --disable-schemas-compile configure flag, sent upstream by mail
-Patch0: shotwell-disable-schema-compile.patch
-# PATCH-FIX-UPSTREAM shotwell-remove-gconf-schema.patch vu...@opensuse.org -- 
Drop useless gconf schema, sent upstream by mail
-Patch1: shotwell-remove-gconf-schema.patch
+# PATCH-FIX-OPENSUSE shotwell-no-max-vala.patch vu...@opensuse.org -- Shotwell 
devs don't want vala 0.13/0.14 for 0.11.x, but it's okay to use it. See 
http://redmine.yorba.org/issues/3760 and the vala fix in 
https://bugzilla.gnome.org/show_bug.cgi?id=656266
+Patch0: shotwell-no-max-vala.patch
 BuildRequires:  libraw-devel-static
 BuildRequires:  vala
 BuildRequires:  update-desktop-files
@@ -66,7 +64,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 # We can't use the configure macro: it's not a standard autotools configure 
script

++ shotwell-0.11.0.tar.bz2 -> shotwell-0.11.1.tar.bz2 ++
 4498 lines of diff (skipped)

++ shotwell-no-max-vala.patch ++
Index: shotwell-0.11.1/Makefile
===
--- shotwell-0.11.1.orig/Makefile
+++ shotwell-0.11.1/Makefile
@@ -8,7 +8,8 @@ BUILD_ROOT = 1
 VALAC := valac
 VALAC_VERSION := `$(VALAC) --version | awk '{print $$2}'`
 MIN_VALAC_VERSION := 0.11.7
-MAX_VALAC_VERSION := 0.13.0
+# 0.13.x works fine, thanks to 
https://bugzilla.gnome.org/show_bug.cgi?id=656266
+#MAX_VALAC_VERSION := 0.13.0
 INSTALL_PROGRAM := install
 INSTALL_DATA := install -m 644
 





Remember to have fun...

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



commit perl-Number-Compare for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package perl-Number-Compare for 
openSUSE:Factory
checked in at Tue Sep 13 12:38:14 CEST 2011.




--- perl-Number-Compare/perl-Number-Compare.changes 2011-05-11 
07:07:01.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Number-Compare/perl-Number-Compare.changes
2011-09-13 10:23:52.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 13 08:13:22 UTC 2011 - vci...@suse.com
+
+- update to 0.02
+- apply warning-related fix -
+  https://rt.cpan.org/Public/Bug/Display.html?id=58466
+
+---

calling whatdependson for head-i586


Old:

  Number-Compare-0.01.tar.gz

New:

  Number-Compare-0.02.tar.gz



Other differences:
--
++ perl-Number-Compare.spec ++
--- /var/tmp/diff_new_pack.8q04LC/_old  2011-09-13 12:38:05.0 +0200
+++ /var/tmp/diff_new_pack.8q04LC/_new  2011-09-13 12:38:05.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   perl-Number-Compare
-Version:0.01
+Version:0.02
 Release:1
 License:GPL+ or Artistic
 %define cpan_name Number-Compare
@@ -26,10 +26,10 @@
 Url:http://search.cpan.org/dist/Number-Compare/
 Group:  Development/Libraries/Perl
 Source: 
http://www.cpan.org/authors/id/R/RC/RCLAMP/%{cpan_name}-%{version}.tar.gz
-BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 %{perl_requires}
 
 %description
@@ -48,11 +48,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -60,7 +60,7 @@
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 %files -f %{name}.files
 %defattr(-,root,root,755)

++ Number-Compare-0.01.tar.gz -> Number-Compare-0.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Number-Compare-0.01/Changes 
new/Number-Compare-0.02/Changes
--- old/Number-Compare-0.01/Changes 2002-10-25 17:44:34.0 +0200
+++ new/Number-Compare-0.02/Changes 2011-09-12 11:01:21.0 +0200
@@ -1,3 +1,7 @@
+0.0212th September, 2011
+- apply warning-related fix -
+  https://rt.cpan.org/Public/Bug/Display.html?id=58466
+
 0.01   23rd October, 2002
- Refactored the code away from File::Find::Rule
- Initial release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Number-Compare-0.01/Compare.pm 
new/Number-Compare-0.02/Compare.pm
--- old/Number-Compare-0.01/Compare.pm  2002-10-25 17:46:27.0 +0200
+++ new/Number-Compare-0.02/Compare.pm  1970-01-01 01:00:00.0 +0100
@@ -1,100 +0,0 @@
-# $Id: Compare.pm 846 2002-10-25 15:46:01Z richardc $
-package Number::Compare;
-use strict;
-use Carp qw(croak);
-use vars qw/$VERSION/;
-$VERSION = '0.01';
-
-sub new  {
-my $referent = shift;
-my $class = ref $referent || $referent;
-my $expr = $class->parse_to_perl( shift );
-
-bless eval "sub { \$_[0] $expr }", $class;
-}
-
-sub parse_to_perl {
-shift;
-my $test = shift;
-
-$test =~ m{^
-   ([<>]=?)?   # comparison
-   (.*?)   # value
-   ([kmg]i?)?  # magnitude
-  $}ix
-   or croak "don't understand '$test' as a test";
-
-my $comparison = $1 || '==';
-my $target = $2;
-my $magnitude  = $3;
-$target *=   1000 if lc $magnitude eq 'k';
-$target *=   1024 if lc $magnitude eq 'ki';
-$target *=100 if lc $magnitude eq 'm';
-$target *=  1024*1024 if lc $magnitude eq 'mi';
-$target *= 10 if lc $magnitude eq 'g';
-$target *= 1024*1024*1024 if lc $magnitude eq 'gi';
-
-return "$comparison $target";
-}
-
-sub test { $_[0]->( $_[1] ) }
-
-1;
-
-__END__
-
-=head1 NAME
-
-Number::Compare - numeric comparisons
-
-=head1 SYNOPSIS
-
- Number::Compare->new(">1Ki")->test(1025); # is 1025 > 1024
-
- my $c = Number::Compare->new(">1M");
- $c->(1_200_000);  # slightly terser invocation
-
-=head1 DESCRIPTION
-
-Number::Compare compiles a simple comparison to an anonymous
-subroutine, which you can call with a value to be tested again.
-
-Now this would be very pointless, if Number::Compare didn't understand
-magnitudes.
-
-The target value may use magnitudes of kilobytes (C, C),
-megabytes (C, C), or gigabytes (C, C).  Those suffixed
-with an C use the appropriate 2**n version in accordance with the
-IEC standard: http://physics.nist.gov/cuu/Units/binary.html
-
-=head1 METHODS
-
-=head2 ->new( $tes

commit logrotate for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package logrotate for openSUSE:Factory
checked in at Tue Sep 13 12:37:56 CEST 2011.




--- logrotate/logrotate.changes 2011-09-07 14:54:02.0 +0200
+++ /mounts/work_src_done/STABLE/logrotate/logrotate.changes2011-09-08 
12:16:40.0 +0200
@@ -1,0 +2,24 @@
+Wed Sep  7 14:30:29 UTC 2011 - vci...@suse.com
+
+- update to 3.8.1
+- dropped CVE patches as they were merged to upstream
+- changelog
+  - fixed 1 memory leak in prerotateSingleLog
+  - do not redirect logrotate errors to /dev/null in cron script
+  - fixed "size" directive parsing
+  - handle situation when acl_get_fd is supported, but acl_set_fd is not
+  - added "maxsize" directive (see man page)
+  - added "dateyesterday" option (see man page)
+  - fixed crash when config file had exactly 4096*N bytes
+  - added WITH_ACL make option to link against -lacl and preserve ACLs
+during rotation
+  - added "su" option to define user/group for rotation. Logrotate now
+skips directories which are world writable or writable by group
+which is not "root" unless "su" directive is used.
+  - fixed CVE-2011-1098: race condition by creation of new files
+  - fixed possible shell injection when using "shred" directive (CVE-2011-1154)
+  - fixed escaping of file names within 'write state' action (CVE-2011-1155)
+  - better 'size' directive description
+  - fixed possible buffer-overflow when reading config files
+
+---

calling whatdependson for head-i586


Old:

  logrotate-3.7.9.tar.bz2
  logrotate-CVE-2011-1098.patch
  logrotate-CVE-2011-1155.patch
  logrotate-shred-CVE-2011-1154.patch

New:

  logrotate-3.8.1.tar.gz



Other differences:
--
++ logrotate.spec ++
--- /var/tmp/diff_new_pack.77ERtE/_old  2011-09-13 12:37:52.0 +0200
+++ /var/tmp/diff_new_pack.77ERtE/_new  2011-09-13 12:37:52.0 +0200
@@ -19,21 +19,19 @@
 Url:https://fedorahosted.org/releases/l/o/logrotate
 
 Name:   logrotate
-Version:3.7.9
-Release:12
+Version:3.8.1
+Release:1
 License:GPLv2+
 Summary:Rotate, compress, remove, and mail system log files
 Group:  System/Base
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.gz
 Source100:  %{name}-rpmlintrc
 Patch0: logrotate-3.7.8-suse.patch
 Patch1: logrotate-3.7.8-conf.patch
 Patch2: logrotate-3.7.8-autoext.patch
 Patch3: logrotate-3.7.8-addextension.patch
 Patch4: logrotate-3.7.8-mess_err.patch
-Patch5: logrotate-CVE-2011-1098.patch
-Patch6: logrotate-shred-CVE-2011-1154.patch
-Patch7: logrotate-CVE-2011-1155.patch
+# PATCH-FIX-UPSTREAM allow separated compressoptions (bnc#711780)
 Patch8: logrotate-3.7.9-compressoptions.patch
 BuildRequires:  libselinux-devel
 BuildRequires:  popt-devel
@@ -59,9 +57,6 @@
 %patch2
 %patch3
 %patch4
-%patch5 -p1
-%patch6
-%patch7
 %patch8 -p1
 
 %build
@@ -81,7 +76,7 @@
 %post
 %{remove_and_set MAX_DAYS_FOR_LOG_FILES}
 if [ -f /etc/logrotate.d/aaa_base ] ; then
-   echo "Saving old logrotate system confguration"
+   echo "Saving old logrotate system configuration"
mv -v /etc/logrotate.d/aaa_base /etc/logrotate.d.aaa_base.save
 fi
 

++ logrotate-3.7.8-addextension.patch ++
--- /var/tmp/diff_new_pack.77ERtE/_old  2011-09-13 12:37:52.0 +0200
+++ /var/tmp/diff_new_pack.77ERtE/_new  2011-09-13 12:37:52.0 +0200
@@ -1,17 +1,16 @@
 Index: test/test
 ===
 test/test.orig 2008-05-14 12:31:35.0 +0200
-+++ test/test  2009-03-06 15:15:00.0 +0100
-@@ -369,4 +369,27 @@
+--- test/test.orig
 test/test
+@@ -427,4 +427,26 @@ test.log 0
+ test.log.1 0 zero
  EOF
  
- rm -rf testdir
-+
 +# check rotation with extension appended to the filename
-+cleanup 15
++cleanup 17
 +
-+preptest test.log 15 1 0
-+$RLR test-config.15 --force
++preptest test.log 17 1 0
++$RLR test-config.17 --force
 +
 +checkoutput extension);
+ 
++  } else if (!strcmp(key, "addextension")) {
++  if ((key = isolateValue
++  (configFile, lineNum, 
"addextension name", &start,
++  &buf, length)) != NULL) 
{
++  freeLogItem (addextension);
++ 

commit kdeutils4 for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package kdeutils4 for openSUSE:Factory
checked in at Tue Sep 13 12:37:43 CEST 2011.




--- KDE/kdeutils4/kdeutils4.changes 2011-07-22 20:22:15.0 +0200
+++ /mounts/work_src_done/STABLE/kdeutils4/kdeutils4.changes2011-09-07 
14:46:29.0 +0200
@@ -1,0 +2,7 @@
+Fri Sep  2 08:55:53 CEST 2011 - dmuel...@suse.de
+
+- update to 4.7.1
+  * Bugfixes over KDE 4.7.0
+  *  see http://kde.org/announcements/changelogs/changelog4_7_0to4_7_1.php for 
details
+
+---

calling whatdependson for head-i586


Old:

  kdeutils-4.7.0.tar.bz2

New:

  kdeutils-4.7.1.tar.bz2



Other differences:
--
++ kdeutils4.spec ++
--- /var/tmp/diff_new_pack.sn0Umm/_old  2011-09-13 12:37:38.0 +0200
+++ /var/tmp/diff_new_pack.sn0Umm/_new  2011-09-13 12:37:38.0 +0200
@@ -22,7 +22,6 @@
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  libarchive-devel
 BuildRequires:  libkdepimlibs4-devel
-BuildRequires:  libkonq-devel
 BuildRequires:  libqca2-devel
 BuildRequires:  libqimageblitz-devel
 BuildRequires:  libzip-devel
@@ -30,6 +29,7 @@
 BuildRequires:  oxygen-icon-theme-large
 BuildRequires:  pcsc-lite
 BuildRequires:  python-devel
+BuildRequires:  libkonq-devel
 
 %if 0%{?suse_version} > 1110
 BuildRequires:  xz-devel
@@ -39,7 +39,7 @@
 %if %with_python
 BuildRequires:  python-kde4-devel
 %endif
-Version:4.7.0
+Version:4.7.1
 Release:1
 License:GPLv2+
 Summary:Base Package of KDE Utility Programs

++ kdeutils-4.7.0.tar.bz2 -> kdeutils-4.7.1.tar.bz2 ++
 18839 lines of diff (skipped)






Remember to have fun...

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



commit json-glib for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package json-glib for openSUSE:Factory
checked in at Tue Sep 13 12:37:01 CEST 2011.




--- GNOME/json-glib/json-glib.changes   2011-07-27 15:47:49.0 +0200
+++ /mounts/work_src_done/STABLE/json-glib/json-glib.changes2011-09-09 
18:23:57.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep  9 16:20:36 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.13.90:
+  + Make JsonReader perform a stricter validation especially when
+using the strongly typed accessors.
+  + Misc bug fixes.
+
+---

calling whatdependson for head-i586


Old:

  json-glib-0.13.4.tar.bz2

New:

  json-glib-0.13.90.tar.bz2



Other differences:
--
++ json-glib.spec ++
--- /var/tmp/diff_new_pack.r9W3vB/_old  2011-09-13 12:36:57.0 +0200
+++ /var/tmp/diff_new_pack.r9W3vB/_new  2011-09-13 12:36:57.0 +0200
@@ -19,13 +19,13 @@
 
 
 Name:   json-glib
-Version:0.13.4
-Release:2
+Version:0.13.90
+Release:1
 Summary:Library for JavaScript Object Notation format
 License:LGPLv2.1+
 Group:  Development/Libraries/C and C++
 Url:http://live.gnome.org/JsonGlib
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/json-glib/0.13/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 BuildRequires:  glib2-devel
 BuildRequires:  gobject-introspection-devel

++ json-glib-0.13.4.tar.bz2 -> json-glib-0.13.90.tar.bz2 ++
 47960 lines of diff (skipped)






Remember to have fun...

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



commit gnome-screensaver for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package gnome-screensaver for 
openSUSE:Factory
checked in at Tue Sep 13 12:36:49 CEST 2011.




--- GNOME/gnome-screensaver/gnome-screensaver.changes   2011-09-05 
08:47:05.0 +0200
+++ /mounts/work_src_done/STABLE/gnome-screensaver/gnome-screensaver.changes
2011-09-12 09:17:14.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 10 14:18:40 UTC 2011 - vu...@opensuse.org
+
+- Add gnome-screensaver-fix-clock.patch: fix the clock so that it's
+  updated instead of always showing the same time.
+
+---

calling whatdependson for head-i586


New:

  gnome-screensaver-fix-clock.patch



Other differences:
--
++ gnome-screensaver.spec ++
--- /var/tmp/diff_new_pack.lGI6m4/_old  2011-09-13 12:36:45.0 +0200
+++ /var/tmp/diff_new_pack.lGI6m4/_new  2011-09-13 12:36:45.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   gnome-screensaver
 Version:3.1.91
-Release:1
+Release:2
 Url:http://www.gnome.org/
 Group:  System/GUI/GNOME
 License:GPLv2+
@@ -30,6 +30,8 @@
 Patch:  gnome-screensaver-suse-pam.diff
 # PATCH-FIX-UPSTREAM gnome-screensaver-helper.patch bgo#640647 
fcro...@novell.com -- Put back helper authentication, removed by upstream
 Patch1: gnome-screensaver-helper.patch
+# PATCH-FIX-UPSTREAM gnome-screensaver-fix-clock.patch vu...@opensuse.org -- 
Fix clock so it's updated
+Patch2: gnome-screensaver-fix-clock.patch
 # PATCH-FEATURE-OPENSUSE gnome-screensaver-xvkbd-on-lock.patch 
rodr...@novell.com -- Run xvkbd when locking the screen
 Patch7: gnome-screensaver-xvkbd-on-lock.patch
 # PATCH-NEEDS-REBASE gnome-screensaver-2.19.1.1-securitytoken.patch
@@ -74,6 +76,7 @@
 translation-update-upstream
 %patch
 %patch1 -p1
+%patch2 -p1
 %patch7 -p1
 # %patch8 -p1
 %patch10

++ gnome-screensaver-fix-clock.patch ++
Index: gnome-screensaver-3.1.91/src/gs-window-x11.c
===
--- gnome-screensaver-3.1.91.orig/src/gs-window-x11.c
+++ gnome-screensaver-3.1.91/src/gs-window-x11.c
@@ -2190,6 +2190,14 @@ update_clock (GSWindow *window)
 g_free (markup);
 }
 
+static void
+on_clock_changed (GnomeWallClock *clock,
+  GParamSpec *pspec,
+  gpointeruser_data)
+{
+update_clock (GS_WINDOW (user_data));
+}
+
 static char *
 get_user_display_name (void)
 {
@@ -2339,6 +2347,7 @@ gs_window_init (GSWindow *window)
 create_info_bar (window);
 
 window->priv->clock_tracker = g_object_new (GNOME_TYPE_WALL_CLOCK, 
NULL);
+g_signal_connect (window->priv->clock_tracker, "notify::clock", 
G_CALLBACK (on_clock_changed), window);
 update_clock (window);
 
 force_no_pixmap_background (window->priv->drawing_area);





Remember to have fun...

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



commit yast2-control-center-gnome for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package yast2-control-center-gnome for 
openSUSE:Factory
checked in at Tue Sep 13 12:34:45 CEST 2011.




--- yast2-control-center-gnome/yast2-control-center-gnome.changes   
2011-07-28 12:35:29.0 +0200
+++ 
/mounts/work_src_done/STABLE/yast2-control-center-gnome/yast2-control-center-gnome.changes
  2011-09-02 16:37:37.0 +0200
@@ -1,0 +2,12 @@
+Fri Sep  2 14:22:30 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.21.2:
+  + Update gnome-control-center code; this includes:
+- port to the new gnome-menus library
+- do not display item title twice when searching
+- add Ctrl+Q as a way to exit the shell
+  + Specify layout in YaST-gnome.menu to avoid alphabetical order.
+- Change pkgconfig(libgnome-menu) BuildRequires to
+  pkgconfig(libgnome-menu-3.0) to use the new gnome-menus library.
+
+---

calling whatdependson for head-i586


Old:

  yast2-control-center-gnome-2.21.1.tar.bz2

New:

  yast2-control-center-gnome-2.21.2.tar.bz2



Other differences:
--
++ yast2-control-center-gnome.spec ++
--- /var/tmp/diff_new_pack.rbn5ko/_old  2011-09-13 12:34:40.0 +0200
+++ /var/tmp/diff_new_pack.rbn5ko/_new  2011-09-13 12:34:40.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   yast2-control-center-gnome
-Version:2.21.1
+Version:2.21.2
 Release:1
 License:GPL v2 or later
 Summary:YaST2 - Control Center (GNOME version)
@@ -31,7 +31,7 @@
 BuildRequires:  yast2-devtools
 BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  pkgconfig(libgnome-menu)
+BuildRequires:  pkgconfig(libgnome-menu-3.0)
 Requires:   yast2-control-center
 Supplements:gnome-main-menu
 Provides:   yast2-control-center-binary

++ yast2-control-center-gnome-2.21.1.tar.bz2 -> 
yast2-control-center-gnome-2.21.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-gnome-2.21.1/ChangeLog 
new/yast2-control-center-gnome-2.21.2/ChangeLog
--- old/yast2-control-center-gnome-2.21.1/ChangeLog 2011-07-28 
12:29:30.0 +0200
+++ new/yast2-control-center-gnome-2.21.2/ChangeLog 2011-09-02 
16:33:51.0 +0200
@@ -1,3 +1,20 @@
+2011-09-02  Vincent Untz  
+
+   Release 2.21.2
+
+   Update to gnome-control-center code as of today. This includes a port
+   to new gnome-menus API.
+
+   * VERSION: bump version.
+   * configure.in.in: look for libgnome-menu-3.0 instead of libgnome-menu.
+   * etc/YaST-gnome.menu: add Layout node to  force the layout we want,
+   instead of relying on alphabetical order.
+   * src/cut-n-paste/: update code from gnome-control-center.
+   * src/{control-center.c,gnome-control-center.c}: rebase on updated code.
+   * src/shell-search-renderer.c: tweak this source file to avoid a crash
+   caused by the fact that yast .desktop files have no Comment key.
+   * src/patch/: update patch to current changes.
+
 2011-07-28  Vincent Untz  
 
Release 2.21.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-gnome-2.21.1/VERSION 
new/yast2-control-center-gnome-2.21.2/VERSION
--- old/yast2-control-center-gnome-2.21.1/VERSION   2011-07-28 
12:22:34.0 +0200
+++ new/yast2-control-center-gnome-2.21.2/VERSION   2011-09-02 
16:17:20.0 +0200
@@ -1 +1 @@
-2.21.1
+2.21.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-control-center-gnome-2.21.1/configure 
new/yast2-control-center-gnome-2.21.2/configure
--- old/yast2-control-center-gnome-2.21.1/configure 2011-07-28 
12:09:15.0 +0200
+++ new/yast2-control-center-gnome-2.21.2/configure 2011-09-02 
16:22:11.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for yast2-control-center-gnome 2.21.0.
+# Generated by GNU Autoconf 2.65 for yast2-control-center-gnome 2.21.2.
 #
 # Report bugs to .
 #
@@ -701,8 +701,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-control-center-gnome'
 PACKAGE_TARNAME='yast2-control-center-gnome'
-PACKAGE_VERSION='2.21.0'
-PACKAGE_STRING='yast2-control-center-gnome 2.21.0'
+PACKAGE_VERSION='2.21.2'
+PACKAGE_STRING='yast2-control-center-gnome 2.21.2'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1483,7 +1483,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-control-center-gnome 2.21.0 to adapt to many 
kinds of systems.
+\`configure

commit yast2-ca-management for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package yast2-ca-management for 
openSUSE:Factory
checked in at Tue Sep 13 12:34:33 CEST 2011.




--- yast2-ca-management/yast2-ca-management.changes 2011-09-08 
16:49:53.0 +0200
+++ 
/mounts/work_src_done/STABLE/yast2-ca-management/yast2-ca-management.changes
2011-09-12 10:13:31.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 12 10:11:07 CEST 2011 - m...@suse.de
+
+- version 2.21.3
+- fix typos in help texts (bnc#702668)
+
+---

calling whatdependson for head-i586


Old:

  yast2-ca-management-2.21.2.tar.bz2

New:

  yast2-ca-management-2.21.3.tar.bz2



Other differences:
--
++ yast2-ca-management.spec ++
--- /var/tmp/diff_new_pack.5UwkBS/_old  2011-09-13 12:34:29.0 +0200
+++ /var/tmp/diff_new_pack.5UwkBS/_new  2011-09-13 12:34:29.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-ca-management
-Version:2.21.2
+Version:2.21.3
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-ca-management-2.21.2.tar.bz2
+Source0:yast2-ca-management-2.21.3.tar.bz2
 
 Prefix: /usr
 
@@ -39,7 +39,7 @@
 Managing CAs, Certificates and Requests in an understanding way.
 
 %prep
-%setup -n yast2-ca-management-2.21.2
+%setup -n yast2-ca-management-2.21.3
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-ca-management-2.21.2.tar.bz2 -> yast2-ca-management-2.21.3.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ca-management-2.21.2/VERSION 
new/yast2-ca-management-2.21.3/VERSION
--- old/yast2-ca-management-2.21.2/VERSION  2011-09-08 16:40:48.0 
+0200
+++ new/yast2-ca-management-2.21.3/VERSION  2011-09-12 10:10:57.0 
+0200
@@ -1 +1 @@
-2.21.2
+2.21.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ca-management-2.21.2/configure 
new/yast2-ca-management-2.21.3/configure
--- old/yast2-ca-management-2.21.2/configure2011-09-08 16:42:01.0 
+0200
+++ new/yast2-ca-management-2.21.3/configure2011-09-12 10:11:44.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-ca-management 2.21.2.
+# Generated by GNU Autoconf 2.68 for yast2-ca-management 2.21.3.
 #
 # Report bugs to .
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-ca-management'
 PACKAGE_TARNAME='yast2-ca-management'
-PACKAGE_VERSION='2.21.2'
-PACKAGE_STRING='yast2-ca-management 2.21.2'
+PACKAGE_VERSION='2.21.3'
+PACKAGE_STRING='yast2-ca-management 2.21.3'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1229,7 +1229,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-ca-management 2.21.2 to adapt to many kinds of 
systems.
+\`configure' configures yast2-ca-management 2.21.3 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1301,7 +1301,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-ca-management 2.21.2:";;
+ short | recursive ) echo "Configuration of yast2-ca-management 2.21.3:";;
esac
   cat <<\_ACEOF
 
@@ -1381,7 +1381,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-ca-management configure 2.21.2
+yast2-ca-management configure 2.21.3
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1398,7 +1398,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-ca-management $as_me 2.21.2, which was
+It was created by yast2-ca-management $as_me 2.21.3, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2328,7 +2328,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-ca-management'
- VERSION='2.21.2'
+ VERSION='2.21.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2450,7 +2450,7 @@
 
 
 
-VERSION="2.21.2"
+VERSION="2.21.3"
 RPMNAME="yast2-ca-management"
 MAINTAINER="Michael Calmer , J. Daniel Schmidt "
 
@@ -3380,7 +3380,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-ca-management $as_me 2.21.2, which was
+This file was extended by yast2-ca-management $as_me 2.21.3, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3433,7 +3433,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fai

commit vte2 for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package vte2 for openSUSE:Factory
checked in at Tue Sep 13 12:34:17 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/vte2/vte2.changes  2011-09-02 
23:26:51.0 +0200
@@ -0,0 +1,912 @@
+---
+Fri Sep  2 21:25:37 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.28.2:
+  + Dist correct gtk-doc API docs
+  + Updated translations.
+
+---
+Fri Sep  2 12:00:32 UTC 2011 - vu...@opensuse.org
+
+- Remove support from vte source package, since new versions of
+  vte are GTK+ 3 only, and so we need to keep this old version just
+  for GTK+ 2.
+- Remove build_for_gtk2 and build_glade_catalog macros, and keep
+  things as they were both set to 1.
+
+---
+Wed Jun 15 09:56:37 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.28.1:
+  + bgo#652124: malicious escape sequence causes gnome-terminal to
+exhaust memory
+  + Updated translations.
+
+---
+Wed May 18 17:21:42 CEST 2011 - vu...@opensuse.org
+
+- Drop rpmlintrc as the new path for gnome-pty-helper is now known
+  by the permissions system.
+
+---
+Thu May  5 19:53:33 CEST 2011 - vu...@opensuse.org
+
+- Use %set_permissions instead of deprecated %run_permissions in
+  %post of gnome-pty-helper.
+- Move %verify_permissions to %verifyscript of gnome-pty-helper.
+- Only put gnome-pty-helper scriptlets if %{build_for_gtk2} is not
+  set, since we don't build gnome-pty-helper when building for
+  gtk2.
+
+---
+Wed Apr 27 12:26:01 CEST 2011 - vu...@opensuse.org
+
+- Split gnome-pty-helper in its own package, and stop installing it
+  in a non-default libexecdir: it is needed by both gtk2 and gtk3
+  versions of vte, and we don't want to have it twice. So only keep
+  the one we get with the gtk3 build.
+- Add Requires for gnome-pty-helper to libvte9 and libvte2_90.
+- Update rpmlintrc accordingly.
+
+---
+Mon Apr  4 15:01:44 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.28.0:
+  + bgo#642184: vte does not build against new glade (with
+gladeui-2.0).
+  + Updated translations.
+- Changes with version 0.27.90:
+  + Remove gsettings .enums.xml.
+  + Fix shrinking terminal on gtk3
+  + Updated translations.
+- Changes with version 0.27.5:
+  + Fix build with recent GTK+
+  + Updated translations.
+- Changes with version 0.27.4:
+  + Fix build with recent GTK+
+  + Introspection fixes for fork_command_full
+  + Updated translations.
+- Changes with version 0.27.3:
+  + Add a gsettings .enums.xml file for vte's enum types
+  + Fix build with latest gtk 3
+  + Fix introspection annotations and require gobject-introspection 0.9.0
+  + Bugs fixed: bgo#628870.
+  + Updated translations.
+- Changes with version 0.27.2:
+  + GTK+ 3 fixes.
+  + Updated translations.
+- Changes with version 0.27.1:
+  + Bugs fixed:
+- bgo#631589: Pass the correct TERM value inside envp when
+  spawning
+- bgo#631903: Report correct minimum/natural sizes for GTK+ 3
+- bgo#632257: vte leaks FDs
+  + Updated translations.
+- Add pre_checkin.sh to build gtk2 and gtk3 version of the package
+  and add some macros to handle dual gtk2 / gtk3 packages.
+- Differences between gtk2 / gtk3 packages:
+  + Pass --with-gtk=2.0/--with-gtk=3.0 to configure as appropriate.
+  + python-vte is only built for gtk2, as introspection is used for
+gtk3.
+- Disable glade catalogue build for gtk3 with build_glade_catalog
+  macro, as we don't have a gtk3-powered glade right now.
+- Remove %py_requires from main package since we don't build a vte
+  binary package.
+- Add rpmlintrc files to avoid a permissions-file-setuid-bit error
+  that makes the build fail. Security team will review that
+  (bnc#690202).
+
+---
+Mon Nov 16 11:42:41 CET 2010 - dims...@opensuse.org
+
+- Update to version 0.26.2:
+  + bgo#632257: Plug FD leak.
+
+---
+Tue Nov 16 09:21:49 UTC 2010 - a...@suse.de
+
+- Use group utmp for gnome-pty-helper (bnc#652877).
+
+---
+Wed Oct 13 22:57:07 CEST 2010 - vu...@opensuse.org
+
+- Update to version 0.26.1:
+  + Pass the correct TERM value inside envp when spawning.
+  + bgo#631589: set_emulation does not work in the python bindings
+
+---
+Tue Oct  5 15:02:43 CEST 2010 - vu...@opensuse.org
+
+- Split vte according to the shared library 

commit tracker for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package tracker for openSUSE:Factory
checked in at Tue Sep 13 12:33:54 CEST 2011.




--- GNOME/tracker/tracker.changes   2011-09-05 11:10:46.0 +0200
+++ /mounts/work_src_done/STABLE/tracker/tracker.changes2011-09-09 
14:20:40.0 +0200
@@ -1,0 +2,22 @@
+Fri Sep  9 11:41:04 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.12.0:
+  + New Feature:
+- Region of interest support in image formats (for example
+  tagging people in images)
+  + libtracker-common: Do not delete old log files when starting
+components
+  + tracker-miner-fs:
+- Improve query performance for updating tracker:available on
+  mounting
+- Handle desktop files of Type=Link
+- Support local (in $HOME) XDG directories for desktop files
+  + tracker-control: Added --set-log-verbsosity to change component
+log verbosity
+  + Various bug fixes.
+- Remove sed hack from %build to disable call to
+  update-desktop-database on "make install": fixed upstream.
+- Change build_evo macro to 1, to build the evolution miner now
+  that it has been ported to new evolution.
+
+---

calling whatdependson for head-i586


Old:

  tracker-0.11.2.tar.bz2

New:

  tracker-0.12.0.tar.bz2



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.SM8qWg/_old  2011-09-13 12:33:47.0 +0200
+++ /var/tmp/diff_new_pack.SM8qWg/_new  2011-09-13 12:33:47.0 +0200
@@ -17,21 +17,19 @@
 #
 
 
-%define build_evo 0%{?suse_version} <= 1140
+%define build_evo 1
 
 %define firefox_appid  \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
 %define thunderbird_appid  \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
 
 Name:   tracker
-Version:0.11.2
+Version:0.12.0
 Release:1
-# FIXME: on update, check if we can re-enable the evo miner for Factory, see 
bgo#653517 (last check: 0.11.2)
-# FIXME: on update, check if the sed hack in %%build is still needed (see 
bgo#658232) (last check: 0.11.2)
 License:GPLv2+
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
 Url:http://projects.gnome.org/tracker/
 Group:  Productivity/Other
-Source0:
http://download.gnome.org/sources/tracker/0.11/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/tracker/0.12/%{name}-%{version}.tar.bz2
 Source1:README.SUSE.flickr
 Source2:README.SUSE.rss
 # PATCH-FIX-OPENSUSE tracker-removeable-media-off.patch bgo622288 
badshah...@gmail.com -- Disable indexing on removable media by default. This is 
only needed for 11.4 and earlier, as 12.1 and later have proper default values 
in GSettings.
@@ -52,7 +50,7 @@
 BuildRequires:  flac-devel
 BuildRequires:  gcc-c++
 BuildRequires:  giflib-devel
-BuildRequires:  glib2-devel
+BuildRequires:  glib2-devel >= 2.28.0
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  graphviz
 BuildRequires:  gstreamer-0_10-plugins-base-devel >= 0.10.31
@@ -365,8 +363,6 @@
 cp %{S:2} src/miners/rss/README.SUSE
 
 %build
-# See bgo#658232
-sed -i "s:update-desktop-database:/bin/true:g" 
src/plugins/thunderbird/Makefile*
 %configure \
  --enable-libvorbis \
  --enable-libflac \

++ tracker-0.11.2.tar.bz2 -> tracker-0.12.0.tar.bz2 ++
GNOME/tracker/tracker-0.11.2.tar.bz2 
/mounts/work_src_done/STABLE/tracker/tracker-0.12.0.tar.bz2 differ: char 11, 
line 1






Remember to have fun...

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



commit systemd for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package systemd for openSUSE:Factory
checked in at Tue Sep 13 12:33:32 CEST 2011.




--- systemd/systemd-gtk.changes 2011-09-09 14:13:14.0 +0200
+++ /mounts/work_src_done/STABLE/systemd/systemd-gtk.changes2011-09-12 
10:37:03.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 12 08:33:04 UTC 2011 - fcro...@suse.com
+
+- Do not mask localnet service, it is not yet handled by systemd.
+  (bnc#716746)
+
+---
systemd.changes: same change

calling whatdependson for head-i586




Other differences:
--
++ systemd-gtk.spec ++
--- /var/tmp/diff_new_pack.NcDBpl/_old  2011-09-13 12:33:23.0 +0200
+++ /var/tmp/diff_new_pack.NcDBpl/_new  2011-09-13 12:33:23.0 +0200
@@ -21,7 +21,7 @@
 Name:   systemd-gtk
 Url:http://www.freedesktop.org/wiki/Software/systemd
 Version:34
-Release:2
+Release:3
 License:GPLv2+
 Group:  System/Base
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ systemd.spec ++
--- /var/tmp/diff_new_pack.NcDBpl/_old  2011-09-13 12:33:23.0 +0200
+++ /var/tmp/diff_new_pack.NcDBpl/_new  2011-09-13 12:33:23.0 +0200
@@ -22,7 +22,7 @@
 Name:   systemd
 Url:http://www.freedesktop.org/wiki/Software/systemd
 Version:34
-Release:3
+Release:5
 License:GPLv2+
 Group:  System/Base
 Summary:A System and Session Manager
@@ -168,7 +168,8 @@
 ln -s /dev/null %{buildroot}/lib/systemd/system/ldconfig.service
 ln -s /dev/null %{buildroot}/lib/systemd/system/loadmodules.service
 install -m644 %{S:2} %{buildroot}/lib/systemd/system/localfs.service
-ln -s /dev/null %{buildroot}/lib/systemd/system/localnet.service
+# need to be implemented in systemd directly
+#ln -s /dev/null %{buildroot}/lib/systemd/system/localnet.service
 ln -s /dev/null %{buildroot}/lib/systemd/system/proc.service
 ln -s fsck-root.service %{buildroot}/lib/systemd/system/rootfsck.service
 ln -s /dev/null %{buildroot}/lib/systemd/system/swap.service






Remember to have fun...

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



commit strongswan for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package strongswan for openSUSE:Factory
checked in at Tue Sep 13 12:32:32 CEST 2011.




--- strongswan/strongswan.changes   2011-09-08 18:07:15.0 +0200
+++ /mounts/work_src_done/STABLE/strongswan/strongswan.changes  2011-09-12 
11:27:04.0 +0200
@@ -1,0 +2,10 @@
+Mon Sep 12 09:26:51 UTC 2011 - co...@suse.com
+
+- remove _service file, too fragile
+
+---
+Mon Sep 12 08:24:36 UTC 2011 - m...@suse.com
+
+- Fixed version in last changelog entry
+
+---
@@ -4 +14 @@
-- Updated to strongSwan 4.5.2 release, changes overview since 4.5.2:
+- Updated to strongSwan 4.5.3 release, changes overview since 4.5.2:

calling whatdependson for head-i586


Old:

  _service
  _service:download_url:strongswan-4.5.3.tar.bz2
  _service:download_url:strongswan-4.5.3.tar.bz2.sig

New:

  strongswan-4.5.3.tar.bz2
  strongswan-4.5.3.tar.bz2.sig



Other differences:
--
++ strongswan.spec ++
--- /var/tmp/diff_new_pack.oT2zlf/_old  2011-09-13 12:32:25.0 +0200
+++ /var/tmp/diff_new_pack.oT2zlf/_new  2011-09-13 12:32:25.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   strongswan
 Version:4.5.3
-Release:1
+Release:3
 %define upstream_version   %{version}
 %define strongswan_docdir  %{_docdir}/%{name}
 %define strongswan_libdir  %{_libdir}/ipsec
@@ -233,6 +233,7 @@
 
 %package tests
 
+
 License:GPLv2+
 Summary:OpenSource IPsec-based VPN Solution
 Group:  Productivity/Networking/Security






Remember to have fun...

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



commit rsyslog for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory
checked in at Tue Sep 13 12:31:29 CEST 2011.




--- rsyslog/rsyslog.changes 2011-08-24 13:21:41.0 +0200
+++ /mounts/work_src_done/STABLE/rsyslog/rsyslog.changes2011-09-07 
15:05:12.0 +0200
@@ -1,0 +2,15 @@
+Wed Sep  7 12:58:48 UTC 2011 - mrueck...@suse.de
+
+- update to 5.8.5 [V5-stable]
+  - bugfix/security: off-by-two bug in legacy syslog parser,
+CVE-2011-3200 bnc#714658
+  - bugfix: mark message processing did not work correctly
+  - bugfix: potential hang condition during tag emulation
+  - bugfix: too-early string termination during tag emulation
+  - bugfix: The NUL-Byte for the syslogtag was not copied in MsgDup
+(msg.c)
+  - bugfix: fixed incorrect state handling for Discard Action
+(transactions) Note: This caused all messages in a batch to be
+set to COMMITTED, even if they were discarded. 
+
+---
@@ -10 +25 @@
-Fri Aug 19 13:04:45 UTC 2011 - mrueck...@suse.com
+Fri Aug 19 13:04:45 UTC 2011 - mrueck...@suse.de
@@ -38 +53 @@
-Wed Jul 13 11:10:15 UTC 2011 - mrueck...@suse.com
+Wed Jul 13 11:10:15 UTC 2011 - mrueck...@suse.de
@@ -44 +59 @@
-Tue Jul 12 13:35:54 UTC 2011 - mrueck...@suse.com
+Tue Jul 12 13:35:54 UTC 2011 - mrueck...@suse.de
@@ -51 +66 @@
-Tue Jul 12 13:11:04 UTC 2011 - mrueck...@suse.com
+Tue Jul 12 13:11:04 UTC 2011 - mrueck...@suse.de
@@ -58 +73 @@
-Tue Jul 12 12:59:13 UTC 2011 - mrueck...@suse.com
+Tue Jul 12 12:59:13 UTC 2011 - mrueck...@suse.de
@@ -73 +88 @@
-Tue Jul 12 12:52:58 UTC 2011 - mrueck...@suse.com
+Tue Jul 12 12:52:58 UTC 2011 - mrueck...@suse.de

calling whatdependson for head-i586


Old:

  rsyslog-5.8.4.tar.bz2

New:

  rsyslog-5.8.5.tar.bz2



Other differences:
--
++ rsyslog.spec ++
--- /var/tmp/diff_new_pack.pg7wJa/_old  2011-09-13 12:31:25.0 +0200
+++ /var/tmp/diff_new_pack.pg7wJa/_new  2011-09-13 12:31:25.0 +0200
@@ -20,8 +20,8 @@
 
 Name:   rsyslog
 Summary:The enhanced syslogd for Linux and Unix
-Version:5.8.4
-Release:4
+Version:5.8.5
+Release:1
 # for setting those bcond_with* configs see
 # http://lizards.opensuse.org/2008/09/12/conditional-features-aka-use-flags/
 %if 0%{?suse_version} >= 1140

++ rsyslog-5.8.4.tar.bz2 -> rsyslog-5.8.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rsyslog-5.8.4/ChangeLog new/rsyslog-5.8.5/ChangeLog
--- old/rsyslog-5.8.4/ChangeLog 2011-08-10 10:50:15.0 +0200
+++ new/rsyslog-5.8.5/ChangeLog 2011-08-31 12:13:51.0 +0200
@@ -1,4 +1,14 @@
 ---
+Version 5.8.5  [V5-stable] (rgerhards/al), 2011-09-01
+- bugfix/security: off-by-two bug in legacy syslog parser, CVE-2011-3200
+- bugfix: mark message processing did not work correctly
+- bugfix: potential hang condition during tag emulation
+- bugfix: too-early string termination during tag emulation
+- bugfix: The NUL-Byte for the syslogtag was not copied in MsgDup (msg.c)
+- bugfix: fixed incorrect state handling for Discard Action (transactions)
+  Note: This caused all messages in a batch to be set to COMMITTED, 
+  even if they were discarded. 
+---
 Version 5.8.4  [V5-stable] (al), 2011-08-10
 - bugfix: potential misadressing in property replacer
 - bugfix: memcpy overflow can occur in allowed sender checkig
@@ -861,11 +871,13 @@
   Thanks for varmojfekoj for pointing me at this bug.
 - imported changes from 4.5.6 and below
 ---
-Version 4.6.8  [v4-stable] (rgerhards), 2011-??-??
+Version 4.6.8  [v4-stable] (rgerhards), 2011-09-01
+- bugfix/security: off-by-two bug in legacy syslog parser, CVE-2011-3200
 - bugfix: potential misadressing in property replacer
-- bugfix: memcpy overflow can occur in allowed sender checkig
+- bugfix: memcpy overflow can occur in allowed sender checking
   if a name is resolved to IPv4-mapped-on-IPv6 address
   Found by Ismail Dönmez at suse
+- bugfix: The NUL-Byte for the syslogtag was not copied in MsgDup (msg.c)
 ---
 Version 4.6.7  [v4-stable] (rgerhards), 2011-07-11
 - added support for the ":omusrmsg:" syntax in configuring user messages
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rsyslog-5.8.4/Makefile.in 
new/rsyslog-5.8.5/Makefile.in
--- old/rsyslog-5.8.4/Makefile.in   2011-08-10 11:51:56.0 +0200
+++ new/rsyslog-5.8.5/Makefile.in   2011-08-31 12:15:11.0 +0200
@@ -82,7 +82,7 @@
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
  

commit qtcurve-kde4 for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package qtcurve-kde4 for openSUSE:Factory
checked in at Tue Sep 13 12:31:12 CEST 2011.




--- KDE/qtcurve-kde4/qtcurve-kde4.changes   2011-05-16 16:46:11.0 
+0200
+++ /mounts/work_src_done/STABLE/qtcurve-kde4/qtcurve-kde4.changes  
2011-09-12 21:08:52.0 +0200
@@ -1,0 +2,11 @@
+Mon Sep 12 15:08:22 UTC 2011 - toddrme2...@gmail.com
+
+- Added %kde_post_install macro (fix for RPMLINT warning)
+- Cleaned up spec file formatting
+- Update to 1.8.8
+  1. Disable window dragging from QGraphicsView.
+  2. Respect "_kde_no_window_grab" property to disable window drag for certain 
widgets.
+  3. Workaround dialog placement issues when using transparent dialogs. 
Attempt to place dialog in centre of its parent 
+  - if it has one. This only works for dialogs, windows will still 
(unfortunately) be moved to top left :-(
+
+---

calling whatdependson for head-i586


Old:

  QtCurve-KDE4-1.8.7.tar.bz2

New:

  QtCurve-KDE4-1.8.8.tar.bz2



Other differences:
--
++ qtcurve-kde4.spec ++
--- /var/tmp/diff_new_pack.pIvDeF/_old  2011-09-13 12:31:06.0 +0200
+++ /var/tmp/diff_new_pack.pIvDeF/_new  2011-09-13 12:31:06.0 +0200
@@ -15,31 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   qtcurve-kde4
-BuildRequires:  kdebase4-workspace-devel libkde4-devel
-Url:http://www.kde-look.org/content/show.php?content=40492
+Version:1.8.8
+Release:1
 License:GPLv2+
-Group:  System/GUI/KDE
 Summary:QtCurve style for KDE 4
-Version:1.8.7
-Release:1
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:http://www.kde-look.org/content/show.php?content=40492
+Group:  System/GUI/KDE
 Source0:QtCurve-KDE4-%{version}.tar.bz2
+BuildRequires:  kdebase4-workspace-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
 %description
 This is the QtCurve style for KDE 4. QtCurve is available for both
 Gtk2+ and Qt3.
 
-
-
-Authors:
-
-Craig Drummond 
-
 %prep
 %setup -q -n QtCurve-KDE4-%{version}
 
@@ -49,9 +42,10 @@
 
 %install
   pushd build
-  %makeinstall
+  %make_install
   popd
   %find_lang qtcurve
+  %kde_post_install
 
 %post -p /sbin/ldconfig
 
@@ -60,14 +54,14 @@
 %files -f qtcurve.lang
 %defattr(-,root,root)
 %doc ChangeLog COPYING README TODO
-/usr/%_lib/kde4/kstyle_qtcurve_config.so
-/usr/%_lib/kde4/kwin_qtcurve_config.so
-/usr/%_lib/kde4/kwin3_qtcurve.so
-/usr/%_lib/kde4/plugins/styles
-%_kde_share_dir/apps/QtCurve
-%_kde_share_dir/apps/kstyle
-%_kde_share_dir/apps/color-schemes/QtCurve.colors
-%_kde_share_dir/apps/color-schemes/QtCurveAgua.colors
-%_kde_share_dir/apps/kwin/qtcurve.desktop
+%{_kde4_modulesdir}/kstyle_qtcurve_config.so
+%{_kde4_modulesdir}/kwin_qtcurve_config.so
+%{_kde4_modulesdir}/kwin3_qtcurve.so
+%{_kde4_modulesdir}/plugins/styles
+%{_kde4_appsdir}/QtCurve
+%{_kde4_appsdir}/kstyle
+%{_kde4_appsdir}/color-schemes/QtCurve.colors
+%{_kde4_appsdir}/color-schemes/QtCurveAgua.colors
+%{_kde4_appsdir}/kwin/qtcurve.desktop
 
 %changelog

++ QtCurve-KDE4-1.8.7.tar.bz2 -> QtCurve-KDE4-1.8.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/QtCurve-KDE4-1.8.7/CMakeLists.txt 
new/QtCurve-KDE4-1.8.8/CMakeLists.txt
--- old/QtCurve-KDE4-1.8.7/CMakeLists.txt   2011-04-06 21:22:59.0 
+0200
+++ new/QtCurve-KDE4-1.8.8/CMakeLists.txt   2011-07-03 20:14:51.0 
+0200
@@ -8,7 +8,7 @@
 set(CPACK_SOURCE_GENERATOR "TBZ2")
 set(CPACK_PACKAGE_VERSION_MAJOR "1")
 set(CPACK_PACKAGE_VERSION_MINOR "8")
-set(CPACK_PACKAGE_VERSION_PATCH "7")
+set(CPACK_PACKAGE_VERSION_PATCH "8")
 set(CPACK_PACKAGE_CONTACT "Craig Drummond ")
 set(QTCURVE_VERSION 
"${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}")
 set(QTCURVE_VERSION_FULL "${QTCURVE_VERSION}.${CPACK_PACKAGE_VERSION_PATCH}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/QtCurve-KDE4-1.8.7/ChangeLog 
new/QtCurve-KDE4-1.8.8/ChangeLog
--- old/QtCurve-KDE4-1.8.7/ChangeLog2011-04-06 21:22:59.0 +0200
+++ new/QtCurve-KDE4-1.8.8/ChangeLog2011-07-03 20:14:51.0 +0200
@@ -1,3 +1,13 @@
+1.8.8
+-
+1. Disable window dragging from QGraphicsView.
+2. Respect "_kde_no_window_grab" property to disable window drag for
+   certain widgets.
+3. Workaround dialog placement issues when using transparent dialogs.
+   Attempt to place dialog in centre of its parent - if it has one.
+   This only works for dialogs, windows will still (unfortunately)
+   be moved to top left :-(
+
 1.8.7
 -
 1. Fix QtDesigner crash when using transparent background - thanks to
diff -urN '--exclu

commit psmisc for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package psmisc for openSUSE:Factory
checked in at Tue Sep 13 12:30:59 CEST 2011.




--- psmisc/psmisc.changes   2011-06-21 19:04:32.0 +0200
+++ /mounts/work_src_done/STABLE/psmisc/psmisc.changes  2011-09-12 
17:50:37.0 +0200
@@ -1,0 +2,12 @@
+Mon Sep 12 14:28:38 UTC 2011 - wer...@suse.de
+
+- Update to pre version 22.15
+  + Really apply patch for SF#31110178 RH#651794
+  + Conditionally use fork before stat calls
+  + Patch from Corrina Vinschen for compiling on cygwin
+  + Remove doubled content in src/lists.h
+  + Add another 2 for thread brackets in pstree.c
+- Change fork before stat calls to be in best case a second process
+  using two pipes for bidirectional communication with main.
+
+---

calling whatdependson for head-i586


Old:

  _service:download_files:psmisc-22.14.tar.gz
  _service:download_files:psmisc-22.14.tar.gz.1
  _service:format_spec_file:psmisc.spec
  psmisc-22.12-pstree_overflow.patch
  psmisc-22.14-toomuch.dif

New:

  psmisc-22.14-22.15.patch
  psmisc-22.15-timeout.patch



Other differences:
--
++ psmisc.spec ++
--- /var/tmp/diff_new_pack.UqYy69/_old  2011-09-13 12:30:54.0 +0200
+++ /var/tmp/diff_new_pack.UqYy69/_new  2011-09-13 12:30:54.0 +0200
@@ -26,15 +26,15 @@
 Group:  System/Monitoring
 PreReq: %fillup_prereq %insserv_prereq
 Version:22.14
-Release:1
+Release:3
 Provides:   ps:/usr/bin/killall
 Summary:Utilities for managing processes on your system
 Source: 
http://sourceforge.net/projects/psmisc/files/psmisc/%{name}-%{version}.tar.gz
 Patch0: %name-22.14.dif
 Patch1: %name-22.12-tigetstr.patch
-Patch2: %name-22.12-pstree_overflow.patch
-Patch3: %name-22.12-pstree.patch
-Patch4: %name-22.14-toomuch.dif
+Patch2: %name-22.12-pstree.patch
+Patch42:%name-22.14-22.15.patch
+Patch43:%name-22.15-timeout.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define nopeek  s390 s390x ia64 %sparc hppa
@@ -49,10 +49,10 @@
 
 %prep
 %setup -q
+%patch42 -p1
+%patch43 -p1
 %patch1 -p0 -b .tigetstr
-%patch2 -p0 -b .pstreeovfl
-%patch3 -p0 -b .pstree
-%patch4 -p0 -b .2much
+%patch2 -p0 -b .pstree
 %patch0 -p0 -b .0
 
 %build
@@ -62,7 +62,11 @@
 CC=gcc
 CXX=g++
 export CFLAGS CXXFLAGS CC CXX
-sh ./configure --prefix=%{_prefix} --mandir=%{_mandir} --enable-selinux
+sh ./configure --prefix=%{_prefix} --mandir=%{_mandir} \
+   --disable-rpath \
+   --with-gnu-ld   \
+   --enable-selinux\
+   --enable-timeout-stat
 make %{?_smp_mflags} CFLAGS="$CFLAGS" "CC=$CC"
 
 %install

++ psmisc-22.12-pstree_overflow.patch -> psmisc-22.14-22.15.patch ++
--- psmisc/psmisc-22.12-pstree_overflow.patch   2010-07-13 18:50:32.0 
+0200
+++ /mounts/work_src_done/STABLE/psmisc/psmisc-22.14-22.15.patch
2011-09-12 17:50:37.0 +0200
@@ -1,11 +1,489 @@
 src/pstree.c
-+++ src/pstree.c   2010-07-13 10:18:31.454925471 +
-@@ -69,7 +69,7 @@ extern const char *__progname;
- #defineVT_HD"w"
- 
- typedef struct _proc {
--char comm[COMM_LEN + 1];
-+char comm[COMM_LEN + 2 + 1]; /* add another 2 for thread brackets */
- char **argv;/* only used : argv[0] is 1st arg; undef if 
argc < 1 */
- int argc;/* with -a   : number of arguments, -1 
if swapped*/
- pid_t pid;
+diff --git a/ChangeLog b/ChangeLog
+index f10cea1..e5c36fe 100644
+--- a/ChangeLog
 b/ChangeLog
+@@ -1,6 +1,14 @@
++Changes in 22.15
++
++  * Really apply patch for SF#31110178 RH#651794
++  * Conditionally use fork before stat calls
++  * Patch from Corrina Vinschen for compiling on cygwin
++  * Remove doubled content in src/lists.h
++  * Add another 2 for thread brackets in pstree.c
++
+ Changes in 22.14
+ 
+-  * Fix file descriptor as weel as memory leaks in fuser
++  * Fix file descriptor as well as memory leaks in fuser
+   * Strip @ symbol from file names read from /proc/net/unix
+   * Above 2 changes close openSuSE bugs #536209, #529520, and #417841
+ and provided by Werner Fink
+diff --git a/README b/README
+index 2489b05..2bc973f 100644
+--- a/README
 b/README
+@@ -17,6 +17,13 @@ They should work with most recent kernels. Man pages are 
included.
+ src/loop.h was stolen from util-linux package which in turn stole it from
+ the Linux kernel.
+ 
++fuser on network fs
++---
++On network filesystems, fuser can hang because its trying to stat files
++that may go away.  If you use the --with-timeout-stat option during
++the configure step then fuser will fork a process to run stat. This means
++fuser doesn't hang,

commit plasmoid-cwp for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package plasmoid-cwp for openSUSE:Factory
checked in at Tue Sep 13 12:30:47 CEST 2011.




--- KDE/plasmoid-cwp/plasmoid-cwp.changes   2011-06-11 22:11:45.0 
+0200
+++ /mounts/work_src_done/STABLE/plasmoid-cwp/plasmoid-cwp.changes  
2011-09-06 22:43:42.0 +0200
@@ -1,0 +2,11 @@
+Tue Sep  6 20:38:43 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to version 1.5.5:
+  * xml: accuweather.com (US): Forecast icon for 1st day fixed
+  * xml: weather.com: Fixed
+  * xml: pogodynka.pl: Fixed
+- Spec file updates:
+  * Changed License: to GPL-3.0+.
+  * Minor other updates.
+
+---

calling whatdependson for head-i586


Old:

  98925-cwp-1.5.4.tar.bz2

New:

  98925-cwp-1.5.5.tar.bz2



Other differences:
--
++ plasmoid-cwp.spec ++
--- /var/tmp/diff_new_pack.FzB4Vp/_old  2011-09-13 12:30:42.0 +0200
+++ /var/tmp/diff_new_pack.FzB4Vp/_new  2011-09-13 12:30:42.0 +0200
@@ -20,11 +20,11 @@
 
 
 Name:   plasmoid-cwp
-Version:1.5.4
+Version:1.5.5
 Release:1
 Summary:Customizable Weather Plasmoid
 
-License:GPLv3+
+License:GPL-3.0+
 Url:http://www.kde-look.org/content/show.php?content=98925
 Group:  Productivity/Other
 Source0:
http://kde-look.org/CONTENT/content-files/98925-cwp-%{version}.tar.bz2
@@ -65,10 +65,6 @@
 %kde4_makeinstall
 cd ..
 
-%if 0%{?suse_version}
-%suse_update_desktop_file 
%{buildroot}%{_datadir}/kde4/services/plasma-applet-cwp.desktop
-%endif
-
 %find_lang plasma_applet_cwp
 
 %kde_post_install
@@ -79,14 +75,14 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYING ChangeLog README
-%{_kde4_modulesdir}/plasma_applet_cwp.so
-%{_kde4_iconsdir}/oxygen/128x128/status/weather-windy.png
-%{_kde4_iconsdir}/oxygen/scalable/status/weather-windy.svgz
 %dir %{_kde4_appsdir}/desktoptheme
 %dir %{_kde4_appsdir}/desktoptheme/default
 %dir %{_kde4_appsdir}/desktoptheme/default/widgets
 %{_kde4_appsdir}/desktoptheme/default/widgets/*.svgz
 %{_kde4_appsdir}/plasma-cwp/
+%{_kde4_iconsdir}/oxygen/128x128/status/weather-windy.png
+%{_kde4_iconsdir}/oxygen/scalable/status/weather-windy.svgz
+%{_kde4_modulesdir}/plasma_applet_cwp.so
 %{_kde4_servicesdir}/plasma-applet-cwp.desktop
 
 %files lang -f plasma_applet_cwp.lang

++ 98925-cwp-1.5.4.tar.bz2 -> 98925-cwp-1.5.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.4/ChangeLog new/cwp-1.5.5/ChangeLog
--- old/cwp-1.5.4/ChangeLog 2011-06-11 16:18:22.0 +0200
+++ new/cwp-1.5.5/ChangeLog 2011-09-06 22:20:48.0 +0200
@@ -1,3 +1,9 @@
+1.5.5
+=
+- xml: accuweather.com (US): Forecast icon for 1st day fixed
+- xml: weather.com: Fixed
+- xml: pogodynka.pl: Fixed
+
 1.5.4
 =
 - xml: ilmeteo.it: icon and description fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.4/README new/cwp-1.5.5/README
--- old/cwp-1.5.4/README2011-06-11 16:18:23.0 +0200
+++ new/cwp-1.5.5/README2011-09-06 22:20:48.0 +0200
@@ -1,5 +1,5 @@
 =
-Customizable Weather Plasmoid (CWP) 1.5.4
+Customizable Weather Plasmoid (CWP) 1.5.5
 =
 
 This is another weather plasmoid.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.4/data/br_weather_com.xml 
new/cwp-1.5.5/data/br_weather_com.xml
--- old/cwp-1.5.4/data/br_weather_com.xml   2011-06-11 16:18:23.0 
+0200
+++ new/cwp-1.5.5/data/br_weather_com.xml   2011-09-06 22:20:48.0 
+0200
@@ -1,7 +1,7 @@
 
 
 
-   http://br.weather.com"; example_zip="BRXX0043" unit="C" />
+   http://br.weather.com"; example_zip="BRXX0043" unit="C" />
 

 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.4/data/de_weather_com.xml 
new/cwp-1.5.5/data/de_weather_com.xml
--- old/cwp-1.5.4/data/de_weather_com.xml   2011-06-11 16:18:23.0 
+0200
+++ new/cwp-1.5.5/data/de_weather_com.xml   2011-09-06 22:20:48.0 
+0200
@@ -1,7 +1,7 @@
 
 
 
-   http://de.weather.com"; example_zip="80331" unit="C" />
+   http://de.weather.com"; example_zip="80331" unit="C" />
 

 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.5.4/data/espanol_weather_com.xml 
new/cwp-1.5.5/data/espanol_weather_com.xml
--- old/cwp-1.5.4/data/espanol_weather_com.xml  2011-06-11 16:18:23.0 
+0200
+++ new/cwp-1.5.5/data/espanol_weather_com.xml  2011-09-06 22:20:48.0 
+0200
@@ -1,7 +1,7 @@
 
 
 
-   http://espanol.weather.com"; 
example_zip="Ciudad-de-Mexico-MXDF0132" unit="C" />
+ 

commit php5 for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package php5 for openSUSE:Factory
checked in at Tue Sep 13 12:30:34 CEST 2011.




--- php5/php5.changes   2011-05-29 19:14:24.0 +0200
+++ /mounts/work_src_done/STABLE/php5/php5.changes  2011-09-05 
03:21:54.0 +0200
@@ -1,0 +2,149 @@
+Mon Sep  5 01:20:22 UTC 2011 - crrodrig...@opensuse.org
+
+- call openssl_config too in order to load user-provided 
+  engine configuration.
+
+---
+Sat Sep  3 05:18:44 UTC 2011 - crrodrig...@opensuse.org
+
+- Cleanup patches for upcoming release.
+
+---
+Sun Aug 28 20:59:36 UTC 2011 - andrea.turr...@gmail.com
+
+- Fixed typos in php5.spec
+
+---
+Tue Aug 23 03:35:25 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix very publicized critical bug in crypt() implementation
+
+---
+Fri Aug 12 02:27:08 UTC 2011 - crrodrig...@opensuse.org
+
+- Add mssql support with freetds 
+- Update PHP snapshot.
+
+---
+Tue Aug  9 22:11:30 UTC 2011 - crrodrig...@opensuse.org
+
+- Update snapshot, more static analyzer fixes. 
+
+---
+Sun Aug  7 20:32:28 UTC 2011 - crrodrig...@opensuse.org
+
+- Update snapshot, fix converity warnings 
+
+---
+Fri Aug  5 03:00:45 UTC 2011 - crrodrig...@opensuse.org
+
+- Update snapshot, several check if malloc() succeeded.
+
+---
+Wed Aug  3 17:51:56 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build in Factory 
+- Fix Segfault with allow_call_time_pass_reference = Off
+- Using class constants in array definition fails
+
+---
+Mon Aug  1 16:38:57 UTC 2011 - crrodrig...@opensuse.org
+
+- Add sqlite3 session storage, this is no more than
+  a forward port of already existent sqlite2 backend
+
+---
+Sun Jul 31 16:06:16 UTC 2011 - crrodrig...@opensuse.org
+
+- Update snap, PHP 5.3.7-RC4 
+
+---
+Wed Jul 27 04:36:37 UTC 2011 - crrodrig...@opensuse.org
+
+- Update snapshot again. 
+
+---
+Sat Jul 23 18:27:26 UTC 2011 - crrodrig...@opensuse.org
+
+- Update snapshot. 
+
+---
+Thu Jul 14 04:42:23 UTC 2011 - crrodrig...@opensuse.org
+
+- is_a() function is throwing an annoying warning 
+  "Unknown class passed as parameter" which is noticeable when
+  you use PEAR, fix it, if your code uses it you should be
+  using the instanceof operator anyway.
+- Update bundled pear.
+
+---
+Mon Jul 11 18:25:52 UTC 2011 - crrodrig...@opensuse.org
+
+- Crash in gc_remove_zval_from_buffer CVE-NO-NAME
+- Crash in zend_mm_check_ptr // Heap corruption
+
+---
+Wed Jul  6 18:55:15 UTC 2011 - crrodrig...@opensuse.org
+
+- Fixed missing Expires and Cache-Control headers for ping and status pages 
+- fix crypt() issue with overlong salt
+- Fixed bug #52935 (call exit in user_error_handler cause stream relate core).
+
+---
+Mon Jun 27 04:12:25 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix crash in error_log (strlen with NULL)
+- Fixed exit at FPM startup on fpm_resources_prepare
+- Added master rlimit_files and rlimit_core
+- Removed pid in debug logs written by chrildren processes
+- Replaced shm_slots with a real scoreboard 
+
+---
+Wed Jun 22 21:05:07 UTC 2011 - crrodrig...@opensuse.org
+
+- Enable mysqlnd compression protocol. 
+
+---
+Thu Jun 16 19:24:49 UTC 2011 - crrodrig...@opensuse.org
+
+- Update snapshot to 5.3.7 RC1  
+
+---
+Tue Jun 14 17:10:52 UTC 2011 - crrodrig...@opensuse.org
+
+- Allow bison 2.5
+-File path injection vulnerability in RFC1867 File upload CVE-2011-2202.
+
+---
+Fri Jun 10 21:25:59 UTC 2011 - crrodrig...@opensuse.org
+
+- Update 5.3 snap 
+- Fix compiler failure that happended after compile error.
+- Stream not closed and error not returned when SSL CN_match fails.
+
+---
+Mon Jun  6 23:08:38 UTC 2011 - crrodrig...@opensuse.org
+
+- Update 5.3 snap 
+- Update bundled PEAR 

commit perl-Params-Validate for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package perl-Params-Validate for 
openSUSE:Factory
checked in at Tue Sep 13 12:29:54 CEST 2011.




--- perl-Params-Validate/perl-Params-Validate.changes   2011-06-13 
10:21:35.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Params-Validate/perl-Params-Validate.changes  
2011-08-26 23:35:12.0 +0200
@@ -1,0 +2,8 @@
+Fri Aug 26 21:33:33 UTC 2011 - ch...@computersalat.de
+
+- remove Author from desc
+- fix deps
+  * fix build for 1120 (perl -p -i -e 's|0.3601|0.280801|' Build.PL)
+- add bcond_with opt (Test::Taint, Readonly::XS)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-Params-Validate.spec ++
--- /var/tmp/diff_new_pack.Nlmdwb/_old  2011-09-13 12:29:50.0 +0200
+++ /var/tmp/diff_new_pack.Nlmdwb/_new  2011-09-13 12:29:50.0 +0200
@@ -17,31 +17,34 @@
 
 # norootforbuild
 
+%bcond_with opt
 
 Name:   perl-Params-Validate
 %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
 Summary:Validate method/function parameters
 Version:1.00
-Release:1
+Release:2
 License:Artistic 2.0
 Group:  Development/Libraries/Perl
 AutoReqProv:on
 Url:http://search.cpan.org/dist/Params-Validate/
 Source: %{cpan_name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Build)
-#
-BuildRequires:  perl(ExtUtils::CBuilder)
-BuildRequires:  perl(Pod::Man) >= 1.14
-BuildRequires:  perl(Test::More) >= 0.34
-#BuildRequires:  perl(Test::Taint) >= 0.02
+%if 0%{?suse_version} >= 1120
+BuildRequires:  perl(Test::More) >= 0.88
+%endif
+%if %{with opt}
+BuildRequires:  perl(Test::Taint) >= 0.02
 BuildRequires:  perl(Readonly::XS)
+%endif
+BuildRequires:  perl(Attribute::Handlers) >= 0.79
+BuildRequires:  perl(Scalar::Util) >= 1.10
 Requires:   perl(Attribute::Handlers) >= 0.79
-Requires:   perl(Test::More) >= 0.34
 Requires:   perl(Scalar::Util) >= 1.10
+%{perl_requires}
 
 %description
 The Params::Validate module allows you to validate method or function
@@ -54,12 +57,11 @@
 possesses certain methods, or applying validation callbacks to
 arguments.
 
-Authors:
-
-Dave Rolsky
-
 %prep 
 %setup -q -n %{cpan_name}-%{version}
+%if 0%{?suse_version} <= 1120
+  %{__perl} -p -i -e 's|0.3601|0.280801|' Build.PL
+%endif
 
 %build
 perl Build.PL installdirs=vendor






Remember to have fun...

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



commit pavuk for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package pavuk for openSUSE:Factory
checked in at Tue Sep 13 12:29:43 CEST 2011.




--- pavuk/pavuk.changes 2010-01-07 12:35:39.0 +0100
+++ /mounts/work_src_done/STABLE/pavuk/pavuk.changes2011-09-12 
11:28:08.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 12 09:21:56 UTC 2011 - mass...@simula.no
+
+- Added ld-add-patch
+
+---

calling whatdependson for head-i586


New:

  pavuk-ld-add-needed.patch



Other differences:
--
++ pavuk.spec ++
--- /var/tmp/diff_new_pack.5n9FbU/_old  2011-09-13 12:29:39.0 +0200
+++ /var/tmp/diff_new_pack.5n9FbU/_new  2011-09-13 12:29:39.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package pavuk (Version 0.9.35)
+# spec file for package pavuk
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 BuildRequires:  libopenssl-devel
 BuildRequires:  update-desktop-files
 Version:0.9.35
-Release:147
+Release:158
 AutoReqProv:on
 Group:  Productivity/Networking/Web/Utilities
 License:GPLv2+
@@ -33,6 +33,7 @@
 Summary:Powerful WWW or FTP Site Mirror Tool
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}.desktop
+Patch1: pavuk-ld-add-needed.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -50,6 +51,7 @@
 
 %prep
 %setup -q
+%patch1
 
 %build
 %{suse_update_config -f . }

++ pavuk-ld-add-needed.patch ++
--- src/Makefile.in 2007-02-21 10:33:21.0 +0100
+++ src/Makefile.in 2011-09-12 07:22:43.578536000 +0200
@@ -490,7 +490,7 @@
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
 pavuk$(EXEEXT): $(pavuk_OBJECTS) $(pavuk_DEPENDENCIES) 
@rm -f pavuk$(EXEEXT)
-   $(LINK) $(pavuk_LDFLAGS) $(pavuk_OBJECTS) $(pavuk_LDADD) $(LIBS)
+   $(LINK) $(pavuk_LDFLAGS) $(pavuk_OBJECTS) $(pavuk_LDADD) $(LIBS) -lX11
 
 mostlyclean-compile:
-rm -f *.$(OBJEXT)





Remember to have fun...

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



commit libreoffice-converter for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package libreoffice-converter for 
openSUSE:Factory
checked in at Tue Sep 13 12:20:28 CEST 2011.




--- libreoffice-converter/libreoffice-converter.changes 2011-03-01 
12:34:30.0 +0100
+++ 
/mounts/work_src_done/STABLE/libreoffice-converter/libreoffice-converter.changes
2011-09-12 11:42:24.0 +0200
@@ -1,0 +2,10 @@
+Mon Sep 12 09:40:20 UTC 2011 - pmla...@suse.com
+
+- added procps into Requires (bnc#715856)
+
+---
+Tue Aug 30 13:25:12 UTC 2011 - pmla...@suse.com
+
+- fixed to deal with the soffice symlink when it was relative
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libreoffice-converter.spec ++
--- /var/tmp/diff_new_pack.sqj7SZ/_old  2011-09-13 12:20:23.0 +0200
+++ /var/tmp/diff_new_pack.sqj7SZ/_new  2011-09-13 12:20:23.0 +0200
@@ -21,11 +21,12 @@
 Name:   libreoffice-converter
 %defineooo_homelibreoffice
 Version:3.3
-Release:2
+Release:3
 License:LGPLv2.1+
 Group:  Productivity/Office/Other
 AutoReqProv:on
 Requires:   libreoffice-pyuno >= 2.99
+Requires:   procps
 # compat stuff
 Provides:   OpenOffice_org-converter = %version
 Obsoletes:  OpenOffice_org-converter <= %version

++ loconvert ++
--- /var/tmp/diff_new_pack.sqj7SZ/_old  2011-09-13 12:20:23.0 +0200
+++ /var/tmp/diff_new_pack.sqj7SZ/_new  2011-09-13 12:20:23.0 +0200
@@ -87,10 +87,12 @@
 if test -L $soffice ; then
 soffice_path=`readlink $soffice`
 ooo_home=`dirname $soffice_path`/..
+# deal with relative links
+echo $ooo_home | grep -q -v "^\/" && ooo_home="$(dirname 
$soffice)/$ooo_home"
 fi
 
 # try some fallbacks
-if test -z "$ooo_home" ; then
+if test -z "$ooo_home" -o ! -d "$ooo_home" ; then
 for dir in /usr/lib64/libreoffice \
/usr/lib/libreoffice \
/usr/lib64/ooo3 \






Remember to have fun...

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



commit kid3-qt for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package kid3-qt for openSUSE:Factory
checked in at Tue Sep 13 12:20:10 CEST 2011.




--- kid3-qt/kid3-qt.changes 2011-03-21 17:57:51.0 +0100
+++ /mounts/work_src_done/STABLE/kid3-qt/kid3-qt.changes2011-09-09 
10:41:44.0 +0200
@@ -1,0 +2,40 @@
+Fri Sep  9 02:31:42 UTC 2011 - davejpla...@gmail.com
+
+- kid3-qt now uses cmake, converted to cmake build.
+- Removed phonon patch, no longer relevant.
+- Update to release 2.0
+  * New:
++ Import from tags to extract and move information between tags.
++ Play a track on double click (optional).
++ Searching in help browser.
++ Move files to trash instead of deleting them.
++ Automatic setting of checkboxes when frame is changed.
++ Support for APE tags with TagLib 1.7.
+  * Improved:
++ Major refactoring to improve software architecture, separated
+  GUI from application logic using the Qt 4 Model/View
+  architecture. This required dropping support for Qt 3 and
+  KDE 3. Unified build system using CMake for KDE and Qt-only
+  versions.
++ The file list is updated on file system changes and is faster.
++ Import sub-dialogs are modeless and do not block import dialog.
++ Import table is editable and has optional columns for file
+  names and paths (selectable with context menu).
++ The tracks to import can be selected, e.g. to import only one
+  CD from a doulbe-CD album.
++ Number Tracks can number the tracks of multiple directories.
++ Multiple directories can be selected with Rename Directory.
++ M4A support with TagLib (can fully replace libmp4v2).
++ Exports are displayed in a table if they contain tabulators.
++ Adding and editing formats is now more user friendly.
++ GUI and usability.
+  * Fixed:
++ Genre and track total in M4A files with TagLib.
++ Execution of user action without command.
++ Adapted to Discogs server update.
+- Spec file updates:
+  * Changed License: to GPL-2.0+.
+  * Removed support for openSUSE < 11.2 in spec file.
+  * Minor other updates.
+
+---

calling whatdependson for head-i586


Old:

  kid3-1.6.tar.bz2
  kid3-qt-phonon.patch

New:

  COPYING
  kid3-2.0.tar.bz2



Other differences:
--
++ kid3-qt.spec ++
--- /var/tmp/diff_new_pack.CvMxUg/_old  2011-09-13 12:20:06.0 +0200
+++ /var/tmp/diff_new_pack.CvMxUg/_new  2011-09-13 12:20:06.0 +0200
@@ -19,26 +19,23 @@
 
 
 Name:   kid3-qt
-Version:1.6
-Release:2
+Version:2.0
+Release:1
 Summary:Efficient ID3 Tag Editor - Non Kde version
 Source0:kid3-%{version}.tar.bz2
-Patch0: kid3-qt-phonon.patch
+Source1:COPYING
 Url:http://kid3.sourceforge.net
 Group:  Productivity/Multimedia/Sound/Utilities
-License:GPLv2+
+License:GPL-2.0+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkg-config
-%if 0%{?suse_version} >= 1130
+BuildRequires:  libQtWebKit-devel pkg-config
 BuildRequires:  pkgconfig(phonon)
-%else
-BuildRequires:  phonon-devel
-%endif
 BuildRequires:  flac-devel id3lib-devel libqt4-devel
-BuildRequires:  libtunepimp-devel perl taglib-devel
-BuildRequires:  perl(File::Spec) update-desktop-files
+BuildRequires:  docbook-xsl-stylesheets libtunepimp-devel perl taglib-devel
+BuildRequires:  cmake perl(File::Spec) update-desktop-files
 BuildRequires:  jpackage-utils libmusicbrainz3-devel libvorbis-devel
 BuildRequires:  crimson fop hicolor-icon-theme susedoc xerces-j2
+Requires(pre):  desktop-file-utils
 
 Provides:   kid3 = %{version}
 Obsoletes:  kid3 < %{version}
@@ -63,32 +60,27 @@
 and other sources of album data
   * Export tags as CSV, HTML, playlists, Kover XML and in other formats
 
-Authors:
-
- Urs Fleisch 
 
 %prep
 %setup -q -n kid3-%{version}
-%patch0
+# Wrong FSF address in the sources COPYING, replace with downloaded one.
+cp %{S:1} ./
 
 %build
-cd %{name}
-
-export PKG_CONFIG_PATH="%{_libdir}/pkgconfig"
-# if configure does not exist: autoconf
-autoconf -v -f
-
-%configure LIBS="$(pkg-config --libs phonon)"\
- --with-qmake=qmake \
- --with-docdir=%{_docdir}/%{name} \
- --without-mp4v2 \
- --with-extra-libs="$(pkg-config --libs phonon)" \
- --with-extra-includes=%{_includedir}/phonon
-
-%__make -e CXXFLAGS="$CXXFLAGS %{optflags} -ggdb" %{?jobs:-j%{jobs}}
+mkdir Build && cd Build
+cmake ../ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
+   -DCMAKE_C_FLAGS:STRING="%{optflags} -ggdb" \
+   -DCMAKE_CXX_FLAGS:STRING="%{optflags} -ggdb" \
+   -DWITH_MP4V2=OFF \
+   -DCMAKE_VERBOSE_MAKEFILE=ON \
+   -DWITH_KDE:BOOL=off \
+   
-DDOCBOOK_XSL_DIR:PATH=%{_datadir}/xml/docbook/stylesheet/nwalsh/1.75.2/ \

commit kalgebra for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package kalgebra for openSUSE:Factory
checked in at Tue Sep 13 12:14:01 CEST 2011.




--- kalgebra/kalgebra.changes   2011-07-22 20:16:55.0 +0200
+++ /mounts/work_src_done/STABLE/kalgebra/kalgebra.changes  2011-09-07 
14:42:16.0 +0200
@@ -1,0 +2,9 @@
+Thu Sep  1 23:12:25 CEST 2011 - dmuel...@suse.de
+
+- update to 4.7.1
+  * Bugfixes over KDE 4.7.0
+  *  see http://kde.org/announcements/changelogs/changelog4_7_0to4_7_1.php for 
details
+  * Bugfixes over KDE 4.7.0
+  *  see http://kde.org/announcements/changelogs/changelog4_7_0to4_7_1.php for 
details
+
+---

calling whatdependson for head-i586


Old:

  kalgebra-4.7.0.tar.bz2

New:

  kalgebra-4.7.1.tar.bz2



Other differences:
--
++ kalgebra.spec ++
--- /var/tmp/diff_new_pack.dfpEZD/_old  2011-09-13 12:13:57.0 +0200
+++ /var/tmp/diff_new_pack.dfpEZD/_new  2011-09-13 12:13:57.0 +0200
@@ -32,7 +32,7 @@
 Group:  Productivity/Scientific/Math
 Summary:Math Expression Solver and Plotter
 Url:http://edu.kde.org
-Version:4.7.0
+Version:4.7.1
 Release:1
 Source0:%{name}-%version.tar.bz2
 Patch0: 4_6_BRANCH.diff

++ kalgebra-4.7.0.tar.bz2 -> kalgebra-4.7.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kalgebra-4.7.0/analitza/abstractexpressiontransformer.cpp 
new/kalgebra-4.7.1/analitza/abstractexpressiontransformer.cpp
--- old/kalgebra-4.7.0/analitza/abstractexpressiontransformer.cpp   
2011-05-20 22:33:50.0 +0200
+++ new/kalgebra-4.7.1/analitza/abstractexpressiontransformer.cpp   
2011-09-01 22:47:18.0 +0200
@@ -57,10 +57,10 @@
return 0;
 }
 
-#define ITERATION_WALKER(T, args...)\
+#define ITERATION_WALKER(T, ...)\
 Object* AbstractExpressionTransformer::walk##T(const T* pattern)\
 {\
-   T* ret = new T(args);\
+   T* ret = new T(__VA_ARGS__);\
T ::const_iterator it=pattern->constBegin(), itEnd=pattern->constEnd();\
for(; it!=itEnd; ++it) {\
ret->appendBranch(walk(*it));\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-4.7.0/analitza/analyzer.cpp 
new/kalgebra-4.7.1/analitza/analyzer.cpp
--- old/kalgebra-4.7.0/analitza/analyzer.cpp2011-05-20 22:33:50.0 
+0200
+++ new/kalgebra-4.7.1/analitza/analyzer.cpp2011-08-22 15:23:41.0 
+0200
@@ -1515,16 +1515,21 @@
imono.first = sc->value();
imono.second = cx->m_params[var];

+   cx->m_params[var]=0;
+   delete cx;
+   
ismono=true;
}
} else if(mult==Operator::times) {
imono.first=1;
Apply::iterator it=cx->firstValue(), 
itEnd=cx->end();
QList vars;
+   QList values;

for(; it!=itEnd; ++it) {
if((*it)->type()==Object::value) {
imono.first *= 
static_cast(*it)->value();
+   values += *it;
ismono=true;
} else {
vars += *it;
@@ -1534,10 +1539,13 @@
if(ismono) {
cx->m_params = vars;
imono.second = cx;
+   qDeleteAll(values);
}
}
} else if(cx->firstOperator()==Operator::minus && 
cx->isUnary()) {
imono = constructMonomial(o, *cx->firstValue(), sign);
+   *cx->firstValue()=0;
+   delete cx;
ismono=true;

if(o==Operator::times)
@@ -1565,7 +1573,7 @@
Operator o(c->firstOperator());
bool sign=true, first=true;

-   for(Apply::const_iterator it=c->m_params.constBegin(), 
itEnd=c->constEnd(); it!=itEnd; ++it) {
+   for(Apply::const_iterator it=c->firstValue(), itEnd=c->constEnd(); 
it!=itEnd; ++it, first=false) {
Monomial imono = constructMonomial(o, *it, sign);

if(o==Operator::minus && !

commit gwenview for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package gwenview for openSUSE:Factory
checked in at Tue Sep 13 12:13:50 CEST 2011.




--- gwenview/gwenview.changes   2011-08-03 10:53:07.0 +0200
+++ /mounts/work_src_done/STABLE/gwenview/gwenview.changes  2011-09-07 
14:14:46.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep  1 23:11:59 CEST 2011 - dmuel...@suse.de
+
+- update to 4.7.1
+  * Bugfixes over KDE 4.7.0
+  *  see http://kde.org/announcements/changelogs/changelog4_7_0to4_7_1.php for 
details
+
+---

calling whatdependson for head-i586


Old:

  gwenview-4.7.0.tar.bz2

New:

  gwenview-4.7.1.tar.bz2



Other differences:
--
++ gwenview.spec ++
--- /var/tmp/diff_new_pack.V3CC37/_old  2011-09-13 12:13:44.0 +0200
+++ /var/tmp/diff_new_pack.V3CC37/_new  2011-09-13 12:13:44.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gwenview
-Version:4.7.0
+Version:4.7.1
 Release:1
 License:GPLv2+
 Summary:Simple Image Viewer for KDE

++ gwenview-4.7.0.tar.bz2 -> gwenview-4.7.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenview-4.7.0/app/gwenview.desktop 
new/gwenview-4.7.1/app/gwenview.desktop
--- old/gwenview-4.7.0/app/gwenview.desktop 2011-05-20 22:36:19.0 
+0200
+++ new/gwenview-4.7.1/app/gwenview.desktop 2011-09-01 22:48:10.0 
+0200
@@ -54,6 +54,7 @@
 Name[sv]=Gwenview
 Name[th]=เกวนวิว
 Name[tr]=Gwenview
+Name[ug]=Gwenview
 Name[uk]=Gwenview
 Name[vi]=Gwenview
 Name[x-test]=xxGwenviewxx
Files old/gwenview-4.7.0/doc/index.cache.bz2 and 
new/gwenview-4.7.1/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenview-4.7.0/doc/index.docbook 
new/gwenview-4.7.1/doc/index.docbook
--- old/gwenview-4.7.0/doc/index.docbook2011-07-19 23:34:58.0 
+0200
+++ new/gwenview-4.7.1/doc/index.docbook2011-08-22 15:25:23.0 
+0200
@@ -66,7 +66,7 @@
 
 &kappname; is a fast and easy to use image viewer for KDE.
 
-
+
 
 Gwenview features three main modes: Browse, View, and Full Screen. Browse Mode 
 lets you navigate through your computer showing thumbnails of your images, 
View 
@@ -144,8 +144,19 @@
 
 
 
+
+
 
 
+
 Browse Mode
   
 When in Browse Mode, you can easily navigate through your files and 
folders.
@@ -165,20 +176,27 @@
 
   Moving the mouse over an image shows buttons to rotate the image as well as
   a button to enter Fullscreen Mode. Clicking on an image takes you into View
-  Mode. The sidebar on the right does not appear
+  Mode. The sidebar on the left does not appear
   by default, but its appearance can be toggled using
   
 
   F11
 
 View
-Show/Hide Sidebar
+Sidebar
   
-  or using the Show/Hide Sidebar button. Note that the
-  option will appear as either Show Sidebar or Hide
-  Sidebar, depending on whether the sidebar is currently shown. The
-  slider at the bottom right allows you to change the size of the image
-  thumbnails. You can also filter the images by filename using the box on the 
+  or using the little arrow on the top of the sidebar splitter. When clicked 
it 
+  collapses or expands the sidebar. The collapser can overlap the image, but 
fades 
+  away when the mouse cursor moves out of the sidebar.
+  
+  The slider at the bottom right allows you to change the size of the 
image
+  thumbnails. You can also filter the images by filename, date, tag or rating 
using the box on the 
   lower left. The toolbar (left) appears in both Browse mode as well as View
   mode and contains the most commonly used actions. 
 
@@ -194,7 +212,7 @@
 Rotate Left/Right: Same as discussed in 
 Image Operations
 
-Show Sidebar: Shows the sidebar (right) which
+Show Sidebar: Shows the sidebar (left) which
 displays information about the current image.
 
  
@@ -277,6 +295,13 @@
 
 
 
+
 
 
 
@@ -314,7 +339,7 @@
   shows that image.
   When in Browse mode, scrolling the mouse wheel will scroll up
   or down the thumbail view area.
-  If the Mouse Behaviour option in
+  If the Mouse Behavior option in
   SettingsConfigure
   &kappname;
   is set to Browse, scrolling the mouse wheel while in View Mode will 
@@ -385,7 +410,7 @@
 
 &Shift;Del: 
-Permenantly delete the image from the disk. Note that this operation is
+Permanently delete the image from the disk. Note that this operation is
 irreversible and cannot be undone. 
 
 This document was updated for &kde; 4 by Henry de Valence
 
-Screenshots in this document were updated for &kde; 4.5 by Burkhard 
Lück
-
 
 
 &underFDL;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenview-4.7.0/importer/gwenview_importer.desktop 
new/gwenview-4.7.1/importer/gwenview_importer.desktop

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

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-good for 
openSUSE:Factory
checked in at Tue Sep 13 12:13:36 CEST 2011.




--- GNOME/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes   
2011-08-06 22:30:54.0 +0200
+++ 
/mounts/work_src_done/STABLE/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes
2011-09-12 09:14:21.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep 11 11:31:28 UTC 2011 - vu...@opensuse.org
+
+- Split esound plugin in a gstreamer-0_10-plugin-esd subpackage: we
+  do not want to have libesd0 installed by default just because of
+  this plugin.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gstreamer-0_10-plugins-good.spec ++
--- /var/tmp/diff_new_pack.7p2rIx/_old  2011-09-13 12:13:25.0 +0200
+++ /var/tmp/diff_new_pack.7p2rIx/_new  2011-09-13 12:13:25.0 +0200
@@ -24,7 +24,7 @@
 %define ENABLE_AALIB 1
 %define _name gst-plugins-good
 Version:0.10.30
-Release:2
+Release:4
 %define gst_branch 0.10
 %if 0%{?ENABLE_AALIB}
 BuildRequires:  aalib-devel
@@ -105,6 +105,21 @@
 videos. Its plug-in-based architecture means that new data types or
 processing capabilities can be added simply by installing new plug-ins.
 
+%package -n gstreamer-0_10-plugin-esd
+License:LGPLv2.1+
+Summary:GStreamer Streaming-Media Framework Plug-Ins -- EsounD plugin
+Group:  Productivity/Multimedia/Other
+# We might need some plugins from the same package
+Requires:   %{name}
+Supplements:packageand(%{name}:libesd0)
+
+%description -n gstreamer-0_10-plugin-esd
+GStreamer is a streaming media framework based on graphs of filters
+that operate on media data. Applications using this library can do
+anything media-related, from real-time sound processing to playing
+videos. Its plug-in-based architecture means that new data types or
+processing capabilities can be added simply by installing new plug-ins.
+
 %if %{build_hal}
 
 %package -n gstreamer-0_10-plugin-hal
@@ -210,7 +225,6 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstequalizer.so
 %{_datadir}/gstreamer-%{gst_branch}/presets/GstIirEqualizer10Bands.prs
 %{_datadir}/gstreamer-%{gst_branch}/presets/GstIirEqualizer3Bands.prs
-%{_libdir}/gstreamer-%{gst_branch}/libgstesd.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstflac.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstflv.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstflxdec.so
@@ -258,6 +272,10 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstximagesrc.so
 %{_libdir}/gstreamer-%{gst_branch}/libgsty4menc.so
 
+%files -n gstreamer-0_10-plugin-esd
+%defattr(-, root, root)
+%{_libdir}/gstreamer-%{gst_branch}/libgstesd.so
+
 %if %{build_hal}
 
 %files -n gstreamer-0_10-plugin-hal

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.7p2rIx/_old  2011-09-13 12:13:25.0 +0200
+++ /var/tmp/diff_new_pack.7p2rIx/_new  2011-09-13 12:13:25.0 +0200
@@ -1,3 +1,4 @@
 gstreamer-0_10-plugins-good
 gstreamer-0_10-plugins-good-extra
+gstreamer-0_10-plugin-esd
 gstreamer-0_10-plugin-hal






Remember to have fun...

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



commit gle-graphics for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package gle-graphics for openSUSE:Factory
checked in at Tue Sep 13 12:11:50 CEST 2011.




--- gle-graphics/gle-graphics.changes   2011-04-19 09:23:36.0 +0200
+++ /mounts/work_src_done/STABLE/gle-graphics/gle-graphics.changes  
2011-09-12 16:35:33.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 12 14:34:52 UTC 2011 - mvysko...@suse.cz
+
+- use QMAKE_LIBS_DYNLOAD in qgle.pro.in 
+
+---

calling whatdependson for head-i586


New:

  gle-graphics-qgle.pro.in.patch



Other differences:
--
++ gle-graphics.spec ++
--- /var/tmp/diff_new_pack.3Pdz0i/_old  2011-09-13 12:11:45.0 +0200
+++ /var/tmp/diff_new_pack.3Pdz0i/_new  2011-09-13 12:11:45.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   gle-graphics
 Version:4.2.3b
-Release:1
+Release:3
 Summary:GLE is a graphics scripting language
 Group:  Productivity/Graphics/Visualization/Graph
 License:BSD licence
@@ -35,7 +35,9 @@
 Source7:qgle.desktop
 Source1000: gle-graphics-rpmlintrc
 # PATCH-UPSTREAM: needs for build with gcc4.4 - was sent to upstream
-Patch1: gle-graphics-gcc44.patch
+Patch0: gle-graphics-gcc44.patch
+# use the QMAKE_LIB_DYNLOAD variable: suggested by Dirk
+Patch1: gle-graphics-qgle.pro.in.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  unzip
@@ -107,7 +109,8 @@
 %prep
 %setup -q
 
-%patch1 -b .gcc44
+%patch0 -b .gcc44
+%patch1 -p 1 -b .qgle.pro.in
 
 cp %{SOURCE3} .
 

++ gle-graphics-qgle.pro.in.patch ++
Index: gle-graphics-4.2.3b/src/gui/qgle.pro.in
===
--- gle-graphics-4.2.3b.orig/src/gui/qgle.pro.in2010-09-26 
18:23:00.0 +0200
+++ gle-graphics-4.2.3b/src/gui/qgle.pro.in 2011-09-12 16:16:59.385131598 
+0200
@@ -161,9 +161,7 @@
  images/reload.png \
  images/reload_red.png
 
-linux-g++ {
-   LIBS += -ldl
-}
+LIBS += $$QMAKE_LIBS_DYNLOAD
 
 # link against the GLE library (unix -> Linux and Mac OS/X)
 unix {






Remember to have fun...

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



commit dirac for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package dirac for openSUSE:Factory
checked in at Tue Sep 13 12:09:53 CEST 2011.




--- dirac/dirac.changes 2010-05-24 15:29:54.0 +0200
+++ /mounts/work_src_done/STABLE/dirac/dirac.changes2011-04-15 
20:12:28.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 14 13:38:21 UTC 2011 - toddrme2...@gmail.com
+   
+- added 32bit compatibility libraries
+
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ dirac.spec ++
--- /var/tmp/diff_new_pack.D37nEe/_old  2011-09-13 12:09:48.0 +0200
+++ /var/tmp/diff_new_pack.D37nEe/_new  2011-09-13 12:09:48.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package dirac (Version 1.0.2)
+# spec file for package dirac
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 Name:   dirac
 Version:1.0.2
-Release:5
+Release:15
 Url:http://diracvideo.org/
 Group:  Productivity/Multimedia/Video/Editors and Convertors
 License:MPL ..

++ baselibs.conf ++
libdirac_decoder0
libdirac_encoder0





Remember to have fun...

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



commit bundle-lang-common for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package bundle-lang-common for 
openSUSE:Factory
checked in at Tue Sep 13 12:08:38 CEST 2011.




--- bundle-lang-common/bundle-lang-common.changes   2011-09-06 
20:05:50.0 +0200
+++ /mounts/work_src_done/STABLE/bundle-lang-common/bundle-lang-common.changes  
2011-09-12 13:04:07.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 12 11:03:14 UTC 2011 - co...@suse.com
+
+- update package list
+
+---
bundle-lang-gnome-extras.changes: same change
bundle-lang-gnome.changes: same change
bundle-lang-kde.changes: same change

calling whatdependson for head-i586




Other differences:
--
++ bundle-lang-common.spec ++
--- /var/tmp/diff_new_pack.35rnUl/_old  2011-09-13 12:08:32.0 +0200
+++ /var/tmp/diff_new_pack.35rnUl/_new  2011-09-13 12:08:32.0 +0200
@@ -62,7 +62,7 @@
 License:MIT License (or similar)
 Group:  System/Localization
 Version:12.1
-Release:33
+Release:35
 Summary:Translations for a Group of Programs
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ bundle-lang-gnome-extras.spec ++
 2017 lines (skipped)
 between bundle-lang-common/bundle-lang-gnome-extras.spec
 and 
/mounts/work_src_done/STABLE/bundle-lang-common/bundle-lang-gnome-extras.spec

++ bundle-lang-gnome.spec ++
--- /var/tmp/diff_new_pack.35rnUl/_old  2011-09-13 12:08:32.0 +0200
+++ /var/tmp/diff_new_pack.35rnUl/_new  2011-09-13 12:08:32.0 +0200
@@ -32,7 +32,6 @@
 BuildRequires:  totem-pl-parser-lang
 BuildRequires:  totem-lang
 BuildRequires:  tomboy-lang
-BuildRequires:  system-config-printer-lang
 BuildRequires:  swell-foop-lang
 BuildRequires:  sushi-lang
 BuildRequires:  shotwell-lang
@@ -89,7 +88,6 @@
 BuildRequires:  gnome-session-lang
 BuildRequires:  gnome-screensaver-lang
 BuildRequires:  gnome-power-manager-lang
-BuildRequires:  gnome-phone-manager-lang
 BuildRequires:  gnome-packagekit-lang
 BuildRequires:  gnome-nettool-lang
 BuildRequires:  gnome-menus-lang
@@ -132,7 +130,7 @@
 License:MIT License (or similar)
 Group:  System/Localization
 Version:12.1
-Release:4
+Release:5
 Summary:Translations for many GNOME programs
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -218,8 +216,6 @@
 Provides:   locale(gnome-nettool:en)
 Provides:   gnome-packagekit-lang = %(rpm -q --queryformat '%{VERSION}' 
gnome-packagekit-lang)
 Provides:   locale(gnome-packagekit:en)
-Provides:   gnome-phone-manager-lang = %(rpm -q --queryformat '%{VERSION}' 
gnome-phone-manager-lang)
-Provides:   locale(gnome-phone-manager:en)
 Provides:   gnome-power-manager-lang = %(rpm -q --queryformat '%{VERSION}' 
gnome-power-manager-lang)
 Provides:   locale(gnome-power-manager:en)
 Provides:   gnome-screensaver-lang = %(rpm -q --queryformat '%{VERSION}' 
gnome-screensaver-lang)
@@ -332,8 +328,6 @@
 Provides:   locale(sushi:en)
 Provides:   swell-foop-lang = %(rpm -q --queryformat '%{VERSION}' 
swell-foop-lang)
 Provides:   locale(swell-foop:en)
-Provides:   system-config-printer-lang = %(rpm -q --queryformat 
'%{VERSION}' system-config-printer-lang)
-Provides:   locale(system-config-printer:en)
 Provides:   tomboy-lang = %(rpm -q --queryformat '%{VERSION}' tomboy-lang)
 Provides:   locale(tomboy:en)
 Provides:   totem-lang = %(rpm -q --queryformat '%{VERSION}' totem-lang)
@@ -432,8 +426,6 @@
 Provides:   locale(gnome-nettool:de)
 Provides:   gnome-packagekit-lang = %(rpm -q --queryformat '%{VERSION}' 
gnome-packagekit-lang)
 Provides:   locale(gnome-packagekit:de)
-Provides:   gnome-phone-manager-lang = %(rpm -q --queryformat '%{VERSION}' 
gnome-phone-manager-lang)
-Provides:   locale(gnome-phone-manager:de)
 Provides:   gnome-power-manager-lang = %(rpm -q --queryformat '%{VERSION}' 
gnome-power-manager-lang)
 Provides:   locale(gnome-power-manager:de)
 Provides:   gnome-screensaver-lang = %(rpm -q --queryformat '%{VERSION}' 
gnome-screensaver-lang)
@@ -546,8 +538,6 @@
 Provides:   locale(sushi:de)
 Provides:   swell-foop-lang = %(rpm -q --queryformat '%{VERSION}' 
swell-foop-lang)
 Provides:   locale(swell-foop:de)
-Provides:   system-config-printer-lang = %(rpm -q --queryformat 
'%{VERSION}' system-config-printer-lang)
-Provides:   locale(system-config-printer:de)
 Provides:   tomboy-lang = %(rpm -q --queryformat '%{VERSION}' tomboy-lang)
 Provides:   locale(tomboy:de)
 Provides:   totem-lang = %(rpm -q --queryformat '%{VERSION}' totem-lang)
@@ -646,8 +636,6 @@
 Provides:   locale(gnome-nettool:es)
 Provides:   gnome-packagekit-lang = %(rpm -q --queryformat '%{VERSION}' 
gnome-packagekit-lang)
 

commit blinken for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package blinken for openSUSE:Factory
checked in at Tue Sep 13 12:07:41 CEST 2011.




--- blinken/blinken.changes 2011-07-22 20:16:14.0 +0200
+++ /mounts/work_src_done/STABLE/blinken/blinken.changes2011-09-07 
14:41:53.0 +0200
@@ -1,0 +2,9 @@
+Thu Sep  1 23:10:47 CEST 2011 - dmuel...@suse.de
+
+- update to 4.7.1
+  * Bugfixes over KDE 4.7.0
+  *  see http://kde.org/announcements/changelogs/changelog4_7_0to4_7_1.php for 
details
+  * Bugfixes over KDE 4.7.0
+  *  see http://kde.org/announcements/changelogs/changelog4_7_0to4_7_1.php for 
details
+
+---

calling whatdependson for head-i586


Old:

  blinken-4.7.0.tar.bz2

New:

  blinken-4.7.1.tar.bz2



Other differences:
--
++ blinken.spec ++
--- /var/tmp/diff_new_pack.v8aU5T/_old  2011-09-13 12:07:37.0 +0200
+++ /var/tmp/diff_new_pack.v8aU5T/_new  2011-09-13 12:07:37.0 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.7.0
+Version:4.7.1
 Release:1
 License:GPLv2+
 Summary:Simon Says Game

++ blinken-4.7.0.tar.bz2 -> blinken-4.7.1.tar.bz2 ++
Files old/blinken-4.7.0/doc/index.cache.bz2 and 
new/blinken-4.7.1/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blinken-4.7.0/src/blinken.desktop 
new/blinken-4.7.1/src/blinken.desktop
--- old/blinken-4.7.0/src/blinken.desktop   2011-07-07 16:03:48.0 
+0200
+++ new/blinken-4.7.1/src/blinken.desktop   2011-08-22 15:23:33.0 
+0200
@@ -46,6 +46,7 @@
 Name[sl]=Blinken
 Name[sv]=Blinken
 Name[tr]=Blinken
+Name[ug]=Blinken
 Name[uk]=Blinken
 Name[x-test]=xxBlinkenxx
 Name[zh_CN]=Blinken
@@ -91,6 +92,7 @@
 GenericName[sl]=Igra za izboljšanje spomina
 GenericName[sv]=Spel för att förbättra minnet
 GenericName[tr]=Bellek Geliştirme Uygulaması
+GenericName[ug]=ئەستە تۇتۇش قابىلىيىتىنى ئۆستۈرىدىغان ئويۇن
 GenericName[uk]=Гра для розвитку пам'яті
 GenericName[x-test]=xxMemory Enhancement Gamexx
 GenericName[zh_CN]=记忆强化游戏
@@ -148,6 +150,7 @@
 Comment[sl]=Igra za izboljšanje spomina
 Comment[sv]=Ett spel för att förbättra minnet
 Comment[tr]=Bir bellek geliştirme uygulaması
+Comment[ug]=ئەستە تۇتۇش قابىلىيىتىنى ئۆستۈرىدىغان بىر ئويۇن
 Comment[uk]=Гра для розвитку пам'яті
 Comment[x-test]=xxA memory enhancement gamexx
 Comment[zh_CN]=记忆强化游戏






Remember to have fun...

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Tue Sep 13 12:07:23 CEST 2011.




--- AUTO/all/arpwatch-ethercodes/arpwatch-ethercodes.changes2011-09-10 
07:40:04.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-09-13 07:40:04.0 +0200
@@ -2 +2 @@
-Sat Sep 10 07:40:04 CEST 2011 - autobu...@suse.de
+Tue Sep 13 07:40:04 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-09-10
+- automated update on 2011-09-13

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.mFc7U7/_old  2011-09-13 12:07:20.0 +0200
+++ /var/tmp/diff_new_pack.mFc7U7/_new  2011-09-13 12:07:20.0 +0200
@@ -25,7 +25,7 @@
 Group:  Productivity/Networking/Diagnostic
 AutoReqProv:on
 Summary:Ethercodes Data for arpwatch
-Version:2011.9.10
+Version:2011.9.13
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.mFc7U7/_old  2011-09-13 12:07:20.0 +0200
+++ /var/tmp/diff_new_pack.mFc7U7/_new  2011-09-13 12:07:20.0 +0200
@@ -87846,6 +87846,12 @@
TaiPei  23585
TAIWAN, REPUBLIC OF CHINA
 
+68-A8-6D   (hex)   Apple, Inc.
+68A86D (base 16)   Apple, Inc.
+   1 Infinite Loop
+   cupertino  cA 95014
+   UNITED STATES
+
 68-AA-D2   (hex)   DATECS LTD.,
 68AAD2 (base 16)   DATECS LTD.,
BUL. TSARIGRADSKO SHOSSE 115A
@@ -89112,6 +89118,12 @@
Shanghai  200336
CHINA
 
+7C-11-BE   (hex)   Apple, Inc.
+7C11BE (base 16)   Apple, Inc.
+   1 Infinite Loop
+   cupertino  cA 95014
+   UNITED STATES
+
 7C-14-76   (hex)   Damall Technologies S.A.S. Di Ludovic Anselme 
Glaglanon & C.
 7C1476 (base 16)   Damall Technologies S.A.S. Di Ludovic Anselme 
Glaglanon & C.
Corso della Repubblica 65
@@ -90542,6 +90554,13 @@
STRASBOURG Bas-Rhin 67200
FRANCE
 
+90-92-B4   (hex)   Diehl BGT Defence GmbH & Co. KG
+9092B4 (base 16)   Diehl BGT Defence GmbH & Co. KG
+   Alte Nussdorfer Strasse 13
+   E-EE
+   Ueberlingen  88662
+   GERMANY
+
 90-A2-DA   (hex)   GHEO SA
 90A2DA (base 16)   GHEO SA
Via Soldini, 22
@@ -93032,6 +93051,12 @@
Shenzhen Guangdong  518040
CHINA
 
+B8-17-C2   (hex)   Apple, Inc.
+B817C2 (base 16)   Apple, Inc.
+   1 Infinite Loop
+   cupertino  cA 95014
+   UNITED STATES
+
 B8-19-99   (hex)   Nesys
 B81999 (base 16)   Nesys
Energeticheskaya, 1
@@ -97047,6 +97072,12 @@
Quebec City  G1P 4S4
CANADA
 
+F0-CB-A1   (hex)   Apple, Inc.
+F0CBA1 (base 16)   Apple, Inc.
+   1 Infinite Loop
+   cupertino  cA 95014
+   UNITED STATES
+
 F0-D7-67   (hex)   Axema Passagekontroll AB
 F0D767 (base 16)   Axema Passagekontroll AB
Box 90 215






Remember to have fun...

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



commit NetworkManager-kde4 for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package NetworkManager-kde4 for 
openSUSE:Factory
checked in at Tue Sep 13 12:07:12 CEST 2011.




--- KDE/NetworkManager-kde4/NetworkManager-kde4.changes 2011-09-06 
14:26:50.0 +0200
+++ 
/mounts/work_src_done/STABLE/NetworkManager-kde4/NetworkManager-kde4.changes
2011-09-12 21:34:28.0 +0200
@@ -1,0 +2,14 @@
+Mon Sep 12 19:27:16 UTC 2011 - idon...@suse.com
+
+- Update to git snapshot 20110911
+  * Fix saving secrets for system connections
+  * Fix crash on resume
+  * Support connecting to hidden SSID networks (NM 0.9 only)
+
+---
+Sun Sep 11 18:31:47 UTC 2011 - ctri...@opensuse.org
+
+- libknm_nm.so is not properly versioned hence should
+  be in the -libs package
+
+---

calling whatdependson for head-i586




Other differences:
--
++ NetworkManager-kde4.spec ++
--- /var/tmp/diff_new_pack.b12XeD/_old  2011-09-13 12:07:08.0 +0200
+++ /var/tmp/diff_new_pack.b12XeD/_new  2011-09-13 12:07:08.0 +0200
@@ -28,8 +28,8 @@
 %else
 BuildRequires:  NetworkManager-devel < 0.8.5
 %endif
-Version:0.9.1git20110831
-Release:2
+Version:0.9.1git20110911
+Release:1
 License:LGPL v2 or later
 Summary:NetworkManager client for KDE 4
 Group:  System/GUI/KDE
@@ -212,6 +212,7 @@
 %{_kde4_libdir}/libknminternals.so.*
 %{_kde4_libdir}/libknmservice.so.*
 %{_kde4_libdir}/libknmui.so.*
+%{_kde4_libdir}/libknm_nm.so
 %{_kde4_libdir}/libsolidcontrolfuture.so
 %{_kde4_libexecdir}/networkmanagement_configshell
 %{_kde4_modulesdir}/kcm_networkmanagement.so
@@ -233,7 +234,6 @@
 %{_kde4_libdir}/libknminternals.so
 %{_kde4_libdir}/libknmservice.so
 %{_kde4_libdir}/libknmui.so
-%{_kde4_libdir}/libknm_nm.so
 %if 0%{?suse_version} >= 1210
 %{_kde4_libdir}/libsolidcontrol*.so
 %{_includedir}/solid/*

++ networkmanagement.tar.bz2 ++
KDE/NetworkManager-kde4/networkmanagement.tar.bz2 
/mounts/work_src_done/STABLE/NetworkManager-kde4/networkmanagement.tar.bz2 
differ: char 11, line 1






Remember to have fun...

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