Hello community,

here is the log from the commit of package xdg-user-dirs-gtk for 
openSUSE:Factory checked in at 2012-04-12 09:56:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xdg-user-dirs-gtk (Old)
 and      /work/SRC/openSUSE:Factory/.xdg-user-dirs-gtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xdg-user-dirs-gtk", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xdg-user-dirs-gtk/xdg-user-dirs-gtk.changes      
2011-09-23 12:51:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xdg-user-dirs-gtk.new/xdg-user-dirs-gtk.changes 
2012-04-12 09:56:47.000000000 +0200
@@ -1,0 +2,15 @@
+Wed Apr  4 07:44:32 UTC 2012 - [email protected]
+
+- Update to version 0.9:
+  + Port to Gtk 3
+  + Add Unity and LXDE to desktop file OnlyShowIn
+  + Faster startup by only initializing Gtk when needed
+  + Updated ranslations.
+- Drop xdg-user-dirs-gtk-LXDE-autostart.patch: fixed upstream.
+- Rebase xdg-user-dirs-gtk-XFCE-autostart.patch.
+- Remove perl-XML-Parser BuildRequires: it was only needed when it
+  was not required by intltool.
+- Change gtk2-devel BuildRequires to gtk3-devel, following port to
+  GTK+ 3.
+
+-------------------------------------------------------------------

Old:
----
  xdg-user-dirs-gtk-0.8.tar.bz2
  xdg-user-dirs-gtk-LXDE-autostart.patch

New:
----
  xdg-user-dirs-gtk-0.9.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xdg-user-dirs-gtk.spec ++++++
--- /var/tmp/diff_new_pack.csuLUb/_old  2012-04-12 09:56:47.000000000 +0200
+++ /var/tmp/diff_new_pack.csuLUb/_new  2012-04-12 09:56:47.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xdg-user-dirs-gtk
 #
-# 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,41 +15,34 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           xdg-user-dirs-gtk
-BuildRequires:  gtk2-devel intltool perl-XML-Parser 
translation-update-upstream update-desktop-files xdg-user-dirs
+Summary:        xdg-user-dir support for Gnome and Gtk+ applications
 License:        GPL-2.0+
 Group:          System/GUI/GNOME
-Summary:        xdg-user-dir support for Gnome and Gtk+ applications
-Version:        0.8
-Release:        18
+Version:        0.9
+Release:        0
 Url:            http://download.gnome.org/sources/xdg-user-dirs-gtk
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM xdg-user-dirs-gtk-LXDE-autostart.patch fdo#26553 
bnc#561145 [email protected] -- Make xdg-user-dirs-gtk autostart on lxde 
session too
-Patch0:         %{name}-LXDE-autostart.patch
+Source0:        
http://download.gnome.org/sources/xdg-user-dirs-gtk/0.9/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM xdg-user-dirs-gtk-XFCE-LXDE-autostart.patch fdo#33107 
[email protected] -- Start xdg-user-dirs-gtk in Xfce sessions as well
 Patch1:         %{name}-XFCE-autostart.patch
+BuildRequires:  gtk3-devel
+BuildRequires:  intltool
+BuildRequires:  translation-update-upstream
+BuildRequires:  update-desktop-files
+BuildRequires:  xdg-user-dirs
 Requires:       xdg-user-dirs 
 Recommends:     %{name}-lang
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 A companion to xdg-user-dirs that integrates it into the Gnome desktop
 and Gtk+ applications. Presents a dialog when a user changes locales
 to help move they standard user directories to the correct names.
 
-
-
-Authors:
---------
-    Alexander Larsson - [email protected]
-
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 translation-update-upstream
 
@@ -59,7 +52,7 @@
 
 %install
 %makeinstall
-%suse_update_desktop_file 
$RPM_BUILD_ROOT/%{_sysconfdir}/xdg/autostart/*.desktop
+%suse_update_desktop_file user-dirs-update-gtk
 %find_lang %{name}
 
 %clean
@@ -68,8 +61,8 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING README ChangeLog
-%{_prefix}/bin/*
-%{_sysconfdir}/xdg/autostart/*.desktop
+%{_bindir}/xdg-user-dirs-gtk-update
+%{_sysconfdir}/xdg/autostart/user-dirs-update-gtk.desktop
 
 %files lang -f %{name}.lang
 

++++++ xdg-user-dirs-gtk-XFCE-autostart.patch ++++++
--- /var/tmp/diff_new_pack.csuLUb/_old  2012-04-12 09:56:47.000000000 +0200
+++ /var/tmp/diff_new_pack.csuLUb/_new  2012-04-12 09:56:48.000000000 +0200
@@ -5,8 +5,8 @@
  _Name=User folders update
  _Comment=Update common folders names to match current locale
  Terminal=false
--OnlyShowIn=GNOME;LXDE;
-+OnlyShowIn=GNOME;XFCE;LXDE;
+-OnlyShowIn=GNOME;LXDE;Unity;
++OnlyShowIn=GNOME;XFCE;LXDE;Unity;
  Type=Application
  StartupNotify=false
  X-KDE-autostart-after=panel

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to