OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Oct-2005 15:25:01
Branch: HEAD Handle: 2005102414250100
Modified files:
openpkg-src/pkgconfig pkgconfig.patch pkgconfig.spec
Log:
upgrading package: pkgconfig 0.19 -> 0.20
Summary:
Revision Changes Path
1.3 +9 -9 openpkg-src/pkgconfig/pkgconfig.patch
1.33 +2 -2 openpkg-src/pkgconfig/pkgconfig.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pkgconfig/pkgconfig.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 pkgconfig.patch
--- openpkg-src/pkgconfig/pkgconfig.patch 20 Apr 2005 17:02:39 -0000
1.2
+++ openpkg-src/pkgconfig/pkgconfig.patch 24 Oct 2005 13:25:01 -0000
1.3
@@ -22,9 +22,9 @@
}
#endif
}
-diff -Nau main.c.orig main.c
---- main.c.orig 2005-04-12 13:08:13 +0200
-+++ main.c 2005-04-20 18:04:10 +0200
+Index: main.c
+--- main.c.orig 2005-10-16 20:04:50 +0200
++++ main.c 2005-10-24 15:13:44 +0200
@@ -182,7 +182,8 @@
int want_I_cflags = 0;
int want_other_cflags = 0;
@@ -32,10 +32,10 @@
- int want_static_lib_list = ENABLE_INDIRECT_DEPS;
+ int want_static_lib_list = 0;
+ int want_shared_lib_list = 0;
+ int want_short_errors = 0;
int result;
int want_uninstalled = 0;
- char *variable_name = NULL;
-@@ -217,7 +218,9 @@
+@@ -218,7 +219,9 @@
{ "libs", 0, POPT_ARG_NONE, &want_libs, 0,
"output all linker flags" },
{ "static", 0, POPT_ARG_NONE, &want_static_lib_list, 0,
@@ -43,10 +43,10 @@
+ "output explicit linker flags for static linking" },
+ { "shared", 0, POPT_ARG_NONE, &want_shared_lib_list, 0,
+ "output implicit linker flags for dynamic linking" },
+ { "short-errors", 0, POPT_ARG_NONE, &want_short_errors, 0,
+ "print short errors" },
{ "libs-only-l", 0, POPT_ARG_NONE, &want_l_libs, 0,
- "output -l flags" },
- { "libs-only-other", 0, POPT_ARG_NONE, &want_other_libs, 0,
-@@ -592,6 +595,17 @@
+@@ -621,6 +624,17 @@
need_newline = TRUE;
}
@@ -63,4 +63,4 @@
+
if (want_l_libs)
{
- char *str = packages_get_l_libs (packages, want_static_lib_list);
+ char *str = packages_get_l_libs (packages);
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/pkgconfig/pkgconfig.spec
============================================================================
$ cvs diff -u -r1.32 -r1.33 pkgconfig.spec
--- openpkg-src/pkgconfig/pkgconfig.spec 29 Aug 2005 06:18:18 -0000
1.32
+++ openpkg-src/pkgconfig/pkgconfig.spec 24 Oct 2005 13:25:01 -0000
1.33
@@ -32,8 +32,8 @@
Class: BASE
Group: Converter
License: GPL
-Version: 0.19
-Release: 20050829
+Version: 0.20
+Release: 20051024
# list of sources
Source0:
http://pkgconfig.freedesktop.org/releases/pkg-config-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]