commit xfce-utils for openSUSE:Factory

2012-04-18 Thread h_root
Hello community,

here is the log from the commit of package xfce-utils for openSUSE:Factory 
checked in at 2012-04-18 16:29:58

Comparing /work/SRC/openSUSE:Factory/xfce-utils (Old)
 and  /work/SRC/openSUSE:Factory/.xfce-utils.new (New)


Package is xfce-utils, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xfce-utils/xfce-utils.changes2011-10-28 
15:29:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfce-utils.new/xfce-utils.changes   
2012-04-18 16:30:07.0 +0200
@@ -1,0 +2,19 @@
+Wed Apr  4 15:41:11 UTC 2012 - g...@opensuse.org
+
+- correct dependencies
+
+---
+Sat Mar 31 18:12:27 UTC 2012 - g...@opensuse.org
+
+- own %{_sysconfdir}/xdg/xfce4
+
+---
+Tue Mar 27 23:37:28 UTC 2012 - g...@opensuse.org
+
+- added xfce-utils-fix-xfterm4-arg-handling.patch in order to fix
+  xfterm4 commandline argument handling
+- added xfce-utils-xfmountdev4-use-thunar.patch in order to use
+  thunar instead xftree4 in xfmountdev4
+- correct dependencies
+
+---

New:

  xfce-utils-fix-xfterm4-arg-handling.patch
  xfce-utils-xfmountdev4-use-thunar.patch



Other differences:
--
++ xfce-utils.spec ++
--- /var/tmp/diff_new_pack.nefiYb/_old  2012-04-18 16:30:09.0 +0200
+++ /var/tmp/diff_new_pack.nefiYb/_new  2012-04-18 16:30:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce-utils
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,27 +16,33 @@
 #
 
 
-
 Name:   xfce-utils
 Version:4.8.3
-Release:1
-License:GPL-2.0+
+Release:0
 Summary:Collection of Scripts and Utilities for the Xfce Desktop 
Environment
-Url:http://www.xfce.org/projects/xfce-utils/
+License:GPL-2.0+
 Group:  System/GUI/XFCE
-Source: xfce-utils-%{version}.tar.bz2
+Url:http://www.xfce.org/
+Source: 
http://archive.xfce.org/src/xfce/xfce-utils/4.8/xfce-utils-%{version}.tar.bz2
 Source1:xflock4.sh
 Source100:  %{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM xfce-utils-4.8.3-fix-xfhelp4-invocation.patch 
g...@opensuse.org -- Fix the invocation of xfhelp4 with a HTML file commonly 
used by Xfce components
 Patch0: xfce-utils-4.8.3-fix-xfhelp4-invocation.patch
 # PATCH-FIX-OPENSUSE xfce-utils-adapt-session-script.patch g...@opensuse.org 
-- Adapt upstream sessions script to openSUSE
 Patch1: xfce-utils-adapt-session-script.patch
+# PATCH-FIX-OPENSUSE xfce-utils-fix-xfterm4-arg-handling.patch 
g...@opensuse.org -- Fix xfterm4 commandline argument handling
+Patch2: xfce-utils-fix-xfterm4-arg-handling.patch
+# PATCH-FIX-OPENSUSE xfce-utils-xfmountdev4-use-thunar.patch g...@opensuse.org 
-- Use thunar instead xftree4 in xfmountdev4
+Patch3: xfce-utils-xfmountdev4-use-thunar.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
-BuildRequires:  update-desktop-files
+Requires:   perl
+Requires:   perl(XML::Parser)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-lang = %{version}
 Recommends: %{name}-doc = %{version}
@@ -48,26 +54,21 @@
 menu.
 
 %package doc
-License:GPL-2.0+
 Summary:Documentation for xfce-utils
 Group:  Documentation/HTML
 BuildArch:  noarch
-Requires:   %{name} = %{version}
 
 %description doc
-This is a collection of scripts and utilities for the Xfce desktop environment,
-including an about dialog, an application launcher, and several useful scripts
-that are also used by other Xfce components such as the panel and the desktop
-menu.
-
 This package provides the documentation for xfce-utils.
 
-
 %lang_package
+
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 %configure \
@@ -79,21 +80,24 @@
 %install
 %make_install
 install -p -m 755 %{SOURCE1} %{buildroot}%{_bindir}/xflock4
+
 %suse_update_desktop_file xfce4-about -r X-XFCE X-Xfce-Toplevel
 %suse_update_desktop_file xfrun4 -r X-XFCE X-Xfce-Toplevel
 %suse_update_desktop_file xfhelp4 -r X-XFCE X-Xfce-Toplevel
 %suse_update_desktop_file xfconf-migration-4.6
-chmod +x %{buildroot}%{_sysconfdir}/xdg/xfce4/xinitrc
+
+chmod 755 

commit xfce-utils for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package xfce-utils for openSUSE:Factory 
checked in at 2011-12-06 19:15:32

Comparing /work/SRC/openSUSE:Factory/xfce-utils (Old)
 and  /work/SRC/openSUSE:Factory/.xfce-utils.new (New)


Package is xfce-utils, Maintainer is 

Changes:




Other differences:
--
++ xfce-utils.spec ++
--- /var/tmp/diff_new_pack.VO9dH4/_old  2011-12-06 19:54:00.0 +0100
+++ /var/tmp/diff_new_pack.VO9dH4/_new  2011-12-06 19:54:00.0 +0100
@@ -20,7 +20,7 @@
 Name:   xfce-utils
 Version:4.8.3
 Release:1
-License:GPLv2+
+License:GPL-2.0+
 Summary:Collection of Scripts and Utilities for the Xfce Desktop 
Environment
 Url:http://www.xfce.org/projects/xfce-utils/
 Group:  System/GUI/XFCE
@@ -48,7 +48,7 @@
 menu.
 
 %package doc
-License:GPLv2+
+License:GPL-2.0+
 Summary:Documentation for xfce-utils
 Group:  Documentation/HTML
 BuildArch:  noarch

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



commit xfce-utils for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package xfce-utils for openSUSE:Factory 
checked in at 2011-10-25 17:20:57

Comparing /work/SRC/openSUSE:Factory/xfce-utils (Old)
 and  /work/SRC/openSUSE:Factory/.xfce-utils.new (New)


Package is xfce-utils, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xfce-utils/xfce-utils.changes2011-09-26 
10:21:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfce-utils.new/xfce-utils.changes   
2011-10-28 15:29:05.0 +0200
@@ -1,0 +2,18 @@
+Sun Oct 23 11:19:08 UTC 2011 - g...@opensuse.org
+
+- added xfce-utils-adapt-session-script.patch to adapt the upstream
+  session script to openSUSE, SSH-/GPG-agents are already started
+  by /etc/X11/xdm/sys.xsession and xdg-user-dirs-update is already
+  called by /etc/X11/xinit/xinitrc.d/xdg-user-dirs.sh
+
+---
+Thu Oct 20 18:32:20 UTC 2011 - g...@opensuse.org
+
+- install HTML documentation under /usr/share/xfce4/xfce-utils/html
+- install helper script under %{_libexecdir} instead of %{_libdir}
+- disable fdupes temporarily in order to work around bnc#705989
+- added xfce-utils-4.8.3-fix-xfhelp4-invocation.patch in oder to
+  fix the invocation of xfhelp4 with a HTML file commonly used by
+  Xfce components
+
+---

New:

  xfce-utils-4.8.3-fix-xfhelp4-invocation.patch
  xfce-utils-adapt-session-script.patch



Other differences:
--
++ xfce-utils.spec ++
--- /var/tmp/diff_new_pack.TbHVQC/_old  2011-10-28 15:29:07.0 +0200
+++ /var/tmp/diff_new_pack.TbHVQC/_new  2011-10-28 15:29:07.0 +0200
@@ -27,6 +27,10 @@
 Source: xfce-utils-%{version}.tar.bz2
 Source1:xflock4.sh
 Source100:  %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM xfce-utils-4.8.3-fix-xfhelp4-invocation.patch 
g...@opensuse.org -- Fix the invocation of xfhelp4 with a HTML file commonly 
used by Xfce components
+Patch0: xfce-utils-4.8.3-fix-xfhelp4-invocation.patch
+# PATCH-FIX-OPENSUSE xfce-utils-adapt-session-script.patch g...@opensuse.org 
-- Adapt upstream sessions script to openSUSE
+Patch1: xfce-utils-adapt-session-script.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -61,18 +65,19 @@
 
 %lang_package
 %prep
-%setup -q -n xfce-utils-%{version}
+%setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 %configure \
---docdir=%{_defaultdocdir}/%{name} \
+--docdir=%{_datadir}/xfce4/xfce-utils \
+--with-helper-path-prefix=%{_libexecdir} \
 --with-vendor-info=openSUSE
 make V=1 %{?_smp_mflags}
 
 %install
 %make_install
-install -p -m 644 ChangeLog README COPYING \
-%{buildroot}%{_defaultdocdir}/%{name}
 install -p -m 755 %{SOURCE1} %{buildroot}%{_bindir}/xflock4
 %suse_update_desktop_file xfce4-about -r X-XFCE X-Xfce-Toplevel
 %suse_update_desktop_file xfrun4 -r X-XFCE X-Xfce-Toplevel
@@ -81,7 +86,8 @@
 chmod +x %{buildroot}%{_sysconfdir}/xdg/xfce4/xinitrc
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 %find_lang xfce-utils
-%fdupes %{buildroot}%{_datadir}
+# temporarily disabled due to bnc#705989
+#%%fdupes %{buildroot}%{_datadir}
 
 %clean
 rm -rf %{buildroot}
@@ -99,6 +105,7 @@
 
 %files
 %defattr(-,root,root)
+%doc ChangeLog README COPYING
 %{_bindir}/startxfce4
 %{_bindir}/xfbrowser4
 %{_bindir}/xfce4-about
@@ -107,10 +114,9 @@
 %{_bindir}/xfmountdev4
 %{_bindir}/xfrun4
 %{_bindir}/xfterm4
-# should be libexecdir, upstream uses libdir
-%dir %{_libdir}/xfce4
-%dir %{_libdir}/xfce4/xfconf-migration
-%{_libdir}/xfce4/xfconf-migration/xfconf-migration-4.6.pl
+%dir %{_libexecdir}/xfce4
+%dir %{_libexecdir}/xfce4/xfconf-migration
+%{_libexecdir}/xfce4/xfconf-migration/xfconf-migration-4.6.pl
 %{_datadir}/applications/*.desktop
 %{_datadir}/dbus-1/services/org.xfce.RunDialog.service
 %{_datadir}/icons/hicolor/48x48/apps/xfce4-logo.png
@@ -121,7 +127,9 @@
 
 %files doc
 %defattr(-,root,root)
-%doc %{_defaultdocdir}/%{name}
+%dir %{_datadir}/xfce4
+%dir %{_datadir}/xfce4/xfce-utils
+%doc %{_datadir}/xfce4/xfce-utils/html/
 
 %files lang -f %{name}.lang
 

++ xfce-utils-4.8.3-fix-xfhelp4-invocation.patch ++
Index: xfce-utils-4.8.3/scripts/xfhelp4.in
===
--- xfce-utils-4.8.3.orig/scripts/xfhelp4.in
+++ xfce-utils-4.8.3/scripts/xfhelp4.in
@@ -22,8 +22,14 @@
 
 HELP_DIR=@_docdir_@
 
-if [ ! x$1 = x ]; then
+if [ -n $1 ]; then
+HELP_FILE=
 MODULE=${1%.html}
+case $1 in
+*.html)
+HELP_FILE=$1
+;;
+esac
 else
 MODULE=xfce-utils
 fi
@@ -37,7 +43,7 @@ else
   LC=C
 fi
 
-LC_CLEAN=`echo $LC | sed 's/\(..\)_.*/\1/'`
+LC_CLEAN=${LC%_*}
 

commit xfce-utils for openSUSE:Factory

2011-06-20 Thread h_root

Hello community,

here is the log from the commit of package xfce-utils for openSUSE:Factory
checked in at Mon Jun 20 10:54:35 CEST 2011.




--- xfce-utils/xfce-utils.changes   2011-04-19 14:31:18.0 +0200
+++ /mounts/work_src_done/STABLE/xfce-utils/xfce-utils.changes  2011-06-18 
10:56:14.0 +0200
@@ -1,0 +2,12 @@
+Sat Jun 18 08:30:26 UTC 2011 - g...@opensuse.org
+
+- update to version 4.8.2
+  - allow installation of documentation in a custom location
+  - allow installation of the helpers in a custom location
+  - bugfixes
+  - added Greek manual screenshots
+  - translation updates
+- dropped xfce-utils-4.8.1-honor-docdir.patch which has been added
+  upstream
+
+---

calling whatdependson for head-i586


Old:

  xfce-utils-4.8.1-fix-doc-path.patch
  xfce-utils-4.8.1.tar.bz2

New:

  xfce-utils-4.8.2.tar.bz2



Other differences:
--
++ xfce-utils.spec ++
--- /var/tmp/diff_new_pack.NJZqTk/_old  2011-06-20 10:53:33.0 +0200
+++ /var/tmp/diff_new_pack.NJZqTk/_new  2011-06-20 10:53:33.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   xfce-utils
-Version:4.8.1
-Release:9
+Version:4.8.2
+Release:1
 License:GPLv2+
 Summary:Collection of Scripts and Utilities for the Xfce Desktop 
Environment
 Url:http://www.xfce.org/projects/xfce-utils/
@@ -27,9 +27,6 @@
 Source: xfce-utils-%{version}.tar.bz2
 Source1:xflock4.sh
 Source100:  %{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM xfce-utils-4.8.1-fix-doc-path.patch bxo#7512 
g...@opensuse.org -- Derive the documentation base pathname from docdir instead 
of hardcoding it to datadir/doc
-Patch0: xfce-utils-4.8.1-fix-doc-path.patch
-BuildRequires:  xfce4-dev-tools
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -65,10 +62,8 @@
 %lang_package
 %prep
 %setup -q -n xfce-utils-%{version}
-%patch0 -p1
 
 %build
-xdt-autogen
 %configure \
 --docdir=%{_defaultdocdir}/%{name} \
 --with-vendor-info=openSUSE

++ xfce-utils-4.8.1.tar.bz2 - xfce-utils-4.8.2.tar.bz2 ++
 8710 lines of diff (skipped)






Remember to have fun...

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



commit xfce-utils for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package xfce-utils for openSUSE:Factory
checked in at Mon May 16 11:28:55 CEST 2011.




--- xfce-utils/xfce-utils.changes   2011-04-18 14:20:58.0 +0200
+++ /mounts/work_src_done/STABLE/xfce-utils/xfce-utils.changes  2011-04-19 
14:31:18.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 19 12:29:48 UTC 2011 - g...@opensuse.org
+
+- added --with-vendor-info
+
+---

calling whatdependson for head-i586




Other differences:
--
++ xfce-utils.spec ++
--- /var/tmp/diff_new_pack.her9uJ/_old  2011-05-16 11:28:20.0 +0200
+++ /var/tmp/diff_new_pack.her9uJ/_new  2011-05-16 11:28:20.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   xfce-utils
 Version:4.8.1
-Release:6
+Release:9
 License:GPLv2+
 Summary:Collection of Scripts and Utilities for the Xfce Desktop 
Environment
 Url:http://www.xfce.org/projects/xfce-utils/
@@ -69,7 +69,9 @@
 
 %build
 xdt-autogen
-%configure --docdir=%{_defaultdocdir}/%{name}
+%configure \
+--docdir=%{_defaultdocdir}/%{name} \
+--with-vendor-info=openSUSE
 make V=1 %{?_smp_mflags}
 
 %install






Remember to have fun...

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



commit xfce-utils for openSUSE:Factory

2011-04-19 Thread h_root

Hello community,

here is the log from the commit of package xfce-utils for openSUSE:Factory
checked in at Tue Apr 19 09:29:12 CEST 2011.




--- xfce-utils/xfce-utils.changes   2011-02-18 01:26:04.0 +0100
+++ /mounts/work_src_done/STABLE/xfce-utils/xfce-utils.changes  2011-04-18 
14:20:58.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr 18 10:42:28 UTC 2011 - g...@opensuse.org
+
+- added xfce-utils-4.8.1-honor-docdir.patch in which derives the
+  documentation base pathname from docdir instead of hardcoding it
+  to datadir/doc (bxo#7512)
+
+---

calling whatdependson for head-i586


New:

  xfce-utils-4.8.1-fix-doc-path.patch



Other differences:
--
++ xfce-utils.spec ++
--- /var/tmp/diff_new_pack.6hSWEX/_old  2011-04-19 09:28:41.0 +0200
+++ /var/tmp/diff_new_pack.6hSWEX/_new  2011-04-19 09:28:41.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   xfce-utils
 Version:4.8.1
-Release:5
+Release:6
 License:GPLv2+
 Summary:Collection of Scripts and Utilities for the Xfce Desktop 
Environment
 Url:http://www.xfce.org/projects/xfce-utils/
@@ -27,6 +27,9 @@
 Source: xfce-utils-%{version}.tar.bz2
 Source1:xflock4.sh
 Source100:  %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM xfce-utils-4.8.1-fix-doc-path.patch bxo#7512 
g...@opensuse.org -- Derive the documentation base pathname from docdir instead 
of hardcoding it to datadir/doc
+Patch0: xfce-utils-4.8.1-fix-doc-path.patch
+BuildRequires:  xfce4-dev-tools
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -62,8 +65,10 @@
 %lang_package
 %prep
 %setup -q -n xfce-utils-%{version}
+%patch0 -p1
 
 %build
+xdt-autogen
 %configure --docdir=%{_defaultdocdir}/%{name}
 make V=1 %{?_smp_mflags}
 

++ xfce-utils-4.8.1-fix-doc-path.patch ++
diff -ur xfce-utils-4.8.1.orig/scripts/Makefile.am 
xfce-utils-4.8.1/scripts/Makefile.am
--- xfce-utils-4.8.1.orig/scripts/Makefile.am   2011-01-30 17:39:30.0 
+0100
+++ xfce-utils-4.8.1/scripts/Makefile.am2011-04-18 13:53:15.0 
+0200
@@ -12,6 +12,7 @@
 # cannot be set from configure, because ${prefix} is not expanded
 edit = sed \
-e s,@_datadir_\@,$(datadir),g \
+   -e s,@_docroot_\@,$$(dirname $(docdir)),g \
-e s,@_libdir_\@,$(libdir),g \
-e s,@_sysconfdir_\@,$(sysconfdir),g \
-e s,@BROWSER_DEFAULT\@,@BROWSER_DEFAULT@,g \
diff -ur xfce-utils-4.8.1.orig/scripts/xfhelp4.in 
xfce-utils-4.8.1/scripts/xfhelp4.in
--- xfce-utils-4.8.1.orig/scripts/xfhelp4.in2011-01-30 17:39:30.0 
+0100
+++ xfce-utils-4.8.1/scripts/xfhelp4.in 2011-04-18 13:05:34.0 +0200
@@ -20,7 +20,7 @@
 #  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #
 
-HELP_DIR=@_datadir_@/doc
+HELP_DIR=@_docroot_@
 
 if [ ! x$1 = x ]; then
 MODULE=${1%.html}





Remember to have fun...

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