Accepting request 43606 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/gobject-introspection via accept of submit request 43606 revision 7. Request was accepted with message: thanks, I'll tweak this OBS-URL: https://build.opensuse.org/request/show/43606 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=19
This commit is contained in:
parent
bc7fc98aa6
commit
d524e06090
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dae63b4d13a03939e238acdd15834e30c621a4b368cbce15876ee1c0d245fd3
|
||||
size 544183
|
3
gobject-introspection-0.9.2.tar.bz2
Normal file
3
gobject-introspection-0.9.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0793c24d30d1d2d42e23bf9c498ec336c0fc0f048d27cb95d72236ef90ca1fce
|
||||
size 806935
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 15 16:38:46 UTC 2010 - dimstar@opensuse.org
|
||||
|
||||
- Upate to version 0.9.2:
|
||||
+ [cairo-1.0.gir] Add cairo_region_t
|
||||
+ [cairo-1.0] Add cairo_rectangle_int_t
|
||||
+ Add support for non-GObject fundamental objects
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 6 00:13:27 CEST 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.9.0:
|
||||
+
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 28 22:34:48 CEST 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.6.12:
|
||||
+ Build system cleanups
|
||||
+ Documentation updates
|
||||
+ Minor bugfixes
|
||||
- BuildRequire cairo-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 19 09:01:33 CET 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.6.9:
|
||||
+ Correctly cast to a CommonBlob when looking up embedded types
|
||||
+ g-ir-compiler: Slightly less lame error messages
|
||||
+ [everything] Add some "torture" test functions with baroque
|
||||
signatures
|
||||
+ scanner: Catch OSError too when checking for libtool
|
||||
+ scanner: Always explicitely set the scope of callbacks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 10 16:46:20 CET 2010 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gobject-introspection (Version 0.6.8)
|
||||
# spec file for package gobject-introspection (Version 0.9.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,6 +19,7 @@
|
||||
|
||||
Name: gobject-introspection
|
||||
BuildRequires: bison
|
||||
BuildRequires: cairo-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: flex
|
||||
BuildRequires: glib2-devel
|
||||
@ -28,14 +29,14 @@ BuildRequires: python-xml
|
||||
%if %suse_version <= 1110
|
||||
BuildRequires: gtk-doc
|
||||
%endif
|
||||
Version: 0.6.8
|
||||
Version: 0.9.2
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: GObject Introspection Tools
|
||||
Url: http://live.gnome.org/GObjectIntrospection
|
||||
Group: Development/Libraries/GNOME
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Requires: libgirepository-1_0-0 = %{version}
|
||||
Requires: libgirepository-1_0-1 = %{version}
|
||||
Requires: python-xml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -43,13 +44,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
The goal of the project is to describe the APIs and collect them in
|
||||
a uniform, machine readable format.
|
||||
|
||||
%package -n libgirepository-1_0-0
|
||||
%package -n libgirepository-1_0-1
|
||||
License: LGPLv2.1+
|
||||
Summary: GObject Introspection Library
|
||||
Group: Development/Libraries/GNOME
|
||||
Recommends: gir-repository
|
||||
|
||||
%description -n libgirepository-1_0-0
|
||||
%description -n libgirepository-1_0-1
|
||||
The goal of the project is to describe the APIs and collect them in
|
||||
a uniform, machine readable format.
|
||||
|
||||
@ -96,7 +97,7 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/gobject-introspection/giscanner
|
||||
%doc %{_mandir}/man?/*.*
|
||||
|
||||
%files -n libgirepository-1_0-0
|
||||
%files -n libgirepository-1_0-1
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS CONTRIBUTORS COPYING.LGPL NEWS README TODO
|
||||
%{_datadir}/gir-1.0
|
||||
@ -105,6 +106,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc %{_datadir}/gtk-doc/html/gi
|
||||
%{_includedir}/*
|
||||
%{_datadir}/aclocal/*.m4
|
||||
# We explicitly list the content of the directory that is of interest to us,
|
||||
|
Loading…
Reference in New Issue
Block a user