Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

girepository-1_0-1.76.1-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: girepository-1_0 Distribution: openSUSE:Factory:zSystems
Version: 1.76.1 Vendor: openSUSE
Release: 1.1 Build date: Sun Mar 26 20:22:07 2023
Group: System/Libraries Build host: s390zl28
Size: 750448 Source RPM: gobject-introspection-1.76.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://wiki.gnome.org/Projects/GObjectIntrospection
Summary: Base GObject Introspection Bindings
The goal of the project is to describe the APIs and collect them in
a uniform, machine readable format.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Wed Mar 22 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.76.1:
    + Handle null default values.
    + Documentation fixes.
* Wed Mar 15 2023 Dominique Leuenberger <dimstar@opensuse.org>
  - Update path regex used in gobjectintrospection.attr: the old one
    was not sufficiently escaped, which resulted in many more files
    being scanned than needed.
* Tue Mar 14 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.76.0:
    + Update the GIR data for GLib.
    + Documentation fixes.
* Mon Feb 27 2023 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.75.6:
    + Documentation fixes.
    + Fix build when using GLib as a subproject.
    + Update the GIR data for GLib.
* Fri Feb 17 2023 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.75.4:
    + Brown-paper bag release to fix the GLib dependency.
  - Changes from version 1.75.2:
    + Split 'disguised' attribute into two separate attributes.
    + Add copy/free function annotations for plain-old data types.
    + Include the default value of GObject properties in the GIR
      data.
    + Drop wrap files for recursive dependencies.
    + Add more marshalling tests.
    + Update the GIR data for GLib, GObject, GModule, and GIO.
* Thu Sep 22 2022 Stephan Kulow <coolo@suse.com>
  - Switch to pcre2grep (pcre is dead upstream)
* Sun Sep 18 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.74.0:
    + Update the GIR data for GLib, GObject, GModule, and GIO.
* Sat Sep 03 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.73.1:
    + Update the GIR data for GLib, GObject, GModule, and GIO
    + Disable rpath on Windows
    + Add llvm/mingw support on Windows
    + Fix annotations in libgirepository
    + Support C99 designated initializers when parsing C declarations
    + Add some more types to win32 GIR
    + Let doctool prepend emitting objects in GJS signals
    + Require a C99 toolchain like GLib
* Thu Sep 01 2022 Dominique Leuenberger <dimstar@opensuse.org>
  - gi-find-deps.sh: extend js script parser to detect imports in the
    form import 'gi://GeocodeGlib?version=2.0'.
* Thu Jul 21 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.73.0:
    + Update the GIR data for GLib, GObject, GModule, and GIO.
    + scanner:
    - Support pre-processor macros with zero arguments.
    - Support ISO C varargs in macros.
    + Fix subproject build.
* Fri Mar 18 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.72.0:
    + Add new utility API to libgirepository for bindings
      implementing an argument cache.
    + Update the GIR data for GLib, GObject, GModule, and GIO.
* Mon Feb 14 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.71.0:
    + Create new API for libffi closures
    + Treat @-prefixed shlib paths as absolute on macOS
    + Add new `forever` scope
    + Build fixes with newer Meson
    + Improve regression test suite
    + Avoid a segfault when using an invalid GType
    + Build fixes on Windows when using g-i as a subproject
    + Warn about property name collisions
    + Add "strict" warnings to g-ir-scanner
    + Add the "emitter" annotation for signal emitters
    + Add a command line option to g-ir-scanner to specify the
      compiler
    + Add new convenience API to libgirepository
    + Build fixes on Windows when using MSVC
    + Documentation fixes
    + Update the GIR data for GLib, GObject, and GIO
  - Drop patches fixed upstream:
    + 7c1178069f1c58a05ec56a94ca6ba124215a947b.patch
    + effb1e09dee263cdac4ec593e8caf316e6f01fe2.patch
    + 827494d6415b696a98fa195cbd883b50cc893bfc.patch
* Thu Feb 10 2022 Dirk Müller <dmueller@suse.com>
  - use bash for bash scripts (bsc#1195391)
* Tue Feb 01 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Add upstream patches to fix build with meson 0.61.0 and newer:
    + 7c1178069f1c58a05ec56a94ca6ba124215a947b.patch
    + effb1e09dee263cdac4ec593e8caf316e6f01fe2.patch
    + 827494d6415b696a98fa195cbd883b50cc893bfc.patch
* Sat Nov 06 2021 Bjørn Lie <bjorn.lie@gmail.com>
  - Add explicit libgirepository-1_0-1 Requires to devel subpackage,
    it was already pulled in via the main package, so no real change.
  - Use ldconfig_scriptlets macro for post(un) handling.
* Fri Sep 17 2021 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.70.0:
    + Update the GIR data for GLib, GObject, and GIO.
* Wed Aug 25 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.69.0:
    + Fix build when gobject-introspection is a subproject,
    + Add more float types,
    + Make test suite work with cross-related options,
    + Fix several leaks found by Coverity,
    + Fix enum member,
    + Add g-ir-doc-tool man page,
    + Export warnlib sources as variables,
    + Update the GLib annotations,
    + Add "final" class attribute,
    + Add option to make .gir files installation paths configurable,
    + Handle constructors with mismatched GTypes,
    + Add property accessors annotations,
* Mon Jun 28 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Revert back o HOSTTYPE: RPM_ARCH is not available to the dep
    scanners.
* Tue Jun 08 2021 Jan Engelhardt <jengelh@inai.de>
  - gi-find-deps.sh: Don't use HOSTTYPE, use RPM_ARCH.
  - ia64 never used ()(64bit) markers, do drop that from gi-find-deps.
* Tue Jun 08 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - gi-find-deps.sh: on Tumbleweed, HOSTTYPE on ppc64/ppc64le reports
    powerpc64 and powerpc64le: accept those strings as 64bit archs.
* Sat Mar 20 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.68.0:
    + Update GLib annotations.
    + docs: cleanup.
    + Fix syntax errors in gir-1.2.rnc.
* Thu Mar 18 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.67.1:
    + Requires Python 3.6+.
    + Update GLib annotations.
    + Fix compatibility with Python 3.10.
    + Fix build with GIR data disabled.
    + Add test object for signal marshallers.
* Mon Oct 05 2020 dimstar@opensuse.org
  - Update to version 1.66.1:
    + Update glib annotations.
    + gimarshallingtests: Add more tests for flags..
    + Revert "giscanner: Fix section matching for documentation.
* Mon Sep 14 2020 dimstar@opensuse.org
  - Update to version 1.66.0:
    + Support the gtk-doc action syntax.
    + GITypeInfo storage type utility API.
    + libgirepository: Add a couple missing nullable annotations.
    + dumper: Fix missing symbols in LTO case or with overridden
      symbol visibility settings.
    + Documentation improvements.
    + Remove old autoconf fallback code for the python tools.
    + giscanner: parse block comments for members and fields.
    + Add the notion of standalone doc sections.
    + giscanner: Add support for using clang-cl.
    + giscanner: Fix section matching for documentation.
* Sun Apr 05 2020 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.64.1:
    + Replace calls to deprecated xml.etree.cElementTree removed in
      Python 3.9.
    + gimarshallingtests: Use g_assert_cmpfloat_with_epsilon. Fixes
      tests on some architectures.
* Sun Mar 08 2020 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.64.0:
    + Update glib annotations.
    + Fix regress scanner tests for non-gcc/clang compilers.
    + Document how to update glib GIR.
* Wed Feb 12 2020 dimstar@opensuse.org
  - Update to version 1.63.2:
    + Update glib annotations.
    + Fix build reproducibility.
    + Drop deprecated xml.etree.ElementTree.Element.getchildren()
      calls.
  - Changes from version 1.63.1:
    + Update glib annotations.
    + build: require meson 0.50.1.
    + scanner: Support array arguments with static keyword.
    + Fix non-libtool code being run with no nob-libtool
      dependencies.
    + meson: change "cairo" and "doctool" from a boolean to a
      feature option.
    + Fix a memory leak in g_irepository_get_object_gtype_interfaces.
    + autotools: Make INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR
      respect prefix/datadir/libdir.
    + girepository: Also store GType cache misses.
    + docs: Document GI_CROSS_LAUNCHER envvar.
  - Change  -Dcairo=true and -Ddoctool=true meson parameters to
    - Dcairo=enabled and -Ddoctool=enabled: follow upstreams changes.

Files

/usr/lib64/girepository-1.0/DBus-1.0.typelib
/usr/lib64/girepository-1.0/DBusGLib-1.0.typelib
/usr/lib64/girepository-1.0/GIRepository-2.0.typelib
/usr/lib64/girepository-1.0/GL-1.0.typelib
/usr/lib64/girepository-1.0/GLib-2.0.typelib
/usr/lib64/girepository-1.0/GModule-2.0.typelib
/usr/lib64/girepository-1.0/GObject-2.0.typelib
/usr/lib64/girepository-1.0/Gio-2.0.typelib
/usr/lib64/girepository-1.0/Vulkan-1.0.typelib
/usr/lib64/girepository-1.0/cairo-1.0.typelib
/usr/lib64/girepository-1.0/fontconfig-2.0.typelib
/usr/lib64/girepository-1.0/freetype2-2.0.typelib
/usr/lib64/girepository-1.0/libxml2-2.0.typelib
/usr/lib64/girepository-1.0/win32-1.0.typelib
/usr/lib64/girepository-1.0/xfixes-4.0.typelib
/usr/lib64/girepository-1.0/xft-2.0.typelib
/usr/lib64/girepository-1.0/xlib-2.0.typelib
/usr/lib64/girepository-1.0/xrandr-1.3.typelib


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Apr 2 00:07:34 2023