diff options
Diffstat (limited to 'cygwin-crypt.spec')
-rw-r--r-- | cygwin-crypt.spec | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/cygwin-crypt.spec b/cygwin-crypt.spec index 048a414..1024c92 100644 --- a/cygwin-crypt.spec +++ b/cygwin-crypt.spec @@ -1,7 +1,7 @@ %{?cygwin_package_header} Name: cygwin-crypt -Version: 1.4 +Version: 2.1 Release: 1%{?dist} Summary: Cygwin crypt library @@ -28,8 +28,6 @@ crypt(3) library for Cygwin toolchains. %package -n cygwin32-crypt Summary: Cygwin32 crypt library. Group: Development/Libraries -Provides: %{name} = %{version}-%{release} -Obsoletes: %{name} < %{version}-%{release} %description -n cygwin32-crypt crypt(3) library for Cygwin i686 cross-compiler toolchain. @@ -38,8 +36,6 @@ crypt(3) library for Cygwin i686 cross-compiler toolchain. Summary: Static version of the Cygwin32 crypt library. Group: Development/Libraries Requires: cygwin32-crypt = %{version}-%{release} -Provides: %{name}-static = %{version}-%{release} -Obsoletes: %{name}-static < %{version}-%{release} %description -n cygwin32-crypt-static Static version of the Cygwin i686 crypt(3) library. @@ -123,6 +119,9 @@ rm -f $RPM_BUILD_ROOT%{cygwin64_bindir}/*.exe %changelog +* Tue Dec 05 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 2.1-1 +- new version + * Mon Sep 12 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 1.4-1 - new version |