Accepting request 96374 from home:vuntz:branches:GNOME:Factory

Fix typo + add comments

OBS-URL: https://build.opensuse.org/request/show/96374
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=79
This commit is contained in:
Vincent Untz 2011-12-12 15:46:25 +00:00 committed by Git OBS Bridge
parent 1482df9d22
commit e4cda16f0f
2 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Tue Dec 6 16:20:59 UTC 2011 - dimstar@opensuse.org
- Add g-ir-dep-tool.patch: Inspect .typelib files and find their
dependencies to be added to the rpm packages.
- Add libtool BuildRequires and call to autoreconf, as the the
- Add libtool BuildRequires and call to autoreconf, as the
patch above touches the build system.
- Extend gi-find-deps.sh to use the new g-ir-dep-tool and add
Requires coming from the .typelib files.
@ -22,6 +22,9 @@ Mon Dec 5 19:46:16 UTC 2011 - dimstar@opensuse.org
+ Minor bug fixes
+ Bugs fixed: bgo#660338.
- Change license to spdx identifier (LGPL-2.1+).
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
-------------------------------------------------------------------
Thu Oct 27 13:03:29 UTC 2011 - dimstar@opensuse.org

View File

@ -37,9 +37,11 @@ BuildRequires: bison
BuildRequires: fdupes
BuildRequires: flex
BuildRequires: libffi-devel
# needed for patch0
BuildRequires: libtool
BuildRequires: python-devel
BuildRequires: python-xml
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
BuildRequires: xz
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(gobject-2.0)