summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--cygwin-pcre.spec7
-rw-r--r--sources2
3 files changed, 6 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 8b58b64..268335a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/pcre-8.38.tar.bz2
/pcre-8.39.tar.bz2
+/pcre-8.40.tar.bz2
diff --git a/cygwin-pcre.spec b/cygwin-pcre.spec
index 199db2a..517c7d6 100644
--- a/cygwin-pcre.spec
+++ b/cygwin-pcre.spec
@@ -1,7 +1,7 @@
%{?cygwin_package_header}
Name: cygwin-pcre
-Version: 8.39
+Version: 8.40
Release: 1%{?dist}
Summary: Cygwin pcre library
@@ -37,8 +37,6 @@ Cross compiled PCRE library for use with Cygwin toolchains.
%package -n cygwin32-pcre
Summary: PCRE library for Cygwin32 toolchain
Group: Development/Libraries
-Provides: %{name} = %{version}-%{release}
-Obsoletes: %{name} < %{version}-%{release}
%description -n cygwin32-pcre
Cross compiled PCRE library for use with Cygwin i686 toolchain.
@@ -136,6 +134,9 @@ rm -rf $RPM_BUILD_ROOT%{cygwin64_mandir}
%changelog
+* Tue Dec 05 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 8.40-1
+- new version
+
* Mon Sep 12 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 8.39-1
- new version
- enable JIT
diff --git a/sources b/sources
index 27fdb05..b471d27 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e3fca7650a0556a2647821679d81f585 pcre-8.39.tar.bz2
+41a842bf7dcecd6634219336e2167d1d pcre-8.40.tar.bz2