8170335435
Accepting request 952232 from GNOME:Next
...
- Add upstream patches to fix build with meson 0.61.0 and newer:
+ 7c1178069f1c58a05ec56a94ca6ba124215a947b.patch
+ effb1e09dee263cdac4ec593e8caf316e6f01fe2.patch
+ 827494d6415b696a98fa195cbd883b50cc893bfc.patch
OBS-URL: https://build.opensuse.org/request/show/952232
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=227
2022-02-08 10:58:40 +00:00
a6206d542f
Accepting request 929859 from GNOME:Next
...
OBS-URL: https://build.opensuse.org/request/show/929859
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=226
2021-11-08 09:06:05 +00:00
c31be3c86d
Accepting request 920956 from GNOME:Next
...
Scripted push from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/920956
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=225
2021-09-27 06:24:56 +00:00
28bf735574
Accepting request 880979 from GNOME:Next
...
GNOME 40 - here we come
OBS-URL: https://build.opensuse.org/request/show/880979
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=220
2021-03-24 16:37:44 +00:00
af3a52c185
Accepting request 842931 from GNOME:Next
...
update to 3.38.1 - TW should be ready
OBS-URL: https://build.opensuse.org/request/show/842931
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=218
2020-10-26 08:13:17 +00:00
8bc3dd475a
Accepting request 795074 from GNOME:Next
...
Scripted push of project GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/795074
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=216
2020-04-17 22:50:45 +00:00
89d22d5fc1
Accepting request 756873 from home:StefanBruens:branches:openSUSE:Factory:Staging:A
...
- Drop python3-Sphix BuildRequires, only used for rebuilding the
website contents.
OBS-URL: https://build.opensuse.org/request/show/756873
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=214
2019-12-16 12:52:51 +00:00
8147553a6b
Accepting request 737933 from home:StefanBruens:branches:GNOME:Factory
...
- Depend on the specific Python ABI version the module was built with,
as the _giscanner binary module is ABI dependent. Fixes boo#1153837
OBS-URL: https://build.opensuse.org/request/show/737933
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=212
2019-10-14 19:09:03 +00:00
0f9906cb91
Accepting request 735077 from GNOME:Next
...
Scripted push of project GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/735077
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=211
2019-10-04 15:50:53 +00:00
42f217ed83
Accepting request 710133 from GNOME:Next
...
New stable release
OBS-URL: https://build.opensuse.org/request/show/710133
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=204
2019-06-17 12:56:47 +00:00
351c19d864
Accepting request 695624 from GNOME:Next
...
Scripted push of project GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/695624
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=202
2019-04-18 12:52:45 +00:00
e820ef1bca
Accepting request 689484 from GNOME:Next
...
- Update to version 1.60.0:
+ gir: Update glib annotations.
- Update to version 1.59.5:
+ gir:
- Include C header in cairo gir file.
- Skip glib-enumtypes.h for GObject-2.0.
- Update to version 1.59.4:
+ tests: Add functions using flat struct arrays.
+ Clean shebangs out of non-executable scripts and drop exec perm
from xmlwriter.py.
+ maintransformer: parse deprecation annotations for section
blocks.
+ repository: g_irepository_get_object_gtype_interfaces.
+ message: handle fatal errors even if warnings are disabled.
+ autotools: Fix build with ``-Wl,--as-needed``.
+ maintransformer: Don't warn on (optional) annotations on
(inout).
+ girepository: Fix a possible use-after-free if
g_mapped_file_new() fails and fix possible leak of transitive
dependency names.
- Fix shebangs for files installed to /usr/bin to not use
/usr/bin/env.
- Update to version 1.59.3:
+ meson:
- Use underscore as a separator in build options (gtk-doc->
gtk_doc etc).
- Warn that not all tests will be run if building without
cairo/doctool.
+ scanner:
- Merge specifiers and qualifiers when merging basic types.
Fixes "unsigned char" being wrongly parsed as "unsigned" etc.
- Rework source root directory guessing code to not depend on
the build directory.
- Remove incorrect c:type generated for array of synthesized
unions.
- Flatten multi-dimensional arrays fields.
+ website: add cppgir C++ binding.
- Replace -Dgtk-doc=true call to meson with -Dgtk_doc=true.
- Pass -Ddoctool=true and -Dcairo=true to meson, build and install
g-ir-doc-tool and use cairo during meson_check (tests).
- Update to version 1.59.2:
+ Everything included in 1.58.3.
+ meson: Various fixes and all tests have been ported.
+ scanner: Save preprocessor input and output files with
``save-temps``.
+ automake: Use the wildcard function where needed.
+ build: extend ``PYTHONPATH`` instead of replacing it.
+ gir/cairo: add ``cairo_rectangle_t``.
+ Add a ``--version`` option to g-ir-compiler and g-ir-generate.
+ tests: various test improvements.
+ ccompiler: don't use Python compiler flags.
+ parser: Do not bail out when parsing GIR files without doc
positions.
+ gimarshallingtests: Remove declarations of nonexistent
functions.
- Changes from version 1.59.1:
+ Everything included in 1.58.2.
+ build:
- Drop Python 2 support, require Python 3.4+.
- Add option to make .gir files installation paths
configurable.
- Skip gobject/gvaluecollector.h when constructing GObject GIR.
- Port various tests to work with meson.
+ regress:
- Add test for write-only property.
- Implement interface and override properties.
+ writer: Include documentation and symbol position in source
files.
+ giscanner:
- Print relative filename paths when warning.
- Define grefcount and gatomicrefcount as aliases to gint.
- Allow empty declarations. Fixes warnings with mingw headers.
- Replace linked lists with arrays in source scanner.
+ girepository:
- Various docs cleanups and fixes.
- Don't abort when calling g_base_info_get_name() on a
GITypeInfo.
- Add version macros and functions.
OBS-URL: https://build.opensuse.org/request/show/689484
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=200
2019-03-28 23:04:52 +00:00
ff5e84bac0
Accepting request 662078 from GNOME:Next
...
New stable release
OBS-URL: https://build.opensuse.org/request/show/662078
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=198
2019-01-03 10:52:04 +00:00
8225934db7
Accepting request 661679 from GNOME:Next
...
Add upstream bug fix patches
OBS-URL: https://build.opensuse.org/request/show/661679
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=196
2018-12-28 10:29:15 +00:00
dd99ff6848
Accepting request 656605 from GNOME:Next
...
New stable release
OBS-URL: https://build.opensuse.org/request/show/656605
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=194
2018-12-12 09:57:08 +00:00
6adc3622f0
Accepting request 649955 from GNOME:Next
...
New stable release
OBS-URL: https://build.opensuse.org/request/show/649955
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=192
2018-11-19 10:38:34 +00:00
314ea449e3
Accepting request 636952 from GNOME:Next
...
OBS-URL: https://build.opensuse.org/request/show/636952
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=189
2018-09-21 22:58:00 +00:00
a0fd011808
Accepting request 594824 from home:iznogood:branches:GNOME:Factory
...
New stable release, not buildable atm, as it's waiting for a stable glib2 release
OBS-URL: https://build.opensuse.org/request/show/594824
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=187
2018-04-13 06:44:16 +00:00
c86d8303e8
Accepting request 586288 from GNOME:Next
...
Update to 3.28.0
OBS-URL: https://build.opensuse.org/request/show/586288
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=185
2018-03-13 09:14:40 +00:00
0604a1517a
Accepting request 583561 from GNOME:Next
...
Scripted push of project GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/583561
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=184
2018-03-09 10:04:09 +00:00
c4e42630d9
- go-find-deps.sh: add riscv64 to x64bitarch.
...
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=182
2018-02-22 14:14:04 +00:00
59a76a43b1
Accepting request 538326 from home:pluskalm:branches:GNOME:Factory
...
- Switch to python3
- Cleanup with spec-cleaner
- Run tests during build
OBS-URL: https://build.opensuse.org/request/show/538326
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=179
2017-11-02 15:07:28 +00:00
3033f476e1
Accepting request 531560 from GNOME:Next
...
- Update to version 1.54.1:
+ girnode.c: Use locale-independent functions to parse numbers
(bgo#788087).
- Drop '%if 0%{suse_version} <= 1140' conditional: obsolete.
OBS-URL: https://build.opensuse.org/request/show/531560
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=177
2017-10-05 12:25:01 +00:00
Bjørn Lie
62d37fdb14
Accepting request 523064 from GNOME:Next
...
Scripted push of project GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/523064
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=175
2017-09-11 12:37:23 +00:00
cff847b0ae
Accepting request 521751 from GNOME:Next
...
1
OBS-URL: https://build.opensuse.org/request/show/521751
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=174
2017-09-06 19:40:30 +00:00
171b8c10e7
Accepting request 519395 from GNOME:Next
...
Scripted push of project GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/519395
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=173
2017-08-31 07:43:19 +00:00
2f5f873551
Accepting request 489123 from GNOME:Next
...
1
OBS-URL: https://build.opensuse.org/request/show/489123
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=168
2017-04-24 08:40:18 +00:00
f45f4cbcdc
Accepting request 481610 from GNOME:Next
...
Update to 1.52.0
OBS-URL: https://build.opensuse.org/request/show/481610
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=166
2017-03-20 21:48:35 +00:00
b12a896030
Accepting request 479298 from GNOME:Next
...
Update to 1.51.5
OBS-URL: https://build.opensuse.org/request/show/479298
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=165
2017-03-14 18:47:12 +00:00
c0bfcd5028
Accepting request 459867 from GNOME:Next
...
push
OBS-URL: https://build.opensuse.org/request/show/459867
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=164
2017-02-22 20:41:28 +00:00
Bjørn Lie
068d29e78b
Accepting request 456406 from home:dimstar:branches:GNOME:Factory
...
- gi-find-deps.sh: do not match "from gi.repository import" if
there is anything but white space in front of it (usually
indicates we are in some descriptive comment block)"
OBS-URL: https://build.opensuse.org/request/show/456406
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=162
2017-02-11 17:00:40 +00:00
7eaddee7ba
Accepting request 429341 from GNOME:Next
...
Scripted push of project GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/429341
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=160
2016-09-21 20:48:52 +00:00
4b85eaae29
Accepting request 428967 from GNOME:Next
...
Update to 1.50.0
OBS-URL: https://build.opensuse.org/request/show/428967
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=158
2016-09-20 18:35:55 +00:00
e731a5b2a8
Accepting request 427358 from GNOME:Next
...
New unstable
OBS-URL: https://build.opensuse.org/request/show/427358
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=157
2016-09-14 16:50:29 +00:00
a832a3e0b3
Accepting request 425006 from GNOME:Next
...
Scripted push of project GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/425006
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=156
2016-09-08 21:22:40 +00:00
5625d27440
Accepting request 378357 from GNOME:Next
...
Update to 3.20.0
OBS-URL: https://build.opensuse.org/request/show/378357
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=150
2016-03-23 13:07:51 +00:00
d443b1fedf
Accepting request 374439 from GNOME:Next
...
Scripted push of project GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/374439
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=149
2016-03-18 10:06:08 +00:00
7aa167114e
Accepting request 360374 from GNOME:Next
...
Scripted push of project GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/360374
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=148
2016-02-19 14:50:25 +00:00
8dfcbe2572
Accepting request 332944 from GNOME:Next
...
Update to 3.18.0
OBS-URL: https://build.opensuse.org/request/show/332944
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=146
2015-09-22 12:48:39 +00:00
11b224626f
Accepting request 329006 from GNOME:Next
...
Scripted push of project GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/329006
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=145
2015-09-04 11:31:15 +00:00
d96b429d38
Accepting request 292796 from GNOME:Next
...
Scripted push of project GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/292796
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=143
2015-03-25 08:57:10 +00:00
bdf1db5a3a
Accepting request 291472 from GNOME:Next
...
Scripted push of project GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/291472
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=142
2015-03-19 14:33:27 +00:00
2cc6194ae3
Accepting request 251923 from GNOME:Next
...
Push GNOME 3.14.0
OBS-URL: https://build.opensuse.org/request/show/251923
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=140
2014-09-25 07:47:11 +00:00
0572f1eddd
Accepting request 248709 from GNOME:Next
...
Push GNOME 3.13.91 - Add to Staging:E
OBS-URL: https://build.opensuse.org/request/show/248709
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=139
2014-09-11 21:17:59 +00:00
67015689f3
Accepting request 245906 from GNOME:Next
...
Push GNOME 3.13.90 to the devel repo
OBS-URL: https://build.opensuse.org/request/show/245906
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=138
2014-08-23 11:53:31 +00:00
7f9b68f732
Accepting request 228664 from GNOME:Next
...
Push GNOME:Next - GNOME 3.12.0
OBS-URL: https://build.opensuse.org/request/show/228664
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=136
2014-04-03 20:45:13 +00:00
deaa65360d
Accepting request 200412 from home:dimstar:branches:GNOME:Factory
...
Update to 1.38.0
OBS-URL: https://build.opensuse.org/request/show/200412
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=131
2013-09-24 20:03:20 +00:00
Bjørn Lie
9347a83253
Accepting request 195734 from home:dimstar:branches:GNOME:Factory
...
Update to 1.37.6
OBS-URL: https://build.opensuse.org/request/show/195734
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=129
2013-08-21 21:14:27 +00:00
524b04e76c
Accepting request 186786 from home:dimstar:branches:GNOME:Factory
...
Enhance gi-find-deps: it works for gnome-weather now
OBS-URL: https://build.opensuse.org/request/show/186786
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=124
2013-08-13 12:41:22 +00:00
000267bb11
Accepting request 182764 from home:dimstar:branches:GNOME:Factory
...
Update to 1.37.4
OBS-URL: https://build.opensuse.org/request/show/182764
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=122
2013-07-10 20:30:47 +00:00