OBS User unknown 2007-09-19 16:52:06 +00:00 committed by Git OBS Bridge
parent bfc68fabfe
commit 5681af74a0
4 changed files with 24 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18eda060d298eaaccdcbcb5318eb2d5ca86a6729d1a2f5102c4d9fc0af2b5fe0
size 1217925

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:032c8d3183078f60321fd764113ac8729e42e1be1cc02cb47191855be97f3bdb
size 1223266

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Sep 19 03:27:29 CEST 2007 - mauro@suse.de
- Update to version 2.20.0
* Fixed bug #473158 ask-password.glade is missing
* Fixes bug #463968 file-roller crashed with SIGSEGV in
g_closure_invoke()
* Removed old check that prevented extraction to remote locations
via DnD.
-------------------------------------------------------------------
Mon Sep 10 22:16:45 CEST 2007 - maw@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package file-roller (Version 2.19.92)
# spec file for package file-roller (Version 2.20.0)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -14,7 +14,7 @@ Name: file-roller
BuildRequires: docbook-xsl-stylesheets fdupes gnome-doc-utils-devel gnome-patch-translation gnutls-devel intltool libglade2-devel libgnomeprintui-devel libwnck-devel mDNSResponder-devel nautilus-devel perl-XML-Parser scrollkeeper update-desktop-files
License: GPL v2 or later
Group: System/GUI/GNOME
Version: 2.19.92
Version: 2.20.0
Release: 1
Requires: %{name}-lang = %{version}
Summary: An Archive Manager for GNOME
@ -24,11 +24,10 @@ Patch1: fr_59941.diff
Patch2: file-roller-2.12.2-no-cmdline-overflow.patch
Patch3: bug-187126_file-roller-batch-extract-all.patch
Patch4: abuild.patch
URL: http://fileroller.sourceforge.net
Url: http://fileroller.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Docdir: %{_defaultdocdir}
DocDir: %{_defaultdocdir}
Requires: unrar unzip gzip bzip2
%gconf_schemas_prereq
%description
@ -94,7 +93,6 @@ make %{?jobs:-j%jobs}
### cat %{name}.lang %{name}.schemas_list >%{name}.lst
cat %{name}.schemas_list >%{name}.lst
rm $RPM_BUILD_ROOT%{_libdir}/*/*/*.*a
%fdupes $RPM_BUILD_ROOT
%clean
@ -106,7 +104,6 @@ rm -rf $RPM_BUILD_ROOT
if test -x usr/bin/update-mime-database ; then
usr/bin/update-mime-database usr/share/mime >/dev/null
fi
%posttrans -f %{name}.schemas_posttrans
%preun -f %{name}.schemas_preun
@ -132,6 +129,13 @@ fi
%files lang -f %name.lang
%changelog
* Wed Sep 19 2007 - mauro@suse.de
- Update to version 2.20.0
* Fixed bug #473158 ask-password.glade is missing
* Fixes bug #463968 file-roller crashed with SIGSEGV in
g_closure_invoke()
* Removed old check that prevented extraction to remote locations
via DnD.
* Mon Sep 10 2007 - maw@suse.de
- Update to version 2.19.92:
+ Display empty folders in 7zip archives.