Accepting request 132723 from GNOME:Next
Starting to push GNOME:Next... OBS-URL: https://build.opensuse.org/request/show/132723 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=101
This commit is contained in:
parent
c1008b54bd
commit
9c6608aa03
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44f3fb933f76e4728818cc360cb5f9e2edcbdf9bc8a8f9aded99b3e3ef5cb858
|
||||
size 1120996
|
3
gobject-introspection-1.33.10.tar.xz
Normal file
3
gobject-introspection-1.33.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b000d5a6edeeff11040e07a733b31725feffdc9ff73a10862ede911c868ffdd7
|
||||
size 1087448
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 16:49:08 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.33.10:
|
||||
+ Many bugfixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 20 17:17:45 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.33.9:
|
||||
+ Many bugfixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 17 20:42:12 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.33.4:
|
||||
+ Update glib annotations
|
||||
+ Scanner fixes
|
||||
+ Don't use an O(N) lookup when we already have a hashmap
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 26 17:03:41 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.33.3:
|
||||
+ scanner: fix pairing of error quarks with registered enums.
|
||||
+ Update glib annotations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 7 19:06:44 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.33.2:
|
||||
+ Add regression tests for GHashTable holding GValue.
|
||||
+ update-glib-annotations: Set required environment variables
|
||||
+ scanner: allow for functions that look like constructors but
|
||||
aren't
|
||||
+ Add comment documenting we're ignoring C++ style comments.
|
||||
+ Improve tests.
|
||||
- Add pkgconfig(cairo-gobject) BuildRequires: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 6 15:17:10 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: gobject-introspection
|
||||
Version: 1.32.1
|
||||
Version: 1.33.10
|
||||
Release: 0
|
||||
# FIXME: when bgo#629930 gets fixed, move the appropriate pkg-config files to the main package and rename the devel package to libgirepository-devel
|
||||
Summary: GObject Introspection Tools
|
||||
License: LGPL-2.1+ and GPL-2.0+
|
||||
Group: Development/Libraries/GNOME
|
||||
Url: http://live.gnome.org/GObjectIntrospection
|
||||
Source0: http://download.gnome.org/sources/gobject-introspection/1.32/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/gobject-introspection/1.33/%{name}-%{version}.tar.xz
|
||||
# gi-find-deps.sh is a rpm helper for Provides and Requires. Script creates typelib()-style Provides/Requires.
|
||||
Source1: gi-find-deps.sh
|
||||
Source2: gobjectintrospection.attr
|
||||
@ -41,6 +41,7 @@ BuildRequires: libtool
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-xml
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(cairo-gobject)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
BuildRequires: gnome-common
|
||||
|
Loading…
Reference in New Issue
Block a user