diff --git a/gobject-introspection.changes b/gobject-introspection.changes index f8aaedd..fd662d8 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,10 +1,12 @@ ------------------------------------------------------------------- Tue May 17 09:06:56 UTC 2011 - dimstar@opensuse.org -- Add gobject-introspection.attr: install rpm reqprov plugin - handler. -- Move the rpm helpers (gi-find-deps.sh and gobject.attr) to the - main package. +- Add gobjectintrospection.attr: install rpm reqprov plugin + handler, benefitting from the new rpm 4.9 infrastructure. +- Move the rpm helpers to the main package: this is really what is + used to build with gobject-introspection, while the devel + subpackage is mostly needed if building against + libgirepository-1.0. ------------------------------------------------------------------- Wed Apr 27 09:16:02 UTC 2011 - dimstar@opensuse.org diff --git a/gobject-introspection.spec b/gobject-introspection.spec index b04aa58..931541d 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -28,7 +28,7 @@ Group: Development/Libraries/GNOME Source0: %{name}-%{version}.tar.bz2 # gi-find-deps.sh is a rpm helper for Provides and Requires. Script creates typelib()-style Provides/Requires. Source1: gi-find-deps.sh -Source2: gobject-introspection.attr +Source2: gobjectintrospection.attr Source99: %{name}-rpmlintrc BuildRequires: bison BuildRequires: fdupes diff --git a/gobject-introspection.attr b/gobjectintrospection.attr similarity index 100% rename from gobject-introspection.attr rename to gobjectintrospection.attr