Mailinglist Archive: opensuse-commit (1945 mails)
| < Previous | Next > |
commit thunar
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 03 Nov 2008 14:28:02 +0100
- Message-id: <20081103132803.20F586780AA@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package thunar
checked in at Mon Nov 3 14:28:02 CET 2008.
--------
--- thunar/thunar.changes 2007-12-12 10:56:05.000000000 +0100
+++ /mounts/work_src_done/STABLE/thunar/thunar.changes 2008-10-29
21:10:40.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Oct 29 21:06:28 CET 2008 - bwalle@xxxxxxx
+
+- update to Thunar 0.9.3
+ o Update to latest trunk translations.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
Thunar-0.9.0.tar.bz2
New:
----
Thunar-0.9.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ thunar.spec ++++++
--- /var/tmp/diff_new_pack.Ui7691/_old 2008-11-03 14:27:23.000000000 +0100
+++ /var/tmp/diff_new_pack.Ui7691/_new 2008-11-03 14:27:23.000000000 +0100
@@ -1,15 +1,23 @@
#
-# spec file for package thunar (Version 0.9.0)
+# spec file for package thunar (Version 0.9.3)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
+
Name: thunar
BuildRequires: gtk2-devel startup-notification-devel update-desktop-files
BuildRequires: dbus-1-devel hal-devel perl-XML-Parser startup-notification
@@ -17,13 +25,13 @@
BuildRequires: libxfcegui4-devel >= 4.3
BuildRequires: libxfce4mcs-devel >= 4.3
BuildRequires: exo-devel >= 0.3.4
-BuildRequires: xfce4-panel-devel >= 4.3
+BuildRequires: intltool xfce4-panel-devel >= 4.3
%if 0%{?suse_version} > 1020
BuildRequires: fdupes
%endif
Summary: New modern file manager for the Xfce Desktop Environment
-Version: 0.9.0
-Release: 4
+Version: 0.9.3
+Release: 1
License: GPL v2 or later
Url: http://www.xfce.org/
Source: Thunar-%{version}.tar.bz2
@@ -54,6 +62,7 @@
see AUTHORS for full list of contributors
%package devel
+License: GPL v2 or later
Requires: thunar = %{version}
Requires: libxfcegui4-devel >= 4.3
Requires: libxfce4mcs-devel >= 4.3
@@ -86,6 +95,7 @@
see AUTHORS for full list of contributors
%package doc
+License: GPL v2 or later
Requires: thunar = %{version}
Summary: Documentation for Thunar
Group: System/GUI/XFCE
@@ -112,7 +122,11 @@
%build
%configure \
--enable-dbus \
+%if 0%{?suse_version} >= 1010
--with-volume-manager=hal \
+%else
+ --with-volume-manager=none \
+%endif
--enable-startup-notification \
--enable-pcre
make %{?jobs:-j%jobs}
@@ -194,13 +208,16 @@
%dir %{_datadir}/gtk-doc/html/thunar-vfs
%changelog
-* Wed Dec 12 2007 - prusnak@xxxxxxx
+* Wed Oct 29 2008 bwalle@xxxxxxx
+- update to Thunar 0.9.3
+ o Update to latest trunk translations.
+* Wed Dec 12 2007 prusnak@xxxxxxx
- correct eject function (use-eject-where-necessary.patch)
-* Tue Dec 04 2007 - prusnak@xxxxxxx
+* Tue Dec 04 2007 prusnak@xxxxxxx
- fixed typo in vfs-volume-hal_missing-audio-cds-for-volman.patch
-* Tue Dec 04 2007 - bwalle@xxxxxxx
+* Tue Dec 04 2007 bwalle@xxxxxxx
- disable HAL for 10.0 because of build errors
-* Mon Dec 03 2007 - bwalle@xxxxxxx
+* Mon Dec 03 2007 bwalle@xxxxxxx
- update to Thunar 0.9.0
o Do not display volumes without mountable file systems
o Properly recognize OGG files as audio files for custom actions
@@ -225,43 +242,43 @@
o Fix crash because of unaligned memory access
o Fix compilation with the Sun Studio 11 compiler
o Updated translations
-* Wed Aug 15 2007 - bwalle@xxxxxxx
+* Thu Aug 16 2007 bwalle@xxxxxxx
- moved /usr/lib{,64}/thunarx-1 from -devel package into main
package because these files are actually plugins
-* Wed Jul 18 2007 - prusnak@xxxxxxx
+* Wed Jul 18 2007 prusnak@xxxxxxx
- disable translating of Thunar-folder-handler desktop file
for distributions before 10.2
- replaced obsoleted %%run_ldconfig macro with /sbin/ldconfig
-* Sat Jun 23 2007 - bwalle@xxxxxxx
+* Sun Jun 24 2007 bwalle@xxxxxxx
- replaced group 'System/GUI/Other' by 'System/GUI/Xfce'
-* Tue Jun 19 2007 - prusnak@xxxxxxx
+* Tue Jun 19 2007 prusnak@xxxxxxx
- use %%fdupes, moved some files to -devel subpackage
-* Mon Jun 11 2007 - sbrabec@xxxxxxx
+* Mon Jun 11 2007 sbrabec@xxxxxxx
- Removed invalid desktop Category "Application" from spec file
(#254654).
-* Thu Jun 07 2007 - sbrabec@xxxxxxx
+* Thu Jun 07 2007 sbrabec@xxxxxxx
- Removed invalid desktop Category "Application" (#254654).
-* Tue May 22 2007 - prusnak@xxxxxxx
+* Tue May 22 2007 prusnak@xxxxxxx
- call %%suse_update_desktop_file
-* Tue May 22 2007 - prusnak@xxxxxxx
+* Tue May 22 2007 prusnak@xxxxxxx
- sync with BuildService
- fixed desktop file
-* Sun Jan 21 2007 - bwalle@xxxxxxx
+* Sun Jan 21 2007 bwalle@xxxxxxx
- removed halmount patch, is no longer required
- upgraded to 0.8.0
-* Thu Nov 09 2006 - bwalle@xxxxxxx
+* Thu Nov 09 2006 bwalle@xxxxxxx
- added halmount patch, hope that it gets upstream
(Xfce Bugzilla #2556)
- Recommends ivman
-* Sun Nov 05 2006 - bwalle@xxxxxxx
+* Sun Nov 05 2006 bwalle@xxxxxxx
- updated to 4.3.99.2 (4.4 rc2)
-* Wed Sep 06 2006 - bwalle@xxxxxxx
+* Wed Sep 06 2006 bwalle@xxxxxxx
- updated to 0.4.0rc1
- added xfce4-panel-devel as BuildRequires to build panel trash applet
-* Tue Sep 05 2006 - pnemec@xxxxxxx
+* Tue Sep 05 2006 pnemec@xxxxxxx
- updated to new version
- new files
-* Sat Aug 26 2006 - bernhard.walle@xxxxxx
+* Sat Aug 26 2006 bernhard.walle@xxxxxx
- changed 'startup-notification' to 'startup-notification-devel' as
BuildRequires
- added fam-devel as BuildRequires to build with FAM support
- added gconf2-devel as BuildRequires to build with preview support
@@ -271,11 +288,11 @@
- added gconf2-devel as BuildRequires for -devel
- added fam-devel as BuildRequires for -devel
- added startup-notification-devel as BuildRequires for -devel
-* Thu Aug 24 2006 - pnemec@xxxxxxx
+* Thu Aug 24 2006 pnemec@xxxxxxx
- added dbus-devel to build requires
- added hal support
- added startup notification
-* Wed Aug 02 2006 - pnemec@xxxxxxx
+* Wed Aug 02 2006 pnemec@xxxxxxx
- initial comment, version is 0.3.2beta2
- package moved into BuildService
- added thunar-desktop_file.patch - small modification of desktop file
++++++ Thunar-0.9.0.tar.bz2 -> Thunar-0.9.3.tar.bz2 ++++++
thunar/Thunar-0.9.0.tar.bz2
/mounts/work_src_done/STABLE/thunar/Thunar-0.9.3.tar.bz2 differ: byte 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |