commit libthai for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package libthai for openSUSE:Factory
checked in at Tue May 3 08:59:53 CEST 2011.




--- libthai/libthai.changes 2011-02-22 15:22:17.0 +0100
+++ /mounts/work_src_done/STABLE/libthai/libthai.changes2011-04-29 
23:29:24.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 29 22:58:05 UTC 2011 - dims...@opensuse.org
+
+- Update to 0.1.15:
+  + Updated word break dictionary.
+- Use source services: download_url, recompress, set_version.
+
+---

calling whatdependson for head-i586


Old:

  libthai-0.1.14.tar.bz2

New:

  _service
  _service:recompress:download_url:libthai-0.1.15.tar.bz2
  _service:set_version:libthai.spec



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

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



Name:   libthai
Version:0.1.15
Release:1
License:LGPLv2.1+
Summary:Thai Language Support Routines
Url:http://linux.thai.net/plone/TLWG/libthai/
Group:  System/Libraries
Source: %{name}-%{version}.tar.bz2
Source99:   baselibs.conf
BuildRequires:  libdatrie-devel
BuildRequires:  pkg-config
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
LibThai is a set of Thai language support routines aimed to ease
developers' tasks to incorporate Thai language support in their
applications. It includes important Thai-specific functions, such as
word breaking, input and output methods, and basic character and string
support.

%package devel
License:LGPLv2.1+
Summary:Thai Language Support Routines (development files)
Group:  System/Libraries
Requires:   %{name} = %{version}
Requires:   libdatrie-devel

%description devel
LibThai is a set of Thai language support routines aimed to ease
developers' tasks to incorporate Thai language support in their
applications. It includes important Thai-specific functions, such as
word breaking, input and output methods, and basic character and string
support.

This package contains headers and libraries required for developing
software using libthai.

%prep
%setup -q

%build
%configure --disable-static --with-pic
make %{?jobs:-j%jobs}

%install
%makeinstall
rm %{buildroot}%{_libdir}/*.la

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root)
%{_libdir}/libthai.so.*
%{_datadir}/libthai

%files devel
%defattr(-,root,root)
%{_includedir}/thai
%{_libdir}/libthai.so
%{_libdir}/pkgconfig/*.pc

%changelog
++ libthai.spec ++
--- /var/tmp/diff_new_pack.bULfdq/_old  2011-05-03 08:58:21.0 +0200
+++ /var/tmp/diff_new_pack.bULfdq/_new  2011-05-03 08:58:21.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   libthai
 Version:0.1.14
-Release:9
+Release:10
 License:LGPLv2.1+
 Summary:Thai Language Support Routines
 Url:http://linux.thai.net/plone/TLWG/libthai/

++ _service ++

  
http
linux.thai.net
/pub/thailinux/software/libthai/libthai-0.1.15.tar.gz
  
  
_service:download_url:*.tar.gz
bz2
  
  






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

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package python for openSUSE:Factory
checked in at Tue May 3 08:58:09 CEST 2011.




--- python/python-base.changes  2011-02-17 17:47:41.0 +0100
+++ /mounts/work_src_done/STABLE/python/python-base.changes 2011-05-02 
18:07:07.0 +0200
@@ -1,0 +2,9 @@
+Mon May  2 16:04:49 UTC 2011 - jmate...@novell.com
+
+- fixed a security flaw where malicious sites could redirect
+  Python application from http to a local file
+  (CVE-2011-1521, bnc#682554)
+- fixed race condition in Makefile which randomly failed
+  parallel builds ( http://bugs.python.org/issue10013 )
+
+---
python.changes: same change

calling whatdependson for head-i586


New:

  python-2.7-CVE-2011-1521-fileurl.patch
  python-2.7-fix-parallel-make.patch



Other differences:
--
++ python-base.spec ++
--- /var/tmp/diff_new_pack.WmJOaL/_old  2011-05-03 08:56:07.0 +0200
+++ /var/tmp/diff_new_pack.WmJOaL/_new  2011-05-03 08:56:07.0 +0200
@@ -30,7 +30,7 @@
 #
 Summary:Python Interpreter base package
 Version:2.7
-Release:6
+Release:7
 %define tarversion  %{version}
 %define tarname Python-%{tarversion}
 Source0:%{tarname}.tar.bz2
@@ -53,6 +53,8 @@
 Patch11:smtpd-dos.patch
 Patch12:
http://psf.upfronthosting.co.za/roundup/tracker/file19029/python-test_structmembers.patch
 Patch13:python-fix_date_time_compiler.patch
+Patch14:python-2.7-CVE-2011-1521-fileurl.patch
+Patch15:python-2.7-fix-parallel-make.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define python_version%(echo %{version} | head -c 3)
 Provides:   %{name} = %{python_version}
@@ -145,8 +147,10 @@
 %patch9 -p1
 %patch10
 %patch11
-%patch12 -p0
+%patch12
 %patch13
+%patch14 -p1
+%patch15 -p1
 
 # some cleanup
 find . -name .cvsignore -type f -print0 | xargs -0 rm -f

++ python-doc.spec ++
--- /var/tmp/diff_new_pack.WmJOaL/_old  2011-05-03 08:56:07.0 +0200
+++ /var/tmp/diff_new_pack.WmJOaL/_new  2011-05-03 08:56:07.0 +0200
@@ -24,7 +24,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Additional Package Documentation for Python.
 Version:2.7
-Release:6
+Release:7
 %define pyver   2.7
 BuildArch:  noarch
 %define   tarnamePython-%{pyver}

++ python.spec ++
--- /var/tmp/diff_new_pack.WmJOaL/_old  2011-05-03 08:56:07.0 +0200
+++ /var/tmp/diff_new_pack.WmJOaL/_new  2011-05-03 08:56:07.0 +0200
@@ -32,7 +32,7 @@
 Obsoletes:  python-nothreads python21 python-elementtree python-sqlite
 Summary:Python Interpreter
 Version:2.7
-Release:11
+Release:13
 Requires:   python-base = %{version}
 %define tarversion  %{version}
 %define tarname Python-%{tarversion}

++ python-2.7-CVE-2011-1521-fileurl.patch ++

# HG changeset patch
# User Guido van Rossum 
# Date 1301428435 25200
# Node ID b2934d98dac1f7b13cc6cc280f06d1aec3f6e80d
# Parent  1a5aab273332a7a379e35ed6f88400a110b5de0c# Parent  
9eeda8e3a13f107a698f10b0a45ffc2c6bd710fb
Merge issue 11662 from 2.6.

diff --git a/Lib/test/test_urllib.py b/Lib/test/test_urllib.py
--- a/Lib/test/test_urllib.py
+++ b/Lib/test/test_urllib.py
@@ -161,6 +161,20 @@ Content-Type: text/html; charset=iso-885
 finally:
 self.unfakehttp()
 
+def test_invalid_redirect(self):
+# urlopen() should raise IOError for many error codes.
+self.fakehttp("""HTTP/1.1 302 Found
+Date: Wed, 02 Jan 2008 03:03:54 GMT
+Server: Apache/1.3.33 (Debian GNU/Linux) mod_ssl/2.8.22 OpenSSL/0.9.7e
+Location: file:README
+Connection: close
+Content-Type: text/html; charset=iso-8859-1
+""")
+try:
+self.assertRaises(IOError, urllib.urlopen, "http://python.org/";)
+finally:
+self.unfakehttp()
+
 def test_empty_socket(self):
 # urlopen() raises IOError if the underlying socket does not send any
 # data. (#1680230)
diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py
--- a/Lib/test/test_urllib2.py
+++ b/Lib/test/test_urllib2.py
@@ -969,6 +969,27 @@ class HandlerTests(unittest.TestCase):
 self.assertEqual(count,
  urllib2.HTTPRedirectHandler.max_redirections)
 
+def test_invalid_redirect(self):
+from_url = "http://example.com/a.html";
+valid_schemes = ['http', 'https', 'ftp']
+invalid_schemes = ['file', 'imap', 'ldap']
+schemeless_url = "example.com/b.html"
+h = urllib2.HTTPRedirectHandler()
+o = h.parent = MockOpener()
+req = Request(from_url)
+
+for scheme in invalid_schemes:
+invalid_url = scheme + '://' + schem

commit bakefile for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package bakefile for openSUSE:Factory
checked in at Mon May 2 18:35:05 CEST 2011.




--- bakefile/bakefile.changes   2009-11-27 23:01:01.0 +0100
+++ bakefile/bakefile.changes   2011-04-29 13:37:05.0 +0200
@@ -1,0 +2,11 @@
+Fri Apr 29 14:42:49 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.2.9:
+  + added -I flag to bakefile_gen too
+  + msevc4prj: fixed breakage of  introduced in 0.2.7
+  + added suncc backend
+  + msvs2005prj, msvs2008prj: added support for x64 builds
+  + msvs2008prj: fixed compatibility with VS 2010.
+- Use source services: download_url, recompress and set_version.
+
+---

calling whatdependson for head-i586


Old:

  bakefile-0.2.8.tar.bz2

New:

  _service
  _service:recompress:download_url:bakefile-0.2.9.tar.bz2
  _service:set_version:bakefile.spec



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

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

# norootforbuild
# nodebuginfo


Name:   bakefile
BuildRequires:  python python-devel
License:MIT
Group:  Development/Libraries/C and C++
Summary:Tool required to build WebKit
Version:0.2.9
Release:1
Source0:%{name}-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Url:http://www.bakefile.org
Requires:   python

%description
Tool required to build WebKit



Authors:

Vaclav Slavik 
Wodzimierz Skiba 

%prep
%setup -q

%build
# autoreconf -f -i
%configure
make %{?jobs:-j%jobs}

%install
%makeinstall

%clean
rm -rf "$RPM_BUILD_ROOT"

%files
%defattr(-,root,root)
%{_bindir}/bakefil*
%{_datadir}/bakefile*
%{_libdir}/bakefile*
%{_datadir}/aclocal/bakefile-lang.m4
%{_datadir}/aclocal/bakefile.m4
%{_datadir}/aclocal/bakefile-dllar.m4
%{_datadir}/man/man1/bakefil*

%changelog
++ bakefile.spec ++
--- /var/tmp/diff_new_pack.fJtdFF/_old  2011-05-02 18:32:27.0 +0200
+++ /var/tmp/diff_new_pack.fJtdFF/_new  2011-05-02 18:32:27.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bakefile (Version 0.2.8)
+# spec file for package bakefile
 #
-# Copyright (c) 2009 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
@@ -24,7 +24,7 @@
 License:MIT
 Group:  Development/Libraries/C and C++
 Summary:Tool required to build WebKit
-Version:0.2.8
+Version:0
 Release:1
 Source0:%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ _service ++

  
http
sourceforge.net
/projects/bakefile/files/bakefile/0.2.9/bakefile-0.2.9.tar.gz
  
  
_service:download_url:*.tar.gz
bz2
  
  






Remember to have fun...

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



commit gns3 for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package gns3 for openSUSE:Factory
checked in at Mon May 2 18:30:40 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ gns3/gns3.changes   2011-04-18 23:52:52.0 +0200
@@ -0,0 +1,81 @@
+---
+Mon Apr 18 21:52:34 UTC 2011 - and...@opensuse.org
+
+- added man page 
+
+---
+Tue Apr 12 07:39:02 UTC 2011 - and...@opensuse.org
+
+- new upstream version 0.7.4
+  * Greek translation
+  * Hypervisor allocation per IOS type
+  * Improvements on Ethernet Switch (dynamic remapping of VLAN or type)
+  * Adaptations to support Dynamips 0.2.8 RC3 community
+  * Integration of a loopback manager for Windows
+ 
+---
+Sun Apr 10 23:22:31 UTC 2011 - and...@opensuse.org
+
+- added mime type for .net topology files 
+
+---
+Mon Feb  7 18:35:08 UTC 2011 - and...@opensuse.org
+
+- New upstream version 0.7.3
+ * Only the necessary files (nvram, flash, disks etc.) are copied
+   or kept when creating projects and snapshots.
+ * Preventing unsaved interface labels to show up after loading a
+   topology. This can be reset using the
+   "show interface labels" button.
+ * Improvements for ATM and Frame Relay switches: proper naming,
+   dynamic mapping support and it is not needed to remove a link to
+   change its DLCI/VC mapping.
+ * PCAP capture support for Qemu based devices
+   (Qemu host, JunOS ASA, PIX, IDS). This option cannot be used after
+   the selected device is started.
+ * Fixed many issues with the snapshot feature.
+   Now it should work as expected.
+ * New node type: EtherSwitch router. This is a c3700 router
+   with a Etherswitch NM-16ESW loaded.
+ * Better consistency between buttons and menus. Many items have
+   been renamed, toolbar buttons accessible from the menu etc.
+ * Possibility to configure the AUX port. Only works for c7200 routers
+   (Preferences -> Dynamips -> Base AUX port).
+ * Changed standard naming convention for project and snapshots.
+   Topology file is named topology.net, working directory: working and
+   configurations directory: configs.
+ * Double click on a running node opens a console.
+ * Reload all devices option.
+ * Translation updates.
+ * Many more
+
+---
+Mon Oct 25 00:57:29 UTC 2010 - and...@opensuse.org
+
+- New upstream version 0.7.2 
+- Installed qemuwrapper utils
+- added qemu as dependency
+
+---
+Fri Jun  4 08:13:13 UTC 2010 - and...@opensuse.org
+
+- New upstream version 0.7.1 
+
+---
+Tue Dec  1 00:12:42 UTC 2009 - and...@opensuse.org
+
+- fixed 11.2 building (as noarch)
+
+---
+* Sun Jun 07 2009 - Andrea Florio  0.6.1
+- new upstream version 0.6.1
+* Fri Dec 19 2008 - Andrea Florio  0.6
+- new upstream version 0.6
+* Wed Nov 05 2008 - Andrea Florio 
+- no longer a no arch. py_sitedit is /usr/lib/ecc or /usr/lib64/ecc
+* Mon Aug 04 2008 - Andrea Florio 
+- new package
+- added menu icon
+~
+
+

calling whatdependson for head-i586


New:

  GNS3-0.5-tutorial.pdf
  GNS3-0.7.4-src.tar.bz2
  application-x-gns3.png
  gns3.changes
  gns3.desktop
  gns3.png
  gns3.spec
  gns3.xml



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

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

# norootforbuild


Name:   gns3
Summary:GNS3 is a graphical network simulator
Version:0.7.4
Release:1
License:GPLv2
Url:http://www.gns3.net/
Group:  Productivity/Networking/Other
Source0:GNS3-%{version}-src.tar.bz2
Source1:%{name}.png
Source2:
http://kent.dl.sourceforge.net/sourceforge/gns-3/GNS3-0.5-tutorial.pdf
Source3:%{name}.xml
Source4:%{name}.desktop
Source5:application-x-%{name}.png
BuildRequires:  python-devel
BuildRequires:  l

commit blender for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package blender for openSUSE:Factory
checked in at Mon May 2 18:22:46 CEST 2011.




--- blender/blender.changes 2011-02-18 12:03:01.0 +0100
+++ blender/blender.changes 2011-04-28 11:58:17.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 28 09:30:53 UTC 2011 - idoen...@novell.com
+
+- Add blender-2.56-gcc46.patch to fix compilation with gcc 4.6 
+
+---

calling whatdependson for head-i586


Old:

  blender-2.55-gcc46fix.patch

New:

  blender-2.56-gcc46.patch



Other differences:
--
++ blender.spec ++
--- /var/tmp/diff_new_pack.YiHRrj/_old  2011-05-02 18:19:33.0 +0200
+++ /var/tmp/diff_new_pack.YiHRrj/_new  2011-05-02 18:19:33.0 +0200
@@ -61,7 +61,7 @@
 Group:  Productivity/Graphics/3D Editors
 Summary:A 3D Modelling And Rendering Package
 Version:2.56.34784
-Release:6
+Release:7
 Url:http://www.blender.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.xz
@@ -76,7 +76,7 @@
 Patch1: blender-2.48-undefine-operation.patch
 # Patch submitted upstream - Blender Patches item #19234,
 Patch2: blender-2.50-uninit-var.patch
-Patch4: blender-2.55-gcc46fix.patch
+Patch4: blender-2.56-gcc46.patch
 %if %DISTRIBUTABLE == 1
 # Patch3 is needed due to the purging of everything mpeg
 Patch3: blender-2.55-blenkernel.patch
@@ -143,7 +143,7 @@
 %patch0
 %patch1
 %patch2
-%patch4
+%patch4 -p1
 
 %if %DISTRIBUTABLE == 1
 %patch3

++ blender-2.55-gcc46fix.patch -> blender-2.56-gcc46.patch ++
--- blender/blender-2.55-gcc46fix.patch 2010-12-17 00:40:12.0 +0100
+++ blender/blender-2.56-gcc46.patch2011-04-28 11:58:17.0 +0200
@@ -1,12 +1,98 @@
-Index: extern/Eigen2/Eigen/src/Core/util/Memory.h
-===
 extern/Eigen2/Eigen/src/Core/util/Memory.h.orig2009-10-20 
11:50:24.0 +0200
-+++ extern/Eigen2/Eigen/src/Core/util/Memory.h 2010-12-17 01:36:30.0 
+0200
-@@ -26,6 +26,7 @@
+diff -Naur 
blender-2.56-beta-source/extern/bullet2/src/BulletSoftBody/btSoftBody.h 
blender-2.56-beta-source-new/extern/bullet2/src/BulletSoftBody/btSoftBody.h
+--- blender-2.56-beta-source/extern/bullet2/src/BulletSoftBody/btSoftBody.h
2009-09-14 11:45:32.0 -0300
 
blender-2.56-beta-source-new/extern/bullet2/src/BulletSoftBody/btSoftBody.h 
   2011-02-08 22:32:34.300937158 -0200
+@@ -177,6 +177,7 @@
+   /* Material */ 
+   struct  Material : Element
+   {
++Material (){}
+   btScalarm_kLST; 
// Linear stiffness coefficient [0,1]
+   btScalarm_kAST; 
// Area/Angular stiffness coefficient [0,1]
+   btScalarm_kVST; 
// Volume stiffness coefficient [0,1]
+@@ -191,6 +192,7 @@
+   /* Node */ 
+   struct  Node : Feature
+   {
++Node (){}
+   btVector3   m_x;
// Position
+   btVector3   m_q;
// Previous step position
+   btVector3   m_v;
// Velocity
+@@ -204,6 +206,7 @@
+   /* Link */ 
+   struct  Link : Feature
+   {
++Link (){}
+   Node*   m_n[2]; 
// Node pointers
+   btScalarm_rl;   
// Rest length  
+   int m_bbending:1;   
// Bending link
+@@ -215,6 +218,7 @@
+   /* Face */ 
+   struct  Face : Feature
+   {
++Face (){} 
+   Node*   m_n[3]; 
// Node pointers
+   btVector3   m_normal;   
// Normal
+   btScalarm_ra;   
// Rest area
+@@ -255,6 +259,7 @@
+   /* Note */ 
+   struct  Note : Element
+   {
++Note (){}
+   const char* m_text; 
// Text
+   btVector3   m_offset;   
// Offset
+   int m_rank; 
// Rank
+diff -Naur blender-2.56-beta-source/extern/Eigen2/Eigen/src/Core/util/Memory.h 
blender-2.56-beta-source-new/extern/Eigen2/Eigen/src/Core/util/Memory.h
+-

commit galculator for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package galculator for openSUSE:Factory
checked in at Mon May 2 18:19:25 CEST 2011.




--- galculator/galculator.changes   2009-11-29 14:02:28.0 +0100
+++ galculator/galculator.changes   2011-03-14 15:22:38.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 14 14:14:08 UTC 2011 - g...@opensuse.org
+
+- call %desktop_database_post/un
+
+---

calling whatdependson for head-i586




Other differences:
--
++ galculator.spec ++
--- /var/tmp/diff_new_pack.VvOTSE/_old  2011-05-02 18:15:43.0 +0200
+++ /var/tmp/diff_new_pack.VvOTSE/_new  2011-05-02 18:15:43.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package galculator (Version 1.3.4)
+# spec file for package galculator
 #
-# 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
@@ -21,7 +21,7 @@
 Name:   galculator
 Summary:A GTK 2 based calculator
 Version:1.3.4
-Release:1
+Release:9
 License:GPLv2
 Group:  System/GUI/GNOME
 Url:http://www.nongnu.org/beaver/index.html
@@ -55,6 +55,17 @@
 %clean
 %__rm -fr %buildroot
 
+%if 0%{?suse_version} >= 1140
+
+%post
+%desktop_database_post
+%icon_theme_cache_post
+
+%postun
+%desktop_database_postun
+%icon_theme_cache_postun
+%endif
+
 %files -f %name.lang
 %defattr(-,root,root)
 %_bindir/galculator   






Remember to have fun...

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



commit gmixer for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package gmixer for openSUSE:Factory
checked in at Mon May 2 18:15:34 CEST 2011.




--- gmixer/gmixer.changes   2010-08-11 10:59:10.0 +0200
+++ gmixer/gmixer.changes   2011-03-14 15:24:51.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 14 14:15:50 UTC 2011 - g...@opensuse.org
+
+- call %desktop_database_post/un
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gmixer.spec ++
--- /var/tmp/diff_new_pack.aERrlk/_old  2011-05-02 18:14:28.0 +0200
+++ /var/tmp/diff_new_pack.aERrlk/_new  2011-05-02 18:14:28.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gmixer (Version 1.3)
+# spec file for package gmixer
 #
-# 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
@@ -24,7 +24,7 @@
 
 Name:   gmixer
 Version:1.3
-Release:8
+Release:12
 Summary:Simple and Lightweight Audio Mixer
 Group:  Productivity/Multimedia/Sound/Mixers
 License:GPLv3+
@@ -81,6 +81,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%if 0%{?suse_version} >= 1140
+
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+%endif
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc gpl.txt 






Remember to have fun...

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



commit leafpad for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package leafpad for openSUSE:Factory
checked in at Mon May 2 18:13:29 CEST 2011.




--- leafpad/leafpad.changes 2009-12-22 10:03:03.0 +0100
+++ leafpad/leafpad.changes 2011-03-14 15:36:23.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 14 14:29:32 UTC 2011 - g...@opensuse.org
+
+- call %desktop_database_post/un and %icon_theme_cache_post/un
+
+---

calling whatdependson for head-i586




Other differences:
--
++ leafpad.spec ++
--- /var/tmp/diff_new_pack.mOjvEP/_old  2011-05-02 18:10:28.0 +0200
+++ /var/tmp/diff_new_pack.mOjvEP/_new  2011-05-02 18:10:28.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package leafpad (Version 0.8.17)
+# spec file for package leafpad
 #
-# 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:   leafpad
 Version:0.8.17
-Release:1
+Release:9
 Summary:Lightweight Text Editor and Notepad Clone
 Source0:%name-%version.tar.bz2
 Url:http://tarot.freeshell.org/leafpad/
@@ -67,6 +67,17 @@
 %clean
 %__rm -rf "%{buildroot}"
 
+%if 0%{?suse_version} >= 1140
+
+%post
+%desktop_database_post
+%icon_theme_cache_post
+
+%postun
+%desktop_database_postun
+%icon_theme_cache_postun
+%endif
+
 %files -f "%{name}.lang"
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README






Remember to have fun...

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



commit lxappearance for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package lxappearance for openSUSE:Factory
checked in at Mon May 2 18:10:17 CEST 2011.




--- lxappearance/lxappearance.changes   2010-10-24 00:07:25.0 +0200
+++ lxappearance/lxappearance.changes   2011-03-14 15:39:36.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 14 14:32:56 UTC 2011 - g...@opensuse.org
+
+- call %desktop_database_post/un
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lxappearance.spec ++
--- /var/tmp/diff_new_pack.c8s4af/_old  2011-05-02 18:09:48.0 +0200
+++ /var/tmp/diff_new_pack.c8s4af/_new  2011-05-02 18:09:48.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package lxappearance (Version 0.5.0)
+# spec file for package lxappearance
 #
-# 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
@@ -21,7 +21,7 @@
 Name:   lxappearance
 Summary:It's a desktop-independent theme swither for GTK+
 Version:0.5.0
-Release:1
+Release:7
 License:GPLv2
 Group:  System/GUI/LXDE
 Url:http://www.lxde.org/
@@ -68,6 +68,15 @@
 %clean
 rm -fr %buildroot
 
+%if 0%{?suse_version} >= 1140
+
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+%endif
+
 %files
 %defattr(-,root,root)
 %_bindir/%name






Remember to have fun...

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



commit lxde-common for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package lxde-common for openSUSE:Factory
checked in at Mon May 2 18:09:38 CEST 2011.




--- lxde-common/lxde-common.changes 2011-02-02 13:34:49.0 +0100
+++ lxde-common/lxde-common.changes 2011-03-23 17:12:01.0 +0100
@@ -1,0 +2,10 @@
+Wed Mar 23 16:11:41 UTC 2011 - and...@opensuse.org
+
+- added gtk2-engines on suse 11.4 to fix ugly appereance 
+
+---
+Mon Mar 14 17:38:01 UTC 2011 - g...@opensuse.org
+
+- call %desktop_database_post/un
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lxde-common.spec ++
--- /var/tmp/diff_new_pack.jzzc0s/_old  2011-05-02 18:09:10.0 +0200
+++ /var/tmp/diff_new_pack.jzzc0s/_new  2011-05-02 18:09:10.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   lxde-common
 Version:0.5.0
-Release:14
+Release:21
 License:GPL
 Source0:%name-%version.tar.bz2
 Source1:lxde-new-wallpapers.tar.bz2
@@ -37,6 +37,9 @@
 Provides:   lxde-settings-daemon >= %version
 Obsoletes:  lxde-settings-daemon < %version
 Requires:   lxde-common-branding
+%if 0%{?suse_version} >= 1140
+Recommends: gtk2-engines
+%endif
 
 %description
 Lxde-common package provides a set of default configuration for LXDE.
@@ -72,7 +75,6 @@
 mkdir -p %buildroot/usr/share/applications
 install -c -m 644 lxde-logout.desktop 
%buildroot/%_datadir/applications/lxde-logout.desktop
 install -c -m 644 %SOURCE2 %buildroot/%_datadir/applications/
-#%__cp %SOURCE1 %buildroot/%_datadir/lxde/images/
 %suse_update_desktop_file %buildroot/%_datadir/applications/lxde-logout.desktop
 %suse_update_desktop_file 
%buildroot/%_datadir/applications/lxde-lock-screen.desktop
 %suse_update_desktop_file %buildroot/%_datadir/xsessions/lxde.desktop
@@ -85,6 +87,15 @@
 %clean
 rm -rf %buildroot
 
+%if 0%{?suse_version} >= 1140
+
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+%endif
+
 %files 
 %defattr(-,root,root)
 %_bindir/openbox-lxde






Remember to have fun...

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



commit lxde-common-branding-openSUSE for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package lxde-common-branding-openSUSE for 
openSUSE:Factory
checked in at Mon May 2 18:09:01 CEST 2011.




--- lxde-common-branding-openSUSE/lxde-common-branding-openSUSE.changes 
2010-11-21 10:06:52.0 +0100
+++ lxde-common-branding-openSUSE/lxde-common-branding-openSUSE.changes 
2011-03-23 17:20:43.0 +0100
@@ -1,0 +2,10 @@
+Wed Mar 23 16:20:08 UTC 2011 - and...@opensuse.org
+
+- fixed log-out image, 11.4 branding is complete 
+
+---
+Mon Mar 21 10:33:25 UTC 2011 - and...@opensuse.org
+
+- fixed firefox link on default panel .desktop file
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lxde-common-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.XXDbyA/_old  2011-05-02 18:08:22.0 +0200
+++ /var/tmp/diff_new_pack.XXDbyA/_new  2011-05-02 18:08:22.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package lxde-common-branding-openSUSE (Version 11.3)
+# spec file for package lxde-common-branding-openSUSE
 #
-# 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
@@ -19,8 +19,8 @@
 
 
 Name:   lxde-common-branding-openSUSE
-Version:11.3
-Release:13
+Version:11.4
+Release:1
 License:GPL
 Source0:lxde-common-0.5.0.tar.bz2
 Source1:suse.png
@@ -36,6 +36,7 @@
 BuildRequires:  autoconf automake gtk2-devel intltool pkg-config 
update-desktop-files
 BuildRequires:  docbook-utils docbook-xsl-stylesheets fdupes libxslt
 Group:  System/GUI/LXDE
+Url:http://www.opensuse.org
 Summary:OpenSUSE branding
 BuildArch:  noarch
 Provides:   lxde-common-branding = %{version}

++ lxde-common-lxpanel.diff ++
--- /var/tmp/diff_new_pack.XXDbyA/_old  2011-05-02 18:08:22.0 +0200
+++ /var/tmp/diff_new_pack.XXDbyA/_new  2011-05-02 18:08:22.0 +0200
@@ -19,15 +19,6 @@
  system {
  }
  separator {
-@@ -53,7 +53,7 @@
- id=pcmanfm.desktop
- }
- Button {
--id=firefox.desktop
-+id=MozillaFirefox.desktop
- }
- }
- }
 @@ -114,10 +114,6 @@
  }
  

++ suse-logout.png ++
Files /var/tmp/diff_new_pack.XXDbyA/_old and /var/tmp/diff_new_pack.XXDbyA/_new 
differ







Remember to have fun...

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



commit lxdm-conf for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package lxdm-conf for openSUSE:Factory
checked in at Mon May 2 18:08:12 CEST 2011.




--- lxdm-conf/lxdm-conf.changes 2010-06-07 16:09:55.0 +0200
+++ lxdm-conf/lxdm-conf.changes 2011-03-21 17:53:52.0 +0100
@@ -1,0 +2,10 @@
+Mon Mar 21 16:53:51 UTC 2011 - co...@novell.com
+
+- licenses package is about to die
+
+---
+Mon Mar 14 18:31:33 UTC 2011 - g...@opensuse.org
+
+- call %desktop_database_post/un
+
+---

calling whatdependson for head-i586


New:

  COPYING



Other differences:
--
++ lxdm-conf.spec ++
--- /var/tmp/diff_new_pack.3g2xZA/_old  2011-05-02 18:06:06.0 +0200
+++ /var/tmp/diff_new_pack.3g2xZA/_new  2011-05-02 18:06:06.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package lxdm-conf (Version 0.2.0+svn727)
+# spec file for package lxdm-conf
 #
-# 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
@@ -21,20 +21,19 @@
 Name:   lxdm-conf
 Summary:LXDM configuration tool
 Version:0.2.0+svn727
-Release:3
+Release:11
 License:GPLv3
 Group:  System/GUI/LXDE
 Url:https://noc.sidux.com/lxde
 Source0:%{name}.tar.bz2
 Source1:README.SUSE
+Source2:COPYING
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes python-devel update-desktop-files
-BuildRequires:  licenses
 BuildArch:  noarch
 Requires:   lxdm
 Requires:   python-gtk >= 2.0
 Requires:   python-gobject2
-Requires:   licenses
 %py_requires
 
 %description
@@ -42,7 +41,7 @@
 %name provides a simple and fast LXDM configuration tool
 %prep
 %setup -q -n %name
-%__cp %{SOURCE1} .
+%__cp %{SOURCE1} %{SOURCE2} .
 
 %build
 
@@ -50,12 +49,20 @@
 %__mkdir_p %buildroot/
 %__cp -r usr %buildroot/
 %suse_update_desktop_file lxdmconf
-ln -sf /usr/share/doc/licenses/gpl-3.0.txt COPYING
 %fdupes -s %buildroot
 
 %clean
 %__rm -rf %buildroot
 
+%if 0%{?suse_version} >= 1140
+
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+%endif
+
 %files
 %defattr (-,root,root,-)
 %doc COPYRIGHT COPYING README.SUSE

++ COPYING ++
 674 lines (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 lxinput for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package lxinput for openSUSE:Factory
checked in at Mon May 2 18:05:58 CEST 2011.




--- lxinput/lxinput.changes 2010-08-08 02:43:44.0 +0200
+++ lxinput/lxinput.changes 2011-03-14 19:55:45.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 14 18:49:11 UTC 2011 - g...@opensuse.org
+
+- call %desktop_database_post/un
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lxinput.spec ++
--- /var/tmp/diff_new_pack.5JH3KL/_old  2011-05-02 18:05:40.0 +0200
+++ /var/tmp/diff_new_pack.5JH3KL/_new  2011-05-02 18:05:40.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package lxinput (Version 0.3.0)
+# spec file for package lxinput
 #
-# 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
@@ -21,7 +21,7 @@
 Name:   lxinput
 Summary:Keyboard and mouse configuration tool 
 Version:0.3.0
-Release:1
+Release:5
 License:GPLv2
 Group:  System/GUI/LXDE
 Url:http://www.lxde.org/
@@ -53,6 +53,15 @@
 %clean
 rm -fr %buildroot
 
+%if 0%{?suse_version} >= 1140
+
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+%endif
+
 %files -f %name.lang
 %defattr(-,root,root)
 %_bindir/%name






Remember to have fun...

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



commit lxmusic for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package lxmusic for openSUSE:Factory
checked in at Mon May 2 18:05:33 CEST 2011.




--- lxmusic/lxmusic.changes 2010-05-13 16:01:52.0 +0200
+++ lxmusic/lxmusic.changes 2011-03-14 19:56:10.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 14 18:49:40 UTC 2011 - g...@opensuse.org
+
+- call %desktop_database_post/un
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lxmusic.spec ++
--- /var/tmp/diff_new_pack.USGX82/_old  2011-05-02 18:03:41.0 +0200
+++ /var/tmp/diff_new_pack.USGX82/_new  2011-05-02 18:03:41.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package lxmusic (Version 0.4.4)
+# spec file for package lxmusic
 #
-# 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:   lxmusic
 Version:0.4.4
-Release:4
+Release:10
 Summary:Lightweight Audio Player
 Group:  Productivity/Multimedia/Sound/Players
 License:GPL
@@ -63,6 +63,15 @@
 %clean
 %__rm -rf $RPM_BUILD_ROOT
 
+%if 0%{?suse_version} >= 1140
+
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+%endif
+
 %files
 %defattr(-,root,root,0755)
 %doc COPYING






Remember to have fun...

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



commit lxrandr for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package lxrandr for openSUSE:Factory
checked in at Mon May 2 18:03:34 CEST 2011.




--- lxrandr/lxrandr.changes 2011-02-25 22:01:33.0 +0100
+++ lxrandr/lxrandr.changes 2011-03-14 19:56:35.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 14 18:50:02 UTC 2011 - g...@opensuse.org
+
+- call %desktop_database_post/un
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lxrandr.spec ++
--- /var/tmp/diff_new_pack.9cW2bV/_old  2011-05-02 17:58:38.0 +0200
+++ /var/tmp/diff_new_pack.9cW2bV/_new  2011-05-02 17:58:38.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   lxrandr
 Version:0.1.1
-Release:12
+Release:13
 Summary:Lightweight Monitor Config Tool
 Group:  System/GUI/LXDE
 License:GPL
@@ -59,6 +59,15 @@
 %clean
 %__rm -rf $RPM_BUILD_ROOT
 
+%if 0%{?suse_version} >= 1140
+
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+%endif
+
 %files -f %{name}.lang
 %defattr(-,root,root,0755)
 %doc COPYING







Remember to have fun...

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



commit lxsession-edit for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package lxsession-edit for openSUSE:Factory
checked in at Mon May 2 17:58:31 CEST 2011.




--- lxsession-edit/lxsession-edit.changes   2011-02-25 22:04:44.0 
+0100
+++ lxsession-edit/lxsession-edit.changes   2011-03-14 19:56:57.0 
+0100
@@ -1,0 +2,5 @@
+Mon Mar 14 18:50:28 UTC 2011 - g...@opensuse.org
+
+- call %desktop_database_post/un
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lxsession-edit.spec ++
--- /var/tmp/diff_new_pack.ka6E65/_old  2011-05-02 17:57:48.0 +0200
+++ /var/tmp/diff_new_pack.ka6E65/_new  2011-05-02 17:57:48.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   lxsession-edit
 Version:0.1.1
-Release:12
+Release:13
 License:GPLv3
 Source0:%{name}-%version.tar.bz2
 Source1:lxsession-edit.png
@@ -66,6 +66,15 @@
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
+%if 0%{?suse_version} >= 1140
+
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+%endif
+
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc README AUTHORS







Remember to have fun...

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



commit lxtask for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package lxtask for openSUSE:Factory
checked in at Mon May 2 17:57:41 CEST 2011.




--- lxtask/lxtask.changes   2010-06-07 16:17:16.0 +0200
+++ lxtask/lxtask.changes   2011-04-29 08:16:53.0 +0200
@@ -1,0 +2,15 @@
+Fri Apr 29 06:14:36 UTC 2011 - and...@opensuse.org
+
+- New upstream version 0.1.4
+  * fixed memory leaks in task refresh
+  * Fix garbled text (Bug 2986070)
+  * Corrected Polish translation (bug: 3221298)
+  * added gtk3 compatibility
+- removed patch lxtask-0.1.3-code-cleanup.patch now upstream 
+
+---
+Mon Mar 14 18:50:46 UTC 2011 - g...@opensuse.org
+
+- call %desktop_database_post/un
+
+---

calling whatdependson for head-i586


Old:

  lxtask-0.1.3-code-cleanup.patch
  lxtask-0.1.3.tar.bz2

New:

  lxtask-0.1.4.tar.bz2



Other differences:
--
++ lxtask.spec ++
--- /var/tmp/diff_new_pack.AuI3WA/_old  2011-05-02 17:57:18.0 +0200
+++ /var/tmp/diff_new_pack.AuI3WA/_new  2011-05-02 17:57:18.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package lxtask (Version 0.1.3)
+# spec file for package lxtask
 #
-# 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
@@ -19,14 +19,13 @@
 
 
 Name:   lxtask
-Version:0.1.3
-Release:2
+Version:0.1.4
+Release:1
 Summary:Lightweight Task Manager
 Group:  System/GUI/LXDE
 License:GPLv2
 Url:http://www.lxde.org/
 Source0:%name-%version.tar.bz2
-Patch0: %name-0.1.3-code-cleanup.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  intltool pkg-config update-desktop-files
 BuildRequires:  docbook-utils fdupes gtk2-devel
@@ -37,9 +36,10 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
+chmod +x autogen.sh
+./autogen.sh
 export CFLAGS="$RPM_OPT_FLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS"
 %configure
@@ -55,6 +55,15 @@
 %clean
 %__rm -rf $RPM_BUILD_ROOT
 
+%if 0%{?suse_version} >= 1140
+
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+%endif
+
 %files -f %{name}.lang
 %defattr(-,root,root,0755)
 %doc COPYING

++ lxtask-0.1.3.tar.bz2 -> lxtask-0.1.4.tar.bz2 ++
 37476 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 lxterminal for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package lxterminal for openSUSE:Factory
checked in at Mon May 2 17:57:09 CEST 2011.




--- lxterminal/lxterminal.changes   2010-09-07 17:09:16.0 +0200
+++ lxterminal/lxterminal.changes   2011-03-14 19:57:40.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 14 18:51:11 UTC 2011 - g...@opensuse.org
+
+- call %desktop_database_post/un
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lxterminal.spec ++
--- /var/tmp/diff_new_pack.tNLqFj/_old  2011-05-02 17:56:44.0 +0200
+++ /var/tmp/diff_new_pack.tNLqFj/_new  2011-05-02 17:56:44.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package lxterminal (Version 0.1.9)
+# spec file for package lxterminal
 #
-# 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:   lxterminal
 Version:0.1.9
-Release:1
+Release:2
 Summary:Lightweight LXDE Terminal
 Group:  System/GUI/LXDE
 License:GPL
@@ -65,6 +65,15 @@
 %clean
 %__rm -rf $RPM_BUILD_ROOT
 
+%if 0%{?suse_version} >= 1140
+
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+%endif
+
 %files
 %defattr(-,root,root,0755)
 %doc COPYING






Remember to have fun...

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



commit midori for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package midori for openSUSE:Factory
checked in at Mon May 2 17:56:36 CEST 2011.




--- midori/midori.changes   2011-02-17 22:30:25.0 +0100
+++ midori/midori.changes   2011-05-02 16:27:54.0 +0200
@@ -1,0 +2,67 @@
+Mon May  2 14:26:07 UTC 2011 - prus...@opensuse.org
+
+- updated to version 0.3.5
+  + Remove frame titles from preference dialogue
+  + Show search engine icons in completion
+  + Add Liferea news aggregator workaround
+  + Support libSoup cache + size with WebKitGTK+ 1.3.11
+  + No language, no encryption but Mozilla in user agent
+  + Support F6, F7, Ctrl+(Shift)+Tab and Tab to complete
+  + Strip scheme and www. in completion
+  + Render filename as title of patch files
+  + Turn location into a plain entry
+  + Fix tab panel foreground colours
+  + Mask timezone, language and plugins in private mode
+  + Add 'Strip referrer details' preference
+  + Embed extension list in preferences
+  + Remove the Page Holder and Download Manager option
+  + Disable prefetching and HTML5 storage in private mode
+  + Handle 'Plugin will handle load' error
+  + Show access keys next to numbers in link search
+  + Introduce --private/ -p command line switch
+  + Don't show toolbar preferences if running a DE
+  + Show script alerts as infobars
+  + Improve URI handling with addon installer
+  + Change Ctrl+Q for Quit to Ctrl+Shift+Q
+  + Make speed dial faster and mandatory
+  + Load speed dial in private browsing mode
+  + Show video formats in about:(version)
+  + Move speed dial to key file instead of JSON
+  + Add Offline Application Cache to Clear Private Data
+
+---
+Wed Mar 23 18:08:17 UTC 2011 - g...@opensuse.org
+
+- updated to version 0.3.3
+  + Use 60 connections and 6 per host
+  + Allow re-ordering of search engines
+  + Resurrect right-click button on the panel
+  + Page Next finds a and link tags again
+  + Always save state when quitting
+  + Support MD5 and SHA1 Link Fingerprints
+  + Use lock-secure and lock-insecure icons
+  + Replace unmaintained docs with FAQ
+  + Work around copying bug in WebKitGTK+
+  + In doubt always focus page on key press
+  + Show transfer speed in tooltips
+  + Support x-scheme-handler for GLib < 2.28
+  + Improve link search, always require Return
+  + Re-order tabs with Ctrl+Shift-PageUp/Down
+  + Improve fragment (#) handling
+  + Show Netscape plugins in about:version
+  + Add Zoom Level combobox to Statusbar Features
+  + Improve handling of cookie updates
+  + Always show a minimum visible progress
+  + Don't limit search engines in completion popup
+  + Reflect tab order in the saved session
+  + Don't show multiple user addon infobars
+  + Provide distribution setting for close on left
+  + Export to Netscape HTML format
+  + Avoid config update on state changes
+  + Always show progress and search engines in location
+  + Default to app menu and no menubar
+  + Show 'Private Browsing' in window title
+  + Uncached reload with Ctrl+Shift+R
+  + Bugfixes
+
+---

calling whatdependson for head-i586


Old:

  midori-0.3.0.tar.bz2

New:

  midori-0.3.5.tar.bz2



Other differences:
--
++ midori.spec ++
--- /var/tmp/diff_new_pack.LR8aaM/_old  2011-05-02 17:55:33.0 +0200
+++ /var/tmp/diff_new_pack.LR8aaM/_new  2011-05-02 17:55:33.0 +0200
@@ -18,29 +18,29 @@
 
 
 Name:   midori
-Version:0.3.0
-Release:9
+Version:0.3.5
+Release:1
 License:LGPLv2.1
-Source: 
http://archive.xfce.org/src/apps/%{name}/0.3/%{name}-%{version}.tar.bz2
-Group:  Productivity/Networking/Web/Browsers
 Summary:Lightweight Webkit-based Web Browser
 Url:http://twotoasts.de/index.php?/pages/midori_summary.html
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkgconfig(unique-1.0)
-BuildRequires:  pkgconfig(libnotify)
+Group:  Productivity/Networking/Web/Browsers
+Source: 
http://archive.xfce.org/src/apps/%{name}/0.3/%{name}-%{version}.tar.bz2
+BuildRequires:  docutils
+BuildRequires:  gtk-doc
+BuildRequires:  intltool
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(webkit-1.0)
+BuildRequires:  pkgconfig(libidn)
+BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(sqlite3)
-BuildRequires:  pkgconfig(libidn)
-BuildRequires:  gtk-doc
-BuildRequires:  docutils
-BuildRequires:  intltool
+BuildRequires:  pkgconfig(unique-1.0)
+BuildRequires:  pkgconfig(webkit-1.0)
 BuildRequires:  python
-BuildRequires:  update-desktop-files
 # for rsvg-convert utility
 BuildRequires:  rsvg-view
+BuildRequires:  update-desktop-files
+BuildRoot:  %{_tmppath}/%{n

commit mtpaint for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package mtpaint for openSUSE:Factory
checked in at Mon May 2 17:55:22 CEST 2011.




--- mtpaint/mtpaint.changes 2010-04-05 10:08:54.0 +0200
+++ mtpaint/mtpaint.changes 2011-03-14 22:18:23.0 +0100
@@ -1,0 +2,10 @@
+Mon Mar 14 21:11:41 UTC 2011 - g...@opensuse.org
+
+- removed obsolete existing %post/%postun
+
+---
+Mon Mar 14 18:51:42 UTC 2011 - g...@opensuse.org
+
+- call %desktop_database_post/un
+
+---

calling whatdependson for head-i586




Other differences:
--
++ mtpaint.spec ++
--- /var/tmp/diff_new_pack.785cur/_old  2011-05-02 17:54:35.0 +0200
+++ /var/tmp/diff_new_pack.785cur/_new  2011-05-02 17:54:35.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package mtpaint (Version 3.31)
+# spec file for package mtpaint
 #
-# 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
@@ -21,7 +21,7 @@
 
 Name:   mtpaint
 Version:3.31
-Release:3
+Release:11
 License:GPLv3
 Group:  Productivity/Graphics/Bitmap Editors
 Url:http://mtpaint.sourceforge.net/
@@ -92,28 +92,17 @@
 
 %find_lang %{name}
 
+%clean
+%__rm -rf %buildroot
+
+%if 0%{?suse_version} >= 1140
+
 %post
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
-  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
-fi
-if [ -x %{_bindir}/update-desktop-database ] ; then
-  %{_bindir}/update-desktop-database &> /dev/null
-fi
-exit 0
+%desktop_database_post
 
 %postun
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
-  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
-fi
-if [ -x %{_bindir}/update-desktop-database ] ; then
-  %{_bindir}/update-desktop-database &> /dev/null
-fi
-exit 0
-
-%clean
-%__rm -rf %buildroot
+%desktop_database_postun
+%endif
 
 %files -f %{name}.lang
 %defattr(-, root, root, -)






Remember to have fun...

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



commit obconf for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package obconf for openSUSE:Factory
checked in at Mon May 2 17:54:27 CEST 2011.




--- obconf/obconf.changes   2010-01-16 21:36:13.0 +0100
+++ obconf/obconf.changes   2011-03-14 19:58:36.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 14 18:52:07 UTC 2011 - g...@opensuse.org
+
+- call %desktop_database_post/un
+
+---

calling whatdependson for head-i586




Other differences:
--
++ obconf.spec ++
--- /var/tmp/diff_new_pack.XEzNhA/_old  2011-05-02 17:54:07.0 +0200
+++ /var/tmp/diff_new_pack.XEzNhA/_new  2011-05-02 17:54:07.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package obconf (Version 2.0.3)
+# spec file for package obconf
 #
-# 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
@@ -26,7 +26,7 @@
 Requires:   openbox
 AutoReqProv:on
 Version:2.0.3
-Release:2
+Release:10
 Summary:Openbox Configuration Tool
 Url:http://openbox.org/
 Source0:%name-%version.tar.bz2
@@ -71,6 +71,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%if 0%{?suse_version} >= 1140
+
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+%endif
+
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS COPYING README






Remember to have fun...

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



commit orage for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package orage for openSUSE:Factory
checked in at Mon May 2 17:53:54 CEST 2011.




--- orage/orage.changes 2011-02-17 22:33:21.0 +0100
+++ orage/orage.changes 2011-03-08 23:04:50.0 +0100
@@ -1,0 +2,7 @@
+Tue Mar  8 21:02:31 UTC 2011 - g...@opensuse.org
+
+- update to version 4.8.1
+  - bugfixes
+  - translation updates
+
+---

calling whatdependson for head-i586


Old:

  orage-4.8.0.tar.bz2

New:

  orage-4.8.1.tar.bz2



Other differences:
--
++ orage.spec ++
--- /var/tmp/diff_new_pack.HlxKOL/_old  2011-05-02 17:52:34.0 +0200
+++ /var/tmp/diff_new_pack.HlxKOL/_new  2011-05-02 17:52:34.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   orage
-Version:4.8.0
-Release:7
+Version:4.8.1
+Release:1
 License:GPLv2+
 Summary:Time-managing Application for the Xfce Desktop Environment
 Url:http://www.xfce.org/projects/orage/
@@ -57,6 +57,7 @@
 sed -i 's:^Icon=xfce4-clock:Icon=xfcalendar:' globaltime/globaltime.desktop.in
 
 %build
+# workaround broken libical headers
 export CFLAGS="%{optflags} -I%{_includedir}/libical"
 %configure
 make %{?_smp_mflags}

++ orage-4.8.0.tar.bz2 -> orage-4.8.1.tar.bz2 ++
 4913 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 parcellite for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package parcellite for openSUSE:Factory
checked in at Mon May 2 17:52:25 CEST 2011.




--- parcellite/parcellite.changes   2010-05-21 13:16:26.0 +0200
+++ parcellite/parcellite.changes   2011-03-14 19:59:44.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 14 18:53:10 UTC 2011 - g...@opensuse.org
+
+- call %desktop_database_post/un
+
+---

calling whatdependson for head-i586




Other differences:
--
++ parcellite.spec ++
--- /var/tmp/diff_new_pack.hxTQ61/_old  2011-05-02 17:51:52.0 +0200
+++ /var/tmp/diff_new_pack.hxTQ61/_new  2011-05-02 17:51:52.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package parcellite (Version 0.9.2)
+# spec file for package parcellite
 #
-# 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:   parcellite
 Version:0.9.2
-Release:4
+Release:12
 Summary:A lightweight GTK+ clipboard manager
 Group:  Productivity/Other
 License:GPLv3+
@@ -72,6 +72,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%if 0%{?suse_version} >= 1140
+
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+%endif
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README NEWS






Remember to have fun...

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



commit pcmanfm for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package pcmanfm for openSUSE:Factory
checked in at Mon May 2 17:51:45 CEST 2011.




--- pcmanfm/pcmanfm.changes 2010-11-09 00:02:53.0 +0100
+++ pcmanfm/pcmanfm.changes 2011-03-14 20:00:28.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 14 18:53:58 UTC 2011 - g...@opensuse.org
+
+- call %desktop_database_post/un
+
+---

calling whatdependson for head-i586




Other differences:
--
++ pcmanfm.spec ++
--- /var/tmp/diff_new_pack.BtodWm/_old  2011-05-02 17:51:05.0 +0200
+++ /var/tmp/diff_new_pack.BtodWm/_new  2011-05-02 17:51:05.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package pcmanfm (Version 0.9.8_rc2)
+# spec file for package pcmanfm
 #
-# 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
@@ -21,7 +21,7 @@
 Name:   pcmanfm
 Summary:The next generation LXDE file manager
 Version:0.9.8_rc2
-Release:2
+Release:7
 License:GPLv2
 Group:  Productivity/File utilities
 Url:http://www.lxde.org/
@@ -73,6 +73,15 @@
 %clean
 %__rm -rf %buildroot
 
+%if 0%{?suse_version} >= 1140
+
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+%endif
+
 %files
 %defattr(-,root,root)
 %_bindir/%name






Remember to have fun...

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



commit ristretto for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package ristretto for openSUSE:Factory
checked in at Mon May 2 17:50:45 CEST 2011.




--- ristretto/ristretto.changes 2011-02-17 23:50:06.0 +0100
+++ ristretto/ristretto.changes 2011-03-08 23:38:53.0 +0100
@@ -1,0 +2,13 @@
+Tue Mar  8 21:11:14 UTC 2011 - g...@opensuse.org
+
+- update to version 0.0.93:
+  - removed dependency on libxfcegui4
+  - restore size of thumbnail-bar
+  - save and restore image zoom-state when navigating
+  - implement 'Ready' signal-handler for thumbnailer-spec
+  - correctly cleaned up the references to xfconf
+- added patch tags
+- added ristretto-0.0.93-fix-missing-include.patch in order to adds
+  a missing include (bxo#7391)
+
+---

calling whatdependson for head-i586


Old:

  ristretto-0.0.91.tar.bz2

New:

  ristretto-0.0.93-fix-missing-include.patch
  ristretto-0.0.93.tar.bz2



Other differences:
--
++ ristretto.spec ++
--- /var/tmp/diff_new_pack.oATbNl/_old  2011-05-02 17:48:57.0 +0200
+++ /var/tmp/diff_new_pack.oATbNl/_new  2011-05-02 17:48:57.0 +0200
@@ -18,19 +18,24 @@
 
 
 Name:   ristretto
-Version:0.0.91
-Release:8
+Version:0.0.93
+Release:1
 License:GPLv2+
 Summary:Fast and Lightweight Image-viewer for the Xfce desktop 
environment
 Url:http://goodies.xfce.org/projects/applications/ristretto
 Group:  Productivity/Graphics/Viewers
 Source: %{name}-%{version}.tar.bz2
+# PATCH-FEATURE-OPENSUSE ristretto-0.0.91-add-more-mime-types.patch 
g...@opensuse.org -- Adds support for additional image MIME types supported by 
openSUSE
 Patch0: ristretto-0.0.91-add-more-mime-types.patch
+# PATCH-FIX-UPSTREAM ristretto-0.0.91-honor-docdir.patch bxo#7390 
g...@opensuse.org -- Use the docdir macro for the installation location of 
documentation rather than hardcoding it
 Patch1: ristretto-0.0.91-honor-docdir.patch
+# PATCH-FIX-UPSTREAM ristretto-0.0.93-fix-missing-include.patch bxo#7391 
g...@opensuse.org -- Adds a missing include
+Patch2: ristretto-0.0.93-fix-missing-include.patch
 BuildRequires:  intltool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libexif)
+BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  thunar-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xfce4-dev-tools
@@ -43,9 +48,10 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
-./autogen.sh
+xdt-autogen
 %configure --docdir=%{_defaultdocdir}/%{name}
 make %{?_smp_mflags}
 

++ ristretto-0.0.93-fix-missing-include.patch ++
diff -urNp ristretto-0.0.93.orig/src/thumbnailer.c 
ristretto-0.0.93/src/thumbnailer.c
--- ristretto-0.0.93.orig/src/thumbnailer.c 2011-02-28 19:45:45.0 
+0100
+++ ristretto-0.0.93/src/thumbnailer.c  2011-03-08 23:18:11.0 +0100
@@ -18,6 +18,7 @@
 
 #include 
 
+#include 
 #include 
 #include 
 #include 
++ ristretto-0.0.91.tar.bz2 -> ristretto-0.0.93.tar.bz2 ++
 26922 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 Terminal for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package Terminal for openSUSE:Factory
checked in at Mon May 2 17:48:49 CEST 2011.




--- Terminal/Terminal.changes   2011-02-17 23:51:18.0 +0100
+++ Terminal/Terminal.changes   2011-04-07 01:30:33.0 +0200
@@ -1,0 +2,12 @@
+Wed Apr  6 11:17:50 UTC 2011 - g...@opensuse.org
+
+- update to version 0.4.7
+  - improve --version strings
+  - bugfixes
+  - translation updates
+- drop obsolete Terminal-0.4.6-fix-race.patch and 
+  Terminal-0.4.6-prevent-null-pointer-dereference.patch
+- tweaked description/sumary of subpackages
+- moved license, readme, changelog files to main package
+
+---

calling whatdependson for head-i586


Old:

  Terminal-0.4.6-fix-race.patch
  Terminal-0.4.6-prevent-null-pointer-dereference.patch
  Terminal-0.4.6.tar.bz2

New:

  Terminal-0.4.7.tar.bz2



Other differences:
--
++ Terminal.spec ++
--- /var/tmp/diff_new_pack.0CwSbQ/_old  2011-05-02 17:48:06.0 +0200
+++ /var/tmp/diff_new_pack.0CwSbQ/_new  2011-05-02 17:48:06.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   Terminal
-Version:0.4.6
-Release:8
+Version:0.4.7
+Release:1
 License:GPLv2+
 Summary:Terminal emulator for the Xfce desktop environment
 Url:http://goodies.xfce.org/projects/applications/terminal
@@ -27,10 +27,6 @@
 Source0:%{name}-%{version}.tar.bz2
 Source1:%name-rpmlintrc
 Patch0: Terminal-0.4.5-honor-htmldir.patch
-# PATCH-FIX-UPSTREAM Terminal-0.4.6-fix-race.patch bxo#6921 g...@opensuse.org 
-- Avoids racing on the size-changed signal
-Patch1: Terminal-0.4.6-fix-race.patch
-# PATCH-FIX-UPSTREAM Terminal-0.4.6-prevent-null-pointer-dereference.patch 
bxo#7253 -- Prevents NULL pointer dereferences e.g. when changing themes
-Patch2: Terminal-0.4.6-prevent-null-pointer-dereference.patch
 BuildRequires:  intltool
 BuildRequires:  libpng-devel
 BuildRequires:  pkgconfig(dbus-1)
@@ -56,19 +52,12 @@
 
 %package doc
 License:GPLv2+
-Group:  Documentation/Man
-Summary:Terminal Emulator for the Xfce desktop environment -- 
Documentation
+Group:  Documentation/HTML
+Summary:Documentation for Terminal
 BuildArch:  noarch
 Requires:   %{name} = %{version}
 
 %description doc
-Terminal is a lightweight and easy to use terminal emulator for the Xfce
-desktop environment. Its major features include a simple configuration
-interface, the ability to use multiple tabs with terminals within a single
-window, the possibility to have a pseudo-transparent terminal background, and a
-compact mode where both the menubar and the window decorations are hidden which
-helps to save space on the desktop.
-
 This package contains the documentation for Terminal.
 
 
@@ -76,8 +65,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 xdt-autogen
@@ -119,6 +106,8 @@
 
 %files
 %defattr(-,root,root)
+%doc %{_defaultdocdir}/%{name}
+%exclude %{_defaultdocdir}/%{name}/html
 %{_bindir}/Terminal
 %{_bindir}/terminal
 %dir %{_datadir}/Terminal
@@ -144,7 +133,7 @@
 
 %files doc
 %defattr(-,root,root)
-%{_defaultdocdir}/%{name}
+%doc %{_defaultdocdir}/%{name}/html
 
 %files lang -f %{name}.lang
 

++ Terminal-0.4.6.tar.bz2 -> Terminal-0.4.7.tar.bz2 ++
 15526 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 whaawmp for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package whaawmp for openSUSE:Factory
checked in at Mon May 2 17:47:58 CEST 2011.




--- whaawmp/whaawmp.changes 2011-02-18 00:13:15.0 +0100
+++ whaawmp/whaawmp.changes 2011-04-02 17:49:41.0 +0200
@@ -1,0 +2,11 @@
+Sat Apr  2 15:08:07 UTC 2011 - g...@opensuse.org
+
+- update to version 0.2.14
+  - use 'xdg-screensaver' for disabling the screensaver rather than
+configuring it through the config
+  - tag reading rework
+  - allow adding subtitle files to videos
+  - translation updates
+  - bugfixes
+
+---

calling whatdependson for head-i586


Old:

  whaawmp-0.2.12.1.tar.bz2

New:

  whaawmp-0.2.14.tar.bz2



Other differences:
--
++ whaawmp.spec ++
--- /var/tmp/diff_new_pack.yaPJXB/_old  2011-05-02 17:47:20.0 +0200
+++ /var/tmp/diff_new_pack.yaPJXB/_new  2011-05-02 17:47:20.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   whaawmp
-Version:0.2.12.1
-Release:15
+Version:0.2.14
+Release:1
 License:GPLv3+
 Summary:Minimalistic media player
 Url:http://home.gna.org/whaawmp
@@ -47,7 +47,7 @@
 
 %prep
 %setup -q
-%patch0
+%patch0 -p1
 find src/ -name '*.py' | xargs sed -i '/^#! *\/usr\/bin\/env *python/d'
 
 %build

++ whaawmp-0.2.12.1.tar.bz2 -> whaawmp-0.2.14.tar.bz2 ++
 19192 lines of diff (skipped)

++ whaawmp-desktop.patch ++
--- /var/tmp/diff_new_pack.yaPJXB/_old  2011-05-02 17:47:20.0 +0200
+++ /var/tmp/diff_new_pack.yaPJXB/_new  2011-05-02 17:47:20.0 +0200
@@ -1,5 +1,6 @@
 whaawmp.desktop
-+++ whaawmp.desktop
+diff -ur whaawmp-0.2.14.orig/whaawmp.desktop whaawmp-0.2.14/whaawmp.desktop
+--- whaawmp-0.2.14.orig/whaawmp.desktop2011-02-26 10:06:34.0 
+0100
 whaawmp-0.2.14/whaawmp.desktop 2011-04-02 17:06:25.0 +0200
 @@ -5,8 +5,8 @@
  GenericName=Media Player
  Comment=Play an audio or video file.
@@ -9,5 +10,15 @@
  Type=Application
  Icon=whaawmp
  Categories=AudioVideo;Audio;Video;Player;GTK
--MimeType=application/ogg;application/ram;application/vnd.rn-realmedia;application/x-extension-m4a;application/x-extension-mp4;application/x-flac;application/x-flash-video;application/x-matroska;application/x-ogg;application/x-quicktime-media-link;application/x-quicktimeplayer;application/x-shockwave-flash;application/x-shorten;application/x-smil;application/xspf+xml;audio/3gpp;audio/ac3;audio/AMR;audio/AMR-WB;audio/basic;audio/mp4;audio/mpeg;audio/vnd.rn-realaudio;audio/x-ape;audio/x-flac;audio/x-it;audio/x-m4a;audio/x-matroska;audio/x-mod;audio/x-mp3;audio/x-mpeg;audio/x-mpegurl;audio/x-ms-asf;audio/x-ms-wax;audio/x-ms-wma;audio/x-musepack;audio/x-pn-aiff;audio/x-pn-au;audio/x-pn-realaudio;audio/x-pn-realaudio-plugin;audio/x-pn-wav;audio/x-pn-windows-acm;audio/x-realaudio;audio/x-real-audio;audio/x-tta;audio/x-wav;audio/x-wav;audio/x-wavpack;image/vnd.rn-realpix;image/x-pict;misc/ultravox;text/google-video-pointer;text/x-google-video-pointer;video/3gpp;video/dv;video/fli;video/flv;video/mp4;video/mp4v-es;video/mpeg;video/msvideo;video/quicktime;video/vivo;video/vnd.divx;video/vnd.rn-realvideo;video/vnd.vivo;video/x-anim;video/x-avi;video/x-flc;video/x-fli;video/x-flic;video/x-m4v;video/x-matroska;video/x-mpeg;video/x-ms-asf;video/x-msvideo;video/x-ms-wm;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvx;video/x-nsv;video/x-ogm+ogg;video/x-theora+ogg;
+-MimeType=application/ogg;application/ram;application/vnd.rn-realmedia;application/x-extension-m4a;application/x-extension-mp4;application/x-flac;application/x-flash-video;application/x-matroska;application/x-ogg;application/x-quicktime-media-link;application/x-quicktimeplayer;application/x-shockwave-flash;application/x-shorten;application/x-smil;application/xspf+xml;audio/3gpp;audio/ac3;audio/AMR;audio/AMR-WB;audio/basic;audio/mp4;audio/mpeg;audio/vnd.rn-realaudio;audio/x-ape;audio/x-flac;audio/x-it;audio/x-m4a;audio/x-matroska;audio/x-mod;audio/x-mp3;audio/x-mpeg;audio/x-mpegurl;audio/x-ms-asf;audio/x-ms-wax;audio/x-ms-wma;audio/x-musepack;audio/x-pn-aiff;audio/x-pn-au;audio/x-pn-realaudio;audio/x-pn-realaudio-plugin;audio/x-pn-wav;audio/x-pn-windows-acm;audio/x-realaudio;audio/x-real-audio;audio/x-tta;audio/x-wav;audio/x-wav;audio/x-wavpack;image/vnd.rn-realpix;image/x-pict;misc/ultravox;text/google-video-pointer;text/x-google-video-pointer;video/3gpp;video/dv;video/fli;video/flv;video/mp4;video/mp4v-es;video/mpeg;video/msvideo;video/quicktime;video/vivo;video/vnd.divx;video/vnd.rn-realvideo;video/vnd.vivo;video/webm;video/x-anim;video/x-avi;video/x-flc;video/x-fli;video/x-flic;video/x-m4v;video/x-matroska;video/x-mpeg;video/x-ms-asf;video/x-msvideo;video/x-ms-wm;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvx;video/x-nsv;video/x-ogm+ogg;video/x-theora+ogg;
 
+MimeType=applicat

commit xfce4-panel-plugin-genmon for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package xfce4-panel-plugin-genmon for 
openSUSE:Factory
checked in at Mon May 2 17:42:50 CEST 2011.




--- xfce4-panel-plugin-genmon/xfce4-panel-plugin-genmon.changes 2011-03-09 
22:43:49.0 +0100
+++ xfce4-panel-plugin-genmon/xfce4-panel-plugin-genmon.changes 2011-03-23 
19:59:22.0 +0100
@@ -1,0 +2,14 @@
+Wed Mar 23 18:40:28 UTC 2011 - g...@opensuse.org
+
+- update to version 3.3.0
+  + Support for xfce 4.8
+  + Translated to 29 languages
+  + Introduces new markup for colored and styled text
+  + Various small bug fixes
+  + Build and package fixes
+- dropped obsolete
+  xfce4-panel-plugin-genmon-3.2-fix-build-with-4.7.patch,
+  xfce4-panel-plugin-genmon-3.2-prevent-zombies.patch, and
+  xfce4-panel-plugin-genmon-3.2-close-unused-pipes.patch
+
+---

calling whatdependson for head-i586


Old:

  xfce4-genmon-plugin-3.2.tar.bz2
  xfce4-panel-plugin-genmon-3.2-close-unused-pipes.patch
  xfce4-panel-plugin-genmon-3.2-fix-build-with-4.7.patch
  xfce4-panel-plugin-genmon-3.2-prevent-zombies.patch

New:

  xfce4-genmon-plugin-3.3.0.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-genmon.spec ++
--- /var/tmp/diff_new_pack.t1lPI7/_old  2011-05-02 17:40:40.0 +0200
+++ /var/tmp/diff_new_pack.t1lPI7/_new  2011-05-02 17:40:40.0 +0200
@@ -21,17 +21,11 @@
 
 Name:   xfce4-panel-plugin-genmon
 License:GPLv2+
-Version:3.2
-Release:25
+Version:3.3.0
+Release:1
 Summary:Generic monitoring plugin for the Xfce panel
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin
-Source0:xfce4-genmon-plugin-3.2.tar.bz2
-# PATCH-FIX-UPSTREAM xfce4-panel-plugin-genmon-3.2-fix-build-with-4.7.patch 
g...@opensuse.org -- Fixes build with xfce4-panel >= 4.7
-Patch0: xfce4-panel-plugin-genmon-3.2-fix-build-with-4.7.patch
-# PATCH-FIX-UPSTREAM xfce4-panel-plugin-genmon-3.2-prevent-zombies.patch 
deb#422572 bxo#3896 g...@opensuse.org -- Prevent zombie processes
-Patch1: xfce4-panel-plugin-genmon-3.2-prevent-zombies.patch
-# PATCH-FIX-UPSTREAM xfce4-panel-plugin-genmon-3.2-close-unused-pipes.patch 
bxo#4036 g...@opensuse.org -- Prevent hangs by closing unused pipes
-Patch2: xfce4-panel-plugin-genmon-3.2-close-unused-pipes.patch
+Source0:xfce4-genmon-plugin-%{version}.tar.bz2
 Group:  System/GUI/XFCE
 BuildRequires:  intltool
 BuildRequires:  fdupes
@@ -49,9 +43,6 @@
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 xdt-autogen

++ xfce4-genmon-plugin-3.2.tar.bz2 -> xfce4-genmon-plugin-3.3.0.tar.bz2 
++
 27019 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 xfce4-panel-plugin-radio for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package xfce4-panel-plugin-radio for 
openSUSE:Factory
checked in at Mon May 2 17:40:33 CEST 2011.




--- xfce4-panel-plugin-radio/xfce4-panel-plugin-radio.changes   2011-03-09 
22:46:16.0 +0100
+++ xfce4-panel-plugin-radio/xfce4-panel-plugin-radio.changes   2011-04-01 
21:19:52.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr  1 18:58:40 UTC 2011 - g...@opensuse.org
+
+- update to version 0.4.5
+  * changed the license to GPLv3
+  * translation updates
+
+---

calling whatdependson for head-i586


Old:

  xfce4-radio-plugin-0.4.4.tar.bz2

New:

  xfce4-radio-plugin-0.4.5.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-radio.spec ++
--- /var/tmp/diff_new_pack.ArxWmG/_old  2011-05-02 17:38:54.0 +0200
+++ /var/tmp/diff_new_pack.ArxWmG/_new  2011-05-02 17:38:54.0 +0200
@@ -21,11 +21,11 @@
 
 Name:   xfce4-panel-plugin-radio
 License:GPLv2+
-Version:0.4.4
-Release:7
+Version:0.4.5
+Release:1
 Summary:Radio plugin for the Xfce panel
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-radio-plugin
-Source0:xfce4-radio-plugin-0.4.4.tar.bz2
+Source0:xfce4-radio-plugin-%{version}.tar.bz2
 Group:  System/GUI/XFCE
 BuildRequires:  intltool
 BuildRequires:  fdupes

++ xfce4-radio-plugin-0.4.4.tar.bz2 -> xfce4-radio-plugin-0.4.5.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-radio-plugin-0.4.4/NEWS 
new/xfce4-radio-plugin-0.4.5/NEWS
--- old/xfce4-radio-plugin-0.4.4/NEWS   2010-11-04 16:00:07.0 +0100
+++ new/xfce4-radio-plugin-0.4.5/NEWS   2011-03-11 22:54:27.0 +0100
@@ -1,6 +1,12 @@
 Get the latest version of this plugin at http://goodies.xfce.org/
 ===
 
+v0.4.5 (11 Mar 2011):
+=
+ * Changed the license to GPLv3
+ * Automatically generate the list of supported languages
+ * Translation updates
+
 v0.4.4 (04 Nov 2010):
 =
  * The "time is money"-release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-radio-plugin-0.4.4/aclocal.m4 
new/xfce4-radio-plugin-0.4.5/aclocal.m4
--- old/xfce4-radio-plugin-0.4.4/aclocal.m4 2010-11-04 16:00:15.0 
+0100
+++ new/xfce4-radio-plugin-0.4.5/aclocal.m4 2011-03-11 23:00:16.0 
+0100
@@ -301,7 +301,7 @@
 
 dnl These rules are solely for the distribution goal.  While doing this
 dnl we only have to keep exactly one list of the available catalogs
-dnl in configure.in.
+dnl in configure.ac.
 for lang in $ALL_LINGUAS; do
   GMOFILES="$GMOFILES $lang.gmo"
   POFILES="$POFILES $lang.po"
@@ -430,7 +430,7 @@
 dnl
 dnl Now the definitions that aclocal will find
 dnl
-ifdef(glib_configure_in,[],[
+ifdef(glib_configure_ac,[],[
 AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
 AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
 ])dnl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-radio-plugin-0.4.4/configure 
new/xfce4-radio-plugin-0.4.5/configure
--- old/xfce4-radio-plugin-0.4.4/configure  2010-11-04 16:00:16.0 
+0100
+++ new/xfce4-radio-plugin-0.4.5/configure  2011-03-11 23:00:18.0 
+0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.67 for xfce4-radio-plugin 0.4.4.
+# Generated by GNU Autoconf 2.67 for xfce4-radio-plugin 0.4.5.
 #
 # Report bugs to .
 #
@@ -552,8 +552,8 @@
 # Identity of this package.
 PACKAGE_NAME='xfce4-radio-plugin'
 PACKAGE_TARNAME='xfce4-radio-plugin'
-PACKAGE_VERSION='0.4.4'
-PACKAGE_STRING='xfce4-radio-plugin 0.4.4'
+PACKAGE_VERSION='0.4.5'
+PACKAGE_STRING='xfce4-radio-plugin 0.4.5'
 PACKAGE_BUGREPORT='xfce-goodies-...@lists.berlios.de'
 PACKAGE_URL=''
 
@@ -1292,7 +1292,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 xfce4-radio-plugin 0.4.4 to adapt to many kinds of 
systems.
+\`configure' configures xfce4-radio-plugin 0.4.5 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1359,7 +1359,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of xfce4-radio-plugin 0.4.4:";;
+ short | recursive ) echo "Configuration of xfce4-radio-plugin 0.4.5:";;
esac
   cat <<\_ACEOF
 
@@ -1459,7 +1459,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-xfce4-radio-plugin configure 0.4.4
+xfc

commit xfce4-panel-plugin-sensors for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package xfce4-panel-plugin-sensors for 
openSUSE:Factory
checked in at Mon May 2 17:38:46 CEST 2011.




--- xfce4-panel-plugin-sensors/xfce4-panel-plugin-sensors.changes   
2011-03-09 22:46:29.0 +0100
+++ xfce4-panel-plugin-sensors/xfce4-panel-plugin-sensors.changes   
2011-05-02 11:56:43.0 +0200
@@ -1,0 +2,6 @@
+Mon May  2 09:34:11 UTC 2011 - g...@opensuse.org
+
+- added xfce4-panel-plugin-sensors-1.0.0-fix-ldflags.patch which
+  fixes LDFLAGS for use with gcc 4.6
+
+---

calling whatdependson for head-i586


New:

  xfce4-panel-plugin-sensors-1.0.0-fix-ldflags.patch



Other differences:
--
++ xfce4-panel-plugin-sensors.spec ++
--- /var/tmp/diff_new_pack.LGAoJO/_old  2011-05-02 17:37:49.0 +0200
+++ /var/tmp/diff_new_pack.LGAoJO/_new  2011-05-02 17:37:49.0 +0200
@@ -22,7 +22,7 @@
 Name:   xfce4-panel-plugin-sensors
 License:GPLv2+
 Version:1.0.0
-Release:5
+Release:6
 Summary:Hardware sensor plugin for the Xfce panel
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
 Source0:xfce4-sensors-plugin-1.0.0.tar.bz2
@@ -32,6 +32,8 @@
 Patch1: xfce4-panel-plugin-sensors-1.0.0-fix-build-with-4.7.patch
 # PATCH-FIX-UPSTREAM 
xfce4-panel-plugin-sensors-1.0.0-fix-uninitialized-memory.patch bxo#7248 
g...@opensuse.org -- Fixes a crash due to uninitialized memory when no sensors 
are found
 Patch2: xfce4-panel-plugin-sensors-1.0.0-fix-uninitialized-memory.patch
+# PATCH-FIX-UPSTREAM xfce4-panel-plugin-sensors-1.0.0-fix-ldflags.patch 
g...@opensuse.org bxo#7563 -- Fix LDFLAGS for use with gcc 4.6
+Patch3: xfce4-panel-plugin-sensors-1.0.0-fix-ldflags.patch
 Group:  System/GUI/XFCE
 BuildRequires:  intltool
 BuildRequires:  fdupes
@@ -70,6 +72,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 xdt-autogen

++ xfce4-panel-plugin-sensors-1.0.0-fix-ldflags.patch ++
diff -ur xfce4-sensors-plugin-1.0.0.orig/src/Makefile.am 
xfce4-sensors-plugin-1.0.0/src/Makefile.am
--- xfce4-sensors-plugin-1.0.0.orig/src/Makefile.am 2011-05-02 
11:31:07.0 +0200
+++ xfce4-sensors-plugin-1.0.0/src/Makefile.am  2011-05-02 11:31:59.0 
+0200
@@ -35,7 +35,7 @@
 # @LIBXFCE4PANEL_CFLAGS@
 
 xfce4_sensors_LDFLAGS = \
-   --no-undefined  \
+   -Wl,--no-undefined  \
@PLATFORM_LDFLAGS@
 
 xfce4_sensors_LDADD = \





Remember to have fun...

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



commit xfce4-power-manager for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package xfce4-power-manager for 
openSUSE:Factory
checked in at Mon May 2 17:37:40 CEST 2011.




--- xfce4-power-manager/xfce4-power-manager.changes 2011-02-18 
01:18:27.0 +0100
+++ xfce4-power-manager/xfce4-power-manager.changes 2011-04-02 
18:18:39.0 +0200
@@ -1,0 +2,12 @@
+Sat Apr  2 15:00:15 UTC 2011 - g...@opensuse.org
+
+- update to version 1.0.10
+  - improved battery notifications and added empty battery
+notification
+  - compatibility with libnotify 0.7
+  - added configuration for tuning brightness level on AC and on
+battery power
+  - translation updates
+  - bugfixes
+
+---

calling whatdependson for head-i586


Old:

  xfce4-power-manager-1.0.3.tar.bz2

New:

  xfce4-power-manager-1.0.10.tar.bz2



Other differences:
--
++ xfce4-power-manager.spec ++
--- /var/tmp/diff_new_pack.ukrsdL/_old  2011-05-02 17:37:15.0 +0200
+++ /var/tmp/diff_new_pack.ukrsdL/_new  2011-05-02 17:37:15.0 +0200
@@ -19,8 +19,8 @@
 %define panel_version 4.7.0
 
 Name:   xfce4-power-manager
-Version:1.0.3
-Release:10
+Version:1.0.10
+Release:1
 License:GPLv2+
 Summary:Power Management for the Xfce Desktop Dnvironment
 Url:
http://goodies.xfce.org/projects/applications/xfce4-power-manager/

++ xfce4-power-manager-1.0.3.tar.bz2 -> xfce4-power-manager-1.0.10.tar.bz2 
++
 15240 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 xfce4-volumed for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package xfce4-volumed for openSUSE:Factory
checked in at Mon May 2 17:37:05 CEST 2011.




--- xfce4-volumed/xfce4-volumed.changes 2011-01-11 17:28:25.0 +0100
+++ xfce4-volumed/xfce4-volumed.changes 2011-03-08 23:53:47.0 +0100
@@ -1,0 +2,7 @@
+Tue Mar  8 22:23:10 UTC 2011 - g...@opensuse.org
+
+- update to version 0.1.13
+  - bugfixes
+- dropped obsolete xfce4-volumed-0.1.11-honor-cflags.patch
+
+---

calling whatdependson for head-i586


Old:

  xfce4-volumed-0.1.11-honor-cflags.patch
  xfce4-volumed-0.1.11.tar.bz2

New:

  xfce4-volumed-0.1.13.tar.bz2



Other differences:
--
++ xfce4-volumed.spec ++
--- /var/tmp/diff_new_pack.PTRnOk/_old  2011-05-02 17:36:47.0 +0200
+++ /var/tmp/diff_new_pack.PTRnOk/_new  2011-05-02 17:36:47.0 +0200
@@ -18,14 +18,13 @@
 
 
 Name:   xfce4-volumed
-Version:0.1.11
-Release:3
+Version:0.1.13
+Release:1
 License:GPLv3+
 Summary:Daemon providing support for sound volume keys
 Url:http://launchpad.net/xfce4-volumed
 Group:  Productivity/Multimedia/Sound/Utilities
 Source: %{name}-%{version}.tar.bz2
-Patch0: xfce4-volumed-0.1.11-honor-cflags.patch
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gstreamer-0.10)
 BuildRequires:  pkgconfig(gstreamer-audio-0.10)
@@ -43,12 +42,9 @@
 mute using a notification server.
 
 %prep
-%setup -q -c %{name}-%{version}
-%patch0 -p1
+%setup -q
 
 %build
-touch config.h.in
-./autogen.sh
 %configure
 make %{?_smp_mflags}
 

++ xfce4-volumed-0.1.11.tar.bz2 -> xfce4-volumed-0.1.13.tar.bz2 ++
 15468 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 gnumeric for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package gnumeric for openSUSE:Factory
checked in at Mon May 2 17:35:33 CEST 2011.




--- GNOME/gnumeric/gnumeric.changes 2011-02-12 20:25:25.0 +0100
+++ gnumeric/gnumeric.changes   2011-04-29 01:08:01.0 +0200
@@ -1,0 +2,76 @@
+Fri Apr 29 01:06:47 CEST 2011 - vu...@opensuse.org
+
+- Do not pass --libexecdir to configure: it's not needed.
+
+---
+Mon Apr 18 15:32:56 UTC 2011 - dims...@opensuse.org
+
+- Update to 1.10.14:
+  + bgo#641626: Fix width of translated lists in various dialogs
+  + bgo#641355: Allow function tooltips to be closed temporarily
+  + Minor histogram improvements.
+  + bgo#395631: Trigger configurable text importer on paste of tabs
+  + bgo#643971: Fix ctrl-end in presence of hidden rows.
+  + bgo#644189: Fix import of dbf files with more than 65536 rows.
+  + bgo#641709: Fix cursor position inside a cell edited in a
+zoomed sheet.
+  + Add GSettings schemas.
+  + bgo#641581: Import wide sc files.
+  + bgo#613273: Fix problem with single-cell names and 'r'-type
+arguments.
+  + Plug memory leaks.
+  + bgo#642477: Fix stf import problem diagnosed by Andreas.
+  + Restore toolbar positioning code.
+  + rh#680572: Fix xml reading of constraints.
+  + Fix lpsolve/glpk writing of affine part.
+  + bgo#644189: Improve dbf codepage support.
+  + bgo#644217: Improve date format consistency in document
+properies.
+  + bgo#533795: Hopefully make print preview work on win32.
+  + bgo#644982: Improve quit dialog's non-ascii handling.
+  + bgo#645287: Allow templates for multi-sheet ssconvert.
+  + Improve "dif" output.
+  + ODF import/export improvements (including bgo#640701).
+  + xlsx import improvements (bgo#642850, bgo#643814,
+bgo#642941, bgo#643808, bgo#643815, bgo#643874).
+  + Fix crashes (bgo#642850, bgo#645722, bgo#645209, bgo#64).
+- Add GSettings schemas handling, with %glib2_gsettings_schema_*
+  macros.
+- Convert to source service: download tar.bz2 file and update .spec
+  file with correct version.
+
+---
+Sun Mar 20 19:20:08 CET 2011 - dims...@opensuse.org
+
+- Update to version 1.10.13:
+  + bgo#635064: Calculate residuals when using the regression tool.
+  + Permit data entry by-passing autocorrection.
+  + bgo#636131: Work around OpenOffice date formatting bugs.
+  + bgo#636158: Export text formats to and import from ODF.
+  + bgo#636968: Fix ODF import of sheets with far forward
+references.
+  + Add EEK support to EURO and EUROCONVERT.
+  + Fix leaks in potentially failing analysis tools.
+  + bgo#639019: Make the row and column headers and selection match
+the theme better.
+  + bgo#638874: Fix locale specific sorting.
+  + bgo#639086: Ensure we have sub- and sperscript icons.
+  + bgo#639444: Fix advanced filter.
+  + bgo#638832: Suppress function tooltips on text-formatted cells.
+  + bgo#640344: Fix documentation of ATAN2.
+  + bgo#636031: Only disable the formula bar when a chart sheet is
+selected.
+  + bgo#637393: Make sheet objects invisible outline from .xls
+files persistent.
+  + bgo#637453: Fixed arrows and line object position when zoomed.
+  + bgo#637658: Fixed series lines color export to .xls.
+  + bgo#637739: Fixed sheet objects position on zoomed sheets.
+  + bgo#639287: Override edition-canceled property for GnmExprEntry
+  + bgo#633433: Fix array intersection problem with IF.
+  + Make sure columns are wide enough for dates in csv import.
+  + Plug a few leaks.
+  + Fix number-match issue regarding fraction.
+  + bgo#638776: Fix problems with pivot reading from xls.
+  + bgo#630247: Allow version-agnostic template files.
+
+---

calling whatdependson for head-i586


Old:

  gnumeric-1.10.12.tar.bz2

New:

  _service
  _service:download_url:gnumeric-1.10.14.tar.bz2
  _service:set_version:gnumeric.spec



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

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

commit polkit-default-privs for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory
checked in at Mon May 2 17:32:35 CEST 2011.




--- polkit-default-privs/polkit-default-privs.changes   2011-04-28 
11:42:48.0 +0200
+++ polkit-default-privs/polkit-default-privs.changes   2011-05-02 
16:12:43.0 +0200
@@ -1,0 +2,7 @@
+Mon May  2 14:12:02 UTC 2011 - lnus...@suse.de
+
+- add NetworkManager.settings.modify.hostname (bnc#680140)
+- add account services (bnc#676638)
+- add org.opensuse.cupspkhelper.mechanism.all-edit (bnc#691014)
+
+---

calling whatdependson for head-i586


Old:

  polkit-default-privs-0.1_201104281141.tar.bz2

New:

  polkit-default-privs-0.1_201105021611.tar.bz2



Other differences:
--
++ polkit-default-privs.spec ++
--- /var/tmp/diff_new_pack.oeyf2r/_old  2011-05-02 17:31:38.0 +0200
+++ /var/tmp/diff_new_pack.oeyf2r/_new  2011-05-02 17:31:38.0 +0200
@@ -22,7 +22,7 @@
 Name:   polkit-default-privs
 License:GPLv2+
 Group:  Productivity/Security
-Version:0.1_201104281141
+Version:0.1_201105021611
 Release:1
 Summary:SUSE PolicyKit default permissions
 Source: polkit-default-privs-%version.tar.bz2

++ polkit-default-privs-0.1_201104281141.tar.bz2 -> 
polkit-default-privs-0.1_201105021611.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-0.1_201104281141/polkit-default-privs.restrictive 
new/polkit-default-privs-0.1_201105021611/polkit-default-privs.restrictive
--- old/polkit-default-privs-0.1_201104281141/polkit-default-privs.restrictive  
2011-04-28 11:41:14.0 +0200
+++ new/polkit-default-privs-0.1_201105021611/polkit-default-privs.restrictive  
2011-05-02 16:11:36.0 +0200
@@ -27,6 +27,7 @@
 org.freedesktop.NetworkManager.wifi.share.open  auth_admin
 org.freedesktop.NetworkManager.settings.modify.own  auth_admin
 org.freedesktop.NetworkManager.settings.modify.system   auth_admin
+org.freedesktop.NetworkManager.settings.modify.hostname auth_admin
 #
 org.freedesktop.hal.killswitch.bluetooth   
auth_admin_keep_always
 org.freedesktop.hal.killswitch.wlan
auth_admin_keep_always
@@ -153,6 +154,7 @@
 org.opensuse.cupspkhelper.mechanism.job-editauth_admin_keep
 org.opensuse.cupspkhelper.mechanism.job-not-owned-edit  auth_admin_keep
 org.opensuse.cupspkhelper.mechanism.devices-get auth_admin_keep
+org.opensuse.cupspkhelper.mechanism.all-editauth_admin_keep
 
 #
 # Firewall Zone Switcher
@@ -328,4 +330,9 @@
 org.freedesktop.urfkill.unblockidx  auth_admin
 org.freedesktop.urfkill.enablekeycontrolauth_admin
 
+# account services (bnc#676638)
+org.freedesktop.accounts.user-administrationauth_admin
+org.freedesktop.accounts.set-login-option   auth_admin
+org.freedesktop.accounts.change-own-user-data   auth_admin
+
 ###
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-0.1_201104281141/polkit-default-privs.standard 
new/polkit-default-privs-0.1_201105021611/polkit-default-privs.standard
--- old/polkit-default-privs-0.1_201104281141/polkit-default-privs.standard 
2011-04-28 11:41:14.0 +0200
+++ new/polkit-default-privs-0.1_201105021611/polkit-default-privs.standard 
2011-05-02 16:11:36.0 +0200
@@ -27,6 +27,7 @@
 org.freedesktop.NetworkManager.wifi.share.open  auth_admin
 org.freedesktop.NetworkManager.settings.modify.own  auth_admin
 org.freedesktop.NetworkManager.settings.modify.system   auth_admin
+org.freedesktop.NetworkManager.settings.modify.hostname auth_admin
 #
 org.freedesktop.hal.killswitch.bluetooth   
auth_admin_keep_always:auth_admin_keep_always:yes
 org.freedesktop.hal.killswitch.wlan
auth_admin_keep_always:auth_admin_keep_always:yes
@@ -160,6 +161,7 @@
 org.opensuse.cupspkhelper.mechanism.job-editauth_admin_keep
 org.opensuse.cupspkhelper.mechanism.job-not-owned-edit  auth_admin_keep
 org.opensuse.cupspkhelper.mechanism.devices-get auth_admin_keep
+org.opensuse.cupspkhelper.mechanism.all-editauth_admin_keep
 
 #
 # Firewall Zone Switcher
@@ -335,4 +337,9 @@
 org.freedesktop.urfkill.unblockidx  
auth_admin:auth_admin:yes
 org.freedesktop.urfkill.enablekeycontrol
auth_admin:auth_admin:yes
 
+# account services (bnc#676638)
+org.freedesktop.accounts.user-admi

commit rpmlint for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory
checked in at Mon May 2 17:31:26 CEST 2011.




--- rpmlint/rpmlint.changes 2011-04-23 11:26:24.0 +0200
+++ rpmlint/rpmlint.changes 2011-05-02 16:17:12.0 +0200
@@ -1,0 +2,21 @@
+Mon May  2 14:17:04 UTC 2011 - lnus...@suse.de
+
+- add account services (bnc#676638)
+
+---
+Mon May  2 11:56:25 UTC 2011 - lnus...@suse.de
+
+- another try to fix InitScriptCheck.py (bnc#690961)
+
+---
+Wed Apr 27 15:09:54 CEST 2011 - dmuel...@suse.de
+
+- implement setFilterException()
+- rediff noarch-lib64.diff and enable it again (bnc#663885)
+
+---
+Tue Apr 26 15:19:36 CEST 2011 - dmuel...@suse.de
+
+- make error description more clearn (bnc#686328)
+
+---

calling whatdependson for head-i586


New:

  suse-filter-exception.diff
  suse-speccheck-utf8.diff



Other differences:
--
++ rpmlint.spec ++
--- /var/tmp/diff_new_pack.dQQ8aG/_old  2011-05-02 17:29:24.0 +0200
+++ /var/tmp/diff_new_pack.dQQ8aG/_new  2011-05-02 17:29:24.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  rpm-python
 Summary:Rpm correctness checker
 Version:1.1
-Release:29
+Release:31
 Source0:%{name}-%{version}.tar.bz2
 Source1:config
 Source1001: config.in
@@ -74,6 +74,7 @@
 Patch12:usr-arch.diff
 Patch13:script-interpreter-only-for-exec-scripts.diff
 Patch14:sourced-dirs.diff
+Patch15:suse-filter-exception.diff
 Patch17:docdata-examples.diff
 Patch19:yast-provides.diff
 Patch20:xdg-paths-update.diff
@@ -122,6 +123,7 @@
 Patch86:suse-rclink-check.diff
 # already upstream
 Patch87:rpmlint-add-details.diff
+Patch88:suse-speccheck-utf8.diff
 %py_requires
 
 %description
@@ -152,6 +154,7 @@
 %patch12
 %patch13
 %patch14
+%patch15
 %patch17
 %patch19
 %patch20
@@ -171,7 +174,7 @@
 #%patch41
 %patch42
 #%patch46
-#%patch47
+%patch47
 #%patch49
 %patch50
 %patch51
@@ -199,6 +202,7 @@
 %patch85
 %patch86
 %patch87 -p1
+%patch88
 cp -p %{SOURCE1} .
 cp -p %{SOURCE2} .
 cp -p %{SOURCE3} .

++ config ++
--- /var/tmp/diff_new_pack.dQQ8aG/_old  2011-05-02 17:29:25.0 +0200
+++ /var/tmp/diff_new_pack.dQQ8aG/_new  2011-05-02 17:29:25.0 +0200
@@ -414,6 +414,9 @@
 # urfkill (bnc#688328) 
 "org.freedesktop.URfkill.service",
 "org.freedesktop.URfkill.conf",
+# account services (bnc#676638)
+"org.freedesktop.Accounts.service",
+"org.freedesktop.Accounts.conf",
 ))
 
 # Output filters

++ noarch-lib64.diff ++
--- /var/tmp/diff_new_pack.dQQ8aG/_old  2011-05-02 17:29:25.0 +0200
+++ /var/tmp/diff_new_pack.dQQ8aG/_new  2011-05-02 17:29:25.0 +0200
@@ -1,43 +1,39 @@
 --- BinariesCheck.py
 +++ BinariesCheck.py
-@@ -153,6 +153,7 @@ class BinariesCheck(AbstractCheck.AbstractCheck):
- binary=0
- binary_in_usr_lib=0
- has_usr_lib_file=0
-+file_in_lib64=0
+@@ -223,6 +223,7 @@
+ binary = False
+ binary_in_usr_lib = False
+ has_usr_lib_file = False
++file_in_lib64 = False
  
+ multi_pkg = False
  res = srcname_regex.search(pkg[rpm.RPMTAG_SOURCERPM] or '')
- if res:
-@@ -161,10 +162,13 @@ class BinariesCheck(AbstractCheck.AbstractCheck):
- multi_pkg=0
- 
- for f in files:
--if usr_lib_regex.search(f) and not 
usr_lib_exception_regex.search(f) and not stat.S_ISDIR(files[f][0]):
-+if stat.S_ISREG(files[f][0]) and usr_lib_regex.search(f) and not 
usr_lib_exception_regex.search(f):
- has_usr_lib_file=f
- break
- 
-+if stat.S_ISREG(files[f][0]) and (f.startswith("/usr/lib64") or 
f.startswith("/lib64")):
-+file_in_lib64=1
+@@ -239,6 +240,10 @@
+ # only-non-binary-in-usr-lib false positives
+ binary_in_usr_lib = True
+ 
++if stat.S_ISREG(pkgfile.mode) and \
++(fname.startswith("/usr/lib64") or 
fname.startswith("/lib64")):
++file_in_lib64 = True
 +
- for i in info:
- is_elf = string.find(i[1], 'ELF') != -1
- is_ar = string.find(i[1], 'current ar archive') != -1
-@@ -316,9 +320,12 @@ class BinariesCheck(AbstractCheck.AbstractCheck):
+ is_elf = 'ELF' in pkgfile.magic
+ is_ar = 'current ar archive' in pkgfile.magic
+ is_ocaml_native = 'Objective caml native' in pkgfile.magic
+@@ -433,9 +438,12 @@
+ if version and version != -1 and version not in pkg.name:
 

commit xfce4-session for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package xfce4-session for openSUSE:Factory
checked in at Mon May 2 17:29:11 CEST 2011.




--- xfce4-session/xfce4-session.changes 2011-02-18 01:22:14.0 +0100
+++ xfce4-session/xfce4-session.changes 2011-04-01 21:39:08.0 +0200
@@ -1,0 +2,13 @@
+Fri Apr  1 19:20:50 UTC 2011 - g...@opensuse.org
+
+- update to version 4.8.1
+  - added missing license information
+  - bugfixes
+  - translation updates
+- dropped obsolete
+  xfce4-session-4.8.0-do-not-fall-back-to-system-icons.patch,
+  xfce4-session-4.8.0-fix-error-popup-on-session-menu-item.patch,
+  xfce4-session-4.8.0-fix-fast-cli-option.patch, and
+  xfce4-session-4.7.1-fix-missing-include.patch
+
+---

calling whatdependson for head-i586


Old:

  xfce4-session-4.7.1-fix-missing-include.patch
  xfce4-session-4.8.0-do-not-fall-back-to-system-icons.patch
  xfce4-session-4.8.0-fix-error-popup-on-session-menu-item.patch
  xfce4-session-4.8.0-fix-fast-cli-option.patch
  xfce4-session-4.8.0.tar.bz2

New:

  xfce4-session-4.8.1.tar.bz2



Other differences:
--
++ xfce4-session.spec ++
--- /var/tmp/diff_new_pack.WLtQba/_old  2011-05-02 17:28:24.0 +0200
+++ /var/tmp/diff_new_pack.WLtQba/_new  2011-05-02 17:28:24.0 +0200
@@ -18,22 +18,15 @@
 
 
 Name:   xfce4-session
-Version:4.8.0
-Release:9
+Version:4.8.1
+Release:1
 License:GPLv2+
 Summary:Xfce Session manager
 Url:http://www.xfce.org/projects/xfce4-session/
 Group:  System/GUI/XFCE
 Source: %{name}-%{version}.tar.bz2
-Patch0: xfce4-session-4.7.1-fix-missing-include.patch
 # PATCH-FEATURE-OPENSUSE xfce4-session-simple-splash-remove-shadows.patch 
g...@opensuse.org -- Improves readability of the simple splash engine text by 
removing the text shadows
 Patch1: xfce4-session-simple-splash-remove-shadows.patch
-# PATCH-FIX-UPSTREAM xfce4-session-4.8.0-fix-fast-cli-option.patch 
g...@opensuse.org -- Fixes the use of the --fast cli option with other options 
(backported from upstream git)
-Patch2: xfce4-session-4.8.0-fix-fast-cli-option.patch
-# PATCH-FIX-UPSTREAM 
xfce4-session-4.8.0-fix-error-popup-on-session-menu-item.patch 
g...@opensuse.org -- Fixes the error popup when clicking a session menu item 
(backported from upstream git)
-Patch3: xfce4-session-4.8.0-fix-error-popup-on-session-menu-item.patch
-# PATCH-FIX-UPSTREAM 
xfce4-session-4.8.0-do-not-fall-back-to-system-icons.patch g...@opensuse.org -- 
Prevents the logout dialog from falling back to system-* rather than xfsm-* 
icons (backported from upstream git)
-Patch4: xfce4-session-4.8.0-do-not-fall-back-to-system-icons.patch
 BuildRequires:  intltool
 BuildRequires:  perl-XML-Parser
 BuildRequires:  pkgconfig(dbus-glib-1)
@@ -93,11 +86,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 %configure \

++ xfce4-session-4.8.0.tar.bz2 -> xfce4-session-4.8.1.tar.bz2 ++
 24861 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 xfce4-panel for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package xfce4-panel for openSUSE:Factory
checked in at Mon May 2 17:27:49 CEST 2011.




--- xfce4-panel/xfce4-panel.changes 2011-02-18 01:14:57.0 +0100
+++ xfce4-panel/xfce4-panel.changes 2011-04-06 22:45:53.0 +0200
@@ -1,0 +2,26 @@
+Wed Apr  6 20:41:55 UTC 2011 - g...@opensuse.org
+
+- update to version 4.8.3
+  - use portable abicheck.sh from xfconf
+  - bugfixes
+  - translation updates
+
+---
+Fri Apr  1 17:32:44 UTC 2011 - g...@opensuse.org
+
+- update to version 4.8.2
+  - change packing order of buttons in pager to match wnck
+  - set some atk object names on panel buttons without label
+  - allow installation of the helpers in a custom location
+  - set a static role for the panels (bxo#7094), reverted the
+previous fix
+  - ask to start the panel if 'xfce4-panel -r' is called without
+instance
+  - respawn a child if the plugin was realized with a pid
+  - use the widget snapshot as tasklist draw icon.
+  - bugfixes
+  - translation updates
+- dropped obsolete
+  xfce4-panel-4.8.1-fix-install-documentation.patch
+
+---

calling whatdependson for head-i586


Old:

  xfce4-panel-4.8.1-fix-install-documentation.patch
  xfce4-panel-4.8.1.tar.bz2

New:

  xfce4-panel-4.8.3.tar.bz2



Other differences:
--
++ xfce4-panel.spec ++
--- /var/tmp/diff_new_pack.LS50lp/_old  2011-05-02 17:26:12.0 +0200
+++ /var/tmp/diff_new_pack.LS50lp/_new  2011-05-02 17:26:12.0 +0200
@@ -18,16 +18,14 @@
 
 
 Name:   xfce4-panel
-Version:4.8.1
-Release:7
+Version:4.8.3
+Release:1
 License:GPLv2+ and LGPLv2.1+
 Summary:Panel for the Xfce Desktop Environment
 Url:http://www.xfce.org/projects/xfce4-panel/
 Group:  System/GUI/XFCE
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM xfce4-panel-4.8.1-fix-install-documentation.patch 
bxo#7274 g...@opensuse.org -- Fixes a bug in the build system that prevents the 
installation of the HTML documentation
-Patch0: xfce4-panel-4.8.1-fix-install-documentation.patch
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
 BuildRequires:  perl-XML-Parser
@@ -43,7 +41,6 @@
 BuildRequires:  pkgconfig(libxfcegui4-1.0)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  update-desktop-files
-BuildRequires:  xfce4-dev-tools
 Requires:   %{name}-branding >= %{version}
 Provides:   xfce4-panel-plugins = %{version}
 Obsoletes:  xfce4-panel-plugins < %{version}
@@ -98,10 +95,8 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-xdt-autogen
 %configure \
 --disable-static \
 --enable-gtk-doc

++ xfce4-panel-4.8.1.tar.bz2 -> xfce4-panel-4.8.3.tar.bz2 ++
 18843 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 libgarcon for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package libgarcon for openSUSE:Factory
checked in at Mon May 2 17:26:03 CEST 2011.




--- libgarcon/libgarcon.changes 2011-01-30 01:19:40.0 +0100
+++ libgarcon/libgarcon.changes 2011-04-06 22:41:12.0 +0200
@@ -1,0 +2,11 @@
+Wed Apr  6 20:39:38 UTC 2011 - g...@opensuse.org
+
+- update to version 0.1.6
+  - add  to xfce-applications.menu
+  - also try the garcon install sysconfigdir for config lookups
+  - use Xdt macros for debugging and linker optimizations
+  - default menu prefix to "xfce-"
+  - bugfixes
+  - translation updates
+
+---

calling whatdependson for head-i586


Old:

  garcon-0.1.5.tar.bz2

New:

  garcon-0.1.6.tar.bz2



Other differences:
--
++ libgarcon.spec ++
--- /var/tmp/diff_new_pack.0DGiOh/_old  2011-05-02 17:08:42.0 +0200
+++ /var/tmp/diff_new_pack.0DGiOh/_new  2011-05-02 17:08:42.0 +0200
@@ -18,13 +18,14 @@
 
 
 Name:   libgarcon
-Version:0.1.5
-Release:2
+Version:0.1.6
+Release:1
 License:GPLv2+
 Summary:Library Implementing the freedesktop.org Desktop Menu 
Specification
 Url:http://wiki.xfce.org/dev/garcon
 Group:  System/Libraries
 Source: 
http://archive.xfce.org/src/libs/garcon/0.1/garcon-%{version}.tar.bz2
+# PATCH-FEATURE-OPENSUSE libgarcon-x-suse-unimportant-support.patch 
g...@opensuse.org -- Hide desktop files marked with X-SuSE-Unimportant
 Patch0: libgarcon-x-suse-unimportant-support.patch
 BuildRequires:  gtk-doc
 BuildRequires:  intltool

++ garcon-0.1.5.tar.bz2 -> garcon-0.1.6.tar.bz2 ++
 23412 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 perl-Eval-Closure for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package perl-Eval-Closure for 
openSUSE:Factory
checked in at Mon May 2 17:01:01 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Eval-Closure/perl-Eval-Closure.changes
2011-04-16 02:42:31.0 +0200
@@ -0,0 +1,5 @@
+---
+Sat Apr 16 00:41:51 CET 2011 - pascal.ble...@opensuse.org
+
+- initial version (0.03)
+

calling whatdependson for head-i586


New:

  Eval-Closure-0.03.tar.gz
  perl-Eval-Closure.changes
  perl-Eval-Closure.spec



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

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



Name:   perl-Eval-Closure
Version:0.03
Release:1
Summary:Safely and cleanly create closures via string eval
Source: 
http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Eval-Closure-%{version}.tar.gz
Url:http://search.cpan.org/dist/Eval-Closure
Group:  Development/Libraries/Perl
License:Perl License
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl-macros
BuildRequires:  make
BuildRequires:  perl(Test::Requires)
BuildRequires:  perl(Test::Output)
BuildRequires:  perl(Test::More) >= 0.88
BuildRequires:  perl(Test::Fatal)
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.31
BuildRequires:  perl(Try::Tiny)
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(Sub::Exporter)
Requires:   perl(Try::Tiny)
Requires:   perl(Scalar::Util)
Requires:   perl(Sub::Exporter)
%if 0%{?suse_version} >= 1120
BuildArch:  noarch
%endif

%description
String eval is often used for dynamic code generation. For instance,
"Moose" uses it heavily, to generate inlined versions of accessors and
constructors, which speeds code up at runtime by a significant amount.
String eval is not without its issues however - it's difficult to control
the scope it's used in (which determines which variables are in scope
inside the eval), and it can be quite slow, especially if doing a large
number of evals.
This module attempts to solve both of those problems. It provides an
"eval_closure" function, which evals a string in a clean environment,
other than a fixed list of specified variables. It also caches the result
of the eval, so that doing repeated evals of the same source, even with a
different environment, will be much faster (but note that the description
is part of the string to be evaled, so it must also be the same (or
non-existent) if caching is to work properly).

%prep
%setup -q -n "Eval-Closure-%{version}"
%__sed -i '/^auto_install/d' Makefile.PL

%build
%__perl Makefile.PL PREFIX="%{_prefix}"
%__make %{?_smp_flags}

%install
%perl_make_install
%perl_process_packlist

%check
%__make test

%clean
%{?buildroot:%__rm -rf "%{buildroot}"}

%files
%defattr(-,root,root)
%doc README Changes LICENSE
%dir %{perl_vendorlib}/Eval
%{perl_vendorlib}/Eval/Closure.pm
%doc %{perl_man3dir}/Eval::Closure.%{perl_man3ext}%{ext_man}
%changelog





Remember to have fun...

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



commit ldtp for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package ldtp for openSUSE:Factory
checked in at Mon May 2 17:00:12 CEST 2011.




--- ldtp/ldtp.changes   2011-01-07 19:41:50.0 +0100
+++ /mounts/work_src_done/STABLE/ldtp/ldtp.changes  2011-03-21 
17:23:17.0 +0100
@@ -1,0 +2,7 @@
+Mon Mar 21 17:21:15 CET 2011 - dims...@opensuse.org
+
+- Update to version 2.1.1:
+  + lp#710545: Fix committed to resolve getobjectlist('Main Menu')
+of alacarte app.
+
+---

calling whatdependson for head-i586


Old:

  ldtp-2.1.0.tar.bz2

New:

  ldtp-2.1.1.tar.bz2



Other differences:
--
++ ldtp.spec ++
--- /var/tmp/diff_new_pack.Dc0VJp/_old  2011-05-02 16:59:50.0 +0200
+++ /var/tmp/diff_new_pack.Dc0VJp/_new  2011-05-02 16:59:50.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package ldtp (Version 2.1.0)
+# spec file for package ldtp
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -19,7 +19,7 @@
 
 
 Name:   ldtp
-Version:2.1.0
+Version:2.1.1
 Release:1
 License:GPLv2+ ; LGPLv2.1+
 Summary:Linux Desktop Testing Project (LDTP)

++ ldtp-2.1.0.tar.bz2 -> ldtp-2.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ldtp-2.1.0/PKG-INFO new/ldtp-2.1.1/PKG-INFO
--- old/ldtp-2.1.0/PKG-INFO 2011-01-04 03:00:26.0 +0100
+++ new/ldtp-2.1.1/PKG-INFO 2011-02-02 02:47:35.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: ldtp
-Version: 2.1.0
+Version: 2.1.1
 Summary: Linux Desktop Testing Project Version 2
 Home-page: http://ldtp.freesktop.org
 Author: Nagappan Alagappan
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ldtp-2.1.0/ldtpd/utils.py 
new/ldtp-2.1.1/ldtpd/utils.py
--- old/ldtp-2.1.0/ldtpd/utils.py   2011-01-04 00:00:02.0 +0100
+++ new/ldtp-2.1.1/ldtpd/utils.py   2011-01-07 05:48:51.0 +0100
@@ -341,8 +341,19 @@
 if relationType == pyatspi.RELATION_LABELLED_BY or \
 relationType == pyatspi.RELATION_CONTROLLED_BY:
 # Get associated label
-label_acc = rel.getTarget(i)
-break
+try:
+label_acc = rel.getTarget(i)
+break
+except AttributeError:
+# With "alacarte" window, doing getbojectlist('Main 
Menu')
+# raise exception
+#   File 
"/usr/lib/pymodules/python2.6/pyatspi/accessible.py", line 657, in getTarget
+#target = target._narrow(Accessibility.Accessible)
+# exceptions.AttributeError: 'NoneType' object has no 
attribute '_narrow'
+# Let us not throw exception, instead continue
+if self._ldtp_debug:
+print traceback.format_exc()
+continue
 role = acc.getRole()
 if role == pyatspi.ROLE_FRAME or role == pyatspi.ROLE_DIALOG or \
 role == pyatspi.ROLE_WINDOW or \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ldtp-2.1.0/setup.py new/ldtp-2.1.1/setup.py
--- old/ldtp-2.1.0/setup.py 2011-01-04 00:48:32.0 +0100
+++ new/ldtp-2.1.1/setup.py 2011-02-02 02:39:33.0 +0100
@@ -23,7 +23,7 @@
 from distutils.core import setup
 
 setup(name="ldtp",
-  version="2.1.0",
+  version="2.1.1",
   description="Linux Desktop Testing Project Version 2",
   maintainer="Nagappan Alagappan",
   maintainer_email="nagap...@gmail.com",






Remember to have fun...

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



commit libsocialweb for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package libsocialweb for openSUSE:Factory
checked in at Mon May 2 16:59:36 CEST 2011.




--- libsocialweb/libsocialweb.changes   2011-04-26 17:24:18.0 +0200
+++ /mounts/work_src_done/STABLE/libsocialweb/libsocialweb.changes  
2011-04-28 23:09:18.0 +0200
@@ -1,0 +2,16 @@
+Thu Apr 28 12:23:03 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.25.16:
+  + Add MySpace service
+  + flickr: Support upload progress.
+  + facebook: Support upload progress.
+  + photobucket: Support upload progress.
+  + smugmug: Support upload progress.
+  + twitter: Support upload progress.
+  + youtube: Support upload progress.
+  + keystore: Implementation of requesting API keys from kernel
+keyring.
+  + Fix memory leak.
+  + Updated translations
+
+---

calling whatdependson for head-i586


Old:

  libsocialweb-0.25.15.tar.bz2

New:

  libsocialweb-0.25.16.tar.bz2



Other differences:
--
++ libsocialweb.spec ++
--- /var/tmp/diff_new_pack.zO4NSM/_old  2011-05-02 16:59:13.0 +0200
+++ /var/tmp/diff_new_pack.zO4NSM/_new  2011-05-02 16:59:13.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libsocialweb
-Version:0.25.15
+Version:0.25.16
 Release:1
 License:LGPLv2.1
 Summary:A personal social data server
@@ -123,6 +123,9 @@
 %{_libdir}/libsocialweb/services/liblastfm.so
 %{_datadir}/libsocialweb/services/lastfm.keys
 %{_datadir}/libsocialweb/services/lastfm.png
+%{_libdir}/libsocialweb/services/libmyspace.so
+%{_datadir}/libsocialweb/services/myspace.keys
+%{_datadir}/libsocialweb/services/myspace.png
 %{_libdir}/libsocialweb/services/libphotobucket.so
 %{_datadir}/libsocialweb/services/photobucket.keys
 %{_libdir}/libsocialweb/services/libplurk.so

++ libsocialweb-0.25.15.tar.bz2 -> libsocialweb-0.25.16.tar.bz2 ++
 4406 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 pypoppler for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package pypoppler for openSUSE:Factory
checked in at Mon May 2 16:57:38 CEST 2011.




--- pypoppler/pypoppler.changes 2010-12-15 13:35:15.0 +0100
+++ /mounts/work_src_done/STABLE/pypoppler/pypoppler.changes2011-04-29 
00:12:03.0 +0200
@@ -1,0 +2,11 @@
+Fri Apr 29 00:08:33 CEST 2011 - vu...@opensuse.org
+
+- Update pypoppler-0.12.1-poppler-0.16.0.patch to also change the
+  name of the python method. It seems saner in the long term.
+
+---
+Tue Apr  5 18:41:29 UTC 2011 - co...@novell.com
+
+- Add pypoppler-0.12.1-poppler-0.16.0.patch to support new poppler.
+
+---

calling whatdependson for head-i586


New:

  pypoppler-0.12.1-poppler-0.16.0.patch



Other differences:
--
++ pypoppler.spec ++
--- /var/tmp/diff_new_pack.LnUfeZ/_old  2011-05-02 16:57:18.0 +0200
+++ /var/tmp/diff_new_pack.LnUfeZ/_new  2011-05-02 16:57:18.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package pypoppler (Version 0.12.1)
+# spec file for package pypoppler
 #
-# 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
@@ -19,12 +19,14 @@
 
 Name:   pypoppler
 Version:0.12.1
-Release:1
+Release:6
 License:GPLv2+
 Summary:Python bindings for the Poppler PDF rendering library
 Url:https://launchpad.net/poppler-python/
 Group:  Productivity/Other
 Source: pypoppler-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM pypoppler-0.12.1-poppler-0.16.0.patch lp#696025 
co...@novell.com -- Fix build with poppler 0.16.0, based on patch from launchpad
+Patch0: pypoppler-0.12.1-poppler-0.16.0.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig(atk)
 BuildRequires:  pkgconfig(poppler-glib)
@@ -52,6 +54,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 

++ pypoppler-0.12.1-poppler-0.16.0.patch ++
Index: poppler.defs
===
--- poppler.defs.orig
+++ poppler.defs
@@ -1792,9 +1792,9 @@
   )
 )
 
-(define-method get_text
+(define-method get_selected_text
   (of-object "PopplerPage")
-  (c-name "poppler_page_get_text")
+  (c-name "poppler_page_get_selected_text")
   (return-type "char*")
   (parameters
 '("PopplerSelectionStyle" "style")





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-05-02 Thread h_root

Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory
checked in at Mon May 2 16:57:01 CEST 2011.




--- rsyslog/rsyslog.changes 2011-04-08 15:27:45.0 +0200
+++ /mounts/work_src_done/STABLE/rsyslog/rsyslog.changes2011-04-27 
18:48:49.0 +0200
@@ -1,0 +2,41 @@
+Wed Apr 27 16:19:31 UTC 2011 - mrueck...@suse.de
+
+- move most of the additional requirements and subpackages into
+  conditionals so we can switch them on and off by more easily.
+
+---
+Tue Apr 26 12:30:17 UTC 2011 - m...@suse.de
+
+- Dropped obsolete rsyslog-systemd-integration.bnc656104.diff
+
+---
+Tue Apr 26 12:20:16 UTC 2011 - mrueck...@suse.de
+
+- dont ship the systemd service file for now.
+
+---
+Sun Apr 24 01:32:17 UTC 2011 - mrueck...@suse.de
+
+- update to 5.8.0 (v5-tsable)
+  This is the new v5-stable branch, importing all feature from the
+  5.7.x versions. To see what has changed in regard to the previous
+  v5-stable, check the entries for 5.7.x in
+  /usr/share/doc/packages/rsyslog/ChangeLog.
+
+  - bugfix: race condition in deferred name resolution
+closes: http://bugzilla.adiscon.com/show_bug.cgi?id=238
+Special thanks to Marcin for his persistence in helping to solve this
+bug.
+  - bugfix: DA queue was never shutdown once it was started
+closes: http://bugzilla.adiscon.com/show_bug.cgi?id=241
+- dropped patch rsyslog-deferred-dns-query-race.diff
+  included in the release
+- refreshed rsyslog-systemd-integration.bnc656104.diff:
+  most of the patch went upstream just a small chunk left
+- fixed the with_dbi conditional, it was using the build_with_relp.
+- added a new conditional with_systemd and moved all the systemd
+  specific things from suse_version >= 1140 to the with_systemd
+  conditional. the patch line in the preamble should be
+  unconditional.
+
+---

calling whatdependson for head-i586


Old:

  rsyslog-5.6.5.tar.bz2
  rsyslog-deferred-dns-query-race.diff
  rsyslog-systemd-integration.bnc656104.diff

New:

  rsyslog-5.8.0.tar.bz2



Other differences:
--
++ rsyslog.spec ++
--- /var/tmp/diff_new_pack.zYktgp/_old  2011-05-02 16:52:16.0 +0200
+++ /var/tmp/diff_new_pack.zYktgp/_new  2011-05-02 16:52:16.0 +0200
@@ -20,11 +20,31 @@
 
 Name:   rsyslog
 Summary:The enhanced syslogd for Linux and Unix
-Version:5.6.5
-Release:2
-%define upstream_version5.6.5
-%define with_dbi0%{?suse_version} >= 1140 || 
0%{?build_with_relp:1}
-%define with_relp   0%{?suse_version} >= 1130 || 
0%{?build_with_relp:1}
+Version:5.8.0
+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
+%bcond_without  dbi
+%else
+%bcond_with dbi
+%endif
+%if 0%{?suse_version} >= 1140
+%bcond_without  systemd
+%else
+%bcond_with systemd
+%endif
+%if 0%{?suse_version} >= 1130
+%bcond_without  relp
+%else
+%bcond_with relp
+%endif
+%bcond_without  gssapi
+%bcond_without  gnutls
+%bcond_without  mysql
+%bcond_without  pgsql
+%bcond_without  snmp
+%define upstream_version5.8.0
 %define _sbindir/sbin
 %define rsyslogdocdir   %{_docdir}/%{name}
 %define additional_sockets  
%{_localstatedir}/run/rsyslog/additional-log-sockets.conf
@@ -38,25 +58,45 @@
 Provides:   syslog
 PreReq: %insserv_prereq %fillup_prereq /sbin/klogd /etc/init.d/syslog 
/sbin/checkproc
 BuildRequires:  klogd
-BuildRequires:  dos2unix openssl-devel pcre-devel pkgconfig zlib-devel
-BuildRequires:  krb5-devel mysql-devel net-snmp-devel postgresql-devel
+BuildRequires:  dos2unix
+BuildRequires:  openssl-devel
+BuildRequires:  pcre-devel
+BuildRequires:  pkgconfig
+BuildRequires:  zlib-devel
+#
+%if %{with gssapi}
+BuildRequires:  krb5-devel
+%endif
+%if %{with mysql}
+BuildRequires:  mysql-devel
+%endif
+%if %{with snmp}
+BuildRequires:  net-snmp-devel
+%endif
+%if %{with pgsql}
+BuildRequires:  postgresql-devel
+%endif
+%if %{with gnutls}
 BuildRequires:  libgnutls-devel
-%if 0%{?with_dbi}
+%endif
+%if %{with dbi}
 BuildRequires:  libdbi-devel
 %endif
-%if 0%{?with_relp}
+%if %{with relp}
 # RELP support
 BuildRequires:  librelp-devel
 %endif
 # UDP spoof support
 %if 0%{?suse_version} >= 1140
 BuildRequires:  libnet-devel
+%else
+BuildRequires:  libnet
+%endif
+%if %{with systemd}
 # The systemd package provides
 #   /usr/share/doc/packages/systemd/sd-daemon.[ch]
-# files instead of a lib ...
+# files instea

commit telepathy-idle for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package telepathy-idle for openSUSE:Factory
checked in at Mon May 2 16:52:02 CEST 2011.




--- telepathy-idle/telepathy-idle.changes   2010-12-08 08:47:05.0 
+0100
+++ /mounts/work_src_done/STABLE/telepathy-idle/telepathy-idle.changes  
2011-04-11 15:53:14.0 +0200
@@ -1,0 +2,29 @@
+Mon Apr 11 12:56:30 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.1.9:
+  + Correctly implement Destroyable to avoid Idle eating 100% CPU
+if there is no text handler (fdo#34166).
+  + Correctly quote message in PART commands (fdo#34812)
+  + Don't truncate room names at ! in the parser (fdo#28371,
+fdo#31343, fdo#30609).
+  + Using an underscore '_' in IRC login name causes network error
+(fdo#33913).
+  + The 'username' parameter is now validated for its conformance
+to RFC 2812 (fdo#35239).
+  + Additionally, the human-readable information from ERROR
+messages is now exposed in the ConnectionError signal's Details
+dictionary, as server-message. (also fdo#35239).
+  + Add Messages properties to immutable properties.
+  + Add the password-prompt to the manager file.
+  + Set the 'message-sender-id' key in messages.
+
+---
+Wed Mar  9 09:48:51 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.1.8:
+  + Enhancements:
+- Implements SASL channel.
+  + Fixes:
+- Properly advertise that text channels implement Messages.
+
+---

calling whatdependson for head-i586


Old:

  telepathy-idle-0.1.7.tar.bz2

New:

  telepathy-idle-0.1.9.tar.bz2



Other differences:
--
++ telepathy-idle.spec ++
--- /var/tmp/diff_new_pack.E8N1dK/_old  2011-05-02 16:51:36.0 +0200
+++ /var/tmp/diff_new_pack.E8N1dK/_new  2011-05-02 16:51:36.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package telepathy-idle (Version 0.1.7)
+# spec file for package telepathy-idle
 #
-# 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
@@ -19,7 +19,7 @@
 
 
 Name:   telepathy-idle
-Version:0.1.7
+Version:0.1.9
 Release:1
 License:LGPLv2.1+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ telepathy-idle-0.1.7.tar.bz2 -> telepathy-idle-0.1.9.tar.bz2 ++
 6972 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 texmaker for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory
checked in at Mon May 2 16:50:25 CEST 2011.




--- texmaker/texmaker.changes   2011-04-18 10:12:25.0 +0200
+++ /mounts/work_src_done/STABLE/texmaker/texmaker.changes  2011-04-29 
00:04:47.0 +0200
@@ -1,0 +2,10 @@
+Wed Apr 27 22:20:00 UTC 2011 - badshah...@gmail.com
+
+- Update to version 3.0.2
+  + Bug fixes:
+- Critical bug: Encoding detection while loading
+  non-unicode/latin1 files
+- Wrong detection of some filenames in the log file
+- Bad layout of the "inputgraphics dialog"  
+
+---

calling whatdependson for head-i586


Old:

  texmaker-3.0.1.tar.bz2

New:

  texmaker-3.0.2.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.UyU1U0/_old  2011-05-02 16:49:58.0 +0200
+++ /var/tmp/diff_new_pack.UyU1U0/_new  2011-05-02 16:49:58.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   texmaker
-Version:3.0.1
+Version:3.0.2
 Release:1
 License:GPLv2
 Summary:Free cross-platform LaTeX editor

++ texmaker-3.0.1.tar.bz2 -> texmaker-3.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texmaker-3.0.1/graphicfilechooser.cpp 
new/texmaker-3.0.2/graphicfilechooser.cpp
--- old/texmaker-3.0.1/graphicfilechooser.cpp   2011-01-21 23:41:37.0 
+0100
+++ new/texmaker-3.0.2/graphicfilechooser.cpp   2011-04-25 11:21:03.0 
+0200
@@ -22,8 +22,9 @@
 connect(ui.pushButton, SIGNAL( clicked() ), this, SLOT( chooseFile() ) );
 ui.moreButton->setCheckable(true);
 ui.moreButton->setAutoDefault(false);
-connect(ui.moreButton, SIGNAL(toggled(bool)), ui.extension, 
SLOT(setVisible(bool)));
+connect(ui.moreButton, SIGNAL(toggled(bool)), this, SLOT(expand(bool)));
 ui.extension->hide();
+updateGeometry();
 setWindowTitle(name);
 }
 
@@ -52,3 +53,9 @@
}
 }
 
+void GraphicFileChooser::expand(bool e)
+{
+ ui.extension->setVisible(e);
+ updateGeometry();
+}
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texmaker-3.0.1/graphicfilechooser.h 
new/texmaker-3.0.2/graphicfilechooser.h
--- old/texmaker-3.0.1/graphicfilechooser.h 2011-01-21 22:45:40.0 
+0100
+++ new/texmaker-3.0.2/graphicfilechooser.h 2011-04-25 11:19:23.0 
+0200
@@ -33,6 +33,7 @@
 
 private slots:
 void chooseFile();
+void expand(bool e);
 
 };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texmaker-3.0.1/graphicfilechooser.ui 
new/texmaker-3.0.2/graphicfilechooser.ui
--- old/texmaker-3.0.1/graphicfilechooser.ui2011-04-01 18:10:19.0 
+0200
+++ new/texmaker-3.0.2/graphicfilechooser.ui2011-04-25 11:51:47.0 
+0200
@@ -6,70 +6,106 @@

 0
 0
-443
-194
+469
+192

   
-  
+  
+   
+0
+0
+   
+  
+  
+   
+QLayout::SetFixedSize
+   

-
- 
-  
-   0
-   0
-  
- 
- 
-  File
- 
- 
-  lineEdit
- 
-
+
+ 
+  
+   
+
+ 
+  
+   0
+   0
+  
+ 
+ 
+  File
+ 
+ 
+  lineEdit
+ 
+
+   
+   
+
+ 
+  
+   0
+   0
+  
+ 
+ 
+  
+   250
+   0
+  
+ 
+
+   
+   
+
+ 
+  
+   0
+   0
+  
+ 
+ 
+  
+ 
+ 
+  
+   
:/images/fileopen.png:/images/fileopen.png
+ 
+ 
+  
+   22
+   22
+  
+ 
+
+   
+  
+ 
+ 
+  
+ 
+


-
- 
-  
-   0
-   0
-  
- 
- 
-  
-   250
-   0
-  
- 
-
-   
-   
-
+
  
-  
+  
0
0
   
  
- 
-  
+ 
+  Qt::Vertical
  
- 
-  
-   
:/images/fileopen.png:/images/fileopen.png
- 
- 
-  
-   22
-   22
-  
+ 
+  QDialogButtonBox::Cancel|QDialogButtonBox::Ok
  
 

-   
+   
 
  
-  
+  
0
0
   
@@ -79,83 +115,112 @@
  
 

-   
-
- 
-  Qt::Horizontal
+   
+
+ 
+  QFrame::StyledPanel
+ 
+ 
+  QFrame::Raised
  
-
-   
-   
-
  
-  
-   
-
- Use "figure" environment
-
-
- Qt::AlignCenter
-
-   
-  
-  
-   
-
- Caption
-
-   
-  
-  
-   
-  
-  
- 

commit alarm-clock-applet for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package alarm-clock-applet for 
openSUSE:Factory
checked in at Mon May 2 16:49:22 CEST 2011.




--- GNOME/alarm-clock-applet/alarm-clock-applet.changes 2011-02-12 
20:23:25.0 +0100
+++ /mounts/work_src_done/STABLE/alarm-clock-applet/alarm-clock-applet.changes  
2011-04-28 14:25:09.0 +0200
@@ -1,0 +2,17 @@
+Mon Mar 21 16:58:03 CET 2011 - dims...@opensuse.org
+
+- Update to version 0.3.2:
+  + Add support for application indicators
+  + Countdown label for application indicator
+  + New status icon indicating triggered alarms
+  + Bugs fixed:
+- lp#565302: Add countdown label (for application indicator)
+- lp#610632: Create ~/.config/autostart if it doesn't exist
+- lp#671962: Add support for libnotify 0.7
+- lp#682999: Properly stop triggered alarms that are not
+ playing sound
+- lp#704956: Add support for application indicators
+- lp#706832: Clicking on status icon should bring up list
+ instead of snoozing.
+
+---

calling whatdependson for head-i586


Old:

  alarm-clock-applet-0.3.1.tar.bz2

New:

  alarm-clock-applet-0.3.2.tar.bz2



Other differences:
--
++ alarm-clock-applet.spec ++
--- /var/tmp/diff_new_pack.70KhwD/_old  2011-05-02 16:49:05.0 +0200
+++ /var/tmp/diff_new_pack.70KhwD/_new  2011-05-02 16:49:05.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   alarm-clock-applet
-Version:0.3.1
-Release:3
+Version:0.3.2
+Release:1
 License:GPLv2
 Summary:An alarm-clock for use with the GNOME panel
 Url:https://launchpad.net/alarm-clock/

++ alarm-clock-applet-0.3.1.tar.bz2 -> alarm-clock-applet-0.3.2.tar.bz2 
++
 21887 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 byzanz for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package byzanz for openSUSE:Factory
checked in at Mon May 2 16:48:58 CEST 2011.




--- GNOME/byzanz/byzanz.changes 2011-02-12 20:23:36.0 +0100
+++ /mounts/work_src_done/STABLE/byzanz/byzanz.changes  2011-03-21 
17:35:01.0 +0100
@@ -1,0 +2,10 @@
+Mon Mar 21 17:29:44 CET 2011 - dims...@opensuse.org
+
+- Update to version 0.2.3:
+  + Features:
+- WebM support
+- Updated translations
+  + Bugfixes:
+- Fix compile on 64bit machines.
+
+---

calling whatdependson for head-i586


Old:

  byzanz-0.2.2.tar.bz2

New:

  byzanz-0.2.3.tar.bz2



Other differences:
--
++ byzanz.spec ++
--- /var/tmp/diff_new_pack.vdT0Qp/_old  2011-05-02 16:48:26.0 +0200
+++ /var/tmp/diff_new_pack.vdT0Qp/_new  2011-05-02 16:48:26.0 +0200
@@ -20,8 +20,8 @@
 
 
 Name:   byzanz
-Version:0.2.2
-Release:5
+Version:0.2.3
+Release:1
 License:GPLv2+
 Summary:Tool to record a running X desktop to an animated GIF file
 Group:  Productivity/Multimedia/Video/Editors and Convertors

++ byzanz-0.2.2.tar.bz2 -> byzanz-0.2.3.tar.bz2 ++
 22873 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 claws-mail-extra-plugins for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package claws-mail-extra-plugins for 
openSUSE:Factory
checked in at Mon May 2 16:48:18 CEST 2011.




--- claws-mail-extra-plugins/claws-mail-extra-plugins.changes   2011-02-14 
03:11:06.0 +0100
+++ 
/mounts/work_src_done/STABLE/claws-mail-extra-plugins/claws-mail-extra-plugins.changes
  2011-04-27 09:20:22.0 +0200
@@ -1,0 +2,21 @@
+Wed Apr 27 08:59:54 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.7.9:
+  + Adress Keeper:
+- Bug fixed: addresses stored twice.
+  + gtkhtml2_viewer:
+- Bug fixed: quirk that sometimes messed statusbar.
+  + notification:
+- Build with libnotify >= 0.7.0
+- Fixed removal of Hotkeys prefs page on plugin unload.
+  + RSSyl:
+- Fixed Huge memory leak in RSSyl plugin.
+  + SpamReport:
+- spam-report no msg-id NULL-ptr crash for signal-spam.fr
+  + vCalendar:
+- Allow file:// URIs.
+  + Updated translations.
+- Update sed hack for geolocation plugin, as the version of the
+  plugin was increased.
+
+---

calling whatdependson for head-i586


Old:

  claws-mail-extra-plugins-3.7.8.tar.bz2

New:

  claws-mail-extra-plugins-3.7.9.tar.bz2



Other differences:
--
++ claws-mail-extra-plugins.spec ++
--- /var/tmp/diff_new_pack.7pMIdm/_old  2011-05-02 16:47:16.0 +0200
+++ /var/tmp/diff_new_pack.7pMIdm/_new  2011-05-02 16:47:16.0 +0200
@@ -19,8 +19,8 @@
 
 
 Name:   claws-mail-extra-plugins
-Version:3.7.8
-Release:11
+Version:3.7.9
+Release:1
 Summary:Plugins for Claws Mail
 License:GPLv2+
 Group:  Productivity/Networking/Email/Clients
@@ -106,8 +106,8 @@
 %if 0%{?suse_version} >= 1140
 # Patch geolocation plugin to build against libchamplain 0.7/0.8
 # fail if we can't do this anymore.
-grep champlain-gtk-0.4 geolocation_plugin-0.0.4/configure && \
-  sed -i s#champlain-gtk-0.4#champlain-gtk-0.8#g 
geolocation_plugin-0.0.4/configure || \
+grep champlain-gtk-0.4 geolocation_plugin-0.0.5/configure && \
+  sed -i s#champlain-gtk-0.4#champlain-gtk-0.8#g 
geolocation_plugin-0.0.5/configure || \
   ( echo "Drop the champlain hack from the .spec file"; /bin/false)
 %endif
 # build all plugins

++ claws-mail-extra-plugins-3.7.8.tar.bz2 -> 
claws-mail-extra-plugins-3.7.9.tar.bz2 ++
claws-mail-extra-plugins/claws-mail-extra-plugins-3.7.8.tar.bz2 
/mounts/work_src_done/STABLE/claws-mail-extra-plugins/claws-mail-extra-plugins-3.7.9.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 ctemplate for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package ctemplate for openSUSE:Factory
checked in at Mon May 2 16:47:05 CEST 2011.




--- ctemplate/ctemplate.changes 2010-11-08 20:45:58.0 +0100
+++ /mounts/work_src_done/STABLE/ctemplate/ctemplate.changes2011-04-27 
11:54:54.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 27 09:44:12 UTC 2011 - idoen...@novell.com
+
+- Add ctemplate-0.98-gcc46.patch: fix compilation with gcc 4.6 
+
+---

calling whatdependson for head-i586


New:

  ctemplate-0.98-gcc46.patch



Other differences:
--
++ ctemplate.spec ++
--- /var/tmp/diff_new_pack.NtaCxL/_old  2011-05-02 16:46:32.0 +0200
+++ /var/tmp/diff_new_pack.NtaCxL/_new  2011-05-02 16:46:32.0 +0200
@@ -21,11 +21,13 @@
 Name:   ctemplate
 Summary:Library for simple but powerful template language for C++
 Version:0.98
-Release:1
+Release:6
 Group:  Development/Libraries/C and C++
 License:BSD4c(or similar)
 Url:http://code.google.com/p/google-ctemplate/
 Source: %{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM ctemplate-0.98-gcc46.patch idoen...@suse.de -- Fix 
compilation with gcc 4.6
+Patch1: ctemplate-0.98-gcc46.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
@@ -58,6 +60,7 @@
 
 %prep
 %setup -q
+%patch1
 chmod -R u+w .
 
 %build

++ ctemplate-0.98-gcc46.patch ++
--- src/ctemplate/template_dictionary.h.in  2010-04-08 21:02:09.0 
+0200
+++ src/ctemplate/template_dictionary.h.in  2011-04-27 11:49:43.744988830 
+0200
@@ -50,6 +50,7 @@
 #include   // for NULL
 #include   // for StringAppendV()
 #include// for size_t
+#include 
 #include // for less<>
 #include 
 #include 





Remember to have fun...

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



commit decibel-audio-player for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package decibel-audio-player for 
openSUSE:Factory
checked in at Mon May 2 16:46:20 CEST 2011.




--- decibel-audio-player/decibel-audio-player.changes   2011-02-12 
20:23:53.0 +0100
+++ 
/mounts/work_src_done/STABLE/decibel-audio-player/decibel-audio-player.changes  
2011-03-20 19:10:32.0 +0100
@@ -1,0 +2,20 @@
+Sun Mar 20 19:05:16 CET 2011 - dims...@opensuse.org
+
+- Update to version 1.07:
+  + Libraries may be filtered by genre using the popup menu
+  + lp#653496: Can't play wav files
+  + lp#510278: Add an automatic shuffle feature
+  + lp#534031: Add a module that resumes playback on startup
+  + lp#523943: Added a 'lean' view mode
+  + lp:711629: Added a 'netbook' view mode
+  + lp#715833: Let external apps access the current cover
+  + lp#704221: Don't spawn multiple instances from the .desktop
+file
+  + lp#511589: Playbin2 with pulseaudio sets volume to 100%
+  + lp#676548: Make left clicks on slider act the same as middle
+clicks
+  + lp#677168: "Add" option is missing on right-click
+  + Don't preserve the ratio of covers when the distortion isn't
+noticeable.
+
+---

calling whatdependson for head-i586


Old:

  decibel-audio-player-1.06.tar.bz2

New:

  decibel-audio-player-1.07.tar.bz2



Other differences:
--
++ decibel-audio-player.spec ++
--- /var/tmp/diff_new_pack.z7fpgU/_old  2011-05-02 16:44:58.0 +0200
+++ /var/tmp/diff_new_pack.z7fpgU/_new  2011-05-02 16:44:58.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   decibel-audio-player
-Version:1.06
-Release:2
+Version:1.07
+Release:1
 License:GPLv2+
 Summary:Decibel Audio Player Is an Easy to Use Audio Player
 Url:http://decibel.silent-blade.org/

++ decibel-audio-player-1.06.tar.bz2 -> decibel-audio-player-1.07.tar.bz2 
++
 2503 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 gbrainy for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package gbrainy for openSUSE:Factory
checked in at Mon May 2 16:44:50 CEST 2011.




--- GNOME/gbrainy/gbrainy.changes   2011-03-04 10:35:46.0 +0100
+++ /mounts/work_src_done/STABLE/gbrainy/gbrainy.changes2011-04-27 
09:45:40.0 +0200
@@ -1,0 +2,17 @@
+Wed Apr 27 09:36:25 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.65:
+  + 2 bug fixes
+- Changes from version 1.64:
+  + Small bug fixes
+  + Updated translations.
+
+---
+Mon Mar 21 17:37:26 CET 2011 - dims...@opensuse.org
+
+- Update to version 1.63:
+  + 2 bug fixes
+  + More flexiblity accepting answers
+  + Updated and new translations.
+
+---

calling whatdependson for head-i586


Old:

  gbrainy-1.62.tar.bz2

New:

  gbrainy-1.65.tar.bz2



Other differences:
--
++ gbrainy.spec ++
--- /var/tmp/diff_new_pack.5409n5/_old  2011-05-02 16:44:23.0 +0200
+++ /var/tmp/diff_new_pack.5409n5/_new  2011-05-02 16:44:23.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   gbrainy
-Version:1.62
+Version:1.65
 Release:1
 License:GPLv2+
 Source: %{name}-%{version}.tar.bz2

++ gbrainy-1.62.tar.bz2 -> gbrainy-1.65.tar.bz2 ++
 13731 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 gitg for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package gitg for openSUSE:Factory
checked in at Mon May 2 16:44:15 CEST 2011.




--- gitg/gitg.changes   2011-02-14 17:52:09.0 +0100
+++ /mounts/work_src_done/STABLE/gitg/gitg.changes  2011-04-29 
10:16:14.0 +0200
@@ -1,0 +2,26 @@
+Thu Apr 28 14:41:30 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.2.2:
+  + Added glade catalog file
+  + Disable auto-utf8 for repository loading
+- Changes from version 0.2.1:
+  + Improved debugging
+  + Add UTF8 as the first candidate encoding
+  + Adjust to GtkSourceView API break
+- Changes from version 0.2.0:
+  + Port gitg to gtk+ 3
+- Changes from version 1.0.0:
+  + Port gitg to gsettings
+  + Added gitg-config test tool
+  + Fix icon sizes
+  + Fixed getting/setting global git configuration
+  + Explicit linking in tools and tests
+- Replace gtk2-devel BuildRequires with pkgconfig(gtk+-3.0) and
+  gtksourceview-2.0-devel with pkgconfig(gtksourceview-3.0).
+- Remove gconf2-devel BuildRequires.
+- Add pkgconfig(gsettings-desktop-schemas) BuildRequires.
+- Replace GConf2 schemas handling with GSettings schemas handling,
+  with %glib2_gsettings_schema_* macros.
+- Drop gitg-build-fixes.patch: fixed upstream.
+
+---

calling whatdependson for head-i586


Old:

  gitg-0.0.8.tar.bz2
  gitg-build-fixes.patch

New:

  gitg-0.2.2.tar.bz2



Other differences:
--
++ gitg.spec ++
--- /var/tmp/diff_new_pack.AN54c7/_old  2011-05-02 16:43:19.0 +0200
+++ /var/tmp/diff_new_pack.AN54c7/_new  2011-05-02 16:43:19.0 +0200
@@ -18,26 +18,25 @@
 
 
 Name:   gitg
-Version:0.0.8
-Release:8
+Version:0.2.2
+Release:1
 License:GPLv2+
 Summary:Git repository viewer
 Group:  Development/Tools/Version Control
 Url:http://trac.novowork.com/gitg/
 Source: %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM gitg-build-fixes.patch vu...@opensuse.org -- Trivial 
build fixes
-Patch0: gitg-build-fixes.patch
 BuildRequires:  fdupes
-BuildRequires:  gconf2-devel
-BuildRequires:  gtk2-devel
-BuildRequires:  gtksourceview-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gsettings-desktop-schemas)
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtksourceview-3.0)
 Requires:   git-core
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%gconf_schemas_prereq
+%glib2_gsettings_schema_requires
 
 %description
 gitg is a GitX clone for GNOME/gtk+. It aims at being a small, fast and
@@ -69,7 +68,6 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch0 -p1
 
 %build
 %configure --disable-static
@@ -78,20 +76,14 @@
 %install
 %makeinstall
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
-%find_gconf_schemas
 %suse_update_desktop_file -G "Git repository viewer" %{name} RevisionControl
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_datadir}
 
-%pre -f %{name}.schemas_pre
-
-%posttrans -f %{name}.schemas_posttrans
-
-%preun -f %{name}.schemas_preun
-
 %if 0%{?suse_version} > 1130
 
 %post
+%glib2_gsettings_schema_post
 %desktop_database_post
 %icon_theme_cache_post
 %endif
@@ -99,6 +91,7 @@
 %if 0%{?suse_version} > 1130
 
 %postun
+%glib2_gsettings_schema_postun
 %desktop_database_postun
 %icon_theme_cache_postun
 %endif
@@ -110,12 +103,13 @@
 %clean
 rm -rf %{buildroot}
 
-%files -f %{name}.schemas_list
+%files
 %defattr(-,root,root)
 %doc AUTHORS README NEWS COPYING ChangeLog
 %{_bindir}/gitg
 %{_datadir}/gitg/
 %{_datadir}/applications/gitg.desktop
+%{_datadir}/glib-2.0/schemas/org.gnome.gitg.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/gitg.*
 %{_mandir}/man1/gitg.1*
 

++ gitg-0.0.8.tar.bz2 -> gitg-0.2.2.tar.bz2 ++
 41885 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-dvb-daemon for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package gnome-dvb-daemon for openSUSE:Factory
checked in at Mon May 2 16:43:11 CEST 2011.




--- GNOME/gnome-dvb-daemon/gnome-dvb-daemon.changes 2011-02-12 
20:27:53.0 +0100
+++ /mounts/work_src_done/STABLE/gnome-dvb-daemon/gnome-dvb-daemon.changes  
2011-04-26 18:02:32.0 +0200
@@ -1,0 +2,20 @@
+Sun Mar 20 19:11:33 CET 2011 - dims...@opensuse.org
+
+- Update to version 0.1.23:
+  + Make ScheduleView searchable by using the title
+  + SchedulePaned: Don't allow to edit TextView
+  + lp#680519: Totem: use dgettext to avoid overriding Totem's
+translations
+  + lp#676263: Fixed compiler errors. Requires Vala >= 0.11.2
+  + lp#683950: gnomedvb: Display adapter and frontend for each
+device in the setup assistant
+  + Detect overlapping EPG events and remove outdated events.
+  + Moved handling of GSequence to new class EventStorage.
+  + Removed desktop_DATA from EXTRA_DIST
+  + Use upstream gettext instead of glib one
+  + Do not use hostname in rtsp streaming URL but use the IPv4
+address of the interface specified in the settings file.
+- Add gnome-dvb-daemon-buildfix.patch: create worker threads as
+  void* instead of bool. Fixes brp checks.
+
+---

calling whatdependson for head-i586


Old:

  gnome-dvb-daemon-0.1.22.tar.bz2

New:

  gnome-dvb-daemon-0.1.23.tar.bz2
  gnome-dvb-daemon-buildfix.patch



Other differences:
--
++ gnome-dvb-daemon.spec ++
--- /var/tmp/diff_new_pack.1ag9yW/_old  2011-05-02 16:42:41.0 +0200
+++ /var/tmp/diff_new_pack.1ag9yW/_new  2011-05-02 16:42:41.0 +0200
@@ -18,13 +18,15 @@
 
 
 Name:   gnome-dvb-daemon
-Version:0.1.22
-Release:2
+Version:0.1.23
+Release:1
 License:GPLv3+
 Summary:Daemon to use DVB devices
 Url:http://live.gnome.org/DVBDaemon
 Group:  Productivity/Multimedia/Other
 Source0:%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM gnome-dvb-daemon-buildfix.patch lp#704036 
dims...@opensuse.org -- Create worker threads as void* not bool.
+Patch0: gnome-dvb-daemon-buildfix.patch
 BuildRequires:  dbus-1-python
 BuildRequires:  fdupes
 BuildRequires:  gstreamer-0_10-plugins-bad
@@ -102,8 +104,10 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+find src -name "*.c" -delete
 %configure \
 --enable-totem-plugin
 %__make %{?_smp_mflags} V=1

++ gnome-dvb-daemon-0.1.22.tar.bz2 -> gnome-dvb-daemon-0.1.23.tar.bz2 ++
 60323 lines of diff (skipped)

++ gnome-dvb-daemon-buildfix.patch ++
Only in gnome-dvb-daemon-0.1.23.patched//src: .EPGScanner.c.swp
diff -ur gnome-dvb-daemon-0.1.23/src/EPGScanner.vala 
gnome-dvb-daemon-0.1.23.patched//src/EPGScanner.vala
--- gnome-dvb-daemon-0.1.23/src/EPGScanner.vala 2011-01-14 17:50:21.0 
+0100
+++ gnome-dvb-daemon-0.1.23.patched//src/EPGScanner.vala2011-04-26 
17:48:08.855639946 +0200
@@ -42,7 +42,7 @@
 private int stop_counter;
 private MainContext context;
 private MainLoop loop;
-private unowned Thread worker_thread;
+private unowned Thread worker_thread;
 private uint bus_watch_id;
 private HashMap> channel_events;
 
@@ -97,10 +97,10 @@
 }
 
 /* Main Thread */
-private bool worker () {
+private void* worker () {
 this.loop.run ();
 
-return true;
+return null;
 }
 
 private void reset () {
@@ -135,7 +135,7 @@
 
 this.loop = new MainLoop (this.context, false);
 try {
-this.worker_thread = Thread.create (this.worker, true);
+this.worker_thread = Thread.create (this.worker, true);
 } catch (ThreadError e) {
 critical ("Could not create thread: %s", e.message);
 return false;
diff -ur gnome-dvb-daemon-0.1.23/src/Scanner.vala 
gnome-dvb-daemon-0.1.23.patched//src/Scanner.vala
--- gnome-dvb-daemon-0.1.23/src/Scanner.vala2010-11-18 12:40:54.0 
+0100
+++ gnome-dvb-daemon-0.1.23.patched//src/Scanner.vala   2011-04-26 
17:50:04.361396866 +0200
@@ -107,7 +107,7 @@
 private bool locked;
 private MainContext context;
 private MainLoop loop;
-private unowned Thread worker_thread;
+private unowned Thread worker_thread;
 private bool running;
 private uint bus_watch_id;
 
@@ -155,7 +155,7 @@
 
 this.loop = new MainLoop (this.context, false);
 try {
-this.worker_thread = Thread.create (this.worker, true);
+this.worker_thread = Thread.create (this.worker, true);
 } catch (ThreadError e) {
 critical ("Could not create 

commit gnome-web-photo for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package gnome-web-photo for openSUSE:Factory
checked in at Mon May 2 16:42:33 CEST 2011.




--- GNOME/gnome-web-photo/gnome-web-photo.changes   2011-02-16 
23:44:30.0 +0100
+++ /mounts/work_src_done/STABLE/gnome-web-photo/gnome-web-photo.changes
2011-04-06 11:57:44.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr  6 09:54:19 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.10.1:
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  gnome-web-photo-0.10.tar.bz2

New:

  gnome-web-photo-0.10.1.tar.bz2



Other differences:
--
++ gnome-web-photo.spec ++
--- /var/tmp/diff_new_pack.ZheKdJ/_old  2011-05-02 16:42:15.0 +0200
+++ /var/tmp/diff_new_pack.ZheKdJ/_new  2011-05-02 16:42:15.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-web-photo
-Version:0.10
+Version:0.10.1
 Release:1
 License:GPLv2+
 Summary:GNOME Web Photographer

++ gnome-web-photo-0.10.tar.bz2 -> gnome-web-photo-0.10.1.tar.bz2 ++
 2858 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 gwibber for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package gwibber for openSUSE:Factory
checked in at Mon May 2 16:41:23 CEST 2011.




--- GNOME/gwibber/gwibber.changes   2011-04-07 17:50:26.0 +0200
+++ /mounts/work_src_done/STABLE/gwibber/gwibber.changes2011-04-26 
15:27:00.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr 26 14:21:30 BST 2011 - riggwel...@opensuse.org
+
+- Update to version 3.0.0.1:
+  + Use a dynamic quick list so we don't display a Quit menu in
+the launcher when gwibber isn't running
+  + Don't allow insane refresh intervals, minimum allowed is 5m
+  + Added option contents arg to GwibberPosterVBox, so consumers
+of the API won't need to override the expose event to insert
+default contents (LP: #739923)
+- Added gwibber-3.1.0-nm09.diff:
+  + Work with NetworkManager 0.9.
+
+---

calling whatdependson for head-i586


Old:

  gwibber-3.0.0.tar.bz2

New:

  gwibber-3.0.0.1.tar.bz2
  gwibber-3.1.0-nm09.diff



Other differences:
--
++ gwibber.spec ++
--- /var/tmp/diff_new_pack.vleMX7/_old  2011-05-02 16:40:39.0 +0200
+++ /var/tmp/diff_new_pack.vleMX7/_new  2011-05-02 16:40:39.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   gwibber
-Version:3.0.0
+Version:3.0.0.1
 Release:1
 License:GPLv2+
 Summary:Microblogging Client
@@ -30,6 +30,8 @@
 Patch0: gwibber-stnx.diff
 # PATCH-FIX-OPENSUSE gwibber-sqlite-migrate-opensuse.diff 
riggwel...@opensuse.org -- Fix migration from 11.3's gwibber
 Patch3: gwibber-sqlite-migrate-opensuse.diff
+# PATCH-FIX-OPENSUSE gwibber-3.1.0-nm09.diff riggwel...@opensuse.org -- Work 
correctly with NetworkManager 0.9
+Patch4: gwibber-3.1.0-nm09.diff
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  python
@@ -68,6 +70,7 @@
 %setup -q
 %patch0 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 python setup.py build

++ gwibber-3.0.0.tar.bz2 -> gwibber-3.0.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwibber-3.0.0/MANIFEST new/gwibber-3.0.0.1/MANIFEST
--- old/gwibber-3.0.0/MANIFEST  1970-01-01 01:00:00.0 +0100
+++ new/gwibber-3.0.0.1/MANIFEST2011-04-08 08:02:04.0 +0200
@@ -0,0 +1,393 @@
+# file GENERATED by distutils, do NOT edit
+AUTHORS
+COPYING
+INSTALL
+MANIFEST
+MANIFEST.in
+README
+com.Gwibber.Accounts.service
+com.Gwibber.Connection.service
+com.Gwibber.Searches.service
+com.Gwibber.Service.service
+com.Gwibber.Streams.service
+com.Gwibber.URLShorten.service
+com.GwibberClient.service
+gwibber-accounts.1
+gwibber-accounts.desktop.in
+gwibber-poster.1
+gwibber-preferences.desktop.in
+gwibber.1
+gwibber.desktop.in
+setup.cfg
+setup.py
+bin/gwibber
+bin/gwibber-accounts
+bin/gwibber-poster
+bin/gwibber-preferences
+bin/gwibber-service
+gwibber/__init__.py
+gwibber/accounts.py
+gwibber/actions.py
+gwibber/client.py
+gwibber/error.py
+gwibber/gwui.py
+gwibber/pidgin.py
+gwibber/preferences.py
+gwibber/util.py
+gwibber/lib/__init__.py
+gwibber/lib/gtk/__init__.py
+gwibber/lib/gtk/widgets.py
+gwibber/microblog/__init__.py
+gwibber/microblog/brightkite.py
+gwibber/microblog/can.py
+gwibber/microblog/config.py
+gwibber/microblog/dispatcher.py
+gwibber/microblog/greader.py
+gwibber/microblog/gwp.py
+gwibber/microblog/jaiku.py
+gwibber/microblog/network.py
+gwibber/microblog/opencollaboration.py
+gwibber/microblog/rss.py
+gwibber/microblog/storage.py
+gwibber/microblog/swp.py
+gwibber/microblog/plugins/__init__.py
+gwibber/microblog/plugins/buzz/__init__.py
+gwibber/microblog/plugins/buzz/gtk/__init__.py
+gwibber/microblog/plugins/buzz/gtk/buzz/__init__.py
+gwibber/microblog/plugins/buzz/ui/gwibber-accounts-buzz.ui
+gwibber/microblog/plugins/buzz/ui/icons/16x16/buzz.png
+gwibber/microblog/plugins/buzz/ui/icons/22x22/buzz.png
+gwibber/microblog/plugins/buzz/ui/icons/32x32/buzz.png
+gwibber/microblog/plugins/digg/__init__.py
+gwibber/microblog/plugins/digg/gtk/__init__.py
+gwibber/microblog/plugins/digg/gtk/digg/__init__.py
+gwibber/microblog/plugins/digg/ui/gwibber-accounts-digg.ui
+gwibber/microblog/plugins/facebook/__init__.py
+gwibber/microblog/plugins/facebook/gtk/__init__.py
+gwibber/microblog/plugins/facebook/gtk/facebook/__init__.py
+gwibber/microblog/plugins/facebook/ui/gwibber-accounts-facebook.ui
+gwibber/microblog/plugins/flickr/__init__.py
+gwibber/microblog/plugins/flickr/gtk/__init__.py
+gwibber/microblog/plugins/flickr/gtk/flickr/__init__.py
+gwibber/microblog/plugins/flickr/ui/gwibber-accounts-flickr.ui
+gwibber/microblog/plugins/foursquare/__init__.py
+gwibber/microblog/plugins/foursquare/gtk/__init__.py
+gwibber/microblog/plugins/foursquare/gtk/foursquare/__init__.py
+gwibber/microblog/plugins/foursquare/ui/gwibber-accounts-foursquare.ui
+gwibber/microblog/plugins/foursquare/ui/

commit liferea for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package liferea for openSUSE:Factory
checked in at Mon May 2 16:40:27 CEST 2011.




--- GNOME/liferea/liferea.changes   2011-02-12 20:26:17.0 +0100
+++ /mounts/work_src_done/STABLE/liferea/liferea.changes2011-04-11 
14:25:51.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 11 12:25:07 UTC 2011 - fcro...@novell.com
+
+- Add libnotify-0.7-api.patch: fix build with libnotify 0.7.x (git)
+- Add liferea-1.6.5-nm09.patch: fix compatibility with NM 0.9 (git)
+
+---

calling whatdependson for head-i586


New:

  libnotify-0.7-api.patch
  liferea-1.6.5-nm09.patch



Other differences:
--
++ liferea.spec ++
--- /var/tmp/diff_new_pack.qOgMwB/_old  2011-05-02 16:39:45.0 +0200
+++ /var/tmp/diff_new_pack.qOgMwB/_new  2011-05-02 16:39:45.0 +0200
@@ -22,12 +22,17 @@
 License:GPLv2+
 Group:  Productivity/Other
 Version:1.6.5
-Release:3
+Release:9
 Summary:Linux Feed Reader
 Url:http://liferea.sourceforge.net/
 Source: %{name}-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE liferea-opensuse-feeds.patch -- Add openSUSE feeds to 
default feeds
 Patch0: liferea-opensuse-feeds.patch
+# PATCH-FIX-UPSTREAM libnotify-0.7-api.patch fcro...@novell.com -- fix build 
with libnotify 0.7.x (git)
+Patch1: libnotify-0.7-api.patch
+# PATCH-FIX-UPSTREAM liferea-1.6.5-nm09.patch fcro...@novell.com -- fix 
compatibility with NM 0.9 (git)
+Patch2: liferea-1.6.5-nm09.patch
+
 BuildRequires:  NetworkManager-devel
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  fdupes
@@ -60,6 +65,8 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fi

++ libnotify-0.7-api.patch ++
>From 464e03aacbf530e2b190a444d8d4561e17c71819 Mon Sep 17 00:00:00 2001
From: Emilio Pozuelo Monfort 
Date: Sat, 27 Nov 2010 17:36:08 +0100
Subject: [PATCH] Added support for the new libnotify API

---
 ChangeLog|2 ++
 configure.ac |   21 +
 src/notification/libnotify.c |   16 
 3 files changed, 27 insertions(+), 12 deletions(-)

Index: liferea-1.6.5/configure.ac
===
--- liferea-1.6.5.orig/configure.ac
+++ liferea-1.6.5/configure.ac
@@ -77,9 +77,18 @@ dnl libnotify
 dnl *
 
 if test "x$enable_libnotify" = "xyes"; then
-   PKG_CHECK_MODULES([LIBNOTIFY], libnotify >= 
0.3.2,enable_libnotify=yes,enable_libnotify=no)
-   AC_SUBST(LIBNOTIFY_CFLAGS)
-   AC_SUBST(LIBNOTIFY_LIBS)
+  PKG_CHECK_MODULES([LIBNOTIFY], libnotify >= 
0.7,enable_libnotify=yes,enable_libnotify=no)
+  if test "x$enable_libnotify" = "xyes"; then
+AC_DEFINE(HAVE_LIBNOTIFY, 4, [Define if libnotify.so.4 support is enabled])
+  fi
+  if test "x$enable_libnotify" = "xno"; then
+PKG_CHECK_MODULES([LIBNOTIFY], libnotify >= 
0.3.2,enable_libnotify=yes,enable_libnotify=no)
+if test "x$enable_libnotify" = "xyes"; then
+  AC_DEFINE(HAVE_LIBNOTIFY, 1, [Define if libnotify.so.1 support is 
enabled])
+fi
+  fi
+  AC_SUBST(LIBNOTIFY_CFLAGS)
+  AC_SUBST(LIBNOTIFY_LIBS)
 else
enable_libnotify=no
 fi
Index: liferea-1.6.5/src/notification/libnotify.c
===
--- liferea-1.6.5.orig/src/notification/libnotify.c
+++ liferea-1.6.5/src/notification/libnotify.c
@@ -150,7 +150,11 @@ static void notif_libnotify_callback_sho
 // notify_notification_update ( n, node_get_title(node_p), 
labelText_now_p, NULL);
 // notify_notification_clear_actions(n);
 
+#if HAVE_LIBNOTIFY == 4
+   n = notify_notification_new (node_get_title (node_p), 
labelText_now_p, NULL);
+#else
n = notify_notification_new (node_get_title(node_p), 
labelText_now_p, NULL, NULL);
+#endif
 
notify_notification_set_icon_from_pixbuf 
(n,node_get_icon(node_p));
 
@@ -244,7 +248,11 @@ notif_libnotify_node_has_new_items (node
 
labelSummary_p = g_strdup_printf (ngettext ("%s has %d new / updated 
headline\n", "%s has %d new / updated headlines\n", item_count), 
  node_get_title (node), item_count);
+#if HAVE_LIBNOTIFY == 4
+   n = notify_notification_new (_("Feed Update"), labelSummary_p, 
"liferea");
+#else
n = notify_notification_new ( _("Feed Update"), labelSummary_p, NULL, 
NULL);
+#endif
g_free(labelSummary_p);
 
notify_notification_set_icon_from_pixbuf (n, node_get_icon (node));
++ liferea-1.6.5-nm09.patch ++
Based on 
http://liferea.git.sourceforge.net/git/gitweb.cgi?p=liferea/liferea;a=commitdiff;h=fc49ae0c9c1add55754ff5731c586b22096fbb06

diff -up liferea-1.6.5/src/update.c.nm09 liferea-1.6.5/src/update.c
--- liferea-1.6

commit meld for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package meld for openSUSE:Factory
checked in at Mon May 2 16:39:34 CEST 2011.




--- meld/meld.changes   2011-02-14 20:09:42.0 +0100
+++ /mounts/work_src_done/STABLE/meld/meld.changes  2011-04-26 
14:47:10.0 +0200
@@ -1,0 +2,31 @@
+Sun Mar 20 18:44:06 CET 2011 - dims...@opensuse.org
+
+- Update to version 1.5.1:
+  + New features:
+- Add menu items and keyboard shortcuts for version control and
+  directory comparison actions
+- Add support for the Fossil SCM
+- Add a menu for switching between tabs
+- Add a menu item to unlock scrolling
+  + Code changes and fixes:
+- Improve filter handling with inline error reporting in the
+  preference  pane, and correct refreshing of file and
+  directory comparisons on filter changes
+- Make line number display work with GtkSourceView 2.10+
+- Support external diff tools in subversion
+- Support CVSNT as a CVS alternative
+- Performance fixes for subversion and bazaar
+- Correctly update a modified file's status in git and svn
+  version control views
+- Make temporary files unwritable to avoid unintentionally
+  editing them
+- Clean up diff results for cleaner comparisons
+- Improve symlink and binary handling, and error cases for
+  directory comparisons
+- Improve copy semantics for directories and symlinks
+- Show case insensitivity and file encoding errors less
+  intrusively
+- Sundry bug fixes
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  meld-1.5.0.tar.bz2

New:

  meld-1.5.1.tar.bz2



Other differences:
--
++ meld.spec ++
--- /var/tmp/diff_new_pack.nJ1GKU/_old  2011-05-02 16:39:12.0 +0200
+++ /var/tmp/diff_new_pack.nJ1GKU/_new  2011-05-02 16:39:12.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   meld
-Version:1.5.0
-Release:8
+Version:1.5.1
+Release:1
 License:GPLv2+
 Summary:Visual diff and merge tool
 Url:http://meld.sourceforge.net/

++ meld-1.5.0.tar.bz2 -> meld-1.5.1.tar.bz2 ++
 20067 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 polkit-gnome for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package polkit-gnome for openSUSE:Factory
checked in at Mon May 2 16:39:04 CEST 2011.




--- GNOME/polkit-gnome/polkit-gnome.changes 2010-12-01 16:23:13.0 
+0100
+++ /mounts/work_src_done/STABLE/polkit-gnome/polkit-gnome.changes  
2011-04-26 18:02:00.0 +0200
@@ -1,0 +2,29 @@
+Thu Apr 14 09:36:18 UTC 2011 - fcro...@novell.com
+
+- Fix path for polkit agent on x86_64 in by replacing @LIBDIR@ in
+  polkit-gnome-authentication-agent-1.desktop.in.
+
+---
+Mon Mar  7 13:54:52 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.101:
+  + Return error when authentication dialog is dismissed
+  + Fix crashers if icons cannot be loaded
+  + Don't use deprecated polkit API
+  + Fix warnings with gcc 4.6
+  + Connect to the session bus
+- Changes from version 0.100:
+  + Make --with-gtk work with introspection
+  + Nuke desktop file for autostart
+  + Don't use a status icon for temporary authorizations
+  + Use avatar-default instead of stock_person
+  + Don't use gtk_dialog_set_has_separator
+  + Don't use gtk_widget_hide_all
+  + Add a --with-gtk configure option
+- Drop polkit-gnome-OnlyShowIn.patch: this is obsolete now.
+- Add as a source a .desktop file to start polkit agent: it was
+  removed from tarball, but we still need it.
+- Use gtk3-devel BuildRequires instead of gtk2-devel, and pass
+  --with-gtk=3.0 to configure to build with gtk3.
+
+---

calling whatdependson for head-i586


Old:

  polkit-gnome-0.99.tar.bz2
  polkit-gnome-OnlyShowIn.patch

New:

  polkit-gnome-0.101.tar.bz2
  polkit-gnome-authentication-agent-1.desktop.in



Other differences:
--
++ polkit-gnome.spec ++
--- /var/tmp/diff_new_pack.SjmyQQ/_old  2011-05-02 16:37:56.0 +0200
+++ /var/tmp/diff_new_pack.SjmyQQ/_new  2011-05-02 16:37:56.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package polkit-gnome (Version 0.99)
+# spec file for package polkit-gnome
 #
-# 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
@@ -18,21 +18,20 @@
 
 
 Name:   polkit-gnome
-Version:0.99
-Release:2
+Version:0.101
+Release:1
 # FIXME: as of 0.97, parallel build fails. Reenable it later on.
 License:LGPLv2.1+
 Summary:PolicyKit integration for the GNOME desktop
 Url:http://www.freedesktop.org/wiki/Software/PolicyKit
 Group:  System/GUI/GNOME
 Source0:http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE polkit-gnome-OnlyShowIn.patch bnc#538897 l.lu...@suse.cz
-Patch1: polkit-gnome-OnlyShowIn.patch
+Source1:polkit-gnome-authentication-agent-1.desktop.in
 # PATCH-FIX-UPSTREAM polkit-gnome-alternative-button-order-kde.patch 
bnc#538897 l.lu...@suse.cz
 Patch3: polkit-gnome-alternative-button-order-kde.patch
 BuildRequires:  intltool
 BuildRequires:  gobject-introspection-devel
-BuildRequires:  gtk2-devel
+BuildRequires:  gtk3-devel
 BuildRequires:  gtk-doc
 BuildRequires:  polkit-devel >= 0.97
 BuildRequires:  update-desktop-files
@@ -74,11 +73,10 @@
 %lang_package
 %prep
 %setup -q
-%patch1
 %patch3
 
 %build
-%configure \
+%configure --with-gtk=3.0 \
   --disable-static \
   --libexecdir=%{_libexecdir}/polkit-gnome \
   --enable-gtk-doc
@@ -88,6 +86,8 @@
 %install
 %makeinstall
 find %{buildroot} -type f -name "*.la" -delete -print
+mkdir -p %{buildroot}%{_sysconfdir}/xdg/autostart
+sed -e "s,@LIBDIR@,%{_libexecdir},g" < %{S:1} > 
%{buildroot}%{_sysconfdir}/xdg/autostart/polkit-gnome-authentication-agent-1.desktop
 %suse_update_desktop_file polkit-gnome-authentication-agent-1
 %find_lang polkit-gnome-1
 

++ polkit-gnome-0.99.tar.bz2 -> polkit-gnome-0.101.tar.bz2 ++
 21831 lines of diff (skipped)

++ polkit-gnome-authentication-agent-1.desktop.in ++
[Desktop Entry]
Name=PolicyKit Authentication Agent
Name[ar]=مدير الاستيثاق PolicyKit
Name[be]=PolicyKit - аґент аўтэнтыфікацыі
Name[bn_IN]=PolicyKit অনুমোদনের এজেন্ট
Name[ca]=Agent d'autenticació del PolicyKit
Name[cs]=Ověřovací agent PolicyKit
Name[da]=Godkendelsesprogrammet PolicyKit
Name[de]=Legitimationsdienst von PolicyKit
Name[el]=Πράκτορας πιστοποίησης PolicyKit
Name[en_GB]=PolicyKit Authentication Agent
Name[es]=Agente de autenticación de PolicyKit
Name[eu]=PolicyKit autentifikatzeko agentea
Name[fi]=PolicytKit-tunnistautumisohjelma
Name[fr]=Agent d'authentification de PolicyKit
Name[gl]=Axente de autenticación PolicyKit
Name[gu]=PolicyKit સત્તાધિકરણ એજન્ટ
Name[hi]=PolicyKit प्रमाणीकरण प्रति

commit shotwell for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package shotwell for openSUSE:Factory
checked in at Mon May 2 16:37:49 CEST 2011.




--- GNOME/shotwell/shotwell.changes 2011-02-12 20:27:17.0 +0100
+++ /mounts/work_src_done/STABLE/shotwell/shotwell.changes  2011-04-26 
15:43:38.0 +0200
@@ -1,0 +2,67 @@
+Tue Apr 26 15:29:05 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.9.3:
+  + Resolves issue where setting the desktop background didn't work
+in Gnome3
+  + Mimics are now deleted when a RAW photo is removed
+  + Event dates are now only shown once in the Event view
+  + Updated translations.
+
+---
+Mon Apr 18 14:59:59 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.9.2:
+  + Resolves translation issue where shotwell.mo is installed in
+wrong location
+  + Fixes issue where cancelling Flickr upload can crash Shotwell
+  + Fixes issue where creating a Picasa Web album with an ampersand
+in the name crashes Shotwell
+  + Resolves bug where selecting "Publish" in single photo mode
+publishes the entire library instead of the selected photo
+  + Async I/O in publishing operations is now stopped when the user
+cancels the operation
+  + Issue fixed on Fedora where the text was cut off in publishing
+dialog
+  + Fixes issue with ratings filter where it didn't function when
+the search bar was hidden.
+
+---
+Fri Apr  8 11:23:08 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.9.1:
+  + Fixes many crashes and other issues in publishing plugins.
+  + Fixes issues where paths and filenames are not displayed
+correctly after a failed import.
+  + Fixed issue where text search in event and camera import pages
+was a string match instead of a keyword match.
+  + For enhanced compatibility with GNOME 3, the desktop name of
+the Shotwell application has changed from
+"Shotwell Photo Manager" to simply "Shotwell".
+  + Shotwell now provides a configure script option to set the name
+of the system library directory to either lib or lib64.
+  + Enhanced visibility of red-eye reticle.
+  + Fixed issue where the Adjust palette could be positioned
+partially off-screen
+  + Plugins now respect --debug switch in configure script.
+  + The event containing undated photos could be incorrectly
+labelled "(null)" in the events directory page.
+- Pass --lib=%{_lib} to configure in order to get the plugins
+  installed in the correct location.
+
+---
+Mon Apr  4 16:37:47 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.9.0:
+  + New search bar can filter by media type, rating, and text
+matching. (Titles, filename, tag and event names are searched.)
+  + TIFF support
+  + Extensible plugin framework for Web publishing and slideshow
+transitions.
+  + Print multiple photos, and multiple photos per page.
+  + Configurable user directory pattern during import.
+  + Edit multiple photo titles at once.
+  + Improved rendering of underexposed RAW photos.
+  + Various improvements and bug fixes.
+- BuildRequire pkgconfig(gnome-vfs-2.0).
+
+---

calling whatdependson for head-i586


Old:

  shotwell-0.8.1.tar.bz2

New:

  shotwell-0.9.3.tar.bz2



Other differences:
--
++ shotwell.spec ++
--- /var/tmp/diff_new_pack.Sg3yp1/_old  2011-05-02 16:37:13.0 +0200
+++ /var/tmp/diff_new_pack.Sg3yp1/_new  2011-05-02 16:37:13.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   shotwell
-Version:0.8.1
-Release:2
+Version:0.9.3
+Release:1
 License:LGPLv2.1+
 Summary:Photo Manager for GNOME
 Url:http://yorba.org/shotwell/
@@ -35,6 +35,7 @@
 BuildRequires:  pkgconfig(gdk-x11-2.0)
 BuildRequires:  pkgconfig(gee-1.0)
 BuildRequires:  pkgconfig(gexiv2)
+BuildRequires:  pkgconfig(gnome-vfs-2.0)
 BuildRequires:  pkgconfig(gstreamer-0.10)
 BuildRequires:  pkgconfig(gstreamer-base-0.10)
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -67,10 +68,11 @@
 export LIB=%{_lib}
 ./configure \
 --prefix=%{_prefix} \
+--lib=%{_lib} \
 --disable-schemas-install \
 --disable-desktop-update \
 --disable-icon-update
-%__make %{?jobs:-j%{jobs}}
+%__make %{?_smp_mfalgs}
 
 %install
 %makeinstall
@@ -113,6 +115,7 @@
 %{_datadir}/applications/shotwell*.desktop
 %{_datadir}/icons/hicolor/*/apps/shotwell.svg
 %{_datadir}/shotwell/
+%{_libdir}/shotwell/
 
 %files lang -f %{name}.lang
 

++ shotwell-0.8.1.tar.bz2 -> shotwell-0.9.3.tar.bz2 ++
 360417 lines of diff (skipped)






Remember to have fun...

-- 
To 

commit telepathy-gabble for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package telepathy-gabble for openSUSE:Factory
checked in at Mon May 2 16:37:06 CEST 2011.




--- GNOME/telepathy-gabble/telepathy-gabble.changes 2011-02-21 
16:20:31.0 +0100
+++ /mounts/work_src_done/STABLE/telepathy-gabble/telepathy-gabble.changes  
2011-04-20 14:00:36.0 +0200
@@ -1,0 +2,175 @@
+Mon Apr  4 16:00:38 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.11.10:
+  + Enhancements:
+- Non-urgent stanzas are now queued locally if PowerSaving is
+  turned on but the google:queue extension is not available.
+- The ReferenceIdentities property on server TLS channels is now
+  implemented, populated partly from a new
+  'extra-certificate-identities' parameter. This allows
+  Empathy/Gabble to safely trust the Google Talk server's
+  certificate when using a JID hosted by Google Apps without
+  prompting the user. (fdo#35410 and fdo#35415).
+- Fatal criticals can now be turned off at configure time
+  (fdo#35840).
+- The new StreamHandler methods from spec 0.22.1 for rtcp-fb
+  and rtp-hdrext are now implemented. (fdo#34985).
+  + Fixes:
+- `make check -C tests/twisted` now prints a helpful message if
+  Twisted is not available, and the regular tests now pass if
+  Twisted is not available.
+- Fix memory leaks in ServerTLSManager (fdo#35395)
+
+---
+Wed Mar 16 18:27:36 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.11.8:
+  +  Updated Wocky:
+- wocky_porter_register_handler() has been split into three
+  functions:
+ wocky_porter_register_handler_from(),
+ wocky_porter_register_handler_from_server(), and
+ wocky_porter_register_handler_from_anyone(). These make it
+ harder to introduce bugs like fdo#34048.
+- Since wocky_porter_register_handler() has been removed
+  entirely, out-of-tree plugins may need to be updated to work
+  with this release.
+  + Fixes:
+- fdo#27693: Gabble no longer polls for contacts' geolocation
+  information; it relies on PEP working properly.
+- fdo#35137: Gabble now sets the Overwritten_By_Nickname flag
+  for appropriate contact info fields.
+
+---
+Mon Feb 21 17:59:20 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.11.7:
+  + Fixes:
+- fdo#32390: Gabble now treats a request for a ContactSearch
+  channelwith Server set to the empty string as equivalent to
+  not specifying a server, and rejects requests where the JID
+  specified for Server is invalid.
+- fdo#32874: Offline contacts are now assumed to support
+  1-1 text channels.
+- fdo#34048: Malicious contacts can no longer trick Gabble
+  into relaying audio/video data via a server of their choosing.
+  + Enhancements:
+- fdo#32815: fallback-conference-server now defaults to
+  conference.telepathy.im. Thus, if the user's server doesn't
+  have a conference component configured, upgrading a 1-1 chat
+  into an ad-hoc conference still works.
+- fdo#11291: support for xep-0092, Software Version.
+- fdo#33471: support for the FileTransfer.URI property.
+- Changes from version 0.11.6:
+  + Interesting changes:
+- Generated code for the Call channel type has been moved to an
+  external submodule called telepathy-yell. This is included in
+  the source tarballs for telepathy-gabble (like how wocky is)
+  so there should be no changes necessary for packagers.
+  + Fixes:
+- fdo#19930: MUC channels are now only closed properly when
+  the server acknowledges our request to leave. This fixes the
+  case of trying to join a MUC you left only seconds ago before
+  the server had a chance to notice.
+- fdo#26385: gabble's media stream code now uses
+  TpDBusPropertiesMixin for increased maintainability.
+- Include Protocol.AuthenticationTypes in the manager file.
+  + Enhancements:
+- More miscellaneous updates to the Call channel type
+  including:
+  . Update to newest Call spec.
+  . Base classes have been extracted from Gabble code and
+moved into telepathy-yell.
+  . Some test updates to ensure Call works as it should.
+  . The caps cache has been moved from Gabble to Wocky.
+   + Test suite changes
+   + with-session-bus.sh is now as silent as it can be without
+ verbose mode turned on.
+- Changes from version 0.11.5:
+  + Fixes:
+- Support for Google Talk's google:queue extension now works
+  against Google's server again. This regressed in 0.11.1,
+  which changed gabble to send iq gets rather than iq sets.
+- Fix crash caused by timing out items in the iq pipeline
+  before sending them out.
+- Correctly parse jingle transport-info message that refer to
+  multiple contents.
+  + Updated Wocky:
+ 

commit telepathy-mission-control for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package telepathy-mission-control for 
openSUSE:Factory
checked in at Mon May 2 16:36:35 CEST 2011.




--- GNOME/telepathy-mission-control/telepathy-mission-control.changes   
2010-11-18 10:29:36.0 +0100
+++ 
/mounts/work_src_done/STABLE/telepathy-mission-control/telepathy-mission-control.changes
2011-04-22 14:05:01.0 +0200
@@ -1,0 +2,108 @@
+Thu Apr  7 15:30:35 UTC 2011 - fcro...@novell.com
+
+- Update to version 5.7.9:
+  + Build failure due to warning/error promotion
+- Changes from version 5.7.8:
+  + Enhancements:
+- accounts can be flagged as "channels must always be
+  dispatched" needed for telephony class accounts, but
+  available generally.
+- Draft ChannelDispatcher.Messages interface implemented allows
+  non-handlers to send messages to contacts.
+  + Fixes:
+- Segfault in the external password storage properties
+  interface.
+- SSO account deletions explicitly force Account.Removed to be
+  emitted. They used to assume object disposal would happen
+  immediately, which did not always happen.
+- The "Service" value for Maemo SSO accounts could be unset
+  after account creation, a side effect of changes in 5.7.7.
+- Memory leak in one of the Maemo DBus ACL plugins.
+  + Obsolescence:
+- Dead interface com.nokia.Account.Interface.Stats dropped
+
+---
+Wed Mar 16 18:31:08 UTC 2011 - fcro...@novell.com
+
+- Update to version 5.7.7:
+  + Updates the Maemo SSO plugin in line with SSO changes
+
+---
+Wed Mar  9 09:34:10 UTC 2011 - fcro...@novell.com
+
+- Update to version 5.7.6:
+  + Enhancements:
+- Support the Observer.DelayApprovers property.
+- Changes from version 5.7.5:
+  + Fixes:
+- Build failures with new --no-add-needed ld default behaviour
+- mc-tool: help no longer mentions obsolete add 
+  syntax.
+- Tests no longer hang forever if DBus name cannot be claimed.
+- Changes from version 5.7.4:
+  + Enhancements:
+- fdo#33271: implement ChannelDispatcher.RedispatchChannels()
+- fdo#34416: support for Account.I.ExternalPasswordStorage
+  + Fixes:
+- fdo#34316: UpdateParameters: bad handling of DBus_Property
+  and Has_Default in Unset argument.
+- Changes from version 5.7.3:
+  + Dependencies:
+- telepathy-glib ≥ 0.13.13 is now required
+  + Enhancements:
+- The connection now uses
+  Connection.Interface.ServicePoint.KnownServicePoints to
+  determine which contacts correspond to emergency calls.
+- Request policy plugins cannot affect emergency calls any
+  more.
+- mcd_debug now bypasses printf completely if neither
+  debugging nor the debug cache is turned on.
+  + Fixes:
+- Leak in the DBus ACL plugin mechanism fixed
+- Potential leak in mcd_master initialisation code fixed
+- Changes from version 5.7.2:
+  + Enhancements:
+- The functionality from the draft
+  ChannelDispatcher.Interface.Hints and
+  ChannelRequest.Interface.Hints interfaces is now on the main
+  CD and CR interfaces, since it became stable in
+  telepathy-spec 0.21.5.
+- fdo#32979: AccountManager.Interface.Hidden.DRAFT1
+  + Changes to unstable API:
+- Support for the draft MinimumPresence interface has been
+  removed.
+  + Fixes:
+- Various bugs in the test suite, some caused by telepathy-glib
+  changes and others which have been lingering for a while,
+  have been fixed.
+- Certain account properties, such as Nickname, are now more
+  reliably saved to disk when they are updated.
+- The 'commit' virtual method for account storage plugins is
+  once again optional, as documented and as was previously the
+  case. (fdo#32153)
+- libaccounts backend cannot be as eager to flush to disc as
+  the regular keyfile backend as it is shared and excessive
+  locking can interfere with other libaccounts clients.
+- Changes from version 5.7.1:
+  + Enhancements:
+- mc-tool: Improved error message for nonexistent accounts
+- Removed obsolete mapping of TP_ERROR_NOT_AVAILABLE to
+  MC_CONTACT_DOES_NOT_SUPPORT_VOICE_ERROR.
+  + Fixes:
+- fdo#24779: CurrentPresence is Offline for online connections
+  not implementing SimplePresence.
+- Changes from version 5.7.0:
+  + Enhancements:
+- fdo#31467: Account.Interface.Addressing interface
+- fdo#31263: implement stable Conn.I.PowerSaving, and
+  optionally integrate it with Maemo's MCE service.
+- fdo#3: implement draft ChannelDispatcher.I.Hints and
+  ChannelRequest.I.Hints.
+  + Fixes:
+- fdo#31678: AccountManager.AccountRemoved signal could be
+  skipped.
+- fdo#31680: g_error() on dbus name acquisition_progressition
+  failure was interpreted as a core dump by automated test
+  suites, resulting in a lot

commit transmission for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package transmission for openSUSE:Factory
checked in at Mon May 2 16:34:23 CEST 2011.




--- GNOME/transmission/transmission.changes 2011-03-22 16:56:37.0 
+0100
+++ /mounts/work_src_done/STABLE/transmission/transmission.changes  
2011-04-08 20:06:28.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr  4 20:15:28 UTC 2011 - dims...@opensuse.org
+
+- Allow to switch on appindicators based on Project Meta data
+  (WITH_APPINDICATOR).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ transmission.spec ++
--- /var/tmp/diff_new_pack.X65UUD/_old  2011-05-02 16:33:29.0 +0200
+++ /var/tmp/diff_new_pack.X65UUD/_new  2011-05-02 16:33:29.0 +0200
@@ -24,6 +24,9 @@
 BuildRequires:  gconf2-devel
 BuildRequires:  gtk2-devel >= 2.6.0
 BuildRequires:  intltool
+%if 0%{?WITH_APPINDICATOR}
+BuildRequires:  libappindicator-devel
+%endif
 BuildRequires:  libcanberra-devel
 BuildRequires:  libcurl-devel
 BuildRequires:  libevent-devel >= 2.0.0
@@ -32,7 +35,7 @@
 BuildRequires:  openssl-devel
 BuildRequires:  update-desktop-files
 Version:2.22
-Release:1
+Release:3
 Summary:Lightweight, yet powerful BitTorrent client
 Source: 
http://download.m0k.org/transmission/files/%{name}-%{version}.tar.bz2
 Source1:transmission-qt.desktop
@@ -118,6 +121,9 @@
 export CXXFLAGS="$RPM_OPT_FLAGS -fPIC"
 %configure \
 --disable-static \
+%if 0%{?WITH_APPINDICATOR}
+--enable-libappindicator \
+%endif
--with-gtk
 %__make %{?jobs:-j%{jobs}}
 # the qt ui requires an extrawurst for now






Remember to have fun...

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



commit tsclient for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package tsclient for openSUSE:Factory
checked in at Mon May 2 16:33:20 CEST 2011.




--- tsclient/tsclient.changes   2011-02-16 19:32:40.0 +0100
+++ /mounts/work_src_done/STABLE/tsclient/tsclient.changes  2011-04-22 
14:19:37.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 22 11:49:11 UTC 2011 - fcro...@novell.com
+
+- Add tsclient-libnotify07.patch: fix build with libnotify 0.7.x
+
+---

calling whatdependson for head-i586


New:

  tsclient-libnotify07.patch



Other differences:
--
++ tsclient.spec ++
--- /var/tmp/diff_new_pack.syLQt9/_old  2011-05-02 16:32:51.0 +0200
+++ /var/tmp/diff_new_pack.syLQt9/_new  2011-05-02 16:32:51.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   tsclient
 Version:2.0.2
-Release:25
+Release:26
 Summary:Terminal Server Client is a frontend for rdesktop
 License:GPLv2+
 Url:http://www.novell.com/
@@ -32,6 +32,8 @@
 Patch1: tsclient-build-against-new-gnome.patch
 # PATCH-FIX-UPSTREAM - tsclient-nm-0.8.patch captain.mag...@opensuse.org -- 
Build against new NetworkManager
 Patch2: tsclient-nm-0.8.patch
+# PATCH-FIX-UPSTREAM tsclient-libnotify07.patch fcro...@novell.com -- Fix 
build with libnotify 0.7.7
+Patch3: tsclient-libnotify07.patch
 BuildRequires:  gnome-icon-theme
 BuildRequires:  intltool
 %if 0%{?suse_version}
@@ -83,6 +85,7 @@
 %patch -p1
 %patch1 -p0
 %patch2 -p0
+%patch3 -p1
 
 %build
 autoreconf -si

++ tsclient-libnotify07.patch ++
Index: tsclient-2.0.2/src/plugins/default/tsc-dmx-connection.c
===
--- tsclient-2.0.2.orig/src/plugins/default/tsc-dmx-connection.c
+++ tsclient-2.0.2/src/plugins/default/tsc-dmx-connection.c
@@ -42,7 +42,11 @@ notify_fullscreen_cb (TSCDmxConnection *
   tsc_connection_get_name (TSC_CONNECTION 
(connection)));
body = g_strdup_printf (_("You are connected to '%s' in fullscreen 
mode.  Use F8 to switch to and from windowed mode."), tsc_connection_get_name 
(TSC_CONNECTION (connection)));
 
+#ifndef NOTIFY_CHECK_VERSION || if !NOTIFY_CHECK_VERSION(0,7,0)
n = notify_notification_new (summary, body, GTK_STOCK_DIALOG_INFO, 
NULL);
+#else
+   n = notify_notification_new (summary, body, GTK_STOCK_DIALOG_INFO);
+#endif
g_free (summary);
g_free (body);

Index: tsclient-2.0.2/src/plugins/default/tsc-rdp-connection.c
===
--- tsclient-2.0.2.orig/src/plugins/default/tsc-rdp-connection.c
+++ tsclient-2.0.2/src/plugins/default/tsc-rdp-connection.c
@@ -52,7 +52,11 @@ notify_fullscreen_cb (TSCRdpConnection *
   tsc_connection_get_name (TSC_CONNECTION 
(connection)));
body = g_strdup_printf (_("You are connected to '%s' in fullscreen 
mode.  Use Control+Alt+Enter to switch to and from windowed mode."), 
tsc_connection_get_name (TSC_CONNECTION (connection)));

+#ifndef NOTIFY_CHECK_VERSION || if !NOTIFY_CHECK_VERSION(0,7,0)
n = notify_notification_new (summary, body, GTK_STOCK_DIALOG_INFO, 
NULL);
+#else
+   n = notify_notification_new (summary, body, GTK_STOCK_DIALOG_INFO);
+#endif
g_free (summary);
g_free (body);

Index: tsclient-2.0.2/src/plugins/default/tsc-vnc-connection.c
===
--- tsclient-2.0.2.orig/src/plugins/default/tsc-vnc-connection.c
+++ tsclient-2.0.2/src/plugins/default/tsc-vnc-connection.c
@@ -39,7 +39,11 @@ notify_fullscreen_cb (TSCVncConnection *
   tsc_connection_get_name (TSC_CONNECTION 
(connection)));
body = g_strdup_printf (_("You are connected to '%s' in fullscreen 
mode.  Use F8 to switch to and from windowed mode."), tsc_connection_get_name 
(TSC_CONNECTION (connection)));
 
+#ifndef NOTIFY_CHECK_VERSION || if  !NOTIFY_CHECK_VERSION(0,7,0)
n = notify_notification_new (summary, body, GTK_STOCK_DIALOG_INFO, 
NULL);
+#else
+   n = notify_notification_new (summary, body, GTK_STOCK_DIALOG_INFO);
+#endif
g_free (summary);
g_free (body);






Remember to have fun...

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



commit uget for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package uget for openSUSE:Factory
checked in at Mon May 2 16:32:43 CEST 2011.




--- GNOME/uget/uget.changes 2011-02-12 20:27:34.0 +0100
+++ /mounts/work_src_done/STABLE/uget/uget.changes  2011-04-18 
17:16:29.0 +0200
@@ -1,0 +2,17 @@
+Mon Apr 18 15:15:15 UTC 2011 - dims...@opensuse.org
+
+- Update to version 1.6.4 (based on 1.6.4-1 rerelease tarball):
+  + Fix memory leak.
+  + Updated translations.
+
+---
+Thu Apr  7 23:25:50 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.6.3:
+  + add indicator support for Ubuntu natty
+  + some building fixes
+- Use download, set_version and recompress source services.
+- Remove SUSE_ASNEEDED=0: no longer required.
+- Allow building of appindicator by defining with_libappindicator.
+
+---

calling whatdependson for head-i586


Old:

  uget-1.6.2.tar.bz2

New:

  _service
  _service:recompress:download_url:uget-1.6.4.tar.bz2
  _service:set_version:uget.spec



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

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


%define with_libappindicator 0

Name:   uget
Version:1.6.4
Release:1
License:LGPLv2.1+
Summary:Easy-to-use GTK+ Download Manager
Url:http://urlget.sourceforge.net/
Group:  Productivity/Networking/Web/Utilities
Source: %{name}-%{version}.tar.bz2
BuildRequires:  glib2-devel >= 2.22
BuildRequires:  gstreamer-0_10-devel
BuildRequires:  gtk2-devel >= 2.22
BuildRequires:  intltool
%if 0%{?with_libappindicator}
BuildRequires:  libappindicator-devel
%endif
BuildRequires:  libcurl-devel
BuildRequires:  libnotify-devel
BuildRequires:  update-desktop-files
Recommends: %{name}-lang
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Uget is a easy-to-use download manager written in GTK+. It supports
pause and resume, and the ability to classify download, with every
category having an independent configuration.

%lang_package
%prep
%setup -q

%build
%configure \
%if 0%{?with_libappindicator}
--enable-appindicator=yes
%endif

%__make %{?_smp_mflags} V=1

%install
%make_install
%suse_update_desktop_file %{name}-gtk
%find_lang %{name} %{?no_lang_C}

%clean
rm -rf %{buildroot}

%post
%if 0%{?suse_version} > 1130
%desktop_database_post
%icon_theme_cache_post
%else
gtk-update-icon-cache %{_datadir}/icons/hicolor || true
%endif

%postun
%if 0%{?suse_version} > 1130
%desktop_database_postun
%icon_theme_cache_postun
%else
gtk-update-icon-cache %{_datadir}/icons/hicolor || true
%endif

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README COPYING
%{_bindir}/%{name}-gtk
%{_datadir}/applications/%{name}-gtk.desktop
%{_datadir}/sounds/%{name}/
%{_datadir}/icons/hicolor/*/apps/%{name}-icon.*

%files lang -f %{name}.lang

%changelog
++ uget.spec ++
--- /var/tmp/diff_new_pack.QiyiM3/_old  2011-05-02 16:31:10.0 +0200
+++ /var/tmp/diff_new_pack.QiyiM3/_new  2011-05-02 16:31:10.0 +0200
@@ -16,11 +16,11 @@
 #
 
 
+%define with_libappindicator 0
 
 Name:   uget
-Version:1.6.2
-Release:2
-# FIXME: check if SUSE_ASNEEDED=0 is still needed (last checked: 1.6.2)
+Version:0
+Release:1
 License:LGPLv2.1+
 Summary:Easy-to-use GTK+ Download Manager
 Url:http://urlget.sourceforge.net/
@@ -30,6 +30,9 @@
 BuildRequires:  gstreamer-0_10-devel
 BuildRequires:  gtk2-devel >= 2.22
 BuildRequires:  intltool
+%if 0%{?with_libappindicator}
+BuildRequires:  libappindicator-devel
+%endif
 BuildRequires:  libcurl-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  update-desktop-files
@@ -46,9 +49,12 @@
 %setup -q
 
 %build
-export SUSE_ASNEEDED=0
-%configure
-%__make %{?_smp_mflags}
+%configure \
+%if 0%{?with_libappindicator}
+--enable-appindicator=yes
+%endif
+
+%__make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ _service ++

  
http
sourceforge.net
/projects/urlget/files/uget%20%28stable%29/1.6.4/uget-1.6.4-1.tar.gz
uget-1.6.4.tar.

commit x-tile for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package x-tile for openSUSE:Factory
checked in at Mon May 2 16:31:03 CEST 2011.




--- x-tile/x-tile.changes   2011-02-12 20:27:45.0 +0100
+++ /mounts/work_src_done/STABLE/x-tile/x-tile.changes  2011-04-28 
23:57:07.0 +0200
@@ -1,0 +2,12 @@
+Sun Mar 20 17:45:57 CET 2011 - dims...@opensuse.org
+
+- Update to version 1.8.6:
+  + Group the triangle tilings on the toolbar
+  + Add Invert Tiling Order feature
+  + Enable undo of a undo
+  + Code cleanup
+  + Build system fixes
+  + Updated translations.
+- Remove the permission hack for the svg files: no longer needed.
+
+---

calling whatdependson for head-i586


Old:

  x-tile-1.8.4.tar.bz2

New:

  x-tile-1.8.6.tar.bz2



Other differences:
--
++ x-tile.spec ++
--- /var/tmp/diff_new_pack.NjMEAd/_old  2011-05-02 16:30:36.0 +0200
+++ /var/tmp/diff_new_pack.NjMEAd/_new  2011-05-02 16:30:36.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   x-tile
-Version:1.8.4
-Release:2
+Version:1.8.6
+Release:1
 License:GPLv2+
 Summary:Panel applet for tiling windows
 Url:http://www.giuspen.com/x-tile/
@@ -50,7 +50,7 @@
 
 %lang_package
 %prep
-%setup -q
+%setup -q -n %{name}_%{version}
 
 %build
 
@@ -62,12 +62,6 @@
 rm %{buildroot}%{_prefix}/lib/bonobo/servers/x-tile.server
 %endif
 
-#Correct permissions of non-executable .svg files.
-chmod 644 %{buildroot}%{_datadir}/x-tile/glade/*.svg
-# Fail once the chmod is not needed anymore
-test -x %{buildroot}%{_datadir}/pixmaps/x-tile.svg
-chmod 644 %{buildroot}%{_datadir}/pixmaps/x-tile.svg
-
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
 %suse_update_desktop_file %{name} DesktopUtility

++ x-tile-1.8.4.tar.bz2 -> x-tile-1.8.6.tar.bz2 ++
 11714 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 xchat-gnome for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package xchat-gnome for openSUSE:Factory
checked in at Mon May 2 16:30:29 CEST 2011.




--- GNOME/xchat-gnome/xchat-gnome.changes   2011-02-12 20:27:42.0 
+0100
+++ /mounts/work_src_done/STABLE/xchat-gnome/xchat-gnome.changes
2011-04-22 14:46:22.0 +0200
@@ -1,0 +2,15 @@
+Fri Apr 22 12:45:26 UTC 2011 - fcro...@novell.com
+
+- Update xchat-gnome-0.26.1-libnotify.patch to fix build with old
+  libnotify release.
+- Revert BuildRequires to libnotify-devel to fix build on old
+  release.
+
+---
+Tue Mar 22 17:35:28 UTC 2011 - fcro...@novell.com
+
+- Add xchat-gnome-0.26.1-libnotify.patch: fix build with libnotify
+  0.7.x (from git).
+- Change libnotify-devel BuildRequires to pkgconfig(libnotify).
+
+---

calling whatdependson for head-i586


New:

  xchat-gnome-0.26.1-libnotify.patch



Other differences:
--
++ xchat-gnome.spec ++
--- /var/tmp/diff_new_pack.b53lwo/_old  2011-05-02 16:29:30.0 +0200
+++ /var/tmp/diff_new_pack.b53lwo/_new  2011-05-02 16:29:30.0 +0200
@@ -23,12 +23,14 @@
 Group:  Productivity/Networking/IRC
 Summary:A more simple IRC Client
 Version:0.26.1
-Release:12
+Release:17
 Source: 
http://download.gnome.org/sources/%{name}/0.24/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM xchat-gnome-gtk2.19.7.patch dims...@opensuse.org -- Fix 
build with gtk 2.19.7. Patch taken from upstream git.
 Patch0: xchat-gnome-gtk2.19.7.patch
 # PATCH-FIX-UPSTREAM xchat-gnome-make382.patch bgo#629382 dims...@opensuse.org 
-- Fix build with make 3.82, requires autoreconf and gnome-common BuildRequires
 Patch1: xchat-gnome-make382.patch
+# PATCH-FIX-UPSTREAM xchat-gnome-0.26.1-libnotify.patch fcro...@novell.com -- 
Fix build with libnotify 0.7.x. Patch taken from upstream git.
+Patch2: xchat-gnome-0.26.1-libnotify.patch
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  fdupes
 BuildRequires:  gconf2-devel
@@ -83,6 +85,7 @@
 %patch0 -p1
 %endif
 %patch1 -p1
+%patch2 -p1
 translation-update-upstream
 
 %build

++ xchat-gnome-0.26.1-libnotify.patch ++
>From 557c940ba6e5f181f1db50059aa9ce107f10cb2e Mon Sep 17 00:00:00 2001
From: Ritesh Khadgaray 
Date: Mon, 06 Dec 2010 18:03:02 +
Subject: libnotify has removed the ability to attach notifications to widgets 
or positions

update notify_notification_new call
---
diff --git a/plugins/notify-osd/notify-osd.c b/plugins/notify-osd/notify-osd.c
index cee221f..c7e8f77 100644
--- a/plugins/notify-osd/notify-osd.c
+++ b/plugins/notify-osd/notify-osd.c
@@ -67,7 +67,12 @@ add_notify (char *summary, char *message)
gchar *escaped;
 
escaped = g_markup_escape_text (message, strlen(message));
+#if !NOTIFY_CHECK_VERSION(0,7,0)
notify = notify_notification_new (summary, escaped, NULL, NULL);
+#else
+   notify = notify_notification_new (summary, escaped, NULL);
+#endif
+
notify_notification_set_urgency (notify, NOTIFY_URGENCY_NORMAL);
notify_notification_set_icon_from_pixbuf (notify, notify_icon);
if (!notify_notification_show (notify, &error)) {
--
cgit v0.9


>From 3d69d88f9f24fc63335ee2a4da6af0d9595510dd Mon Sep 17 00:00:00 2001
From: Frederic Crozat 
Date: Fri, 22 Apr 2011 14:31:12 +0200
Subject: [PATCH] Fix build when using libnotify < 0.7

---
 plugins/notify-osd/notify-osd.c |4 
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/plugins/notify-osd/notify-osd.c b/plugins/notify-osd/notify-osd.c
index 9582529..c52c8fd 100644
--- a/plugins/notify-osd/notify-osd.c
+++ b/plugins/notify-osd/notify-osd.c
@@ -27,6 +27,10 @@
 #include "xchat-plugin.h"
 #include "xg-plugin.h"
 
+#ifndef NOTIFY_CHECK_VERSION
+#define NOTIFY_CHECK_VERSION(x,y,z) 0
+#endif
+
 #define NOTIFY_OSD_NAME_("On-screen display")
 #define NOTIFY_OSD_VERSION "0.1"
 #define NOTIFY_OSD_DESCRIPTION _("Pops up notification of important messages 
when XChat-GNOME doesn't have the focus")
-- 
1.7.3.4






Remember to have fun...

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



commit xdg-user-dirs-gtk for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package xdg-user-dirs-gtk for 
openSUSE:Factory
checked in at Mon May 2 16:29:23 CEST 2011.




--- xdg-user-dirs-gtk/xdg-user-dirs-gtk.changes 2011-01-14 13:59:39.0 
+0100
+++ /mounts/work_src_done/STABLE/xdg-user-dirs-gtk/xdg-user-dirs-gtk.changes
2011-02-27 14:43:28.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb 27 13:43:27 UTC 2011 - a...@suse.de
+
+- Change lang package Requires to Recommends since it is not
+  mandatory at runtime.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ xdg-user-dirs-gtk.spec ++
--- /var/tmp/diff_new_pack.qA44S7/_old  2011-05-02 16:29:01.0 +0200
+++ /var/tmp/diff_new_pack.qA44S7/_new  2011-05-02 16:29:01.0 +0200
@@ -24,7 +24,7 @@
 Group:  System/GUI/GNOME
 Summary:xdg-user-dir support for Gnome and Gtk+ applications
 Version:0.8
-Release:13
+Release:18
 Url:http://download.gnome.org/sources/xdg-user-dirs-gtk
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
@@ -32,7 +32,8 @@
 Patch0: %{name}-LXDE-autostart.patch
 # PATCH-FIX-UPSTREAM xdg-user-dirs-gtk-XFCE-LXDE-autostart.patch fdo#33107 
g...@opensuse.org -- Start xdg-user-dirs-gtk in Xfce sessions as well
 Patch1: %{name}-XFCE-autostart.patch
-Requires:   xdg-user-dirs %{name}-lang = %{version}
+Requires:   xdg-user-dirs 
+Recommends: %{name}-lang
 
 %description
 A companion to xdg-user-dirs that integrates it into the Gnome desktop






Remember to have fun...

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



commit xorg-x11-driver-video for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory
checked in at Mon May 2 16:28:53 CEST 2011.




--- xorg-x11-driver-video/xorg-x11-driver-video.changes 2011-04-15 
21:53:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/xorg-x11-driver-video/xorg-x11-driver-video.changes
2011-05-02 12:55:34.0 +0200
@@ -1,0 +2,9 @@
+Mon May  2 10:52:42 UTC 2011 - sndir...@novell.com
+
+- xf86-video-ati 6.14.1
+  * add cayman support (shadowfb, kms-only, requires kernel 2.6.39)
+  * fix build against xserver 1.10
+  * big endian support for r6xx+ (kms)
+  * bug fixes
+- obsoletes 
xf86-video-ati-kms-don-t-rotate-if-acceleration-is-not-enabled.patch 
+---

calling whatdependson for head-i586


Old:

  xf86-video-ati-6.14.0.tar.bz2
  xf86-video-ati-kms-don-t-rotate-if-acceleration-is-not-enabled.patch

New:

  xf86-video-ati-6.14.1.tar.bz2



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.9kRsPL/_old  2011-05-02 16:26:36.0 +0200
+++ /var/tmp/diff_new_pack.9kRsPL/_new  2011-05-02 16:26:36.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  Mesa-devel libdrm-devel pkgconfig xorg-x11-proto-devel 
xorg-x11-server-sdk
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:65
+Release:67
 License:MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/X11/Servers/XF86_4
@@ -67,7 +67,7 @@
 Source42:   xf86-video-voodoo-1.2.4.tar.bz2
 Source44:   HALlib-4.1.tar.gz
 Source45:   xf86-video-intel-2.15.0.tar.bz2
-Source46:   xf86-video-ati-6.14.0.tar.bz2
+Source46:   xf86-video-ati-6.14.1.tar.bz2
 Source51:   xf86-video-geode-2.11.10.tar.bz2
 Source54:   xf86-video-mach64-6.8.2.tar.bz2
 Source55:   xf86-video-r128-6.8.1.tar.bz2
@@ -105,7 +105,6 @@
 Patch145:   xf86-video-xgixp-symbols.diff
 Patch150:   xf86-video-intel-dell_backlight.diff
 Patch155:   xf86-video-intel-copyfb.diff
-Patch157:   
xf86-video-ati-kms-don-t-rotate-if-acceleration-is-not-enabled.patch
 
 %description
 This package contains X.Org video drivers.
@@ -152,7 +151,6 @@
 %patch68 -p2
 %patch69 -p2
 %patch131 -p1
-%patch157 -p1
 popd
 pushd xf86-video-fbdev-*
 %patch71

++ xf86-video-ati-6.14.0.tar.bz2 -> xf86-video-ati-6.14.1.tar.bz2 ++
 66612 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 claws-mail for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package claws-mail for openSUSE:Factory
checked in at Mon May 2 16:26:22 CEST 2011.




--- claws-mail/claws-mail.changes   2011-02-12 20:23:45.0 +0100
+++ /mounts/work_src_done/STABLE/claws-mail/claws-mail.changes  2011-04-29 
01:03:02.0 +0200
@@ -1,0 +2,37 @@
+Tue Apr 26 22:06:11 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.7.9:
+  + Added a hidden option, 'show_inline_attachments'
+  + Added a hidden option, 'msgview_date_format'
+  + Several GUI improvements
+  + Support for NetworkManager 0.9
+  + Bugs fixed:
+- Fix several crashes.
+- SMTP authentication
+- Clawsmail sends return receipt every seconds
+- Attachment content-transfer-encoding incorrectly set when
+  signing emails
+- Date not localized in the message view
+- Problems in forwarding multipart/alternative messages with
+  HTML part
+- User action makes Claws unresponsive
+- Incorrect handling of quoted printable coma in headers
+- GPG Full info: showing subkey ID instead of primary key
+  fingerprint
+- Messages remains in folder cache after moving from MH to IMAP
+  boxes
+- Base64 is broken in 3.7.7 and 3.7.8
+- Register x-handler-scheme in .desktop file
+- Make displaying localized date/time in message view optional
+- valgrind.h should NOT be part of claws-mail
+- folderitemrc not updated when account name is changed
+- Fix matcher body parsing
+- Fix sa-learn when offline
+- TrayIcon plugin: fix logic bug which caused icon to be
+  always set no-mail status on plugin load
+- TrayIcon plugin: force icon hide on plugin_done(), without
+  it an empty space is left in tray under KDE3 and KDE4
+  + Updated translations.
+- Drop claws-mail-desktop.diff: fixed upstream.
+
+---

calling whatdependson for head-i586


Old:

  claws-mail-3.7.8.tar.bz2
  claws-mail-desktop.diff

New:

  claws-mail-3.7.9.tar.bz2



Other differences:
--
++ claws-mail.spec ++
--- /var/tmp/diff_new_pack.2U0EBC/_old  2011-05-02 16:25:18.0 +0200
+++ /var/tmp/diff_new_pack.2U0EBC/_new  2011-05-02 16:25:18.0 +0200
@@ -19,15 +19,14 @@
 
 
 Name:   claws-mail
-Version:3.7.8
-Release:4
+Version:3.7.9
+Release:1
 License:GPLv3+
 Group:  Productivity/Networking/Email/Clients
 Url:http://www.claws-mail.org/
 Summary:A lightweight and highly configurable email client
 Source0:
http://prdownloads.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.bz2
 Patch0: claws-mail-python.diff
-Patch1: claws-mail-desktop.diff
 BuildRequires:  NetworkManager-devel
 BuildRequires:  compface
 BuildRequires:  db-devel
@@ -95,7 +94,6 @@
 %prep
 %setup -q
 %patch0
-%patch1 -p1
 
 %build
 %configure \

++ claws-mail-3.7.8.tar.bz2 -> claws-mail-3.7.9.tar.bz2 ++
claws-mail/claws-mail-3.7.8.tar.bz2 
/mounts/work_src_done/STABLE/claws-mail/claws-mail-3.7.9.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 kdevplatform for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package kdevplatform for openSUSE:Factory
checked in at Mon May 2 16:25:10 CEST 2011.




--- KDE/kdevplatform/kdevplatform.changes   2011-01-24 15:32:26.0 
+0100
+++ /mounts/work_src_done/STABLE/kdevplatform/kdevplatform.changes  
2011-04-28 15:58:03.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 28 13:45:20 UTC 2011 - idoen...@novell.com
+
+- Add kdevplatform-1.2.0-gcc46.patch to fix compilation with gcc 4.6 
+
+---

calling whatdependson for head-i586


New:

  kdevplatform-1.2.0-gcc46.patch



Other differences:
--
++ kdevplatform.spec ++
--- /var/tmp/diff_new_pack.xW9cad/_old  2011-05-02 16:24:25.0 +0200
+++ /var/tmp/diff_new_pack.xW9cad/_new  2011-05-02 16:24:25.0 +0200
@@ -30,8 +30,10 @@
 Summary:Base Package for Integrated Development Environments
 Url:http://www.kdevelop.org
 Version:1.2.0
-Release:1
+Release:5
 Source0:%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM kdevplatform-1.2.0-gcc46.patch idoen...@suse.de -- Fix 
gcc 4.6 compilation, bko#267833
+Patch1: kdevplatform-1.2.0-gcc46.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 Requires:   libkdevplatform0 = %{version}
@@ -62,6 +64,7 @@
 %lang_package
 %prep
 %setup -q
+%patch1 -p1
 echo "find_package(Msgfmt REQUIRED)" >> CMakeLists.txt
 echo "find_package(Gettext REQUIRED)" >> CMakeLists.txt
 

++ kdevplatform-1.2.0-gcc46.patch ++
>From 5cc9c74380831bc4445a76c6d4a08642a0919554 Mon Sep 17 00:00:00 2001
From: Luca Mattiello 
Date: Sun, 6 Mar 2011 21:59:59 +0100
Subject: [PATCH] Fix compilation errors due to mutable references.

---
 language/duchain/repositories/itemrepository.h |8 
 language/util/basicsetrepository.h |2 +-
 language/util/setrepository.cpp|   10 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/language/duchain/repositories/itemrepository.h 
b/language/duchain/repositories/itemrepository.h
index c0f6cc7..859fe87 100644
--- a/language/duchain/repositories/itemrepository.h
+++ b/language/duchain/repositories/itemrepository.h
@@ -199,7 +199,7 @@ templatemutex());
 if(!m_repository) {
-  m_repository = new ItemRepositoryType(m_name, &m_registry, 
m_version, const_cast(this));
+  m_repository = new ItemRepositoryType(m_name, m_registry, m_version, 
const_cast(this));
   if(m_shareMutex)
 (*this)->setMutex(m_shareMutex()->repositoryMutex());
   (*this)->setUnloadingEnabled(unloadingEnabled);
@@ -236,7 +236,7 @@ struct RepositoryManager : public AbstractRepositoryManager{
 
 QString m_name;
 int m_version;
-mutable ItemRepositoryRegistry& m_registry;
+mutable ItemRepositoryRegistry* m_registry;
 AbstractRepositoryManager* (*m_shareMutex)();
 };
 
diff --git a/language/util/basicsetrepository.h 
b/language/util/basicsetrepository.h
index c2861b9..60cbf37 100644
--- a/language/util/basicsetrepository.h
+++ b/language/util/basicsetrepository.h
@@ -129,7 +129,7 @@ public:
   SetNodeData data;
   
   uint m_hash;
-  mutable SetDataRepository& repository;
+  mutable SetDataRepository* repository;
   mutable BasicSetRepository* setRepository; //May be zero when no 
notifications are wanted
   mutable bool m_created;
 };
diff --git a/language/util/setrepository.cpp b/language/util/setrepository.cpp
index 2e152f1..fe45b70 100644
--- a/language/util/setrepository.cpp
+++ b/language/util/setrepository.cpp
@@ -176,7 +176,7 @@ void SetNodeDataRequest::destroy(SetNodeData* data, 
KDevelop::AbstractItemReposi
 }
 }
 
-SetNodeDataRequest::SetNodeDataRequest(const SetNodeData* _data, 
SetDataRepository& _repository, BasicSetRepository* _setRepository) : 
data(*_data), m_hash(_data->hash()), repository(_repository), 
setRepository(_setRepository), m_created(false) {
+SetNodeDataRequest::SetNodeDataRequest(const SetNodeData* _data, 
SetDataRepository& _repository, BasicSetRepository* _setRepository) : 
data(*_data), m_hash(_data->hash()), repository(&_repository), 
setRepository(_setRepository), m_created(false) {
 ifDebug( SetRepositoryAlgorithms alg(repository); alg.check(_data) );
 }
 
@@ -184,9 +184,9 @@ SetNodeDataRequest::~SetNodeDataRequest() {
 //Eventually increase the reference-count of direct children
 if(m_created) {
 if(data.leftNode)
-++repository.dynamicItemFromIndex(data.leftNode)->m_refCount;
+++repository->dynamicItemFromIndex(data.leftNode)->m_refCount;
 if(data.rightNode)
-++repository.dynamicItemFromIndex(data.rightNode)->m_refCount;
+++repository->dynamicItemFromIndex(data.rightNode)->m_refCount;
 }
 }
 
@@ -205,8 +205,8 @@ void SetNodeDataRequest::createItem(SetNodeD

commit libjingle for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package libjingle for openSUSE:Factory
checked in at Mon May 2 16:24:15 CEST 2011.




--- libjingle/libjingle.changes 2010-04-20 22:24:02.0 +0200
+++ /mounts/work_src_done/STABLE/libjingle/libjingle.changes2011-04-28 
15:04:42.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr 28 15:03:47 CEST 2011 - vu...@opensuse.org
+
+- Update Url tag.
+
+---
+Thu Apr 28 09:05:22 UTC 2011 - idoen...@novell.com
+
+- Add libjingle-0.3.12-gcc46.patch to fix build with gcc 4.6 
+
+---

calling whatdependson for head-i586


New:

  libjingle-0.3.12-gcc46.patch



Other differences:
--
++ libjingle.spec ++
--- /var/tmp/diff_new_pack.8o0Njk/_old  2011-05-02 16:23:20.0 +0200
+++ /var/tmp/diff_new_pack.8o0Njk/_new  2011-05-02 16:23:20.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libjingle (Version 0.3.12)
+# spec file for package libjingle
 #
-# 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
@@ -19,10 +19,10 @@
 
 
 Name:   libjingle
-Url:http://sourceforge.net/projects/tapioca-voip/
+Url:http://cgit.collabora.co.uk/git/libjingle.git/
 BuildRequires:  gcc-c++ libexpat-devel openssl-devel pkg-config
 Version:0.3.12
-Release:4
+Release:14
 License:BSD3c(or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define debug_package_requires libjingle-0_3-0 = %{version}-%{release}
@@ -31,8 +31,10 @@
 Source: 
http://farsight.freedesktop.org/releases/libjingle/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM libjingle-gcc44.patch vu...@novell.com -- Sent to 
upstream by mail
 Patch0: libjingle-gcc44.patch
-# PATCH-FIX-UPSTREAM libjingle-0.3.12-openssl.patch a...@suse.de -- Fix build 
with openssl 1.0,  Patch from fedora 12
+# PATCH-FIX-UPSTREAM libjingle-0.3.12-openssl.patch a...@suse.de -- Fix build 
with openssl 1.0, patch from fedora 12. Sent to upstream by mail.
 Patch1: libjingle-0.3.12-openssl.patch
+# PATCH-FIX-UPSTREAM libjingle-0.3.12-gcc46.patch idoen...@suse.de -- Fix 
build with gcc 4.6. Sent to upstream by mail.
+Patch2: libjingle-0.3.12-gcc46.patch
 
 %description
 Libjingle is a collection of open-source C++ code and sample
@@ -79,6 +81,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 tr -d '\r' README.unix ; touch -r README README.unix ; mv README.unix 
README
 
 %build

++ libjingle-0.3.12-gcc46.patch ++
--- libjingle-0.3.12/talk/base/sigslot.h2008-09-16 15:55:22.0 
+0200
+++ libjingle-0.3.12/talk/base/sigslot.h2011-04-28 11:04:18.692000301 
+0200
@@ -78,6 +78,7 @@
 #ifndef SIGSLOT_H__
 #define SIGSLOT_H__
 
+#include 
 #include 
 #include 
 





Remember to have fun...

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



commit net6 for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package net6 for openSUSE:Factory
checked in at Mon May 2 16:22:37 CEST 2011.




--- GNOME/net6/net6.changes 2009-12-24 12:14:09.0 +0100
+++ /mounts/work_src_done/STABLE/net6/net6.changes  2011-04-26 
21:59:08.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 26 16:22:22 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.3.13:
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  net6-1.3.12.tar.bz2

New:

  net6-1.3.13.tar.bz2



Other differences:
--
++ net6.spec ++
--- /var/tmp/diff_new_pack.LQOjGa/_old  2011-05-02 16:22:03.0 +0200
+++ /var/tmp/diff_new_pack.LQOjGa/_new  2011-05-02 16:22:03.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package net6 (Version 1.3.12)
+# spec file for package net6
 #
-# Copyright (c) 2009 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
@@ -28,7 +28,7 @@
 License:LGPLv2.1+
 Group:  Development/Libraries/GNOME
 AutoReqProv:on
-Version:1.3.12
+Version:1.3.13
 Release:1
 Summary:Network access framework for IPv4/IPv6
 Source: %{name}-%{version}.tar.bz2

++ net6-1.3.12.tar.bz2 -> net6-1.3.13.tar.bz2 ++
 3438 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/net6-1.3.12/ChangeLog new/net6-1.3.13/ChangeLog
--- old/net6-1.3.12/ChangeLog   2009-12-23 15:55:59.0 +0100
+++ new/net6-1.3.13/ChangeLog   2011-04-14 18:44:54.0 +0200
@@ -1,3 +1,12 @@
+2011-04-14  Philipp Kern  
+
+   * configure.ac:
+   * NEWS: bump version to 1.3.13 and document the changes
+
+2011-04-14  Philipp Kern  
+
+   * po/*.po: refreshed from Launchpad
+
 2009-12-23  Philipp Kern  
 
* configure.ac: add AC_CONFIG_MACRO_DIR for libtoolize
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/net6-1.3.12/INSTALL new/net6-1.3.13/INSTALL
--- old/net6-1.3.12/INSTALL 2009-08-14 11:32:22.0 +0200
+++ new/net6-1.3.13/INSTALL 2010-01-18 07:28:57.0 +0100
@@ -4,8 +4,10 @@
 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
-   This file is free documentation; the Free Software Foundation gives
-unlimited permission to copy, distribute and modify it.
+   Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.  This file is offered as-is,
+without warranty of any kind.
 
 Basic Installation
 ==
@@ -13,7 +15,11 @@
Briefly, the shell commands `./configure; make; make install' should
 configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.
+instructions specific to this package.  Some packages provide this
+`INSTALL' file but do not implement all of the features documented
+below.  The lack of an optional feature in a given package is not
+necessarily a bug.  More recommendations for GNU packages can be found
+in *note Makefile Conventions: (standards)Makefile Conventions.
 
The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -42,7 +48,7 @@
 you want to change it or regenerate `configure' using a newer version
 of `autoconf'.
 
-The simplest way to compile this package is:
+   The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and type
  `./configure' to configure the package for your system.
@@ -53,12 +59,22 @@
   2. Type `make' to compile the package.
 
   3. Optionally, type `make check' to run any self-tests that come with
- the package.
+ the package, generally using the just-built uninstalled binaries.
 
   4. Type `make install' to install the programs and any data files and
- documentation.
+ documentation.  When installing into a prefix owned by r

commit libslab for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package libslab for openSUSE:Factory
checked in at Mon May 2 16:21:56 CEST 2011.




--- libslab/libslab.changes 2011-02-14 20:00:04.0 +0100
+++ /mounts/work_src_done/STABLE/libslab/libslab.changes2011-02-27 
14:41:45.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb 27 13:41:45 UTC 2011 - a...@suse.de
+
+- Change lang package Requires to Recommends since it is not
+  mandatory at runtime.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libslab.spec ++
--- /var/tmp/diff_new_pack.qpv0h6/_old  2011-05-02 16:21:34.0 +0200
+++ /var/tmp/diff_new_pack.qpv0h6/_new  2011-05-02 16:21:34.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   libslab
 Version:2.30.0
-Release:6
+Release:7
 License:GPLv2+
 Summary:Library to create tile-based UI for GNOME
 Group:  Development/Libraries/GNOME
@@ -36,7 +36,7 @@
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libgnome-menu)
 BuildRequires:  pkgconfig(librsvg-2.0)
-Requires:   %{name}-lang = %{version}
+Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -47,7 +47,7 @@
 License:GPLv2+
 Summary:Library to create tile-based UI for GNOME
 Group:  Development/Libraries/GNOME
-Requires:   %{name}-lang = %{version}
+Recommends: %{name}-lang
 # Needed to make lang package installable
 Provides:   %{name} = %{version}
 # The library used to live in gnome-main-menu






Remember to have fun...

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



commit pidgin for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package pidgin for openSUSE:Factory
checked in at Mon May 2 16:21:25 CEST 2011.




--- GNOME/pidgin/pidgin.changes 2011-04-04 15:19:43.0 +0200
+++ /mounts/work_src_done/STABLE/pidgin/pidgin.changes  2011-04-25 
22:00:12.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 22 10:24:15 UTC 2011 - fcro...@novell.com
+
+- Add pidgin-nm09.patch: fix compatibility with NM 0.9.
+
+---

calling whatdependson for head-i586


New:

  pidgin-nm09.patch



Other differences:
--
++ pidgin.spec ++
--- /var/tmp/diff_new_pack.MrmJ9W/_old  2011-05-02 16:20:36.0 +0200
+++ /var/tmp/diff_new_pack.MrmJ9W/_new  2011-05-02 16:20:36.0 +0200
@@ -26,7 +26,7 @@
 Name:   pidgin
 Summary:GTK+-Based Multiprotocol Instant Messaging Client
 Version:2.7.11
-Release:1
+Release:2
 License:GPLv2+
 Group:  Productivity/Networking/Instant Messenger
 Url:http://www.pidgin.im/
@@ -41,6 +41,8 @@
 Patch14:pidgin-mono-buildfix.patch
 # PATCH-FIX-OPENSUSE pidgin-fix-perl-build.patch vu...@opensuse.org -- Revert 
http://developer.pidgin.im/viewmtn/revision/info/f32151852a00fb5abd3fdccdd8df2419031666de
 as it breaks the build
 Patch15:pidgin-fix-perl-build.patch
+# PATCH-FIX-UPSTREAM pidgin-nm09.patch fcro...@novell.com -- Fix compatibility 
with NM 0.9 (upstream ticket 13505)
+Patch16:pidgin-nm09.patch
 # Can use external libzephyr
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  dbus-1-devel
@@ -328,6 +330,7 @@
 %patch5 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 # Change Myanmar/Myanmar to Myanmar:
 rename my_MM my po/my_MM.*
 %{__sed} -i "/ALL_LINGUAS/s/ my_MM / my /" configure.ac

++ pidgin-nm09.patch ++
diff -up pidgin-2.7.10/libpurple/network.c.foo pidgin-2.7.10/libpurple/network.c
--- pidgin-2.7.10/libpurple/network.c.foo   2011-03-10 02:21:43.920933267 
-0600
+++ pidgin-2.7.10/libpurple/network.c   2011-03-10 02:23:11.466838793 -0600
@@ -71,6 +71,10 @@
 #include 
 #include 
 
+#if !defined(NM_CHECK_VERSION)
+#define NM_CHECK_VERSION(x,y,z) 0
+#endif
+
 static DBusGConnection *nm_conn = NULL;
 static DBusGProxy *nm_proxy = NULL;
 static DBusGProxy *dbus_proxy = NULL;
@@ -863,7 +867,13 @@ nm_update_state(NMState state)
 
switch(state)
{
+#if NM_CHECK_VERSION(0,8,992)
+   case NM_STATE_CONNECTED_LOCAL:
+   case NM_STATE_CONNECTED_SITE:
+   case NM_STATE_CONNECTED_GLOBAL:
+#else
case NM_STATE_CONNECTED:
+#endif
/* Call res_init in case DNS servers have changed */
res_init();
/* update STUN IP in case we it changed (theoretically 
we could
@@ -880,6 +890,9 @@ nm_update_state(NMState state)
case NM_STATE_ASLEEP:
case NM_STATE_CONNECTING:
case NM_STATE_DISCONNECTED:
+#if NM_CHECK_VERSION(0,8,992)
+   case NM_STATE_DISCONNECTING:
+#endif
if (prev != NM_STATE_CONNECTED && prev != 
NM_STATE_UNKNOWN)
break;
if (ui_ops != NULL && ui_ops->network_disconnected != 
NULL)





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-glib for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package telepathy-glib for openSUSE:Factory
checked in at Mon May 2 16:20:23 CEST 2011.




--- telepathy-glib/telepathy-glib.changes   2010-12-21 10:23:22.0 
+0100
+++ /mounts/work_src_done/STABLE/telepathy-glib/telepathy-glib.changes  
2011-04-20 13:58:42.0 +0200
@@ -1,0 +2,358 @@
+Mon Apr  4 15:53:13 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.14.3:
+  + Update to spec 0.22.1:
+- Generated code for new StreamHandler methods and signals and
+  types.
+- TP_ERROR_INSUFFICIENT_BALANCE.
+  + tp_g_ptr_array_extend() for concatenating two GPtrArrays.
+
+---
+Mon Apr  4 15:41:47 UTC 2011 - dims...@opensuse.org
+
+- Use vala-devel BuildRequires instead of vala-unstable-devel (vala
+  0.12 has been released).
+
+---
+Tue Mar 22 17:06:28 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.14.1:
+  + Update to spec 0.22.0:
+- TP_PROP_CHANNEL_TYPE_SERVER_TLS_CONNECTION_REFERENCE_IDENTITIES
+- generate code for Connection.I.ContactBlocking
+- Changes from version 0.14.0
+  + The error handling code paths when looking up the senders of
+incoming messages have been fixed. This issue led to
+TpSignalledMessages not specifying a sender with CMs that omit
+sender-id, like telepathy-idle.
+
+---
+Wed Mar 16 18:24:09 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.13.18:
+  + Previously, tp_clear_object (NULL), tp_clear_boxed (type, NULL)
+and tp_clear_pointer (NULL) were no-ops. However, this
+behaviour was not very useful—these functions are always called
+as tp_clear_object (&priv->foo) in practice—and triggered
+compiler warnings (because these are actually implemented as
+macros). Thus, this usage is no longer supported.
+  + Fixes:
+- TpCMMessage is no longer included in the .gir file. This
+  class is only useful in CMs; we only support client-side API
+  in the .gir file.
+- Correctly include TpBasePasswordChannel documentation.
+- Fix GCC 4.6 and Clang analyzer warnings
+- Changes from version 0.13.17:
+  + Update to spec 0.21.11:
+- TP_ERROR_STR_SOFTWARE_UPGRADE_REQUIRED
+- TP_ERROR_STR_EMERGENCY_CALLS_NOT_SUPPORTED
+
+---
+Wed Mar  9 09:44:10 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.13.16:
+  + Enhancements:
+- Update to spec 0.21.11:
+  . TP_PROP_CLIENT_OBSERVER_DELAY_APPROVERS
+- Two new functions,
+  tp_connection_get_connection_manager_name() and
+  tp_connection_get_protocol_name(), allow you to grab these
+  properties from a TpConnection without having to drive
+  tp_connection_parse_object_path() yourself.
+- GBinding utilities for connection-status on TpAccount and
+  TpConnection:
+  tp_connection_bind_connection_status_to_property() and
+  tp_account_bind_connection_status_to_property().
+- TpTextChannel now has a "message-types" property and
+  accessor. It also gained
+  tp_text_channel_supports_message_type() a convenient
+  function to check if a specific message type is supported.
+- TpContactSearch: only close channels if there was an error
+- TpBaseClient gained
+  tp_base_client_set_observer_delay_approvers() which can be
+  used to indicate that an Observer has to block Approvers.
+  + Fixes:
+- Various crashes fixed in TpBaseContactList.
+
+---
+Fri Feb 25 17:30:39 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.13.15:
+  + Enhancements:
+- Update to spec 0.21.10.
+- tp_utf8_make_valid(): an UTF-8 string validation function.
+- SimplePasswordManager now has API to let the CM create its
+  own SASL channel.
+- TpBasePasswordChannel: a base class to implement SASL
+  channels.
+- Changes from version 0.13.14:
+  + Enhancements:
+- TpContact now supports modifying the contact's groups on
+  connection managers which implement
+  Connection.Interface.ContactGroups.
+- It's now possible to get a list of TpChannelRequest objects
+  from a TpObserveChannelsContext or TpHandleChannelsContext;
+  adding hints to channel requests, and retrieving them again,
+  is supported with telepathy-mission-control ≥ 5.7.2.
+- tp_account_channel_request_create_and_observe_channel_async()
+  and friends, analogous to
+  tp_account_channel_request_create_and_handle_channel_async()
+  but for Observers rather than Handlers, have been added.
+- Code is now generated to emit and listen for the
+  PropertiesChanged signal on org.freedesktop.DBus.Properties.
+  Note that TpDBusPropertiesMixin does not emit this signal on
+  it own, nor does TpPr

commit tracker for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package tracker for openSUSE:Factory
checked in at Mon May 2 15:45:16 CEST 2011.




--- GNOME/tracker/tracker.changes   2011-02-17 10:51:33.0 +0100
+++ /mounts/work_src_done/STABLE/tracker/tracker.changes2011-04-29 
01:37:03.0 +0200
@@ -1,0 +2,196 @@
+Thu Apr 28 02:03:38 UTC 2011 - g...@novell.com
+
+- Add tracker-nautilus-extension-compile-gtk3.patch to compile
+  nautilus extension with gtk3 (bnc#689447, bgo#645954). Add call
+  to autoreconf needed by the patch.
+
+---
+Wed Apr 27 09:37:37 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.10.10:
+  + libtracker-data: Support ontology changing regarding
+nrl:InverseFunctionalProperty
+  + libtracker-miner:
+- Limit extractions to 10 at any given time
+- Limit the number of statements sent to the store per request
+  + tracker-extract:
+- Complete relicensing from GPL to LGPL for C++ files missed
+- Fixed critical about locale when run from command line
+- Fixed critical when finalizing the controller object
+- Fixed crash with new QApplication() and passed argv parameter
+  + tracker-needle: Fixed email query which was using
+tracker:coalesce() with 1 argument
+  + Ontology updates.
+  + Bugs fixed: nokia#249028, nokia#244787, nokia#248059.
+  + Updated translations.
+- Changes from version 0.10.9:
+  + Now tracker-info --turtle allows exporting resources in Turtle
+RDF
+  + libtracker-common:
+- Re-instate setrlimit() and clamp between 256Mb and 50% memory
+  capacity for RLIMIT_{AS|DATA}
+- Don't apply setrlimit() constraints to spawned processes
+  (inherited anyway)
+  + libtracker-data: Error when OFFSET, LIMIT, GROUP or ORDER are
+used with ASK queries
+  + libtracker-sparql: Fixed libtracker_sparql_LDFLAGS missing "\",
+causing export of all symbols
+  + libtracker-extract: Added new unit test for IPTC records are
+read correctly
+  + tracker-extract:
+- Added a controller thread to be able to shutdown quickly on
+  pre-unmount signals
+- Cleaned up debugging considerably and print summary on start
+  up
+  + Ontology updates.
+  + Bugs fixed: bgo#646834, bgo#647548, nokia#238770, nokia#245998,
+nokia#244267, nokia#241302, nokia#245589, nokia#245373,
+nokia#213419, nokia#240681.
+  + Updated translations.
+- Drop update-rest.patch: fixed upstream.
+- Drop call to autoreconf.
+
+---
+Mon Apr 11 08:01:53 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.10.8:
+  + libtracker-data: Protect tracker_db_cursor_get_* with mutex
+  + libtracker-bus: There is no BatchUpdateArray, UpdateArray is
+always considered a batch operation.
+  + libtracker-sparql: Fix build from tarball
+  + tracker-store: Increase maximum signal size from 1000 to 5
+triples.
+  + tracker-store: Fix UpdateArray to use low priority request
+  + Bugs fixed: bgo#642883, nokia#244556.
+- Changes from version 0.10.7:
+  + Introspection support for libtracker-{sparql|miner|extract}.
+  + libtracker-sparql: Fixed test case on cancellation error check.
+  + tracker-extract: oasis: Avoid invalid frees on non-NULL
+ pointers.
+  + tracker-needle:
+- Cancel previous operations when switching views.
+- Improve "icons" or "images" category to allow filtering by
+  all or title.
+  + Bugs fixed: bgo#644997, bgo#646365, bgo#646374, bgo#644455,
+nokia#244536, nokia#242253, nokia#229461, nokia#237582,
+nokia#240272, nokia#241659.
+  + Updated translations.
+- Update BuildRequires to use vala-devel (instead of
+  vala-unstable-devel) and add gobject-introspection-devel to build
+  introspection support.
+
+---
+Mon Apr  4 10:08:17 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.10.6:
+  + New Feature: Added INSERT OR REPLACE SPARQL, using UPDATE gives
+us ca. 25% speed improvement in some cases.
+  + libtracker-common: Only use encoding guessing when confidence
+is > 30%.
+  + libtracker-data: Added new functions tracker:case-fold() and
+tracker:lower-case().
+  + libtracker-sparql: Handle GSpawnError thrown by GDBus
+  + tracker-needle:
+- Model reworked showin no delay loading thousands of items.
+- Improve error handling.
+  + Bugs fixed: bgo#645380, bgo#645934, bgo#645963, bgo#645675,
+nokia#241833, nokia#235445, nokia#241206, nokia#240168,
+nokia#240582.
+- Drop fix-evolution-build.patch: fixed upstream.
+- Remove configure --enable-tracker-search-tool option, no longer
+  present upstream.
+
+---
+Mon Mar 28 11:53:18 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.10.5:
+  + libtracker-common: Fix localtime handling with historic UTC
+offsets.
+  + libtracker-data: Fix graph 

commit librest for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package librest for openSUSE:Factory
checked in at Mon May 2 15:37:31 CEST 2011.




--- librest/librest.changes 2010-12-08 10:41:26.0 +0100
+++ /mounts/work_src_done/STABLE/librest/librest.changes2011-04-28 
14:21:21.0 +0200
@@ -1,0 +2,73 @@
+Thu Apr 28 12:16:26 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.7.10:
+  + Introduce rest_proxy_call_upload to provide progress feedback.
+  + youtube-proxy: Added upload progress callbacks.
+  + Added documentation to rest_proxy_call_upload.
+  + bmc#13746: proxy-call: Allow customisation of data
+serialization.
+
+---
+Mon Apr  4 11:23:48 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.7.9:
+  + Add "disable-cookies" construction property to RestProxy.
+
+---
+Wed Mar 23 09:30:35 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.7.8:
+  + Add youtube proxy for uploaded video.
+  + Fix introspection build.
+- Drop librest-fix-introspection.patch: fixed upstream.
+
+---
+Sun Mar 20 23:29:29 CET 2011 - dims...@opensuse.org
+
+- Update to version 0.7.7:
+  + Fix a few introspection issues
+  + oauth-proxy:
+- Use POST method to do OAuth 1.0 authentication.
+- Added 'signature-host' propery.
+- Add librest-fix-introspection.patch: fix introspection build.
+  Taken from upstream, commit e9c917.
+
+---
+Thu Mar  3 09:48:11 CET 2011 - vu...@opensuse.org
+
+- Update to version 0.7.6:
+  + API for manually constructing and outputting XML
+- Changes from version 0.7.5:
+  + Introspection build fixes
+- Changes from version 0.7.4:
+  + Add cookie support to rest-proxy.
+  + proxy-call: Add continuous call mode
+  + Various bug fixes.
+- Changes from version 0.7.3:
+  + Fix memory corruption in oauth-proxy-call.
+- Changes from version 0.7.2:
+  + post-twitter: use the correct URL endpoint
+  + Plug leak.
+- Changes from version 0.7.1:
+  + Flickr: add upload support
+  + Various bug fixes.
+  + Improved documentation.
+- Changes from version 0.7.0:
+  + Remove FacebookProxy
+  + Add Lastfm proxy
+  + Add a oauth2 proxy
+  + Add RestParam and RestParams types
+  + Flickr proxy: Allow specifying the permissions required in the
+login url
+  + Various bug fixes.
+  + Improved documentation.
+- Drop librest-fbconnect-url.patch: facebook features got removed
+  upstream.
+- Change BuildRequires to pkgconfig() ones: glib2-devel to
+  glib-2.0, libsoup-devel to libsoup-2.4 and libsoup-gnome-2.4,
+  libxml2-devel to libxml-2.0.
+- Add pkgconfig(gobject-introspection-1.0) BuildRequires to enable
+  introspection.
+- Update Url tag.
+
+---

calling whatdependson for head-i586


Old:

  librest-fbconnect-url.patch
  rest-0.6.3.tar.bz2

New:

  rest-0.7.10.tar.bz2



Other differences:
--
++ librest.spec ++
--- /var/tmp/diff_new_pack.wg8xZ9/_old  2011-05-02 15:36:06.0 +0200
+++ /var/tmp/diff_new_pack.wg8xZ9/_new  2011-05-02 15:36:06.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package librest (Version 0.6.3)
+# spec file for package librest
 #
-# 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,19 +20,19 @@
 Name:   librest
 %define _name   rest
 %define soname  0
-%define abi 0.6
-Version:0.6.3
+%define abi 0.7
+Version:0.7.10
 Release:1
-# FIXME: once we package > 0.7.5, enable introspection support (currently 
broken)
 License:LGPLv2.1
 Summary:Library to access RESTful web services
-Url:http://moblin.org/projects/librest
+Url:http://git.gnome.org/browse/librest/
 Group:  Development/Libraries/GNOME
-Source0:
http://download.moblin.org/sources/rest/0.6/%{_name}-%{version}.tar.bz2
-Patch1: librest-fbconnect-url.patch
-BuildRequires:  glib2-devel
-BuildRequires:  libsoup-devel
-BuildRequires:  libxml2-devel
+Source0:
http://download.gnome.org/sources/rest/0.7/%{_name}-%{version}.tar.bz2
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
+BuildRequires:  pkgconfig(libsoup-2.4)
+BuildRequires:  pkgconfig(libsoup-gnome-2.4)
+BuildRequires:  pkgconfig(libxml-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -85,11 +85,10 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
-%patch1 -p1
 
 %build
 %configure --disable-static
-

commit totem-pl-parser for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package totem-pl-parser for openSUSE:Factory
checked in at Mon May 2 15:35:57 CEST 2011.




--- GNOME/totem-pl-parser/totem-pl-parser.changes   2010-10-20 
11:40:31.0 +0200
+++ /mounts/work_src_done/STABLE/totem-pl-parser/totem-pl-parser.changes
2011-04-05 11:51:07.0 +0200
@@ -1,0 +2,25 @@
+Mon Mar 21 15:47:53 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.32.4:
+  + Fix --enable-quvi option
+  + Fix getting past the last line of PLS files
+  + Add "content-type" property when available
+
+---
+Sun Feb 27 13:42:57 UTC 2011 - a...@suse.de
+
+- Change lang package Requires to Recommends since it is not
+  mandatory at runtime.
+
+---
+Thu Feb 24 14:11:56 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.32.3:
+  + quvi related build fixes
+- Changes from version 2.32.2:
+  + Parse links to video websites using libquvi
+  + Fix parsing data from broken HTTP servers
+  + Fix warning when opening a directory fails
+  + Fix parsing some ASF redirections masquerading as WMA files
+
+---

calling whatdependson for head-i586


Old:

  totem-pl-parser-2.32.1.tar.bz2

New:

  totem-pl-parser-2.32.4.tar.bz2



Other differences:
--
++ totem-pl-parser.spec ++
--- /var/tmp/diff_new_pack.OO0fFX/_old  2011-05-02 15:34:51.0 +0200
+++ /var/tmp/diff_new_pack.OO0fFX/_new  2011-05-02 15:34:51.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package totem-pl-parser (Version 2.32.1)
+# spec file for package totem-pl-parser
 #
-# 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
@@ -19,7 +19,7 @@
 
 
 Name:   totem-pl-parser
-Version:2.32.1
+Version:2.32.4
 Release:1
 License:LGPLv2.0+
 Group:  Productivity/Multimedia/Video/Players
@@ -34,7 +34,7 @@
 BuildRequires:  libxml2-devel
 BuildRequires:  translation-update-upstream
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   %{name}-lang = %{version}
+Recommends: %{name}-lang
 
 %description
 totem-pl-parser is a simple GObject-based library to parse a host of

++ totem-pl-parser-2.32.1.tar.bz2 -> totem-pl-parser-2.32.4.tar.bz2 ++
 36862 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 libiptcdata for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package libiptcdata for openSUSE:Factory
checked in at Mon May 2 15:34:43 CEST 2011.




--- libiptcdata/libiptcdata.changes 2010-04-28 16:35:14.0 +0200
+++ /mounts/work_src_done/STABLE/libiptcdata/libiptcdata.changes
2011-02-27 14:39:45.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb 27 13:39:45 UTC 2011 - a...@suse.de
+
+- Change lang package Requires to Recommends since it is not
+  mandatory at runtime.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libiptcdata.spec ++
--- /var/tmp/diff_new_pack.dYDUpE/_old  2011-05-02 15:34:06.0 +0200
+++ /var/tmp/diff_new_pack.dYDUpE/_new  2011-05-02 15:34:06.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libiptcdata (Version 1.0.4)
+# spec file for package libiptcdata
 #
-# 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:   libiptcdata
 Version:1.0.4
-Release:2
+Release:12
 Url:http://libiptcdata.sourceforge.net/
 Group:  System/Libraries
 License:LGPLv2.1+
@@ -29,7 +29,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkg-config
 Requires:   libiptcdata0
-Requires:   %{name}-lang = %{version}
+Recommends: %{name}-lang
 
 %description
 libiptcdata is a library for parsing, editing, and saving IPTC data.






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-05-02 Thread h_root

Hello community,

here is the log from the commit of package json-glib for openSUSE:Factory
checked in at Mon May 2 15:33:56 CEST 2011.




--- GNOME/json-glib/json-glib.changes   2010-09-25 13:56:24.0 +0200
+++ /mounts/work_src_done/STABLE/json-glib/json-glib.changes2011-02-11 
13:18:18.0 +0100
@@ -1,0 +2,9 @@
+Fri Feb 11 12:16:25 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.12.2:
+  + Implement support for bare values in JsonGenerator
+  + Do not require GLib 2.20 for the test suite
+  + Do not lose precision when serializing floating point values
+  + Improve introspection data
+
+---

calling whatdependson for head-i586


Old:

  json-glib-0.12.0.tar.bz2

New:

  json-glib-0.12.2.tar.bz2



Other differences:
--
++ json-glib.spec ++
--- /var/tmp/diff_new_pack.2mobzL/_old  2011-05-02 15:33:35.0 +0200
+++ /var/tmp/diff_new_pack.2mobzL/_new  2011-05-02 15:33:35.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package json-glib (Version 0.12.0)
+# spec file for package json-glib
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 
 Name:   json-glib
-Version:0.12.0
+Version:0.12.2
 Release:1
 Summary:Library for JavaScript Object Notation format
 License:LGPLv2.1+

++ json-glib-0.12.0.tar.bz2 -> json-glib-0.12.2.tar.bz2 ++
 9961 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 libgee for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package libgee for openSUSE:Factory
checked in at Mon May 2 15:33:23 CEST 2011.




--- libgee/libgee.changes   2010-09-27 08:01:57.0 +0200
+++ /mounts/work_src_done/STABLE/libgee/libgee.changes  2011-03-21 
16:47:49.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 21 16:37:11 CET 2011 - dims...@opensuse.org
+
+- Update to version 0.6.1:
+  +  Fix memory leaks in LinkedList.
+
+---

calling whatdependson for head-i586


Old:

  libgee-0.6.0.tar.bz2

New:

  libgee-0.6.1.tar.bz2



Other differences:
--
++ libgee.spec ++
--- /var/tmp/diff_new_pack.VFYBxL/_old  2011-05-02 15:32:23.0 +0200
+++ /var/tmp/diff_new_pack.VFYBxL/_new  2011-05-02 15:32:23.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libgee (Version 0.6.0)
+# spec file for package libgee
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Luis Medinas, Portugal
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 
 
 Name:   libgee
-Version:0.6.0
+Version:0.6.1
 Release:1
 Summary:GObject-based library providing commonly used data structures
 License:LGPLv2.1+

++ libgee-0.6.0.tar.bz2 -> libgee-0.6.1.tar.bz2 ++
 37132 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 libgtop for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package libgtop for openSUSE:Factory
checked in at Mon May 2 15:32:15 CEST 2011.




--- GNOME/libgtop/libgtop.changes   2011-03-21 17:56:17.0 +0100
+++ /mounts/work_src_done/STABLE/libgtop/libgtop.changes2011-03-31 
12:07:17.0 +0200
@@ -1,0 +2,10 @@
+Mon Mar 28 13:58:57 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.28.3:
+  + Fix build issue for strict linkers.
+  + Add Introspection support
+  + Updated translations.
+- Add gobject-introspection-devel to BuildRequires, to enable
+  introspection.
+
+---

calling whatdependson for head-i586


Old:

  libgtop-2.28.2.tar.bz2

New:

  libgtop-2.28.3.tar.bz2



Other differences:
--
++ libgtop.spec ++
--- /var/tmp/diff_new_pack.IBSvpM/_old  2011-05-02 15:29:26.0 +0200
+++ /var/tmp/diff_new_pack.IBSvpM/_new  2011-05-02 15:29:26.0 +0200
@@ -20,8 +20,8 @@
 Name:   libgtop
 License:GPLv2+
 Group:  Development/Libraries/GNOME
-Version:2.28.2
-Release:5
+Version:2.28.3
+Release:1
 # WARNING: After changing versions please call Re or rpmbuild to auto-update 
spec file:
 #%(sh %{_sourcedir}/%{name}_spec-update.sh %{_sourcedir} %{name} libgtop-2_0)
 %define libgtop-2_0_name 7
@@ -31,6 +31,7 @@
 Source99:   baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
+BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  xorg-x11-devel
@@ -142,6 +143,7 @@
 %defattr(-, root, root)
 %doc AUTHORS COPYING NEWS README copyright.txt
 %{_libdir}/*.so.*
+%{_libdir}/girepository-1.0/GTop-2.0.typelib
 
 %files devel
 %defattr(-, root, root)
@@ -149,6 +151,7 @@
 %{_libdir}/*.so
 %{_libdir}/*.*a
 %{_libdir}/pkgconfig/*.pc
+%{_datadir}/gir-1.0/GTop-2.0.gir
 %{_datadir}/gtk-doc
 %{_datadir}/gtk-doc/html
 %{_datadir}/gtk-doc/html/libgtop

++ libgtop-2.28.2.tar.bz2 -> libgtop-2.28.3.tar.bz2 ++
 45774 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 pangomm for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package pangomm for openSUSE:Factory
checked in at Mon May 2 15:29:17 CEST 2011.




--- GNOME/pangomm/pangomm.changes   2010-12-10 00:09:46.0 +0100
+++ /mounts/work_src_done/STABLE/pangomm/pangomm.changes2011-04-29 
23:35:21.0 +0200
@@ -1,0 +2,35 @@
+Fri Apr 29 23:04:16 UTC 2011 - dims...@opensuse.org
+
+- Update to version 2.28.2:
+  + bgo#645669: Install the m4 files even without
+--enable-maintainer-mode, as with other modules.
+- Use source services: download_url and set_version.
+
+---
+Mon Mar 28 13:32:47 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.28.1:
+  + Avoid a tarball dependency on mm-common.
+- Changes from version 2.28.0:
+  + regenerated tarball due to changes in an m4 macro in mm-common.
+
+---
+Wed Feb 23 13:04:08 UTC 2011 - a...@mizerski.pl
+
+- Update to version 2.27.1:
+  + LayoutIter: This now has a copy constructor.
+  + Layout::get_iter(): There is now a version of this method that
+returns a LayoutIter. The version with the output parameter is
+now deprecated.
+- Remove libsigc++2-devel and update-desktop-files BuildRequires.
+- Change BuildRequires to pkgconfig() ones:
+  + old ones: cairomm-devel, glibmm2-devel, pango-devel.
+  + pkgconfig() ones: cairomm-1.0, glibmm-2.4, pangocairo.
+- Remove explicit Requires for glibmm2-devel, cairomm-devel,
+  atk-devel and pango-devel in devel subpackage: they will
+  automatically be added the pkgconfig() way.
+- Remove Requires for devel subpackage in doc subpackage: it's not
+  really needed.
+- Pass --disable-static to configure.
+
+---

calling whatdependson for head-i586


Old:

  pangomm-2.26.3.tar.bz2

New:

  _service
  _service:download_url:pangomm-2.28.2.tar.bz2
  _service:set_version:pangomm.spec



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

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


# Update baselibs.conf when changing this
%define so_ver -1_4-1

Name:   pangomm
Version:2.28.2
Release:1
Group:  Development/Libraries/C and C++
License:GPLv2+ ; LGPLv2.0+
Summary:C++ interface for pango
Url:http://www.gtkmm.org
Source: %{name}-%{version}.tar.bz2
BuildRequires:  fdupes
BuildRequires:  gcc-c++
BuildRequires:  pkgconfig(cairomm-1.0)
BuildRequires:  pkgconfig(glibmm-2.4)
BuildRequires:  pkgconfig(pangocairo)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
pangomm provides a C++ interface to the pango library.

%package -n libpangomm%{so_ver}

License:GPLv2+ ; LGPLv2.0+
Group:  Development/Libraries/C and C++
Summary:C++ interface for pango

%description -n libpangomm%{so_ver}
pangomm provides a C++ interface to the pango library.

%package devel
License:GPLv2+ ; LGPLv2.0+
Group:  Development/Libraries/C and C++
Summary:C++ interface for pango -- Development Files
Requires:   libpangomm%{so_ver} = %{version}

%description devel
pangomm provides a C++ interface to the pango library.

%package doc
License:GPLv2+ ; LGPLv2.0+
Group:  Development/Libraries/C and C++
Summary:C++ interface for pango -- Developer Documentation

%description doc
pangomm provides a C++ interface to the pango library.

%prep
%setup

%build
%configure --disable-static
make %{?jobs:-j%jobs}

%install
%makeinstall
rm %{buildroot}%{_libdir}/*.la
%fdupes %{buildroot}

%clean
rm -rf %{buildroot}

%post -n libpangomm%{so_ver} -p /sbin/ldconfig

%postun -n libpangomm%{so_ver} -p /sbin/ldconfig

%files -n libpangomm%{so_ver}
%defattr (-, root, root)
%doc AUTHORS NEWS README
%{_libdir}/*.so.*

%files devel
%defattr (-, root, root)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/pangomm-1.4

%files doc
%defattr (-, root, root)
%{_datadir}/devhelp/books/pangomm-1.4/
%{_datadir}/doc/pangomm-1.4/
# Avoid BuildRequires on devhelp
%dir %{_datadir}/devhelp
%dir %{_datadir}/devhelp/books

%changelog
++

commit vala for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package vala for openSUSE:Factory
checked in at Mon May 2 15:26:04 CEST 2011.




--- GNOME/vala/vala.changes 2011-01-09 16:20:32.0 +0100
+++ /mounts/work_src_done/STABLE/vala/vala.changes  2011-04-04 
16:21:31.0 +0200
@@ -1,0 +2,51 @@
+Mon Apr  4 11:18:50 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.12.0:
+  + Add get_next_char to string class.
+  + Many bug fixes and binding updates.
+- Changes from version 0.11.7:
+  + Add support for async signal handlers.
+  + More refactoring in the code generator.
+  + Improvements to the .gir writer.
+  + Many bug fixes and binding updates.
+- Changes from version 0.11.6:
+  + Add parse and try_parse methods to boolean and numeric types.
+  + Add clutter-gtk-1.0 bindings.
+  + Add pixmap-1 bindings.
+  + Many bug fixes and binding updates.
+- Changes from version 0.11.5:
+  + Add last_index_of and last_index_of_char to string class.
+  + More refactoring in the code generator.
+  + Improvements to the .gir writer.
+  + Many bug fixes and binding updates.
+- Changes from version 0.11.4:
+  + Add index_of, index_of_char, and char_count to string class.
+  + Many bug fixes and binding updates.
+- Changes from version 0.11.3:
+  + Support BusName sender parameter in GDBus servers.
+  + More refactoring in the code generator.
+  + Many bug fixes and binding updates.
+- Changes from version 0.11.2:
+  + Update libnotify bindings to 0.7.0.
+  + Improvements to the .gir reader.
+  + Bug fixes and binding updates.
+- Changes from version 0.11.1:
+  + Require and target GLib >= 2.16.
+  + Guard access to out parameters to allow null arguments.
+  + Add support for local constants.
+  + Support file descriptor passing with GDBus.
+  + Support cached property values in GDBus clients.
+  + Support Cancellable parameter in GDBus clients.
+  + Support no-reply methods in GDBus clients and servers.
+  + More refactoring in the code generator.
+  + Many bug fixes and binding updates.
+- Changes from version 0.11.0:
+  + Use byte indices for strings.
+  + Use uint8[] for binary data in bindings.
+  + Add support for parallel compilation.
+  + Improve compiler performance.
+  + More refactoring in the code generator.
+  + Many bug fixes and binding updates.
+- Drop vala-bgo638902-shotwell-fix.patch: fixed upstream.
+
+---

calling whatdependson for head-i586


Old:

  vala-0.10.2.tar.bz2
  vala-bgo638902-shotwell-fix.patch

New:

  vala-0.12.0.tar.bz2



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.P8NeWw/_old  2011-05-02 15:23:24.0 +0200
+++ /var/tmp/diff_new_pack.P8NeWw/_new  2011-05-02 15:23:24.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package vala (Version 0.10.2)
+# spec file for package vala
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -18,21 +18,19 @@
 
 
 Name:   vala
-Version:0.10.2
-Release:2
-%define vala_version 0.10
-%define vala_libversion 0_10
+Version:0.12.0
+Release:1
+%define vala_version 0.12
+%define vala_libversion 0_12
 # The priority defines which version of vala, in case of multiple ones are 
installed
 # is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR 
without
 # decimal separator, hoping they will not get to the idea to crate a 0.100 
release.
-%define vala_priority 10
+%define vala_priority 12
 License:LGPLv2.0
 Summary:Programming language for GNOME
 Url:http://live.gnome.org/Vala
 Group:  Development/Languages/Other
 Source0:http://www.paldo.org/vala/vala-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM vala-bgo638902-shotwell-fix.patch bgo#638902 
vu...@opensuse.org -- Fix to avoid a build error in shotwell 0.8.0, based on 
patch from git
-Patch0: vala-bgo638902-shotwell-fix.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -79,7 +77,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --with-pic --enable-vapigen
@@ -146,6 +143,6 @@
 %defattr(-,root,root,-)
 %{_includedir}/vala-%{vala_version}/
 %{_libdir}/libvala-%{vala_version}.so
-%{_libdir}/pkgconfig/vala-%{vala_version}.pc
+%{_libdir}/pkgconfig/libvala-%{vala_version}.pc
 
 %changelog

++ vala-0.10.2.tar.bz2 -> vala-0.12.0.tar.bz2 ++
 497502 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 libgnomeprintui for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package libgnomeprintui for openSUSE:Factory
checked in at Mon May 2 15:23:13 CEST 2011.




--- GNOME/libgnomeprintui/libgnomeprintui.changes   2010-09-28 
13:27:04.0 +0200
+++ /mounts/work_src_done/STABLE/libgnomeprintui/libgnomeprintui.changes
2011-02-27 14:39:13.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb 27 13:39:13 UTC 2011 - a...@suse.de
+
+- Change lang package Requires to Recommends since it is not
+  mandatory at runtime.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libgnomeprintui.spec ++
--- /var/tmp/diff_new_pack.GCPUxa/_old  2011-05-02 15:22:42.0 +0200
+++ /var/tmp/diff_new_pack.GCPUxa/_new  2011-05-02 15:22:42.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libgnomeprintui (Version 2.18.6)
+# spec file for package libgnomeprintui
 #
-# 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
@@ -28,7 +28,7 @@
 %endif
 #
 Version:2.18.6
-Release:1
+Release:5
 Summary:User Interface Part of the GNOME Printing Library
 Source: %{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
@@ -37,7 +37,7 @@
 Requires:   libgnomeprint >= 2.10.0
 Requires:   libgnomecups >= 0.2.0
 Requires:   libgnomesu
-Requires:   %{name}-lang = %{version}
+Recommends: %{name}-lang
 
 %description
 This library contains all user-interface related functions to the GNOME






Remember to have fun...

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



commit libgnomeprint for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package libgnomeprint for openSUSE:Factory
checked in at Mon May 2 15:22:34 CEST 2011.




--- GNOME/libgnomeprint/libgnomeprint.changes   2010-09-28 21:32:38.0 
+0200
+++ /mounts/work_src_done/STABLE/libgnomeprint/libgnomeprint.changes
2011-02-27 14:37:49.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb 27 13:37:49 UTC 2011 - a...@suse.de
+
+- Change lang package Requires to Recommends since it is not
+  mandatory at runtime.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libgnomeprint.spec ++
--- /var/tmp/diff_new_pack.qLqgfH/_old  2011-05-02 15:22:11.0 +0200
+++ /var/tmp/diff_new_pack.qLqgfH/_new  2011-05-02 15:22:11.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libgnomeprint (Version 2.18.8)
+# spec file for package libgnomeprint
 #
-# 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
@@ -41,7 +41,7 @@
 %endif
 #
 Version:2.18.8
-Release:1
+Release:5
 Summary:The GNOME 2.x Printing Library
 Source: %{name}-%{version}.tar.bz2
 Source1:libgnomeprint-icons.tar.gz
@@ -50,7 +50,7 @@
 Patch:  libgnomeprint-suseconfig.dif
 Patch1: libgnomeprint.patch
 Patch3: libgnomeprint-pdf-invalid-path-176712.patch
-Requires:   %{name}-lang = %{version}
+Recommends: %{name}-lang
 
 %description
 This package contains the GNOME 2.x printing library, which provides a






Remember to have fun...

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



commit libxklavier for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package libxklavier for openSUSE:Factory
checked in at Mon May 2 15:22:04 CEST 2011.




--- GNOME/libxklavier/libxklavier.changes   2010-01-15 02:41:52.0 
+0100
+++ /mounts/work_src_done/STABLE/libxklavier/libxklavier.changes
2011-04-19 07:45:41.0 +0200
@@ -1,0 +2,17 @@
+Tue Apr 19 05:44:44 UTC 2011 - r...@suse.de
+
+- Update baselibs.conf (libxklavier16 instead of libxklavier12)
+
+---
+Mon Feb 14 14:59:49 UTC 2011 - fcro...@novell.com
+
+- Update to version 5.1:
+  + Expanding APIs for GNOME 3 needs:
+- converting ISO codes to translatable names (it was private,
+  now public)
+- search by pattern
+  + Using X11 API through pkg-config
+  + One race condition eliminated
+  + XInput2 version checking: looking for support of DevicePresence
+
+---

calling whatdependson for head-i586


Old:

  libxklavier-5.0.tar.bz2

New:

  libxklavier-5.1.tar.bz2



Other differences:
--
++ libxklavier.spec ++
--- /var/tmp/diff_new_pack.fgRnUn/_old  2011-05-02 15:21:41.0 +0200
+++ /var/tmp/diff_new_pack.fgRnUn/_new  2011-05-02 15:21:41.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libxklavier (Version 5.0)
+# spec file for package libxklavier
 #
-# 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
@@ -22,7 +22,7 @@
 BuildRequires:  doxygen glib2-devel gtk-doc iso-codes-devel libxml2-devel 
pkg-config xorg-x11-devel
 License:GPLv2+ ; LGPLv2.1+
 Group:  Development/Libraries/X11
-Version:5.0
+Version:5.1
 Release:1
 Summary:Library with X keyboard related functions
 Source: %{name}-%{version}.tar.bz2

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.fgRnUn/_old  2011-05-02 15:21:41.0 +0200
+++ /var/tmp/diff_new_pack.fgRnUn/_new  2011-05-02 15:21:41.0 +0200
@@ -1 +1 @@
-libxklavier12
+libxklavier16

++ libxklavier-5.0.tar.bz2 -> libxklavier-5.1.tar.bz2 ++
 16483 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 libsoup for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory
checked in at Mon May 2 15:20:52 CEST 2011.




--- GNOME/libsoup/libsoup.changes   2010-11-30 10:36:16.0 +0100
+++ /mounts/work_src_done/STABLE/libsoup/libsoup.changes2011-04-26 
17:13:05.0 +0200
@@ -1,0 +2,135 @@
+Tue Apr 26 14:31:00 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.34.1:
+  + Two multipart forms/Content-Disposition fixes:
+. UTF-8-encoded header encoding/decoding rules updated to match
+  RFC 5987. In particular, a UTF-8-encoded filename parameter
+  in Content-Disposition will now override an ASCII one.
+. When not using UTF-8-encoded filenames in
+  Content-Disposition, always quote the filename, since some
+  servers erroneously fail to handle non-quoted ones.
+  (bgo#641280)
+  + Fixed several memory leaks
+  + Fixed decoding base64 data: URLs (bgo#646896)
+  + Fixed a bug in soup_uri_to_string() in which (invalid) port
+numbers could be output as negative numbers (tripping up a
+WebKit "sanity checking" test) (bgo#647767)
+  + Fixed a cache corruption bug in SoupCache (bgo#648285)
+  + Fixed a crash in SoupSessionSync when using
+soup_session_abort().
+
+---
+Tue Apr  5 11:46:27 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.34.0:
+  + Fixed the GMainContext handling of the new
+SoupProxyResolverDefault (which among other things fixes
+gstreamer usage inside epiphany). bgo#646201
+  + Tweaked the introspection Makefile rules to fix a problem
+building on Debian/Ubuntu. bgo#645505
+  + Belated bumped the shared library versioning to reflect the
+API additions since 2.32.0
+
+---
+Tue Mar 22 13:15:30 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.33.92:
+  + LIBSOUP NO LONGER DEPENDS ON GCONF OR LIBPROXY. (see below).
+  + Added SoupProxyResolverDefault, which uses uses gio's
+GProxyResolver to resolve proxies [bgo#642982]
+Despite the "default" in the name, it is not used by
+default, for compatibility reasons, but it is available in
+plain libsoup, not libsoup-gnome. (Of course, it depends on
+having glib-networking installed.)
+  + Updated SoupProxyResolverGNOME to be based on
+SoupProxyResolverDefault, but explicitly requesting the
+"gnome" GProxyResolver if it is available [bgo#625898], and
+removed the old code that used GConf and libproxy directly.
+  + Added soup_server_disconnect(), to explicitly disconnect a
+SoupServer, since it is not possible to g_object_unref() it
+from memory-managed language bindings. [bgo#638576]
+  + SoupDate now parses month names case-insensitively [bgo#644048]
+  + Avoid a g_return_if_fail() when using
+SOUP_COOKIE_JAR_ACCEPT_NO_THIRD_PARTY with non-http URIs
+(file:, data:, etc). [bgo#643226]
+  + SoupCookieJar now catches overflows when parsing very
+distant dates [bgo#643462]
+  + Fixed a buggy interaction between request body streaming and
+restarted requests. Added some new tests
+to tests/chunk-test.c to make sure that a specific
+(unsupported!) way of using those methods would not get
+broken in the future.
+  + Fixed soup_socket_get_remote_address(), which had been
+broken since 2.33.4 (and which in turn caused
+soup_client_context_get_address/_get_host to be broken).
+[bgo#645227]
+- Drop gconf2-devel and libproxy-devel BuildRequires.
+
+---
+Tue Feb 22 18:09:27 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.33.90:
+  + glib-networking is a compile and runtime dependency now.
+  + bgo#642075: fixed a bug in talking to servers with virtual
+hosts with Unicode names (IDNs).
+  + bgo#640414: added a "Connection: Keep-Alive" header when
+talking to HTTP/1.0 hosts, to improve performance.
+  + bgo#642028: changed SoupCache to not cache
+multipart/x-mixed-replace content.
+- Changes from version 2.33.6:
+  + bgo#639768: made SoupSessionAsync do idle-connection cleanup
+more sanely, resulting in faster load times for pages with lots
+of subresources.
+  + bgo#639783: fixed soup_form_decode()'s behavior (and by
+extension, SoupServer query string handling) with datasets that
+contain multiple values for the same key, and added a test
+case.
+  + bgo#640556: fixed warnings pointed out by gcc 4.6, including a
+bug in SoupCache that would cause unnecessary revalidations.
+  + bgo#641022: belated copied a fix from the WebKit copy of
+soup-cache.c into ours, and fixed a bug in the local copy of
+soup-request-data.c, in preparation for making WebKit use
+the libsoup versions.
+- Changes from version 2.33.5:
+  + bgo#637741: fixed certain cases of
+soup_session_cancel_message() with SoupSessionSync that could
+previously c

commit libnotify for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package libnotify for openSUSE:Factory
checked in at Mon May 2 15:18:19 CEST 2011.




--- GNOME/libnotify/libnotify.changes   2010-10-04 12:19:43.0 +0200
+++ /mounts/work_src_done/STABLE/libnotify/libnotify.changes2011-03-22 
14:05:52.0 +0100
@@ -1,0 +2,47 @@
+Tue Mar 22 13:03:41 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.7.2:
+  + Add a way to change the application name
+  + Mark image_path as deprecated
+  + Allow properties to be set in any order
+
+---
+Mon Feb  7 14:14:22 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.7.1:
+  + Don't export private symbols
+  + Introspection support and annotations
+  + Documentation cleanups and fixes
+  + Ref the pixbuf passed to set_image_from_pixbuf
+  + Add tests for new capabilities and hints
+  + Update spec to mention "persistence" and "action-icons" server
+capability and "action-icons", "transient" and "resident"
+hints.
+  + Bump spec version to 1.2
+- Add gobject-introspection-devel BuildRequires to build
+  introspection.
+- Add support for source service checkout, with %BUILD_FROM_VCS:
+  + Add gnome-common, gtk-doc BuildRequires.
+  + Add call to ./autogen.sh.
+  + Enforce gtk-doc html generation by passing --enable-gtk-doc to
+configure.
+- Change devel package group from System/Libraries to
+  Development/Libraries/X11, to fix rpmlint warning.
+
+---
+Fri Dec 17 10:37:09 CET 2010 - vu...@opensuse.org
+
+- Update to version 0.7.0:
+  + Remove the ability to attach notifications to widgets or
+positions
+  + Add a test for the persistence server capability
+  + Port to use GBus instead of dbus-glib
+  + Add a macro to get library version number
+  + Remove GTK+ dependency from library
+  + Port tests to GTK+ 3
+- Remove pkgconfig(dbus-1), pkgconfig(dbus-glib-1),
+  pkgconfig(gtk+-2.0) BuildRequires.
+- Add explicit pkgconfig(gdk-pixbuf-2.0) BuildRequires.
+- Rename libnotify1 to libnotify4, following the soversion change.
+
+---

calling whatdependson for head-i586


Old:

  libnotify-0.6.0.tar.bz2

New:

  libnotify-0.7.2.tar.bz2



Other differences:
--
++ libnotify.spec ++
--- /var/tmp/diff_new_pack.SFP42i/_old  2011-05-02 15:16:39.0 +0200
+++ /var/tmp/diff_new_pack.SFP42i/_new  2011-05-02 15:16:39.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libnotify (Version 0.6.0)
+# spec file for package libnotify
 #
-# 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
@@ -19,13 +19,15 @@
 
 
 Name:   libnotify
-BuildRequires:  pkgconfig(dbus-1)
-BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  gobject-introspection-devel
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
-# libnotify works with both gtk+ 2 and gtk+ 3, and we need both at build time
-BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
-Version:0.6.0
+%if 0%{?BUILD_FROM_VCS}
+BuildRequires:  gnome-common
+BuildRequires:  gtk-doc
+%endif
+Version:0.7.2
 Release:1
 Url:http://www.galago-project.org/
 Group:  System/Libraries
@@ -38,13 +40,13 @@
 %description
 D-BUS notifications library.
 
-%package -n libnotify1
+%package -n libnotify4
 License:GPLv2+ ; LGPLv2.1+
 Group:  System/Libraries
 Summary:Notifications Library
 Recommends: notification-daemon
 
-%description -n libnotify1
+%description -n libnotify4
 D-BUS notifications library.
 
 %package tools
@@ -61,9 +63,9 @@
 
 %package devel
 License:LGPLv2.1+
-Group:  System/Libraries
+Group:  Development/Libraries/X11
 Summary:Notifications Library
-Requires:   libnotify1 = %{version}
+Requires:   libnotify4 = %{version}
 Provides:   libnotify-doc = %{version}
 Obsoletes:  libnotify-doc < %{version}
 
@@ -72,9 +74,15 @@
 
 %prep
 %setup -q
+%if 0%{?BUILD_FROM_VCS}
+[ -x ./autogens.sh ] && NOCONFIGURE=1 ./autogen.sh
+%endif
 
 %build
 %configure\
+%if 0%{?BUILD_FROM_VCS}
+--enable-gtk-doc \
+%endif
--disable-static
 make %{?jobs:-j%jobs}
 
@@ -85,15 +93,16 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -n libnotify1 -p /sbin/ldconfig
+%post -n libnotify4 -p /sbin/ldconfig
 
-%postun -n libnotify1 -p /sbin/ldconfig
+%postun -n libnotify4 -p /sbin/ldconfig
 
-%files -n libnotify1
+%files -n libnotify4
 %defattr (-, root, root)
 # README is empty
 %doc AUTHORS COPYING ChangeLog NEWS
 %{_libdir}

commit libcanberra for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package libcanberra for openSUSE:Factory
checked in at Mon May 2 15:16:00 CEST 2011.




--- GNOME/libcanberra/libcanberra.changes   2010-10-05 10:28:03.0 
+0200
+++ /mounts/work_src_done/STABLE/libcanberra/libcanberra.changes
2011-04-21 11:34:16.0 +0200
@@ -1,0 +2,33 @@
+Mon Mar  7 15:34:08 UTC 2011 - fcro...@novell.com
+
+- Fix directory ownership of
+  %{_libdir}/gnome-settings-daemon-3.0/gtk-modules in
+  gtk-module-common.
+- Remove --disable-rpath configure option: it's obsolete.
+
+---
+Wed Mar  2 16:06:54 CET 2011 - fcro...@novell.com
+
+- Update to version 0.28:
+  + enable gtk module by default in gnome3
+  + update login autostart files for gnome3
+- Stop making libcanberra-gtk-module-common noarch as there's a
+  file in %{_libdir}.
+
+---
+Fri Feb 18 12:28:26 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.27:
+  + add utility to play boot up sound
+  + systemd: add unit for bootup and shutdown sounds
+  + cache: don't use $HOME when it is not set
+  + gtk3: skip gtk_quit_add() for now
+- Remove libcanberra-gtkquit.patch: fixed upstream
+
+---
+Tue Feb 15 15:47:54 UTC 2011 - fcro...@novell.com
+
+- Enable gtk+ 3 build by setting build_gtk3 to 1.
+- Add libcanberra-gtkquit.patch: do not use removed GTK+ 3 API.
+
+---

calling whatdependson for head-i586


Old:

  libcanberra-0.26.tar.bz2

New:

  libcanberra-0.28.tar.bz2



Other differences:
--
++ libcanberra.spec ++
--- /var/tmp/diff_new_pack.q0PO9W/_old  2011-05-02 15:14:45.0 +0200
+++ /var/tmp/diff_new_pack.q0PO9W/_new  2011-05-02 15:14:45.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libcanberra (Version 0.26)
+# spec file for package libcanberra
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
 #
 
 
-%define build_gtk3 0
+%define build_gtk3 1
 
 Name:   libcanberra
-Version:0.26
+Version:0.28
 Release:1
 License:LGPLv2.0+
 Summary:Portable sound event library
@@ -81,7 +81,7 @@
 %if %build_gtk3
 
 %package gtk3-0
-
+License:LGPLv2.0+
 
 Summary:Portable sound event library -- GTK+ 3 Library
 Group:  System/Libraries
@@ -104,7 +104,6 @@
 %if %build_gtk3
 Recommends: %{name}-gtk3-module
 %endif
-BuildArch:  noarch
 %gconf_schemas_prereq
 
 %description gtk-module-common
@@ -135,8 +134,7 @@
 %if %build_gtk3
 
 %package gtk3-module
-
-
+License:LGPLv2.0+
 Summary:Portable sound event library -- GTK+ 3 Module
 Group:  System/Libraries
 Requires:   %{name}-gtk-module-common = %{version}
@@ -193,7 +191,7 @@
 %setup -q
 
 %build
-%configure --with-pic --disable-static --disable-rpath --enable-pulse 
--enable-alsa --enable-null --with-builtin=dso
+%configure --with-pic --disable-static --enable-pulse --enable-alsa 
--enable-null --with-builtin=dso V=1
 %__make %{?jobs:-j%jobs}
 
 %install
@@ -257,6 +255,9 @@
 %dir %{_sysconfdir}/X11/xinit
 %dir %{_sysconfdir}/X11/xinit/xinitrc.d
 %{_sysconfdir}/X11/xinit/xinitrc.d/libcanberra-gtk-module.sh
+%dir %{_libdir}/gnome-settings-daemon-3.0
+%dir %{_libdir}/gnome-settings-daemon-3.0/gtk-modules
+%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/canberra-gtk-module.desktop
 
 %files gtk2-module
 %defattr(-, root, root)

++ libcanberra-0.26.tar.bz2 -> libcanberra-0.28.tar.bz2 ++
 23310 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 gtk3 for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package gtk3 for openSUSE:Factory
checked in at Mon May 2 15:14:31 CEST 2011.




--- GNOME/gtk3/gtk3.changes 2011-02-13 22:25:39.0 +0100
+++ /mounts/work_src_done/STABLE/gtk3/gtk3.changes  2011-04-26 
15:11:45.0 +0200
@@ -1,0 +2,104 @@
+Tue Apr 26 12:52:49 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.9:
+  + Fix some interference between XI2 and input methods, XEmbed and
+user-time tracking.
+  + Theming improvements
+- Make it possible to give combo boxes, buttons, entries a
+  uniform height.
+  + GtkGrid now does RTL flipping like other containers.
+  + Updated translations.
+
+---
+Mon Apr  4 09:33:53 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.8:
+  + The size negotiation optimizations turned out to have
+problematic side effects in some applications, and have been
+reverted for now
+  + Fix prelight of selected row expanders
+  + Bugs fixed: bgo#645341, bgo#646446, bgo#646462, bgo#646498.
+  + Updated translations
+- Changes from version 3.0.7:
+  + Performance improvements for theming and size allocation
+  + Thread-safety fixes in file chooser and app chooser code
+  + GtkStatusIcon can now receive icon size hints from the tray
+it is embedded in
+  + RTL fixes for GtkGrid and GtkWidget::halign
+  + Bugs fixed: bgo#639584, bgo#642918, bgo#645232.
+
+---
+Mon Mar 28 11:26:55 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.6:
+  + Export dark themes for the window manager.
+  + Make selectable labels work again.
+  + Updated translations.
+
+---
+Wed Mar 23 21:55:46 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.5:
+  + reverts a problematic change in 3.0.4 which caused application
+font settings to be ignored.
+- Changes from version 3.0.4:
+  + New style classes for 'inline' toolbars and sidebars have been
+added.
+  + Theming fixes and enhancement in many widgets, including
+GtkRange, GtkFileChooser, GtkNotebook, GtkTreeview and
+GtkRadioButton.
+  + Bugs fixed: bgo#640692, bgo#642712, bgo#644836, bgo#644975,
+bgo#644976, bgo#645057, bgo#645134, bgo#645172, bgo#645234,
+bgo#645235, bgo#645405, bgo#635254.
+  + Updated translations.
+- Changes from version 3.0.3:
+  + Support for the GDK_NATIVE_WINDOWS environment variable has
+been removed
+  + Bugs fixed: bgo#642604, bgo#643416, bgo#644119, bgo#644248,
+bgo#644276, bgo#644348, bgo#644353, bgo#644355, bgo#644570.
+  + Updated translations.
+
+---
+Mon Mar  7 15:41:33 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.2:
+  + GtkSettings have been made multi-backend-safe
+  + Many improvements to themability and the default theme:
+- GtkScale slider theming can adjust to scale marks, using
+  style classes.
+- A new style class for 'primary' toolbars
+- Widget style classes can now be specified in GtkBuilder
+  files.
+- Improved scrollbar drawing
+- Improved combobox drawing
+- Improved spinbutton drawing
+- Improved switch drawing
+- Improved checkbutton drawing
+- Improved menu drawing
+- Improved notebook tab drawing
+  + Bugs fixed: bgo#643041, bgo#643131, bgo#643170, bgo#643216,
+bgo#643321, bgo#643347, bgo#643370, bgo#643440, bgo#643496,
+bgo#643543, bgo#643584, bgo#643630, bgo#643685, bgo#643911,
+bgo#643912, bgo#643925, bgo#643967, bgo#644089.
+
+---
+Tue Feb 22 09:25:22 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.1:
+  + A autoconf macro, GTK_CHECK_BACKEND, has been added
+to allow easy checking for certain gdk backends
+  + A number of memory leaks and segfaults involving accessibility
+have been fixed
+  + Bugs fixed: bgo#586201, bgo#599907, bgo#626730, bgo#630971,
+bgo#633291, bgo#642213, bgo#642263, bgo#642541, bgo#642677,
+bgo#642681, bgo#642751, bgo#642771, bgo#642772, bgo#642778,
+bgo#642782, bgo#642791.
+  + Updated translations.
+
+---
+Sat Feb 19 10:42:29 CET 2011 - vu...@opensuse.org
+
+- Remove update-alternatives Requires in devel subpackage, since we
+  don't use this mechanism anymore there.
+
+---

calling whatdependson for head-i586


Old:

  gtk+-3.0.0.tar.bz2

New:

  gtk+-3.0.9.tar.bz2



Other differences:
--
++ gtk3.spec ++
--- /var/tmp/diff_new_pack.JssSSy/_old  2011-05-02 15:13:59.0 +0200
+++ /var/tmp/diff_new_pack.JssSSy/_new  2011-05-02 15:13:59.0 +0200
@@ -22,7 +22,7 @@
 
 N

commit libxml++ for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package libxml++ for openSUSE:Factory
checked in at Mon May 2 15:13:36 CEST 2011.




--- GNOME/libxml++/libxml++.changes 2010-10-15 09:26:55.0 +0200
+++ /mounts/work_src_done/STABLE/libxml++/libxml++.changes  2011-04-27 
00:00:13.0 +0200
@@ -1,0 +2,23 @@
+Tue Apr 26 23:55:01 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.34.1:
+  + Do not require mm-common during the tarball build.
+- Changes from version 2.34.0:
+  + Build fix.
+- Changes from version 2.33.1:
+  + Node::remove_child(): Fix a memory management problem
+introduced in 2.33.1.
+  + Document::do_write_to_stream(), Schema::set_document(): Check
+the results from xmlSchemaNewDocParserCtxt() and
+xmlSaveFormatFileTo() (bgo#635846)
+- Changes from version 2.33.1:
+  + (Hopefully) allow separate and multi-threaded libxml2 usage by
+not using the global xmlRegisterNodeDefault() and
+xmlDeregisterNodeDefault() callbacks.
+  + Do not call xmlCleanupParser() when the library is unloaded,
+because it is brutal and can break other parts of applications
+that try to use libxml separately.
+  + Minor code improvement.
+  + Build: Build the examples by default.
+
+---

calling whatdependson for head-i586


Old:

  libxml++-2.32.0.tar.bz2

New:

  libxml++-2.34.1.tar.bz2



Other differences:
--
++ libxml++.spec ++
--- /var/tmp/diff_new_pack.lF6RLI/_old  2011-05-02 15:11:45.0 +0200
+++ /var/tmp/diff_new_pack.lF6RLI/_new  2011-05-02 15:11:45.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libxml++ (Version 2.32.0)
+# spec file for package libxml++
 #
-# 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:  libxml2-devel
 License:LGPLv2.1+
 Group:  Development/Libraries/C and C++
-Version:2.32.0
+Version:2.34.1
 Release:1
 Summary:C++ Interface for XML Files
 Source: %{name}-%{version}.tar.bz2

++ libxml++-2.32.0.tar.bz2 -> libxml++-2.34.1.tar.bz2 ++
 21007 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 libbonobo for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package libbonobo for openSUSE:Factory
checked in at Mon May 2 15:04:57 CEST 2011.




--- GNOME/libbonobo/libbonobo.changes   2010-12-19 22:40:52.0 +0100
+++ /mounts/work_src_done/STABLE/libbonobo/libbonobo.changes2011-04-04 
15:43:40.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr  4 13:38:17 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.32.1:
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  libbonobo-2.32.0.tar.bz2

New:

  libbonobo-2.32.1.tar.bz2



Other differences:
--
++ libbonobo.spec ++
--- /var/tmp/diff_new_pack.dKfREt/_old  2011-05-02 15:04:14.0 +0200
+++ /var/tmp/diff_new_pack.dKfREt/_new  2011-05-02 15:04:14.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libbonobo (Version 2.32.0)
+# spec file for package libbonobo
 #
-# 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
@@ -30,8 +30,8 @@
 BuildRequires:  popt-devel
 BuildRequires:  translation-update-upstream
 Summary:The Bonobo Component System for the GNOME 2.x Desktop Platform
-Version:2.32.0
-Release:3
+Version:2.32.1
+Release:1
 License:GPLv2+ ; LGPLv2.1+
 # Obsolete for >=9.1:
 Obsoletes:  bonobo-activation

++ libbonobo-2.32.0.tar.bz2 -> libbonobo-2.32.1.tar.bz2 ++
 1898 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 pango for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package pango for openSUSE:Factory
checked in at Mon May 2 15:04:07 CEST 2011.




--- GNOME/pango/pango.changes   2011-03-01 08:25:23.0 +0100
+++ /mounts/work_src_done/STABLE/pango/pango.changes2011-05-02 
12:18:46.0 +0200
@@ -1,0 +2,22 @@
+Mon May  2 12:18:16 CEST 2011 - vu...@opensuse.org
+
+- Fix %pango_module_post/%pango_module_postun to create the right
+  file (pango.modules instead of pango.immodules).
+
+---
+Tue Apr  5 11:41:02 UTC 2011 - fcro...@novell.com
+
+- Update to version 1.28.4:
+  + Various introspection annotation fixes
+  + Build fixes
+  + Require glib >= 2.24.0
+  + Bugs fixed:
+- bgo#636348: Hex boxes are incorrectly scaled with non
+  identity cairo scale.
+- bgo#639882: Heap corruption in font parsing with FreeType2
+  backend.
+- Update Obsoletes on library package (from <= to < ).
+- Drop pango-CVE-2011-0064.patch and pango-CVE-2011-0020.patch:
+  fixed upstream.
+
+---

calling whatdependson for head-i586


Old:

  pango-1.28.3.tar.bz2
  pango-CVE-2011-0020.patch
  pango-CVE-2011-0064.patch

New:

  pango-1.28.4.tar.bz2



Other differences:
--
++ pango.spec ++
--- /var/tmp/diff_new_pack.1RPCmp/_old  2011-05-02 15:01:58.0 +0200
+++ /var/tmp/diff_new_pack.1RPCmp/_new  2011-05-02 15:01:58.0 +0200
@@ -22,9 +22,8 @@
 Name:   pango
 License:LGPLv2.1+
 Group:  System/Libraries
-Version:1.28.3
-Release:5
-# NOTE: on upgrade to a new upstream version, change the Obsoletes from <= to 
< (here and in baselibs.conf)
+Version:1.28.4
+Release:1
 Summary:Library for Layout and Rendering of Text
 Source: 
ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.18/%{name}-%{version}.tar.bz2
 Source1:README.SuSE
@@ -32,10 +31,6 @@
 Source99:   baselibs.conf
 # PATCH-FIX-UPSTREAM pango64.patch bgo129534 -- needed for biarch. 
Unfortunately, this is not good enough for usptream.
 Patch0: pango64.patch
-# PATCH-FIX-UPSTREAM pango-CVE-2011-0020.patch bnc#666101 CVE-2011-0020 
vu...@opensuse.org -- heap corruption in font parsing with FreeType2 backend
-Patch1: pango-CVE-2011-0020.patch
-# PATCH-FIX-UPSTREAM pango-CVE-2011-0064.patch bnc#672502 CVE-2011-0064. 
vu...@opensuse.org -- handle realloc failure in the buffer
-Patch2: pango-CVE-2011-0064.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gtk-doc
 BuildRequires:  pkg-config
@@ -62,8 +57,7 @@
 Group:  System/Libraries
 Requires(post): %{name}-tools
 Provides:   %{name} = %{version}
-# Note: we keep <= (and a rpmlint warning...) until we get a version higher 
than 1.28.3 (when this provides/obsoletes was introduced)
-Obsoletes:  %{name} <= %{version}
+Obsoletes:  %{name} < %{version}
 # bug437293
 %ifarch ppc64
 Obsoletes:  pango-64bit
@@ -132,8 +126,6 @@
 cp -a %{S:1} .
 %patch0 -p0
 %endif
-%patch1 -p1
-%patch2 -p1
 
 %build
 %configure --disable-static --with-pic

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.1RPCmp/_old  2011-05-02 15:01:58.0 +0200
+++ /var/tmp/diff_new_pack.1RPCmp/_new  2011-05-02 15:01:58.0 +0200
@@ -2,7 +2,7 @@
   +/etc/pango/pango(64)?.modules
   requires "pango-tools-"
   provides "pango- = "
-  obsoletes "pango- <= "
+  obsoletes "pango- < "
   post "%if "%_lib" == "lib64""
   post "if test -f %{_bindir}/pango-querymodules-64; then 
%{_bindir}/pango-querymodules-64 > 
%{_sysconfdir}/pango/pango64.modules; fi"
   post "%else"

++ macros.pango ++
--- /var/tmp/diff_new_pack.1RPCmp/_old  2011-05-02 15:01:58.0 +0200
+++ /var/tmp/diff_new_pack.1RPCmp/_new  2011-05-02 15:01:58.0 +0200
@@ -18,9 +18,9 @@
 # On install, update the cache
 %pango_module_post\
 %if "%_lib" == "lib64"\
-  %{_bindir}/pango-querymodules-64 > %{_sysconfdir}/pango/pango64.immodules   \
+  %{_bindir}/pango-querymodules-64 > %{_sysconfdir}/pango/pango64.modules \
 %else \
-  %{_bindir}/pango-querymodules > %{_sysconfdir}/pango/pango.immodules\
+  %{_bindir}/pango-querymodules > %{_sysconfdir}/pango/pango.modules  \
 %endif
 
 # On uninstall, update the cache. Note: we ignore upgrades (already
@@ -28,8 +28,8 @@
 %pango_module_postun  \
 if [ $1 -eq 0 ]; then \
   %if "%_lib" == "lib64"  \
-%{_bindir}/pango-querymodules-64 > %{_sysconfdir}/pango/pango64.immodules \
+%{_bindir}/

commit pixman for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package pixman for openSUSE:Factory
checked in at Mon May 2 15:01:46 CEST 2011.




--- pixman/pixman.changes   2010-10-29 13:47:34.0 +0200
+++ /mounts/work_src_done/STABLE/pixman/pixman.changes  2011-03-01 
12:52:03.0 +0100
@@ -1,0 +2,9 @@
+Fri Feb 11 16:42:19 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.20.2:
+  + Fix opacity check
+  + Improve handling of tangent circles
+  + Various bug fixes.
+  + Build fixes.
+
+---

calling whatdependson for head-i586


Old:

  pixman-0.20.0.tar.bz2

New:

  pixman-0.20.2.tar.bz2



Other differences:
--
++ pixman.spec ++
--- /var/tmp/diff_new_pack.NROf2o/_old  2011-05-02 15:00:52.0 +0200
+++ /var/tmp/diff_new_pack.NROf2o/_new  2011-05-02 15:00:52.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package pixman (Version 0.20.0)
+# spec file for package pixman
 #
-# 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
@@ -18,7 +18,7 @@
 
 
 Name:   pixman
-Version:0.20.0
+Version:0.20.2
 Release:1
 License:MIT License (or similar)
 Summary:Pixel manipulation library

++ pixman-0.20.0.tar.bz2 -> pixman-0.20.2.tar.bz2 ++
 8708 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/pixman-0.20.0/configure.ac new/pixman-0.20.2/configure.ac
--- old/pixman-0.20.0/configure.ac  2010-10-27 22:51:30.0 +0200
+++ new/pixman-0.20.2/configure.ac  2011-01-19 14:22:31.0 +0100
@@ -54,7 +54,7 @@
 
 m4_define([pixman_major], 0)
 m4_define([pixman_minor], 20)
-m4_define([pixman_micro], 0)
+m4_define([pixman_micro], 2)
 
 m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro])
 
@@ -652,10 +652,9 @@
 
 AC_MSG_CHECKING(for __thread)
 AC_LINK_IFELSE([
-#ifdef defined __MINGW32__ && !(__GNUC__ > 4 || (__GNUC__ == 4 && 
__GNUC_MINOR__ >= 5))
+#if defined(__MINGW32__) && !(__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ 
>= 5))
 #error This MinGW version has broken __thread support
 #endif
-#endif
 #ifdef __OpenBSD__
 #error OpenBSD has broken __thread support
 #endif
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/pixman-0.20.0/pixman/pixman-arm-neon-asm.S 
new/pixman-0.20.2/pixman/pixman-arm-neon-asm.S
--- old/pixman-0.20.0/pixman/pixman-arm-neon-asm.S  2010-10-27 
22:43:03.0 +0200
+++ new/pixman-0.20.2/pixman/pixman-arm-neon-asm.S  2011-01-19 
14:08:31.0 +0100
@@ -537,13 +537,13 @@
 
/**/
 
 .macro pixman_composite_add___process_pixblock_tail_head
-vld1.8  {d0, d1, d2, d3}, [SRC]!
+vld1.32 {d0, d1, d2, d3}, [SRC]!
 PF add PF_X, PF_X, #8
 PF tst PF_CTL, #0xF
-vld1.8  {d4, d5, d6, d7}, [DST_R, :128]!
+vld1.32 {d4, d5, d6, d7}, [DST_R, :128]!
 PF addne PF_X, PF_X, #8
 PF subne PF_CTL, PF_CTL, #1
-vst1.8  {d28, d29, d30, d31}, [DST_W, :128]!
+vst1.32 {d28, d29, d30, d31}, [DST_W, :128]!
 PF cmp PF_X, ORIG_W
 PF pld, [PF_SRC, PF_X, lsl #src_bpp_shift]
 PF pld, [PF_DST, PF_X, lsl #dst_bpp_shift]
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/pixman-0.20.0/pixman/pixman-bits-image.c 
new/pixman-0.20.2/pixman/pixman-bits-image.c
--- old/pixman-0.20.0/pixman/pixman-bits-image.c2010-10-27 
22:43:03.0 +0200
+++ new/pixman-0.20.2/pixman/pixman-bits-image.c2011-01-19 
14:12:16.0 +0100
@@ -297,6 +297,7 @@
 uint32_t *bottom_row;
 uint32_t *end;
 

commit cantarell-fonts for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package cantarell-fonts for openSUSE:Factory
checked in at Mon May 2 14:53:49 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/cantarell-fonts/cantarell-fonts.changes
2011-04-27 01:20:00.0 +0200
@@ -0,0 +1,51 @@
+---
+Tue Apr  5 12:06:59 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.0.6:
+  + bold l
+  + fix umlaut positions (bgo#646222)
+  + README fixes
+
+---
+Thu Mar 24 10:43:29 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.0.5:
+  + improved password entry glyph
+  + improved hyphen by making narrower
+  + improved licensing and FONTLOG metadata
+  + improved vertical metrics
+- Changes from version 0.0.4:
+  + improved hints on numerals and bold letters
+  + improved metrics
+
+---
+Thu Mar 24 09:36:42 UTC 2011 - fcro...@novell.com
+
+- Add fontconfig BuildRequires for directory ownership.
+
+---
+Tue Feb 22 18:15:27 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.0.3:
+  + create the tarball from the actual git master
+- Changes from version 0.0.2:
+  + improved hints, hinting related metrics
+  + added black circle glyph for password entries
+  + increased size of '^'
+  + fixed the fontconfig script not to override the global default
+- Remove call to autogen.sh since we don't use a git tarball
+  anymore.
+
+---
+Mon Jan 17 18:24:45 UTC 2011 - fcro...@novell.com
+
+- Fix fontconfig file path (/etc/fontconfig/conf.avail instead of
+  /usr/share/fontconfig/conf.avail) by setting configdir in
+  %make_install, and set cantarell as default font by linking it in
+  /etc/fontconfig/conf.d.
+
+---
+Wed Dec 15 18:17:11 CET 2010 - vu...@opensuse.org
+
+- Initial package (from git as of 2010-12-15).
+

calling whatdependson for head-i586


New:

  cantarell-fonts-0.0.6.tar.bz2
  cantarell-fonts.changes
  cantarell-fonts.spec



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

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



Name:   cantarell-fonts
Version:0.0.6
Release:1
License:SIL Open Font License 1.1
Summary:Contemporary Humanist Sans Serif Font
Url:http://live.gnome.org/CantarellFonts
Group:  System/X11/Fonts
Source: %{name}-%{version}.tar.bz2
# needed for directory ownership
BuildRequires:  fontconfig
BuildRequires:  pkg-config
PreReq: %suseconfig_fonts_prereq
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
The Cantarell font family is a contemporary Humanist sans serif designed
for on-screen reading.

%prep
%setup -q

%build
%configure

%install
%make_install configdir=%{_sysconfdir}/fonts/conf.avail
mkdir -p %{buildroot}/%{_sysconfdir}/fonts/conf.d
ln -s ../conf.avail/31-cantarell.conf %{buildroot}/%{_sysconfdir}/fonts/conf.d/

%post
%run_suseconfig_fonts

%postun
%run_suseconfig_fonts

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README COPYING
%{_sysconfdir}/fonts/conf.avail/31-cantarell.conf
%config(noreplace) %{_sysconfdir}/fonts/conf.d/31-cantarell.conf
%dir %{_datadir}/fonts/cantarell
%{_datadir}/fonts/cantarell/Cantarell-Bold.otf
%{_datadir}/fonts/cantarell/Cantarell-Regular.otf

%changelog





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-JSON-PP for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package perl-JSON-PP for openSUSE:Factory
checked in at Mon May 2 14:46:49 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-JSON-PP/perl-JSON-PP.changes  
2011-04-04 19:25:20.0 +0200
@@ -0,0 +1,6 @@
+---
+Mon Apr  4 17:25:14 UTC 2011 - co...@novell.com
+
+- initial package 2.27105
+* created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  JSON-PP-2.27105.tar.gz
  perl-JSON-PP.changes
  perl-JSON-PP.spec



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

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



Name:   perl-JSON-PP
Version:2.27105
Release:1
License:GPL+ or Artistic
%define cpan_name JSON-PP
Summary:JSON::XS compatible pure-Perl module.
Url:http://search.cpan.org/dist/JSON-PP/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-PP-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
%{perl_requires}

%description
This module is the JSON::XS manpage compatible pure Perl module. (Perl 5.8
or later is recommended)

JSON::XS is the fastest and most proper JSON module on CPAN. It is written
by Marc Lehmann in C, so must be compiled and installed in the used
environment.

JSON::PP is a pure-Perl module and has compatibility to JSON::XS.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

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

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

%changelog





Remember to have fun...

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



commit amanda for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package amanda for openSUSE:Factory
checked in at Mon May 2 14:42:11 CEST 2011.




--- amanda/amanda.changes   2011-02-10 00:58:44.0 +0100
+++ /mounts/work_src_done/STABLE/amanda/amanda.changes  2011-04-30 
17:33:20.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr 30 15:22:11 UTC 2011 - co...@opensuse.org
+
+- amanda-2.6.1p1-avoid-perl-provides.patch:
+  patch perl code not to trigger bogus perl provides
+
+---

calling whatdependson for head-i586


New:

  amanda-2.6.1p1-avoid-perl-provides.patch



Other differences:
--
++ amanda.spec ++
--- /var/tmp/diff_new_pack.b9Oe7V/_old  2011-05-02 14:41:17.0 +0200
+++ /var/tmp/diff_new_pack.b9Oe7V/_new  2011-05-02 14:41:17.0 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  cups-libs gawk libsmbclient libsmbclient-devel libxslt mailx 
mtx readline-devel
 %define package_version 2.6.1p1  
 Version:2.6.1.1
-Release:11
+Release:16
 PreReq: pwdutils permissions
 Requires:   dump /usr/bin/smbclient
 Requires:   perl = %{perl_version}
@@ -44,6 +44,7 @@
 Patch3: %{name}-%{package_version}-shellbang.patch
 Patch4: %{name}-%{package_version}-return_val.patch
 Patch5: %{name}-%{package_version}-newer_glib.patch
+Patch6: amanda-2.6.1p1-avoid-perl-provides.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -73,6 +74,7 @@
 %patch3
 %patch4
 %patch5
+%patch6 -p1
 
 %build
 ./autogen

++ amanda-2.6.1p1-avoid-perl-provides.patch ++
Index: amanda-2.6.1p1/perl/Amanda/BigIntCompat.pm
===
--- amanda-2.6.1p1.orig/perl/Amanda/BigIntCompat.pm 2008-12-16 
01:03:38.0 +0100
+++ amanda-2.6.1p1/perl/Amanda/BigIntCompat.pm  2011-04-30 17:21:41.515787668 
+0200
@@ -60,7 +60,8 @@ our $stringify = overload::Method($test_
 
 if ($test_num =~ /^\+/) {
 eval <<'EVAL';
-package Math::BigInt;
+package
+Math::BigInt;
 use overload 'eq' => sub {
my ($self, $other) = @_;
return "$self" eq "$other";
@@ -82,7 +83,8 @@ EVAL
 # by bigint2uint64().
 if (!$test_num->can("sign")) {
 eval <<'EVAL';
-   package Math::BigInt;
+   package 
+   Math::BigInt;
sub sign { ($_[0] =~ /^-/)? "-" : "+"; }
 EVAL
 die $@ if $@;
@@ -91,7 +93,8 @@ EVAL
 # similarly for bstr
 if (!$test_num->can("bstr")) {
 eval <<'EVAL';
-   package Math::BigInt;
+   package 
+   Math::BigInt;
sub bstr { "$_[0]"; }
 EVAL
 die $@ if $@;





Remember to have fun...

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



commit biosdevname for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package biosdevname for openSUSE:Factory
checked in at Mon May 2 14:41:08 CEST 2011.




--- biosdevname/biosdevname.changes 2008-11-24 17:47:20.0 +0100
+++ /mounts/work_src_done/STABLE/biosdevname/biosdevname.changes
2011-04-30 17:55:46.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr 30 15:55:06 UTC 2011 - crrodrig...@opensuse.org
+
+- fix build with gcc 4.6, wrong linker options 
+
+---

calling whatdependson for head-i586


New:

  biosdevname-0.2.4-wronglinking.patch



Other differences:
--
++ biosdevname.spec ++
--- /var/tmp/diff_new_pack.scCL71/_old  2011-05-02 14:39:30.0 +0200
+++ /var/tmp/diff_new_pack.scCL71/_new  2011-05-02 14:39:30.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package biosdevname (Version 0.2.4)
+# spec file for package biosdevname
 #
-# 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,10 +19,10 @@
 
 Name:   biosdevname
 Version:0.2.4
-Release:60
+Release:70
 Summary:Udev helper for naming devices per BIOS names
 Group:  System/Base
-License:GPL v2 only
+License:GPLv2
 Url:http://linux.dell.com/files/biosdevname/
 # SMBIOS and PCI IRQ Routing Tables only exist on these arches.  It's
 # also likely that other arches don't expect the PCI bus to be sorted
@@ -41,6 +41,7 @@
 Requires:   udev
 Patch0: %{name}-delete-unused-function.diff
 Patch1: %{name}-policy-all_names.diff
+Patch2: biosdevname-0.2.4-wronglinking.patch
 
 %description
 biosdevname in its simplest form takes an kernel name name as an
@@ -59,8 +60,10 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2
 
 %build
+autoreconf -fiv
 # this is a udev rule, so it needs to live in / rather than /usr
 %configure --disable-rpath --libdir=/%{_lib} --prefix=/ --bindir=/bin 
--sbindir=/sbin
 make %{?_smp_mflags}

++ biosdevname-0.2.4-wronglinking.patch ++
--- src/Makefile.am.orig
+++ src/Makefile.am
@@ -21,7 +21,6 @@ src_biosdevname_SOURCES =  \
src/dmidecode/util.c
 
 src_biosdevnameS_SOURCES =  $(src_biosdevname_SOURCES)
-src_biosdevnameS_LDFLAGS = -all-static
 
 EXTRA_DIST = \
src/bios_dev_name.h \





Remember to have fun...

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



commit brp-check-suse for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package brp-check-suse for openSUSE:Factory
checked in at Mon May 2 14:39:21 CEST 2011.




--- brp-check-suse/brp-check-suse.changes   2011-03-04 19:41:26.0 
+0100
+++ /mounts/work_src_done/STABLE/brp-check-suse/brp-check-suse.changes  
2011-04-29 01:48:29.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 29 01:48:13 CEST 2011 - r...@suse.de
+
+- try to make sure it really is a libtool file before taking any action
+
+---

calling whatdependson for head-i586




Other differences:
--
++ brp-check-suse.spec ++
--- /var/tmp/diff_new_pack.azqoRt/_old  2011-05-02 14:38:20.0 +0200
+++ /var/tmp/diff_new_pack.azqoRt/_new  2011-05-02 14:38:20.0 +0200
@@ -24,7 +24,7 @@
 AutoReqProv:off
 Summary:build root policy check scripts
 Version:1.0
-Release:39
+Release:40
 Source0:%{name}-%{version}.tar.bz2
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ brp-check-suse-1.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/brp-check-suse-1.0/brp-check-la 
new/brp-check-suse-1.0/brp-check-la
--- old/brp-check-suse-1.0/brp-check-la 2011-01-13 14:25:30.0 +0100
+++ new/brp-check-suse-1.0/brp-check-la 2011-04-29 01:47:19.0 +0200
@@ -6,6 +6,9 @@
 
 MASTER_ERROR_CODE=0
 for f in `find $RPM_BUILD_ROOT -type f -name "*.la" ` ; do
+   # first try to see if this really looks like a libtool file
+   grep -q "libdir=" $f || continue
+   grep -q "library_names=" $f || continue
ERROR_CODE=0
grep -q  "libdir=.*$RPM_BUILD_ROOT" $f && ERROR_CODE=1
grep -q "libdir=.*/usr/src/packages/BUILD/" $f && ERROR_CODE=2






Remember to have fun...

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



  1   2   >