forked from pool/file-roller
This commit is contained in:
parent
6e4c9b98d1
commit
7a34147a0f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7079583d5eb741cea5bde577a578b6998a84a4e21fc7bc3c4e72b4cab78baf70
|
|
||||||
size 1512830
|
|
3
file-roller-2.25.91.tar.bz2
Normal file
3
file-roller-2.25.91.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0a99f418c160fd2f95a53c492a5b71dbef379c825ae52d051c960bfce6f968b9
|
||||||
|
size 1519902
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 22 17:09:52 CET 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Update to version 2.25.91:
|
||||||
|
+ bgo#571273: crash in Archive Manager: Opening an archive (ISO)
|
||||||
|
+ bgo#560429: GNOME Goal: Remove deprecated GLib symbols
|
||||||
|
+ bgo#570505: file-roller crashed with signal 5 in IA__g_malloc()
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" since it's not
|
||||||
|
needed.
|
||||||
|
- Remove scrollkeeper BuildRequires.
|
||||||
|
- Reorganize the Requires on packages which provide tools for
|
||||||
|
archives, and document those that are missing.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 3 00:05:19 WET 2009 - lmedinas@gmail.com
|
Tue Feb 3 00:05:19 WET 2009 - lmedinas@gmail.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package file-roller (Version 2.25.90)
|
# spec file for package file-roller (Version 2.25.91)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,13 +19,17 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: file-roller
|
Name: file-roller
|
||||||
BuildRequires: fdupes gconf2-devel glib2-devel
|
BuildRequires: fdupes
|
||||||
BuildRequires: gnome-doc-utils-devel gtk2-devel intltool
|
BuildRequires: gconf2-devel
|
||||||
BuildRequires: nautilus-devel scrollkeeper
|
BuildRequires: glib2-devel
|
||||||
|
BuildRequires: gnome-doc-utils-devel
|
||||||
|
BuildRequires: gtk2-devel
|
||||||
|
BuildRequires: intltool
|
||||||
|
BuildRequires: nautilus-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
Version: 2.25.90
|
Version: 2.25.91
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
Summary: An Archive Manager for GNOME
|
Summary: An Archive Manager for GNOME
|
||||||
@ -33,7 +37,30 @@ Source: ftp://ftp.gnome.org/pub/GNOME/sources/file-roller/2.18/%{name}-%
|
|||||||
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
|
# Formats that we really want to support by default
|
||||||
|
Requires: bzip2
|
||||||
|
Requires: cpio
|
||||||
|
Requires: genisoimage
|
||||||
|
Requires: gzip
|
||||||
|
Requires: rpm
|
||||||
|
Requires: unzip
|
||||||
|
# Formats that we likely want to support by default
|
||||||
|
Recommends: unrar
|
||||||
|
Recommends: zip
|
||||||
|
# Additional formats that are supported
|
||||||
|
Suggests: p7zip
|
||||||
|
Suggests: rzip
|
||||||
|
Suggests: zoo
|
||||||
|
# FIXME: Formats for which we don't have packages. Some are free software that
|
||||||
|
# we could package.
|
||||||
|
#Suggests: arj
|
||||||
|
#Suggests: lha
|
||||||
|
#Suggests: lzop
|
||||||
|
#Suggests: ncompress
|
||||||
|
#Suggests: rar
|
||||||
|
#Suggests: unace
|
||||||
|
#Suggests: unalz
|
||||||
|
#Suggests: unstuff
|
||||||
%gconf_schemas_prereq
|
%gconf_schemas_prereq
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -77,7 +104,6 @@ Authors:
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
||||||
%configure\
|
%configure\
|
||||||
--disable-schemas-install\
|
--disable-schemas-install\
|
||||||
--disable-scrollkeeper
|
--disable-scrollkeeper
|
||||||
@ -129,6 +155,17 @@ fi
|
|||||||
%dir %{_datadir}/gnome/help
|
%dir %{_datadir}/gnome/help
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 22 2009 vuntz@novell.com
|
||||||
|
- Update to version 2.25.91:
|
||||||
|
+ bgo#571273: crash in Archive Manager: Opening an archive (ISO)
|
||||||
|
+ bgo#560429: GNOME Goal: Remove deprecated GLib symbols
|
||||||
|
+ bgo#570505: file-roller crashed with signal 5 in IA__g_malloc()
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" since it's not
|
||||||
|
needed.
|
||||||
|
- Remove scrollkeeper BuildRequires.
|
||||||
|
- Reorganize the Requires on packages which provide tools for
|
||||||
|
archives, and document those that are missing.
|
||||||
* Tue Feb 03 2009 lmedinas@gmail.com
|
* Tue Feb 03 2009 lmedinas@gmail.com
|
||||||
- Update to version 2.25.90:
|
- Update to version 2.25.90:
|
||||||
+ Use gtkbuilder instead of libglade.
|
+ Use gtkbuilder instead of libglade.
|
||||||
@ -215,7 +252,7 @@ fi
|
|||||||
bgo#545188, bgo#545168, bgo#545161, bgo#544613, bgo#544296,
|
bgo#545188, bgo#545168, bgo#545161, bgo#544613, bgo#544296,
|
||||||
bgo#544184, and bgo#544182
|
bgo#544184, and bgo#544182
|
||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
* Fri Jun 20 2008 maw@suse.de
|
* Sat Jun 21 2008 maw@suse.de
|
||||||
- Update to version 2.23.3:
|
- Update to version 2.23.3:
|
||||||
+ Show an alert dialog when the 'save as' operation is completed,
|
+ Show an alert dialog when the 'save as' operation is completed,
|
||||||
and allow the user the open the newly created archive
|
and allow the user the open the newly created archive
|
||||||
@ -359,7 +396,7 @@ fi
|
|||||||
* Mon Jan 15 2007 sbrabec@suse.cz
|
* Mon Jan 15 2007 sbrabec@suse.cz
|
||||||
- Prefix changed to /usr.
|
- Prefix changed to /usr.
|
||||||
- Spec file cleanup.
|
- Spec file cleanup.
|
||||||
* Mon Dec 18 2006 btimothy@suse.de
|
* Tue Dec 19 2006 btimothy@suse.de
|
||||||
- Fix for BNC #223562 to allow self-extracting executables made in
|
- Fix for BNC #223562 to allow self-extracting executables made in
|
||||||
WinZIP to extract/open in file-roller.
|
WinZIP to extract/open in file-roller.
|
||||||
* Tue Dec 12 2006 jhargadon@suse.de
|
* Tue Dec 12 2006 jhargadon@suse.de
|
||||||
@ -371,7 +408,7 @@ fi
|
|||||||
* Tue Oct 03 2006 jhargadon@suse.de
|
* Tue Oct 03 2006 jhargadon@suse.de
|
||||||
- update to version 2.16.1
|
- update to version 2.16.1
|
||||||
- translation updates
|
- translation updates
|
||||||
* Wed Sep 13 2006 jhargadon@suse.de
|
* Thu Sep 14 2006 jhargadon@suse.de
|
||||||
- update to version 2.16.0
|
- update to version 2.16.0
|
||||||
- translation updates
|
- translation updates
|
||||||
* Wed Aug 30 2006 jhargadon@suse.de
|
* Wed Aug 30 2006 jhargadon@suse.de
|
||||||
@ -570,7 +607,7 @@ fi
|
|||||||
- filelist review
|
- filelist review
|
||||||
- added openssl and alsa-devel to neededforbuild
|
- added openssl and alsa-devel to neededforbuild
|
||||||
- install and register schemas file
|
- install and register schemas file
|
||||||
* Wed Jan 15 2003 ro@suse.de
|
* Thu Jan 16 2003 ro@suse.de
|
||||||
- use gtk2-devel-packages and libjpeg in neededforbuild
|
- use gtk2-devel-packages and libjpeg in neededforbuild
|
||||||
* Tue Jan 14 2003 ro@suse.de
|
* Tue Jan 14 2003 ro@suse.de
|
||||||
- added expat to neededforbuild
|
- added expat to neededforbuild
|
||||||
|
Loading…
x
Reference in New Issue
Block a user