rpms/pkgconfig/devel pkg-config-0.19-free.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 pkgconfig.spec, 1.23, 1.24 sources, 1.8, 1.9

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Sep 29 18:46:45 UTC 2005


Author: mclasen

Update of /cvs/dist/rpms/pkgconfig/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13274

Modified Files:
	.cvsignore pkgconfig.spec sources 
Added Files:
	pkg-config-0.19-free.patch 
Log Message:
0.19


pkg-config-0.19-free.patch:
 pkg.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE pkg-config-0.19-free.patch ---
--- pkg-config-0.18.1/pkg.c.free	2005-08-09 16:21:57.964630000 -0400
+++ pkg-config-0.18.1/pkg.c	2005-08-09 16:22:07.295289000 -0400
@@ -1241,7 +1241,8 @@
     }
 
   /* chop last space */
-  str->str[str->len - 1] = '\0';
+  if (str->len)
+     str->str[str->len - 1] = '\0';
   retval = str->str;
   g_string_free (str, FALSE);
 


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/pkgconfig/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	7 Jul 2005 19:59:37 -0000	1.8
+++ .cvsignore	29 Sep 2005 18:46:42 -0000	1.9
@@ -1,2 +1,3 @@
 pkgconfig-0.15.0.tar.gz
 pkg-config-0.18.1.tar.gz
+pkg-config-0.19.tar.gz


Index: pkgconfig.spec
===================================================================
RCS file: /cvs/dist/rpms/pkgconfig/devel/pkgconfig.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- pkgconfig.spec	9 Aug 2005 20:28:35 -0000	1.23
+++ pkgconfig.spec	29 Sep 2005 18:46:42 -0000	1.24
@@ -1,7 +1,7 @@
 Summary: A tool for determining compilation options.
 Name: pkgconfig
-Version: 0.18.1
-Release: 4
+Version: 0.19
+Release: 1
 Epoch: 1
 License: GPL
 Group: Development/Tools
@@ -9,7 +9,7 @@
 # https://bugs.freedesktop.org/show_bug.cgi?id=2661 
 Patch4:  pkgconfig-0.15.0-overflow.patch
 Patch5:  pkgconfig-0.15.0-reqprov.patch
-Patch6:  pkg-config-0.18.1-free.patch
+Patch6:  pkg-config-0.19-free.patch
 BuildRoot: %{_tmppath}/%{name}-root
 
 %description
@@ -44,9 +44,14 @@
 %{_mandir}/*/*
 %{_bindir}/*
 %{_libdir}/pkgconfig
+%{_datadir}/pkgconfig
 %{_datadir}/aclocal/*
 
 %changelog
+* Thu Sep 29 2005 Matthias Clasen <mclasen at redhat.com> 1:0.19-1
+- Update to 0.19
+- Take ownership of /usr/share/pkgconfig (#169335)
+
 * Tue Aug  9 2005 Matthias Clasen <mclasen at redhat.com> 1:0.18.1-4
 - Fix a segfault which curiously hits only bigendian platforms
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/pkgconfig/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	7 Jul 2005 19:59:37 -0000	1.8
+++ sources	29 Sep 2005 18:46:42 -0000	1.9
@@ -1 +1 @@
-311e86f828e1da62163c927dbe27c0c3  pkg-config-0.18.1.tar.gz
+25f106d2cc82a0013f5bdc89875d5790  pkg-config-0.19.tar.gz




More information about the fedora-cvs-commits mailing list