packages: gobject-introspection/gobject-introspection.spec, gobject-introsp...
arekm
arekm at pld-linux.org
Thu Jul 8 15:42:18 CEST 2010
Author: arekm Date: Thu Jul 8 13:42:18 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- build fix (thanks jajcus) aka we have no idea what author (of %{name}) had in mind
---- Files affected:
packages/gobject-introspection:
gobject-introspection.spec (1.24 -> 1.25) , gobject-introspection-build.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/gobject-introspection/gobject-introspection.spec
diff -u packages/gobject-introspection/gobject-introspection.spec:1.24 packages/gobject-introspection/gobject-introspection.spec:1.25
--- packages/gobject-introspection/gobject-introspection.spec:1.24 Thu Jul 8 15:27:01 2010
+++ packages/gobject-introspection/gobject-introspection.spec Thu Jul 8 15:42:12 2010
@@ -11,6 +11,7 @@
Source0: http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/0.9/%{name}-%{version}.tar.bz2
# Source0-md5: 11aac73dc37348bf3dd11a4f400500ad
Patch0: %{name}-libtool.patch
+Patch1: %{name}-build.patch
URL: http://live.gnome.org/GObjectIntrospection
BuildRequires: autoconf >= 2.59
BuildRequires: automake >= 1:1.8
@@ -66,6 +67,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
%{__libtoolize}
@@ -146,6 +148,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.25 2010/07/08 13:42:12 arekm
+- build fix (thanks jajcus) aka we have no idea what author (of %{name}) had in mind
+
Revision 1.24 2010/07/08 13:27:01 arekm
- up to 0.9.0
================================================================
Index: packages/gobject-introspection/gobject-introspection-build.patch
diff -u /dev/null packages/gobject-introspection/gobject-introspection-build.patch:1.1
--- /dev/null Thu Jul 8 15:42:18 2010
+++ packages/gobject-introspection/gobject-introspection-build.patch Thu Jul 8 15:42:12 2010
@@ -0,0 +1,22 @@
+--- gobject-introspection-0.9.0/giscanner/xmlwriter.py~ 2009-09-17 10:53:45.000000000 +0200
++++ gobject-introspection-0.9.0/giscanner/xmlwriter.py 2010-07-08 15:36:27.702842362 +0200
+@@ -67,7 +67,7 @@
+ return attr_value
+
+
+-with LibtoolImporter:
++with LibtoolImporter("what", "author"):
+ from giscanner._giscanner import collect_attributes
+
+
+--- gobject-introspection-0.9.0/giscanner/sourcescanner.py~ 2010-06-29 15:35:09.000000000 +0200
++++ gobject-introspection-0.9.0/giscanner/sourcescanner.py 2010-07-08 15:40:05.096144193 +0200
+@@ -196,7 +196,7 @@
+ class SourceScanner(object):
+
+ def __init__(self):
+- with LibtoolImporter:
++ with LibtoolImporter("had", "in mind?"):
+ from giscanner._giscanner import SourceScanner
+ self._scanner = SourceScanner()
+ self._filenames = []
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gobject-introspection/gobject-introspection.spec?r1=1.24&r2=1.25&f=u
More information about the pld-cvs-commit
mailing list