[packages/pkgconfig] - updated to 0.29 - removed obsolete strip-loop patch

qboosh qboosh at pld-linux.org
Wed Oct 21 19:38:21 CEST 2015


commit 1518cd4e051584895d09ff9754820314b4bd3ca1
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Oct 21 19:39:29 2015 +0200

    - updated to 0.29
    - removed obsolete strip-loop patch

 pkgconfig-strip-loop.patch | 24 ------------------------
 pkgconfig.spec             |  8 +++-----
 2 files changed, 3 insertions(+), 29 deletions(-)
---
diff --git a/pkgconfig.spec b/pkgconfig.spec
index 595b106..1e3d16e 100644
--- a/pkgconfig.spec
+++ b/pkgconfig.spec
@@ -4,14 +4,13 @@ Summary(pt_BR.UTF-8):	Ferramenta para determinar opções de compilação
 Summary(ru.UTF-8):	Инструмент для определения опций компиляции
 Summary(uk.UTF-8):	Інструмент для визначення опцій компіляції
 Name:		pkgconfig
-Version:	0.28
-Release:	3
+Version:	0.29
+Release:	1
 Epoch:		1
 License:	GPL v2+
 Group:		Development/Tools
 Source0:	http://pkgconfig.freedesktop.org/releases/pkg-config-%{version}.tar.gz
-# Source0-md5:	aa3c86e67551adc3ac865160e34a2a0d
-Patch0:		%{name}-strip-loop.patch
+# Source0-md5:	77f27dce7ef88d0634d0d6f90e03a77f
 URL:		http://pkgconfig.freedesktop.org/wiki/
 BuildRequires:	autoconf >= 2.62
 BuildRequires:	automake >= 1:1.11
@@ -50,7 +49,6 @@ потрібні флаги компілятора та лінкера.
 
 %prep
 %setup -q -n pkg-config-%{version}
-%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/pkgconfig-strip-loop.patch b/pkgconfig-strip-loop.patch
deleted file mode 100644
index c0d947e..0000000
--- a/pkgconfig-strip-loop.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From ce1a2416ce0f0bd9a8a8a5caaf7dad20cda4d47d Mon Sep 17 00:00:00 2001
-From: Andrew Oakley <aoakley at espial.com>
-Date: Tue, 29 Apr 2014 13:14:35 +0100
-Subject: Strip system library directories reliably
-
-This loop was changed from a while loop to a for loop in commit
-9bf6277b, but the iterator is now advanced twice each time round the
-loop.
-
-diff --git a/pkg.c b/pkg.c
-index 3697fec..c847c95 100644
---- a/pkg.c
-+++ b/pkg.c
-@@ -917,7 +917,6 @@ verify_package (Package *pkg)
-             }
-           system_dir_iter = system_dir_iter->next;
-         }
--      iter = iter->next;
-     }
-   g_list_free (system_directories);
- 
--- 
-cgit v0.10.2
-
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pkgconfig.git/commitdiff/1518cd4e051584895d09ff9754820314b4bd3ca1



More information about the pld-cvs-commit mailing list