diff --git a/gobject-introspection-1.54.1.tar.xz b/gobject-introspection-1.54.1.tar.xz deleted file mode 100644 index 8b0251a..0000000 --- a/gobject-introspection-1.54.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b88ded5e5f064ab58a93aadecd6d58db2ec9d970648534c63807d4f9a7bb877e -size 1392504 diff --git a/gobject-introspection-1.55.2.tar.xz b/gobject-introspection-1.55.2.tar.xz new file mode 100644 index 0000000..e465235 --- /dev/null +++ b/gobject-introspection-1.55.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f058ea7853ede3ef6e62fe19917d794f0d03de7f642d430277a54946c10e31e +size 1396012 diff --git a/gobject-introspection.changes b/gobject-introspection.changes index 6a99620..719e1c5 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,8 +1,60 @@ +------------------------------------------------------------------- +Wed Feb 28 16:30:59 UTC 2018 - dimstar@opensuse.org + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- +Thu Feb 22 23:23:03 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 1.55.2: + + Changes: Add _Float128 to the base C types. + + Bugs fixed: + - Fails to parse flag-constants + (glgo#GNOME/gobject-introspection#173). + - Writer: Include documentation and symbol position in source + files (glgo#GNOME/gobject-introspection#175). + - Const qualifier dropped from c:type on (type filename) + parameters (glgo#GNOME/gobject-introspection#190). + - giscanner: don't print "suppressed N warnings" if --quiet + was specified (glgo#GNOME/gobject-introspection#188). + - gitypelib.c: increase #define MAX_NAME_LEN from 200 to 255 + (bgo#764791). + - g-ir-scanner does not recognize _Thread_local (bgo#756921). + - MY_ENUM_VALUE = only works for last member + (bgo#629667). + - os.name can be wrong in some context (bgo#761985). +- Update '+' in GPL/LGPL License tag to '-or-later' to comply with + SPDX 3.0. + ------------------------------------------------------------------- Wed Feb 21 10:27:45 UTC 2018 - schwab@suse.de - go-find-deps.sh: add riscv64 to x64bitarch. +------------------------------------------------------------------- +Tue Jan 9 21:08:40 UTC 2018 - dimstar@opensuse.org + +- Update to version 1.55.1: + + Sync up with glib 2.55.1. + +------------------------------------------------------------------- +Sat Nov 18 20:04:01 UTC 2017 - luc14n0@linuxmail.org + +- Update to version 1.55.0: + + gir: Update annotations from GLib. + + Bug fix: girepository: + Don't skip g_irepository_get_option_group() (bgo#786665). +- Update Url to the current GObject introspetion's web page: + https://wiki.gnome.org/Projects/GObjectIntrospection +- Switch libffi-devel BuildRequires with its pkgconfig version + since configure just looks for its module. +- Update glib-2.0 pkgconfig BuildRequires version to 2.55.0 + according it to configure check. +- Add gio-2.0, gio-unix-2.0 and gmodule-2.0 pkgconfig + BuildRequires: note that they were alredy being pulled with + pkgconfig(glib-2.0) BuildRequires and used, since they live in + the same devel package. + ------------------------------------------------------------------- Thu Nov 2 09:23:23 UTC 2017 - mpluskal@suse.com diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 8c60a7a..25186d2 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -17,15 +17,14 @@ Name: gobject-introspection -Version: 1.54.1 +Version: 1.55.2 Release: 0 # FIXME: Find a way to identify if we need python3-gobject or python-gobject from gi-find-deps.sh. -# 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+ +License: LGPL-2.1-or-later AND GPL-2.0-or-later Group: Development/Libraries/GNOME -Url: https://live.gnome.org/GObjectIntrospection -Source0: https://download.gnome.org/sources/gobject-introspection/1.54/%{name}-%{version}.tar.xz +URL: https://wiki.gnome.org/Projects/GObjectIntrospection +Source0: http://download.gnome.org/sources/gobject-introspection/1.55/%{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 @@ -36,15 +35,18 @@ BuildRequires: bison BuildRequires: fdupes BuildRequires: flex BuildRequires: gtk-doc -BuildRequires: libffi-devel BuildRequires: pkgconfig BuildRequires: python3-Mako BuildRequires: python3-devel BuildRequires: python3-xml BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(cairo-gobject) -BuildRequires: pkgconfig(glib-2.0) >= 2.54.0 +BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(gio-unix-2.0) +BuildRequires: pkgconfig(glib-2.0) >= 2.55.2 +BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(libffi) >= 3.0.0 # gi-find-deps makes use of 'file' to identify the types. Requires: file Requires: libgirepository-1_0-1 = %{version} @@ -58,7 +60,7 @@ a uniform, machine readable format. %package -n libgirepository-1_0-1 Summary: GObject Introspection Library -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Libraries Requires: girepository-1_0 >= %{version} @@ -68,7 +70,7 @@ a uniform, machine readable format. %package -n girepository-1_0 Summary: Base GObject Introspection Bindings -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Libraries Requires: libgirepository-1_0-1 >= %{version} # Provide typelib() symbols based on gobject-introspection-typelib.template @@ -82,7 +84,7 @@ a uniform, machine readable format. %package devel Summary: GObject Introspection Development Files # Note: the devel package requires the binaries, not just the library -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/GNOME Requires: %{name} = %{version} Requires: libffi-devel @@ -119,7 +121,8 @@ make %{?_smp_mflags} check %postun -n libgirepository-1_0-1 -p /sbin/ldconfig %files -%doc AUTHORS CONTRIBUTORS COPYING COPYING.GPL NEWS README TODO +%license COPYING COPYING.GPL +%doc AUTHORS CONTRIBUTORS NEWS README TODO %{_bindir}/g-ir-annotation-tool %{_bindir}/g-ir-compiler %{_bindir}/g-ir-doc-tool @@ -147,7 +150,7 @@ make %{?_smp_mflags} check %{_rpmconfigdir}/fileattrs/gobjectintrospection.attr %files -n libgirepository-1_0-1 -%doc COPYING.LGPL +%license COPYING.LGPL # We own this directory here instead of devel to make sure other packages do # not have to own it %dir %{_datadir}/gir-1.0 @@ -161,7 +164,6 @@ make %{?_smp_mflags} check %doc %{_datadir}/gtk-doc/html/gi/ %{_includedir}/gobject-introspection-1.0/ %{_libdir}/libgirepository-1.0.so -# FIXME: those two files should be moved to the main package when bgo#629930 gets fixed %{_libdir}/pkgconfig/gobject-introspection-1.0.pc %{_libdir}/pkgconfig/gobject-introspection-no-export-1.0.pc