[mingw-pkg-config] Update to 0.27

Kalev Lember kalev at fedoraproject.org
Sun Sep 16 13:51:13 UTC 2012


commit 427d0e0127790e49b3207e907cdfd331fffe43ce
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Sep 16 15:48:15 2012 +0200

    Update to 0.27
    
    - Drop deps on popt, 0.27 no longer uses it

 .gitignore            |    1 +
 mingw-pkg-config.spec |   11 ++++++-----
 sources               |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9325b84..df83e3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /pkg-config-0.26.tar.gz
+/pkg-config-0.27.tar.gz
diff --git a/mingw-pkg-config.spec b/mingw-pkg-config.spec
index 3d02ccf..5f47771 100644
--- a/mingw-pkg-config.spec
+++ b/mingw-pkg-config.spec
@@ -1,6 +1,6 @@
 Name:           mingw-pkg-config
-Version:        0.26
-Release:        5%{?dist}
+Version:        0.27
+Release:        1%{?dist}
 Summary:        A tool for determining compilation options
 
 License:        GPLv2+
@@ -9,7 +9,6 @@ URL:            http://pkgconfig.freedesktop.org
 Source0:        http://www.freedesktop.org/software/pkgconfig/releases/pkg-config-%{version}.tar.gz
 
 BuildRequires:  glib2-devel
-BuildRequires:  popt-devel
 BuildRequires:  mingw32-filesystem >= 95
 BuildRequires:  mingw64-filesystem >= 95
 
@@ -53,7 +52,6 @@ pushd build_win32
     %configure \
         --disable-shared \
         --program-prefix=%{mingw32_target}- \
-        --with-installed-popt \
         --with-pc-path=%{mingw32_libdir}/pkgconfig:%{mingw32_datadir}/pkgconfig
 
     make %{?_smp_mflags}
@@ -64,7 +62,6 @@ pushd build_win64
     %configure \
         --disable-shared \
         --program-prefix=%{mingw64_target}- \
-        --with-installed-popt \
         --with-pc-path=%{mingw64_libdir}/pkgconfig:%{mingw64_datadir}/pkgconfig
 
     make %{?_smp_mflags}
@@ -92,6 +89,10 @@ rm -rf ${RPM_BUILD_ROOT}%{_datadir}/doc/pkg-config
 
 
 %changelog
+* Sun Sep 16 2012 Kalev Lember <kalevlember at gmail.com> - 0.27-1
+- Update to 0.27
+- Drop deps on popt, 0.27 no longer uses it
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.26-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 765d2a7..65ca690 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-47525c26a9ba7ba14bf85e01509a7234  pkg-config-0.26.tar.gz
+3a4c9feab14b6719afd8904945d9b4e4  pkg-config-0.27.tar.gz


More information about the scm-commits mailing list