Update to 3.10.0; Remove explicit Requires on libpst in pst subpackage
This commit is contained in:
parent
9357f9b91c
commit
565fe492f8
1
.gitignore
vendored
1
.gitignore
vendored
@ -62,3 +62,4 @@ evolution-2.31.5.tar.bz2
|
|||||||
/evolution-3.9.90.tar.xz
|
/evolution-3.9.90.tar.xz
|
||||||
/evolution-3.9.91.tar.xz
|
/evolution-3.9.91.tar.xz
|
||||||
/evolution-3.9.92.tar.xz
|
/evolution-3.9.92.tar.xz
|
||||||
|
/evolution-3.10.0.tar.xz
|
||||||
|
@ -30,14 +30,14 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 3.9.92
|
Version: 3.10.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Summary: Mail and calendar client for GNOME
|
Summary: Mail and calendar client for GNOME
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
URL: http://projects.gnome.org/evolution/
|
URL: http://projects.gnome.org/evolution/
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
Source: http://download.gnome.org/sources/%{name}/3.9/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/%{name}/3.10/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
Obsoletes: anjal <= %{last_anjal_version}
|
Obsoletes: anjal <= %{last_anjal_version}
|
||||||
Obsoletes: libgal2 <= %{last_libgal2_version}
|
Obsoletes: libgal2 <= %{last_libgal2_version}
|
||||||
@ -192,7 +192,6 @@ This package contains supplemental utilities for %{name} that require Perl.
|
|||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Summary: PST importer plugin for Evolution
|
Summary: PST importer plugin for Evolution
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: libpst
|
|
||||||
|
|
||||||
%description pst
|
%description pst
|
||||||
This package contains the plugin to import Microsoft Personal Storage Table
|
This package contains the plugin to import Microsoft Personal Storage Table
|
||||||
@ -533,6 +532,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 23 2013 Milan Crha <mcrha@redhat.com> - 3.10.0-1
|
||||||
|
- Update to 3.10.0
|
||||||
|
- Remove explicit Requires on libpst in pst subpackage
|
||||||
|
|
||||||
* Mon Sep 16 2013 Milan Crha <mcrha@redhat.com> - 3.9.92-1
|
* Mon Sep 16 2013 Milan Crha <mcrha@redhat.com> - 3.9.92-1
|
||||||
- Update to 3.9.92
|
- Update to 3.9.92
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user