commit automake for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package automake for openSUSE:Factory 
checked in at 2012-04-19 08:48:35

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


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

Changes:

--- /work/SRC/openSUSE:Factory/automake/automake-testsuite.changes  
2011-12-21 09:59:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.automake.new/automake-testsuite.changes 
2012-04-19 08:48:39.0 +0200
@@ -1,0 +2,224 @@
+Wed Apr 18 11:37:48 CEST 2012 - p...@suse.de
+
+- Update to 1.11.5:
+  Bugs fixed in 1.11.5:
+* Bugs introduced by 1.11.3:
+
+- Vala files with '.vapi' extension are now recognized and
+  handled correctly again.
+
+- Vala support work again for projects that contain some program
+  built from '.vala' (and possibly '.c') sources and some other
+  program built from '.c' sources *only*.
+
+---
+Fri Apr  6 15:51:31 UTC 2012 - tabra...@novell.com
+
+- Update to 1.11.4
+  * WARNING - future backward-incompatibilities:
+- The support for the obscure multilib feature has been deprecated,
+  and will be moved out of the automake core in the next major Automake
+  release (1.12).
+- The support for .log - .html conversion and the check-html and
+  recheck-html targets will be removed in the next major Automake
+  release (1.12).
+- The obsolescent AM_WITH_REGEX  macro has been deprecated (since the
+  GNU rx library has been decommissioned), and will be removed in the
+  next major Automake release (1.12).
+- The `lzma' compression format for distribution archives has been
+  deprecated in favor of `xz' and `lzip', and will be removed in the
+  next major Automake release (1.12).
+- The `--acdir' option of aclocal is deprecated, and will probably be
+  removed in the next major Automake release (1.12).
+- The exact order in which the directories in the aclocal macro
+  search path are looked up is probably going to be changed in the
+  next Automake release (1.12).
+- The Automake support for automatic de-ANSI-fication will be removed
+  in the next major Automake release (1.12).
+- Starting from the next Automake release (1.12), warnings in the
+  `extra-portability' category will be enabled by `-Wall' (right now,
+  one has to use `-Wextra-portability' explicitly).
+
+  * Misc changes:
+- The 'ar-lib' script now ignores the s (symbol index) and S (no
+  symbol index) modifiers as well as the s action, as the symbol index
+  is created unconditionally by Microsoft lib.  Also, the q (quick)
+  action is now a synonym for r (replace).  Also, the script has been
+  ignoring the v (verbose) modifier already since Automake 1.11.3
+- When the 'compile' script is used to wrap MSVC, it now accepts an
+  optional space between the -I, -L and -l options and their respective
+  arguments, for better POSIX compliance
+- There is an initial, experimental support for automatic dependency
+  tracking with tcc (the Tiny C Compiler).  Its associated depmode is
+  currently recognized as icc (but this and other details are likely
+  to change in future versions)
+- Automatic dependency tracking now works also with the IBM XL C/C++
+  compilers, thanks to the new new depmode 'xlc'
+
+  * Bugs fixed:
+- A definition of 'noinst_PYTHON' before 'python_PYTHON' (or similar)
+  don't cause spurious failures upon make install anymore
+- The user can now instruct the 'uninstall-info' rule not to update
+  the '${infodir}/dir' file by exporting the environment variable
+  'AM_UPDATE_INFO_DIR' to the value no.  This is done for consistency
+  with how the 'install-info' rule operates since automake 1.11.2.
+
+  * Long standing bugs:
+- It is now possible for a foo_SOURCES variable to hold Vala sources
+  together with C header files, as well as with sources and headers for
+  other supported languages (e.g., C++).  Previously, only mixing C and
+  Vala sources was supported
+- If aclocal --install is used, and the first directory specified with
+  '-I' is non-existent, aclocal will now create it before trying to copy
+  files in it
+- An empty declaration of a foo_PRIMARY don't cause anymore the
+  generated install rules to create an empty $(foodir) directory;
+  for example, if Makefile.am contains something like:
+
+  pkglibexec_SCRIPTS =
+  if FALSE
+  pkglibexec_SCRIPTS += bar.sh
+  endif
+
+  the $(pkglibexec) directory will not be created upon make install.
+
+- Changes from 1.11.3
+  - Automake's own build system is more silent by default, making 

commit cobbler for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package cobbler for openSUSE:Factory checked 
in at 2012-04-19 08:48:39

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


Package is cobbler, Maintainer is u...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/cobbler/cobbler.changes  2012-03-30 
14:19:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.cobbler.new/cobbler.changes 2012-04-19 
08:48:47.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 17 17:11:59 CEST 2012 - u...@suse.de
+
+- create a secret during installation
+
+---



Other differences:
--
++ cobbler.spec ++
--- /var/tmp/diff_new_pack.gDVgrT/_old  2012-04-19 08:48:49.0 +0200
+++ /var/tmp/diff_new_pack.gDVgrT/_new  2012-04-19 08:48:49.0 +0200
@@ -19,6 +19,16 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1)))}
 #%{!?python_sitelib: %define python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
+%if 0%{?suse_version}
+%define www_path /srv/
+%define apache_user wwwrun
+%define apache_group www
+%else
+%define www_path %{_var}
+%define apache_user apache
+%define apache_group apache
+%endif
+
 %define _binaries_in_noarch_packages_terminate_build 0
 Summary: Boot server configurator
 Name: cobbler
@@ -40,11 +50,9 @@
 Requires: apache2
 Requires: apache2-mod_python
 Requires: apache2-mod_wsgi
-BuildRequires: distribution-release
 #Requires: tftp
 Requires: syslinux
-#BuildRequires: apache2 apache2-mod_python tftp distribution-release
-BuildRequires: apache2 apache2-mod_python tftp
+BuildRequires: apache2 apache2-mod_python tftp distribution-release
 %else
 Requires: httpd
 Requires: tftp-server
@@ -136,7 +144,7 @@
 mv vendor-files/cobbler_firewall_settings 
$RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/cobbler
 PREFIX=--prefix=/usr
 mkdir -p $RPM_BUILD_ROOT/etc/apache2/vhosts.d
-mkdir -p $RPM_BUILD_ROOT/srv/www/logs
+mkdir -p $RPM_BUILD_ROOT/%{www_path}/www/logs
 %endif
 %{__python} setup.py install --optimize=1 --root=$RPM_BUILD_ROOT $PREFIX
 mkdir -p $RPM_BUILD_ROOT/usr/sbin
@@ -234,8 +242,8 @@
 %else
 %defattr(755,apache,apache)
 %endif
-%dir /srv/www/cobbler/svc/
-/srv/www/cobbler/svc/*
+%dir /%{www_path}/www/cobbler/svc/
+/%{www_path}/www/cobbler/svc/*
 %{_sbindir}/rccobblerd
 
 %defattr(755,root,root)
@@ -257,22 +265,16 @@
 %else
 %defattr(755,apache,apache)
 %endif
-%dir /srv/www/cobbler/
-%dir /srv/www/cobbler/localmirror
-%dir /srv/www/cobbler/repo_mirror
-%dir /srv/www/cobbler/ks_mirror
-%dir /srv/www/cobbler/ks_mirror/config
-%dir /srv/www/cobbler/links
-#%dir /var/www/cobbler/webui (MOVED to cobbler-web)
+%dir /%{www_path}/www/cobbler/
+%dir /%{www_path}/www/cobbler/localmirror
+%dir /%{www_path}/www/cobbler/repo_mirror
+%dir /%{www_path}/www/cobbler/ks_mirror
+%dir /%{www_path}/www/cobbler/ks_mirror/config
+%dir /%{www_path}/www/cobbler/links
 %dir /srv/www/cobbler/aux
-%if 0%{suse_version}
-%defattr(444,wwwrun,www)
-%else
-%defattr(444,apache,apache)
-%endif
-#/var/www/cobbler/webui/*(MOVED TO cobbler-web)
-/srv/www/cobbler/aux/anamon
-/srv/www/cobbler/aux/anamon.init
+%defattr(444,%{apache_user},%{apache_group})
+/%{www_path}/www/cobbler/aux/anamon
+/%{www_path}/www/cobbler/aux/anamon.init
 
 %defattr(755,root,root)
 %{_bindir}/cobbler
@@ -464,16 +466,19 @@
 #BuildArch: noarch
 Url: http://fedorahosted.org/cobbler/
 
+%post -n cobbler-web
+# Change the SECRET_KEY option in the Django settings.py file
+# required for security reasons, should be unique on all systems
+RAND_SECRET=$(openssl rand -base64 40 | sed 's/\//\\\//g')
+sed -i -e s/SECRET_KEY = ''/SECRET_KEY = \'$RAND_SECRET\'/ 
/usr/share/cobbler/web/settings.py
+
+
 %description -n cobbler-web
 
 Web interface for Cobbler that allows visiting http://server/cobbler_web to 
configure the install server.
 
 %files -n cobbler-web
-%if 0%{suse_version}
-%defattr(-,wwwrun,www)
-%else
-%defattr(-,apache,apache)
-%endif
+%defattr(-,%{apache_user},%{apache_group})
 %dir /usr/share/cobbler/web
 /usr/share/cobbler/web/*
 %if 0%{?suse_version} = 1030
@@ -482,9 +487,9 @@
 %config(noreplace) /etc/httpd/conf.d/cobbler_web.conf
 %endif
 %dir /var/lib/cobbler/webui_sessions
-%dir /srv/www/cobbler_webui_content
-%dir /srv/www/logs
-/srv/www/cobbler_webui_content/*
+%dir /%{www_path}/www/cobbler_webui_content
+%dir /%{www_path}/www/logs
+/%{www_path}/www/cobbler_webui_content/*
 %doc AUTHORS COPYING CHANGELOG README
 
 %changelog

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

commit installation-images for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2012-04-19 08:48:54

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


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

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2012-04-03 17:38:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2012-04-19 08:48:58.0 +0200
@@ -1,0 +2,11 @@
+Wed Apr 18 11:13:53 CEST 2012 - snw...@suse.de
+
+- efont-unicode was renamed
+
+---
+Tue Apr 17 15:55:45 CEST 2012 - snw...@suse.de
+
+- adjust rescue system setup
+- installkey.gpg no longer needed
+
+---

Old:

  installation-images-13.40.tar.bz2

New:

  installation-images-13.42.tar.bz2



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.8ryvz2/_old  2012-04-19 08:49:04.0 +0200
+++ /var/tmp/diff_new_pack.8ryvz2/_new  2012-04-19 08:49:04.0 +0200
@@ -60,7 +60,7 @@
 BuildRequires:  dump
 BuildRequires:  e2fsprogs
 BuildRequires:  ed
-BuildRequires:  efont-unicode
+BuildRequires:  efont-unicode-bitmap-fonts
 BuildRequires:  eject
 BuildRequires:  espeak
 BuildRequires:  ethtool
@@ -334,9 +334,9 @@
 Summary:Installation Image Files
 License:GPL-2.0+
 Group:  Metapackages
-Version:13.40
+Version:13.42
 Release:0
-Source: installation-images-13.40.tar.bz2
+Source: installation-images-13.42.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++ installation-images-13.40.tar.bz2 - installation-images-13.42.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.40/VERSION 
new/installation-images-13.42/VERSION
--- old/installation-images-13.40/VERSION   2012-04-03 15:57:06.0 
+0200
+++ new/installation-images-13.42/VERSION   2012-04-18 11:13:46.0 
+0200
@@ -1 +1 @@
-13.40
+13.42
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.40/changelog 
new/installation-images-13.42/changelog
--- old/installation-images-13.40/changelog 2012-04-03 15:57:10.0 
+0200
+++ new/installation-images-13.42/changelog 2012-04-18 11:13:51.0 
+0200
@@ -1,4 +1,11 @@
-2012-04-03:HEAD
+2012-04-18:HEAD
+   - efont-unicode was renamed
+
+2012-04-17:13.41
+   - adjust rescue system setup
+   - installkey.gpg no longer needed
+
+2012-04-03:13.40
- follow font package renaming
 
 2012-04-02:13.39
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-13.40/data/initrd/etc/prepare_rescue 
new/installation-images-13.42/data/initrd/etc/prepare_rescue
--- old/installation-images-13.40/data/initrd/etc/prepare_rescue
2011-02-21 15:47:04.0 +0100
+++ new/installation-images-13.42/data/initrd/etc/prepare_rescue
1970-01-01 01:00:00.0 +0100
@@ -1,26 +0,0 @@
-#! /bin/sh
-
-# ensure some trees are completely writable
-for i in /etc /media /root /var ; do
-  cp -aL $i ${i}_tmp
-  rm -rf $i
-  mv ${i}_tmp $i
-done
-
-if [ -f /mounts/initrd/etc/suse-blinux.conf ] ; then
-  grep -q '^brlname=none' /mounts/initrd/etc/suse-blinux.conf || {
-cp /mounts/initrd/etc/suse-blinux.conf /etc
-insserv brld
-insserv sbl
-  }
-fi
-
-# keep some initrd config files for rescue system
-for i in etc/modprobe.d/blacklist etc/modprobe.d/noload ; do
-  [ -f /mounts/initrd/$i ]  cp -f /mounts/initrd/$i /$i
-done
-
-rm -f /mounts/initrd/{*,.*}
-rmdir /mounts/initrd/* 2/dev/null
-rm -rf 
/mounts/initrd/{bin,download,etc,lbin,lib,modules,oldroot,root,sbin,tmp,usr,var}
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-13.40/data/initrd/initrd.file_list 
new/installation-images-13.42/data/initrd/initrd.file_list
--- old/installation-images-13.40/data/initrd/initrd.file_list  2012-03-26 
12:13:16.0 +0200
+++ new/installation-images-13.42/data/initrd/initrd.file_list  2012-04-17 
15:24:49.0 +0200
@@ -11,6 +11,7 @@
 d mounts
 d root
 d download
+d scripts
 d dev/pts dev/shm
 d var/lib/systemd/migrated
 
@@ -332,10 +333,10 @@
 
 if exists(suse-build-key)
   suse-build-key:
-m /usr/lib/rpm/gnupg/suse-build-key.gpg /installkey.gpg
+

commit k3b for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package k3b for openSUSE:Factory checked in 
at 2012-04-19 08:48:59

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


Package is k3b, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/k3b/k3b.changes  2011-09-23 02:04:29.0 
+0200
+++ /work/SRC/openSUSE:Factory/.k3b.new/k3b.changes 2012-04-19 
08:49:06.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr 15 20:36:11 UTC 2012 - dmuel...@suse.com
+
+- update buildrequires (taglib-libtag) 
+
+---



Other differences:
--
++ k3b.spec ++
--- /var/tmp/diff_new_pack.pEncKd/_old  2012-04-19 08:49:08.0 +0200
+++ /var/tmp/diff_new_pack.pEncKd/_new  2012-04-19 08:49:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package k3b
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,12 +22,12 @@
 
 Name:   k3b
 Version:2.0.2
-Release:16
+Release:0
 Summary:CD/DVD/Blu-ray Burning Application for KDE
-
 License:GPL-2.0+
-Url:http://www.k3b.org/
 Group:  Productivity/Multimedia/CD/Record
+
+Url:http://www.k3b.org/
 Source0:
http://prdownloads.sourceforge.net/k3b/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE initial-preference.diff llu...@novell.com -- Make the 
default handler for .iso files instead of Ark
 Patch0: initial-preference.diff
@@ -58,8 +58,8 @@
 BuildRequires:  libmusicbrainz-devel
 BuildRequires:  libsamplerate-devel
 BuildRequires:  libsndfile-devel
+BuildRequires:  libtag-devel
 BuildRequires:  libvorbis-devel
-BuildRequires:  taglib-devel
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
@@ -89,7 +89,6 @@
 
 %package devel
 Summary:Development files for k3b
-License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 

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



commit kaffeine for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package kaffeine for openSUSE:Factory 
checked in at 2012-04-19 08:49:06

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


Package is kaffeine, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kaffeine/kaffeine.changes2012-04-12 
09:27:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.kaffeine.new/kaffeine.changes   2012-04-19 
08:49:09.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 17 08:43:14 UTC 2012 - dmuel...@suse.com
+
+- fix build for older distros
+
+---



Other differences:
--
++ kaffeine.spec ++
--- /var/tmp/diff_new_pack.GybZsV/_old  2012-04-19 08:49:15.0 +0200
+++ /var/tmp/diff_new_pack.GybZsV/_new  2012-04-19 08:49:15.0 +0200
@@ -44,7 +44,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  libkde4-devel
-%if 0%{?suse_version}  1120 || !0%{?kde_updatedapps}
+%if 0%{?suse_version}  1120
 BuildRequires:  libksuseinstall-devel
 %endif
 BuildRequires:  libxine-devel
@@ -62,7 +62,7 @@
 %prep
 %setup -q -b 1
 %patch0
-%if 0%{?suse_version}  1120 || !0%{?kde_updatedapps}
+%if 0%{?suse_version}  1120
 %patch2
 %endif
 %patch3

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



commit kalzium for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package kalzium for openSUSE:Factory checked 
in at 2012-04-19 08:49:10

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


Package is kalzium, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kalzium/kalzium.changes  2012-04-12 
09:28:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kalzium.new/kalzium.changes 2012-04-19 
08:49:15.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr 16 09:59:27 UTC 2012 - idon...@suse.com
+
+- Add back glew-devel and python-devel BuildRequires to fix the
+  build. 
+
+---
+Sun Apr 15 20:37:34 UTC 2012 - dmuel...@suse.com
+
+- reduce buildrequires 
+
+---



Other differences:
--
++ kalzium.spec ++
--- /var/tmp/diff_new_pack.ZghSZV/_old  2012-04-19 08:49:26.0 +0200
+++ /var/tmp/diff_new_pack.ZghSZV/_new  2012-04-19 08:49:26.0 +0200
@@ -19,28 +19,21 @@
 Name:   kalzium
 BuildRequires:  boost-devel
 BuildRequires:  freeglut-devel
+BuildRequires:  glew-devel
 BuildRequires:  gsl-devel
 BuildRequires:  kdebase4-workspace-devel
-BuildRequires:  libcfitsio-devel
 BuildRequires:  libeigen2-devel
 BuildRequires:  libgmm++-devel
-BuildRequires:  libindi-devel
 BuildRequires:  libkdeedu4-devel
 BuildRequires:  libopenbabel-devel
 BuildRequires:  libqalculate-devel
 BuildRequires:  libspectre-devel
-BuildRequires:  python-qt4-devel
+BuildRequires:  python-devel
 BuildRequires:  readline-devel
 BuildRequires:  xz
-%if 0%{?sles_version} == 0
-BuildRequires:  glew-devel
-BuildRequires:  python
-BuildRequires:  python-devel
 %if 0%{?suse_version}  1120
 BuildRequires:  avogadro-devel
 %endif
-%py_requires
-%endif
 
 # currently in DOESNOTBUILD (2008-07-03)
 %ifnarch ppc ppc64 s390 s390x


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



commit kanagram for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package kanagram for openSUSE:Factory 
checked in at 2012-04-19 08:49:14

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


Package is kanagram, Maintainer is kanagram

Changes:

--- /work/SRC/openSUSE:Factory/kanagram/kanagram.changes2012-04-12 
09:28:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.kanagram.new/kanagram.changes   2012-04-19 
08:49:27.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr 15 20:39:33 UTC 2012 - dmuel...@suse.com
+
+- reduce buildrequires 
+
+---



Other differences:
--
++ kanagram.spec ++
--- /var/tmp/diff_new_pack.v9ulxD/_old  2012-04-19 08:49:27.0 +0200
+++ /var/tmp/diff_new_pack.v9ulxD/_new  2012-04-19 08:49:27.0 +0200
@@ -21,26 +21,14 @@
 BuildRequires:  freeglut-devel
 BuildRequires:  gsl-devel
 BuildRequires:  kdebase4-workspace-devel
-BuildRequires:  libcfitsio-devel
 BuildRequires:  libeigen2-devel
 BuildRequires:  libgmm++-devel
-BuildRequires:  libindi-devel
 BuildRequires:  libkdeedu4-devel
 BuildRequires:  libopenbabel-devel
 BuildRequires:  libqalculate-devel
 BuildRequires:  libspectre-devel
-BuildRequires:  python-qt4-devel
 BuildRequires:  readline-devel
 BuildRequires:  xz
-%if 0%{?sles_version} == 0
-BuildRequires:  glew-devel
-BuildRequires:  python
-BuildRequires:  python-devel
-%if 0%{?suse_version}  1120
-BuildRequires:  avogadro-devel
-%endif
-%py_requires
-%endif
 
 # currently in DOESNOTBUILD (2008-07-03)
 %ifnarch ppc ppc64 s390 s390x


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



commit kdebase4-workspace for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2012-04-19 08:49:18

Comparing /work/SRC/openSUSE:Factory/kdebase4-workspace (Old)
 and  /work/SRC/openSUSE:Factory/.kdebase4-workspace.new (New)


Package is kdebase4-workspace, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2012-04-17 21:58:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2012-04-19 08:49:28.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr 14 14:08:12 UTC 2012 - dmuel...@suse.com
+
+- remove dependency on google-gadgets
+
+---
python-kdebase4.changes: same change



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.cbwW6w/_old  2012-04-19 08:49:31.0 +0200
+++ /var/tmp/diff_new_pack.cbwW6w/_new  2012-04-19 08:49:31.0 +0200
@@ -41,9 +41,11 @@
 BuildRequires:  libdbusmenu-qt-devel
 BuildRequires:  libkactivities-devel
 BuildRequires:  libkde4-devel = %{version}
-BuildRequires:  libkdepimlibs4-devel
+BuildRequires:  libkdepimlibs4-devel = %{version}
 BuildRequires:  liblazy-devel
+%if %suse_version  1110
 BuildRequires:  libpolkit-qt-1-devel
+%endif
 BuildRequires:  libprison-devel
 BuildRequires:  libqalculate-devel
 BuildRequires:  libqimageblitz-devel
@@ -54,10 +56,6 @@
 BuildRequires:  pciutils-devel
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libxklavier)
-%if 0%{?suse_version} = 1140
-# dropped for 12.1
-BuildRequires:  google-gadgets-devel
-%endif
 %ifnarch s390 s390x
 BuildRequires:  libsensors4-devel
 %endif
@@ -134,8 +132,10 @@
 Requires:   desktop-data-openSUSE
 Requires:   kactivities4 = %{version}
 Requires:   kde4-kgreeter-plugins = %{version}
+%if %suse_version  1110
 Requires:   polkit-kde-agent-1
 Requires:   polkit-kde-kcmmodules-1
+%endif
 Recommends: kdebase4-SuSE
 Recommends: kwin
 Recommends: plasma-addons
@@ -143,9 +143,6 @@
 Recommends: python-kdebase4
 Suggests:   kdebase4-wallpapers
 Suggests:   kdm
-%if 0%{?suse_version} = 1140
-Suggests:   %{name}-google-gadgets
-%endif
 Requires(pre):  permissions
 %define debug_package_requires %{name} = %{version}-%{release} 
kdelibs4-debuginfo
 Provides:   kdebase3:/opt/kde3/bin/kicker
@@ -213,16 +210,6 @@
 This package can be installed on servers without any other KDE packages
 to enable monitoring them remotely with ksysguard.
 
-%package google-gadgets
-Summary:Google Gadgets support for Plasma
-Group:  System/GUI/KDE
-Requires:   %{name} = %{version}
-%requires_gelibqt4-x11
-%kde4_runtime_requires
-
-%description google-gadgets
-This package contains Google Gadgets support for the KDE workspace.
-
 %package -n kwin
 Summary:KDE Window Manager
 Group:  System/GUI/KDE
@@ -436,10 +423,6 @@
 
 %postun -p /sbin/ldconfig
 
-%post   google-gadgets -p /sbin/ldconfig
-
-%postun google-gadgets -p /sbin/ldconfig
-
 %post -n kdm
 %{_kde4_bindir}/genkdmconf
 %{remove_and_set -n displaymanager KDM_SHUTDOWN}
@@ -494,15 +477,6 @@
 %{_kde4_appsdir}/plasma/layout-templates
 %endif
 
-%if 0%{?suse_version}  1210
-
-%files google-gadgets
-%defattr(-,root,root)
-%doc COPYING COPYING.DOC README
-%{_kde4_modulesdir}/plasma_*_ggl.so
-%{_kde4_servicesdir}/plasma-*-googlegadgets.desktop
-%endif
-
 %files -n kde4-kgreeter-plugins
 %defattr(-,root,root)
 %{_kde4_modulesdir}/kgreet_*.so
@@ -602,7 +576,9 @@
 %config %{_kde4_configkcfgdir}/
 %{_kde4_datadir}/autostart/
 %{_kde4_datadir}/dbus-1/
+%if %suse_version  1110
 %{_kde4_datadir}/polkit-1/
+%endif
 %{_kde4_iconsdir}/Oxygen*
 %{_kde4_iconsdir}/hicolor/*/*/*
 %{_kde4_iconsdir}/oxygen/*/*
@@ -685,9 +661,5 @@
 %exclude %{_kde4_appsdir}/plasma-netbook/init
 %exclude %{_kde4_appsdir}/plasma/layout-templates
 %endif
-%if 0%{?suse_version}  1210
-%exclude %{_kde4_modulesdir}/plasma_*_ggl.so
-%exclude %{_kde4_servicesdir}/plasma-*-googlegadgets.desktop
-%endif
 
 %changelog




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



commit kdevplatform for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package kdevplatform for openSUSE:Factory 
checked in at 2012-04-19 08:49:23

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


Package is kdevplatform, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdevplatform/kdevplatform.changes
2012-03-20 17:48:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdevplatform.new/kdevplatform.changes   
2012-04-19 08:49:32.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 17 06:30:43 UTC 2012 - wstephen...@suse.com
+
+- update to 1.3.1
+  * no changelog
+
+---

Old:

  kdevplatform-1.3.0.tar.bz2

New:

  kdevplatform-1.3.1.tar.bz2



Other differences:
--
++ kdevplatform.spec ++
--- /var/tmp/diff_new_pack.1k83Ko/_old  2012-04-19 08:49:33.0 +0200
+++ /var/tmp/diff_new_pack.1k83Ko/_new  2012-04-19 08:49:33.0 +0200
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kdevplatform
-Version:1.3.0
+Version:1.3.1
 Release:0
 Summary:Base Package for Integrated Development Environments
 License:GPL-2.0+

++ kdevplatform-1.3.0.tar.bz2 - kdevplatform-1.3.1.tar.bz2 ++
 10310 lines of diff (skipped)

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



commit kgeography for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package kgeography for openSUSE:Factory 
checked in at 2012-04-19 08:49:27

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


Package is kgeography, Maintainer is kgeography

Changes:

--- /work/SRC/openSUSE:Factory/kgeography/kgeography.changes2012-04-12 
09:33:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.kgeography.new/kgeography.changes   
2012-04-19 08:49:35.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr 15 20:01:47 UTC 2012 - dmuel...@suse.com
+
+- reduce buildrequires 
+
+---



Other differences:
--
++ kgeography.spec ++
--- /var/tmp/diff_new_pack.6iwHH6/_old  2012-04-19 08:49:36.0 +0200
+++ /var/tmp/diff_new_pack.6iwHH6/_new  2012-04-19 08:49:36.0 +0200
@@ -21,10 +21,8 @@
 BuildRequires:  freeglut-devel
 BuildRequires:  gsl-devel
 BuildRequires:  kdebase4-workspace-devel
-BuildRequires:  libcfitsio-devel
 BuildRequires:  libeigen2-devel
 BuildRequires:  libgmm++-devel
-BuildRequires:  libindi-devel
 BuildRequires:  libkdeedu4-devel
 BuildRequires:  libopenbabel-devel
 BuildRequires:  libqalculate-devel
@@ -32,15 +30,6 @@
 BuildRequires:  python-qt4-devel
 BuildRequires:  readline-devel
 BuildRequires:  xz
-%if 0%{?sles_version} == 0
-BuildRequires:  glew-devel
-BuildRequires:  python
-BuildRequires:  python-devel
-%if 0%{?suse_version}  1120
-BuildRequires:  avogadro-devel
-%endif
-%py_requires
-%endif
 
 # currently in DOESNOTBUILD (2008-07-03)
 %ifnarch ppc ppc64 s390 s390x


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



commit khangman for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package khangman for openSUSE:Factory 
checked in at 2012-04-19 08:49:31

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


Package is khangman, Maintainer is khangman

Changes:

--- /work/SRC/openSUSE:Factory/khangman/khangman.changes2012-04-12 
09:33:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.khangman.new/khangman.changes   2012-04-19 
08:49:36.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr 15 20:14:20 UTC 2012 - dmuel...@suse.com
+
+- reduce buildrequires
+
+---



Other differences:
--
++ khangman.spec ++
--- /var/tmp/diff_new_pack.MsZdDx/_old  2012-04-19 08:49:37.0 +0200
+++ /var/tmp/diff_new_pack.MsZdDx/_new  2012-04-19 08:49:37.0 +0200
@@ -18,27 +18,16 @@
 
 Name:   khangman
 BuildRequires:  avogadro-devel
-BuildRequires:  boost-devel
 BuildRequires:  freeglut-devel
-BuildRequires:  glew-devel
-BuildRequires:  gsl-devel
 BuildRequires:  kdebase4-workspace-devel
-BuildRequires:  libcfitsio-devel
 BuildRequires:  libeigen2-devel
 BuildRequires:  libgmm++-devel
-BuildRequires:  libindi-devel
 BuildRequires:  libkdeedu4-devel
 BuildRequires:  libopenbabel-devel
 BuildRequires:  libqalculate-devel
 BuildRequires:  libspectre-devel
-BuildRequires:  python-qt4-devel
 BuildRequires:  readline-devel
 BuildRequires:  xz
-# currently in DOESNOTBUILD (2008-07-03)
-%ifnarch ppc ppc64 s390 s390x
-BuildRequires:  ocaml
-BuildRequires:  ocaml-facile
-%endif
 Version:4.8.2
 Release:0
 Summary:Hangman Game


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



commit kig for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package kig for openSUSE:Factory checked in 
at 2012-04-19 08:49:35

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


Package is kig, Maintainer is kig

Changes:

--- /work/SRC/openSUSE:Factory/kig/kig.changes  2012-04-12 09:33:49.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kig.new/kig.changes 2012-04-19 
08:49:38.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr 15 20:03:12 UTC 2012 - dmuel...@suse.com
+
+- reduce buildrequires
+
+---



Other differences:
--
++ kig.spec ++
--- /var/tmp/diff_new_pack.faan8M/_old  2012-04-19 08:49:39.0 +0200
+++ /var/tmp/diff_new_pack.faan8M/_new  2012-04-19 08:49:39.0 +0200
@@ -21,10 +21,8 @@
 BuildRequires:  freeglut-devel
 BuildRequires:  gsl-devel
 BuildRequires:  kdebase4-workspace-devel
-BuildRequires:  libcfitsio-devel
 BuildRequires:  libeigen2-devel
 BuildRequires:  libgmm++-devel
-BuildRequires:  libindi-devel
 BuildRequires:  libkdeedu4-devel
 BuildRequires:  libopenbabel-devel
 BuildRequires:  libqalculate-devel
@@ -33,7 +31,6 @@
 BuildRequires:  readline-devel
 BuildRequires:  xz
 %if 0%{?sles_version} == 0
-BuildRequires:  glew-devel
 BuildRequires:  python
 BuildRequires:  python-devel
 %if 0%{?suse_version}  1120


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



commit kiten for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package kiten for openSUSE:Factory checked 
in at 2012-04-19 08:49:39

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


Package is kiten, Maintainer is mfab...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/kiten/kiten.changes  2012-04-12 
09:34:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiten.new/kiten.changes 2012-04-19 
08:49:41.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 17 08:38:02 UTC 2012 - dmuel...@suse.com
+
+- reduce buildrequires
+
+---



Other differences:
--
++ kiten.spec ++
--- /var/tmp/diff_new_pack.aVqnQl/_old  2012-04-19 08:49:42.0 +0200
+++ /var/tmp/diff_new_pack.aVqnQl/_new  2012-04-19 08:49:42.0 +0200
@@ -21,10 +21,8 @@
 BuildRequires:  freeglut-devel
 BuildRequires:  gsl-devel
 BuildRequires:  kdebase4-workspace-devel
-BuildRequires:  libcfitsio-devel
 BuildRequires:  libeigen2-devel
 BuildRequires:  libgmm++-devel
-BuildRequires:  libindi-devel
 BuildRequires:  libkdeedu4-devel
 BuildRequires:  libopenbabel-devel
 BuildRequires:  libqalculate-devel
@@ -32,15 +30,6 @@
 BuildRequires:  python-qt4-devel
 BuildRequires:  readline-devel
 BuildRequires:  xz
-%if 0%{?sles_version} == 0
-BuildRequires:  glew-devel
-BuildRequires:  python
-BuildRequires:  python-devel
-%if 0%{?suse_version}  1120
-BuildRequires:  avogadro-devel
-%endif
-%py_requires
-%endif
 
 # currently in DOESNOTBUILD (2008-07-03)
 %ifnarch ppc ppc64 s390 s390x


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



commit klettres for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package klettres for openSUSE:Factory 
checked in at 2012-04-19 08:49:44

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


Package is klettres, Maintainer is klettres

Changes:

--- /work/SRC/openSUSE:Factory/klettres/klettres.changes2012-04-12 
09:34:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.klettres.new/klettres.changes   2012-04-19 
08:49:46.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 17 08:37:27 UTC 2012 - dmuel...@suse.com
+
+- reduce buildrequires
+
+---



Other differences:
--
++ klettres.spec ++
--- /var/tmp/diff_new_pack.k8fhR7/_old  2012-04-19 08:49:47.0 +0200
+++ /var/tmp/diff_new_pack.k8fhR7/_new  2012-04-19 08:49:47.0 +0200
@@ -21,10 +21,8 @@
 BuildRequires:  freeglut-devel
 BuildRequires:  gsl-devel
 BuildRequires:  kdebase4-workspace-devel
-BuildRequires:  libcfitsio-devel
 BuildRequires:  libeigen2-devel
 BuildRequires:  libgmm++-devel
-BuildRequires:  libindi-devel
 BuildRequires:  libkdeedu4-devel
 BuildRequires:  libopenbabel-devel
 BuildRequires:  libqalculate-devel
@@ -32,15 +30,6 @@
 BuildRequires:  python-qt4-devel
 BuildRequires:  readline-devel
 BuildRequires:  xz
-%if 0%{?sles_version} == 0
-BuildRequires:  glew-devel
-BuildRequires:  python
-BuildRequires:  python-devel
-%if 0%{?suse_version}  1120
-BuildRequires:  avogadro-devel
-%endif
-%py_requires
-%endif
 
 # currently in DOESNOTBUILD (2008-07-03)
 %ifnarch ppc ppc64 s390 s390x


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



commit kmod for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package kmod for openSUSE:Factory checked in 
at 2012-04-19 08:49:48

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


Package is kmod, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kmod/kmod.changes2012-03-13 
09:34:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmod.new/kmod.changes   2012-04-19 
08:49:57.0 +0200
@@ -1,0 +2,14 @@
+Wed Apr 18 10:58:03 UTC 2012 - rmila...@suse.com
+
+- Update to new upstream release 7
+* build-sys: don't set CFLAGS and LDFLAGS.
+* build-sys: re-organize configure.ac.
+* configure.ac: Move link only flags out of CFLAGS and into LDFLAGS.
+* Add CC_CHECK_LDFLAGS_APPEND m4 macro.
+* config: use order /etc, /run, /lib.
+* modprobe: set log prio to 0 if user passed -q arg.
+* modprobe: always try to remove all modules in command line.
+* modprobe: don't check if module builtin to decide if it's builtin.
+* modprobe: fix error path in removing modules.
+
+---

Old:

  kmod-6.tar.sign
  kmod-6.tar.xz

New:

  kmod-7.tar.sign
  kmod-7.tar.xz



Other differences:
--
++ kmod.spec ++
--- /var/tmp/diff_new_pack.jx64op/_old  2012-04-19 08:50:01.0 +0200
+++ /var/tmp/diff_new_pack.jx64op/_new  2012-04-19 08:50:01.0 +0200
@@ -21,7 +21,7 @@
 Summary:Utilities to load modules into the kernel
 License:LGPL-2.1+ and GPL-2.0+
 Group:  System/Kernel
-Version:6
+Version:7
 Release:0
 Url:http://www.politreco.com/2011/12/announce-kmod-2/
 
@@ -75,7 +75,7 @@
 Summary:Development files for libkmod
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Requires:   %lname = %version
+Requires:   %lname = %{version}
 
 %description -n libkmod-devel
 libkmod was created to allow programs to easily insert, remove and
@@ -89,11 +89,15 @@
 %patch -P 1 -p1
 
 %build
-autoreconf -fi;
+autoreconf -fi
 # The extra --includedir gives us the possibility to detect dependent
 # packages which fail to properly use pkgconfig.
-%configure --with-xz --with-zlib --includedir=%_includedir/%name-%version \
-   --with-rootlibdir=%{_libdir} --bindir=%{_bindir}
+%configure \
+   --with-xz \
+   --with-zlib \
+   --includedir=%_includedir/%{name}-%{version} \
+   --with-rootlibdir=%{_libdir} \
+--bindir=%{_bindir}
 make %{?_smp_mflags}
 
 %install

++ kmod-so-version.diff ++
--- /var/tmp/diff_new_pack.jx64op/_old  2012-04-19 08:50:01.0 +0200
+++ /var/tmp/diff_new_pack.jx64op/_new  2012-04-19 08:50:01.0 +0200
@@ -1,33 +1,18 @@
-Upstream: this patch is too complex for upstream to handle
-
-Change the kmod Makefile from using -version-info to -version-number
-to make it clear that the kmod project is not trying to subvert the
-libtool interface number concept, but in fact does not do
-libtool-style counting.
-
-References: alpine.lnx.2.01.1202070049200.12...@frira.zrqbmnf.qr
-References: http://lists.gnu.org/archive/html/libtool/2012-02/msg00011.html
-

- Makefile.am |6 +-
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
-Index: kmod-6/Makefile.am
-===
 kmod-6.orig/Makefile.am
-+++ kmod-6/Makefile.am
-@@ -39,10 +39,6 @@ SED_PROCESS = \
+diff -ur kmod-7.orig/Makefile.am kmod-7/Makefile.am
+--- kmod-7.orig/Makefile.am2012-04-18 12:54:59.140122820 +0200
 kmod-7/Makefile.am 2012-04-18 12:56:06.086310478 +0200
+@@ -33,10 +33,6 @@
  %.pc: %.pc.in Makefile
$(SED_PROCESS)
  
 -LIBKMOD_CURRENT=3
--LIBKMOD_REVISION=0
+-LIBKMOD_REVISION=1
 -LIBKMOD_AGE=1
 -
  noinst_LTLIBRARIES = libkmod/libkmod-util.la
  libkmod_libkmod_util_la_SOURCES = libkmod/libkmod-hash.c \
  libkmod/libkmod-hash.h \
-@@ -71,7 +67,7 @@ EXTRA_DIST += libkmod/libkmod.sym
+@@ -65,7 +61,7 @@
  EXTRA_DIST += libkmod/COPYING libkmod/README
  
  libkmod_libkmod_la_LDFLAGS = $(AM_LDFLAGS) \

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



commit kmousetool for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package kmousetool for openSUSE:Factory 
checked in at 2012-04-19 08:49:52

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


Package is kmousetool, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kmousetool/kmousetool.changes2012-04-12 
09:34:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmousetool.new/kmousetool.changes   
2012-04-19 08:50:02.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr 15 19:54:00 UTC 2012 - dmuel...@suse.com
+
+- reduce buildrequires
+
+---



Other differences:
--
++ kmousetool.spec ++
--- /var/tmp/diff_new_pack.g1AVDb/_old  2012-04-19 08:50:04.0 +0200
+++ /var/tmp/diff_new_pack.g1AVDb/_new  2012-04-19 08:50:04.0 +0200
@@ -19,7 +19,6 @@
 Name:   kmousetool
 BuildRequires:  alsa-devel
 BuildRequires:  libkde4-devel
-BuildRequires:  libspeechd-devel
 BuildRequires:  oxygen-icon-theme-large
 BuildRequires:  sbl
 BuildRequires:  xz


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



commit kmplot for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2012-04-19 08:49:56

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2012-04-12 
09:34:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2012-04-19 
08:50:04.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 17 08:39:12 UTC 2012 - dmuel...@suse.com
+
+- reduce buildrequires 
+
+---



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.5uOVFa/_old  2012-04-19 08:50:06.0 +0200
+++ /var/tmp/diff_new_pack.5uOVFa/_new  2012-04-19 08:50:06.0 +0200
@@ -21,10 +21,8 @@
 BuildRequires:  freeglut-devel
 BuildRequires:  gsl-devel
 BuildRequires:  kdebase4-workspace-devel
-BuildRequires:  libcfitsio-devel
 BuildRequires:  libeigen2-devel
 BuildRequires:  libgmm++-devel
-BuildRequires:  libindi-devel
 BuildRequires:  libkdeedu4-devel
 BuildRequires:  libopenbabel-devel
 BuildRequires:  libqalculate-devel
@@ -32,15 +30,6 @@
 BuildRequires:  python-qt4-devel
 BuildRequires:  readline-devel
 BuildRequires:  xz
-%if 0%{?sles_version} == 0
-BuildRequires:  glew-devel
-BuildRequires:  python
-BuildRequires:  python-devel
-%if 0%{?suse_version}  1120
-BuildRequires:  avogadro-devel
-%endif
-%py_requires
-%endif
 
 # currently in DOESNOTBUILD (2008-07-03)
 %ifnarch ppc ppc64 s390 s390x


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



commit ktorrent for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package ktorrent for openSUSE:Factory 
checked in at 2012-04-19 08:50:04

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


Package is ktorrent, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/ktorrent/ktorrent.changes2012-03-12 
20:15:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktorrent.new/ktorrent.changes   2012-04-19 
08:50:08.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr 15 19:58:43 UTC 2012 - dmuel...@suse.com
+
+- fix buildrequires (taglib-libtag) 
+
+---



Other differences:
--
++ ktorrent.spec ++
--- /var/tmp/diff_new_pack.KwVB2F/_old  2012-04-19 08:50:10.0 +0200
+++ /var/tmp/diff_new_pack.KwVB2F/_new  2012-04-19 08:50:10.0 +0200
@@ -39,7 +39,7 @@
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  libkdepimlibs4-devel
 BuildRequires:  libktorrent-devel = 1.2.0
-BuildRequires:  taglib-devel
+BuildRequires:  libtag-devel
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif

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



commit kwebkitpart for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package kwebkitpart for openSUSE:Factory 
checked in at 2012-04-19 08:50:09

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


Package is kwebkitpart, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kwebkitpart/kwebkitpart.changes  2012-01-27 
15:21:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.kwebkitpart.new/kwebkitpart.changes 
2012-04-19 08:50:10.0 +0200
@@ -1,0 +2,15 @@
+Mon Apr 16 09:13:21 UTC 2012 - dmuel...@suse.com
+
+- make it build on older distros
+
+---
+Sun Apr 15 19:55:33 UTC 2012 - dmuel...@suse.com
+
+- reduce buildrequires
+
+---
+Sat Apr  7 14:17:23 UTC 2012 - tittiatc...@gmail.com
+
+- Translation update
+
+---



Other differences:
--
++ kwebkitpart.spec ++
--- /var/tmp/diff_new_pack.5yZe9e/_old  2012-04-19 08:50:12.0 +0200
+++ /var/tmp/diff_new_pack.5yZe9e/_new  2012-04-19 08:50:12.0 +0200
@@ -16,18 +16,16 @@
 #
 
 
-
 Name:   kwebkitpart
 Version:1.2.0git20111019
-Release:1
-License:LGPL-2.0+ ; LGPL-2.1+
+Release:0
 Summary:KDE Webkit web browser component
-Url:https://projects.kde.org/projects/extragear/base/kwebkitpart
+License:LGPL-2.0+ ; LGPL-2.1+
 Group:  System/GUI/KDE
+Url:https://projects.kde.org/projects/extragear/base/kwebkitpart
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-lang.tar.bz2
 Source2:README.html.bz2
-BuildRequires:  glew-devel
 BuildRequires:  libkde4-devel
 BuildRequires:  sqlite-devel
 Recommends: kwebkitpart-lang
@@ -48,7 +46,7 @@
 %setup -q -n %{name}-%{version}
 tar xjf $RPM_SOURCE_DIR/%{name}-lang.tar.bz2
 echo add_subdirectory(lang)  CMakeLists.txt
-%{uncompress:%{S:2}} README.html 
+bunzip2 -d  %{S:2}  README.html
 
 %build
 %cmake_kde4 -d build
@@ -59,6 +57,9 @@
   %make_install
 popd
 %kde_post_install
+%if %{suse_version}  1130
+rm -r %{buildroot}/usr/share/locale/sr@ijekavian*
+%endif
 %find_lang %{name}
 
 %post -p /sbin/ldconfig


++ kwebkitpart-lang.tar.bz2 ++
 67966 lines of diff (skipped)

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



commit krename for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package krename for openSUSE:Factory checked 
in at 2012-04-19 08:50:00

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


Package is krename, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/krename/krename.changes  2012-01-05 
13:48:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.krename.new/krename.changes 2012-04-19 
08:50:06.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr 15 19:59:08 UTC 2012 - dmuel...@suse.com
+
+- fix buildrequires (taglib-libtag) 
+
+---



Other differences:
--
++ krename.spec ++
--- /var/tmp/diff_new_pack.VTYdzN/_old  2012-04-19 08:50:08.0 +0200
+++ /var/tmp/diff_new_pack.VTYdzN/_new  2012-04-19 08:50:08.0 +0200
@@ -35,7 +35,7 @@
 BuildRequires:  libexiv2-devel
 BuildRequires:  libkde4-devel
 BuildRequires:  libpodofo-devel
-BuildRequires:  taglib-devel
+BuildRequires:  libtag-devel
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif

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



commit kwordquiz for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package kwordquiz for openSUSE:Factory 
checked in at 2012-04-19 08:50:13

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


Package is kwordquiz, Maintainer is kwordquiz

Changes:

--- /work/SRC/openSUSE:Factory/kwordquiz/kwordquiz.changes  2012-04-12 
09:36:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwordquiz.new/kwordquiz.changes 2012-04-19 
08:50:15.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr 15 19:56:46 UTC 2012 - dmuel...@suse.com
+
+- reduce buildrequires
+
+---



Other differences:
--
++ kwordquiz.spec ++
--- /var/tmp/diff_new_pack.dkkdmI/_old  2012-04-19 08:50:16.0 +0200
+++ /var/tmp/diff_new_pack.dkkdmI/_new  2012-04-19 08:50:16.0 +0200
@@ -21,10 +21,8 @@
 BuildRequires:  freeglut-devel
 BuildRequires:  gsl-devel
 BuildRequires:  kdebase4-workspace-devel
-BuildRequires:  libcfitsio-devel
 BuildRequires:  libeigen2-devel
 BuildRequires:  libgmm++-devel
-BuildRequires:  libindi-devel
 BuildRequires:  libkdeedu4-devel
 BuildRequires:  libopenbabel-devel
 BuildRequires:  libqalculate-devel
@@ -32,21 +30,6 @@
 BuildRequires:  python-qt4-devel
 BuildRequires:  readline-devel
 BuildRequires:  xz
-%if 0%{?sles_version} == 0
-BuildRequires:  glew-devel
-BuildRequires:  python
-BuildRequires:  python-devel
-%if 0%{?suse_version}  1120
-BuildRequires:  avogadro-devel
-%endif
-%py_requires
-%endif
-
-# currently in DOESNOTBUILD (2008-07-03)
-%ifnarch ppc ppc64 s390 s390x
-BuildRequires:  ocaml
-BuildRequires:  ocaml-facile
-%endif
 Version:4.8.2
 Release:0
 Summary:Vocabulary Trainer


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



commit libfli for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package libfli for openSUSE:Factory checked 
in at 2012-04-19 08:50:17

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


Package is libfli, Maintainer is dmuel...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libfli/libfli.changes2011-12-09 
11:50:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfli.new/libfli.changes   2012-04-19 
08:50:23.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 12 07:58:16 UTC 2012 - dmuel...@suse.com
+
+- add group back for older distros 
+
+---



Other differences:
--
++ libfli.spec ++
--- /var/tmp/diff_new_pack.0pGm2p/_old  2012-04-19 08:50:24.0 +0200
+++ /var/tmp/diff_new_pack.0pGm2p/_new  2012-04-19 08:50:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfli
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define rlibname libfli1
 
 Name:   libfli
@@ -35,6 +36,7 @@
 %package -n %{rlibname}
 
 Summary:Library for FLI CCD Camera  Filter Wheels
+Group:  Development/Libraries/C and C++
 
 %description -n %{rlibname}
 Development headers and files for Finger Lakes Instruments library. 
@@ -45,6 +47,7 @@
 
 %package devel
 Summary:Development headers for Finger Lakes Instruments Library
+Group:  Development/Libraries/C and C++
 Requires:   libfli1 = %{version}
 
 %description devel

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



commit libjreen for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package libjreen for openSUSE:Factory 
checked in at 2012-04-19 08:50:22

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


Package is libjreen, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libjreen/libjreen.changes2012-04-02 
10:30:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libjreen.new/libjreen.changes   2012-04-19 
08:50:24.0 +0200
@@ -1,0 +2,15 @@
+Wed Apr 18 06:07:01 UTC 2012 - magis...@gmail.com
+
+- Update to version 1.1.0
+  * Added PGP payloads
+  * Added support for Message Forwarding
+  * Added MetaContacts support
+  * Added experimental Jingle support
+  * Fixed authorization with SCRAM-SHA1
+  * Fixed sending of IQ's on connect
+
+- Changes in version 1.0.6
+  * Fixed parsing of PubSub payload
+  * Fixed serializing of PubSub payload
+
+---

Old:

  libjreen-1.0.5.tar.bz2

New:

  libjreen-1.1.0.tar.bz2



Other differences:
--
++ libjreen.spec ++
--- /var/tmp/diff_new_pack.WLqRTQ/_old  2012-04-19 08:50:29.0 +0200
+++ /var/tmp/diff_new_pack.WLqRTQ/_new  2012-04-19 08:50:29.0 +0200
@@ -19,7 +19,7 @@
 %define soname 1
 
 Name:   libjreen
-Version:1.0.5
+Version:1.1.0
 Release:0
 Summary:Qt Jabber/XMPP library
 License:GPL-2.0+

++ libjreen-1.0.5.tar.bz2 - libjreen-1.1.0.tar.bz2 ++
 21656 lines of diff (skipped)

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



commit parley for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package parley for openSUSE:Factory checked 
in at 2012-04-19 08:50:30

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


Package is parley, Maintainer is parley

Changes:

--- /work/SRC/openSUSE:Factory/parley/parley.changes2012-04-12 
09:44:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.parley.new/parley.changes   2012-04-19 
08:50:31.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 17 08:41:16 UTC 2012 - dmuel...@suse.com
+
+- reduce buildrequires
+
+---



Other differences:
--
++ parley.spec ++
--- /var/tmp/diff_new_pack.yfQgly/_old  2012-04-19 08:50:32.0 +0200
+++ /var/tmp/diff_new_pack.yfQgly/_new  2012-04-19 08:50:32.0 +0200
@@ -23,24 +23,14 @@
 BuildRequires:  glew-devel
 BuildRequires:  gsl-devel
 BuildRequires:  kdebase4-workspace-devel
-BuildRequires:  libcfitsio-devel
 BuildRequires:  libeigen2-devel
 BuildRequires:  libgmm++-devel
-BuildRequires:  libindi-devel
 BuildRequires:  libkdeedu4-devel
 BuildRequires:  libopenbabel-devel
 BuildRequires:  libqalculate-devel
 BuildRequires:  libspectre-devel
-BuildRequires:  python-devel
-BuildRequires:  python-qt4-devel
 BuildRequires:  readline-devel
 BuildRequires:  xz
-%py_requires
-# currently in DOESNOTBUILD (2008-07-03)
-%ifnarch ppc ppc64 s390 s390x
-BuildRequires:  ocaml
-BuildRequires:  ocaml-facile
-%endif
 Version:4.8.2
 Release:0
 Summary:Vocabulary Trainer


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



commit mono-kde4 for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package mono-kde4 for openSUSE:Factory 
checked in at 2012-04-19 08:50:26

Comparing /work/SRC/openSUSE:Factory/mono-kde4 (Old)
 and  /work/SRC/openSUSE:Factory/.mono-kde4.new (New)


Package is mono-kde4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/mono-kde4/mono-kde4.changes  2012-03-17 
13:22:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.mono-kde4.new/mono-kde4.changes 2012-04-19 
08:50:29.0 +0200
@@ -1,0 +2,6 @@
+Fri Mar 30 10:27:55 UTC 2012 - idon...@suse.com
+
+- update to 4.8.2
+  * see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for 
details 
+
+---

Old:

  kimono-4.8.1.tar.bz2

New:

  kimono-4.8.2.tar.xz



Other differences:
--
++ mono-kde4.spec ++
--- /var/tmp/diff_new_pack.vRfWNw/_old  2012-04-19 08:50:31.0 +0200
+++ /var/tmp/diff_new_pack.vRfWNw/_new  2012-04-19 08:50:31.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   mono-kde4
-Version:4.8.1
+Version:4.8.2
 Release:0
 Summary:Kimono Mono-kde library
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
 Url:https://projects.kde.org/projects/kde/kdebindings/csharp/kimono
-Source0:
ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kimono-%{version}.tar.bz2
+Source0:
ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kimono-%{version}.tar.xz
 Patch0: kimono-soprano.patch
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  libjasper-devel
@@ -37,6 +37,7 @@
 BuildRequires:  monodoc-core
 BuildRequires:  okular-devel
 BuildRequires:  sqlite-devel
+BuildRequires:  xz
 Requires:   mono-qt4 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_akonadi_requires

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



commit rocs for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package rocs for openSUSE:Factory checked in 
at 2012-04-19 08:50:49

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


Package is rocs, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rocs/rocs.changes2012-04-12 
09:51:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.rocs.new/rocs.changes   2012-04-19 
08:51:07.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 17 08:42:13 UTC 2012 - dmuel...@suse.com
+
+- reduce buildrequires
+
+---



Other differences:
--
++ rocs.spec ++
--- /var/tmp/diff_new_pack.l0z4Y5/_old  2012-04-19 08:51:08.0 +0200
+++ /var/tmp/diff_new_pack.l0z4Y5/_new  2012-04-19 08:51:08.0 +0200
@@ -35,7 +35,6 @@
 Obsoletes:  kde4-rocs  4.3.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
-%py_requires
 
 %description
 A Graph Theory IDE for professors and students


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



commit qrencode for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package qrencode for openSUSE:Factory 
checked in at 2012-04-19 08:50:44

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


Package is qrencode, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/qrencode/qrencode.changes2012-01-04 
08:01:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.qrencode.new/qrencode.changes   2012-04-19 
08:51:05.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr 14 13:41:52 UTC 2012 - dmuel...@suse.com
+
+- fix build with older distros
+
+---



Other differences:
--
++ qrencode.spec ++
--- /var/tmp/diff_new_pack.P629SS/_old  2012-04-19 08:51:07.0 +0200
+++ /var/tmp/diff_new_pack.P629SS/_new  2012-04-19 08:51:07.0 +0200
@@ -58,6 +58,9 @@
 %setup -q
 
 %build
+%if %{suse_version}  1130
+libtoolize  -f
+%endif
 ./autogen.sh
 %configure --with-tools
 make %{?_smp_mflags}

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



commit rubygem-activesupport-3_2 for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activesupport-3_2 for 
openSUSE:Factory checked in at 2012-04-19 08:50:52

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


Package is rubygem-activesupport-3_2, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activesupport-3_2/rubygem-activesupport-3_2.changes
  2012-03-29 07:47:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activesupport-3_2.new/rubygem-activesupport-3_2.changes
 2012-04-19 08:51:08.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr  4 15:28:10 UTC 2012 - co...@suse.com
+
+- update to 3.2.3, no changes (it says literally)
+
+---

Old:

  activesupport-3.2.1.gem

New:

  activesupport-3.2.3.gem



Other differences:
--
++ rubygem-activesupport-3_2.spec ++
--- /var/tmp/diff_new_pack.2xnaMY/_old  2012-04-19 08:51:10.0 +0200
+++ /var/tmp/diff_new_pack.2xnaMY/_new  2012-04-19 08:51:10.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package rubygem-activesupport
+# spec file for package rubygem-activesupport-3_2
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-activesupport-3_2
-Version:3.2.1
+Version:3.2.3
 Release:0
-License:MIT
 Summary:A toolkit of support libraries and Ruby core extensions 
extracted from the Rails framework
-Url:http://www.rubyonrails.org
+License:MIT
 Group:  Development/Languages/Ruby
+Url:http://www.rubyonrails.org
 %define mod_name activesupport
 %define mod_full_name %{mod_name}-%{version}
 Source: %{mod_full_name}.gem

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



commit rubygem-delayed_job-3_0 for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-delayed_job-3_0 for 
openSUSE:Factory checked in at 2012-04-19 08:50:57

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


Package is rubygem-delayed_job-3_0, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-delayed_job-3_0/rubygem-delayed_job-3_0.changes
  2012-04-02 10:31:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job-3_0.new/rubygem-delayed_job-3_0.changes
 2012-04-19 08:51:10.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr  4 20:23:34 UTC 2012 - co...@suse.com
+
+- update to 3.0.2, no changelog
+
+---

Old:

  delayed_job-3.0.1.gem

New:

  delayed_job-3.0.2.gem



Other differences:
--
++ rubygem-delayed_job-3_0.spec ++
--- /var/tmp/diff_new_pack.gp6FSc/_old  2012-04-19 08:51:13.0 +0200
+++ /var/tmp/diff_new_pack.gp6FSc/_new  2012-04-19 08:51:13.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package rubygem-delayed_job
+# spec file for package rubygem-delayed_job-3_0
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-delayed_job-3_0
-Version:3.0.1
+Version:3.0.2
 Release:0
-License:MIT
 Summary:Database-backed asynchronous priority queue system -- 
Extracted from Shopify
-Url:http://github.com/collectiveidea/delayed_job
+License:MIT
 Group:  Development/Languages/Ruby
+Url:http://github.com/collectiveidea/delayed_job
 %define mod_name delayed_job
 %define mod_full_name %{mod_name}-%{version}
 Source: %{mod_full_name}.gem

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



commit rubygem-warden for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-warden for openSUSE:Factory 
checked in at 2012-04-19 08:51:01

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


Package is rubygem-warden, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-warden/rubygem-warden.changes
2012-04-02 11:24:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-warden.new/rubygem-warden.changes   
2012-04-19 08:51:13.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 18 10:03:05 UTC 2012 - sch...@suse.com
+
+- BuildRequires:  rubygem-rack-1_1 in order to make factory happy
+
+---



Other differences:
--
++ rubygem-warden.spec ++
--- /var/tmp/diff_new_pack.grAD80/_old  2012-04-19 08:51:18.0 +0200
+++ /var/tmp/diff_new_pack.grAD80/_new  2012-04-19 08:51:18.0 +0200
@@ -31,7 +31,7 @@
 Provides:   rubygem-%{mod_name}-1   = %{version}-%{release}
 Provides:   rubygem-%{mod_name}-1_1 = %{version}-%{release}
 # rack = 1.0
-BuildRequires:  rubygem-rack = 1.0
+BuildRequires:  rubygem-rack-1_1
 Requires:   rubygem-rack = 1.0
 #
 Url:http://github.com/hassox/warden


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



commit step for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package step for openSUSE:Factory checked in 
at 2012-04-19 08:51:05

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


Package is step, Maintainer is step

Changes:

--- /work/SRC/openSUSE:Factory/step/step.changes2012-04-12 
09:52:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.step.new/step.changes   2012-04-19 
08:51:18.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr 15 19:51:35 UTC 2012 - dmuel...@suse.com
+
+- reduce buildrequires
+
+---



Other differences:
--
++ step.spec ++
--- /var/tmp/diff_new_pack.W4czQZ/_old  2012-04-19 08:51:20.0 +0200
+++ /var/tmp/diff_new_pack.W4czQZ/_new  2012-04-19 08:51:20.0 +0200
@@ -17,28 +17,19 @@
 
 
 Name:   step
-BuildRequires:  avogadro-devel
 BuildRequires:  boost-devel
 BuildRequires:  fdupes
 BuildRequires:  freeglut-devel
-BuildRequires:  glew-devel
 BuildRequires:  gsl-devel
 BuildRequires:  kdebase4-workspace-devel
-BuildRequires:  libcfitsio-devel
 BuildRequires:  libeigen2-devel
 BuildRequires:  libgmm++-devel
-BuildRequires:  libindi-devel
 BuildRequires:  libkdeedu4-devel
 BuildRequires:  libopenbabel-devel
 BuildRequires:  libqalculate-devel
 BuildRequires:  libspectre-devel
-BuildRequires:  python-qt4-devel
+BuildRequires:  python
 BuildRequires:  xz
-# currently in DOESNOTBUILD (2008-07-03)
-%ifnarch ppc ppc64 s390 s390x
-BuildRequires:  ocaml
-BuildRequires:  ocaml-facile
-%endif
 Version:4.8.2
 Release:0
 Summary:An interactive physics simulator
@@ -51,7 +42,6 @@
 Obsoletes:  kde4-step  4.3.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
-%py_requires
 
 %description
 Step is an interactive physical simulator. It works like this: you


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



commit u-boot-omap4panda for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package u-boot-omap4panda for 
openSUSE:Factory checked in at 2012-04-19 08:51:10

Comparing /work/SRC/openSUSE:Factory/u-boot-omap4panda (Old)
 and  /work/SRC/openSUSE:Factory/.u-boot-omap4panda.new (New)


Package is u-boot-omap4panda, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-04-12 17:09:43.803558694 +0200
+++ 
/work/SRC/openSUSE:Factory/.u-boot-omap4panda.new/u-boot-omap3beagle.changes
2012-04-19 08:51:21.0 +0200
@@ -0,0 +1,117 @@
+---
+Tue Apr 17 11:59:55 UTC 2012 - joop.boo...@opensuse.org
+
+- Included u-boot.spec.in and gen_spec.sh in the spec file 
+
+---
+Tue Dec 20 02:36:05 UTC 2011 - ag...@suse.com
+
+- use ttyO2 as default console= on OMAP boards
+
+---
+Mon Dec 19 20:21:21 UTC 2011 - ag...@suse.com
+
+- add u8500_href and origen configs
+
+---
+Fri Dec 16 16:03:01 UTC 2011 - ag...@suse.com
+
+- fix lint failures
+
+---
+Fri Dec 16 14:46:53 CET 2011 - ag...@suse.com
+
+- don't install map
+
+---
+Fri Dec 16 02:16:19 UTC 2011 - ag...@suse.com
+
+- generalize spec file to be able to build for more boards
+- add beagle board spec file
+- remove boot.scr
+
+---
+Fri Dec 16 01:15:47 UTC 2011 - ag...@suse.com
+
+- rename to u-boot-omap4panda
+
+---
+Tue Dec 13 17:24:45 UTC 2011 - dkuka...@suse.de
+
+- new package based on u-boot-omap4panda but use linaro u-boot git 
+  repo (http://git.linaro.org/git/boot/u-boot-linaro-stable.git)
+  instead of mainline u-boot. This package also contains the MLO 
+  (this package obsoletes the x-loader package)
+
+---
+Tue Nov 29 22:53:44 UTC 2011 - joop.boo...@opensuse.org
+
+- COPYING CREDITS README are now in the standard package 
+
+---
+Thu Nov 24 21:08:58 UTC 2011 - joop.boo...@opensuse.org
+
+- Corrected the links 
+
+---
+Tue Nov 22 17:47:17 UTC 2011 - joop.boo...@opensuse.org
+
+- Build without u-boot tools as we have a u-boot-tools packages
+
+---
+Sun Nov 20 17:00:43 UTC 2011 - joop.boo...@opensuse.org
+
+- Cleaned the spec file up the spec file
+- The name is the same as the package name 
+
+---
+Sun Nov 13 13:13:39 UTC 2011 - joop.boo...@opensuse.org
+
+- Build u-boot according to http://elinux.org/Panda_How_to_MLO__u-boot
+- Using .txt config file instead of .scr it's gerated via mkimage
+
+---
+Wed Nov 09 22:55:09 UTC 2011 - joop.boo...@opensuse.org
+
+- Used scr file based on http://elinux.org definition
+- Build u-boot 2009
+- Used the Meego panda u-boot as a base
+
+---
+Fri Feb 18 00:00:00 UTC 2011 - raghuveer.mur...@ti.com 
+- 2010.09-MeeGo  
+- Fix for u-boot fails to compile on armv7hl, BMC#13140  
+  
+---
+Thu Nov 18 00:00:00 UTC 2010 - peter.j@intel.com 
+- 2010.09-MeeGo  
+- Don't build against i586, BMC#10159  
+  
+---
+Tue Oct 10 00:00:00 UTC 2010 - n...@ti.com 
+- 2010.09-MeeGo  
+- Add Das u-boot package - FEA#9723  
+  
+---
+Tue Oct 10 00:00:00 UTC 2010 - n...@ti.com 
+- 2010.09.rc1-MeeGo  
+- Added option to enable boot.scr generation and copy  
+  
+---
+Mon Oct 04 00:00:00 UTC 2010 - n...@ti.com 
+- 2010.09.rc1-MeeGo  
+- Update to 2010.09  
+  
+---
+Wed Sep 14 00:00:00 UTC 2010 - n...@ti.com 
+- 2010.09.rc1-MeeGo  
+- Update to 2010.09.rc1  
+- MeeGo customization  
+- Enabled PandaBoard, Beagleboard build  
+  
+---
+Wed Mar 31 00:00:00 UTC 2010 - silvan.cala...@mambasoft.it 
+- 2009.11.1-1mamba  
+- update to 2009.11.1
+  
+---
--- 

commit x11-japanese-bitmap-fonts for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package x11-japanese-bitmap-fonts for 
openSUSE:Factory checked in at 2012-04-19 08:51:15

Comparing /work/SRC/openSUSE:Factory/x11-japanese-bitmap-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.x11-japanese-bitmap-fonts.new (New)


Package is x11-japanese-bitmap-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/x11-japanese-bitmap-fonts/x11-japanese-bitmap-fonts.changes
  2012-04-17 07:50:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.x11-japanese-bitmap-fonts.new/x11-japanese-bitmap-fonts.changes
 2012-04-19 08:51:33.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 12 13:34:54 UTC 2012 - pgaj...@suse.com
+
+- license SUSE-Public-Domain and HPND
+
+---



Other differences:
--
++ x11-japanese-bitmap-fonts.spec ++
--- /var/tmp/diff_new_pack.Hqdg99/_old  2012-04-19 08:51:36.0 +0200
+++ /var/tmp/diff_new_pack.Hqdg99/_new  2012-04-19 08:51:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package x11-japanese-bitmap-fonts
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 %if %suse_version  1130
 BuildRequires:  freetype2
 %endif
-License:SUSE-Public_Domain and HPND
+License:SUSE-Public-Domain and HPND
 Group:  System/X11/Fonts
 AutoReqProv:on
 PreReq: %suseconfig_fonts_prereq

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



commit orage for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package orage for openSUSE:Factory checked 
in at 2012-04-19 10:40:35

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


Package is orage, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/orage/orage.changes  2012-01-09 
15:20:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.orage.new/orage.changes 2012-04-19 
10:40:38.0 +0200
@@ -1,0 +2,12 @@
+Sun Apr 15 08:01:24 UTC 2012 - g...@opensuse.org
+
+- recommend the -doc subpackage
+
+---
+Fri Mar 30 20:12:23 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- split off -doc subpackage
+
+---



Other differences:
--
++ orage.spec ++
--- /var/tmp/diff_new_pack.IY4oyt/_old  2012-04-19 10:40:40.0 +0200
+++ /var/tmp/diff_new_pack.IY4oyt/_new  2012-04-19 10:40:40.0 +0200
@@ -15,19 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   orage
 Version:4.8.3
 Release:0
 Summary:Time-managing Application for the Xfce Desktop Environment
 License:GPL-2.0+
 Group:  Productivity/Office/Organizers
-Url:http://www.xfce.org/projects/orage/
-Source: %{name}-%{version}.tar.bz2
+Url:http://www.xfce.org/projects#applications
+Source: 
http://archive.xfce.org/src/apps/orage/4.8/%{name}-%{version}.tar.bz2
 Source1:README.SUSE
 # PATCH-FIX-UPSTREAM orage-4.8.2-use-docdir.patch g...@opensuse.org -- Use 
docdir correctly
 Patch0: orage-4.8.2-use-docdir.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
+BuildRequires:  perl
 BuildRequires:  popt-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xfce4-dev-tools
@@ -36,8 +38,10 @@
 BuildRequires:  pkgconfig(libical)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
-Requires:   timezone
+BuildRequires:  pkgconfig(libxfce4ui-1)
+Requires:   xfce4-panel
 Recommends: %{name}-lang = %{version}
+Recommends: %{name}-doc = %{version}
 Provides:   xfcalendar = %{version}
 Obsoletes:  xfcalendar  %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -48,9 +52,17 @@
 features like repeating appointments and multiple alarming possibilities. Orage
 does not have group calendar features and can only be used for single user.
 
+%packagedoc
+Summary:Documentation for orage
+Group:  Documentation/HTML
+BuildArch:  noarch
+Requires:   %{name} = %{version}
 
+%description doc
+This package contains the documentation for orage.
 
 %lang_package
+
 %prep
 %setup -q
 %patch0 -p1
@@ -66,20 +78,23 @@
 
 %install
 %make_install
+
 install -D -p -m 644 icons/48x48/xfcalendar.png \
 %{buildroot}%{_datadir}/pixmaps/xfcalendar.png
-rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%fdupes %{buildroot}%{_datadir}
-%find_lang %{name}
+
 %suse_update_desktop_file -r xfcalendar X-XFCE Office Calendar GTK
 %suse_update_desktop_file -r globaltime X-XFCE Utility Clock GTK
 %suse_update_desktop_file xfce-xfcalendar-settings
 
+rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
+
+%fdupes %{buildroot}%{_datadir}
+
+%find_lang %{name} %{?no_lang_C}
+
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -87,14 +102,10 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
 %files
 %defattr(-,root,root)
 %doc README ChangeLog COPYING AUTHORS NEWS README.SUSE
-%dir %{_datadir}/xfce4
-%dir %{_datadir}/xfce4/orage
-%doc %{_datadir}/xfce4/orage/html/
 %{_bindir}/orage
 %{_bindir}/globaltime
 %{_bindir}/tz_convert
@@ -110,6 +121,12 @@
 %{_libexecdir}/xfce4/panel-plugins/xfce4-orageclock-plugin
 %{_datadir}/xfce4/panel-plugins/xfce4-orageclock-plugin.desktop
 
+%files doc
+%defattr(-,root,root)
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/orage
+%doc %{_datadir}/xfce4/orage/html/
+
 %files lang -f %{name}.lang
 
 %changelog

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



commit ristretto for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package ristretto for openSUSE:Factory 
checked in at 2012-04-19 10:40:39

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


Package is ristretto, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/ristretto/ristretto.changes  2012-03-05 
18:02:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.ristretto.new/ristretto.changes 2012-04-19 
10:40:52.0 +0200
@@ -1,0 +2,22 @@
+Sun Apr  1 10:01:49 UTC 2012 - g...@opensuse.org
+
+- update to version 0.3.6
+  - clear tooltip if image is closed
+  - provide mime-type when loading image, gdkpixbufloader makes
+mistakes guessing it
+  - keep a list of file-monitors for each file when a selection of
+files is opened
+  - make a difference between delete from disk and send to trash
+
+---
+Sat Mar 31 09:51:02 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+
+---
+Thu Mar 22 19:45:03 UTC 2012 - g...@opensuse.org
+
+- updated build dependencies
+- split off -lang subpackage
+
+---

Old:

  ristretto-0.3.5.tar.bz2

New:

  ristretto-0.3.6.tar.bz2



Other differences:
--
++ ristretto.spec ++
--- /var/tmp/diff_new_pack.pZM0rH/_old  2012-04-19 10:40:54.0 +0200
+++ /var/tmp/diff_new_pack.pZM0rH/_new  2012-04-19 10:40:54.0 +0200
@@ -17,28 +17,39 @@
 
 
 Name:   ristretto
-Version:0.3.5
+Version:0.3.6
 Release:0
-Summary:Fast and Lightweight Image-viewer for the Xfce desktop 
environment
+Summary:Fast and Lightweight Image-viewer for the Xfce Desktop 
Environment
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
 Url:http://goodies.xfce.org/projects/applications/ristretto
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://archive.xfce.org/src/apps/ristretto/0.3/%{name}-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE ristretto-add-mime-types.patch g...@opensuse.org -- 
Adds support for additional image MIME types supported by openSUSE
 Patch0: ristretto-add-mime-types.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkg-config
-BuildRequires:  thunar-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(exo-1)
+BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libexif)
 BuildRequires:  pkgconfig(libxfce4ui-1)
+BuildRequires:  pkgconfig(libxfce4util-1.0)
+BuildRequires:  pkgconfig(libxfconf-0)
+Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Ristretto is a fast and lightweight picture-viewer for the Xfce desktop 
environment.
 
+%lang_package
+
 %prep
 %setup -q
 %patch0 -p1
@@ -49,10 +60,14 @@
 
 %install
 %make_install
+
 %suse_update_desktop_file -i ristretto GTK Graphics Viewer
+
 %fdupes %{buildroot}%{_datadir}
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{name}
+
+%find_lang %{name} %{?no_lang_C}
 
 %clean
 rm -rf %{buildroot}
@@ -65,7 +80,7 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS TODO
 %dir %{_datadir}/xfce4
@@ -75,4 +90,6 @@
 %{_datadir}/applications/ristretto.desktop
 %{_datadir}/icons/hicolor/*/apps/ristretto.*
 
+%files lang -f %{name}.lang
+
 %changelog

++ ristretto-0.3.5.tar.bz2 - ristretto-0.3.6.tar.bz2 ++
 7168 lines of diff (skipped)

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



commit thunar-plugin-media-tags for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package thunar-plugin-media-tags for 
openSUSE:Factory checked in at 2012-04-19 10:40:51

Comparing /work/SRC/openSUSE:Factory/thunar-plugin-media-tags (Old)
 and  /work/SRC/openSUSE:Factory/.thunar-plugin-media-tags.new (New)


Package is thunar-plugin-media-tags, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/thunar-plugin-media-tags/thunar-plugin-media-tags.changes
2011-12-02 13:23:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.thunar-plugin-media-tags.new/thunar-plugin-media-tags.changes
   2012-04-19 10:40:58.0 +0200
@@ -1,0 +2,12 @@
+Tue Mar 27 14:01:58 UTC 2012 - g...@opensuse.org
+
+- added source URL
+
+---
+Thu Mar 22 20:03:43 UTC 2012 - g...@opensuse.org
+
+- corrected URL
+- updated build dependencies
+- split off -lang subpackage
+
+---



Other differences:
--
++ thunar-plugin-media-tags.spec ++
--- /var/tmp/diff_new_pack.2MsQHr/_old  2012-04-19 10:40:59.0 +0200
+++ /var/tmp/diff_new_pack.2MsQHr/_new  2012-04-19 10:40:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package thunar-plugin-media-tags
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,18 +20,21 @@
 %define plugin_name thunar-media-tags-plugin
 
 Name:   thunar-plugin-media-tags
-Group:  System/GUI/XFCE
-Url:http://thunar.xfce.org/plugins.html#thunar-media-tags-plugin
-License:GPL-2.0+
+Url:http://thunar.xfce.org/pwiki/projects/thunar-media-tags-plugin
 Version:0.2.0
-Release:1
-Source0:%{plugin_name}-%{version}.tar.bz2
+Release:0
+Source0:
http://archive.xfce.org/src/thunar-plugins/thunar-media-tags-plugin/0.2/%{plugin_name}-%{version}.tar.bz2
 Summary:Thunar Plugin for Editing Media File Metadata and Renaming 
Based on Metadata
+License:GPL-2.0+
+Group:  System/GUI/XFCE
 BuildRequires:  intltool
 BuildRequires:  thunar-devel = %{thunar_version}
+BuildRequires:  pkgconfig(exo-1)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(taglib)
 BuildRequires:  pkgconfig(thunarx-2)
-BuildRequires:  taglib-devel
 Requires:   thunar = %{thunar_version}
+Recommends: %{name}-lang = %{version}
 Provides:   %{plugin_name} = %{version}
 Obsoletes:  %{plugin_name}  %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,6 +44,7 @@
 the Thunar file properties dialog and allows for bulk renaming based on
 metadata.
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
@@ -51,16 +55,21 @@
 
 %install
 %make_install
+
+rm -rf %{buildroot}%{_libdir}/thunarx-2/thunar-media-tags-plugin.la
+
 # remove unsupported locales
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name}
-rm -rf %{buildroot}%{_libdir}/thunarx-2/thunar-media-tags-plugin.la
+
+%find_lang %{plugin_name} %{?no_lang_C}
 
 %clean
 rm -rf %{buildroot}
 
-%files -f %{plugin_name}.lang
+%files
 %defattr(-,root,root)
 %{_libdir}/thunarx-2/thunar-media-tags-plugin.so
 
+%files lang -f %{plugin_name}.lang
+
 %changelog

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



commit thunar-plugin-shares for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package thunar-plugin-shares for 
openSUSE:Factory checked in at 2012-04-19 10:40:55

Comparing /work/SRC/openSUSE:Factory/thunar-plugin-shares (Old)
 and  /work/SRC/openSUSE:Factory/.thunar-plugin-shares.new (New)


Package is thunar-plugin-shares, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/thunar-plugin-shares/thunar-plugin-shares.changes
2011-09-23 12:48:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.thunar-plugin-shares.new/thunar-plugin-shares.changes
   2012-04-19 10:40:59.0 +0200
@@ -1,0 +2,17 @@
+Tue Apr 17 19:03:13 UTC 2012 - g...@opensuse.org
+
+- use upstream tarball instead of recompressed source
+
+---
+Tue Mar 27 14:02:50 UTC 2012 - g...@opensuse.org
+
+- added source URL
+
+---
+Thu Mar 22 20:28:51 UTC 2012 - g...@opensuse.org
+
+- corrected URL
+- require samba, it does not make much sense without it
+- updated build dependencies
+
+---

Old:

  thunar-shares-plugin-0.2.0.tar.bz2

New:

  thunar-shares-plugin-0.2.0.tar.gz



Other differences:
--
++ thunar-plugin-shares.spec ++
--- /var/tmp/diff_new_pack.fEMX4o/_old  2012-04-19 10:41:00.0 +0200
+++ /var/tmp/diff_new_pack.fEMX4o/_new  2012-04-19 10:41:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package thunar-plugin-shares
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,23 +20,25 @@
 %define plugin_name thunar-shares-plugin
 
 Name:   thunar-plugin-shares
-Group:  System/GUI/XFCE
-Url:http://thunar.xfce.org/plugins.html#thunar-shares-plugin
-License:GPL-2.0+
+Url:
http://goodies.xfce.org/projects/thunar-plugins/thunar-shares-plugin
 Version:0.2.0
-Release:1
-Source0:%{plugin_name}-%{version}.tar.bz2
+Release:0
+Source0:
http://archive.xfce.org/src/thunar-plugins/%{plugin_name}/0.2/%{plugin_name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM thunar-plugin-shares-0.2.0-port-to-thunarx-2.patch 
g...@opensuse.org -- Port of thunar-shares-plugin to thunarx-2 from upstream 
git.
 Patch0: thunar-plugin-shares-0.2.0-port-to-thunarx-2.patch
 # PATCH-FIX-UPSTREAM thunar-plugin-shares-0.2.0-fix-missing-include.patch 
g...@opensuse.org -- Fix missing include of glib/gi18n-lib.h for gettext 
support from upstream git.
 Patch1: thunar-plugin-shares-0.2.0-fix-missing-include.patch
-Summary:Thunar Plugin for Sharing files using Samba
+Summary:Thunar Plugin for Sharing Files Using Samba
+License:GPL-2.0+
+Group:  System/GUI/XFCE
 BuildRequires:  intltool
-BuildRequires:  thunar-devel = %{thunar_version}
-BuildRequires:  pkgconfig(thunarx-2)
 BuildRequires:  xfce4-dev-tools
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(thunarx-2)
+Requires:   samba
 Requires:   thunar = %{thunar_version}
-Recommends: samba
+Recommends: %{name}-lang = %{version}
 Provides:   %{plugin_name} = %{version}
 Obsoletes:  %{plugin_name}  %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -45,6 +47,7 @@
 The Thunar Shares Plugin allows for quickly sharing a directory using Samba
 from within Thunar without requiring root access.
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
@@ -58,16 +61,21 @@
 
 %install
 %make_install
+
+rm -rf %{buildroot}%{_libdir}/thunarx-2/thunar-shares-plugin.la
+
 # remove unsupported locales
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name}
-rm -rf %{buildroot}%{_libdir}/thunarx-2/thunar-shares-plugin.la
+
+%find_lang %{plugin_name} %{?no_lang_C}
 
 %clean
 rm -rf %{buildroot}
 
-%files -f %{plugin_name}.lang
+%files
 %defattr(-,root,root)
 %{_libdir}/thunarx-2/thunar-shares-plugin.so
 
+%files lang -f %{plugin_name}.lang
+
 %changelog

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



commit thunar-plugin-archive for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package thunar-plugin-archive for 
openSUSE:Factory checked in at 2012-04-19 10:40:47

Comparing /work/SRC/openSUSE:Factory/thunar-plugin-archive (Old)
 and  /work/SRC/openSUSE:Factory/.thunar-plugin-archive.new (New)


Package is thunar-plugin-archive, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/thunar-plugin-archive/thunar-plugin-archive.changes  
2011-10-11 17:05:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.thunar-plugin-archive.new/thunar-plugin-archive.changes
 2012-04-19 10:40:57.0 +0200
@@ -1,0 +2,13 @@
+Tue Mar 27 14:01:23 UTC 2012 - g...@opensuse.org
+
+- added source URL
+
+---
+Thu Mar 22 19:56:00 UTC 2012 - g...@opensuse.org
+
+- updated URL
+- corrected summary
+- updated build dependencies
+- split off -lang subpackage
+
+---



Other differences:
--
++ thunar-plugin-archive.spec ++
--- /var/tmp/diff_new_pack.fzLIhw/_old  2012-04-19 10:40:58.0 +0200
+++ /var/tmp/diff_new_pack.fzLIhw/_new  2012-04-19 10:40:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package thunar-plugin-archive
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,19 +20,22 @@
 %define plugin_name thunar-archive-plugin
 
 Name:   thunar-plugin-archive
-Group:  System/GUI/XFCE
-Url:http://thunar.xfce.org/plugins.html#thunar-archive-plugin
-License:GPL-2.0+
+Url:http://users.xfce.org/~benny/projects/thunar-archive-plugin/
 Version:0.3.0
-Release:1
-Source0:%{plugin_name}-%{version}.tar.bz2
+Release:0
+Source0:
http://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.3/%{plugin_name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM 
thunar-archive-plugin-0.3.0-fix-file-roller-extract-here.patch 
g...@opensuse.org -- Make file-roller really extract files to the current 
directory to match the behavior of xarchiver
 Patch0: thunar-archive-plugin-0.3.0-fix-file-roller-extract-here.patch
-Summary:Thunar Plugin Providing Xarchiver Integration
+Summary:Thunar Plugin Providing Integration with Archive Managers
+License:GPL-2.0+
+Group:  System/GUI/XFCE
 BuildRequires:  intltool
 BuildRequires:  thunar-devel = %{thunar_version}
+BuildRequires:  pkgconfig(exo-1)
+BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(thunarx-2)
 Requires:   thunar = %{thunar_version}
+Recommends: %{name}-lang = %{version}
 Provides:   %{plugin_name} = %{version}
 Obsoletes:  %{plugin_name}  %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,6 +46,7 @@
 manager. It provides scripting interface that can be used to adapt it to
 different archive managers.
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
@@ -54,27 +58,29 @@
 
 %install
 %make_install
+
+rm -rf %{buildroot}%{_libdir}/thunarx-2/thunar-archive-plugin.la
+
 # remove unsupported locales
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name}
-rm -rf %{buildroot}%{_libdir}/thunarx-2/thunar-archive-plugin.la
+
+%find_lang %{plugin_name} %{?no_lang_C}
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %icon_theme_cache_post
 
 %postun
 %icon_theme_cache_postun
-%endif
 
-%files -f %{plugin_name}.lang
+%files
 %defattr(-,root,root)
 %{_libdir}/thunarx-2/thunar-archive-plugin.so
 %{_libexecdir}/thunar-archive-plugin
 %{_datadir}/icons/*/*/*/tap-*.png
 
+%files lang -f %{plugin_name}.lang
+
 %changelog

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



commit thunar for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package thunar for openSUSE:Factory checked 
in at 2012-04-19 10:40:43

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


Package is thunar, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/thunar/thunar.changes2011-10-25 
17:13:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.thunar.new/thunar.changes   2012-04-19 
10:40:54.0 +0200
@@ -1,0 +2,16 @@
+Tue Mar 27 14:00:07 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+
+---
+Tue Mar 20 14:54:14 UTC 2012 - g...@opensuse.org
+
+- merged -devel-doc into -devel
+- specfile cleanup
+- corrected dependencies
+- rename thunarx-refrence-images.tar.bz2 to
+  thunarx-reference-images.tar.bz2
+- removed thunar-sendto-bluetooth.desktop, gnome-bluetooth is
+  is not in the Xfce pattern any more
+
+---

Old:

  thunar-sendto-bluetooth.desktop
  thunarx-refrence-images.tar.bz2

New:

  thunarx-reference-images.tar.bz2



Other differences:
--
++ thunar.spec ++
--- /var/tmp/diff_new_pack.yybkfM/_old  2012-04-19 10:40:56.0 +0200
+++ /var/tmp/diff_new_pack.yybkfM/_new  2012-04-19 10:40:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package thunar
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,18 @@
 #
 
 
+%define libname libthunarx-2-0
 
 Name:   thunar
 Version:1.2.3
-Release:1
-License:GPL-2.0+
+Release:0
 Summary:Fast and Easy to Use File Manager for the Xfce Desktop 
Environment
-Url:http://thunar.xfce.org/
+License:GPL-2.0+
 Group:  Productivity/File utilities
-Source: Thunar-%{version}.tar.bz2
+Url:http://thunar.xfce.org/
+Source: 
http://archive.xfce.org/src/xfce/thunar/1.2/Thunar-%{version}.tar.bz2
 # images missing from the source tarball, see bxo#7838
-Source1:thunarx-refrence-images.tar.bz2
-Source2:thunar-sendto-bluetooth.desktop
+Source1:thunarx-reference-images.tar.bz2
 Source100:  %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE thunar-fix-desktop-files.patch g...@opensuse.org -- Use 
the system-file-manager stock icon
 Patch0: %{name}-fix-desktop-files.patch
@@ -36,23 +36,27 @@
 BuildRequires:  fdupes
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
-BuildRequires:  libpng-devel
 BuildRequires:  perl-XML-Parser
+BuildRequires:  update-desktop-files
+BuildRequires:  xfce4-dev-tools
+BuildRequires:  xfconf
+BuildRequires:  xorg-x11-devel
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(exo-1)
-BuildRequires:  pkgconfig(gconf-2.0)
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
+BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(libexif)
 BuildRequires:  pkgconfig(libnotify)
+BuildRequires:  pkgconfig(libpcre)
 BuildRequires:  pkgconfig(libstartup-notification-1.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
-BuildRequires:  pkgconfig(libxfcegui4-1.0)
-BuildRequires:  update-desktop-files
-BuildRequires:  xfconf
-BuildRequires:  xfce4-dev-tools
+BuildRequires:  pkgconfig(libxfce4util-1.0)
 Recommends: %{name}-lang = %{version}
 Recommends: %{name}-doc = %{version}
 Recommends: thunar-volman
@@ -69,23 +73,15 @@
 useless options by default. Thunar is fast and responsive with good startup and
 folder load times.
 
-%package -n libthunarx-2-0
-License:GPL-2.0+
+%package -n %{libname}
 Summary:Thunar Extension Library
 Group:  System/Libraries
 Obsoletes:  libthunarx-2-0 = 1.3.0
 
-%description  -n libthunarx-2-0
-Thunar a file manager for the Xfce desktop environment which has been designed
-from the ground up to be fast and easy to use. It provides a clean, intuitive,
-and fully accessible user interface and does not include any confusing or
-useless options by default. Thunar is fast and responsive with good startup and
-folder load times.
-
+%description  -n %{libname}
 This package contains the Thunar extension library.
 
 %package doc
-License:GPL-2.0+
 Summary:Documentation for Thunar
 Group:  

commit thunar-volman for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package thunar-volman for openSUSE:Factory 
checked in at 2012-04-19 10:41:03

Comparing /work/SRC/openSUSE:Factory/thunar-volman (Old)
 and  /work/SRC/openSUSE:Factory/.thunar-volman.new (New)


Package is thunar-volman, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/thunar-volman/thunar-volman.changes  
2011-10-14 09:54:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.thunar-volman.new/thunar-volman.changes 
2012-04-19 10:41:04.0 +0200
@@ -1,0 +2,14 @@
+Sat Mar 31 09:20:17 UTC 2012 - g...@opensuse.org
+
+- update to version 0.6.1
+  - do not make icon names translatable
+  - auto generate the ChangeLog
+  - translation updates
+
+---
+Tue Mar 27 14:19:02 UTC 2012 - g...@opensuse.org
+
+- correct dependencies
+- specfile cleanup
+
+---

Old:

  thunar-volman-0.6.0.tar.bz2

New:

  thunar-volman-0.6.1.tar.bz2



Other differences:
--
++ thunar-volman.spec ++
--- /var/tmp/diff_new_pack.qjSPmS/_old  2012-04-19 10:41:05.0 +0200
+++ /var/tmp/diff_new_pack.qjSPmS/_new  2012-04-19 10:41:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package thunar-volman
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,31 +16,32 @@
 #
 
 
-
 Name:   thunar-volman
-Version:0.6.0
-Release:7
-License:GPL-2.0+
+Version:0.6.1
+Release:0
 Summary:Thunar Volume Manager
-Url:http://goodies.xfce.org/projects/thunar-plugins/thunar-volman
+License:GPL-2.0+
 Group:  System/GUI/XFCE
+Url:http://goodies.xfce.org/projects/thunar-plugins/thunar-volman
 Source0:
http://archive.xfce.org/src/apps/thunar-volman/0.6/%{name}-%{version}.tar.bz2
 %if 0%{?suse_version}  1200
 Source1:thunar-volman.xml
 %endif
 # PATCH-FIX-OPENSUSE thunar-volman-brp-desktop-friendly-icon.patch 
g...@opensuse.org -- brp-desktop insists on icons being included with the 
package
 Patch0: thunar-volman-brp-desktop-friendly-icon.patch
+BuildRequires:  gnome-icon-theme
 BuildRequires:  intltool
-BuildRequires:  perl-XML-Parser
-BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(exo-1)
+BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
-BuildRequires:  update-desktop-files
-BuildRequires:  gnome-icon-theme
 Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -56,8 +57,8 @@
 %if 0%{?suse_version}  1200
 
 %package branding-upstream
-License:GPL-2.0+
 Summary:Upstream Branding of thunar-volman
+Group:  System/GUI/XFCE
 Supplements:packageand(%{name}:branding-upstream)
 Provides:   %{name}-branding = %{version}
 Conflicts:  otherproviders(%{name}-branding)
@@ -97,15 +98,16 @@
 install -D -p -m 644 %{SOURCE1} \
 
%{buildroot}%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml
 %endif
+
 %suse_update_desktop_file thunar-volman-settings Settings DesktopSettings
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{name}
+
+%find_lang %{name} %{?no_lang_C}
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -113,7 +115,6 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
 %files
 %defattr(-,root,root)

++ thunar-volman-0.6.0.tar.bz2 - thunar-volman-0.6.1.tar.bz2 ++
 21037 lines of diff (skipped)


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



commit xfburn for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfburn for openSUSE:Factory checked 
in at 2012-04-19 10:41:07

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


Package is xfburn, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xfburn/xfburn.changes2011-09-23 
12:51:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfburn.new/xfburn.changes   2012-04-19 
10:41:13.0 +0200
@@ -1,0 +2,14 @@
+Sat Apr 14 20:57:43 UTC 2012 - g...@opensuse.org
+
+- added xfburn-fix-missing-include.patch in order to include a
+  missing header
+
+---
+Sun Apr  1 22:57:30 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- drop xfburn-0.4.3-desktop.patch and edit files in place
+- split off -lang subpackage
+
+---

Old:

  xfburn-0.4.3-desktop.patch

New:

  xfburn-fix-missing-include.patch



Other differences:
--
++ xfburn.spec ++
--- /var/tmp/diff_new_pack.ATAWRC/_old  2012-04-19 10:41:14.0 +0200
+++ /var/tmp/diff_new_pack.ATAWRC/_new  2012-04-19 10:41:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfburn
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,53 +16,74 @@
 #
 
 
-
 Name:   xfburn
 Version:0.4.3
-Release:13
+Release:0
+Summary:Simple CD/DVD Burning Application
 License:GPL-2.0+
-Summary:A simple CD/DVD burning tool based on libburnia libraries
-Url:http://goodies.xfce.org/projects/applications/xfburn
 Group:  Productivity/Multimedia/CD/Record
+Url:http://goodies.xfce.org/projects/applications/xfburn
 Source: 
http://archive.xfce.org/src/apps/xfburn/0.4/%{name}-%{version}.tar.bz2
-Patch0: %{name}-0.4.3-desktop.patch
+# PATCH-FIX-UPSTREAM xfburn-fix-missing-include.patch g...@opensuse.org -- 
Includes a missing header
+Patch0: xfburn-fix-missing-include.patch
+BuildRequires:  ed
 BuildRequires:  intltool
-BuildRequires:  pkgconfig(exo-1)
-BuildRequires:  pkgconfig(libxfcegui4-1.0)
-BuildRequires:  pkgconfig(libburn-1)
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(exo-1)
 BuildRequires:  pkgconfig(gstreamer-0.10)
 BuildRequires:  pkgconfig(gstreamer-pbutils-0.10)
-BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
-BuildRequires:  thunar-devel
-BuildRequires:  update-desktop-files
-Requires:   thunar
+BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libburn-1)
+BuildRequires:  pkgconfig(libisofs-1)
+BuildRequires:  pkgconfig(libxfcegui4-1.0)
+Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Xfburn is a simple CD/DVD burning tool based on libburnia libraries.
-It can blank CD-RWs, burn and create iso images, as well as burn
-personal compositions of data to either CD or DVD.
+Xfburn is a simple CD/DVD burning application based on the libburnia libraries.
+It can blank CD-RWs, burn and create iso images, as well as burn personal
+compositions of data to either CD or DVD.
+
+%lang_package
 
 %prep
 %setup -q
 %patch0 -p1
 
+ed -s xfburn.desktop.in 2/dev/null 'EOF'
+,s/^Icon=media-cdrom/Icon=stock_xfburn-burn-cd/
+,s/^MimeType=.*$/MimeType=application\/x-cd-image;/
+,s/^_Comment=/_GenericName=/
+,s/^Categories=.*/Categories=X-XFCE;GTK;AudioVideo;DiscBurning;/
+/^_GenericName=/i
+_Comment=Burn CDs and DVDs
+.
+w
+EOF
+
+ed -s desktop-integration/thunar-sendto-xfburn.desktop.in 2/dev/null 'EOF'
+,s/^Icon=media-cdrom/Icon=stock_xfburn-burn-cd/
+w
+EOF
+
 %build
 %configure
-make %{?_smp_mflags}
+make # %{?_smp_mflags}
 
 %install
 %make_install
-rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{name}
+
 %suse_update_desktop_file %{name}
 
+rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
+
+%find_lang %{name} %{?no_lang_C}
+
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -70,16 +91,19 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
-%doc README ChangeLog INSTALL COPYING AUTHORS NEWS TODO
-%{_bindir}/%{name}
-%{_datadir}/applications/%{name}.desktop
-%{_mandir}/man1/*

commit xfce4-dict for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-dict for openSUSE:Factory 
checked in at 2012-04-19 10:41:11

Comparing /work/SRC/openSUSE:Factory/xfce4-dict (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-dict.new (New)


Package is xfce4-dict, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-dict/xfce4-dict.changes2011-09-23 
12:51:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-dict.new/xfce4-dict.changes   
2012-04-19 10:41:14.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr  2 21:10:40 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+
+---



Other differences:
--
++ xfce4-dict.spec ++
--- /var/tmp/diff_new_pack.I85uO3/_old  2012-04-19 10:41:16.0 +0200
+++ /var/tmp/diff_new_pack.I85uO3/_new  2012-04-19 10:41:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-dict
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,23 +20,26 @@
 
 Name:   xfce4-dict
 Version:0.6.0
-Release:15
+Release:0
+Summary:Xfce Dictionary Client Application
 License:GPL-2.0+
-Summary:Xfce4 Dictionary
-Url:http://goodies.xfce.org/projects/applications/xfce4-dict
 Group:  Productivity/Office/Dictionary
-Source: 
http://goodies.xfce.org/releases/xfce4-dict/%{name}-%{version}.tar.bz2
+Url:http://goodies.xfce.org/projects/applications/xfce4-dict
+Source: 
http://archive.xfce.org/src/apps/xfce4-dict/0.6/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM 
xfce4-dict-0.6.0-use-correct-xfcepanelplugin-instance.patch g...@opensuse.org 
-- Fix wrong callback argument (backported from git)
 Patch0: xfce4-dict-0.6.0-use-correct-xfcepanelplugin-instance.patch
+# PATCH-FIX-OPENSUSE xfce4-dict-0.6.0-fix-wrong-callback-arg.patch 
g...@opensuse.org -- Use the correct XfcePanelPlugin instance when opening the 
preferences dialog to prevent crashes (backported from git)
 Patch1: xfce4-dict-0.6.0-fix-wrong-callback-arg.patch
-# PATCH-FIX-UPSTREAM xfce4-dict-fix-libm-underlinking.patch bxo#7984 
g...@opensuse.org -- Link explicitly against libm
+# PATCH-FIX-UPSTREAM xfce4-dict-fix-libm-underlinking.patch bxo#7984 
g...@opensuse.org -- Link explicitly against libm (backported from git)
 Patch2: xfce4-dict-fix-libm-underlinking.patch
 BuildRequires:  intltool
-BuildRequires:  perl-XML-Parser
+BuildRequires:  update-desktop-files
+BuildRequires:  xfce4-dev-tools
+BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfcegui4-1.0)
-BuildRequires:  update-desktop-files
-BuildRequires:  xfce4-dev-tools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-lang = %{version}
 Suggests:   xfce4-panel-plugin-dict
@@ -48,22 +51,16 @@
 search for words using the aspell/ispell program.
 
 %package -n xfce4-panel-plugin-dict
-License:GPL-2.0+
 Summary:Dictionary Plugin for the Xfce Panel
 Group:  Productivity/Office/Dictionary
-Requires:   xfce4-panel = %panel_version
-Requires:   xfce4-dict = %version
+Requires:   %{name} = %{version}
+Requires:   xfce4-panel = %{panel_version}
 
 %description -n xfce4-panel-plugin-dict
-xfce4-dict allows you to search different kinds of dictionary services for
-words or phrases and shows you the result. Currently you can query a Dict
-server (RFC 2229), any online dictionary service by opening a web browser or
-search for words using the aspell/ispell program.
-
-This package contains the panel plugin for the Xfce panel.
-
+This package contains the xfce4-dict dictionary plugin for the Xfce panel.
 
 %lang_package
+
 %prep
 %setup -q
 %patch0 -p1
@@ -77,15 +74,16 @@
 
 %install
 %make_install
+
 %suse_update_desktop_file -r %{name} Office Dictionary GTK
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
+
 %find_lang %{name}
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -93,7 +91,6 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
 %files
 %defattr(-,root,root)

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



commit xfce4-notifyd for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-notifyd for openSUSE:Factory 
checked in at 2012-04-19 10:41:19

Comparing /work/SRC/openSUSE:Factory/xfce4-notifyd (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-notifyd.new (New)


Package is xfce4-notifyd, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-notifyd/xfce4-notifyd.changes  
2011-09-23 12:51:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-notifyd.new/xfce4-notifyd.changes 
2012-04-19 10:41:23.0 +0200
@@ -1,0 +2,6 @@
+Sat Mar 31 10:14:21 UTC 2012 - g...@opensuse.org
+
+- split off -lang subpackage
+- specfile cleanup
+
+---

New:

  xfce4-notifyd-rpmlintrc



Other differences:
--
++ xfce4-notifyd.spec ++
--- /var/tmp/diff_new_pack.Or77ra/_old  2012-04-19 10:41:24.0 +0200
+++ /var/tmp/diff_new_pack.Or77ra/_new  2012-04-19 10:41:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-notifyd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,44 +16,38 @@
 #
 
 
-
 Name:   xfce4-notifyd
 Version:0.2.2
-Release:1
+Release:0
+Summary:Simple Notification Daemon for Xfce
 License:GPL-2.0+
-Summary:Simple notification daemon for Xfce
-Url:http://spuriousinterrupt.org/projects/xfce4-notifyd
 Group:  System/Daemons
-Source: %{name}-%{version}.tar.bz2
+Url:http://spurint.org/projects/xfce4-notify-daemon/
+Source: 
http://archive.xfce.org/src/apps/xfce4-notifyd/0.2/%{name}-%{version}.tar.bz2
 Source1:%{name}.xml
+Source100:  %{name}-rpmlintrc
+BuildRequires:  exo-tools
 BuildRequires:  intltool
-BuildRequires:  pkgconfig(libsexy)
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libglade-2.0)
-BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
+BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
-BuildRequires:  pkgconfig(exo-1)
-BuildRequires:  update-desktop-files
-%if 0%{?suse_version}  1140
-Requires:   libnotify
-%else
 Requires:   libnotify-tools
-%endif
-Requires:   xfce4-notifyd-branding = %{version}
+Requires:   xfce4-notifyd-branding = %{version}
+Recommends: %{name}-lang = %{version}
 Provides:   notification-daemon-xfce = %{version}
 Obsoletes:  notification-daemon-xfce  %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Xfce4-notifyd is a simple, visually-appealing notification daemon for
-Xfce that implements the Freedesktop.org Desktop Notifications
-Specification.
+Xfce4-notifyd is a simple, visually-appealing notification daemon for Xfce that
+implements the Freedesktop.org Desktop Notifications Specification.
 
 %package branding-upstream
-License:GPL-2.0+
-Summary:Upstream branding of xfce4-notifyd
+Summary:Upstream Branding of xfce4-notifyd
 Group:  System/GUI/XFCE
 # BRAND: xfce4-notifyd.xml: Controls the appearance of notifications.
 Conflicts:  otherproviders(xfce4-notifyd-branding)
@@ -64,6 +58,8 @@
 %description branding-upstream
 This package provides the upstream look and feel for the Xfce Notification 
Daemon.
 
+%lang_package
+
 %prep
 %setup -q
 
@@ -73,15 +69,16 @@
 
 %install
 %make_install
+
 install -D -p -m 644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml
+
 %suse_update_desktop_file -i xfce4-notifyd-config
-%find_lang %{name}
+
+%find_lang %{name} %{?no_lang_C}
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -89,9 +86,8 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
 %{_bindir}/xfce4-notifyd-config
@@ -104,7 +100,9 @@
 %dir %{_libexecdir}/xfce4
 %dir %{_libexecdir}/xfce4/notifyd
 %{_libexecdir}/xfce4/notifyd/xfce4-notifyd
-%doc %{_mandir}/man1/*
+%doc %{_mandir}/man1/xfce4-notifyd-config.1*
+
+%files lang -f %{name}.lang
 
 %files branding-upstream
 %defattr(-,root,root)

++ xfce4-notifyd-rpmlintrc ++
# libnotify-tools is not a library dependency
addFilter(explicit-lib-dependency libnotify-tools)


-- 
To 

commit xfce4-mixer for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-mixer for openSUSE:Factory 
checked in at 2012-04-19 10:41:15

Comparing /work/SRC/openSUSE:Factory/xfce4-mixer (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-mixer.new (New)


Package is xfce4-mixer, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-mixer/xfce4-mixer.changes  2011-09-23 
12:51:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-mixer.new/xfce4-mixer.changes 
2012-04-19 10:41:16.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr  3 12:27:38 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+---



Other differences:
--
++ xfce4-mixer.spec ++
--- /var/tmp/diff_new_pack.GsKpfV/_old  2012-04-19 10:41:17.0 +0200
+++ /var/tmp/diff_new_pack.GsKpfV/_new  2012-04-19 10:41:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-mixer
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,25 +20,27 @@
 
 Name:   xfce4-mixer
 Version:4.8.0
-Release:1
+Release:0
+Summary:Volume Control Application for the Xfce Desktop Environment
 License:GPL-2.0+
-Summary:Volume control application for the Xfce desktop environment
-Url:http://www.xfce.org/projects/xfce4-mixer
 Group:  Productivity/Multimedia/Sound/Mixers
-Source: xfce4-mixer-%{version}.tar.bz2
+Url:http://www.xfce.org/
+Source: 
http://archive.xfce.org/src/apps/xfce4-mixer/4.8/xfce4-mixer-%{version}.tar.bz2
 Source100:  %{name}-rpmlintrc
 BuildRequires:  intltool
-BuildRequires:  perl-XML-Parser
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
+BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
-BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
+BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
-BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
-BuildRequires:  xfce4-dev-tools
-BuildRequires:  update-desktop-files
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   gstreamer-0_10-plugins-base
+Recommends: %{name}-lang = %{version}
 Suggests:   xfce4-panel-plugin-mixer
 
 %description
@@ -46,46 +48,42 @@
 environment.
 
 %package -n xfce4-panel-plugin-mixer
-License:GPL-2.0+
+Summary:Volume Control Plugin for the Xfce Panel
 Group:  Productivity/Multimedia/Sound/Mixers
-Summary:Volume control plugin for the Xfce panel
 Requires:   %{name} = %{version}
-Requires:   xfce4-panel = %panel_version
+Requires:   xfce4-panel = %{panel_version}
 
 %description -n xfce4-panel-plugin-mixer
-xfce4-mixer is a volume control application for the Xfce desktop
-environment.
+This package contains the xfce4-mixer Xfce panel plugin.
 
-This package contains the Xfce panel plugin.
+%lang_package
 
 %prep
 %setup -q
 
 %build
-xdt-autogen
-%configure \
---disable-static
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
 %make_install
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{name}
+
+%find_lang %{name} %{?no_lang_C}
+
 %suse_update_desktop_file -i xfce4-mixer Settings DesktopSettings
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %desktop_database_post
 
 %postun
 %desktop_database_postun
-%endif
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
 %{_bindir}/xfce4-mixer
@@ -99,4 +97,6 @@
 %{_libexecdir}/xfce4/panel-plugins/xfce4-mixer-plugin
 %{_datadir}/xfce4/panel-plugins/xfce4-mixer-plugin.desktop
 
+%files lang -f %{name}.lang
+
 %changelog

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



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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-battery for 
openSUSE:Factory checked in at 2012-04-19 10:41:28

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-battery (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-battery.new (New)


Package is xfce4-panel-plugin-battery, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-battery/xfce4-panel-plugin-battery.changes
2011-09-23 12:51:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-battery.new/xfce4-panel-plugin-battery.changes
   2012-04-19 10:41:30.0 +0200
@@ -1,0 +2,30 @@
+Tue Apr 17 19:26:21 UTC 2012 - g...@opensuse.org
+
+- fix source URL
+
+---
+Tue Apr 17 18:51:47 UTC 2012 - g...@opensuse.org
+
+- update to version 1.0.1
+  - build the plugin as a module
+  - port to libxfce4ui
+  - port to panel 4.9+
+  - add about dialog
+  - don't show percentage/time if charge is 0
+- dropped obsolete
+  xfce4-battery-plugin-1.0.0-show-time-when-on-battery-power.patch
+
+---
+Tue Apr  3 15:53:43 UTC 2012 - g...@opensuse.org
+
+- added
+  xfce4-battery-plugin-1.0.0-show-time-when-on-battery-power.patch
+  in order to show the time when on battery power (bxo#3736)
+
+---
+Sun Apr  1 13:08:58 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+
+---

Old:

  xfce4-battery-plugin-1.0.0.tar.bz2

New:

  xfce4-battery-plugin-1.0.1.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-battery.spec ++
--- /var/tmp/diff_new_pack.NeT6aV/_old  2012-04-19 10:41:31.0 +0200
+++ /var/tmp/diff_new_pack.NeT6aV/_new  2012-04-19 10:41:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-battery
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,17 +20,21 @@
 %define plugin_name xfce4-battery-plugin
 
 Name:   xfce4-panel-plugin-battery
+Version:1.0.1
+Release:0
+Summary:Battery Monitoring Plugin for the Xfce Panel
 License:GPL-2.0+
-Version:1.0.0
-Release:3
-Summary:Battery monitoring plugin for the Xfce panel
-Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin
 Group:  System/GUI/XFCE
-Source0:xfce4-battery-plugin-1.0.0.tar.bz2
-BuildRequires:  intltool
+Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.0/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
+BuildRequires:  intltool
+BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
-Requires:   xfce4-panel = 4.8.0
+BuildRequires:  pkgconfig(libxfce4ui-1)
+BuildRequires:  pkgconfig(libxfce4util-1.0)
+Requires:   xfce4-panel = %{panel_version}
 Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -38,9 +42,8 @@
 The Battery plugin allows to monitor battery levels and can execute actions on
 low and critical levels.
 
-
-
 %lang_package
+
 %prep
 %setup -q -n %{plugin_name}-%{version}
 
@@ -50,27 +53,29 @@
 
 %install
 %make_install
+
+rm %{buildroot}%{_libdir}/xfce4/panel/plugins/libbattery.la
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %icon_theme_cache_post
 
 %postun
 %icon_theme_cache_postun
-%endif
 
 %files
 %defattr(-,root,root)
-%{_libexecdir}/xfce4/panel-plugins/xfce4-battery-plugin
+%{_libdir}/xfce4/panel/plugins/libbattery.so
 %{_datadir}/icons/hicolor/*/apps/xfce4-battery-plugin.*
-%{_datadir}/xfce4/panel-plugins/battmon.desktop
+%{_datadir}/xfce4/panel/plugins/battery.desktop
 
 %files lang -f %{name}.lang
 

++ xfce4-battery-plugin-1.0.0.tar.bz2 - xfce4-battery-plugin-1.0.1.tar.bz2 
++
 39324 lines of diff (skipped)

-- 
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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel for openSUSE:Factory 
checked in at 2012-04-19 10:41:24

Comparing /work/SRC/openSUSE:Factory/xfce4-panel (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel.new (New)


Package is xfce4-panel, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-panel/xfce4-panel.changes  2012-02-21 
12:26:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.xfce4-panel.new/xfce4-panel.changes 
2012-04-19 10:41:25.0 +0200
@@ -1,0 +2,16 @@
+Wed Apr  4 17:06:49 UTC 2012 - g...@opensuse.org
+
+- simplify libXext-devel dependency
+- fix missing icon
+
+---
+Sat Mar 24 22:25:50 UTC 2012 - g...@opensuse.org
+
+- correct build dependencies
+- specfile cleanup
+- split off -lang subpackage
+- added xfce4-panel-fix-terminal-invocation.patch in order to fix
+  the invocation of a terminal emulator by the directory menu
+  plugin (bxo#8018)
+
+---

New:

  xfce4-panel-fix-terminal-invocation.patch



Other differences:
--
++ xfce4-panel.spec ++
--- /var/tmp/diff_new_pack.CSRrcg/_old  2012-04-19 10:41:26.0 +0200
+++ /var/tmp/diff_new_pack.CSRrcg/_new  2012-04-19 10:41:26.0 +0200
@@ -16,37 +16,40 @@
 #
 
 
+%define libname libxfce4panel-1_0-3
+
 Name:   xfce4-panel
 Version:4.8.6
 Release:0
 Summary:Panel for the Xfce Desktop Environment
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/XFCE
-Url:http://www.xfce.org/projects/xfce4-panel/
-Source: %{name}-%{version}.tar.bz2
+Url:http://docs.xfce.org/xfce/xfce4-panel/start
+Source: 
http://archive.xfce.org/src/xfce/xfce4-panel/4.8/%{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
-BuildRequires:  gtk-doc
+# PATCH-FIX-UPSTREAM xfce4-panel-fix-terminal-invocation.patch bxo#8018 
g...@opensuse.org -- Fixes the invocation of a terminal emulator by the 
directory menu plugin (backported from upstream git)
+Patch0: xfce4-panel-fix-terminal-invocation.patch
+BuildRequires:  ed
 BuildRequires:  intltool
-%if 0%{?suse_version} = 1210
-BuildRequires:  xorg-x11-devel
-%else
-BuildRequires:  libXext-devel
-%endif
-BuildRequires:  perl-XML-Parser
+BuildRequires:  perl
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(cairo)
-BuildRequires:  pkgconfig(dbus-1)
+BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(exo-1)
 BuildRequires:  pkgconfig(garcon-1)
+BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(gio-unix-2.0)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libstartup-notification-1.0)
 BuildRequires:  pkgconfig(libwnck-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
-BuildRequires:  pkgconfig(libxfcegui4-1.0)
-BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(libxfconf-0)
+BuildRequires:  pkgconfig(xext)
 Recommends: %{name}-doc = %{version}
-Requires:   %{name}-branding = %{version}
+Recommends: %{name}-lang = %{version}
+Requires:   %{name}-branding = %{version}
 Provides:   xfce4-panel-plugins = %{version}
 Obsoletes:  xfce4-panel-plugins  %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -69,30 +72,21 @@
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
-Requires:   pkgconfig(cairo)
-Requires:   pkgconfig(exo-1)
-Requires:   pkgconfig(gtk+-2.0)
-Requires:   pkgconfig(libstartup-notification-1.0)
-Requires:   pkgconfig(libwnck-1.0)
-Requires:   pkgconfig(libxfce4util-1.0)
-Requires:   pkgconfig(libxfcegui4-1.0)
 
 %description devel
 The xfce4-panel-devel package contains development files needed to to develop
 panel plugins.
 
-%package -n libxfce4panel-1_0-3
-Summary:Xfce Panel Library
+%package -n %{libname}
+Summary:Xfce Panel Shared Library
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/Libraries
 
-%description -n libxfce4panel-1_0-3
-xfce4-panel is the panel for the Xfce desktop environment.
-
-This package contains the xfce4-panel main library.
+%description -n %{libname}
+This package contains the xfce4-panel shared library.
 
 %package branding-upstream
-Summary:Upstream branding for xfce4-panel
+Summary:Upstream Branding for xfce4-panel
 License:GPL-2.0+
 Group:  System/GUI/XFCE
 Supplements:packageand(%{name}:branding-upstream)
@@ -102,43 +96,53 @@
 BuildArch:  

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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-clipman for 
openSUSE:Factory checked in at 2012-04-19 10:41:39

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-clipman (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-clipman.new (New)


Package is xfce4-panel-plugin-clipman, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-clipman/xfce4-panel-plugin-clipman.changes
2012-02-21 12:26:58.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-clipman.new/xfce4-panel-plugin-clipman.changes
   2012-04-19 10:41:41.0 +0200
@@ -1,0 +2,27 @@
+Tue Apr 17 19:28:09 UTC 2012 - g...@opensuse.org
+
+- fix source URL
+
+---
+Tue Apr 10 09:36:22 UTC 2012 - g...@opensuse.org
+
+- update to version 1.2.3
+  - use new online documentation location http://docs.xfce.org/
+  - handle images and texts as one stack
+  - added a checkbox Don't ask again to clear the history
+  - include rows support from Xfce Panel 4.9
+  - don't terminate gtk_message_dialog_new_with_markup with
+NULL
+  - use g_return_val_if_fail instead of g_return_if_fail
+- dropped obsolete
+  
xfce4-clipman-plugin-1.2.2-fix-gtk_message_dialog_new_with_markup-usage.patch,
+  xfce4-clipman-plugin-1.2.2-fix-non-void-function-not-returning-value.patch
+
+---
+Tue Apr  3 15:12:33 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+---

Old:

  xfce4-clipman-plugin-1.2.2-fix-gtk_message_dialog_new_with_markup-usage.patch
  xfce4-clipman-plugin-1.2.2-fix-non-void-function-not-returning-value.patch
  xfce4-clipman-plugin-1.2.2.tar.bz2

New:

  xfce4-clipman-plugin-1.2.3.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-clipman.spec ++
--- /var/tmp/diff_new_pack.HHDu7e/_old  2012-04-19 10:41:42.0 +0200
+++ /var/tmp/diff_new_pack.HHDu7e/_new  2012-04-19 10:41:42.0 +0200
@@ -20,29 +20,30 @@
 %define plugin_name xfce4-clipman-plugin
 
 Name:   xfce4-panel-plugin-clipman
-Version:1.2.2
+Version:1.2.3
 Release:0
 Summary:Clipboard Manager Plugin for the Xfce Panel
 License:GPL-2.0+
 Group:  System/GUI/XFCE
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
-Source0:xfce4-clipman-plugin-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM 
xfce4-clipman-plugin-1.2.2-fix-non-void-function-not-returning-value.patch 
bxo#8106 g...@opensuse.org -- Fixes non-void function not returning a value 
(backported from upstream git)
-Patch0: 
xfce4-clipman-plugin-1.2.2-fix-non-void-function-not-returning-value.patch
-# PATCH-FIX-UPSTREAM 
xfce4-clipman-plugin-1.2.2-fix-gtk_message_dialog_new_with_markup-usage.patch 
bxo#8147 g...@opensuse.org -- Fix gtk_message_dialog_new_with_markup usage 
which is a variadic function
-Patch1: 
xfce4-clipman-plugin-1.2.2-fix-gtk_message_dialog_new_with_markup-usage.patch
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.2/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(exo-1)
-BuildRequires:  pkgconfig(libglade-2.0)
+BuildRequires:  pkgconfig(gdk-x11-2.0)
+BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
+BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
 BuildRequires:  pkgconfig(unique-1.0)
-BuildRequires:  pkgconfig(xi)
+BuildRequires:  pkgconfig(xproto)
 BuildRequires:  pkgconfig(xtst)
-Requires:   xfce4-panel = 4.8.0
+Requires:   xfce4-panel = %{panel_version}
+Recommends: %{name}-lang = %{version}
 Recommends: %{name}-doc = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -53,26 +54,18 @@
 can be configured to execute arbitrary actions when the selection content
 matches specific regular expressions.
 
-
 %package doc
-Summary:Documentation for xfce4-panel-plugin-clipman
+Summary:Documentation for %{name}
 Group:  Documentation/HTML
-Requires:   xfce4-panel-plugin-clipman = %{version}
+Requires:   xfce4-panel = %{panel_version}
 
 %description doc
-This is a clipboard manager which comes with a plugin for the Xfce Panel. It
-stores the X selection (primary and clipboard) contents even after an
-application has quit and is 

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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-cpugraph for 
openSUSE:Factory checked in at 2012-04-19 10:41:43

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-cpugraph (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-cpugraph.new (New)


Package is xfce4-panel-plugin-cpugraph, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-cpugraph/xfce4-panel-plugin-cpugraph.changes
  2011-09-23 12:51:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-cpugraph.new/xfce4-panel-plugin-cpugraph.changes
 2012-04-19 10:41:58.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 17 19:35:16 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Tue Apr  3 15:15:48 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+---



Other differences:
--
++ xfce4-panel-plugin-cpugraph.spec ++
--- /var/tmp/diff_new_pack.8QJEjQ/_old  2012-04-19 10:41:59.0 +0200
+++ /var/tmp/diff_new_pack.8QJEjQ/_new  2012-04-19 10:41:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-cpugraph
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,25 +20,29 @@
 %define plugin_name xfce4-cpugraph-plugin
 
 Name:   xfce4-panel-plugin-cpugraph
-License:GPL-2.0+
 Version:1.0.1
-Release:7
-Summary:CPU graph plugin for the Xfce panel
+Release:0
+Summary:CPU Graph Plugin for the Xfce Panel
+License:GPL-2.0+
+Group:  System/GUI/XFCE
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
-Source0:xfce4-cpugraph-plugin-1.0.1.tar.bz2
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.0/%{plugin_name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM 
xfce4-panel-plugin-cpugraph-1.0.1-fix-buffer-overflow.patch bxo#7247 
g...@opensuse.org -- Fixes a buffer overflow
 Patch0: xfce4-panel-plugin-cpugraph-1.0.1-fix-buffer-overflow.patch
-Group:  System/GUI/XFCE
-BuildRequires:  intltool
 BuildRequires:  fdupes
+BuildRequires:  intltool
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
-Requires:   xfce4-panel = 4.8.0
+BuildRequires:  pkgconfig(libxfcegui4-1.0)
+Requires:   xfce4-panel = %{panel_version}
+Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The CPU Graph plugin diplays a customizable graph of the CPU load of either
 a specific CPU or all CPUs combined.
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
@@ -50,26 +54,28 @@
 
 %install
 %make_install
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %icon_theme_cache_post
 
 %postun
 %icon_theme_cache_postun
-%endif
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %{_libexecdir}/xfce4/panel-plugins/xfce4-cpugraph-plugin
 %{_datadir}/xfce4/panel-plugins/cpugraph.desktop
 %{_datadir}/icons/hicolor/*/apps/xfce4-cpugraph-plugin.png
 
+%files lang -f %{name}.lang
+
 %changelog

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



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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-datetime for 
openSUSE:Factory checked in at 2012-04-19 10:41:50

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-datetime (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-datetime.new (New)


Package is xfce4-panel-plugin-datetime, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-datetime/xfce4-panel-plugin-datetime.changes
  2011-10-21 16:46:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-datetime.new/xfce4-panel-plugin-datetime.changes
 2012-04-19 10:42:01.0 +0200
@@ -1,0 +2,17 @@
+Tue Apr 17 19:35:54 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Sun Apr 15 08:03:02 UTC 2012 - g...@opensuse.org
+
+- recommend -lang subpackage
+
+---
+Tue Apr  3 15:17:03 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+---



Other differences:
--
++ xfce4-panel-plugin-datetime.spec ++
--- /var/tmp/diff_new_pack.vsgZ8u/_old  2012-04-19 10:42:02.0 +0200
+++ /var/tmp/diff_new_pack.vsgZ8u/_new  2012-04-19 10:42:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-datetime
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,25 +20,30 @@
 %define plugin_name xfce4-datetime-plugin
 
 Name:   xfce4-panel-plugin-datetime
-License:GPL-2.0+
 Version:0.6.1
-Release:19
-Summary:Date and time plugin for the Xfce panel
+Release:0
+Summary:Date And Time Plugin for the Xfce Panel
+License:GPL-2.0+
+Group:  System/GUI/XFCE
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin
-Source0:xfce4-datetime-plugin-0.6.1.tar.bz2
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/0.6/%{plugin_name}-%{version}.tar.bz2
 # PATCH-FEATURE-UPSTREAM xfce4-datetime-plugin-0.6.1-enable-tooltips.patch 
bxo#4141 g...@opensuse.org -- Re-enables tooltip support (backported from 
upstream git)
 Patch0: xfce4-datetime-plugin-0.6.1-enable-tooltips.patch
-Group:  System/GUI/XFCE
-BuildRequires:  intltool
 BuildRequires:  fdupes
+BuildRequires:  intltool
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
-Requires:   xfce4-panel = 4.8.0
+BuildRequires:  pkgconfig(libxfce4util-1.0)
+BuildRequires:  pkgconfig(libxfcegui4-1.0)
+Requires:   xfce4-panel = %{panel_version}
+Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The date and time plugin displays the current date and time on the panel and
 can open a calendar when clicked.
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
@@ -50,17 +55,23 @@
 
 %install
 %make_install
+
 rm -f %{buildroot}%{_libdir}/xfce4/panel-plugins/libdatetime.la
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
 rm -rf %{buildroot}
 
-%files  -f %{name}.lang
+%files
 %defattr(-,root,root)
 %{_libdir}/xfce4/panel-plugins/libdatetime.so
 %{_datadir}/xfce4/panel-plugins/datetime.desktop
 
+%files lang -f %{name}.lang
+
 %changelog

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



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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-diskperf for 
openSUSE:Factory checked in at 2012-04-19 10:41:57

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-diskperf (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-diskperf.new (New)


Package is xfce4-panel-plugin-diskperf, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-diskperf/xfce4-panel-plugin-diskperf.changes
  2011-09-23 12:51:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-diskperf.new/xfce4-panel-plugin-diskperf.changes
 2012-04-19 10:42:03.0 +0200
@@ -1,0 +2,31 @@
+Tue Apr 17 19:37:04 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Sat Apr 14 12:02:31 UTC 2012 - g...@opensuse.org
+
+- update to version 2.5.1
+  - translation updates
+
+---
+Tue Apr 10 10:24:22 UTC 2012 - g...@opensuse.org
+
+- update to version 2.5.0
+  - build the plugin as a module, loadable by Xfce4's panel wrapper
+  - use an icon name compliant to the spec
+
+---
+Tue Apr  3 14:49:47 UTC 2012 - g...@opensuse.org
+
+- update to version 2.4.0
+  - port to libxfce4ui
+  - Port to panel 4.9
+  - Fix translations
+  - explicitely link with libm
+- drop obsolete xfce4-diskperf-plugin-fix-libm-underlinking.patch
+  and xfce4-panel-plugin-diskperf-fix-transparency-colors.patch
+- specfile cleanup
+- correct dependencies
+
+---

Old:

  xfce4-diskperf-plugin-2.3.0.tar.bz2
  xfce4-diskperf-plugin-fix-libm-underlinking.patch
  xfce4-panel-plugin-diskperf-fix-transparency-colors.patch

New:

  xfce4-diskperf-plugin-2.5.1.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-diskperf.spec ++
--- /var/tmp/diff_new_pack.npTV6G/_old  2012-04-19 10:42:04.0 +0200
+++ /var/tmp/diff_new_pack.npTV6G/_new  2012-04-19 10:42:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-diskperf
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,46 +20,42 @@
 %define plugin_name xfce4-diskperf-plugin
 
 Name:   xfce4-panel-plugin-diskperf
+Version:2.5.1
+Release:0
+Summary:Disk Performance Plugin for the Xfce Panel
 License:GPL-2.0+
-Version:2.3.0
-Release:4
-Summary:Disk performance plugin for the Xfce panel
-Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin
-Source0:xfce4-diskperf-plugin-2.3.0.tar.bz2
 Group:  System/GUI/XFCE
-BuildRequires:  intltool
+Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/2.5/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
+BuildRequires:  intltool
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
-BuildRequires:  xfce4-dev-tools
-Requires:   xfce4-panel = 4.8.0
+BuildRequires:  pkgconfig(libxfce4ui-1)
+Requires:   xfce4-panel = %{panel_version}
 Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# PATCH-FIX-UPSTREAM xfce4-diskperf-plugin-fix-libm-underlinking.patch 
bxo#7982 g...@opensuse.org -- Link explicitly against libm
-Patch0: xfce4-diskperf-plugin-fix-libm-underlinking.patch
-# PATCH-FIX-UPDSTREAM 
xfce4-panel-plugin-diskperf-fix-transparency-colors.patch g...@opensuse.org -- 
Fixes transparency and bar colors (backported from upstream git)
-Patch1: xfce4-panel-plugin-diskperf-fix-transparency-colors.patch
 
 %description
 The DiskPerf plugin displays the disk/partition performance as trasferred data
 per second.
 
-
-
 %lang_package
+
 %prep
 %setup -q -n %{plugin_name}-%{version}
-%patch0 -p1
-%patch1 -p1
 
 %build
-xdt-autogen
 %configure --disable-static
 make %{_smp_mflags} V=1
 
 %install
 %make_install
+
+rm %{buildroot}%{_libdir}/xfce4/panel/plugins/*.la
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
@@ -67,8 +63,8 @@
 
 %files
 %defattr(-,root,root)
-%{_libexecdir}/xfce4/panel-plugins/xfce4-diskperf-plugin
-%{_datadir}/xfce4/panel-plugins/diskperf.desktop

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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-sensors for 
openSUSE:Factory checked in at 2012-04-19 10:42:02

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-sensors (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-sensors.new (New)


Package is xfce4-panel-plugin-sensors, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-sensors/xfce4-panel-plugin-sensors.changes
2011-09-23 12:51:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-sensors.new/xfce4-panel-plugin-sensors.changes
   2012-04-19 10:42:05.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 17 22:38:28 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Wed Apr  4 08:01:54 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- split off -lang subpackage
+
+---



Other differences:
--
++ xfce4-panel-plugin-sensors.spec ++
--- /var/tmp/diff_new_pack.R2JzHJ/_old  2012-04-19 10:42:06.0 +0200
+++ /var/tmp/diff_new_pack.R2JzHJ/_new  2012-04-19 10:42:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-sensors
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,22 +20,26 @@
 %define plugin_name xfce4-sensors-plugin
 
 Name:   xfce4-panel-plugin-sensors
-License:GPL-2.0+
 Version:1.2.3
-Release:8
-Summary:Hardware sensor plugin for the Xfce panel
-Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
-Source0:xfce4-sensors-plugin-%{version}.tar.bz2
+Release:0
+Summary:Hardware Sensor Plugin for the Xfce Panel
+License:GPL-2.0+
 Group:  System/GUI/XFCE
-BuildRequires:  intltool
+Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.2/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
+BuildRequires:  intltool
+BuildRequires:  libsensors4-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  xfce4-dev-tools
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
-BuildRequires:  pkgconfig(libnotify)
-BuildRequires:  libsensors4-devel
-BuildRequires:  xfce4-dev-tools
-Requires:   xfce4-panel = 4.8.0
+BuildRequires:  pkgconfig(libxfce4util-1.0)
+Requires:   xfce4-panel = %{panel_version}
 Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -43,23 +47,18 @@
 The Sensors plugin and standalone application allow to monitor various hardware
 sensors supported by libsensors.
 
-
 %package devel
-License:GPL-2.0+
 Summary:Development Files for %{name}
 Group:  Development/Libraries/C and C++
-Requires:   xfce4-panel-plugin-sensors = %{version}
+Requires:   %{name} = %{version}
+Requires:   xfce4-panel = %{panel_version}
 
 %description devel
-The Sensors plugin and standalone application allow to monitor various hardware
-sensors supported by libsensors.
-
 This package contains the development files needed to develop applications
 based on libxfce4sensors.
 
-
-
 %lang_package
+
 %prep
 %setup -q -n %{plugin_name}-%{version}
 
@@ -70,17 +69,20 @@
 
 %install
 %make_install
+
 rm -rf %{buildroot}%{_libdir}/xfce4/modules/libxfce4sensors.la
+
 %suse_update_desktop_file -r xfce4-sensors X-XFCE System Monitor
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -88,7 +90,6 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
 %files
 %defattr(-,root,root)

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



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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-timer for 
openSUSE:Factory checked in at 2012-04-19 10:42:06

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-timer (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-timer.new (New)


Package is xfce4-panel-plugin-timer, Maintainer is xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-timer/xfce4-panel-plugin-timer.changes
2012-02-08 15:44:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-timer.new/xfce4-panel-plugin-timer.changes
   2012-04-19 10:42:11.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 17 22:40:28 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Wed Apr  4 08:18:48 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+---



Other differences:
--
++ xfce4-panel-plugin-timer.spec ++
--- /var/tmp/diff_new_pack.2vJY5I/_old  2012-04-19 10:42:12.0 +0200
+++ /var/tmp/diff_new_pack.2vJY5I/_new  2012-04-19 10:42:12.0 +0200
@@ -22,21 +22,28 @@
 Name:   xfce4-panel-plugin-timer
 Version:0.6.4
 Release:0
-Summary:Alarm clock plugin for the Xfce panel
+Summary:Alarm Clock Plugin for the Xfce Panel
 License:GPL-2.0+
 Group:  System/GUI/XFCE
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin
-Source0:xfce4-timer-plugin-%{version}.tar.bz2
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/0.6/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  intltool
+Recommends: %{name}-lang = %{version}
+BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
+BuildRequires:  pkgconfig(libxfce4util-1.0)
+BuildRequires:  pkgconfig(libxfcegui4-1.0)
 Requires:   xfce4-panel = %{panel_version}
+Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Timer plugin provides the functionality of an alarm clock and will run an
 alarm at a specified time or at the end of a specified countdown period.
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
@@ -47,8 +54,11 @@
 
 %install
 %make_install
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
@@ -60,10 +70,12 @@
 %postun
 %icon_theme_cache_postun
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %{_libexecdir}/xfce4/panel-plugins/xfce4-timer
 %{_datadir}/xfce4/panel-plugins/xfce4-timer.desktop
 %{_datadir}/icons/hicolor/*/apps/xfce4-timer.png
 
+%files lang -f %{name}.lang
+
 %changelog

-- 
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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-power-manager for 
openSUSE:Factory checked in at 2012-04-19 10:42:15

Comparing /work/SRC/openSUSE:Factory/xfce4-power-manager (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-power-manager.new (New)


Package is xfce4-power-manager, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-power-manager/xfce4-power-manager.changes  
2012-02-21 12:27:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-power-manager.new/xfce4-power-manager.changes 
2012-04-19 10:42:17.0 +0200
@@ -1,0 +2,23 @@
+Fri Mar 30 15:33:07 UTC 2012 - g...@opensuse.org
+
+- update to version 1.0.11
+  - don't attach to the status icon if libnotify = 0.7
+  - fix default spin down toggle value
+  - support NetworkManager 0.9
+  - fix libnotify detection of
+notify_notification_attach_to_status_icon
+  - fix broken empty battery icon
+  - change backlight property type to long
+  - only dim brightness if the current level is brighter
+  - refresh adaptor icon when battery device removed
+  - optimize icons
+  - translation updates
+- dropped obsolete
+  xfce4-power-manager-1.0.10-fix-libnotify-0.7.patch,
+  xfce4-power-manager-1.0.10-support-networkmanager-0.9.patch,
+  xfce4-power-manager-1.0.10-fix-broken-icon.patch
+- specfile cleanup
+- correct dependencies
+- split off -lang and -doc subpackages
+
+---

Old:

  xfce4-power-manager-1.0.10-fix-broken-icon.patch
  xfce4-power-manager-1.0.10-fix-libnotify-0.7.patch
  xfce4-power-manager-1.0.10-support-networkmanager-0.9.patch
  xfce4-power-manager-1.0.10.tar.bz2

New:

  xfce4-power-manager-1.0.11.tar.bz2
  xfce4-power-manager-fix-brightness-key-modifiers.patch



Other differences:
--
++ xfce4-power-manager.spec ++
--- /var/tmp/diff_new_pack.bTBuYK/_old  2012-04-19 10:42:18.0 +0200
+++ /var/tmp/diff_new_pack.bTBuYK/_new  2012-04-19 10:42:18.0 +0200
@@ -19,21 +19,17 @@
 %define panel_version 4.7.0
 
 Name:   xfce4-power-manager
-Version:1.0.10
+Version:1.0.11
 Release:0
 Summary:Power Management for the Xfce Desktop Environment
 License:GPL-2.0+
 Group:  System/GUI/XFCE
-Url:
http://goodies.xfce.org/projects/applications/xfce4-power-manager/
+Url:
http://goodies.xfce.org/projects/applications/xfce4-power-manager
 Source: 
http://archive.xfce.org/src/apps/xfce4-power-manager/1.0/%{name}-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE xfce4-power-manager-0.9.98-lxde-support.patch 
and...@opensuse.org -- Allow usage in LXDE
 Patch0: xfce4-power-manager-0.9.98-lxde-support.patch
-# PATCH-FIX-UPSTREAM xfce4-power-manager-1.0.10-fix-libnotify-0.7.patch 
g...@opensuse.org -- Fix the libnotify 0.7.0 API usage
-Patch1: xfce4-power-manager-1.0.10-fix-libnotify-0.7.patch
-# PATCH-FEATURE-UPSTREAM 
xfce4-power-manager-1.0.10-support-networkmanager-0.9.patch g...@opensuse.org 
-- Adds support for NetworkManager 0.9
-Patch2: xfce4-power-manager-1.0.10-support-networkmanager-0.9.patch
-# PATCH-FIX-UPSTREAM xfce4-power-manager-1.0.10-fix-broken-icon.patch 
g...@opensuse.org -- Fix broken empty battery icon in tray
-Patch3: xfce4-power-manager-1.0.10-fix-broken-icon.patch
+# PATCH-FIX-UPSTREAM xfce4-power-manager-fix-brightness-key-modifiers.patch 
bxo#6549 g...@opensuse.org -- Grab brightness keys even when modifiers are 
pressed
+Patch1: xfce4-power-manager-fix-brightness-key-modifiers.patch
 # PATCH-FIX-UPSTREAM 
xfce4-power-manager-1.0.10-fix-saving-brightness-levels.patch bxo#7791 
g...@opensuse.org -- Fix the type of saved brightness levels so they can be 
correctly loaded again
 Patch4: xfce4-power-manager-1.0.10-fix-saving-brightness-levels.patch
 # PATCH-FIX-UPSTREAM xfce4-power-manager-use-docdir.patch g...@opensuse.org -- 
Use docdir correctly
@@ -42,21 +38,26 @@
 Patch6: xfce4-power-manager-workaround-xrandr-error.patch
 # PATCH-FIX-UPSTREAM xfce4-power-manager-fix-battery-removal.patch bnc#707127 
bxo#7851 ti...@suse.de -- Prevents crashes due to xfpm_battery_notify_idle() 
being called on a battery that has been removed
 Patch7: xfce4-power-manager-fix-battery-removal.patch
-BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  intltool
-BuildRequires:  libxslt
 BuildRequires:  update-desktop-files
 BuildRequires:  xfce4-dev-tools
-BuildRequires:  xfconf
+BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gmodule-2.0)
+BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  

commit xfce4-screenshooter for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-screenshooter for 
openSUSE:Factory checked in at 2012-04-19 10:42:19

Comparing /work/SRC/openSUSE:Factory/xfce4-screenshooter (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-screenshooter.new (New)


Package is xfce4-screenshooter, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-screenshooter/xfce4-screenshooter.changes  
2012-03-16 13:27:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-screenshooter.new/xfce4-screenshooter.changes 
2012-04-19 10:42:21.0 +0200
@@ -1,0 +2,9 @@
+Tue Apr  3 11:32:33 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- added xfce4-screenshooter-fix-crash-with-some-wms.patch which
+  fixes a crash when taking a screenshot of a window with some
+  window managers (bxo#8080)
+- correct dependencies
+
+---

New:

  xfce4-screenshooter-fix-crash-with-some-wms.patch



Other differences:
--
++ xfce4-screenshooter.spec ++
--- /var/tmp/diff_new_pack.jaEss6/_old  2012-04-19 10:42:23.0 +0200
+++ /var/tmp/diff_new_pack.jaEss6/_new  2012-04-19 10:42:23.0 +0200
@@ -22,23 +22,30 @@
 Name:   xfce4-screenshooter
 Version:1.8.0
 Release:0
-Summary:Screenshot Tool
+Summary:Screenshot Tool for the Xfce Desktop
 License:GPL-2.0+
 Group:  Productivity/Graphics/Other
 Url:
http://goodies.xfce.org/projects/applications/xfce4-screenshooter
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://archive.xfce.org/src/apps/xfce4-screenshooter/1.8/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM xfce4-screenshooter-fix-libm-underlinking.patch bxo#7985 
g...@opensuse.org -- Link explicitly against libm
 Patch0: xfce4-screenshooter-fix-libm-underlinking.patch
 # PATCH-FIX-UPSTREAM xfce4-screenshooter-1.8.0-use-docdir.patch 
g...@opensuse.org -- Allow installation of documentation under docdir
 Patch1: xfce4-screenshooter-1.8.0-use-docdir.patch
+# PATCH-FIX-UPSTREAM xfce4-screenshooter-fix-crash-with-some-wms.patch 
bxo#8080 g...@opensuse.org -- Fixes a crash when taking a screenshot of a 
window with some window managers (backported from upstream git)
+Patch2: xfce4-screenshooter-fix-crash-with-some-wms.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  xfce4-dev-tools
 BuildRequires:  pkgconfig(exo-1)
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
+BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xfixes)
 Recommends: %{name}-doc = %{version}
@@ -56,43 +63,39 @@
 %package -n xfce4-panel-plugin-screenshooter
 Summary:Screenshot Plugin for the Xfce Panel
 Group:  System/GUI/XFCE
-Requires:   xfce4-panel = %panel_version
-Requires:   xfce4-screenshooter = %version
+Requires:   xfce4-panel = %{panel_version}
+Requires:   xfce4-screenshooter = %{version}
 
 %description -n xfce4-panel-plugin-screenshooter
-Xfce4 Screenshooter is a tool for taking screenshots, it can capture the entire
-screen, the active window or a selected region. Screenshots may be taken with a
-user-specified delay and the resulting images can be saved to a PNG file,
-copied it to the clipboard, opened with another application, or uploaded to
-ZimageZ, a free online image hosting service.
-
-This package contains the Xfce panel plugin.
+This package contains the xfce4-screenshooter Xfce panel plugin.
 
 %package doc
-Summary:Documentation for Xfce Screenshooter
+Summary:Documentation for xfce4-screenshooter
 Group:  Documentation/HTML
-Requires:   %name = %version
 
 %description doc
-This package contains the HTML documentation for Xfce4 Screenshooter.
-
+This package contains the HTML documentation for xfce4-screenshooter.
 
 %lang_package
+
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 xdt-autogen
-%configure \
---docdir=%{_datadir}/xfce4/xfce4-screenshooter
+%configure --docdir=%{_datadir}/xfce4/xfce4-screenshooter
 make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
-%find_lang xfce4-screenshooter
+%make_install
+
+%find_lang xfce4-screenshooter %{?no_lang_C}
+
 %suse_update_desktop_file -r xfce4-screenshooter -G 'Screenshot Tool' Utility 
X-SuSE-DesktopUtility GTK
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
@@ -109,16 +112,13 @@
 %files
 %defattr(-,root,root,-)
 

commit xfce4-settings for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-settings for openSUSE:Factory 
checked in at 2012-04-19 10:42:26

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


Package is xfce4-settings, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-settings/xfce4-settings.changes
2011-09-26 10:21:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-settings.new/xfce4-settings.changes   
2012-04-19 10:42:29.0 +0200
@@ -1,0 +2,10 @@
+Fri Mar 30 14:47:33 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- added xfce4-settings-fix-keyboard-shortcut-settings.patch in
+  order to clear out all old entries in the list of shortcuts when
+  resetting the keyboard shortcuts in order to prevent duplicates
+  (bxo#8138)
+
+---

New:

  xfce4-settings-fix-keyboard-shortcut-settings.patch



Other differences:
--
++ xfce4-settings.spec ++
--- /var/tmp/diff_new_pack.PviwsF/_old  2012-04-19 10:42:30.0 +0200
+++ /var/tmp/diff_new_pack.PviwsF/_new  2012-04-19 10:42:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-settings
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,32 +16,36 @@
 #
 
 
-
 Name:   xfce4-settings
 Version:4.8.3
-Release:5
-License:GPL-2.0 and GPL-2.0+
+Release:0
 Summary:Tools for Managing Xfce Settings
-Url:http://www.xfce.org/projects/xfce4-settings
+License:GPL-2.0 and GPL-2.0+
 Group:  System/GUI/XFCE
-Source: %{name}-%{version}.tar.bz2
+Url:http://docs.xfce.org/xfce/xfce4-settings/start
+Source: 
http://archive.xfce.org/src/xfce/xfce4-settings/4.8/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM xfce4-settings-fix-keyboard-shortcut-settings.patch 
g...@opensuse.org bxo#8138 -- When resetting the keyboard shortcuts clear out 
all old entries in the list of shortcuts in order to prevent duplicates 
(backported from upstream git)
+Patch0: xfce4-settings-fix-keyboard-shortcut-settings.patch
 BuildRequires:  intltool
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(exo-1)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(inputproto)
+BuildRequires:  pkgconfig(libcanberra)
 BuildRequires:  pkgconfig(libnotify)
-BuildRequires:  pkgconfig(libwnck-1.0)
+BuildRequires:  pkgconfig(libxfce4kbd-private-2)
 BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
 BuildRequires:  pkgconfig(libxklavier)
-BuildRequires:  pkgconfig(libxfce4kbd-private-2)
-BuildRequires:  pkgconfig(libcanberra)
-BuildRequires:  xorg-x11-devel
-BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xcursor)
+BuildRequires:  pkgconfig(xi)
+BuildRequires:  pkgconfig(xrandr)
 Recommends: %{name}-lang = %{version}
-Requires:   %{name}-branding = %{version}
+Requires:   %{name}-branding = %{version}
 Provides:   xfce-mcs-manager = %{version}
 Obsoletes:  xfce-mcs-manager  %{version}
 Provides:   xfce-mcs-plugins = %{version}
@@ -58,8 +62,8 @@
 a daemon which exports XSettings to applications.
 
 %package branding-upstream
-License:GPL-2.0 and GPL-2.0+
 Summary:Upstream Branding of xfce4-settings
+Group:  System/GUI/XFCE
 Supplements:packageand(%{name}:branding-upstream)
 Provides:   %{name}-branding = %{version}
 Conflicts:  otherproviders(%{name}-branding)
@@ -68,12 +72,13 @@
 BuildArch:  noarch
 
 %description branding-upstream
-This package provides the upstream look and feel for Xfce.
-
+This package provides the upstream look and feel for xfce4-settings.
 
 %lang_package
+
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \
@@ -83,6 +88,7 @@
 
 %install
 %make_install
+
 %suse_update_desktop_file xfce-display-settings
 %suse_update_desktop_file xfce-keyboard-settings
 %suse_update_desktop_file xfce-mouse-settings
@@ -91,20 +97,19 @@
 %suse_update_desktop_file xfce-ui-settings
 %suse_update_desktop_file xfce-settings-manager
 %suse_update_desktop_file xfce4-settings-helper-autostart
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{name}
+
+%find_lang %{name} %{?no_lang_C}
 
 

commit xfce4-vala for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-vala for openSUSE:Factory 
checked in at 2012-04-19 10:42:31

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


Package is xfce4-vala, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-vala/xfce4-vala.changes2012-02-16 
10:11:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.xfce4-vala.new/xfce4-vala.changes   
2012-04-19 10:42:34.0 +0200
@@ -1,0 +2,11 @@
+Wed Apr  4 13:00:47 UTC 2012 - g...@opensuse.org
+
+- loosen vala version constraints to make package installable
+
+---
+Fri Mar 30 20:59:58 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+
+---



Other differences:
--
++ xfce4-vala.spec ++
--- /var/tmp/diff_new_pack.XEo97u/_old  2012-04-19 10:42:35.0 +0200
+++ /var/tmp/diff_new_pack.XEo97u/_new  2012-04-19 10:42:35.0 +0200
@@ -16,12 +16,12 @@
 #
 
 
-%if %suse_version = 1140
+%if 0%{?suse_version} = 1140
 %define vala_name vala
 %define vala_version 0.10
 %else
 %define vala_name libvala
-%if %suse_version = 1210
+%if 0%{?suse_version} = 1210
 %define vala_version 0.14
 %else
 %define vala_version 0.16
@@ -31,16 +31,16 @@
 Name:   xfce4-vala
 Version:4.8.1
 Release:0
-Summary:Vala bindings to Xfce
+Summary:Vala Bindings to Xfce Libraries
 License:LGPL-2.1+
 Group:  Development/Libraries/Other
 Url:http://wiki.xfce.org/vala-bindings
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://archive.xfce.org/src/bindings/xfce4-vala/4.8/%{name}-%{version}.tar.bz2
 Source100:  %{name}-rpmlintrc
 # PATCH-FEATURE-OPENSUSE xfce4-vala-multiple-vala-versions.patch 
g...@opensuse.org -- Support multiple vala versions
 Patch0: xfce4-vala-multiple-vala-versions.patch
 BuildRequires:  fdupes
-BuildRequires:  vala = 0.10
+BuildRequires:  vala = %{vala_version}
 BuildRequires:  xfce4-dev-tools
 BuildRequires:  pkgconfig(%{vala_name}-%{vala_version})
 BuildRequires:  pkgconfig(exo-1)
@@ -48,11 +48,11 @@
 BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
-Requires:   vala = 0.10
+Requires:   vala = %{vala_version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-This package provides Vala bindings to Xfce.
+This package provides Vala bindings to Xfce Libraries.
 
 %prep
 %setup -q
@@ -65,6 +65,7 @@
 
 %install
 %make_install
+
 %fdupes %{buildroot}/usr/share/vala-%{vala_version}
 
 %clean

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



commit xfdesktop for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfdesktop for openSUSE:Factory 
checked in at 2012-04-19 10:42:37

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


Package is xfdesktop, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xfdesktop/xfdesktop.changes  2011-10-28 
15:30:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfdesktop.new/xfdesktop.changes 2012-04-19 
10:42:53.0 +0200
@@ -1,0 +2,14 @@
+Sat Apr  7 22:06:13 UTC 2012 - g...@opensuse.org
+
+- added xfdesktop-fix-slow-popup-menu.patch which adds a check for
+  GDK_GRAB_INVALID_TIME in xfdesktop_popup_grab_available to
+  mitigate slow menu popups on a right mouse click (bnc#669768,
+  bxo#7172)
+
+---
+Thu Mar 29 21:44:16 UTC 2012 - g...@opensuse.org
+
+- split off -lang subpackage
+- specfile cleanup
+
+---

New:

  xfdesktop-fix-slow-popup-menu.patch



Other differences:
--
++ xfdesktop.spec ++
--- /var/tmp/diff_new_pack.mBFGDy/_old  2012-04-19 10:42:54.0 +0200
+++ /var/tmp/diff_new_pack.mBFGDy/_new  2012-04-19 10:42:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfdesktop
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,31 +16,37 @@
 #
 
 
-
 Name:   xfdesktop
 Version:4.8.3
-Release:1
+Release:0
+Summary:Desktop Manager for the Xfce Desktop Environment
 License:GPL-2.0+
-Summary:Desktop manager for the Xfce Desktop Environment
-Url:http://www.xfce.org/projects/xfdesktop/
 Group:  System/GUI/XFCE
-Source0:%{name}-%{version}.tar.bz2
+Url:http://docs.xfce.org/xfce/xfdesktop/start
+Source0:
http://archive.xfce.org/src/xfce/xfdesktop/4.8/%{name}-%{version}.tar.bz2
 Source1:xfce4-desktop.xml
+# PATCH-FIX-UPSTREAM xfdesktop-fix-slow-popup-menu.patch bnc#669768 bxo#7172 
g...@opensuse.org -- Adds a check for GDK_GRAB_INVALID_TIME in 
xfdesktop_popup_grab_available to mitigate slow menu popups on a right mouse 
click (backported from upstream git)
+Patch0: xfdesktop-fix-slow-popup-menu.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
-BuildRequires:  pkgconfig(garcon-1)
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(exo-1)
+BuildRequires:  pkgconfig(garcon-1)
+BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(gio-unix-2.0)
+BuildRequires:  pkgconfig(gmodule-2.0)
+BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(libnotify)
-BuildRequires:  pkgconfig(libstartup-notification-1.0)
 BuildRequires:  pkgconfig(libwnck-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
-BuildRequires:  pkgconfig(thunarx-2)
 BuildRequires:  pkgconfig(libxfconf-0)
-BuildRequires:  update-desktop-files
-Requires:   %{name}-branding = %{version}
+BuildRequires:  pkgconfig(thunarx-2)
+Requires:   %{name}-branding = %{version}
+Recommends: %{name}-lang = %{version}
 Provides:   xfce4-desktop = %{version}
 Obsoletes:  xfce4-desktop  %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -53,8 +59,8 @@
 background images, as well as real multiscreen and xinerama support.
 
 %package branding-upstream
-License:GPL-2.0+
-Summary:Upstream branding of xfce4-settings
+Summary:Upstream Branding of xfce4-settings
+Group:  System/GUI/XFCE
 # BRAND: xfce4-desktop.xml: Control desktop appearance such as the default
 # BRAND: backdrop image.
 Conflicts:  otherproviders(%{name}-branding)
@@ -67,8 +73,11 @@
 %description branding-upstream
 This package provides the upstream look and feel for the Xfce Desktop Manager.
 
+%lang_package
+
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export CFLAGS=%{optflags} -fno-strict-aliasing
@@ -77,18 +86,21 @@
 
 %install
 %make_install
+
 install -D -p -m 644 %{SOURCE1} \
 
%{buildroot}%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
+
 %suse_update_desktop_file xfce-backdrop-settings
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{name}
+
+%find_lang %{name} %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
 rm -rf 

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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-cpufreq for 
openSUSE:Factory checked in at 2012-04-19 12:38:44

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-cpufreq (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-cpufreq.new (New)


Package is xfce4-panel-plugin-cpufreq, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-cpufreq/xfce4-panel-plugin-cpufreq.changes
2011-09-23 12:51:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-cpufreq.new/xfce4-panel-plugin-cpufreq.changes
   2012-04-19 12:38:48.0 +0200
@@ -1,0 +2,19 @@
+Tue Apr 17 19:34:43 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Tue Apr  3 16:55:05 UTC 2012 - g...@opensuse.org
+
+- added xfce4-panel-plugin-cpufreq-correctly-refresh-core.patch in
+  order to correctly refresh the selected core rather than always
+  the last one (bxo#7179)
+
+---
+Tue Apr  3 15:14:24 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+---

New:

  xfce4-panel-plugin-cpufreq-correctly-refresh-core.patch



Other differences:
--
++ xfce4-panel-plugin-cpufreq.spec ++
--- /var/tmp/diff_new_pack.nXbD6s/_old  2012-04-19 12:38:49.0 +0200
+++ /var/tmp/diff_new_pack.nXbD6s/_new  2012-04-19 12:38:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-cpufreq
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,26 +20,35 @@
 %define plugin_name xfce4-cpufreq-plugin
 
 Name:   xfce4-panel-plugin-cpufreq
-License:GPL-2.0+
 Version:1.0.0
-Release:4
-Summary:CPU frequency scaling monitor plugin for the Xfce panel
-Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin
-Source0:xfce4-cpufreq-plugin-1.0.0.tar.bz2
+Release:0
+Summary:CPU Frequency Scaling Monitor Plugin for the Xfce Panel
+License:GPL-2.0+
 Group:  System/GUI/XFCE
-BuildRequires:  intltool
+Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.0/%{plugin_name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM xfce4-panel-plugin-cpufreq-correctly-refresh-core.patch 
bxo#7179 g...@opensuse.org -- Correctly refresh the selected core rather than 
always the last one
+Patch0: xfce4-panel-plugin-cpufreq-correctly-refresh-core.patch
 BuildRequires:  fdupes
+BuildRequires:  intltool
+BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
-Requires:   xfce4-panel = 4.8.0
+BuildRequires:  pkgconfig(libxfce4util-1.0)
+BuildRequires:  pkgconfig(libxfcegui4-1.0)
+Requires:   xfce4-panel = %{panel_version}
+Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The CpuFreq scaling monitor plugin can be used to monitor the current CPU
 frequency and currently active governor.
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
+%patch0 -p1
 
 %build
 %configure --disable-static
@@ -47,26 +56,28 @@
 
 %install
 %make_install
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %icon_theme_cache_post
 
 %postun
 %icon_theme_cache_postun
-%endif
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %{_libexecdir}/xfce4/panel-plugins/xfce4-cpufreq-plugin
 %{_datadir}/icons/hicolor/*/apps/xfce4-cpufreq-plugin.*
 %{_datadir}/xfce4/panel-plugins/xfce4-cpufreq-plugin.desktop
 
+%files lang -f %{name}.lang
+
 %changelog

++ xfce4-panel-plugin-cpufreq-correctly-refresh-core.patch ++
--- xfce4-cpufreq-plugin-1.0.0.orig/panel-plugin/xfce4-cpufreq-plugin.c
+++ xfce4-cpufreq-plugin-1.0.0/panel-plugin/xfce4-cpufreq-plugin.c
@@ -118,15 +118,16 @@ cpufreq_update_tooltip (CpuInfo *cpu)
 gboolean
 cpufreq_update_plugin (void)
 {
-   gint i;
-   for (i = 0; i  cpuFreq-cpus-len; i++)
-   {
-   CpuInfo *cpu = 

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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-eyes for 
openSUSE:Factory checked in at 2012-04-19 12:38:50

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-eyes (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-eyes.new (New)


Package is xfce4-panel-plugin-eyes, Maintainer is xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-eyes/xfce4-panel-plugin-eyes.changes
  2011-09-23 12:51:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-eyes.new/xfce4-panel-plugin-eyes.changes
 2012-04-19 12:38:55.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 17 19:37:31 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Tue Apr  3 15:19:35 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+---



Other differences:
--
++ xfce4-panel-plugin-eyes.spec ++
--- /var/tmp/diff_new_pack.F4cbCr/_old  2012-04-19 12:38:56.0 +0200
+++ /var/tmp/diff_new_pack.F4cbCr/_new  2012-04-19 12:38:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-eyes
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,22 +20,28 @@
 %define plugin_name xfce4-eyes-plugin
 
 Name:   xfce4-panel-plugin-eyes
-License:GPL-2.0+
 Version:4.4.1
-Release:3
-Summary:Eyes plugin for the Xfce panel
-Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin
-Source0:xfce4-eyes-plugin-4.4.1.tar.bz2
+Release:0
+Summary:Eyes Plugin for the Xfce Panel
+License:GPL-2.0+
 Group:  System/GUI/XFCE
-BuildRequires:  intltool
+Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/4.4/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
+BuildRequires:  intltool
+BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
-Requires:   xfce4-panel = 4.8.0
+BuildRequires:  pkgconfig(libxfce4util-1.0)
+BuildRequires:  pkgconfig(libxfcegui4-1.0)
+Requires:   xfce4-panel = %{panel_version}
+Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Eyes plugin adds moving eyes to the panel which watch your activities.
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
@@ -46,23 +52,23 @@
 
 %install
 %make_install
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %icon_theme_cache_post
 
 %postun
 %icon_theme_cache_postun
-%endif
 
-%files  -f %{name}.lang
+%files
 %defattr(-,root,root)
 %{_libexecdir}/xfce4/panel-plugins/xfce4-eyes-plugin
 %{_datadir}/icons/hicolor/*/apps/xfce4-eyes.*
@@ -70,4 +76,6 @@
 %{_datadir}/xfce4/eyes/*
 %{_datadir}/xfce4/panel-plugins/eyes.desktop
 
+%files lang -f %{name}.lang
+
 %changelog

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



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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-fsguard for 
openSUSE:Factory checked in at 2012-04-19 12:38:54

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-fsguard (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-fsguard.new (New)


Package is xfce4-panel-plugin-fsguard, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-fsguard/xfce4-panel-plugin-fsguard.changes
2011-09-23 12:51:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-fsguard.new/xfce4-panel-plugin-fsguard.changes
   2012-04-19 12:38:56.0 +0200
@@ -1,0 +2,23 @@
+Tue Apr 17 19:37:48 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Sun Apr 15 08:05:03 UTC 2012 - g...@opensuse.org
+
+- recommend -lang subpackage
+
+---
+Tue Apr  3 17:02:21 UTC 2012 - g...@opensuse.org
+
+- added xfce4-fsguard-plugin-fix-config-loading.patch in order to
+  fix the loading of the configuration file
+
+---
+Tue Apr  3 15:20:37 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+---

New:

  xfce4-fsguard-plugin-fix-config-loading.patch



Other differences:
--
++ xfce4-panel-plugin-fsguard.spec ++
--- /var/tmp/diff_new_pack.a7MeJY/_old  2012-04-19 12:38:58.0 +0200
+++ /var/tmp/diff_new_pack.a7MeJY/_new  2012-04-19 12:38:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-fsguard
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,26 +20,34 @@
 %define plugin_name xfce4-fsguard-plugin
 
 Name:   xfce4-panel-plugin-fsguard
-License:GPL-2.0+
 Version:1.0.0
-Release:5
-Summary:Filesystem space monitoring plugin for the Xfce panel
-Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin
-Source0:xfce4-fsguard-plugin-1.0.0.tar.bz2
+Release:0
+Summary:Filesystem Space Monitoring Plugin for the Xfce Panel
+License:GPL-2.0+
 Group:  System/GUI/XFCE
-BuildRequires:  intltool
+Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.0/%{plugin_name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM xfce4-fsguard-plugin-fix-config-loading.patch 
g...@opensuse.org -- Fixes loading of the configuration file
+Patch0: xfce4-fsguard-plugin-fix-config-loading.patch
 BuildRequires:  fdupes
+BuildRequires:  intltool
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
-Requires:   xfce4-panel = 4.8.0
+BuildRequires:  pkgconfig(libxfce4util-1.0)
+BuildRequires:  pkgconfig(libxfcegui4-1.0)
+Requires:   xfce4-panel = %{panel_version}
+Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The FSGuard plugin constantly monitors free space of a given mountpoint and
 displays it as an icon in the panel.
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
+%patch0 -p1
 
 %build
 %configure --disable-static
@@ -47,26 +55,28 @@
 
 %install
 %make_install
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %icon_theme_cache_post
 
 %postun
 %icon_theme_cache_postun
-%endif
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %{_libexecdir}/xfce4/panel-plugins/xfce4-fsguard-plugin
 %{_datadir}/xfce4/panel-plugins/fsguard.desktop
 %{_datadir}/icons/hicolor/*/apps/xfce4-fsguard-plugin*
 
+%files lang -f %{name}.lang
+
 %changelog

++ xfce4-fsguard-plugin-fix-config-loading.patch ++
--- xfce4-fsguard-plugin-1.0.0.orig/panel-plugin/fsguard.c
+++ xfce4-fsguard-plugin-1.0.0/panel-plugin/fsguard.c
@@ -325,15 +325,28 @@ fsguard_read_config (FsGuard *fsguard)
 char   *file;
 XfceRc *rc;
 
-file = xfce_panel_plugin_save_location (fsguard-plugin, TRUE);
+/* prepare default values */
+fsguard-seen   = FALSE;
+

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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-genmon for 
openSUSE:Factory checked in at 2012-04-19 12:38:58

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-genmon (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-genmon.new (New)


Package is xfce4-panel-plugin-genmon, Maintainer is xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-genmon/xfce4-panel-plugin-genmon.changes
  2012-01-09 15:22:51.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-genmon.new/xfce4-panel-plugin-genmon.changes
 2012-04-19 12:39:09.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 17 22:32:09 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Tue Apr  3 15:49:09 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+---



Other differences:
--
++ xfce4-panel-plugin-genmon.spec ++
--- /var/tmp/diff_new_pack.CVSZv1/_old  2012-04-19 12:39:10.0 +0200
+++ /var/tmp/diff_new_pack.CVSZv1/_new  2012-04-19 12:39:10.0 +0200
@@ -15,22 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define panel_version 4.8.0
 %define plugin_name xfce4-genmon-plugin
 
 Name:   xfce4-panel-plugin-genmon
 Version:3.3.1
 Release:0
-Summary:Generic monitoring plugin for the Xfce panel
+Summary:Generic Monitoring Plugin for the Xfce Panel
 License:GPL-2.0+
 Group:  System/GUI/XFCE
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin
-Source0:xfce4-genmon-plugin-%{version}.tar.bz2
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/3.3/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  intltool
-BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
-Requires:   xfce4-panel = 4.8.0
+BuildRequires:  pkgconfig(libxfcegui4-1.0)
+Requires:   xfce4-panel = %{panel_version}
+Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,6 +41,7 @@
 result in form of an image, a bar, a button and a personalized tooltip in the
 panel.
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
@@ -49,17 +52,21 @@
 
 %install
 %make_install
-%suse_update_desktop_file 
%{buildroot}%{_datadir}/xfce4/panel-plugins/genmon.desktop
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
 rm -rf %{buildroot}
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %{_libexecdir}/xfce4/panel-plugins/xfce4-genmon-plugin
 %{_datadir}/xfce4/panel-plugins/genmon.desktop
 
+%files lang -f %{name}.lang
+
 %changelog

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



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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-mailwatch for 
openSUSE:Factory checked in at 2012-04-19 12:39:02

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-mailwatch (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-mailwatch.new (New)


Package is xfce4-panel-plugin-mailwatch, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-mailwatch/xfce4-panel-plugin-mailwatch.changes
2011-10-28 15:29:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-mailwatch.new/xfce4-panel-plugin-mailwatch.changes
   2012-04-19 12:39:18.0 +0200
@@ -1,0 +2,30 @@
+Tue Apr 17 22:32:38 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Tue Apr 17 19:34:04 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+- use pristine source tarball
+
+---
+Wed Apr  4 17:19:18 UTC 2012 - g...@opensuse.org
+
+- dixed missing icon
+
+---
+Tue Apr  3 17:16:52 UTC 2012 - g...@opensuse.org
+
+- added xfce4-panel-plugin-mailwatch-1.1.0-set-mail-interval.patch
+  which fixes a problem with the interval not being set correctly
+  (bxo#6947)
+- added xfce4-panel-plugin-mailwatch-1.1.0-fix-format-sting-errors.patch
+  which fixes some format string errors (bxo#8063)
+- added xfce4-panel-plugin-mailwatch-link-against-libgcrypt.patch
+  in order to link agains libgcrypt
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+---

New:

  xfce4-panel-plugin-mailwatch-1.1.0-fix-format-sting-errors.patch
  xfce4-panel-plugin-mailwatch-1.1.0-set-mail-interval.patch
  xfce4-panel-plugin-mailwatch-link-against-libgcrypt.patch



Other differences:
--
++ xfce4-panel-plugin-mailwatch.spec ++
--- /var/tmp/diff_new_pack.lwJdk7/_old  2012-04-19 12:39:20.0 +0200
+++ /var/tmp/diff_new_pack.lwJdk7/_new  2012-04-19 12:39:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-mailwatch
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,30 +20,42 @@
 %define plugin_name xfce4-mailwatch-plugin
 
 Name:   xfce4-panel-plugin-mailwatch
-License:GPL-2.0+
 Version:1.1.0
-Release:8
-Summary:Versatile mail checking plugin for the Xfce panel
+Release:0
+Summary:Versatile Mail Checking Plugin for the Xfce Panel
+License:GPL-2.0+
+Group:  System/GUI/XFCE
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin
-Source0:xfce4-mailwatch-plugin-1.1.0.tar.bz2
+Source0:
http://spurint.org/files/mailwatch/%{plugin_name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM 
xfce4-panel-plugin-mailwatch-1.1.0-fix-high-cpu-usage-while-checking-mail.patch 
bxo#4494 g...@opensuse.org -- Fixes high CPU usage when checking mail 
(backported from upstream git)
 Patch0: 
xfce4-panel-plugin-mailwatch-1.1.0-fix-high-cpu-usage-while-checking-mail.patch
 # PATCH-FIX-UPSTREAM 
xfce4-panel-plugin-mailwatch-1.1.0-fix-build-with-4.7.patch g...@opensuse.org 
-- Fixes build with xfce4-panel = 4.7
 Patch1: xfce4-panel-plugin-mailwatch-1.1.0-fix-build-with-4.7.patch
-# PATCH-FIX-UPSTREAM xfce4-panel-plugin-mailwatch-1.1.0-fix-gnutls-3.0.3.patch 
bxo#7998 g...@opensuse.org -- Fix build with gnutls = 3.0.3, a lowat level of 
0 is the default in gnutls = 2.12.0 and gnutls_transport_set_lowat() has been 
removed in 3.0.3
+# PATCH-FIX-UPSTREAM xfce4-panel-plugin-mailwatch-1.1.0-fix-gnutls-3.0.3.patch 
bxo#7998 g...@opensuse.org -- Fixes build with gnutls = 3.0.3, a lowat level 
of 0 is the default in gnutls = 2.12.0 and gnutls_transport_set_lowat() has 
been removed in 3.0.3
 Patch2: xfce4-panel-plugin-mailwatch-1.1.0-fix-gnutls-3.0.3.patch
 # PATCH-FIX-UPSTREAM xfce4-panel-plugin-mailwatch-1.1.0-use-docdir.patch 
g...@opensuse.org -- Use docdir correctly
 Patch3: xfce4-panel-plugin-mailwatch-1.1.0-use-docdir.patch
-Group:  System/GUI/XFCE
-BuildRequires:  intltool
+# PATCH-FIX-UPSTREAM 
xfce4-panel-plugin-mailwatch-1.1.0-set-mail-interval.patch bxo#6947 
g...@opensuse.org -- Fixes a problem with the interval not being set correctly
+Patch4: xfce4-panel-plugin-mailwatch-1.1.0-set-mail-interval.patch
+# 

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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-mpc for 
openSUSE:Factory checked in at 2012-04-19 12:39:13

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-mpc (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-mpc.new (New)


Package is xfce4-panel-plugin-mpc, Maintainer is xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-mpc/xfce4-panel-plugin-mpc.changes
2012-02-17 12:18:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-mpc.new/xfce4-panel-plugin-mpc.changes
   2012-04-19 12:39:26.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 17 22:33:50 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Tue Apr  3 21:40:00 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- split off -lang subpackage
+
+---



Other differences:
--
++ xfce4-panel-plugin-mpc.spec ++
--- /var/tmp/diff_new_pack.CFMY9B/_old  2012-04-19 12:39:27.0 +0200
+++ /var/tmp/diff_new_pack.CFMY9B/_new  2012-04-19 12:39:27.0 +0200
@@ -26,20 +26,22 @@
 License:GPL-2.0+
 Group:  System/GUI/XFCE
 Url:http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin
-Source0:xfce4-mpc-plugin-%{version}.tar.bz2
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/0.4/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(exo-1)
 BuildRequires:  pkgconfig(libmpd)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
-Requires:   xfce4-panel = 4.8.0
+Requires:   xfce4-panel = %{panel_version}
+Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Mpc plugin is a simple Music Player Daemon client which can control
 playback and show the currently playing song.
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
@@ -50,16 +52,21 @@
 
 %install
 %make_install
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
 rm -rf %{buildroot}
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %{_libdir}/xfce4/panel/plugins/xfce4-mpc-plugin
 %{_datadir}/xfce4/panel/plugins/xfce4-mpc-plugin.desktop
 
+%files lang -f %{name}.lang
+
 %changelog

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



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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-netload for 
openSUSE:Factory checked in at 2012-04-19 12:39:22

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-netload (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-netload.new (New)


Package is xfce4-panel-plugin-netload, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-netload/xfce4-panel-plugin-netload.changes
2012-01-19 16:58:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-netload.new/xfce4-panel-plugin-netload.changes
   2012-04-19 12:39:28.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 17 22:34:12 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Tue Apr  3 21:41:24 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- split off -lang subpackage
+
+---



Other differences:
--
++ xfce4-panel-plugin-netload.spec ++
--- /var/tmp/diff_new_pack.J19bnu/_old  2012-04-19 12:39:29.0 +0200
+++ /var/tmp/diff_new_pack.J19bnu/_new  2012-04-19 12:39:29.0 +0200
@@ -15,28 +15,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define panel_version 4.8.0
 %define plugin_name xfce4-netload-plugin
 
 Name:   xfce4-panel-plugin-netload
 Version:1.1.0
 Release:0
-Summary:Network load monitoring plugin for the Xfce panel
+Summary:Network Load Monitoring Plugin for the Xfce Panel
 License:GPL-2.0+
 Group:  System/GUI/XFCE
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin
-Source0:xfce4-netload-plugin-%{version}.tar.bz2
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.1/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
-Requires:   xfce4-panel = 4.8.0
+Requires:   xfce4-panel = %{panel_version}
+Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Netload plugin allows to monitor the netowrk load of a given network
 interface.
 
+%lang_package
+
 %prep
 %setup -q -n %{plugin_name}-%{version}
 
@@ -46,26 +50,28 @@
 
 %install
 %make_install
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %icon_theme_cache_post
 
 %postun
 %icon_theme_cache_postun
-%endif
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %{_libexecdir}/xfce4/panel-plugins/xfce4-netload-plugin
 %{_datadir}/xfce4/panel-plugins/netload.desktop
 %{_datadir}/icons/hicolor/*/apps/xfce4-netload-plugin.*
 
+%files lang -f %{name}.lang
+
 %changelog

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



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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-quicklauncher for 
openSUSE:Factory checked in at 2012-04-19 12:39:27

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-quicklauncher (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-quicklauncher.new (New)


Package is xfce4-panel-plugin-quicklauncher, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-quicklauncher/xfce4-panel-plugin-quicklauncher.changes
2011-09-23 12:51:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-quicklauncher.new/xfce4-panel-plugin-quicklauncher.changes
   2012-04-19 12:39:30.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 17 22:37:41 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Tue Apr  3 22:03:34 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+---



Other differences:
--
++ xfce4-panel-plugin-quicklauncher.spec ++
--- /var/tmp/diff_new_pack.KwDuar/_old  2012-04-19 12:39:31.0 +0200
+++ /var/tmp/diff_new_pack.KwDuar/_new  2012-04-19 12:39:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-quicklauncher
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,13 @@
 %define plugin_name xfce4-quicklauncher-plugin
 
 Name:   xfce4-panel-plugin-quicklauncher
-License:GPL-2.0+
 Version:1.9.4
-Release:25
-Summary:Application launcher plugin for the Xfce panel
+Release:0
+Summary:Application Launcher Plugin for the Xfce Panel
+License:GPL-2.0+
+Group:  System/GUI/XFCE
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-quicklauncher-plugin
-Source0:xfce4-quicklauncher-plugin-1.9.4.tar.bz2
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.9/%{plugin_name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM 
xfce4-panel-plugin-quicklauncher-1.9.4-save-settings.patch bxo#3782 
g...@opensuse.org -- Makes quicklauncher save its settings (backported from 
upstream git)
 Patch0: xfce4-panel-plugin-quicklauncher-1.9.4-save-settings.patch
 # PATCH-FIX-UPSTREAM 
xfce4-panel-plugin-quicklauncher-1.9.4-fix-parameters-launcher.patch bxo#5752 
g...@opensuse.org -- Fixes the Parameters launcher by calling 
xfce4-settings-manager
@@ -36,17 +37,19 @@
 Patch3: 
xfce4-panel-plugin-quicklauncher-1.9.4-add-missing-en-translation.patch
 # PATCH-FIX-UPSTREAM 
xfce4-panel-plugin-quicklauncher-1.9.4-fix-desktop-file.patch bxo#7015 
g...@opensuse.org -- Adds missing X-XFCE-Module-Path to .desktop files so the 
plugin can be loaded
 Patch4: xfce4-panel-plugin-quicklauncher-1.9.4-fix-desktop-file.patch
-Group:  System/GUI/XFCE
-BuildRequires:  intltool
 BuildRequires:  fdupes
+BuildRequires:  intltool
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
-Requires:   xfce4-panel = 4.8.0
+BuildRequires:  pkgconfig(libxfcegui4-1.0)
+Requires:   xfce4-panel = %{panel_version}
+Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Quicklauncher plugin offers application launchers for the panel which can
 be displayed on multiple lines.
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
@@ -62,16 +65,21 @@
 
 %install
 %make_install
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
 rm -rf %{buildroot}
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %{_libdir}/xfce4/panel-plugins/libquicklauncher*
 %{_datadir}/xfce4/panel-plugins/quicklauncher.desktop
 
+%files lang -f %{name}.lang
+
 %changelog

-- 
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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-radio for 
openSUSE:Factory checked in at 2012-04-19 12:39:35

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-radio (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-radio.new (New)


Package is xfce4-panel-plugin-radio, Maintainer is xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-radio/xfce4-panel-plugin-radio.changes
2011-09-23 12:51:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-radio.new/xfce4-panel-plugin-radio.changes
   2012-04-19 12:39:37.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 17 22:38:05 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Tue Apr  3 22:11:35 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+---



Other differences:
--
++ xfce4-panel-plugin-radio.spec ++
--- /var/tmp/diff_new_pack.xqX5te/_old  2012-04-19 12:39:39.0 +0200
+++ /var/tmp/diff_new_pack.xqX5te/_new  2012-04-19 12:39:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-radio
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,26 +20,29 @@
 %define plugin_name xfce4-radio-plugin
 
 Name:   xfce4-panel-plugin-radio
-License:GPL-2.0+
 Version:0.5.1
-Release:1
-Summary:Radio plugin for the Xfce panel
-Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-radio-plugin
-Source0:xfce4-radio-plugin-%{version}.tar.bz2
+Release:0
+Summary:Radio Plugin for the Xfce Panel
+License:GPL-2.0+
 Group:  System/GUI/XFCE
-BuildRequires:  intltool
+Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-radio-plugin
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/0.5/%{plugin_name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM xfce4-panel-plugin-radio-fix-libm-underlinking.patch 
bxo#7983 g...@opensuse.org -- Link explicitly against libm
+Patch0: xfce4-panel-plugin-radio-fix-libm-underlinking.patch
 BuildRequires:  fdupes
-BuildRequires:  pkgconfig(libxfce4panel-1.0)
+BuildRequires:  intltool
 BuildRequires:  xfce4-dev-tools
-Requires:   xfce4-panel = 4.8.0
+BuildRequires:  pkgconfig(libxfce4panel-1.0)
+BuildRequires:  pkgconfig(libxfcegui4-1.0)
+Requires:   xfce4-panel = %{panel_version}
+Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# PATCH-FIX-UPSTREAM xfce4-panel-plugin-radio-fix-libm-underlinking.patch 
bxo#7983 g...@opensuse.org -- Link explicitly against libm
-Patch0: xfce4-panel-plugin-radio-fix-libm-underlinking.patch
 
 %description
 The Radio plugin allows to control a V4l radio device, it can turn your radio
 on and off, tune it to some frequency and manage station presets.
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
@@ -52,26 +55,28 @@
 
 %install
 %make_install
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %icon_theme_cache_post
 
 %postun
 %icon_theme_cache_postun
-%endif
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %{_libexecdir}/xfce4/panel-plugins/xfce4-radio-plugin
 %{_datadir}/icons/hicolor/*/apps/xfce-radio.*
 %{_datadir}/xfce4/panel-plugins/radio.desktop
 
+%files lang -f %{name}.lang
+
 %changelog

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



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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-systemload for 
openSUSE:Factory checked in at 2012-04-19 12:40:02

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-systemload (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-systemload.new (New)


Package is xfce4-panel-plugin-systemload, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-systemload/xfce4-panel-plugin-systemload.changes
  2011-09-23 12:51:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-systemload.new/xfce4-panel-plugin-systemload.changes
 2012-04-19 12:40:08.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 17 22:39:22 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Wed Apr  4 08:13:39 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+---



Other differences:
--
++ xfce4-panel-plugin-systemload.spec ++
--- /var/tmp/diff_new_pack.h6ms3r/_old  2012-04-19 12:40:12.0 +0200
+++ /var/tmp/diff_new_pack.h6ms3r/_new  2012-04-19 12:40:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-systemload
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,23 +20,28 @@
 %define plugin_name xfce4-systemload-plugin
 
 Name:   xfce4-panel-plugin-systemload
-License:GPL-2.0+
 Version:1.0.0
-Release:5
-Summary:System load monitoring plugin for the Xfce panel
-Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin
-Source0:xfce4-systemload-plugin-1.0.0.tar.bz2
+Release:0
+Summary:System Load Monitoring Plugin for the Xfce Panel
+License:GPL-2.0+
 Group:  System/GUI/XFCE
-BuildRequires:  intltool
+Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.0/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
+BuildRequires:  intltool
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
-Requires:   xfce4-panel = 4.8.0
+BuildRequires:  pkgconfig(libxfce4util-1.0)
+BuildRequires:  pkgconfig(libxfcegui4-1.0)
+Requires:   xfce4-panel = %{panel_version}
+Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Systemload plugin can display the current CPU load, used memory and swap
 space as well as the system uptime in the panel.
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
@@ -47,16 +52,21 @@
 
 %install
 %make_install
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
 rm -rf %{buildroot}
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %{_libexecdir}/xfce4/panel-plugins/xfce4-systemload-plugin
 %{_datadir}/xfce4/panel-plugins/systemload.desktop
 
+%files lang -f %{name}.lang
+
 %changelog

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



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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-timeout for 
openSUSE:Factory checked in at 2012-04-19 12:40:17

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-timeout (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-timeout.new (New)


Package is xfce4-panel-plugin-timeout, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-timeout/xfce4-panel-plugin-timeout.changes
2011-09-23 12:51:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-timeout.new/xfce4-panel-plugin-timeout.changes
   2012-04-19 12:40:19.0 +0200
@@ -1,0 +2,25 @@
+Tue Apr 17 22:39:57 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Tue Apr 17 11:21:56 UTC 2012 - g...@opensuse.org
+
+- update to version 1.0.1
+  - port to libxfce4ui
+  - build the plugin as a module
+  - fix double-free when seconds are not displayed
+  - port to GtkTooltip
+  - emit the 'update' signal only if the countdown is running
+  - only call gtk_progress_set_percentage() with valid value
+- dropped obsolete
+  xfce4-panel-plugin-timeout-1.0.0-hidden_progress_bar.patch
+
+---
+Wed Apr  4 08:16:01 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+---

Old:

  xfce4-panel-plugin-timeout-1.0.0-hidden_progress_bar.patch
  xfce4-time-out-plugin-1.0.0.tar.bz2

New:

  xfce4-time-out-plugin-1.0.1.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-timeout.spec ++
--- /var/tmp/diff_new_pack.FPXTi6/_old  2012-04-19 12:40:24.0 +0200
+++ /var/tmp/diff_new_pack.FPXTi6/_new  2012-04-19 12:40:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-timeout
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,19 +20,21 @@
 %define plugin_name xfce4-time-out-plugin
 
 Name:   xfce4-panel-plugin-timeout
+Version:1.0.1
+Release:0
+Summary:Time-out Plugin for the Xfce Panel
 License:GPL-2.0+
-Version:1.0.0
-Release:6
-Summary:Periodical break plugin for the Xfce panel
-Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin
 Group:  System/GUI/XFCE
-Source: xfce4-time-out-plugin-1.0.0.tar.bz2
-# PATCH-FIX-UPSTREAM 
xfce4-panel-plugin-timeout-1.0.0-hidden_progress_bar.patch bxo#7660 
pce...@novell.com -- Fixes invalid progress bar update
-Patch0: xfce4-panel-plugin-timeout-1.0.0-hidden_progress_bar.patch
-BuildRequires:  intltool
+Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin
+Source: 
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.0/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
+BuildRequires:  intltool
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
-Requires:   xfce4-panel = 4.8.0
+BuildRequires:  pkgconfig(libxfce4ui-1)
+BuildRequires:  pkgconfig(libxfce4util-1.0)
+Requires:   xfce4-panel = %{panel_version}
+Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,10 +42,10 @@
 periodical intervals and will provide a notification and lock the screen each
 the break time has been reached.
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
-%patch0 -p1
 
 %build
 %configure --disable-static
@@ -51,26 +53,30 @@
 
 %install
 %make_install
+
+rm %{buildroot}%{_libdir}/xfce4/panel/plugins/libtime-out.la
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %icon_theme_cache_post
 
 %postun
 %icon_theme_cache_postun
-%endif
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
-%{_libexecdir}/xfce4/panel-plugins/xfce4-time-out-plugin
+%{_libdir}/xfce4/panel/plugins/libtime-out.so
 %{_datadir}/icons/hicolor/*/apps/xfce4-time-out-plugin.*
-%{_datadir}/xfce4/panel-plugins/xfce4-time-out-plugin.desktop
+%{_datadir}/xfce4/panel/plugins/xfce4-time-out-plugin.desktop
+
+%files lang -f %{name}.lang
 
 %changelog

++ xfce4-time-out-plugin-1.0.0.tar.bz2 - 

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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-wavelan for 
openSUSE:Factory checked in at 2012-04-19 12:40:37

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-wavelan (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-wavelan.new (New)


Package is xfce4-panel-plugin-wavelan, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-wavelan/xfce4-panel-plugin-wavelan.changes
2011-09-23 12:51:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-wavelan.new/xfce4-panel-plugin-wavelan.changes
   2012-04-19 12:40:40.0 +0200
@@ -1,0 +2,35 @@
+Tue Apr 17 22:41:16 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Sat Apr 14 11:59:57 UTC 2012 - g...@opensuse.org
+
+- update to version 0.5.10
+  - add an option to hide the icon for small screen/panels
+  - translation updates
+
+---
+Tue Apr 10 10:19:52 UTC 2012 - g...@opensuse.org
+
+- update to version 0.5.8
+  - build the plugin as a module loadable by Xfce4's panel wrapper
+  - add an about dialog
+  - fix properties dialog look
+
+---
+Tue Apr  3 17:19:10 UTC 2012 - g...@opensuse.org
+
+- update to version 0.5.7
+  - port to libxfce4ui
+  - adapt to panel 4.9 and newer
+  - fix transparency and bar color
+  - explicitely link against libm
+- dropped obsolete
+  xfce4-panel-plugin-wavelan-0.5.6-fix-transparency-and-bar-color.patch,
+  xfce4-wavelan-plugin-0.5.6-fix-libm-underlinking.patch
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+---

Old:

  xfce4-panel-plugin-wavelan-0.5.6-fix-transparency-and-bar-color.patch
  xfce4-wavelan-plugin-0.5.6-fix-libm-underlinking.patch
  xfce4-wavelan-plugin-0.5.6.tar.bz2

New:

  xfce4-wavelan-plugin-0.5.10.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-wavelan.spec ++
--- /var/tmp/diff_new_pack.9NqsRp/_old  2012-04-19 12:40:43.0 +0200
+++ /var/tmp/diff_new_pack.9NqsRp/_new  2012-04-19 12:40:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-wavelan
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,51 +20,54 @@
 %define plugin_name xfce4-wavelan-plugin
 
 Name:   xfce4-panel-plugin-wavelan
+Version:0.5.10
+Release:0
+Summary:WLAN Monitoring Plugin for the Xfce Panel
 License:GPL-2.0+
-Version:0.5.6
-Release:7
-Summary:WLAN monitoring plugin for the Xfce panel
-Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin
-Source0:xfce4-wavelan-plugin-0.5.6.tar.bz2
-# PATCH-FIX-UPSTREAM xfce4-wavelan-plugin-0.5.6-fix-libm-underlinking.patch 
bxo#7991 g...@opensuse.org -- Link explicitly against libm
-Patch0: xfce4-wavelan-plugin-0.5.6-fix-libm-underlinking.patch
-# PATCH-FIX-UPSTREAM 
xfce4-panel-plugin-wavelan-0.5.6-fix-transparency-and-bar-color.patch 
g...@opensuse.org -- Fixes transparency and bar color (backported from upstream 
git)
-Patch1: 
xfce4-panel-plugin-wavelan-0.5.6-fix-transparency-and-bar-color.patch
 Group:  System/GUI/XFCE
-BuildRequires:  intltool
+Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/0.5/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
+BuildRequires:  intltool
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
-BuildRequires:  xfce4-dev-tools
-Requires:   xfce4-panel = 4.8.0
+BuildRequires:  pkgconfig(libxfce4ui-1)
+BuildRequires:  pkgconfig(libxfce4util-1.0)
+Requires:   xfce4-panel = %{panel_version}
+Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The WaveLAN plugin can monitor a wireless LAN interface and display signal
 state, quality and the network name (SSID).
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
-%patch0 -p1
-%patch1 -p1
 
 %build
-xdt-autogen
 %configure --disable-static
 make %{_smp_mflags} V=1
 
 %install
 %make_install
+
+rm %{buildroot}%{_libdir}/xfce4/panel/plugins/*.la
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang 

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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-weather for 
openSUSE:Factory checked in at 2012-04-19 12:40:56

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-weather (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-weather.new (New)


Package is xfce4-panel-plugin-weather, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-weather/xfce4-panel-plugin-weather.changes
2011-09-23 12:51:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-weather.new/xfce4-panel-plugin-weather.changes
   2012-04-19 12:41:00.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 17 22:41:50 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Wed Apr  4 08:26:15 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+---



Other differences:
--
++ xfce4-panel-plugin-weather.spec ++
--- /var/tmp/diff_new_pack.54UcDG/_old  2012-04-19 12:41:03.0 +0200
+++ /var/tmp/diff_new_pack.54UcDG/_new  2012-04-19 12:41:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-weather
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,24 +20,30 @@
 %define plugin_name xfce4-weather-plugin
 
 Name:   xfce4-panel-plugin-weather
-License:GPL-2.0+
 Version:0.7.4
-Release:4
-Summary:Weather condition monitoring plugin for the Xfce panel
-Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin
-Source0:xfce4-weather-plugin-0.7.4.tar.bz2
+Release:0
+Summary:Weather Condition Monitoring Plugin for the Xfce Panel
+License:GPL-2.0+
 Group:  System/GUI/XFCE
-BuildRequires:  intltool
+Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/0.7/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
+BuildRequires:  intltool
+BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
+BuildRequires:  pkgconfig(libxfce4util-1.0)
+BuildRequires:  pkgconfig(libxfcegui4-1.0)
 BuildRequires:  pkgconfig(libxml-2.0)
-Requires:   xfce4-panel = 4.8.0
+Requires:   xfce4-panel = %{panel_version}
+Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Weather plugin can show the current temperature and weather condition,
 using weather data provided by xoap.weather.com.
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
@@ -48,23 +54,23 @@
 
 %install
 %make_install
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %icon_theme_cache_post
 
 %postun
 %icon_theme_cache_postun
-%endif
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %{_libexecdir}/xfce4/panel-plugins/xfce4-weather-plugin
 %{_datadir}/icons/hicolor/*/apps/xfce4-weather.*
@@ -72,4 +78,6 @@
 %{_datadir}/xfce4/weather/*
 %{_datadir}/xfce4/panel-plugins/weather.desktop
 
+%files lang -f %{name}.lang
+
 %changelog

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



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

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-xkb for 
openSUSE:Factory checked in at 2012-04-19 12:42:02

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-xkb (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-xkb.new (New)


Package is xfce4-panel-plugin-xkb, Maintainer is xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-xkb/xfce4-panel-plugin-xkb.changes
2012-01-19 16:58:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-xkb.new/xfce4-panel-plugin-xkb.changes
   2012-04-19 12:42:13.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 17 22:42:17 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Wed Apr  4 08:28:44 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+---



Other differences:
--
++ xfce4-panel-plugin-xkb.spec ++
--- /var/tmp/diff_new_pack.rstW8n/_old  2012-04-19 12:42:17.0 +0200
+++ /var/tmp/diff_new_pack.rstW8n/_new  2012-04-19 12:42:17.0 +0200
@@ -15,31 +15,36 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define panel_version 4.8.0
 %define plugin_name xfce4-xkb-plugin
 
 Name:   xfce4-panel-plugin-xkb
 Version:0.5.4.3
 Release:0
-Summary:XKB layout switcher plugin for the Xfce panel
+Summary:XKB Layout Switcher Plugin for the Xfce Panel
 License:GPL-2.0+
 Group:  System/GUI/XFCE
 Url:http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin
-Source0:xfce4-xkb-plugin-%{version}.tar.bz2
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/0.5/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  intltool
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(libwnck-1.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
+BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxklavier)
-Requires:   xfce4-panel = 4.8.0
+Requires:   xfce4-panel = %{panel_version}
+Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The XKB plugin allows to setup and switch between multiple XKB keyboard
 layouts.
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
@@ -50,18 +55,23 @@
 
 %install
 %make_install
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
 rm -rf %{buildroot}
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
 %{_libexecdir}/xfce4/panel-plugins/xfce4-xkb-plugin
 %{_datadir}/xfce4/panel-plugins/xkb-plugin.desktop
 %dir %{_datadir}/xfce4/xkb
 %{_datadir}/xfce4/xkb/*
 
+%files lang -f %{name}.lang
+
 %changelog

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



commit Terminal for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package Terminal for openSUSE:Factory 
checked in at 2012-04-19 15:12:27

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


Package is Terminal, Maintainer is xfce-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/Terminal/Terminal.changes2012-03-20 
11:36:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.Terminal.new/Terminal.changes   2012-04-19 
15:12:29.0 +0200
@@ -1,0 +2,12 @@
+Sat Mar 31 21:32:42 UTC 2012 - g...@opensuse.org
+
+- added defattrc to filelist to fix the build on 11.4
+
+---
+Fri Mar 30 16:48:05 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- correct dependencies
+- improve packaging of localized manpages
+
+---



Other differences:
--
++ Terminal.spec ++
--- /var/tmp/diff_new_pack.wzUZcp/_old  2012-04-19 15:12:30.0 +0200
+++ /var/tmp/diff_new_pack.wzUZcp/_new  2012-04-19 15:12:30.0 +0200
@@ -23,18 +23,17 @@
 License:GPL-2.0+
 Group:  System/X11/Terminals
 Url:http://goodies.xfce.org/projects/applications/terminal
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://archive.xfce.org/src/apps/terminal/0.4/%{name}-%{version}.tar.bz2
 Source1:%name-rpmlintrc
 # PATCH-FIX-UPSTREAM Terminal-0.4.8-fix-help.patch g...@opensuse.org -- Fix 
help by making sure there is no trailing '#' in URLs which make exo-helper-1 
choke
 Patch0: Terminal-0.4.8-fix-help.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
-BuildRequires:  startup-notification
 BuildRequires:  update-desktop-files
 BuildRequires:  xfce4-dev-tools
-BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(exo-1)
+BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(vte)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -58,8 +57,8 @@
 %description doc
 This package contains the documentation for Terminal.
 
-
 %lang_package
+
 %prep
 %setup -q
 %patch0 -p1
@@ -70,26 +69,56 @@
 make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
-%fdupes %{buildroot}/%{_datadir}
+%make_install
+
 %suse_update_desktop_file -i Terminal System TerminalEmulator Utility
+
 rm %{buildroot}%{_datadir}/pixmaps/terminal.xpm
-# create terminal - Terminal symlinks
+
+# create terminal - Terminal compatibility symlinks
 for manpage in %{buildroot}%{_mandir}/*/man1/Terminal.1* \
 %{buildroot}%{_mandir}/man1/Terminal.1*; do
 ( cd ${manpage%/*}  \
 ln -sf ${manpage##*/} \
 $(printf %s\n ${manpage##*/} | tr [:upper:] [:lower:]) )
 done
-%find_lang %{name} --with-man
+
+rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
+
+# create a list of localized man directories, these need to be owned
+(
+printf 'defattr(-,root,root)\n'
+cd '%{buildroot}'
+for dir in .%{_mandir}/*; do
+[ -d ${dir} ] || continue
+case ${dir##*/} in
+man*)   continue ;;
+*)  lang=${dir##*/}
+printf dir lang(%%s) %%s\n ${lang} ${dir#.}
+for subdir in ${dir}/*; do
+[ -d ${subdir} ] || continue
+printf dir lang(%%s) %%s\n ${lang} \
+${subdir#.}
+done
+;;
+esac
+done
+)  %{name}.lang
+%find_lang %{name} --with-man %{?no_lang_C}
+%find_lang terminal %{name}.lang --with-man %{?no_lang_C}
+
+%fdupes %{buildroot}/%{_mandir}
+
+%clean
+rm -rf %{buildroot}
 
 %post
-%icon_theme_cache_post
 %desktop_database_post
+%icon_theme_cache_post
 
 %postun
-%icon_theme_cache_postun
 %desktop_database_postun
+%icon_theme_cache_postun
 
 %files
 %defattr(-,root,root)
@@ -104,7 +133,7 @@
 %dir %{_datadir}/gnome-control-center
 %dir %{_datadir}/gnome-control-center/default-apps
 %{_datadir}/gnome-control-center/default-apps/Terminal-default-apps.xml
-%doc %{_mandir}/man?/*
+%doc %{_mandir}/man1/[Tt]erminal.1*
 
 %files doc
 %defattr(-,root,root)
@@ -113,11 +142,5 @@
 %doc %{_datadir}/xfce4/Terminal/html/
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
-%dir %{_mandir}/??
-%dir %{_mandir}/??_??
-%doc %dir %{_mandir}/??/man1
-%doc %dir %{_mandir}/??_??/man1
-%doc %{_mandir}/*/man1/terminal.*
 
 %changelog

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



commit gcc for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package gcc for openSUSE:Factory checked in 
at 2012-04-20 06:51:19

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gcc/gcc.changes  2012-02-03 10:22:25.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gcc.new/gcc.changes 2012-04-20 
06:51:23.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 18 11:26:15 UTC 2012 - rguent...@suse.com
+
+- Switch gcc to default 4.7.
+
+---



Other differences:
--
++ gcc.spec ++
--- /var/tmp/diff_new_pack.ubabvh/_old  2012-04-20 06:51:27.0 +0200
+++ /var/tmp/diff_new_pack.ubabvh/_new  2012-04-20 06:51:27.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gcc
 %define separate_bi32 0
 %define separate_bi64 0
@@ -25,16 +26,17 @@
 %define separate_bi32 1
 %endif
 Url:http://gcc.gnu.org/
-%define gcc_version 46
-%define gcc_suffix 4.6
-Version:4.6
+%define gcc_version 47
+%define gcc_suffix 4.7
+Version:4.7
 Release:0
 Summary:The system GNU C Compiler
 License:GPL-3.0+
 Group:  Development/Languages/C and C++
 Provides:   c_compiler
 Obsoletes:  gcc-mudflap
-Requires:   cpp gcc%{gcc_version}
+Requires:   cpp
+Requires:   gcc%{gcc_version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: cpp
 Source99:   README.packaging
@@ -48,8 +50,8 @@
 Summary:The system GNU C Compiler
 License:GPL-3.0+
 Group:  Development/Languages/C and C++
-Requires:   gcc%{gcc_version}-32bit
 Requires:   gcc = %{version}
+Requires:   gcc%{gcc_version}-32bit
 
 %description -n gcc-32bit
 The system GNU C Compiler.
@@ -60,8 +62,8 @@
 Summary:The system GNU C Compiler
 License:GPL-3.0+
 Group:  Development/Languages/C and C++
-Requires:   gcc%{gcc_version}-64bit
 Requires:   gcc = %{version}
+Requires:   gcc%{gcc_version}-64bit
 
 %description -n gcc-64bit
 The system GNU C Compiler.
@@ -116,8 +118,8 @@
 License:GPL-3.0+
 Group:  Development/Languages/C and C++
 Provides:   c++_compiler
-Requires:   gcc%{gcc_version}-c++
 Requires:   gcc = %{version}
+Requires:   gcc%{gcc_version}-c++
 
 %description -n gcc-c++
 The system GNU C++ Compiler.
@@ -127,8 +129,8 @@
 Summary:The system GNU C++ Compiler
 License:GPL-3.0+
 Group:  Development/Languages/C and C++
-Requires:   gcc-c++ = %{version}
 Requires:   gcc-32bit = %{version}
+Requires:   gcc-c++ = %{version}
 Requires:   libstdc++%{gcc_version}-devel-32bit
 
 %description -n gcc-c++-32bit
@@ -139,8 +141,8 @@
 Summary:The system GNU C++ Compiler
 License:GPL-3.0+
 Group:  Development/Languages/C and C++
-Requires:   gcc-c++ = %{version}
 Requires:   gcc-64bit = %{version}
+Requires:   gcc-c++ = %{version}
 Requires:   libstdc++%{gcc_version}-devel-64bit
 
 %description -n gcc-c++-64bit
@@ -163,8 +165,8 @@
 Summary:The system GNU Fortran Compiler
 License:GPL-3.0+
 Group:  Development/Languages/Fortran
-Requires:   gcc%{gcc_version}-fortran
 Requires:   gcc = %{version}
+Requires:   gcc%{gcc_version}-fortran
 
 %description -n gcc-fortran
 The system GNU Fortran Compiler.
@@ -254,8 +256,8 @@
 Summary:The system GNU Objective C Compiler
 License:GPL-3.0+
 Group:  Development/Languages/Other
-Requires:   gcc%{gcc_version}-objc
 Requires:   gcc = %{version}
+Requires:   gcc%{gcc_version}-objc
 %ifarch ppc64
 Obsoletes:  gcc-objc-64bit
 %endif
@@ -305,8 +307,8 @@
 Summary:The system GNU Ada Compiler
 License:GPL-3.0+
 Group:  Development/Languages/C and C++
-Requires:   gcc%{gcc_version}-ada
 Requires:   gcc = %{version}
+Requires:   gcc%{gcc_version}-ada
 
 %description -n gcc-ada
 The system GNU Ada Compiler.

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