summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--cygwin-pkg-config.spec7
-rw-r--r--sources2
3 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c77a1a9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/pkg-config-0.29.1.tar.gz
diff --git a/cygwin-pkg-config.spec b/cygwin-pkg-config.spec
index 59582a3..745f92e 100644
--- a/cygwin-pkg-config.spec
+++ b/cygwin-pkg-config.spec
@@ -1,6 +1,6 @@
Name: cygwin-pkg-config
-Version: 0.28
-Release: 3%{?dist}
+Version: 0.29.1
+Release: 1%{?dist}
Summary: A tool for determining compilation options
License: GPLv2+
@@ -96,6 +96,9 @@ rm -rf ${RPM_BUILD_ROOT}%{_datadir}/doc/pkg-config
%changelog
+* Mon Sep 12 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 0.29.1-1
+- new version
+
* Mon Jan 20 2014 Yaakov Selkowitz <cygwin-ports-general@lists.sourceforge.net> - 0.28-3
- Install aclocal macros in the sysroots.
diff --git a/sources b/sources
index 35b7de1..c6f2969 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa3c86e67551adc3ac865160e34a2a0d pkg-config-0.28.tar.gz
+f739a28cae4e0ca291f82d1d41ef107d pkg-config-0.29.1.tar.gz