Update to 1.4.0

i9cf
Mamoru TASAKA 11 years ago
parent afe87bc028
commit 0a94c42ab9

1
.gitignore vendored

@ -10,3 +10,4 @@ gnome-commander-1.2.8.7.tar.bz2
/gnome-commander-1.2.8.15.tar.xz /gnome-commander-1.2.8.15.tar.xz
/gnome-commander-1.2.8.16.tar.xz /gnome-commander-1.2.8.16.tar.xz
/gnome-commander-1.2.8.17.tar.xz /gnome-commander-1.2.8.17.tar.xz
/gnome-commander-1.4.0.tar.xz

@ -19,7 +19,7 @@
%global EXIV2_REQ 0.14 %global EXIV2_REQ 0.14
%global TAGLIB_REQ 1.4 %global TAGLIB_REQ 1.4
%global LIBGSF_REQ 1.12.0 %global LIBGSF_REQ 1.12.0
%global POPPLER_REQ 0.6 %global POPPLER_REQ 0.8
%global git_pull_JST D20090629T1400 %global git_pull_JST D20090629T1400
@ -48,7 +48,7 @@
%global fedora_rel %( [ 0%{?if_pre} -gt 0 ] && echo 0. )%{main_release}%{?extratag:.%extratag} %global fedora_rel %( [ 0%{?if_pre} -gt 0 ] && echo 0. )%{main_release}%{?extratag:.%extratag}
Name: gnome-commander Name: gnome-commander
Version: 1.2.8.17 Version: 1.4.0
# Downgrade 3 times, sorry... # Downgrade 3 times, sorry...
Epoch: 4 Epoch: 4
Release: %{fedora_rel}%{?dist} Release: %{fedora_rel}%{?dist}
@ -59,7 +59,7 @@ Summary(sv): GNOME Commander är en snabb och smidig filhanderare för GNOME
Group: Applications/File Group: Applications/File
License: GPLv2+ License: GPLv2+
URL: http://gcmd.github.io/ URL: http://gcmd.github.io/
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.2/%{name}-%{version}%{?extratag:-%extratag}.tar.xz Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.4/%{name}-%{version}%{?extratag:-%extratag}.tar.xz
Source1: gnome-commander.sh Source1: gnome-commander.sh
Source10: mimeedit-svn%{mimeedit_rev}.sh Source10: mimeedit-svn%{mimeedit_rev}.sh
Patch10: mimeedit-svn1958.diff Patch10: mimeedit-svn1958.diff
@ -71,13 +71,15 @@ BuildRequires: intltool
BuildRequires: scrollkeeper BuildRequires: scrollkeeper
BuildRequires: chmlib-devel BuildRequires: chmlib-devel
BuildRequires: exiv2-devel >= %{EXIV2_REQ} BuildRequires: pkgconfig(exiv2) >= %{EXIV2_REQ}
BuildRequires: gnome-vfs2-devel BuildRequires: pkgconfig(gnome-keyring-1)
BuildRequires: libgsf-devel >= %{LIBGSF_REQ} BuildRequires: pkgconfig(gnome-vfs-2.0)
BuildRequires: libgnome-devel BuildRequires: pkgconfig(libgsf-1) >= %{LIBGSF_REQ}
BuildRequires: libgnomeui-devel BuildRequires: pkgconfig(libgnome-2.0)
BuildRequires: poppler-devel >= %{POPPLER_REQ} BuildRequires: pkgconfig(libgnomeui-2.0)
BuildRequires: taglib-devel >= %{TAGLIB_REQ} BuildRequires: pkgconfig(poppler) >= %{POPPLER_REQ}
BuildRequires: pkgconfig(taglib) >= %{TAGLIB_REQ}
BuildRequires: pkgconfig(unique-1.0)
BuildRequires: libICE-devel BuildRequires: libICE-devel
BuildRequires: libSM-devel BuildRequires: libSM-devel
@ -242,6 +244,9 @@ desktop-file-install \
%{_datadir}/pixmaps/%{name}/ %{_datadir}/pixmaps/%{name}/
%changelog %changelog
* Tue Mar 18 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4:1.4.0-1
- Update to 1.4.0
* Tue Jan 14 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4:1.2.8.17-1 * Tue Jan 14 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4:1.2.8.17-1
- Update to 1.2.8.17 - Update to 1.2.8.17

@ -1 +1 @@
9e1fe09fc965f54d706895fecb2b06f4 gnome-commander-1.2.8.17.tar.xz d7e4daf3c5ec0b7938a8adfaab20af75 gnome-commander-1.4.0.tar.xz

Loading…
Cancel
Save