Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
pkg-config
pkg-config.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pkg-config.changes of Package pkg-config
------------------------------------------------------------------- Sat Sep 18 15:15:02 CEST 2010 - vuntz@opensuse.org - Update pkg-config-dnl.patch with the fix from git. ------------------------------------------------------------------- Sat Sep 18 08:45:02 UTC 2010 - coolo@novell.com - Readd pkg-config-dnl.patch, see http://lists.gnu.org/archive/html/autoconf/2010-07/msg00035.html ------------------------------------------------------------------- Sat Aug 14 11:04:46 CEST 2010 - ro@suse.de - drop pkg-config-dnl.patch, already in 0.25 ------------------------------------------------------------------- Thu Aug 12 13:09:40 CEST 2010 - vuntz@opensuse.org - Update to version 0.25: + 0.24 included a too strict whitespace/shell metacharacter filter leading to some legal characters like = and : being escaped in the output. This has been fixed. + When building with newer and external libpopt, it would be confused over being asked to split an empty string, leading to errors with packages that included empty fields in their .pc files. + Make the COPYING file explicitly GPLv2. The COPYING file in 0.24 was inadvertently GPLv3 rather than the correct GPLv2. + Minor changes to documentation - Changes from version 0.24: + Fix up bug in PKG_CONFIG_SYSROOT handling which mangled non-I and non-L arguments + Put /usr/lib/pkgconfig and /usr/share/pkgconfig into the default search path when no prefix is passed to configure. + Portability fixes for Windows and NetBSD + Various man page updates + Add logging support to log how pkg-config is being called. + Skip Requires.private unless we need them for Cflags + Add a variable, pc_path to the compiled-in pkg-config package that you can query for the compiled-in PKG_CONFIG_PC_PATH. + Various updates to pkg.m4. + Update rpmvercmp with bugfixes from upstream. + Add introductory guide to pkg-config. + Add listing of variables in a package + Make it possible to use external popt. + Add --print-provides and --print-requires(-private) options + Add support for paths containing whitespace and shell metacharacters - Drop pkg-config-reqprov.patch: fixed upstream. Note that upstream has a slightly different behavior: where we had --print-requires, upstream chose to split the command in --print-requires and --print-requires-private. This means we need a rpm package that provides a /usr/lib/rpm/pkgconfigdeps.sh fixed for this. - Add pkg-config-dnl.patch to fix issues with autoconf 2.66, taken from Fedora. ------------------------------------------------------------------- Thu Jul 22 11:49:11 CEST 2010 - vuntz@opensuse.org - Provide pkgconfig(pkg-config) since pkg-config has a virtual internal pkg-config.pc file. - Use %makeinstall macro. - Remove code for old versions of openSUSE (<= 9.3) - Remove AutoReqProv: it's default now. - Remove calls to %suse_update_config and autoconf, and do not set CFLAGS. ------------------------------------------------------------------- Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de - use %_smp_mflags ------------------------------------------------------------------- Mon Apr 12 11:30:15 CEST 2010 - mls@suse.de - Add pkg-config-reqprov.patch to support automatic pkgconfig dependency creation, upstream fdo#2458. ------------------------------------------------------------------- Thu Jan 31 16:13:49 CET 2008 - rodrigo@suse.de - Update to version 0.23: * Add support for setting sysroot through PKG_CONFIG_SYSROOT_DIR in the environment * Update included glib to 1.2.10 * Other minor fixes, including a segfault ------------------------------------------------------------------- Thu Feb 8 12:16:12 CET 2007 - sbrabec@suse.cz - Updated to version 0.21: * Cosmetic fixes of from pkg.m4. * Documentation fixes. * Always add the Cflags from dependent packages. * Added internal pkg-config package. - Fixed Obsoletes (#243508). - Use --with-pc_path instead of environment variables. ------------------------------------------------------------------- Mon Jan 29 16:19:39 CET 2007 - sbrabec@suse.cz - Removed references to /opt/gnome. - Simplified PKG_CONFIG_PATH (#235310). - Added support for /usr/local/lib64. ------------------------------------------------------------------- Wed Jan 17 15:28:28 CET 2007 - sbrabec@suse.cz - Use macros after its definition (#235134). ------------------------------------------------------------------- Tue Dec 19 17:56:43 CET 2006 - sbrabec@suse.cz - Disabled indirect deps. ------------------------------------------------------------------- Fri Sep 1 15:34:38 CEST 2006 - sbrabec@suse.cz - Package renamed to pkg-config. - Spec file cleanup. ------------------------------------------------------------------- Wed Jan 25 21:32:37 CET 2006 - mls@suse.de - converted neededforbuild to BuildRequires ------------------------------------------------------------------- Wed Jan 18 17:33:11 CET 2006 - sbrabec@suse.cz - Updated to version 0.20. ------------------------------------------------------------------- Mon Aug 1 22:09:10 CEST 2005 - gekker@suse.de - Add gnome and kde paths to /etc/profile.d/pkgconfig.*sh ------------------------------------------------------------------- Thu Jul 28 22:36:17 CEST 2005 - jpr@suse.de - update to version 0.19 ------------------------------------------------------------------- Thu Jul 21 21:10:27 CEST 2005 - gekker@suse.de - Update to version 0.18.1 ------------------------------------------------------------------- Wed Jun 8 15:00:33 CEST 2005 - sbrabec@suse.cz - Added /usr/share/pkgconfig to filelist for released products. ------------------------------------------------------------------- Tue May 24 16:29:34 CEST 2005 - sbrabec@suse.cz - Fixed buffer overflow in popthelp.c (#85433). ------------------------------------------------------------------- Wed May 18 18:24:56 CEST 2005 - sbrabec@suse.cz - Enabled indirect dependencies. ------------------------------------------------------------------- Tue May 17 15:35:27 CEST 2005 - sbrabec@suse.cz - Updated to version 0.17.2. - Platform independent package support in PKG_CONFIG_PATH (#83201). ------------------------------------------------------------------- Sat Dec 11 19:17:03 CET 2004 - schwab@suse.de - Fix buffer underflow. ------------------------------------------------------------------- Mon Aug 9 17:51:21 CEST 2004 - ro@suse.de - fixed profile.d snippets ------------------------------------------------------------------- Wed Apr 21 01:11:50 CEST 2004 - ro@suse.de - added missing function declaration to pkg.h ------------------------------------------------------------------- Mon Mar 22 15:07:06 CET 2004 - sbrabec@suse.cz - Added /usr/local to PKG_CONFIG_PATH to simplify self compilation. ------------------------------------------------------------------- Fri Jan 16 17:26:15 CET 2004 - pth@suse.de - Quote PKG_CHECK_MODULES. ------------------------------------------------------------------- Sat Jan 10 20:38:42 CET 2004 - adrian@suse.de - add %defattr ------------------------------------------------------------------- Wed Jan 29 08:46:51 CET 2003 - hhetter@suse.de - pkgconfig tool updated to version 0.15.0, from changes: * add PKG_CONFIG_LIBDIR for cross-compiling * add --libs-only-other/--cflags-only-other * apply man page fixes * C portability fix * fix to win32 build ------------------------------------------------------------------- Thu Oct 24 16:03:02 CEST 2002 - sbrabec@suse.cz - Update to version 0.14.0. ------------------------------------------------------------------- Mon Apr 15 13:41:18 CEST 2002 - hhetter@suse.de - updated to version 0.12.0 as of GNOME desktop beta3 ------------------------------------------------------------------- Thu Feb 7 12:01:51 CET 2002 - hhetter@suse.de - updated to version 0.10.0 ------------------------------------------------------------------- Wed Feb 6 15:06:12 CET 2002 - coolo@suse.de - use DESTDIR correctly ------------------------------------------------------------------- Fri Feb 1 16:14:01 CET 2002 - coolo@suse.de - use the %suse_ macros to update for config.* and libtool, use %_libdir ------------------------------------------------------------------- Thu Sep 27 16:29:42 CEST 2001 - hhetter@suse.de - updated to version 0.8.0 * documentation, man-page updates * portability fixes ------------------------------------------------------------------- Wed Jul 4 21:54:51 MEST 2001 - egger@suse.de - Initial SuSE build.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor