Mailinglist Archive: opensuse-commit (1117 mails)

< Previous Next >
commit file-roller for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 06 Feb 2009 22:54:02 +0100
  • Message-id: <20090206215402.4865F6780B0@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package file-roller for openSUSE:Factory
checked in at Fri Feb 6 22:54:02 CET 2009.


--------
--- GNOME/file-roller/file-roller.changes 2008-11-05 21:03:57.000000000
+0100
+++ file-roller/file-roller.changes 2009-01-29 12:56:16.000000000 +0100
@@ -1,0 +2,38 @@
+Thu Jan 29 12:56:01 CET 2009 - vuntz@xxxxxxxxxx
+
+- Own /usr/share/gnome/help to not depend on libgnome.
+
+-------------------------------------------------------------------
+Wed Jan 28 02:04:22 WET 2009 - lmedinas@xxxxxxxxx
+
+- Update to version 2.25.2:
+ + Fixed bugs: bgo #567554, bgo #566591, bgo #560647, bgo #563208,
+bgo 564029, bgo #565879, bgo #567901, bgo #568260, bgo #566683
+ + Translation updates
+
+-------------------------------------------------------------------
+Fri Jan 23 05:24:36 CET 2009 - vuntz@xxxxxxxxxx
+
+- Drop bug-187126_file-roller-batch-extract-all.patch: it was fixed
+ another upstream a long time ago.
+- Remove useless BuildRequires.
+
+-------------------------------------------------------------------
+Tue Jan 6 09:11:25 EST 2009 - mboman@xxxxxxx
+
+- Update to version 2.25.1:
+ + bgo#564805: Drop libgnome/ui dependency
+ + bgo#561535: Unable to create archive with OpenOffice document using
+ nautilus integration
+ + bgo#559481: Can't open/view file directly from File Roller if there
+ is a bracket in the directory/file name
+ + Translation updates
+
+-------------------------------------------------------------------
+Sun Dec 14 03:24:33 WET 2008 - lmedinas@xxxxxxxxx
+
+- Update to version 2.24.2:
+ + Fix gconf dependecies
+ + Updated Translations
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
bug-187126_file-roller-batch-extract-all.patch
file-roller-2.24.1.tar.bz2

New:
----
file-roller-2.25.2.tar.bz2

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

Other differences:
------------------
++++++ file-roller.spec ++++++
--- /var/tmp/diff_new_pack.mt8398/_old 2009-02-06 22:52:52.000000000 +0100
+++ /var/tmp/diff_new_pack.mt8398/_new 2009-02-06 22:52:52.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package file-roller (Version 2.24.1)
+# spec file for package file-roller (Version 2.25.2)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,20 +19,18 @@


Name: file-roller
-BuildRequires: docbook-xsl-stylesheets fdupes gconf2-devel glib2-devel
-BuildRequires: gnome-doc-utils-devel gnome-vfs2-devel gtk2-devel intltool
-BuildRequires: libglade2-devel libgnome-devel libgnomeui-devel
-BuildRequires: nautilus-devel perl-XML-Parser scrollkeeper
+BuildRequires: fdupes gconf2-devel glib2-devel
+BuildRequires: gnome-doc-utils-devel gtk2-devel intltool
+BuildRequires: libglade2-devel
+BuildRequires: nautilus-devel scrollkeeper
BuildRequires: update-desktop-files
License: GPL v2 or later
Group: Productivity/Archiving/Compression
-Version: 2.24.1
-Release: 2
+Version: 2.25.2
+Release: 1
Requires: %{name}-lang = %{version}
Summary: An Archive Manager for GNOME
Source:
ftp://ftp.gnome.org/pub/GNOME/sources/file-roller/2.18/%{name}-%{version}.tar.bz2
-#PATCH-FIX-UPSTREAM bug-187126_file-roller-batch-extract-all.patch bnc187126
bgo342043 jberkman@xxxxxxxxxx -- Upstream says this is committed but its not
-Patch3: bug-187126_file-roller-batch-extract-all.patch
Url: http://fileroller.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}-build
DocDir: %{_defaultdocdir}
@@ -78,8 +76,6 @@
%lang_package
%prep
%setup -q
-%patch3 -p1
-# %patch5 -p1

%build
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
@@ -93,7 +89,6 @@
%suse_update_desktop_file -N "File Roller" -G "Archive Manager" %name Archiving
%find_lang %{name}
%find_gconf_schemas
-### cat %{name}.lang %{name}.schemas_list >%{name}.lst
cat %{name}.schemas_list >%{name}.lst
rm $RPM_BUILD_ROOT%{_libdir}/*/*/*.*a
%fdupes $RPM_BUILD_ROOT
@@ -129,16 +124,43 @@
%{_libdir}/nautilus/extensions-2.0/*.so

%files lang -f %name.lang
+# Temporary workaround to not depend on libgnome: own the directories
+%defattr (-, root, root)
+%dir %{_datadir}/gnome
+%dir %{_datadir}/gnome/help

%changelog
+* Thu Jan 29 2009 vuntz@xxxxxxxxxx
+- Own /usr/share/gnome/help to not depend on libgnome.
+* Wed Jan 28 2009 lmedinas@xxxxxxxxx
+- Update to version 2.25.2:
+ + Fixed bugs: bgo #567554, bgo #566591, bgo #560647, bgo #563208,
+ bgo 564029, bgo #565879, bgo #567901, bgo #568260, bgo #566683
+ + Translation updates
+* Fri Jan 23 2009 vuntz@xxxxxxxxxx
+- Drop bug-187126_file-roller-batch-extract-all.patch: it was fixed
+ another upstream a long time ago.
+- Remove useless BuildRequires.
+* Tue Jan 06 2009 mboman@xxxxxxx
+- Update to version 2.25.1:
+ + bgo#564805: Drop libgnome/ui dependency
+ + bgo#561535: Unable to create archive with OpenOffice document using
+ nautilus integration
+ + bgo#559481: Can't open/view file directly from File Roller if there
+ is a bracket in the directory/file name
+ + Translation updates
+* Sun Dec 14 2008 lmedinas@xxxxxxxxx
+- Update to version 2.24.2:
+ + Fix gconf dependecies
+ + Updated Translations
* Wed Nov 05 2008 jpr@xxxxxxxxxx
- Obsolete file-roller-2.20.0-correct-help-uri.patch, obsoleted
upstream (was bnc326492 bgo480442)
-* Tue Oct 21 2008 mboman@xxxxxxx
+* Wed Oct 22 2008 mboman@xxxxxxx
- Update to version 2.24.1:
+ Bugs fixed: bgo#556623, bgo#556619, bgo#556571, bgo#555282
+ Translation updates
-* Tue Sep 30 2008 mboman@xxxxxxx
+* Wed Oct 01 2008 mboman@xxxxxxx
- Update to version 2.24.0:
+ bgo#546799: file-roller crashed with SIGSEGV in g_str_hash()
+ bgo#552031: Add archiving and compression to desktop categories.
@@ -187,7 +209,7 @@
bgo#545188, bgo#545168, bgo#545161, bgo#544613, bgo#544296,
bgo#544184, and bgo#544182
+ Updated translations.
-* Fri Jun 20 2008 maw@xxxxxxx
+* Sat Jun 21 2008 maw@xxxxxxx
- Update to version 2.23.3:
+ Show an alert dialog when the 'save as' operation is completed,
and allow the user the open the newly created archive
@@ -238,7 +260,7 @@
+ Fixed a performace issue when extracting a big archive with a
drag and drop operation
+ Updated translations.
-* Thu Mar 13 2008 maw@xxxxxxx
+* Fri Mar 14 2008 maw@xxxxxxx
- Update to version 2.22.0:
+ Bugs fixed: bgo#518680 and bgo#504155
+ Updated translations.
@@ -261,7 +283,7 @@
+ Bugs fixed: bgo#487012, bgo#487079, bgo#499958, bgo#499558,
bgo#458399, bgo#475166, bgo#505987, bgo#487012, bgo#490891,
bgo#504597, bgo#303213, and bgo#509933.
-* Wed Dec 19 2007 jpr@xxxxxxx
+* Thu Dec 20 2007 jpr@xxxxxxx
-Update to 2.20.2
* Updated translations
* Fixed crash after cancelling an archive creation from the
@@ -272,10 +294,10 @@
libgnomeprintui-devel, libwnck-devel
* Thu Oct 11 2007 sbrabec@xxxxxxx
- Removed bogus dependency on mDNSResponder.
-* Tue Sep 25 2007 hpj@xxxxxxx
+* Wed Sep 26 2007 hpj@xxxxxxx
- Add file-roller-2.20.0-correct-help-uri.patch, which fixes a
broken help path.
-* Tue Sep 18 2007 mauro@xxxxxxx
+* Wed Sep 19 2007 mauro@xxxxxxx
- Update to version 2.20.0
* Fixed bug #473158 – ask-password.glade is missing
* Fixes bug #463968 – file-roller crashed with SIGSEGV in
@@ -331,19 +353,19 @@
* Mon Jan 15 2007 sbrabec@xxxxxxx
- Prefix changed to /usr.
- Spec file cleanup.
-* Mon Dec 18 2006 btimothy@xxxxxxx
+* Tue Dec 19 2006 btimothy@xxxxxxx
- Fix for BNC #223562 to allow self-extracting executables made in
WinZIP to extract/open in file-roller.
* Tue Dec 12 2006 jhargadon@xxxxxxx
- applied a patch to fix crashing when an iso image is right-clicked
(#187126)
-* Thu Oct 12 2006 danw@xxxxxxx
+* Fri Oct 13 2006 danw@xxxxxxx
- Remove dead patch
- Update for gnome-doc-utils-devel
* Tue Oct 03 2006 jhargadon@xxxxxxx
- update to version 2.16.1
- translation updates
-* Wed Sep 13 2006 jhargadon@xxxxxxx
+* Thu Sep 14 2006 jhargadon@xxxxxxx
- update to version 2.16.0
- translation updates
* Wed Aug 30 2006 jhargadon@xxxxxxx
@@ -460,7 +482,7 @@
- Update to version 2.11.91
* Tue Aug 09 2005 gekker@xxxxxxx
- Fix requirements (98219)
-* Mon Aug 01 2005 gekker@xxxxxxx
+* Tue Aug 02 2005 gekker@xxxxxxx
- Update to version 2.11.90
* Thu Jul 21 2005 gekker@xxxxxxx
- Update to version 2.11.2
@@ -486,7 +508,7 @@
Avoids crashing if file-roller is closed while viewing files.
* Wed Aug 25 2004 clahey@xxxxxxx
- Cache file-roller help and show file-roller in khelpcenter.
-* Mon Aug 16 2004 shprasad@xxxxxxx
+* Tue Aug 17 2004 shprasad@xxxxxxx
- Fixes bug #60958 (Fix given by smadduri@xxxxxxxxxx)
Avoids Crashing while DND of Desktop Icons (Home).
- Fixes bug #62359 (Fix given by smadduri@xxxxxxxxxx)
@@ -542,7 +564,7 @@
- filelist review
- added openssl and alsa-devel to neededforbuild
- install and register schemas file
-* Wed Jan 15 2003 ro@xxxxxxx
+* Thu Jan 16 2003 ro@xxxxxxx
- use gtk2-devel-packages and libjpeg in neededforbuild
* Tue Jan 14 2003 ro@xxxxxxx
- added expat to neededforbuild

++++++ file-roller-2.24.1.tar.bz2 -> file-roller-2.25.2.tar.bz2 ++++++
++++ 17689 lines of diff (skipped)


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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread