From fdef4cb781f22d4ba0b6e4f065c9dffeecfe193d Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 5 Dec 2017 00:10:31 -0600 Subject: cygwin-crypt 2.1 --- .gitignore | 1 + cygwin-crypt.spec | 9 ++++----- sources | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 0e7584a..eabca7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /crypt-1.3.tar.xz /crypt-1.4.tar.xz +/crypt-2.1.tar.xz 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 - 2.1-1 +- new version + * Mon Sep 12 2016 Yaakov Selkowitz - 1.4-1 - new version diff --git a/sources b/sources index 4ea4a9e..ec6d599 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -91ed2c8aba76d54df21051f0d6974a65 crypt-1.4.tar.xz +7d0ec9e0142a81e4e6d90f474e5382dc crypt-2.1.tar.xz -- cgit