This commit is contained in:
parent
bfc68fabfe
commit
5681af74a0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:18eda060d298eaaccdcbcb5318eb2d5ca86a6729d1a2f5102c4d9fc0af2b5fe0
|
|
||||||
size 1217925
|
|
3
file-roller-2.20.0.tar.bz2
Normal file
3
file-roller-2.20.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:032c8d3183078f60321fd764113ac8729e42e1be1cc02cb47191855be97f3bdb
|
||||||
|
size 1223266
|
@ -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
|
Mon Sep 10 22:16:45 CEST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
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
|
License: GPL v2 or later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Version: 2.19.92
|
Version: 2.20.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
Summary: An Archive Manager for GNOME
|
Summary: An Archive Manager for GNOME
|
||||||
@ -24,11 +24,10 @@ Patch1: fr_59941.diff
|
|||||||
Patch2: file-roller-2.12.2-no-cmdline-overflow.patch
|
Patch2: file-roller-2.12.2-no-cmdline-overflow.patch
|
||||||
Patch3: bug-187126_file-roller-batch-extract-all.patch
|
Patch3: bug-187126_file-roller-batch-extract-all.patch
|
||||||
Patch4: abuild.patch
|
Patch4: abuild.patch
|
||||||
URL: http://fileroller.sourceforge.net
|
Url: http://fileroller.sourceforge.net
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Docdir: %{_defaultdocdir}
|
DocDir: %{_defaultdocdir}
|
||||||
Requires: unrar unzip gzip bzip2
|
Requires: unrar unzip gzip bzip2
|
||||||
|
|
||||||
%gconf_schemas_prereq
|
%gconf_schemas_prereq
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -94,7 +93,6 @@ make %{?jobs:-j%jobs}
|
|||||||
### cat %{name}.lang %{name}.schemas_list >%{name}.lst
|
### cat %{name}.lang %{name}.schemas_list >%{name}.lst
|
||||||
cat %{name}.schemas_list >%{name}.lst
|
cat %{name}.schemas_list >%{name}.lst
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/*/*/*.*a
|
rm $RPM_BUILD_ROOT%{_libdir}/*/*/*.*a
|
||||||
|
|
||||||
%fdupes $RPM_BUILD_ROOT
|
%fdupes $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -106,7 +104,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
if test -x usr/bin/update-mime-database ; then
|
if test -x usr/bin/update-mime-database ; then
|
||||||
usr/bin/update-mime-database usr/share/mime >/dev/null
|
usr/bin/update-mime-database usr/share/mime >/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%posttrans -f %{name}.schemas_posttrans
|
%posttrans -f %{name}.schemas_posttrans
|
||||||
|
|
||||||
%preun -f %{name}.schemas_preun
|
%preun -f %{name}.schemas_preun
|
||||||
@ -132,6 +129,13 @@ fi
|
|||||||
%files lang -f %name.lang
|
%files lang -f %name.lang
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 10 2007 - maw@suse.de
|
||||||
- Update to version 2.19.92:
|
- Update to version 2.19.92:
|
||||||
+ Display empty folders in 7zip archives.
|
+ Display empty folders in 7zip archives.
|
||||||
|
Loading…
Reference in New Issue
Block a user