640 Commits

Author SHA256 Message Date
444ca85e3c Accepting request 1298624 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1298624
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=295
2025-08-11 11:53:36 +00:00
1ddfeb113b Accepting request 1285782 from GNOME:Factory
- Update to version 2.84.3:
  + Bug fixed: gstring: Fix overflow check when expanding the
    string (CVE-2025-6052, boo#1244596). (forwarded request 1285531 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1285782
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=294
2025-06-16 09:11:52 +00:00
b39dfd7a8a - Update to version 2.84.3:
+ Bug fixed: gstring: Fix overflow check when expanding the
    string (CVE-2025-6052, boo#1244596).

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=576
2025-06-14 09:46:49 +00:00
29ab5e9bbe Accepting request 1280013 from GNOME:Factory
- Update to version 2.84.2:
  + Bugs fixed:
    - gclosure: fix ATOMIC_CHANGE_FIELD to read vint atomically
    - Windows: fix wrong typelib path
    - gstring: carefully handle gssize parameters
    - Update macOS job for new CI runner
    - gdate: Call tzset before localtime_r
    - Backport -Wsign-conversion fixes for g_get_locale_variants()
    - glocalfile: Disable faccessat()-based query_exists on Android (forwarded request 1278988 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1280013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=293
2025-05-27 16:51:03 +00:00
f5d21f8319 - Update to version 2.84.2:
+ Bugs fixed:
    - gclosure: fix ATOMIC_CHANGE_FIELD to read vint atomically
    - Windows: fix wrong typelib path
    - gstring: carefully handle gssize parameters
    - Update macOS job for new CI runner
    - gdate: Call tzset before localtime_r
    - Backport -Wsign-conversion fixes for g_get_locale_variants()
    - glocalfile: Disable faccessat()-based query_exists on Android

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=574
2025-05-26 08:03:34 +00:00
88de7cb79a Accepting request 1269691 from GNOME:Factory
Update the changelog to add CVE bugID: gdatetime: Fix integer overflow when parsing very long ISO8601 inputs (CVE-2025-3360, bsc#1240897) (forwarded request 1269415 from qzhao)

OBS-URL: https://build.opensuse.org/request/show/1269691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=292
2025-04-17 14:06:57 +00:00
aec9a289a0 Update the changelog to add CVE bugID: gdatetime: Fix integer overflow when parsing very long ISO8601 inputs (CVE-2025-3360, bsc#1240897)
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=572
2025-04-15 15:26:37 +00:00
49ab0aec41 Accepting request 1267156 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1267156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=291
2025-04-07 15:35:07 +00:00
05dd2be24e - Update to version 2.84.1:
+ Fix test failure when building against gobject-introspection
    ≥1.83.4
  + Bugs fixed:
    - 2.84.0 build failure on Linux:
      ../gio/gnetworkmonitornetlink.c:47:10: fatal error:
      netlink/netlink_route.h: No such file or directory
    - test failure with gobject-introspection 1.83.4: warning:
      element doc:format from state 3 is unknown, ignoring
    - gio/trash does not handle special characters well
    - `g_cancellable_connect()` documentation incorrect
    - g_cancellable_connect(): is it safe to unref cancellable from
      callback?
    - Crash with some registry key values in GWin32AppInfo
    - Memory sanitizer fixes
    - gobject: Be consistent in using atomic logic to handle the
      GParamSpecPool
    - gsettings: Port docs to gi-docgen format, add missing
      annotations and make various improvements
    - tests: Don't install runner scripts without installed_tests
    - docs: Document GSignalFlags members added after 2.0
    - tests: Add a test for g_object_freeze_notify() being called
      too often
    - gfileinfo: Slightly expand docs for
      g_file_info_get_attribute_as_string()
    - gi: Dynamically set doc-format
    - tests: Various fixes to create temporary files in /tmp rather
      than the build directory
    - gdbusnameowning: Convert docs to gi-docgen linking syntax
    - giounix-private: Fix macro for checking for epoll_create1()

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=570
2025-04-04 13:34:41 +00:00
d0633d9d16 Accepting request 1251303 from GNOME:Factory
Early Staging of GNOME 48.rc

OBS-URL: https://build.opensuse.org/request/show/1251303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=290
2025-03-18 16:37:38 +00:00
2903375f86 New stable release
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=568
2025-03-06 15:58:09 +00:00
4fff3cedc9 Scripted push of GNOME:Next, RC release
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=567
2025-03-06 13:56:43 +00:00
29f6a8690b Accepting request 1247486 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1247486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=289
2025-02-21 20:35:15 +00:00
be628c5125 - Update to version 2.82.5:
+ Bugs fixed:
    - gosxappinfo: Correctly launch list of files
    - Don't mark test setups as default in subprojects
    - gdatetime: Fix integer overflow when parsing very long
      ISO8601 inputs

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=565
2025-02-20 19:21:23 +00:00
93a852aae8 Accepting request 1238342 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1238342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=288
2025-01-17 17:37:42 +00:00
c3dc3d9334 - Update to version 2.82.4:
+ Fix a double-unref crash which affects many apps which use
    pygobject to export objects on D-Bus
  + Bugs fixed:
    - Fix regression: lollypop crashes on startup
    - Revert "gdbus: Fix leak of method invocation when registering
      an object with closures"
    - ci: Add release component to automate tarball publishing

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=563
2025-01-16 22:31:24 +00:00
26da3a3722 New stable rel
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=562
2024-12-10 09:11:54 +00:00
4acd4f1335 Accepting request 1227081 from GNOME:Factory
- Have the glib2-tools postun trigger exit normally if
  glib2-compile-schemas can't be run. Fixes error when uninstalling
  if libgio is uninstalled first (bsc#1231463). (forwarded request 1226951 from mgorse)

OBS-URL: https://build.opensuse.org/request/show/1227081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=287
2024-11-30 12:27:04 +00:00
feb5c040bc Accepting request 1226951 from home:mgorse:branches:GNOME:Factory
- Have the glib2-tools postun trigger exit normally if
  glib2-compile-schemas can't be run. Fixes error when uninstalling
  if libgio is uninstalled first (bsc#1231463).

OBS-URL: https://build.opensuse.org/request/show/1226951
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=560
2024-11-28 09:07:40 +00:00
d0323482ae Accepting request 1223854 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1223854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=286
2024-11-13 14:27:52 +00:00
2648885e1f Tweak changes
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=558
2024-11-13 08:04:37 +00:00
376b1cfef7 Accepting request 1208664 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1208664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=285
2024-10-18 13:52:57 +00:00
8fa4a29b40 New stable release
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=556
2024-10-17 14:53:41 +00:00
a43d5f53a0 Accepting request 1205430 from GNOME:Factory
SCripted push of GNOME 47

OBS-URL: https://build.opensuse.org/request/show/1205430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=284
2024-10-08 15:17:23 +00:00
387d7e438a Scripted push of GNOME 47
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=554
2024-09-30 07:39:18 +00:00
6f47e89f5a Accepting request 1197025 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1197025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=283
2024-08-30 11:26:01 +00:00
01b9f0bf24 - remove dependency on /usr/bin/python3 using
%python3_fix_shebang{,_path} macros, [bsc#1212476]

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=552
2024-08-28 15:31:29 +00:00
34dec2db83 Accepting request 1196069 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1196069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=282
2024-08-27 17:38:20 +00:00
2f2cda5a49 New stable release
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=550
2024-08-26 12:58:00 +00:00
29773d279f Accepting request 1195157 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1195157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=281
2024-08-22 16:11:30 +00:00
a05b822138 Minor changes tweaks
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=548
2024-08-21 15:55:54 +00:00
f4dc0c3bfe Accepting request 1186691 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1186691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=280
2024-07-11 18:29:33 +00:00
ad36fd4a00 Accepting request 1186458 from GNOME:Next
- Update to version 2.80.4:
  + Bugs fixed:
    - GLib unit tests fail on macOS runner due to localhost being
      out of addresses
    - Random failures to build glib 2.80.3
    - Backport !4111 “gioerror: Map EADDRNOTAVAIL to
      G_IO_ERROR_CONNECTION_REFUSED” to glib-2-80
    - Backport !3373 and !4117 “Handle files >4GB in
      g_file_load_contents()“ to glib-2-80
    - Backport !4020 and !4122: fixes to GIR install locations and
      build race fixes
    - Backport !4110 “gthreadedresolver: ref-sink returned records
      in lookup_records()” to glib-2-80

OBS-URL: https://build.opensuse.org/request/show/1186458
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=546
2024-07-10 20:12:29 +00:00
663de91b46 Accepting request 1180002 from GNOME:Factory
- Update to version 2.80.3:
  + Bugs fixed:
    - g_socket_client_connect_to_host_async leaks memory when
      target host doesn't respond to ARP.
    - gi_repository_find_by_gtype is nondeterministic.
    - Crash in error path of g_dbus_connection_export_menu_model().
    - Backport !4057 “gdbusmessage: Clean the cached arg0 when
      setting the message body” to glib-2-80.
    - Backport !4058 “Tests: Build fixes when running `meson test`
      without previous builds“ to glib-2-80
    - Partially backport !4059 “tests: Fix various memory leaks and
      valgrind / ASAN errors” to glib-2-80
    - Backport !4066 “Fix several GCC 14 warnings to please
      msys2-mingw32 CI” to glib-2-80
    - Backport !4065 “girepository: Don't assume a bitfield has a
      fixed size” to glib-2-80
    - Backport !4073 “gmenuexporter: Fix a NULL pointer dereference
      on an error handling path” to glib-2-80
    - Backport !4078 “tests: Fix clang compilation failure due to
      unrecognised option in pragma” to glib-2-80.
    - Backport !4033 “girepository: Keep an ordered list of the
      loaded typelibs” to glib-2-80
    - Backport !4104 “gsocketclient: Fix a leak of the task data on
      an error path” to glib-2-80
  + Updated translations. (forwarded request 1179899 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1180002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=279
2024-06-12 13:37:37 +00:00
94546c6b77 Accepting request 1179899 from GNOME:Next
- Update to version 2.80.3:
  + Bugs fixed:
    - g_socket_client_connect_to_host_async leaks memory when
      target host doesn't respond to ARP.
    - gi_repository_find_by_gtype is nondeterministic.
    - Crash in error path of g_dbus_connection_export_menu_model().
    - Backport !4057 “gdbusmessage: Clean the cached arg0 when
      setting the message body” to glib-2-80.
    - Backport !4058 “Tests: Build fixes when running `meson test`
      without previous builds“ to glib-2-80
    - Partially backport !4059 “tests: Fix various memory leaks and
      valgrind / ASAN errors” to glib-2-80
    - Backport !4066 “Fix several GCC 14 warnings to please
      msys2-mingw32 CI” to glib-2-80
    - Backport !4065 “girepository: Don't assume a bitfield has a
      fixed size” to glib-2-80
    - Backport !4073 “gmenuexporter: Fix a NULL pointer dereference
      on an error handling path” to glib-2-80
    - Backport !4078 “tests: Fix clang compilation failure due to
      unrecognised option in pragma” to glib-2-80.
    - Backport !4033 “girepository: Keep an ordered list of the
      loaded typelibs” to glib-2-80
    - Backport !4104 “gsocketclient: Fix a leak of the task data on
      an error path” to glib-2-80
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/1179899
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=544
2024-06-11 11:34:58 +00:00
7885523958 Accepting request 1173983 from GNOME:Factory
- Update to version 2.80.2:
  + Fix a regression with IBus caused by the fix for
    CVE-2024-34397.
  + Fix installation directory of the GVariant specification.
  + Bugs fixed:
    - GVariant specification installed in wrong directory.
    - Backport "gdbusconnection: Fix test signal subscription
      ordering" to glib-2-80.
    - Backport “Correct installation directory of GVariant
      specification” to glib-2-80.
    - Backport “gdbusconnection: Allow name owners to have the
      syntax of a well-known name” to glib-2-80.
- Changes from version 2.80.1
  + Fix CVE-2024-34397: GDBus signal subscriptions for well-known
    names are vulnerable to unicast spoofing.
  + Updated translations. (forwarded request 1173695 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1173983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=278
2024-05-16 15:13:08 +00:00
404df64709 Accepting request 1173695 from GNOME:Next
- Update to version 2.80.2:
  + Fix a regression with IBus caused by the fix for
    CVE-2024-34397.
  + Fix installation directory of the GVariant specification.
  + Bugs fixed:
    - GVariant specification installed in wrong directory.
    - Backport "gdbusconnection: Fix test signal subscription
      ordering" to glib-2-80.
    - Backport “Correct installation directory of GVariant
      specification” to glib-2-80.
    - Backport “gdbusconnection: Allow name owners to have the
      syntax of a well-known name” to glib-2-80.
- Changes from version 2.80.1
  + Fix CVE-2024-34397: GDBus signal subscriptions for well-known
    names are vulnerable to unicast spoofing.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/1173695
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=542
2024-05-14 12:12:16 +00:00
8d77aeb169 Accepting request 1168889 from GNOME:Factory
- require dbus-launch only if dbus-service is wanted. This helps
  with stripping down container-only builds

    `GCancellable`s. (forwarded request 1168861 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1168889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=277
2024-04-19 17:13:18 +00:00
095cb9f755 Accepting request 1168861 from GNOME:Next
- require dbus-launch only if dbus-service is wanted. This helps
  with stripping down container-only builds

    `GCancellable`s.

OBS-URL: https://build.opensuse.org/request/show/1168861
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=540
2024-04-18 13:58:09 +00:00
2f8c5f9b31 Accepting request 1159740 from GNOME:Factory
GNOME 46 (forwarded request 1159738 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1159740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=276
2024-03-20 20:13:10 +00:00
66ca3aba34 Accepting request 1159738 from GNOME:Next
GNOME 46

OBS-URL: https://build.opensuse.org/request/show/1159738
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=538
2024-03-20 06:17:18 +00:00
3929748b20 Accepting request 1159561 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1159561
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=537
2024-03-19 13:41:41 +00:00
15f71a6693 Accepting request 1158986 from GNOME:Next
GNOME 46

OBS-URL: https://build.opensuse.org/request/show/1158986
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=536
2024-03-19 13:32:09 +00:00
25b2104292 Accepting request 1131631 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1131631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=275
2023-12-08 21:31:10 +00:00
147f4fb3c7 Accepting request 1131629 from home:yfjiang:branches:GNOME:Factory
Sync changelog with Leap/SLE.

OBS-URL: https://build.opensuse.org/request/show/1131629
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=534
2023-12-07 14:52:25 +00:00
4061cd3a93 Accepting request 1131586 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/1131586
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=533
2023-12-07 14:03:54 +00:00
6a2d91e545 Accepting request 1131010 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/1131010
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=532
2023-12-06 09:53:45 +00:00
cc6f370fef Accepting request 1129602 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1129602
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=274
2023-11-29 20:19:38 +00:00
5cc5d78745 Accepting request 1129506 from GNOME:Next
Use %autosetup instead of %setup/%patch.

OBS-URL: https://build.opensuse.org/request/show/1129506
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=530
2023-11-28 13:23:55 +00:00
3f7e511067 Accepting request 1120636 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1120636
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=273
2023-10-29 18:39:24 +00:00
7aeacfd36b Accepting request 1120299 from GNOME:Next
New stable release, now with one less patch

OBS-URL: https://build.opensuse.org/request/show/1120299
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=528
2023-10-26 18:45:40 +00:00
5062724c11 Accepting request 1120014 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1120014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=272
2023-10-25 16:02:13 +00:00
4dc160b39a Accepting request 1119907 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1119907
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=526
2023-10-24 14:12:11 +00:00
52f684a8ea Accepting request 1116876 from GNOME:Next
- Require /usr/bin/dbus-daemon by the devel package: GDBusTest
  launches an own dbus-daemon with a separate environment, so that
  test code does not have to rely on the session bus. Ensure
  consumers of GDBusTest have the needed dep present.
- Change the dbus-launch Requires to %{_bindir}/dbus-launch: be
  flexible about potential future package layout changes.

OBS-URL: https://build.opensuse.org/request/show/1116876
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=525
2023-10-11 11:43:33 +00:00
3e75d02eff Accepting request 1114647 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1114647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=271
2023-10-02 18:04:11 +00:00
b1a7149819 Accepting request 1114027 from home:scabrero:branches:GNOME:Factory
- Fix NetworkManager crashing repeatedly with glib 2.78.0;
  (bsc#1215709); Add patch 0005-gthreadedresolver-Fix-race.patch

OBS-URL: https://build.opensuse.org/request/show/1114027
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=523
2023-10-02 02:55:19 +00:00
1a885b223e Accepting request 1110476 from GNOME:Factory
New stable release (forwarded request 1109776 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1110476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=270
2023-09-20 11:21:14 +00:00
a9e09412d3 Accepting request 1109776 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/1109776
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=521
2023-09-12 08:20:17 +00:00
65790d6b4a Accepting request 1109058 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1109058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=269
2023-09-06 16:56:15 +00:00
f3ec50a3e8 Accepting request 1108903 from home:iznogood:branches:GNOME:Factory
- Update to version 2.76.5:
  + Bugs fixed:
    - Possible SEGV (null pointer deref) in
      distribute_method_call().
    - Possible SEGV (null pointer deref) in _g_resource_file_new().
    - Backport !3529 “gmenuexporter: synchronization in
      org_gtk_Menus_get_interface.” to glib-2-76.
    - Backport !3547 “glib/gfileutils.c: use 64 bits for value in
      get_tmp_file()” to glib-2-76.
    - Backport !3554 “gresourcefile: Fix crash if called with a
      badly escaped URI” to glib-2-76.
    - Backport !3555 “gkeyfile: Fix overwriting of GError” to
      glib-2-76.
    - Backport !3539 “gdbusmessage: Validate required headers have
      the right type” to glib-2-76.

OBS-URL: https://build.opensuse.org/request/show/1108903
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=519
2023-09-05 14:03:21 +00:00
0099b53b06 Accepting request 1097927 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1097927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=268
2023-07-11 13:56:25 +00:00
db672fc0b3 Accepting request 1097428 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/1097428
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=517
2023-07-10 11:36:31 +00:00
07cbf97911 Accepting request 1088739 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1088739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=267
2023-05-25 21:52:12 +00:00
cc2f6e7fef Accepting request 1088712 from GNOME:Next
- Update to version 2.76.3:
  + Bugs fixed: glgo#GNOME/GLib#1264, glgo#GNOME/GLib!3402,
    glgo#GNOME/GLib!3403, glgo#GNOME/GLib!3427,
    glgo#GNOME/GLib!3428, glgo#GNOME/GLib!3434.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/1088712
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=515
2023-05-23 22:17:38 +00:00
7078032cf1 Accepting request 1082376 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1082376
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=266
2023-04-25 14:53:14 +00:00
46fd3ea556 Accepting request 1082098 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/1082098
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=513
2023-04-24 07:43:42 +00:00
53a5ecec61 Accepting request 1081105 from GNOME:Factory
- Add mate-mimeapps.list for MATE-specific MIME associations
  generated by suse-update-mime-defaults

OBS-URL: https://build.opensuse.org/request/show/1081105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=265
2023-04-22 19:57:03 +00:00
37b6cdc497 Tweak .changes
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=511
2023-04-21 07:20:41 +00:00
44d80d2395 Accepting request 1081084 from home:gber:branches:GNOME:Factory
- add mate-mimeapps.list for MATE-specific MIME associations
  generated by suse-update-mime-defaults

OBS-URL: https://build.opensuse.org/request/show/1081084
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=510
2023-04-21 07:20:00 +00:00
d219382edc Accepting request 1073814 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1073814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=264
2023-03-24 14:18:39 +00:00
b0f8d4a79c Accepting request 1073804 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1073804
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=508
2023-03-22 15:13:51 +00:00
cb79a1ee9d Accepting request 1072740 from GNOME:Next
- Update to version 2.76.0:
  + Fix several regressions in handling `GFileInfo` attributes
  + Bugs fixed:
    - ETAG_VALUE not set in GFileInfo when requested
    - File attributes are not set when their value is FALSE/NULL
    - gfile: Fix file size detection when copying on btrfs
    - glocalfileinfo:
      . Mark the lost+found dir as hidden again
      . Ensure that is-backup is always set
  + Updated translations.
- Rebase patches with quilt.
- Update to version 2.75.4:
  + Emit a critical warning when acquiring the notification queue
    during GObject finalization. A type's `finalize()`
    implementation should not call public API that emits property
    notifications.
  + Updated translations.
- Rebase glib2-suppress-schema-deprecated-path-warning.patch with
  quilt.
- Fix license files in packages: COPYING in the source tree is
  a symlink to LICENSES/LGPL-2.1-or-later.txt, but rpm's %license
  macro copies the symlink, not the target. Explicitly package
  LICENSES/LGPL-2.1-or-later.txt in this case (boo#1208497).
- Update to version 2.75.3:
  + Drop the implementation of GSlice, and make the API use the
    system `malloc()` internally.
  + Use a thread-spawning thread to keep thread scheduler settings
    consistent; fixes GThreadPool critical warnings due to failing
    to set scheduler settings in some situations.
  + GIR annotation improvements for multiple APIs.
  + Optimise printing of nested maybes in `g_variant_print()`.
  + Use `tap` test protocol within GLib, and support TAP 13/14.
  + Fix a regression in glib-compile-schemas 2.75.2 causing schemas
    and override files to be sorted incorrectly.
  + Support per-desktop overrides in `GSettingsAction`.
  + Various optimisations to `GString`.
  + Reduce allocations in message printing functions if there’s
    nothing to format.
  + Add inline version of `g_strdup()`, allowing the compiler to do
    `NULL` folding and constant folding on `strlen()` calls.
  + Add a `GPathBuf` API for building and manipulating file paths.
  + Add `g_string_free_and_steal()` and use it to warn on unused
    results from`g_string_free (_, FALSE)`.
  + Add `g_free_sized()` and `g_aligned_free_sized()` to mirror the
    upcoming `free_sized()` function in C23; use these if porting
    away from `g_slice_free()`.
  + Fix underspecified dependencies on generated headers in
    `meson.build`, which should reduce spurious build failures.
  + Updated translations.
- Update to version 2.75.2:
  + Add `g_ptr_array_sort_values()` and
    `g_ptr_array_sort_values_with_data()` APIs.
  + Some fixes for activation of UWP apps on Windows.
  + Support Markdown output from `gdbus-codegen`.
- Changes from version 2.75.1:
  + Add new `GFileInfo` properties for large thumbnails.
  + Fix missing input validation in `GDBusMenuModel`.
  + Change default `g_desktop_app_info_search()` algorithm to
    include substring matches.
  + Various GVariant security fixes when handling untrusted data.
  + Add support for XDG Activation protocol in `GAppLaunchContext`.
  + Return `application/x-zerosize` rather than `text/plain` as
    content type for empty files.
  + Deprecate `-Druntime_libdir` configure option because it was
    unused.
  + Check for snap plugs when accessing portals.
  + Add `GArray` and `GPtrArray` constructors to take or copy C
    arrays.
  + Add `GHashTable` methods to get and steal hash table keys and
    values as `GPtrArray`s.
  + Change the default D-Bus system bus socket address from
    `/var/run/dbus/system_bus_socket` to
    `/run/dbus/system_bus_socket`, in line with changes in
    dbus.git.
- Drop glib2-dbus-socket-path.patch: fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/1072740
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=507
2023-03-20 12:47:33 +00:00
b1e718beda Accepting request 1067449 from GNOME:Factory
- Update to version 2.74.6:
  + Bugs fixed: glgo#GNOME/GLib!3239 Backport glgo#GNOME/GLib!3237
    “Fix safe_wspawnve #define” to glib-2-74.
  + Updated translations.

Extra note: I see glib2 in G:N is missing its link - manual merge needed after ack of this. (forwarded request 1067421 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1067449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=263
2023-02-25 18:54:38 +00:00
0e8830fa65 Accepting request 1067421 from home:iznogood:branches:GNOME:Factory
- Update to version 2.74.6:
  + Bugs fixed: glgo#GNOME/GLib!3239 Backport glgo#GNOME/GLib!3237
    “Fix safe_wspawnve #define” to glib-2-74.
  + Updated translations.

Extra note: I see glib2 in G:N is missing its link - manual merge needed after ack of this.

OBS-URL: https://build.opensuse.org/request/show/1067421
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=505
2023-02-23 15:52:02 +00:00
40199dd730 Accepting request 1060499 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1060499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=262
2023-01-24 18:42:34 +00:00
397e3fce74 Accepting request 1059622 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1059622
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=503
2023-01-23 18:25:51 +00:00
a6d70c3a36 Accepting request 1044334 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1044334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=261
2022-12-24 13:51:06 +00:00
1039ca84ec Accepting request 1044272 from GNOME:Next
New upstream release, with shiny and sparkly new patch included

OBS-URL: https://build.opensuse.org/request/show/1044272
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=501
2022-12-22 20:58:05 +00:00
119b1ccc86 Accepting request 1039788 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1039788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=260
2022-12-04 13:58:03 +00:00
36bafaff06 Accepting request 1039673 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/1039673
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=499
2022-12-03 11:21:51 +00:00
d661cc394e Accepting request 1032923 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1032923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=259
2022-11-03 18:13:41 +00:00
fa99da4099 Accepting request 1032705 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1032705
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=497
2022-11-02 16:03:46 +00:00
6fa237087e Accepting request 1032476 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1032476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=258
2022-11-01 12:41:03 +00:00
2f0bb0abcb Accepting request 1032475 from GNOME:Next
- Add ca905744.patch: Revert "Handling collision between standard
  i/o file descriptors and newly created ones". The user-visible
  problem this solves is gnome-keyring-daemon eating 100% CPU.

OBS-URL: https://build.opensuse.org/request/show/1032475
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=495
2022-10-31 12:23:17 +00:00
2689d8304d Accepting request 1031941 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1031941
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=494
2022-10-31 08:00:38 +00:00
0611a67583 Accepting request 1009340 from GNOME:Factory
- Add upstream patch to solve GIMP crashes:
  + f0dd96c28751f15d0703b384bfc7c314af01caa8.diff:
    glgo#GNOME/GLib!2770 Empty values are not valid GParamSpec.

OBS-URL: https://build.opensuse.org/request/show/1009340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=257
2022-10-13 13:39:33 +00:00
687da74e1a Fixup last sub
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=492
2022-10-10 10:50:34 +00:00
5449d6bb79 Accepting request 1008790 from home:okitaxxx
- Add the following upstream patch to solve GIMP crashes:
   f0dd96c28751f15d0703b384bfc7c314af01caa8.diff

See https://gitlab.gnome.org/GNOME/glib/-/issues/2770

OBS-URL: https://build.opensuse.org/request/show/1008790
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=491
2022-10-10 10:45:49 +00:00
cb51e6bee9 Accepting request 1004760 from GNOME:Factory
- Update to version 2.74.0:
  + Use EPOLL_CLOEXEC by default
  + Fixed various regression on GRegex as per the PCRE2 porting
  + Fixed various memory leaks
  + Bugs fixed: glgo#GNOME/gtksourceview#278,
    glgo#GNOME/gtksourceview#283, glgo#GNOME/GLib#2688,
    glgo#GNOME/GLib#2713, glgo#GNOME/GLib#2719,
    glgo#GNOME/GLib#2729, glgo#GNOME/GLib#2733,
    glgo#GNOME/GLib#2737, glgo#GNOME/GLib#2741,
    glgo#GNOME/gtk#4400, glgo#GNOME/GLib!2820,
    glgo#GNOME/GLib!2855, glgo#GNOME/GLib!2861,
    glgo#GNOME/GLib!2868, glgo#GNOME/GLib!2873,
    glgo#GNOME/GLib!2874, glgo#GNOME/GLib!2875,
    glgo#GNOME/GLib!2876, glgo#GNOME/GLib!2879,
    glgo#GNOME/GLib!2881, glgo#GNOME/GLib!2882,
    glgo#GNOME/GLib!2883, glgo#GNOME/GLib!2900.
  + Updated translations.

- Replace pkgconfig(libpcre) with pkgconfig(libpcre2-8)
  BuildRequires. No longer used by glib (replaced by pcre2
  in 2.73.2).

- Drop 99783e0408f8ae9628d2c7a30eb99806087da711.patch for 2.73.x
  branch, fixed upstream already.

- Update to version 2.73.3:
  + Revitalize G_REGEX_OPTIMIZE flag and use it to enable PCRE JIT
    compiler.
  + Fix some regressions due to the PCRE2 port.
  + Fix a pidfd leak that was introduced in the previous release.

OBS-URL: https://build.opensuse.org/request/show/1004760
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=256
2022-09-21 12:40:05 +00:00
bfe05283aa Accepting request 1004423 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/1004423
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=489
2022-09-19 15:53:46 +00:00
dcb71f7730 Accepting request 1002622 from GNOME:Next
GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already)

OBS-URL: https://build.opensuse.org/request/show/1002622
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=488
2022-09-13 07:32:50 +00:00
7c442be321 Accepting request 999786 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/999786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=255
2022-08-30 12:48:12 +00:00
58567d73b5 Accepting request 999241 from home:iznogood
- Add 99783e0408f8ae9628d2c7a30eb99806087da711.patch:
  gsocketclient: Fix passing NULL to g_task_get_cancellable().
  Fix a regression from commit abddb42d14, where it could pass
  `NULL` to `g_task_get_cancellable()`, triggering a critical
  warning. This could happen because the lifetime of `data->task`
  is not as long as the lifetime of the `ConnectionAttempt`, but
  the code assumed it was.
  Fix the problem by keeping a strong ref to that `GCancellable`
  around until the `ConnectionAttempt` is finished being destroyed.

OBS-URL: https://build.opensuse.org/request/show/999241
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=486
2022-08-29 06:39:49 +00:00
1782386a35 Accepting request 987346 from GNOME:Factory
Scripted push from GNOME:Next (forwarded request 987171 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/987346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=254
2022-07-09 14:59:14 +00:00
db33fb324a Accepting request 987171 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/987171
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=484
2022-07-07 07:25:37 +00:00
1fa78b04e3 Accepting request 980069 from GNOME:Factory
(forwarded request 980046 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/980069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=253
2022-06-01 15:34:15 +00:00
70e393878e Accepting request 980046 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/980046
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=482
2022-05-31 09:34:01 +00:00
d140be1f7b Accepting request 972482 from GNOME:Factory
Scripted push from GNOME:Next (forwarded request 972164 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/972482
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=252
2022-04-26 18:15:02 +00:00
aed0550c87 Accepting request 972164 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/972164
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=480
2022-04-25 07:25:57 +00:00
2c7a7092d2 Accepting request 966824 from GNOME:Factory
- remove provides/obsoletes on glib2-doc, it was split into
  two packages again 
- spec-cleaner reorderings (forwarded request 966455 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/966824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=251
2022-04-05 17:55:09 +00:00
a470eb8cee Accepting request 966455 from home:dirkmueller:Factory
- remove provides/obsoletes on glib2-doc, it was split into
  two packages again 
- spec-cleaner reorderings

OBS-URL: https://build.opensuse.org/request/show/966455
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=478
2022-04-04 13:39:19 +00:00
9af73abb22 Accepting request 964928 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/964928
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=250
2022-03-28 15:00:21 +00:00
6a596f29aa Accepting request 964876 from home:gmbr3:Solus
- desktop-file-utils: add Budgie desktop environment

OBS-URL: https://build.opensuse.org/request/show/964876
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=476
2022-03-25 18:37:46 +00:00
25bfec23b1 Accepting request 962641 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/962641
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=249
2022-03-23 19:15:52 +00:00
a519cd4f6c Accepting request 962787 from GNOME:Next
GNOME 42 - here we come

OBS-URL: https://build.opensuse.org/request/show/962787
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=474
2022-03-21 08:34:56 +00:00
30bb0136ce Accepting request 962490 from home:dimstar:Factory
update to 2.70.5 - wait for build results

OBS-URL: https://build.opensuse.org/request/show/962490
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=473
2022-03-18 10:22:36 +00:00
11268dd4c9 Use caseletters
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=472
2022-03-01 10:12:04 +00:00
e1dec2d463 Accepting request 958100 from home:dirkmueller:Factory
- split gtk-docs from -devel package, these are not needed
  during building projects using glib2
- use _multibuild as the meson buildprocess is very awkward
  regarding the documentation - builds single-jobs only and
  twice (again during %install). This way the rest of distribution
  waiting for glib2-devel to be available is not blocked by this

OBS-URL: https://build.opensuse.org/request/show/958100
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=471
2022-03-01 10:10:45 +00:00
8d86c82052 Accepting request 953779 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/953779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=248
2022-02-13 18:50:32 +00:00
4589a7802f Accepting request 953743 from home:iznogood:branches:GNOME:Factory
New stable rel

OBS-URL: https://build.opensuse.org/request/show/953743
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=470
2022-02-11 15:54:12 +00:00
bb7c3a3184 Accepting request 949346 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/949346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=247
2022-01-29 20:01:00 +00:00
645a246125 Accepting request 949299 from home:iznogood:branches:GNOME:Factory
New stable release, not buildtested yet, so let it build

OBS-URL: https://build.opensuse.org/request/show/949299
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=469
2022-01-26 20:55:29 +00:00
cdef3b6183 Accepting request 936220 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/936220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=246
2021-12-11 23:56:03 +00:00
248e60ca0d Accepting request 935589 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/935589
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=468
2021-12-07 10:21:24 +00:00
988e30001b Accepting request 929575 from GNOME:Factory
(forwarded request 927985 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/929575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=245
2021-11-06 17:15:11 +00:00
e57fc17ad1 Accepting request 927985 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/927985
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=467
2021-11-05 08:44:42 +00:00
1e675ca25b Accepting request 921609 from GNOME:Factory
Scripted push from GNOME:Next (forwarded request 920927 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/921609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=244
2021-09-29 18:17:32 +00:00
75afd89a2c Accepting request 920927 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/920927
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=466
2021-09-27 06:23:40 +00:00
0d38995ead Accepting request 919928 from home:sbrabec:branches:tuu-goodbye
- Remove obsolete translation-update-upstream support
  (jsc#SLE-21105).

OBS-URL: https://build.opensuse.org/request/show/919928
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=465
2021-09-20 10:06:32 +00:00
c4f201c314 Accepting request 917686 from GNOME:Factory
- desktop-file-utils: add Pantheon desktop environment (forwarded request 917385 from awissu)

OBS-URL: https://build.opensuse.org/request/show/917686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=243
2021-09-11 20:24:22 +00:00
f2d7bbc7ee Accepting request 917385 from home:awissu:branches:openSUSE:Factory
- desktop-file-utils: add Pantheon desktop environment

OBS-URL: https://build.opensuse.org/request/show/917385
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=464
2021-09-09 08:49:48 +00:00
096d9fac9f Accepting request 913733 from GNOME:Factory
- Update to version 2.68.4:
  + Various bugfixes and backports from master.
  + Updated translations.
- Drop 63e7864.patch: fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/913733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=242
2021-08-25 18:56:30 +00:00
f9af766e8c - Drop 63e7864.patch: fixed upstream.
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=463
2021-08-23 09:43:00 +00:00
264e4ff8ab Accepting request 913381 from home:iznogood:branches:GNOME:Factory
- Update to version 2.68.4:
  + Various bugfixes and backports from master.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/913381
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=462
2021-08-23 08:35:43 +00:00
Richard Brown
df40aeb0ad Accepting request 910437 from GNOME:Factory
- Add 63e7864.patch: Fix build with glibc 2.34: use 3 parameters
  for close_range (boo#1189088). (forwarded request 910172 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/910437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=241
2021-08-11 09:47:03 +00:00
03838610f2 Accepting request 910172 from home:dimstar:Factory
- Add 63e7864.patch: Fix build with glibc 2.34: use 3 parameters
  for close_range (boo#1189088).

OBS-URL: https://build.opensuse.org/request/show/910172
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=461
2021-08-06 07:14:11 +00:00
4cf7a30a61 Accepting request 909346 from home:yfjiang:branches:GNOME:Factory
Rearrange the changelog layout to fit ibs requirement of incremental changelog compared to sle-15-sp3.

OBS-URL: https://build.opensuse.org/request/show/909346
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=460
2021-08-02 10:13:31 +00:00
097fbe1b71 Accepting request 909315 from GNOME:Factory
Synchronize the changelog with Leap and SLE. (forwarded request 909108 from yfjiang)

OBS-URL: https://build.opensuse.org/request/show/909315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=240
2021-07-30 21:22:08 +00:00
85f4fbdbbd Accepting request 909108 from home:yfjiang:branches:GNOME:Factory
Synchronize the changelog with Leap and SLE.

OBS-URL: https://build.opensuse.org/request/show/909108
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=459
2021-07-30 07:01:01 +00:00
265937ac2f Accepting request 907047 from GNOME:Factory
GNOME 40.3 (forwarded request 906591 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/907047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=239
2021-07-21 17:05:59 +00:00
3ce92831e9 Accepting request 906591 from GNOME:Next
GNOME 40.3

OBS-URL: https://build.opensuse.org/request/show/906591
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=458
2021-07-19 07:43:27 +00:00
6c3a6547f2 Accepting request 900138 from GNOME:Factory
(forwarded request 899659 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/900138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=238
2021-06-18 08:13:21 +00:00
508d808247 Accepting request 899659 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/899659
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=456
2021-06-15 11:25:55 +00:00
4372a06ce9 Accepting request 893955 from GNOME:Factory
Scripted push from GNOME:Next (forwarded request 893928 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/893955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=237
2021-05-20 17:24:26 +00:00
2a40ea0b5b Accepting request 893928 from GNOME:Next
Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/893928
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=454
2021-05-18 08:13:10 +00:00
6543c522a9 Accepting request 887477 from GNOME:Factory
Update to 2.68.1 (forwarded request 886225 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/887477
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=236
2021-04-24 21:06:44 +00:00
e3d7e7f7cb Accepting request 886225 from GNOME:Next
Update to 2.68.1

OBS-URL: https://build.opensuse.org/request/show/886225
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=452
2021-04-22 07:43:06 +00:00
ee6bca25d5 Accepting request 881109 from GNOME:Factory
GNOME 40 - here we come (forwarded request 880936 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/881109
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=235
2021-04-12 10:35:18 +00:00
f166335523 Accepting request 880936 from GNOME:Next
GNOME 40 - here we come

OBS-URL: https://build.opensuse.org/request/show/880936
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=450
2021-03-24 16:32:24 +00:00
Richard Brown
4fafa191b6 Accepting request 874394 from GNOME:Factory
- disable irrelevant warnings
- use macros in spec file
- simplify trigger code (forwarded request 874124 from yecril71pl)

OBS-URL: https://build.opensuse.org/request/show/874394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=234
2021-02-25 17:26:29 +00:00
67d4189494 Accepting request 874124 from home:yecril71pl:branches:GNOME:Factory
- disable irrelevant warnings
- use macros in spec file
- simplify trigger code

OBS-URL: https://build.opensuse.org/request/show/874124
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=448
2021-02-22 16:49:46 +00:00
d2b34d01ef Accepting request 871518 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/871518
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=233
2021-02-18 19:38:10 +00:00
e391643331 Accepting request 871216 from home:iznogood:branches:GNOME:Factory
- Update to version 2.66.7:
  + Fix various regressions caused by rushed security fixes in
    2.66.6.
  + Fix a silent integer truncation when calling
    `g_byte_array_new_take()` for byte arrays bigger than
    `G_MAXUINT`.
  + Disallow using currently-undefined D-Bus connection or server
    flags to prevent forward-compatibility problems with new
    security-sensitive flags likely to be released in GLib 2.68.
  + Bugs fixed: glgo#GNOME/GLib!1933, glgo#GNOME/GLib!1943,
    glgo#GNOME/GLib!1944, glgo#GNOME/GLib!1945.

OBS-URL: https://build.opensuse.org/request/show/871216
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=446
2021-02-12 18:15:29 +00:00
aa80937384 Accepting request 870248 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/870248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=232
2021-02-11 11:45:49 +00:00
1c0322dba0 Accepting request 869723 from home:iznogood:branches:GNOME:Factory
- Update to version 2.66.6:
  + Fix various instances within GLib where `g_memdup()` was
    vulnerable to a silent integer truncation and heap overflow
    problem (glgo#GNOME/GLib#2319).

- Update to version 2.66.5:
  + Fix some issues with handling over-long (invalid) input when
    parsing for `GDate`.
  + Don’t load GIO modules or parse other GIO environment variables
    when `AT_SECURE` is set (i.e. in a setuid/setgid/setcap
    process). GIO has always been documented as not being safe to
    use in privileged processes, but people persist in using it
    unsafely, so these changes should harden things against
    potential attacks at least a little. Unfortunately they break a
    couple of projects which were relying on reading
    `DBUS_SESSION_BUS_ADDRESS`, so GIO continues to read that for
    setgid/setcap (but not setuid) processes. This loophole will be
    closed in GLib 2.70 (see issue #2316), which should give
    modules 6 months to change their behaviour.
  + Fix `g_spawn()` searching `PATH` when it wasn’t meant to.
  + Bugs fixed: bgo#2168, bgo#2210, bgo#2305, glgo#GNOME/GLib!1820,
    glgo#GNOME/GLib!1824, glgo#GNOME/GLib!1831,
    glgo#GNOME/GLib!1836, glgo#GNOME/GLib!1864,
    glgo#GNOME/GLib!1872, glgo#GNOME/GLib!1913,
    glgo#GNOME/GLib!1922.
- Rebase/refresh patches:
  + glib2-dbus-socket-path.patch
  + glib2-fate300461-gettext-gkeyfile-suse.patch
  + glib2-gdbus-codegen-version.patch
  + glib2-suppress-schema-deprecated-path-warning.patch

OBS-URL: https://build.opensuse.org/request/show/869723
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=444
2021-02-08 11:22:11 +00:00
1e5aebfbfb Accepting request 856943 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/856943
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=231
2020-12-21 09:22:21 +00:00
8e482a5c6d Accepting request 856762 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/856762
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=442
2020-12-19 05:45:09 +00:00
52c2e8399b Accepting request 851016 from GNOME:Factory
- add %license COPYING
- add %doc README.md
- rename -tests to -tests-devel (forwarded request 849384 from yecril71pl)

OBS-URL: https://build.opensuse.org/request/show/851016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=230
2020-11-29 11:20:51 +00:00
2f163ac069 Accepting request 849384 from home:yecril71pl:branches:GNOME:Factory
- add %license COPYING
- add %doc README.md
- rename -tests to -tests-devel

OBS-URL: https://build.opensuse.org/request/show/849384
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=440
2020-11-26 12:22:38 +00:00
40997d06ad Accepting request 849054 from GNOME:Factory
- Add requires(post) libgio-2_0-0 to glib2-tools: ensures
  glib-compile-schema to be functional when the file trigger fires,
  by explicitly requesting the correct library to be present for
  the post script. (boo#1178713).

- Update to version 2.66.3:
  + Fix awkward bug with `GPollFD` handling in some situations.
  + Fix sending FDs attached to very large D-Bus messages.
  + Bugs fixed: glgo#GNOME/GLib#1592, glgo#GNOME/GLib!1720,
    glgo#GNOME/GLib!1721, glgo#GNOME/GLib!1723,
    glgo#GNOME/GLib!1727, glgo#GNOME/GLib!1736. (forwarded request 848891 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/849054
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=229
2020-11-19 10:57:56 +00:00
f34e577bc3 Accepting request 848891 from GNOME:Next
- Add requires(post) libgio-2_0-0 to glib2-tools: ensures
  glib-compile-schema to be functional when the file trigger fires,
  by explicitly requesting the correct library to be present for
  the post script. (boo#1178713).

- Update to version 2.66.3:
  + Fix awkward bug with `GPollFD` handling in some situations.
  + Fix sending FDs attached to very large D-Bus messages.
  + Bugs fixed: glgo#GNOME/GLib#1592, glgo#GNOME/GLib!1720,
    glgo#GNOME/GLib!1721, glgo#GNOME/GLib!1723,
    glgo#GNOME/GLib!1727, glgo#GNOME/GLib!1736.

OBS-URL: https://build.opensuse.org/request/show/848891
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=438
2020-11-17 09:48:10 +00:00
4988dcf2be Accepting request 843420 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/843420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=228
2020-10-26 15:12:09 +00:00
10b8ecca1d Accepting request 843412 from GNOME:Next
- Enable building of documentation:
  + Toggle gtk_doc from bcond_with to bcond_without.
  + Use sed to replace gtk-doc version in
    docs/reference/meson.build with 1.32.

OBS-URL: https://build.opensuse.org/request/show/843412
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=436
2020-10-22 12:22:00 +00:00
98b4154ebc Accepting request 842891 from GNOME:Next
update to 3.38.1 - TW should be ready

OBS-URL: https://build.opensuse.org/request/show/842891
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=435
2020-10-22 08:50:43 +00:00
b6e55152aa Accepting request 839604 from GNOME:Factory
New stable rel (forwarded request 839401 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/839604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=227
2020-10-08 11:10:41 +00:00
01390e88b8 Accepting request 839401 from home:iznogood:branches:GNOME:Factory
New stable rel

OBS-URL: https://build.opensuse.org/request/show/839401
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=433
2020-10-05 15:07:32 +00:00
874761e32a Accepting request 834307 from GNOME:Factory
New stable rel, never forwarded :-( (forwarded request 833853 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/834307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=226
2020-09-25 14:23:42 +00:00
9966e5fd4a Accepting request 833853 from GNOME:Next
New stable rel, never forwarded :-(

OBS-URL: https://build.opensuse.org/request/show/833853
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=431
2020-09-14 13:35:22 +00:00
44bb6f526a Accepting request 819941 from GNOME:Factory
- Update to version 2.64.4:
  + Bugs fixed:glgo#GNOME/GLib#2140, glgo#GNOME/GLib!1507,
    glgo#GNOME/GLib!1523, glgo#GNOME/GLib!1547.
  + Updated translations. (forwarded request 818725 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/819941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=225
2020-07-13 07:05:21 +00:00
24197efd1a Accepting request 818725 from GNOME:Next
- Update to version 2.64.4:
  + Bugs fixed:glgo#GNOME/GLib#2140, glgo#GNOME/GLib!1507,
    glgo#GNOME/GLib!1523, glgo#GNOME/GLib!1547.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/818725
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=429
2020-07-10 10:07:49 +00:00
cf4d8024ad Accepting request 811412 from GNOME:Factory
(forwarded request 807837 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/811412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=224
2020-06-08 21:47:12 +00:00
5117dfba5b Accepting request 807837 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/807837
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=427
2020-06-04 11:43:32 +00:00
00cb304992 Accepting request 795599 from GNOME:Factory
Push forgotten glib2 update

OBS-URL: https://build.opensuse.org/request/show/795599
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=223
2020-04-23 16:28:43 +00:00
4b4ae34924 We need gtk-doc 1.32
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=425
2020-04-16 08:09:18 +00:00
7cdfadd676 Accepting request 792948 from GNOME:Next
Glib is supposed to be backwards compatible, so lets put that to the test - move at least to GF for now, and quite possibly even into TW.


- Update to version 2.64.2:
  + Bugs fixed: glgo#GNOME/GLib#2067, glgo#GNOME/GLib#2081,
    glgo#GNOME/GLib!1421, glgo#GNOME/GLib!1438,
    glgo#GNOME/GLib!1424, glgo#GNOME/GLib!1428,
    glgo#GNOME/GLib!1429, glgo#GNOME/GLib !1431,
    glgo#GNOME/GLib!1432, glgo#GNOME/GLib!1435,
    glgo#GNOME/GLib!1447.
  + Updated translations.
- Update to version 2.64.1:
  + Fix memory monitor tests to only be installed if
    installed-tests are enabled, and to be skipped if
    GObject-Introspection is too old.
  + Bugs fixed: glgo#GNOME/GLib#1986, glgo#GNOME/GLib#1988,
    glgo#GNOME/GLib!1407, glgo#GNOME/GLib!1412.
  + Updated translations.
- Update to version 2.64.0:
  + Use `posix_spawn()` to speed up launching test D-Bus instances.
  + Bugs fixed: glgo#GNOME/GLib#1783, glgo#GNOME/GLib#2049,
    glgo#GNOME/GLib!1384, glgo#GNOME/GLib!1386,
    glgo#GNOME/GLib!1387, glgo#GNOME/GLib!1388,
    glgo#GNOME/GLib!1389.
  + Updated translations.
- Update to version 2.63.6:
  + Fix potential relative read when calling g_printerr(), which
    could lead to a denial of service from a setuid-root process
    being used to block access to the TTY for another user.
  + Fix SOCKS proxy resolver sometimes not being used when
    resolving addresses via Happy Eyeballs (CVE-2020-6750).
  + Several other Happy Eyeballs fixes for address resolution.
  + Various race fixes in `GDBusConnection` and its unit tests.
  + Fix a race condition with D-Bus name ownership.
  + Drop `gio-launch-desktop` helper application in favour of
    calling `sh` directly.
  + Fix win32 exception handling with C# exceptions.
  + Fix thread safety of `GUnixMountMonitor`.
  + Additional fixes to new thread pool attribute behaviour from
    GLib 2.63.4 to check if sched_setattr() is allowed by system
    policies before depending on it.
  + Fix memory leaks and corruption when freeing `GSource`s while
    freeing a `GMainContext`.
  + Drop inappropriate installation of object manager example
    documentation.
  + Varioius other bugs and fixes.
  + Updated translations.
- Update to version 2.63.5:
  + Fix behaviour of `g_file_move()` fallback code to not follow
    symlinks.
  + Rename `--glib-min-version` argument of `gdbus-codegen` to
    `--glib-min-required`.
  + Add gtk-doc checks to CI and fix a number of documentation
    issues.
  + Add a debug message if `g_setenv()` or `g_unsetenv()` are used
    after any threads have been spawned — this will be upgraded to
    a warning in future.
  + Skip memory monitor tests if xdg-desktop-portal or dbusmock are
    not available.
  + Change the `libmount` configure option from a boolean to a
    Meson `feature`.
  + Do not return `target-uri` from `g_file_peek_path()` when
    called on trash/recent files.
  + Drop new TLS certificate API for PKCS #11 backed certificates,
    as the implementation is not ready yet (this is not an API
    break as the API was added earlier in the 2.63 cycle).
  + Updated translations.
  + For changes from earlier in the dev cycle see the NEWS file.
- Rebase glib2-gdbus-codegen-version.patch.

OBS-URL: https://build.opensuse.org/request/show/792948
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=424
2020-04-14 10:19:37 +00:00
6f8f9ac596 Accepting request 789277 from GNOME:Factory
- Update to version 2.62.6:
  + This is expected to be the final release in the 2.62.x stable
    series; maintenance effort will shift to the newer 2.64.x
    stable series now.
  + Fix SOCKS5 username/password authentication.
  + Exception handling fixes on Windows.
  + Bugs fixed: glgo#GNOME/GLib#1986, glgo#GNOME/GLib#1988,
    glgo#GNOME/GLib#2049, glgo#GNOME/GLib!1378,
    glgo#GNOME/GLib!1380, glgo#GNOME/GLib!1393,
    glgo#GNOME/GLib!1394, glgo#GNOME/GLib!1411.
  + Updated translations. (forwarded request 788984 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/789277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=222
2020-03-30 20:51:22 +00:00
7eddd6a42e Accepting request 788984 from home:iznogood:branches:GNOME:Factory
- Update to version 2.62.6:
  + This is expected to be the final release in the 2.62.x stable
    series; maintenance effort will shift to the newer 2.64.x
    stable series now.
  + Fix SOCKS5 username/password authentication.
  + Exception handling fixes on Windows.
  + Bugs fixed: glgo#GNOME/GLib#1986, glgo#GNOME/GLib#1988,
    glgo#GNOME/GLib#2049, glgo#GNOME/GLib!1378,
    glgo#GNOME/GLib!1380, glgo#GNOME/GLib!1393,
    glgo#GNOME/GLib!1394, glgo#GNOME/GLib!1411.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/788984
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=422
2020-03-28 12:11:30 +00:00
5dbdf1ca36 Accepting request 777062 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/777062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=221
2020-02-22 18:02:08 +00:00
7a2c38ff65 Accepting request 775603 from home:iznogood:branches:GNOME:Factory
Revert removal of gtk-doc during build

OBS-URL: https://build.opensuse.org/request/show/775603
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=420
2020-02-19 12:28:58 +00:00
3165e8520f Accepting request 775216 from home:iznogood:branches:GNOME:Factory
New stable release

OBS-URL: https://build.opensuse.org/request/show/775216
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=419
2020-02-18 16:58:21 +00:00
a5e434d570 Accepting request 767124 from GNOME:Next
Eliminate the -lang recommends

OBS-URL: https://build.opensuse.org/request/show/767124
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=418
2020-01-26 14:44:01 +00:00
74a512baa6 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=417 2020-01-11 13:33:23 +00:00
0abfdc8d49 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=416 2020-01-11 02:03:21 +00:00
e17b205128 Accepting request 762949 from GNOME:Next
- Drop gtk-doc BuildRequires: eliminate a build cycle. In a 2nd
  step we will try to provide a glib2-devel-doc package as part of
  a _multibuild. Also drop -Dgtk_doc=true meson parameter.

OBS-URL: https://build.opensuse.org/request/show/762949
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=415
2020-01-11 00:52:46 +00:00
fc59fbb29c Accepting request 758495 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/758495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=220
2020-01-02 13:40:00 +00:00
6adada5191 Accepting request 758308 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/758308
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=413
2019-12-20 11:48:28 +00:00
2b660d74cc Accepting request 750923 from GNOME:Factory
New stable release (forwarded request 749741 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/750923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=219
2019-11-29 14:56:19 +00:00
61bdbb099b Accepting request 749741 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/749741
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=411
2019-11-26 09:25:16 +00:00
5008dee8f4 Accepting request 746224 from GNOME:Factory
(forwarded request 746057 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/746224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=218
2019-11-10 20:59:18 +00:00
0ed2a0e968 Accepting request 746057 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/746057
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=409
2019-11-07 10:53:51 +00:00
5ef983dacf Accepting request 742525 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/742525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=217
2019-10-30 13:39:11 +00:00
87b97b9a56 Accepting request 742006 from GNOME:Next
- Update to version 2.62.2:
  + Bugs fixed:
    - glgo#GNOME/GLib#1896: Use after free when calling
      g_dbus_connection_flush_sync() in a dedicated thread.
    - glgo#GNOME/GLib!1154: Backport glgo#GNOME/GLib!1152
      “gwinhttpvfs: Handle g_get_prgname() returning NULL” to
      glib-2-62.
    - glgo#GNOME/GLib!1156: Backport glgo#GNOME/GLib!1146 Solaris
      fixes to glib-2-62.

OBS-URL: https://build.opensuse.org/request/show/742006
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=407
2019-10-24 11:05:10 +00:00
fadb788f2c Accepting request 736521 from GNOME:Factory
Scripted push from {project}

OBS-URL: https://build.opensuse.org/request/show/736521
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=216
2019-10-17 10:58:49 +00:00
abf4fbb5d8 Accepting request 735813 from GNOME:Next
Fixup .changes to comply with GNOME:foo standard

OBS-URL: https://build.opensuse.org/request/show/735813
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=405
2019-10-07 14:50:20 +00:00
fe8098424a Accepting request 735025 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/735025
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=404
2019-10-04 15:36:08 +00:00
6ac93361b8 Accepting request 728230 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/728230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=215
2019-09-11 08:20:14 +00:00
4f32716dbe Accepting request 727827 from home:iznogood:branches:GNOME:Factory
New stable release

OBS-URL: https://build.opensuse.org/request/show/727827
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=402
2019-09-04 08:57:05 +00:00
f3b8b1c2bd Accepting request 718307 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/718307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=214
2019-07-31 12:11:50 +00:00
e05c68c805 Accepting request 718195 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/718195
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=400
2019-07-24 15:46:39 +00:00
c2fcd37e23 Accepting request 716277 from GNOME:Factory
(forwarded request 715833 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/716277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=213
2019-07-21 09:31:31 +00:00
631cef8ca0 Accepting request 715833 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/715833
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=398
2019-07-18 10:28:38 +00:00
663da706d1 Accepting request 714309 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/714309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=212
2019-07-13 11:44:37 +00:00
43eaf3ac99 Accepting request 714208 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/714208
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=396
2019-07-09 21:30:50 +00:00
60bbdd6735 Accepting request 709085 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/709085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=211
2019-06-24 19:48:16 +00:00
419b0e6ee8 Accepting request 709059 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/709059
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=394
2019-06-11 08:48:02 +00:00
60f3a47d73 Accepting request 705579 from GNOME:Factory
- Set umask to 022 before running glib-compile-schemas
  (boo#1131761).

- Update to version 2.60.3:
  + * Various fixes to small key/value support in `GHashTable`.
  * Bugs fixed:
    - Critical in g_socket_client_async_connect_complete.
    - New GHashTable implementation confuses valgrind.
    - test_month_names: assertion failed.
    - GNetworkAddressAddressEnumerator unsafely modifies cache in
      GNetworkAddress.
    - Leaks in gsocketclient.c connection code.
    - glib/date test fails.
    - GDB pretty-printer for GHashTable no longer works
  + Updated translations. (forwarded request 704988 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/705579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=210
2019-06-02 13:12:34 +00:00
78923c5626 Accepting request 704988 from GNOME:Next
- Set umask to 022 before running glib-compile-schemas
  (boo#1131761).

- Update to version 2.60.3:
  + * Various fixes to small key/value support in `GHashTable`.
  * Bugs fixed:
    - Critical in g_socket_client_async_connect_complete.
    - New GHashTable implementation confuses valgrind.
    - test_month_names: assertion failed.
    - GNetworkAddressAddressEnumerator unsafely modifies cache in
      GNetworkAddress.
    - Leaks in gsocketclient.c connection code.
    - glib/date test fails.
    - GDB pretty-printer for GHashTable no longer works
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/704988
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=392
2019-05-27 07:46:23 +00:00
b583d5bb81 Accepting request 701854 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/701854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=209
2019-05-16 19:56:47 +00:00
934b1911fc Accepting request 701522 from GNOME:Next
- Move glib2.macros to %_rpmmacrodir. /etc is for the system admin.

OBS-URL: https://build.opensuse.org/request/show/701522
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=390
2019-05-09 20:25:35 +00:00
02e13e662f Accepting request 700575 from GNOME:Factory
New stable rel (forwarded request 700469 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/700575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=208
2019-05-06 19:12:35 +00:00
4889281965 Accepting request 700469 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/700469
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=388
2019-05-04 07:58:03 +00:00
8d23d80ae3 Accepting request 699939 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/699939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=207
2019-05-03 20:20:40 +00:00
2036c7108f Accepting request 699569 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/699569
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=386
2019-05-01 21:22:30 +00:00
7a707a0956 Accepting request 694617 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/694617
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=385
2019-04-17 12:57:34 +00:00
a6279f2990 Accepting request 686371 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/686371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=206
2019-03-22 13:57:27 +00:00
8d5394939e Accepting request 686203 from home:alarrosa:branches:GNOME:Factory
- Add patch submitted upstream to handle an UNKNOWN NM connectivity
  the same as a NONE value. This partly fixes boo#1103678
  (packagekit reports the network as available on a computer
  without network connectivity which makes plasma-pk-update start
  an update check which obviously fails).
  * 0001-Handle-an-UNKNOWN-NetworkManager-connectivity-as-NONE.patch

OBS-URL: https://build.opensuse.org/request/show/686203
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=383
2019-03-19 10:07:07 +00:00
e7d304f214 Accepting request 684471 from GNOME:Next
New stable branch.

OBS-URL: https://build.opensuse.org/request/show/684471
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=382
2019-03-14 10:25:20 +00:00
Stephan Kulow
20cb5b88d9 Accepting request 674483 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/674483
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=205
2019-02-24 16:05:47 +00:00
a33d991629 Accepting request 673389 from home:dimstar:branches:GNOME:Factory
- BuildIgnore glib2-devel: since we have to require gtk-doc in
  order to produce the doc, we gained an implicit dependency on
  ourselves. The gtk-doc dependency is correct, but glib happens
  to be buildable without this dependency too.
- Rework the check section to be in an own if/endif block so that
  spec-cleaner is not getting confused by it.

OBS-URL: https://build.opensuse.org/request/show/673389
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=380
2019-02-13 10:33:55 +00:00
Stephan Kulow
c41c73d5f6 Accepting request 671196 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/671196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=204
2019-02-06 14:45:15 +00:00
eae539f6fd Accepting request 669462 from home:dimstar:branches:GNOME:Factory
- Conditionalize enabling of systemtap, default disabled: it
  creates a build loop.

OBS-URL: https://build.opensuse.org/request/show/669462
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=378
2019-02-04 18:44:21 +00:00
f642af145c Accepting request 668677 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/668677
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=203
2019-01-26 21:17:45 +00:00
a6368f6866 Accepting request 667948 from home:zhangxiaofei:branches:GNOME:Factory
Add missing CVE references
Remove trailing whitespaces

OBS-URL: https://build.opensuse.org/request/show/667948
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=376
2019-01-25 15:24:45 +00:00
bb1e240886 Accepting request 667631 from home:iznogood:branches:GNOME:Factory
New stable release

OBS-URL: https://build.opensuse.org/request/show/667631
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=375
2019-01-22 08:45:50 +00:00
26dcca5f09 Accepting request 667057 from home:mgorse:branches:GNOME:Factory
Mark bsc#1090047 as fixed

OBS-URL: https://build.opensuse.org/request/show/667057
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=374
2019-01-18 23:08:57 +00:00
c10dbb18d3 Accepting request 660063 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/660063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=202
2018-12-28 11:32:36 +00:00
b2aa872d03 Accepting request 659770 from GNOME:Next
- Update to version 2.58.2:
  + Fix calling gdbus-codegen with --interface-info-{header,body}.
  + Fix parsing month names in certain locales with
    g_date_set_parse().
  + Fix ^*ay handling in g_variant_iter_loop().
  + Various buffer overflow fixes in GMarkup/GVariant/GDBus.
  + A huge number of fixes to the Meson build.
  + Prevent bind mounts being advertised as mounts.
  + Fix cross-compilation of 2.58.x releases with autotools.
  + Bugs fixed: glgo#gnome/GLib!527, glgo#gnome/GLib#1605,
    glgo#gnome/GLib#1271, glgo#gnome/GLib#1546,
    glgo#gnome/GLib#1527, glgo#gnome/GLib!406, glgo#gnome/GLib!334,
    glgo#gnome/GLib#1528, glgo#gnome/GLib#1539,
    glgo#gnome/GLib#1536, glgo#gnome/GLib#1544,
    glgo#gnome/GLib#1562, glgo#gnome/GLib!367, glgo#gnome/GLib!416,
    glgo#gnome/GLib#1572, glgo#gnome/GLib#1522,
    glgo#gnome/GLib#1576, glgo#gnome/GLib!407,
    glgo#gnome/GLib#1582, glgo#gnome/GLib!428,
    glgo#gnome/GLib#1588, glgo#gnome/GLib!462,
    glgo#gnome/GLib!238, glgo#gnome/GLib!312, glgo#gnome/GLib#1520,
    glgo#gnome/GLib!403, glgo#gnome/GLib#1543,
    glgo#gnome/GLib!414, glgo#gnome/GLib!409, glgo#gnome/GLib!400,
    glgo#gnome/GLib!430, glgo#gnome/GLib!437, glgo#gnome/GLib#1337,
    glgo#gnome/GLib!542, glgo#gnome/GLib#1343, glgo#gnome/GLib!471,
    glgo#gnome/GLib!544, glgo#gnome/GLib#945, glgo#gnome/GLib#1014,
    glgo#gnome/GLib#656, glgo#gnome/GLib#1313, glgo#gnome/GLib!346.
  + Updated translations.
- Drop upstream fixed patches:
  + 0001-gvariant-Fix-checking-arithmetic-for-tuple-element-e.patch
  + 0002-gvarianttype-Impose-a-recursion-limit-of-64-on-varia.patch

OBS-URL: https://build.opensuse.org/request/show/659770
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=372
2018-12-19 16:37:39 +00:00
3619fa425c Accepting request 644294 from GNOME:Factory
- Add patchset to fix gvariant parsing issues. (bsc#1111499).
   0001-gvariant-Fix-checking-arithmetic-for-tuple-element-e.patch
   0002-gvarianttype-Impose-a-recursion-limit-of-64-on-varia.patch
   0003-gvariant-Check-array-offsets-against-serialised-data.patch
   0004-gvariant-Check-tuple-offsets-against-serialised-data.patch
   0005-gvariant-Limit-GVariant-strings-to-G_MAXSSIZE.patch
   0006-gdbusmessage-Validate-type-of-message-header-signatu.patch
   0007-gdbusmessage-Improve-documentation-for-g_dbus_messag.patch
   0008-gdbusmessage-Clarify-error-returns-for-g_dbus_messag.patch
   0009-gdbusmessage-Fix-a-typo-in-a-documentation-comment.patch
   0010-gdbusmessage-Check-for-valid-GVariantType-when-parsi.patch
   0011-gvariant-Clarify-internal-documentation-about-GVaria.patch
   0012-tests-Tidy-up-GError-handling-in-gdbus-serialization.patch
   0013-tests-Use-g_assert_null-in-gdbus-serialization-test.patch
   0014-gutf8-Add-a-g_utf8_validate_len-function.patch
   0015-glib-Port-various-callers-to-use-g_utf8_validate_len.patch (forwarded request 644162 from sreeves1)

OBS-URL: https://build.opensuse.org/request/show/644294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=201
2018-11-08 08:43:40 +00:00
8eed20495d Accepting request 644162 from home:sreeves1:branches:GNOME:Factory
- Add patchset to fix gvariant parsing issues. (bsc#1111499).
   0001-gvariant-Fix-checking-arithmetic-for-tuple-element-e.patch
   0002-gvarianttype-Impose-a-recursion-limit-of-64-on-varia.patch
   0003-gvariant-Check-array-offsets-against-serialised-data.patch
   0004-gvariant-Check-tuple-offsets-against-serialised-data.patch
   0005-gvariant-Limit-GVariant-strings-to-G_MAXSSIZE.patch
   0006-gdbusmessage-Validate-type-of-message-header-signatu.patch
   0007-gdbusmessage-Improve-documentation-for-g_dbus_messag.patch
   0008-gdbusmessage-Clarify-error-returns-for-g_dbus_messag.patch
   0009-gdbusmessage-Fix-a-typo-in-a-documentation-comment.patch
   0010-gdbusmessage-Check-for-valid-GVariantType-when-parsi.patch
   0011-gvariant-Clarify-internal-documentation-about-GVaria.patch
   0012-tests-Tidy-up-GError-handling-in-gdbus-serialization.patch
   0013-tests-Use-g_assert_null-in-gdbus-serialization-test.patch
   0014-gutf8-Add-a-g_utf8_validate_len-function.patch
   0015-glib-Port-various-callers-to-use-g_utf8_validate_len.patch

OBS-URL: https://build.opensuse.org/request/show/644162
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=370
2018-10-24 12:56:55 +00:00
254b621a85 Accepting request 638697 from GNOME:Factory
New stable rel (forwarded request 638568 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/638697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=200
2018-10-17 06:17:50 +00:00
1808ce17e2 Accepting request 638568 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/638568
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=368
2018-09-27 07:41:44 +00:00
11704dcf69 Accepting request 635619 from GNOME:Next
update to 2.58.0

OBS-URL: https://build.opensuse.org/request/show/635619
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=367
2018-09-21 22:43:51 +00:00
1dabbf4868 Accepting request 630177 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/630177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=199
2018-08-22 12:25:13 +00:00
cd0b563a73 Accepting request 629996 from home:iznogood:branches:GNOME:Factory
- Update to version 2.56.2:
  + Support version 2 of the NetworkMonitor portal interface.
  + Bugs fixed: bgo#740791, bgo#755721, bgo#773435, bgo#793727,
    bgo#794380, bgo#794801, bgo#795138, bgo#795234, bgo#795406,
    bgo#795429, bgo#795711, bgo#795735, bgo#795802,
    glgo#GNOME/glib2#1240, glgo#GNOME/glib2#1401,
    glgo#GNOME/glib2#1452, glgo#GNOME/glib2#1458.
  + Updated translations.
- Drop glib2-codegen-headers.patch: Fixed upstream.
- Refresh patches with quilt.

OBS-URL: https://build.opensuse.org/request/show/629996
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=365
2018-08-18 16:19:14 +00:00
076727861f Accepting request 609852 from GNOME:Factory
- Add glib2-codegen-headers.patch: gdbus-codegen: Fix header
  include in the body file (bgo#795802). (forwarded request 609850 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/609852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=198
2018-05-22 15:00:34 +00:00
99da027da2 Accepting request 609850 from GNOME:Next
- Add glib2-codegen-headers.patch: gdbus-codegen: Fix header
  include in the body file (bgo#795802).

OBS-URL: https://build.opensuse.org/request/show/609850
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=363
2018-05-16 16:14:37 +00:00
56defe277b Accepting request 596120 from GNOME:Factory
(forwarded request 594240 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/596120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=197
2018-04-19 13:21:53 +00:00
09c21f4bb7 Accepting request 594240 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/594240
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=361
2018-04-13 06:43:32 +00:00
15e0a9ebaa Accepting request 590023 from GNOME:Factory
t-u-u / boo#1086036 (forwarded request 589336 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/590023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=196
2018-03-26 10:50:26 +00:00
dc7cd6c98d Accepting request 589336 from home:dimstar:t-u-u
t-u-u / boo#1086036

OBS-URL: https://build.opensuse.org/request/show/589336
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=359
2018-03-22 09:43:36 +00:00
846a05c53a Accepting request 586234 from GNOME:Factory
Update to 3.28.0 (forwarded request 586084 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/586234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=195
2018-03-14 18:30:14 +00:00
d27b54611b Accepting request 586084 from GNOME:Next
Update to 3.28.0

OBS-URL: https://build.opensuse.org/request/show/586084
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=357
2018-03-13 08:22:51 +00:00
0c6d04a059 Accepting request 583616 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/583616
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=356
2018-03-09 10:10:43 +00:00
cd681e54f9 Accepting request 572084 from GNOME:Factory
Resub, tiny tweak, new stable rel (forwarded request 571563 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/572084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=194
2018-02-03 14:38:57 +00:00
ef9393b9a5 Accepting request 571563 from home:iznogood
Resub, tiny tweak, new stable rel

OBS-URL: https://build.opensuse.org/request/show/571563
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=354
2018-02-02 16:33:01 +00:00
988d29a787 Accepting request 556638 from GNOME:Factory
- Add glib2-gsettings-overrides-per-session.patch: gsettings
  default value can be overridden depending on session
  (bgo#746592 bsc#1070090).

  + Bugs fixed: bgo#686895, bgo#688704, bgo#602715, bgo#688377,
  + GTask (the new GAsyncResult implementation) has landed
    - bgo#624991 GSettings mapping for G_TYPE_STRV
    - g_mkstemp_full is a variant of g_mkstemp that allows to
    - bgo#593232 g_rand_new: read no more than requested from
  + GIO:
  + GIO:
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
- add gcc-c++ to buildreqires to work around libtool problem
    * New API to enable out-of-process volume monitors:
      g_signal_override_class_handler
- fix build
    icons for mime types
    additional GIO modules
    bgo#521045, bgo#521672, bgo#521946, bgo#522335, bgo#523015,
- obsolete glib2-<arch> via baselibs.conf
  recommendation of gvfs.
- Tag patches
   * g_win32_get_package_installation_directory_of_module: new
     function which supersedes
    * The MD5 implementation works correctly on buffers
  it easier to write threadsafe one-time initialization functions
* Add g_string_chunk_clear() for clearing a
* Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias
- removed obsolete patch glib2-unexpanded-variables.patch (#249204)
  343825 Double expansion in m4macros/glib-gettext.m4 will fail with (forwarded request 555796 from xiaoguang_wang)

OBS-URL: https://build.opensuse.org/request/show/556638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=193
2017-12-16 19:45:29 +00:00
30a2510db5 Accepting request 555796 from home:xiaoguang_wang:branches:GNOME:Factory
- Add glib2-gsettings-overrides-per-session.patch: gsettings
  default value can be overridden depending on session
  (bgo#746592 bsc#1070090).

  + Bugs fixed: bgo#686895, bgo#688704, bgo#602715, bgo#688377,
  + GTask (the new GAsyncResult implementation) has landed
    - bgo#624991 GSettings mapping for G_TYPE_STRV
    - g_mkstemp_full is a variant of g_mkstemp that allows to
    - bgo#593232 g_rand_new: read no more than requested from
  + GIO:
  + GIO:
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
- add gcc-c++ to buildreqires to work around libtool problem
    * New API to enable out-of-process volume monitors:
      g_signal_override_class_handler
- fix build
    icons for mime types
    additional GIO modules
    bgo#521045, bgo#521672, bgo#521946, bgo#522335, bgo#523015,
- obsolete glib2-<arch> via baselibs.conf
  recommendation of gvfs.
- Tag patches
   * g_win32_get_package_installation_directory_of_module: new
     function which supersedes
    * The MD5 implementation works correctly on buffers
  it easier to write threadsafe one-time initialization functions
* Add g_string_chunk_clear() for clearing a
* Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias
- removed obsolete patch glib2-unexpanded-variables.patch (#249204)
  343825 Double expansion in m4macros/glib-gettext.m4 will fail with

OBS-URL: https://build.opensuse.org/request/show/555796
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=352
2017-12-13 10:18:47 +00:00
15f93205fe Accepting request 554787 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/554787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=192
2017-12-12 20:18:43 +00:00
421687ee74 Accepting request 554779 from home:dimstar:branches:GNOME:Factory
Resubmit, fixed bgo ref

OBS-URL: https://build.opensuse.org/request/show/554779
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=350
2017-12-06 11:53:44 +00:00
bbba4ebf64 Accepting request 546642 from GNOME:Factory
Use python3; attempting to eliminate python2 from a default install (forwarded request 546457 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/546642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=191
2017-12-04 11:14:33 +00:00
2429ec7dab Accepting request 546457 from home:dimstar:branches:GNOME:Factory
Use python3; attempting to eliminate python2 from a default install

OBS-URL: https://build.opensuse.org/request/show/546457
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=348
2017-11-30 09:57:30 +00:00
b8159cc7a6 Accepting request 537577 from GNOME:Factory
(forwarded request 537534 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/537577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=190
2017-11-01 10:07:26 +00:00
f7d42ef965 Accepting request 537534 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/537534
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=346
2017-10-30 14:26:14 +00:00
d8e60f59f0 Accepting request 531570 from GNOME:Factory
Fix ugly typos in the changes file. (forwarded request 531398 from sbrabec)

OBS-URL: https://build.opensuse.org/request/show/531570
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=189
2017-10-06 08:59:34 +00:00
fdf1c73893 Accepting request 531398 from home:sbrabec:branches:GNOME:Factory
Fix ugly typos in the changes file.

OBS-URL: https://build.opensuse.org/request/show/531398
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=344
2017-10-05 09:57:07 +00:00
9029974765 Accepting request 531386 from home:sbrabec:branches:GNOME:Factory
- Install dummy defaults.list files to prefer dead symlinks
  (bsc#1061599).

OBS-URL: https://build.opensuse.org/request/show/531386
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=343
2017-10-04 16:11:44 +00:00
6bb42cad9f Accepting request 531078 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/531078
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=342
2017-10-04 11:56:01 +00:00
e638ede7f2 Accepting request 526063 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/526063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=188
2017-09-15 19:06:11 +00:00
Bjørn Lie
b9b36d5acb Accepting request 525961 from home:jengelh:branches:GNOME:Factory
- Avoid running fdupes across hardlink boundaries.
  Replace some old RPM macros.
- Update RPM groups and package summaries.

OBS-URL: https://build.opensuse.org/request/show/525961
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=340
2017-09-14 11:45:01 +00:00
44428959bb Accepting request 523029 from GNOME:Factory
New stable rel (forwarded request 522984 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/523029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=187
2017-09-13 19:47:45 +00:00
68781f271f Accepting request 522984 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/522984
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=338
2017-09-11 10:18:11 +00:00
Bjørn Lie
ddff58abf2 Accepting request 520841 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/520841
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=337
2017-09-04 20:08:50 +00:00
e3315b38cd Accepting request 519642 from GNOME:Next
push

OBS-URL: https://build.opensuse.org/request/show/519642
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=336
2017-08-31 07:45:56 +00:00
e5c54e0fa3 Accepting request 506737 from GNOME:Factory
New stable release (forwarded request 505796 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/506737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=186
2017-06-30 16:39:58 +00:00
b1b035feee Accepting request 505796 from home:Zaitor:branches:GNOME:Factory
New stable release

OBS-URL: https://build.opensuse.org/request/show/505796
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=334
2017-06-28 09:40:28 +00:00
9931df6f47 Accepting request 501742 from GNOME:Factory
- Remove version string from files generated by gdbus-codegen
  to avoid needless republishing of pkgs depending on glib2-devel
  added glib2-gdbus-codegen-version.patch (forwarded request 499854 from olh)

OBS-URL: https://build.opensuse.org/request/show/501742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=185
2017-06-12 13:07:56 +00:00
7aaa90c441 Accepting request 499854 from home:olh:branches:GNOME:Factory
- Remove version string from files generated by gdbus-codegen
  to avoid needless republishing of pkgs depending on glib2-devel
  added glib2-gdbus-codegen-version.patch

OBS-URL: https://build.opensuse.org/request/show/499854
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=332
2017-06-07 13:34:11 +00:00
a361b7218a Accepting request 499834 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/499834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=184
2017-05-31 10:15:18 +00:00
b6c7341a89 Accepting request 498716 from home:luke_nukem:branches:GNOME:Factory
Fixes issue with LibreOffice (and others) using 100% of a thread keeping the CPU at mas freq and awake.

OBS-URL: https://build.opensuse.org/request/show/498716
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=330
2017-05-30 17:28:03 +00:00
f9a155ccb6 Accepting request 494255 from GNOME:Factory
New stable rel (forwarded request 493691 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/494255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=183
2017-05-18 18:38:45 +00:00
5484c0ee8f Accepting request 493691 from home:Zaitor
New stable rel

OBS-URL: https://build.opensuse.org/request/show/493691
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=328
2017-05-10 13:01:59 +00:00
f9fc835dab Accepting request 490195 from GNOME:Factory
(forwarded request 489118 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/490195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=182
2017-04-29 08:48:37 +00:00
4b3ff5c6a4 Accepting request 489118 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/489118
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=326
2017-04-24 08:39:34 +00:00
22b76696ab Accepting request 481195 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/481195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=181
2017-03-22 22:04:28 +00:00
56a06ef164 Accepting request 481183 from GNOME:Next
Supersede (missing capital letter).

OBS-URL: https://build.opensuse.org/request/show/481183
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=324
2017-03-19 23:18:03 +00:00
68308b3fa7 Accepting request 479110 from GNOME:Next
Update to 2.51.5

OBS-URL: https://build.opensuse.org/request/show/479110
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=323
2017-03-14 18:42:52 +00:00
Bjørn Lie
1139943c7b Accepting request 461893 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/461893
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=322
2017-03-02 13:02:11 +00:00
d38bfcac6d Accepting request 460976 from GNOME:Next
Scripted push of GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/460976
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=321
2017-02-28 21:41:16 +00:00
de288fa67b Accepting request 459808 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/459808
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=320
2017-02-22 20:40:29 +00:00
cc5e66dcbd Accepting request 457385 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/457385
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=180
2017-02-18 23:38:37 +00:00
Bjørn Lie
2596897856 Accepting request 456938 from home:Zaitor:branches:GNOME:Factory
New stable release

OBS-URL: https://build.opensuse.org/request/show/456938
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=318
2017-02-15 11:03:27 +00:00
df2f8588ed Accepting request 451214 from GNOME:Factory
Same submission as before - but bugref added (bug was filed after the change was done)

OBS-URL: https://build.opensuse.org/request/show/451214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=179
2017-01-23 10:21:11 +00:00
b39336aa35 Add bugref
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=316
2017-01-18 15:11:05 +00:00
d0fea32ba5 Accepting request 451161 from home:dimstar:branches:GNOME:Factory
- Replace dbus-1-x11 Requires of libgio-2_0-0 to dbus-launch:
  openSUSE provides two implementations of dbus-launch (with and
  without X interaction). For glib, it does not matter which one is
  being used.

OBS-URL: https://build.opensuse.org/request/show/451161
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=315
2017-01-18 10:44:00 +00:00
ada9a811b8 Accepting request 449330 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/449330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=178
2017-01-10 09:39:17 +00:00
Bjørn Lie
90e9815a4a Accepting request 449260 from home:Zaitor
Add 2 upstream patches

OBS-URL: https://build.opensuse.org/request/show/449260
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=313
2017-01-09 11:30:42 +00:00
f0d8e15414 Accepting request 439149 from GNOME:Factory
update to 2.50.2 (forwarded request 439094 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/439149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=177
2016-11-10 12:13:17 +00:00
451a5377d3 Accepting request 439094 from home:dimstar:branches:GNOME:Factory
update to 2.50.2

OBS-URL: https://build.opensuse.org/request/show/439094
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=311
2016-11-08 08:58:13 +00:00
7ef038ea97 Accepting request 435385 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/435385
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=176
2016-10-18 08:29:45 +00:00
Bjørn Lie
d47ac742e0 Accepting request 434189 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/434189
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=308
2016-10-14 19:24:08 +00:00
2aef522157 Accepting request 429084 from GNOME:Factory
Update to 2.50.0 (forwarded request 428729 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/429084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=175
2016-09-21 16:34:50 +00:00
4d206b42e3 Accepting request 428729 from GNOME:Next
Update to 2.50.0

OBS-URL: https://build.opensuse.org/request/show/428729
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=306
2016-09-20 18:20:52 +00:00
f7fc0c4ee9 Accepting request 427347 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/427347
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=305
2016-09-14 16:48:43 +00:00
40f2bfa7df Accepting request 425049 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/425049
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=304
2016-09-08 21:24:14 +00:00
372f013dae Accepting request 420382 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/420382
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=174
2016-08-24 08:06:26 +00:00
e13d9c3803 Accepting request 419885 from home:Zaitor:branches:GNOME:Factory
New stable update, not buildtested

OBS-URL: https://build.opensuse.org/request/show/419885
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=302
2016-08-19 07:36:58 +00:00
da7c012078 Accepting request 418946 from GNOME:Factory
Scripted push of project GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/418946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=173
2016-08-17 10:02:40 +00:00
be84754de7 tweak
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=300
2016-08-03 12:18:23 +00:00
b864d355d1 Accepting request 415833 from SUSE:SLE-12-SP2:GA
(resync changelog)
- Update to GNOME 3.20.2  Fate#318572

- Update to GNOME 3.20  Fate#318572
- Remove patches: glib2-dbus-object-manager-ref.patch,
  glib2-trash-on-other-partitions.patch,
  glib2-bnc873225-add-get-default-value.patch,
  glib2-missing-annotations.patch

- Add glib2-bnc873225-add-get-default-value.patch: allow
  retrieving the default value for a key (bnc#873225).

- Add glib2-trash-on-other-partitions.patch -- delete file directly
  when try to move files into trash can on other partitions(/home
  not involved) (bnc#866456). 

- Add glib2-dbus-object-manager-ref.patch -- keep the gdbus object
  manager alive (bgo#719402).
- Add glib2-missing-annotations.patch -- add gobject-introspection
  annotation to g_desktop_app_info_launch_uris_as_manager.

- BuildRequire gamin-devel instead of unmaintained fam(-devel).

- Add glib2-dbus-socket-path.patch: Have gio look for the system
  dbus socket in /run instead of /var/run (bnc#845287).

OBS-URL: https://build.opensuse.org/request/show/415833
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=299
2016-08-03 12:17:11 +00:00
c31a217b08 Accepting request 394806 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/394806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=172
2016-05-16 10:02:25 +00:00
Bjørn Lie
7a7028431b Accepting request 394728 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/394728
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=297
2016-05-11 09:24:16 +00:00
aa1cc90a1a Accepting request 382680 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/382680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=171
2016-04-05 08:42:18 +00:00
Bjørn Lie
d69684d17d Accepting request 382482 from GNOME:Next
- baselibs.conf: also add the pkgconfig file to the -32bit package
  (boo#973217).

  associations. The created link is gnome specific, so make it

OBS-URL: https://build.opensuse.org/request/show/382482
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=295
2016-03-31 19:27:36 +00:00
6dec8605e3 Accepting request 378621 from GNOME:Factory
Update to 3.20.0 (forwarded request 377613 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/378621
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=170
2016-03-29 12:45:20 +00:00
9ecaab6068 Accepting request 377613 from GNOME:Next
Update to 3.20.0

OBS-URL: https://build.opensuse.org/request/show/377613
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=293
2016-03-23 13:07:08 +00:00
26b3650633 Accepting request 374631 from GNOME:Next
- Update to version 2.47.92:
  + gdbus-codegen now supports g_autoptr().
  + g_get_user_runtime_dir() now reliably returns an existing
    directory.
  + g_array_remove_range() can now remove 0 items from the end of
    an array.
  + Many fixes for Windows.
  + Documentation improvements.
  + Other small bugfixes.
  + Bugs fixed: bgo#724847, bgo#743933, bgo#756706, bgo#757506,
    bgo#760694, bgo#762202, bgo#762637, bgo#762748, bgo#762937,
    bgo#763339, bgo#763344, bgo#763379.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/374631
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=292
2016-03-18 10:11:17 +00:00
7a978b6bc2 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=291 2016-03-14 15:03:17 +00:00
1fc684db93 Accepting request 372711 from home:msmeissn:branches:GNOME:Factory
- include the glibconfig.h in the baselibs glib2-devel-xxbit
  package, as it contains the architecture specific configuration.
  bsc#970694

OBS-URL: https://build.opensuse.org/request/show/372711
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=290
2016-03-14 15:02:42 +00:00
06628027cd Accepting request 360424 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/360424
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=289
2016-02-19 15:01:43 +00:00
66c396ad28 Accepting request 360153 from home:tittiatcoke:branches:GNOME:Factory
This would resolve a current issue detected with the last tumbleweed. Using /usr/share/applications/mimeapps.list sets the mime associations for all desktops. By creating /usr/share/applications/gnome-mimeapps.list, this stays desktop specific and would not mess up Plasma5

OBS-URL: https://build.opensuse.org/request/show/360153
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=288
2016-02-18 15:27:47 +00:00
47be2aa143 Accepting request 355257 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/355257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=169
2016-02-09 12:29:48 +00:00
Bjørn Lie
498a5d75c5 Accepting request 355241 from home:dimstar:branches:GNOME:Factory
- Fix default mime handler associtations: since GLIB 2.42, the file
  in question is no longer defaults.list (too unspecific), but is
  called mimeapps.list. Touch and link the right files.

OBS-URL: https://build.opensuse.org/request/show/355241
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=286
2016-01-21 14:20:02 +00:00
5de16a2133 Accepting request 342880 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/342880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=168
2015-12-03 12:25:26 +00:00
Bjørn Lie
64b00fa27f Accepting request 342828 from home:Zaitor:branches:GNOME:Factory
New stable

OBS-URL: https://build.opensuse.org/request/show/342828
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=284
2015-11-07 13:30:57 +00:00
Stephan Kulow
ca778a9025 Accepting request 340174 from GNOME:Factory
Update and fix... broken gpg usage without the patch

OBS-URL: https://build.opensuse.org/request/show/340174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=167
2015-10-25 18:12:31 +00:00
3e7cc8c91d tweak
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=282
2015-10-21 07:45:55 +00:00
f33f213a18 Accepting request 340124 from home:oertel:branches:GNOME:Factory
- add glib2-remove_fam_debug_print.patch (boo#951221)
  to remove a debug print "II 1" from fam monitor

OBS-URL: https://build.opensuse.org/request/show/340124
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=281
2015-10-21 07:43:21 +00:00
277d486bbd Accepting request 339449 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/339449
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=280
2015-10-19 10:08:08 +00:00
f4f9aac153 Accepting request 332702 from GNOME:Factory
Update to 3.18.0 (forwarded request 332683 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/332702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=166
2015-10-06 14:23:29 +00:00
deeef86d0c Accepting request 332683 from GNOME:Next
Update to 3.18.0

OBS-URL: https://build.opensuse.org/request/show/332683
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=278
2015-09-21 14:28:18 +00:00
89d605eeff Accepting request 331462 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/331462
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=277
2015-09-17 12:49:07 +00:00
790f31bc52 fixup
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=276
2015-09-10 09:05:51 +00:00
0e05fbc694 Accepting request 329055 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/329055
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=275
2015-09-04 11:33:06 +00:00
5565ff68ca Accepting request 306797 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/306797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=165
2015-05-18 20:04:25 +00:00
Bjørn Lie
31c483960a Accepting request 306738 from home:Zaitor:branches:GNOME:Factory
New stable

OBS-URL: https://build.opensuse.org/request/show/306738
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=273
2015-05-13 13:08:20 +00:00
a1bdaad59f Accepting request 294109 from GNOME:Factory
Revert the last commit - it causes a build cycle glib2 -> gnome-backgrouns -> glib2

OBS-URL: https://build.opensuse.org/request/show/294109
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=272
2015-04-03 12:06:59 +00:00
8ce334fb2f Accepting request 293800 from GNOME:Next
- Add gnome-backgrounds requires to gio-branding-upstream.

OBS-URL: https://build.opensuse.org/request/show/293800
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=271
2015-04-01 08:23:38 +00:00
18564975da Accepting request 293027 from GNOME:Factory
Scripted push of project GNOME:Next (forwarded request 292843 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/293027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=164
2015-03-30 17:26:41 +00:00
977cbbf2bb Accepting request 292843 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/292843
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=269
2015-03-25 09:02:13 +00:00
348d8c0d08 Accepting request 291520 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/291520
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=268
2015-03-19 14:35:31 +00:00
c77477fb21 Accepting request 288012 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/288012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=163
2015-03-03 10:09:47 +00:00
f0c7c94418 Accepting request 287949 from home:Zaitor:branches:GNOME:Factory
Yet an new stable

OBS-URL: https://build.opensuse.org/request/show/287949
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=266
2015-02-26 21:44:46 +00:00
8e2a6cb8eb Accepting request 261779 from GNOME:Factory
Push GNOME 3.14.2

OBS-URL: https://build.opensuse.org/request/show/261779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=162
2014-11-18 21:46:14 +00:00
b120b89852 Accepting request 261067 from home:Zaitor:branches:GNOME:Factory
Stable update

OBS-URL: https://build.opensuse.org/request/show/261067
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=264
2014-11-13 23:33:24 +00:00
Stephan Kulow
fee8aee4a3 Accepting request 256872 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/256872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=161
2014-10-17 06:50:32 +00:00
4e807593b3 Accepting request 256852 from GNOME:Next
- Update glib2-fate300461-gettext-gkeyfile-suse.patch: Initialize
  variable has_gettext.

OBS-URL: https://build.opensuse.org/request/show/256852
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=262
2014-10-16 11:38:38 +00:00
7d0b08ec8a Accepting request 256790 from home:gberh:branches:GNOME:Factory
- fix uninitialized variable in
  glib2-fate300461-gettext-gkeyfile-suse.patch

OBS-URL: https://build.opensuse.org/request/show/256790
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=261
2014-10-16 09:05:15 +00:00
Stephan Kulow
5b51f1ca37 Accepting request 252124 from GNOME:Factory
Push GNOME 3.14.0 (forwarded request 251874 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/252124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=160
2014-09-30 17:39:09 +00:00
955a154d9a Accepting request 251874 from GNOME:Next
Push GNOME 3.14.0

OBS-URL: https://build.opensuse.org/request/show/251874
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=259
2014-09-25 07:53:17 +00:00
ac687439c7 Accepting request 248677 from GNOME:Next
Push GNOME 3.13.91 - Add to Staging:E

OBS-URL: https://build.opensuse.org/request/show/248677
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=258
2014-09-11 21:24:11 +00:00
63f533c006 Accepting request 246064 from GNOME:Next
Push GNOME 3.13.90 to the devel repo

OBS-URL: https://build.opensuse.org/request/show/246064
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=257
2014-08-23 11:51:53 +00:00
Stephan Kulow
8b6cc04fbe Accepting request 241442 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/241442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=158
2014-07-21 08:34:45 +00:00
a9e07534e6 Accepting request 241441 from home:Zaitor:branches:GNOME:Factory
Update gtk-doc.m4 due to version update/changes of gtk-doc.
 Add glib2-rpmlintrc to spec as Source98, following new factory
  rules.

OBS-URL: https://build.opensuse.org/request/show/241441
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=255
2014-07-18 09:24:31 +00:00
7556cc7f5c Accepting request 241439 from home:Zaitor:branches:GNOME:Factory
Update gtk-doc.m4 due to version update/changes of gtk-doc.

OBS-URL: https://build.opensuse.org/request/show/241439
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=254
2014-07-18 09:16:34 +00:00
Stephan Kulow
075835b000 Accepting request 231699 from GNOME:Factory
Push GNOME:Factory - GNOME 3.12.1

OBS-URL: https://build.opensuse.org/request/show/231699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=157
2014-05-05 19:14:48 +00:00
6204356a50 Accepting request 228616 from GNOME:Next
Push GNOME:Next - GNOME 3.12.0

OBS-URL: https://build.opensuse.org/request/show/228616
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=252
2014-04-03 20:37:43 +00:00
Stephan Kulow
1c50d9ece3 Accepting request 213229 from GNOME:Factory
- BuildRequire gamin-devel instead of unmaintained fam(-devel).

OBS-URL: https://build.opensuse.org/request/show/213229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=156
2014-01-09 16:24:20 +00:00
7b85a6e2c1 tweak
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=250
2014-01-08 20:00:59 +00:00
0214f6e7c1 Accepting request 213181 from home:adrianSuSE:NoFam
I am about to drop fam package in factory (more then 10 years unmaintained in upstream), so please forward this to avoid breakage

OBS-URL: https://build.opensuse.org/request/show/213181
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=249
2014-01-08 19:59:27 +00:00
Stephan Kulow
ad9671f07d Accepting request 207661 from GNOME:Factory
Push GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/207661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=155
2013-11-24 10:27:22 +00:00
7c906726f0 Accepting request 207365 from home:dimstar:bnc849913
Update to GNOME 3.10.2

OBS-URL: https://build.opensuse.org/request/show/207365
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=247
2013-11-18 20:25:22 +00:00
Tomáš Chvátal
6f24e32b76 Accepting request 203505 from GNOME:Factory
Update to 2.38.1 - Part of GNOME 3.10.1 Stable branch - Bugfixes only (forwarded request 203456 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/203505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=154
2013-10-17 12:06:40 +00:00
Bjørn Lie
1672f5676c Accepting request 203456 from home:dimstar:branches:GNOME:Factory
Update to 2.38.1 - Part of GNOME 3.10.1 Stable branch - Bugfixes only

OBS-URL: https://build.opensuse.org/request/show/203456
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=245
2013-10-16 14:26:52 +00:00
Tomáš Chvátal
d6bd5fda1d Accepting request 202423 from GNOME:Factory
- Add glib2-no_DBusActivatable_from_keyfile.patch: Don't try
  DBusActivatable with load_from_keyfile. Fixes a crash when
  starting synapse with any .desktop files installed that specify
  DBusActivatable=true (e.g. gnome-weather, bnc#842645).

Local tests succeeded with synapse

WANTED for 13.1 (forwarded request 202421 from RBrownCCB)

OBS-URL: https://build.opensuse.org/request/show/202423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=152
2013-10-06 17:33:53 +00:00
6d204d4918 Accepting request 202421 from home:dimstar:branches:GNOME:Factory
- Add glib2-no_DBusActivatable_from_keyfile.patch: Don't try
  DBusActivatable with load_from_keyfile. Fixes a crash when
  starting synapse with any .desktop files installed that specify
  DBusActivatable=true (e.g. gnome-weather, bnc#842645).

Local tests succeeded with synapse

WANTED for 13.1

OBS-URL: https://build.opensuse.org/request/show/202421
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=243
2013-10-06 15:08:46 +00:00
Stephan Kulow
1b0f3d6616 Accepting request 200909 from GNOME:Factory
Push GNOME 3.10.0

OBS-URL: https://build.opensuse.org/request/show/200909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=151
2013-09-27 15:12:28 +00:00
f1e956e393 Accepting request 200314 from home:dimstar:branches:GNOME:Factory
Update to 2.38.0

OBS-URL: https://build.opensuse.org/request/show/200314
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=241
2013-09-24 20:05:15 +00:00
Stephan Kulow
daeeadeb5b Accepting request 199978 from GNOME:Factory
Push GNOME 3.9.92

OBS-URL: https://build.opensuse.org/request/show/199978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=150
2013-09-23 10:18:26 +00:00
a97eed5522 Accepting request 199425 from home:dimstar:branches:GNOME:Factory
Update to 2.37.93

OBS-URL: https://build.opensuse.org/request/show/199425
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=239
2013-09-19 19:26:23 +00:00
Stephan Kulow
61f15ba0a5 Accepting request 198065 from GNOME:Factory
Update to 3.9.91

OBS-URL: https://build.opensuse.org/request/show/198065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=148
2013-09-11 09:36:43 +00:00
bbf39d354f Accepting request 197205 from home:dimstar:branches:GNOME:Factory
Update to 2.37.7

OBS-URL: https://build.opensuse.org/request/show/197205
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=237
2013-09-07 13:20:11 +00:00
Stephan Kulow
640a8acdeb Accepting request 196224 from GNOME:Factory
Push GNOME 3.9.90

OBS-URL: https://build.opensuse.org/request/show/196224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=147
2013-08-30 15:15:51 +00:00
Bjørn Lie
2aefcc3422 Accepting request 195658 from home:dimstar:branches:GNOME:Factory
Update to 2.37.6

OBS-URL: https://build.opensuse.org/request/show/195658
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=235
2013-08-21 21:05:31 +00:00
Tomáš Chvátal
831df62968 Accepting request 186864 from GNOME:Factory
push GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/186864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=146
2013-08-16 10:25:13 +00:00
b1c800c497 Accepting request 184956 from home:dimstar:branches:GNOME:Factory
Update to 2.37.5

OBS-URL: https://build.opensuse.org/request/show/184956
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=233
2013-07-31 18:54:03 +00:00
Stephan Kulow
9a360b2e6d Accepting request 183161 from GNOME:Factory
Push GNOME 3.9.4 - hopefully in the for #oSC13

OBS-URL: https://build.opensuse.org/request/show/183161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=145
2013-07-16 13:00:39 +00:00
6a24cdfb1f Accepting request 182692 from home:dimstar:branches:GNOME:Factory
Update to 2.37.4

OBS-URL: https://build.opensuse.org/request/show/182692
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=231
2013-07-10 20:31:54 +00:00
Stephan Kulow
c235c4d5c0 Accepting request 181272 from GNOME:Factory
Push GNOME 3.9.3, as announced

OBS-URL: https://build.opensuse.org/request/show/181272
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=144
2013-06-29 17:39:49 +00:00
13732b4b99 Accepting request 180790 from home:Zaitor:branches:GNOME:Factory
Update to ver 2.37.3, fixup/resub after review

OBS-URL: https://build.opensuse.org/request/show/180790
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=229
2013-06-25 18:40:40 +00:00
b2c619dc63 Accepting request 180472 from home:dimstar:branches:GNOME:Factory
Update to 2.37.2 - incl. new gtk-doc.m4

OBS-URL: https://build.opensuse.org/request/show/180472
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=228
2013-06-23 13:45:50 +00:00
Bjørn Lie
4131f550b0 Accepting request 176830 from home:dimstar:branches:GNOME:Factory
Update to 2.37.1

OBS-URL: https://build.opensuse.org/request/show/176830
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=227
2013-05-28 16:08:34 +00:00
Stephan Kulow
4c454beee9 Accepting request 176661 from GNOME:Factory
Push GNOME 3.9.1 - been running it for a while now.

OBS-URL: https://build.opensuse.org/request/show/176661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=143
2013-05-28 05:29:53 +00:00
a130ec5112 Accepting request 174180 from home:dimstar:branches:GNOME:Factory
Update to 2.37.0

OBS-URL: https://build.opensuse.org/request/show/174180
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=225
2013-05-05 12:00:11 +00:00
Stephan Kulow
e4b2aa9a9c Accepting request 173230 from GNOME:Factory
Push GNOME 3.8.1 to Factory - mostly small bug fixes over the existing 3.8.0 we have

OBS-URL: https://build.opensuse.org/request/show/173230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=142
2013-04-26 13:43:35 +00:00
Bjørn Lie
336f1b1d27 Accepting request 170991 from home:dimstar:branches:GNOME:Factory
Update to 2.36.1 - Consdier copying to G:S:3.8 on checkin

OBS-URL: https://build.opensuse.org/request/show/170991
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=223
2013-04-19 09:31:21 +00:00
Stephan Kulow
7f09d4a145 Accepting request 161283 from GNOME:Factory
Update to 2.26.0

OBS-URL: https://build.opensuse.org/request/show/161283
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=141
2013-03-28 12:13:47 +00:00
17fcb556dd Accepting request 161097 from home:dimstar:branches:GNOME:Factory
Update to 2.36.0

OBS-URL: https://build.opensuse.org/request/show/161097
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=221
2013-03-26 20:13:31 +00:00
4558f58b0c Accepting request 159969 from home:dimstar:branches:GNOME:Factory
Update to 2.35.9

OBS-URL: https://build.opensuse.org/request/show/159969
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=220
2013-03-20 18:04:45 +00:00
5b1e1943a3 Accepting request 158330 from GNOME:Next
Push GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/158330
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=219
2013-03-13 22:57:57 +00:00
Ismail Dönmez
2e1aaf60ca Accepting request 144055 from GNOME:Factory
Push G:F

OBS-URL: https://build.opensuse.org/request/show/144055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=139
2012-12-05 12:52:15 +00:00
1b9eb77236 Accepting request 143000 from home:dimstar:branches:GNOME:Factory
update to 2.34.3

OBS-URL: https://build.opensuse.org/request/show/143000
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=217
2012-12-04 09:29:25 +00:00
Stephan Kulow
8c536bc5d7 Accepting request 141738 from GNOME:Factory
Update to 2.34.2 (forwarded request 141495 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/141738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=138
2012-11-20 09:19:28 +00:00
f612c4d8a6 Accepting request 141495 from home:dimstar:branches:GNOME:Factory
Update to 2.34.2

OBS-URL: https://build.opensuse.org/request/show/141495
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=215
2012-11-18 15:26:34 +00:00
Stephan Kulow
f8e503911b Accepting request 139744 from GNOME:Factory
- Make glib2-devel-32bit available on all archs (baselibs.conf).
- Remove redundant tags/sections from specfile.

OBS-URL: https://build.opensuse.org/request/show/139744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=137
2012-11-02 06:30:30 +00:00
8abcde6b32 Accepting request 139739 from home:dimstar:branches:GNOME:Factory
Make glib2-devel available on all archs

OBS-URL: https://build.opensuse.org/request/show/139739
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=213
2012-10-29 21:06:16 +00:00
7ba3db8c5c Accepting request 139213 from home:jengelh:branches:GNOME:Factory
- Make glib2-devel-32bit available on all arches
(obvious reason is that someone - in this case me - has come across a tarball using gtk2, and this tarball I want to compile with -m32)
- Remove redundant tags/sections from specfile

OBS-URL: https://build.opensuse.org/request/show/139213
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=212
2012-10-29 20:55:17 +00:00
Stephan Kulow
64b423abfc Accepting request 138591 from GNOME:Factory
Updatet o 2.34.1 (forwarded request 138331 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/138591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=136
2012-10-19 10:31:51 +00:00
0171bdf31b Accepting request 138331 from home:dimstar:branches:GNOME:Factory
Updatet o 2.34.1

OBS-URL: https://build.opensuse.org/request/show/138331
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=210
2012-10-17 20:24:17 +00:00
Stephan Kulow
f9dd717bf0 Accepting request 136685 from GNOME:Factory
Move SuSEconfig script to desktop-file-utils; note: can't go in G:S:3.6 (forwarded request 136524 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/136685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=135
2012-10-03 05:16:08 +00:00
d63f462382 Accepting request 136524 from home:vuntz:branches:GNOME:Factory
Move SuSEconfig script to desktop-file-utils; note: can't go in G:S:3.6

OBS-URL: https://build.opensuse.org/request/show/136524
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=208
2012-10-02 18:19:43 +00:00
Stephan Kulow
27c1d6f011 Accepting request 135983 from GNOME:Factory
Update to 2.34.0 (forwarded request 135686 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/135983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=134
2012-09-26 14:19:15 +00:00
11fafa6e51 Accepting request 135686 from home:dimstar:branches:GNOME:Factory
Update to 2.34.0

OBS-URL: https://build.opensuse.org/request/show/135686
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=206
2012-09-25 20:29:01 +00:00
f8dbb90c5c Accepting request 134824 from home:Zaitor:branches:GNOME:Factory
Update, and minor edit post review.

OBS-URL: https://build.opensuse.org/request/show/134824
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=205
2012-09-21 19:27:16 +00:00
Vincent Untz
51527888b5 Accepting request 132885 from GNOME:Next
Push G:N - Addressed the comments from previous review

OBS-URL: https://build.opensuse.org/request/show/132885
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=204
2012-09-07 15:28:34 +00:00
Stephan Kulow
70e5371757 Accepting request 128747 from GNOME:Factory
Add dbus-1-x11 Requires to libgio-2_0-0 (bnc#678518). (forwarded request 128655 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/128747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=133
2012-07-24 14:09:09 +00:00
a537eb2d88 Accepting request 128655 from home:dimstar:branches:GNOME:Factory
Add dbus-1-x11 Requires to libgio-2_0-0 (bnc#678518).

OBS-URL: https://build.opensuse.org/request/show/128655
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=202
2012-07-23 11:39:20 +00:00
7efdb756bb Accepting request 127905 from home:Zaitor:branches:GNOME:Factory
Update, pure bug fixes rel, however I'm somewhat unsure if I fixed the files correctly or not. Please review carefully

OBS-URL: https://build.opensuse.org/request/show/127905
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=201
2012-07-16 20:27:13 +00:00
Stephan Kulow
685bec234c Accepting request 124314 from GNOME:Factory
Add patch to suppress deprecated paths in schema warnings; fixes rh#814053 (patched build tested, works). (forwarded request 124266 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/124314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=131
2012-06-10 21:12:24 +00:00
bc7c8b50f1 Accepting request 124266 from home:badshah400:branches:GNOME:Factory
Add patch to suppress deprecated paths in schema warnings; fixes rh#814053 (patched build tested, works).

OBS-URL: https://build.opensuse.org/request/show/124266
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=199
2012-06-09 10:31:02 +00:00
Stephan Kulow
4059c0eee8 Accepting request 123638 from GNOME:Factory
Push G:F

OBS-URL: https://build.opensuse.org/request/show/123638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=130
2012-06-06 08:31:00 +00:00
f88373ea12 Accepting request 122025 from home:gberh:branches:GNOME:Factory
- Rewrote SuSEconfig.glib2 to support different default MIME
  associations for different desktops. It reads
  /etc/{gnome,xfce,lxde}_defaults.desktop to produce
  /var/cache/gio-2.0/{gnome,xfce,lxde}-defaults.list which can then
  be symlinked for each desktop to a directory in $XDG_DATA_DIRS.

OBS-URL: https://build.opensuse.org/request/show/122025
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=197
2012-06-04 17:38:43 +00:00
Stephan Kulow
c24648dc5a Accepting request 121426 from GNOME:Factory
push G:F

OBS-URL: https://build.opensuse.org/request/show/121426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=129
2012-05-22 08:09:13 +00:00
Vincent Untz
5549a7bc49 Accepting request 121137 from home:vuntz:branches:GNOME:Factory
.changes cleanup

OBS-URL: https://build.opensuse.org/request/show/121137
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=195
2012-05-16 07:11:11 +00:00
Vincent Untz
ef8d738bbd Accepting request 121066 from home:dimstar:branches:GNOME:Factory
Update to 2.32.3

OBS-URL: https://build.opensuse.org/request/show/121066
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=194
2012-05-16 07:07:34 +00:00
Stephan Kulow
3a7b12d55c Accepting request 114643 from GNOME:Factory
Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/114643
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=128
2012-04-20 13:14:24 +00:00
Vincent Untz
8038cffc96 Accepting request 114109 from home:dimstar:branches:GNOME:Factory
changed libelf-devel to pkgconfig(libelf) as asked for by vuntz

OBS-URL: https://build.opensuse.org/request/show/114109
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=192
2012-04-18 15:09:04 +00:00
Stephan Kulow
221819ad66 Accepting request 111703 from GNOME:Factory
Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/111703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=127
2012-03-29 11:51:37 +00:00
Vincent Untz
c04af5e0a1 Accepting request 111030 from home:dimstar:branches:GNOME:Factory
neater .changes - you can choose now :P

OBS-URL: https://build.opensuse.org/request/show/111030
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=190
2012-03-26 08:00:06 +00:00
Vincent Untz
109985aebe Accepting request 110373 from home:vuntz:branches:GNOME:Factory
bnc#560929

OBS-URL: https://build.opensuse.org/request/show/110373
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=189
2012-03-22 06:10:34 +00:00
Vincent Untz
cb9b3f92bc Accepting request 110295 from home:vuntz:branches:GNOME:Factory
Update to 2.31.22, with zlib change

OBS-URL: https://build.opensuse.org/request/show/110295
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=188
2012-03-21 08:43:11 +00:00
Stephan Kulow
5fe0977fb9 Accepting request 109409 from GNOME:Factory
Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/109409
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=126
2012-03-19 08:55:58 +00:00
930d9f0ce0 Accepting request 108017 from home:vuntz:branches:GNOME:Factory
Update to 2.31.20

OBS-URL: https://build.opensuse.org/request/show/108017
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=186
2012-03-11 17:46:01 +00:00
Stephan Kulow
2b5dc2caa5 Accepting request 107258 from GNOME:Factory
Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/107258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=125
2012-02-28 18:22:18 +00:00
Vincent Untz
a6efdbe160 Accepting request 106190 from home:vuntz:branches:GNOME:Factory
Update to 2.31.18

OBS-URL: https://build.opensuse.org/request/show/106190
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=184
2012-02-22 10:30:53 +00:00
Stephan Kulow
b1558c8f1a Accepting request 105099 from GNOME:Factory
Pushing most G:F bits

OBS-URL: https://build.opensuse.org/request/show/105099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=124
2012-02-16 15:13:21 +00:00
Vincent Untz
7d6bf9f70f Accepting request 102840 from home:vuntz:branches:GNOME:Factory
Update to 2.31.16

OBS-URL: https://build.opensuse.org/request/show/102840
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=182
2012-02-08 10:55:24 +00:00
Stephan Kulow
bc416a9e52 Accepting request 101596 from GNOME:Factory
Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/101596
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=123
2012-01-26 14:58:16 +00:00
Vincent Untz
6b22db710c Accepting request 101326 from home:vuntz:branches:GNOME:Factory
Update to 2.31.12 + moving ChangeLog to devel subpackage

OBS-URL: https://build.opensuse.org/request/show/101326
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=180
2012-01-24 11:19:44 +00:00
669b74785b Accepting request 100314 from home:vuntz:branches:GNOME:Factory
Update to 2.31.10

OBS-URL: https://build.opensuse.org/request/show/100314
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=179
2012-01-17 16:07:41 +00:00
Stephan Kulow
94369fb9ee Accepting request 99682 from GNOME:Factory
Update to 2.31.8 (forwarded request 99550 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/99682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=122
2012-01-11 14:36:25 +00:00
Vincent Untz
93e66812a3 Accepting request 99550 from home:vuntz:branches:GNOME:Factory
Update to 2.31.8

OBS-URL: https://build.opensuse.org/request/show/99550
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=177
2012-01-10 21:28:27 +00:00
Stephan Kulow
37b8b22731 Accepting request 99021 from GNOME:Factory
Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/99021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=121
2012-01-06 10:44:02 +00:00
Vincent Untz
a874b99e6a Accepting request 97851 from home:vuntz:branches:GNOME:Factory
Own /usr/share/aclocal, should fix build for the whole stack, including: gconf2, gob2, gobject-introspection, gtk2, gtk3, gtkglext, vala, vala-0_12

OBS-URL: https://build.opensuse.org/request/show/97851
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=175
2011-12-22 20:35:05 +00:00
Vincent Untz
7a5fa34682 Accepting request 97263 from home:vuntz:branches:GNOME:Factory
Update to 2.31.6

OBS-URL: https://build.opensuse.org/request/show/97263
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=174
2011-12-21 04:10:18 +00:00
Vincent Untz
aaa75b2f51 Accepting request 96468 from home:dimstar:branches:GNOME:Factory
Update to 2.31.4

OBS-URL: https://build.opensuse.org/request/show/96468
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=173
2011-12-20 08:56:30 +00:00
Vincent Untz
29f617a2de Accepting request 94458 from home:coolo:removeautomake
add automake to buildrequires

OBS-URL: https://build.opensuse.org/request/show/94458
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=172
2011-12-12 16:08:31 +00:00
Vincent Untz
b654f5aa68 Accepting request 93261 from home:vuntz:branches:GNOME:Factory
Add missing part in .changes

OBS-URL: https://build.opensuse.org/request/show/93261
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=171
2011-11-23 11:25:42 +00:00
Vincent Untz
ab935d8862 Accepting request 92997 from home:dimstar:branches:GNOME:Factory
Update to 2.31.2

OBS-URL: https://build.opensuse.org/request/show/92997
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=170
2011-11-23 11:23:49 +00:00
Vincent Untz
e6599a36da Accepting request 91445 from home:vuntz:branches:GNOME:Factory
Improve .changes (upstream's one wasn't correctly ordered) -- this one is useful as there are important changes

OBS-URL: https://build.opensuse.org/request/show/91445
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=169
2011-11-15 09:07:35 +00:00
Vincent Untz
747725c741 Accepting request 91061 from home:dimstar:GNOME:Next
Pushing current Gnome 3.3 work to G:F... some work might be lumpy...

OBS-URL: https://build.opensuse.org/request/show/91061
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=168
2011-11-15 09:01:46 +00:00
Lars Vogdt
2612ef339a Accepting request 87983 from GNOME:Factory
Update to 2.30.1 -- only bug fixes from stable branche, should go in 12.1 (forwarded request 87982 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/87983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=119
2011-10-16 10:44:59 +00:00
Vincent Untz
02ae6b814f Accepting request 87982 from home:vuntz:branches:GNOME:Factory
Update to 2.30.1 -- only bug fixes from stable branche, should go in 12.1

OBS-URL: https://build.opensuse.org/request/show/87982
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=166
2011-10-15 06:45:15 +00:00
Lars Vogdt
4006f821ed Accepting request 85646 from GNOME:Factory
Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/85646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=118
2011-10-02 08:04:07 +00:00
Vincent Untz
eb461f1642 Accepting request 84996 from home:vuntz:branches:GNOME:Factory
Update to 2.30.0

OBS-URL: https://build.opensuse.org/request/show/84996
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=164
2011-09-27 11:14:44 +00:00
Vincent Untz
3b161df9e7 Accepting request 83048 from home:vuntz:branches:GNOME:Factory
Update to 2.29.92

OBS-URL: https://build.opensuse.org/request/show/83048
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=163
2011-09-19 08:49:49 +00:00
Sascha Peilicke
1c2988b069 Accepting request 81473 from GNOME:Factory
Pushing most of G:F

OBS-URL: https://build.opensuse.org/request/show/81473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=117
2011-09-09 09:16:21 +00:00
Vincent Untz
00c763ba7c Accepting request 81133 from home:vuntz:branches:GNOME:Factory
Update to 2.29.90

OBS-URL: https://build.opensuse.org/request/show/81133
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=161
2011-09-06 19:46:37 +00:00
Vincent Untz
b41a2e412c Accepting request 80329 from home:vuntz:branches:GNOME:Factory
Update to 2.29.18

OBS-URL: https://build.opensuse.org/request/show/80329
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=160
2011-09-01 23:49:06 +00:00
06eac3dbb1 Accepting request 78996 from home:dimstar:branches:GNOME:Factory
Update to 2.29.16

OBS-URL: https://build.opensuse.org/request/show/78996
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=159
2011-08-17 21:00:58 +00:00
Sascha Peilicke
c49cf88590 Accepting request 77787 from GNOME:Factory
Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/77787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=116
2011-08-03 14:00:57 +00:00
Vincent Untz
c2ed2e721b Accepting request 77084 from home:vuntz:branches:GNOME:Factory
Drop glib2-bnc379332-desktop-su.patch

OBS-URL: https://build.opensuse.org/request/show/77084
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=157
2011-07-27 22:05:09 +00:00
fc9009d0e9 Accepting request 76767 from home:vuntz:branches:GNOME:Factory
Update to 2.29.14

OBS-URL: https://build.opensuse.org/request/show/76767
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=156
2011-07-22 13:16:14 +00:00
Sascha Peilicke
9c3b6dc003 Accepting request 76533 from GNOME:Factory
Update to 2.29.12 (forwarded request 76525 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/76533
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=115
2011-07-21 06:55:58 +00:00
476824959c Accepting request 76525 from home:vuntz:branches:GNOME:Factory
Update to 2.29.12

OBS-URL: https://build.opensuse.org/request/show/76525
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=154
2011-07-20 09:46:10 +00:00
Sascha Peilicke
fb488ac164 Autobuild autoformatter for 76063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=114
2011-07-12 07:01:56 +00:00
OBS User buildservice-autocommit
bf97967c39 Updating link to change in openSUSE:Factory/glib2 revision 114.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=320ac7ef103cf610a6df7f48884abc50
2011-07-12 07:01:56 +00:00
Sascha Peilicke
ac8f1f04ab Accepting request 76063 from GNOME:Factory
reduce amount of build deps to reduce the cycle

OBS-URL: https://build.opensuse.org/request/show/76063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=113
2011-07-12 07:01:43 +00:00
0bad1ec3b8 Accepting request 76031 from home:vuntz:branches:GNOME:Factory
Change BuildRequires to significantly reduce build loop, to an acceptable level

OBS-URL: https://build.opensuse.org/request/show/76031
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=152
2011-07-11 15:49:05 +00:00
Sascha Peilicke
5936227892 Accepting request 75731 from GNOME:Factory
Pushing G:F, including GNOME 3.1.3

OBS-URL: https://build.opensuse.org/request/show/75731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=112
2011-07-08 07:19:51 +00:00
9c08122c5a Accepting request 75630 from home:vuntz:branches:GNOME:Factory
Fix build + complete branding doc

OBS-URL: https://build.opensuse.org/request/show/75630
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=150
2011-07-07 09:14:15 +00:00
10e8c54a03 Accepting request 75583 from home:vuntz:branches:GNOME:Factory
Rework branding to prepare gconf->gsettings branding change

OBS-URL: https://build.opensuse.org/request/show/75583
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=149
2011-07-07 07:44:57 +00:00
8e37855514 Accepting request 75480 from home:vuntz:branches:GNOME:Factory
Update to 2.29.10

OBS-URL: https://build.opensuse.org/request/show/75480
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=148
2011-07-06 09:17:19 +00:00
Vincent Untz
9d85198f35 Accepting request 73865 from home:vuntz:branches:GNOME:Factory
tweak

OBS-URL: https://build.opensuse.org/request/show/73865
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=147
2011-06-16 14:29:42 +00:00
Vincent Untz
3e8dd8ecc0 Accepting request 73864 from home:dimstar:branches:GNOME:Factory
move back to /usr

OBS-URL: https://build.opensuse.org/request/show/73864
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=146
2011-06-16 14:22:41 +00:00
Sascha Peilicke
cf0f6aede8 Accepting request 72941 from GNOME:Factory
New upstream version

OBS-URL: https://build.opensuse.org/request/show/72941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=111
2011-06-08 14:17:03 +00:00
f2d6f3f077 Accepting request 72885 from GNOME:STABLE:3.0
- Update to version 2.28.8:
  + Bugs fixed: bgo#502560, bgo#612729, bgo#619418, bgo#619435,
    bgo#631231, bgo#638449, bgo#640518, bgo#642026, bgo#644905,
    bgo#646635, bgo#650882, bgo#651009, bgo#651034, bgo#651219,
    bgo#651327.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/72885
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=144
2011-06-07 13:20:09 +00:00
Sascha Peilicke
8ce00fdddd Accepting request 72609 from GNOME:Factory
Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/72609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=110
2011-06-06 07:52:00 +00:00
Vincent Untz
2c196c51fe Accepting request 72299 from GNOME:STABLE:3.0
- Update to version 2.28.7:
  + Bug fixes: bgo#635694, bgo#637561, bgo#642935, bgo#643134,
    bgo#646326, bgo#646435, bgo#647594, bgo#647602, bgo#648416,
    bgo#648966, bgo#649915, bgo#650078, bgo#650211, bgo#650236.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/72299
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=142
2011-06-01 08:21:57 +00:00
Sascha Peilicke
92b053ea17 Accepting request 69048 from GNOME:Factory
Pushing G:F (including GNOME3)

OBS-URL: https://build.opensuse.org/request/show/69048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=109
2011-05-02 10:11:35 +00:00
Vincent Untz
1daeafa776 Accepting request 67885 from GNOME:Next
thanks

OBS-URL: https://build.opensuse.org/request/show/67885
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=140
2011-04-20 11:08:46 +00:00
16348f2684 Autobuild autoformatter for 62242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=108
2011-02-21 10:54:50 +00:00
OBS User buildservice-autocommit
0010c05f5d Updating link to change in openSUSE:Factory/glib2 revision 108.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=a96a8a08743d9966d36a584f5dd26d04
2011-02-21 10:54:50 +00:00
4f43f63390 Accepting request 62242 from GNOME:Factory
Accepted submit request 62242 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/62242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=107
2011-02-21 10:54:42 +00:00
8e5bffa560 Accepting request 62181 from home:vuntz:branches:GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/62181
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=138
2011-02-21 09:21:54 +00:00
Ruediger Oertel
e2a84102a6 Accepting request 60899 from GNOME:Factory
Accepted submit request 60899 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/60899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=105
2011-02-13 23:58:07 +00:00
Vincent Untz
441debdd21 Accepting request 60708 from home:vuntz:branches:GNOME:Factory
Forwarding to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/60708
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=136
2011-02-13 20:41:37 +00:00
Vincent Untz
cf843e5b5f Accepting request 60469 from home:fcrozat:gnome3
thanks

OBS-URL: https://build.opensuse.org/request/show/60469
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=135
2011-02-13 16:37:22 +00:00
63a3a398d5 Accepting request 60357 from home:fcrozat:gnome3
Thanks for the update.

OBS-URL: https://build.opensuse.org/request/show/60357
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=134
2011-02-09 22:49:58 +00:00
50ac8f9c40 Accepting request 59315 from GNOME:Factory
Accepted submit request 59315 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/59315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=102
2011-01-28 15:52:44 +00:00
e946ea39c2 Accepting request 59248 from home:vuntz:branches:GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/59248
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=132
2011-01-28 10:48:55 +00:00
Vincent Untz
f005ec31af Accepting request 59170 from home:vuntz:branches:GNOME:Factory
ok

OBS-URL: https://build.opensuse.org/request/show/59170
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=131
2011-01-26 17:44:49 +00:00
Vincent Untz
f9311c5117 Accepting request 59055 from home:hpjansson:branches:GNOME:Factory
thanks

OBS-URL: https://build.opensuse.org/request/show/59055
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=130
2011-01-26 17:43:19 +00:00
a0a50729cc Autobuild autoformatter for 58224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=101
2011-01-14 15:13:17 +00:00
OBS User buildservice-autocommit
fc214d405f Updating link to change in openSUSE:Factory/glib2 revision 101.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=c35418385f0b147c36adcefbcc307d73
2011-01-14 15:13:17 +00:00
569489fac9 Accepting request 58224 from GNOME:Factory
Accepted submit request 58224 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/58224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=100
2011-01-14 15:13:00 +00:00
af6197522c Accepting request 58125 from home:vuntz:branches:GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/58125
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=128
2011-01-14 10:08:57 +00:00
Vincent Untz
07e884af2e Accepting request 57548 from home:vuntz:branches:GNOME:Factory
ok

OBS-URL: https://build.opensuse.org/request/show/57548
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=127
2011-01-08 09:49:13 +00:00
Vincent Untz
b8f27c4c0b Accepting request 57461 from home:vuntz:branches:GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/57461
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=126
2011-01-07 22:32:47 +00:00
a89e1e8704 Accepting request 56512 from home:vuntz:branches:GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/56512
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=125
2010-12-21 14:53:39 +00:00
Vincent Untz
38fc110577 Remove _service files
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=124
2010-12-14 18:49:29 +00:00
Vincent Untz
67550fc11b Remove _service files
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=123
2010-12-14 18:39:15 +00:00
Vincent Untz
60619cc6bf Accepting request 56002 from home:vuntz:branches:GNOME:Factory
ok

OBS-URL: https://build.opensuse.org/request/show/56002
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=122
2010-12-14 18:24:05 +00:00
Vincent Untz
d114f54350 Accepting request 55558 from home:fcrozat:gnome3
thanks

OBS-URL: https://build.opensuse.org/request/show/55558
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=121
2010-12-14 18:22:06 +00:00
07d8491b07 Autobuild autoformatter for 55400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=99
2010-12-10 14:51:06 +00:00
OBS User buildservice-autocommit
f05f47bf3d Updating link to change in openSUSE:Factory/glib2 revision 99.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=cfa9e87716a509d7cfc752b1a419f69c
2010-12-10 14:51:06 +00:00
464bf9a8a1 Accepting request 55400 from GNOME:Factory
Accepted submit request 55400 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/55400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=98
2010-12-10 14:50:55 +00:00
Vincent Untz
1a1e9c383b Accepting request 54943 from home:vuntz:branches:GNOME:Factory
ok

OBS-URL: https://build.opensuse.org/request/show/54943
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=119
2010-12-07 10:20:48 +00:00
Vincent Untz
4706401810 Accepting request 54920 from home:FunkyPenguin:branches:GNOME:Factory
thanks

OBS-URL: https://build.opensuse.org/request/show/54920
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=118
2010-12-07 10:18:50 +00:00
70865cf331 Autobuild autoformatter for 53897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=97
2010-11-24 20:39:50 +00:00
OBS User buildservice-autocommit
10d1adf8ef Updating link to change in openSUSE:Factory/glib2 revision 97.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=5178886a948695664422601604d32023
2010-11-24 20:39:50 +00:00
a9e74b5b61 Accepting request 53897 from GNOME:Factory
Accepted submit request 53897 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/53897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=96
2010-11-24 20:39:43 +00:00
Vincent Untz
6bc5f9849e Accepting request 53894 from home:vuntz:branches:GNOME:Factory
Forwarding to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/53894
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=116
2010-11-24 18:23:31 +00:00
Ruediger Oertel
6b74963299 Accepting request 53470 from GNOME:Factory
Accepted submit request 53470 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/53470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=95
2010-11-20 10:15:49 +00:00
Vincent Untz
19e97b534d Accepting request 53251 from home:vuntz:branches:GNOME:Factory
thanks

OBS-URL: https://build.opensuse.org/request/show/53251
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=114
2010-11-17 15:04:40 +00:00
OBS User autobuild
9e174299f7 Autobuild autoformatter for 51912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=94
2010-11-02 09:23:22 +00:00
Ruediger Oertel
4eb49f1fc7 Accepting request 51912 from GNOME:Factory
Accepted submit request 51912 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/51912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=93
2010-11-02 09:23:01 +00:00
9fa6d6c1a6 Accepting request 51921 from home:vuntz:branches:GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/51921
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=111
2010-11-01 20:19:13 +00:00
Vincent Untz
6e1ace6d54 Accepting request 51911 from home:vuntz:branches:GNOME:Factory
Forwarding to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/51911
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=110
2010-11-01 15:38:05 +00:00
OBS User autobuild
3e6f9fb4d7 Accepting request 50681 from GNOME:Factory
Copy from GNOME:Factory/glib2 based on submit request 50681 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/50681
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=92
2010-10-15 10:36:52 +00:00
OBS User buildservice-autocommit
bc49bfa008 Updating link to change in openSUSE:Factory/glib2 revision 92.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=ba2df6c8b4f7f1eb85a111ec8231204f
2010-10-15 10:36:52 +00:00
OBS User autobuild
61c0b60528 Accepting request 50681 from GNOME:Factory
checked in (request 50681)

OBS-URL: https://build.opensuse.org/request/show/50681
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=109
2010-10-15 10:36:50 +00:00
OBS User autobuild
4124b60b08 Accepting request 50426 from GNOME:Factory
Copy from GNOME:Factory/glib2 based on submit request 50426 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/50426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=91
2010-10-14 14:41:47 +00:00
Vincent Untz
6b2be158b8 Accepting request 50546 from home:vuntz:branches:GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/50546
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=106
2010-10-14 07:46:51 +00:00
d17d8eaee0 Accepting request 50328 from home:vuntz:branches:GNOME:Factory
Thanks

OBS-URL: https://build.opensuse.org/request/show/50328
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=105
2010-10-12 20:30:05 +00:00
7f8f63b486 Accepting request 49777 from home:vuntz:branches:GNOME:Factory
thanks

OBS-URL: https://build.opensuse.org/request/show/49777
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=104
2010-10-06 14:14:28 +00:00
95d3c41614 Accepting request 49616 from home:dimstar:branches:GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/49616
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=103
2010-10-01 09:09:08 +00:00
b5e5637639 Accepting request 49327 from home:vuntz:branches:GNOME:Factory
thanks

OBS-URL: https://build.opensuse.org/request/show/49327
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=102
2010-09-28 09:14:32 +00:00
Vincent Untz
a7fbdeff9c Tweak .changes
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=101
2010-09-27 14:33:12 +00:00
fc74c3feae Accepting request 49235 from home:dimstar:branches:GNOME:Factory
ok

OBS-URL: https://build.opensuse.org/request/show/49235
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=100
2010-09-27 14:06:20 +00:00
1220248062 Accepting request 48494 from home:jengelh:dev
Will do a minor cleanup (indenting of lines)

OBS-URL: https://build.opensuse.org/request/show/48494
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=99
2010-09-27 13:33:19 +00:00
OBS User autobuild
d86797c7a3 Accepting request 48907 from GNOME:Factory
Copy from GNOME:Factory/glib2 based on submit request 48907 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/48907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=90
2010-09-23 21:53:41 +00:00
Vincent Untz
92a9f8ab8a Accepting request 48466 from home:vuntz:branches:GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/48466
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=97
2010-09-19 12:37:45 +00:00
Vincent Untz
5bceb4d6d1 Accepting request 48437 from home:vuntz:branches:GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/48437
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=96
2010-09-18 18:05:42 +00:00
Vincent Untz
f226e4617d Accepting request 48402 from home:vuntz:branches:GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/48402
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=95
2010-09-18 13:14:45 +00:00
OBS User autobuild
a389847a76 Accepting request 47740 from GNOME:Factory
Copy from GNOME:Factory/glib2 based on submit request 47740 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/47740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=89
2010-09-13 09:16:32 +00:00
OBS User buildservice-autocommit
ed6c5043ad Updating link to change in openSUSE:Factory/glib2 revision 89.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=e2e58361e72aa842739994b9db7ea654
2010-09-13 09:16:32 +00:00
OBS User autobuild
14598db9cc Accepting request 47740 from GNOME:Factory
checked in (request 47740)

OBS-URL: https://build.opensuse.org/request/show/47740
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=94
2010-09-13 09:16:31 +00:00
Vincent Untz
ec4718a986 Accepting request 47053 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/glib2 via accept of submit request 47053 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/47053
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=93
2010-09-04 19:41:46 +00:00
Vincent Untz
b404d53b50 Accepting request 46757 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/glib2 via accept of submit request 46757 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/46757
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=92
2010-08-31 12:13:29 +00:00
OBS User autobuild
e7aec33c33 Accepting request 46451 from GNOME:Factory
Copy from GNOME:Factory/glib2 based on submit request 46451 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/46451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=88
2010-08-27 14:53:31 +00:00
OBS User buildservice-autocommit
2859326685 Updating link to change in openSUSE:Factory/glib2 revision 88.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=f74092731433cb830b3cfa943b847254
2010-08-27 14:53:31 +00:00
OBS User autobuild
441d203ef8 Accepting request 46451 from GNOME:Factory
checked in (request 46451)

OBS-URL: https://build.opensuse.org/request/show/46451
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=91
2010-08-27 14:53:30 +00:00
Vincent Untz
47f12f2786 Accepting request 45679 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/glib2 via accept of submit request 45679 revision 2.
Request was accepted with message:
thanks

OBS-URL: https://build.opensuse.org/request/show/45679
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=90
2010-08-19 12:39:52 +00:00
OBS User autobuild
c99601d75e Accepting request 45060 from GNOME:Factory
Copy from GNOME:Factory/glib2 based on submit request 45060 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/45060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=87
2010-08-09 13:47:13 +00:00
OBS User buildservice-autocommit
eb4615409a Updating link to change in openSUSE:Factory/glib2 revision 87.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=1835dc8a43ada2921948d2c879565583
2010-08-09 13:47:13 +00:00
OBS User autobuild
2936f83cf8 Accepting request 45060 from GNOME:Factory
checked in (request 45060)

OBS-URL: https://build.opensuse.org/request/show/45060
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=89
2010-08-09 13:47:12 +00:00
Vincent Untz
e6a3d153dc Accepting request 44867 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/glib2 via accept of submit request 44867 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/44867
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=88
2010-08-08 03:37:10 +00:00
Vincent Untz
d80abfc20b Accepting request 44839 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/glib2 via accept of submit request 44839 revision 3.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/44839
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=87
2010-08-07 12:41:54 +00:00
Vincent Untz
21cc81cf6e Accepting request 44257 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/glib2 via accept of submit request 44257 revision 2.
Request was accepted with message:
thanks

OBS-URL: https://build.opensuse.org/request/show/44257
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=86
2010-08-05 20:59:39 +00:00
Vincent Untz
ddb18ca885 Accepting request 43774 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/glib2 via accept of submit request 43774 revision 11.
Request was accepted with message:
auto-approving myself, to make it easier for the next batch of reviews

OBS-URL: https://build.opensuse.org/request/show/43774
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=85
2010-07-22 21:42:32 +00:00
Vincent Untz
d2e17e3593 Accepting request 43392 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/glib2 via accept of submit request 43392 revision 6.
Request was accepted with message:
thanks, I'll tweak things

OBS-URL: https://build.opensuse.org/request/show/43392
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=84
2010-07-21 09:18:09 +00:00
OBS User autobuild
ed89b43d7c Accepting request 41060 from GNOME:Factory
Copy from GNOME:Factory/glib2 based on submit request 41060 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/41060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=84
2010-06-04 12:50:10 +00:00
OBS User autobuild
02ccd119d2 Accepting request 41060 from GNOME:Factory
checked in (request 41060)

OBS-URL: https://build.opensuse.org/request/show/41060
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=83
2010-06-04 12:50:09 +00:00
Vincent Untz
d3e4b4e725 Accepting request 41059 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/glib2 via accept of submit request 41059 revision 4.
Request was accepted with message:
Forwarding to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/41059
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=82
2010-06-03 17:26:06 +00:00
OBS User autobuild
3287371685 Accepting request 39939 from GNOME:Factory
Copy from GNOME:Factory/glib2 based on submit request 39939 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/39939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=83
2010-05-13 22:13:55 +00:00
OBS User buildservice-autocommit
6a149f02b5 Updating link to change in openSUSE:Factory/glib2 revision 83.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=15ef889a0ef86e5ab32db7164cf79c7c
2010-05-13 22:13:55 +00:00
OBS User autobuild
f26775fbf6 Accepting request 39939 from GNOME:Factory
checked in (request 39939)

OBS-URL: https://build.opensuse.org/request/show/39939
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=81
2010-05-13 22:13:53 +00:00
Magnus Boman
54167edfd9 Accepting request 39584 from home:MBoman:branches:GNOME:Factory
Copy from home:MBoman:branches:GNOME:Factory/glib2 via accept of submit request 39584 revision 5.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/39584
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=80
2010-05-06 21:40:18 +00:00
OBS User autobuild
f4418faf6e Accepting request 36307 from GNOME:Factory
Copy from GNOME:Factory/glib2 based on submit request 36307 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/36307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=82
2010-04-01 01:06:22 +00:00
Vincent Untz
7c9890c773 Accepting request 35922 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/glib2 via accept of submit request 35922 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/35922
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=78
2010-03-29 11:20:00 +00:00
Vincent Untz
4761187514 Accepting request 35469 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/glib2 via accept of submit request 35469 revision 2.
Request was accepted with message:
thanks

OBS-URL: https://build.opensuse.org/request/show/35469
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=77
2010-03-22 14:22:21 +00:00
OBS User autobuild
2b6c1902bc Accepting request 35207 from GNOME:Factory
Copy from GNOME:Factory/glib2 based on submit request 35207 from user MBoman

OBS-URL: https://build.opensuse.org/request/show/35207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=81
2010-03-18 21:55:42 +00:00
OBS User autobuild
dc2b2b3f78 Accepting request 35207 from GNOME:Factory
checked in (request 35207)

OBS-URL: https://build.opensuse.org/request/show/35207
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=76
2010-03-18 21:55:42 +00:00
OBS User autobuild
04af4ba752 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=80 2010-03-18 14:48:52 +00:00
Magnus Boman
3180a83ac0 Accepting request 34351 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/glib2 via accept of submit request 34351 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/34351
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=75
2010-03-11 23:05:31 +00:00
OBS User autobuild
727685691f Accepting request 33947 from GNOME:Factory
Copy from GNOME:Factory/glib2 based on submit request 33947 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/33947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=79
2010-03-05 01:04:52 +00:00
Vincent Untz
e7e9d57673 Accepting request 33048 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/glib2 via accept of submit request 33048 revision 2.
Request was accepted with message:
thanks

OBS-URL: https://build.opensuse.org/request/show/33048
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=73
2010-02-22 22:34:58 +00:00
Vincent Untz
589469ea14 Accepting request 32354 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/glib2 via accept of submit request 32354 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/32354
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=71
2010-02-13 15:10:49 +00:00
OBS User autobuild
edf85c8bcf Accepting request 32253 from GNOME:Factory
Copy from GNOME:Factory/glib2 based on submit request 32253 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/32253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=78
2010-02-11 18:05:05 +00:00
OBS User buildservice-autocommit
3de1af3988 Updating link to change in openSUSE:Factory/glib2 revision 78.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=f3e22d48ea1f5d45475dcb3aa3a978e7
2010-02-11 18:05:05 +00:00
OBS User autobuild
9c9d6d36d2 checked in (request 32253)
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=70
2010-02-11 18:05:04 +00:00
Vincent Untz
92458ac050 Accepting request 32063 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/glib2 via accept of submit request 32063 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/32063
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=69
2010-02-11 00:33:36 +00:00
Vincent Untz
61bae6b120 Accepting request 30656 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/glib2 via accept of submit request 30656 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/30656
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=68
2010-01-28 00:01:06 +00:00
OBS User autobuild
461b2df201 Accepting request 27825 from GNOME:Factory
Copy from GNOME:Factory/glib2 based on submit request 27825 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/27825
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=77
2009-12-29 18:01:22 +00:00
OBS User buildservice-autocommit
ab54596622 Updating link to change in openSUSE:Factory/glib2 revision 77.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=ef2ddce9258185a9518f625f04956f8c
2009-12-29 18:01:22 +00:00
OBS User autobuild
f3077d29bf checked in
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=67
2009-12-29 18:01:21 +00:00
Vincent Untz
8f98057701 Accepting request 27423 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/glib2 via accept of submit request 27423 revision 2.
Request was accepted with message:
accept

OBS-URL: https://build.opensuse.org/request/show/27423
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=66
2009-12-24 15:31:12 +00:00
Vincent Untz
ff33fce4ea Accepting request 27284 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/glib2 via accept of submit request 27284 revision 2.
Request was accepted with message:
accept

OBS-URL: https://build.opensuse.org/request/show/27284
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=65
2009-12-21 10:48:43 +00:00
OBS User autobuild
86e191b8e3 Accepting request 26996 from GNOME:Factory
Copy from GNOME:Factory/glib2 based on submit request 26996 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/26996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=76
2009-12-18 11:36:58 +00:00
OBS User buildservice-autocommit
d0708112c4 Updating link to change in openSUSE:Factory/glib2 revision 76.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=38a5fa9f342d08c4df1792f8813e00e0
2009-12-18 11:36:58 +00:00
OBS User autobuild
1289aa6370 checked in
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=64
2009-12-18 11:36:57 +00:00
Vincent Untz
3c2cad4ab8 tweak
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=63
2009-12-15 12:09:07 +00:00
Vincent Untz
32e993094d Accepting request 26474 from home:jengelh:branches:GNOME:Factory
Copy from home:jengelh:branches:GNOME:Factory/glib2 via accept of submit request 26474 revision 3.
Request was accepted with message:
Thanks, but see the small changes I'll do

OBS-URL: https://build.opensuse.org/request/show/26474
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=62
2009-12-15 12:08:32 +00:00
OBS User autobuild
5ac8a12081 Accepting request 25816 from GNOME:Factory
Copy from GNOME:Factory/glib2 based on submit request 25816 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/25816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=75
2009-12-08 09:34:05 +00:00
OBS User buildservice-autocommit
28bcdc300a Updating link to change in openSUSE:Factory/glib2 revision 75.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=8862a3bde702f3f2309000d1f5859489
2009-12-08 09:34:05 +00:00
OBS User autobuild
c0ac571ebc checked in
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=61
2009-12-08 09:33:59 +00:00
Vincent Untz
bef1c3b05d en@shaw
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=60
2009-12-07 13:37:07 +00:00
Vincent Untz
f94eb98b9e Accepting request 25395 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/glib2 via accept of submit request 25395 revision 4.
Request was accepted with message:
Accepting...

OBS-URL: https://build.opensuse.org/request/show/25395
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=59
2009-12-03 01:49:44 +00:00
dc1670c23e Accepting request 24309 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/glib2 via accept of submit request 24309 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/24309
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=58
2009-11-24 20:54:56 +00:00
OBS User autobuild
598290c7a1 Accepting request 23302 from GNOME:Factory
Copy from GNOME:Factory/glib2 based on submit request 23302 from user sbrabec

OBS-URL: https://build.opensuse.org/request/show/23302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=74
2009-10-30 15:55:29 +00:00
OBS User autobuild
3b40ae9647 checked in
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=57
2009-10-30 15:55:28 +00:00
9b3b012196 - Added support for translation-update-upstream (FATE#301344).
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=56
2009-10-27 16:28:14 +00:00
OBS User autobuild
b0164ba146 Accepting request 21767 from GNOME:Factory
Copy from GNOME:Factory/glib2 based on submit request 21767 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/21767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=72
2009-10-05 20:26:56 +00:00
OBS User buildservice-autocommit
4aaef74013 Updating link to change in openSUSE:Factory/glib2 revision 72.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=2a847f03e43e6f1397386186c04f635b
2009-10-05 20:26:56 +00:00
OBS User autobuild
8ad1cffbfc checked in
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=55
2009-10-05 20:26:55 +00:00
Vincent Untz
3a033df55a Accepting request 21390 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/glib2 via accept of submit request 21390 revision 26.

OBS-URL: https://build.opensuse.org/request/show/21390
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=54
2009-09-30 08:29:48 +00:00
OBS User autobuild
c914c2d0e1 Accepting request 20747 from GNOME:Factory
Copy from GNOME:Factory/glib2 based on submit request 20747 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/20747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=71
2009-09-22 20:53:53 +00:00
OBS User buildservice-autocommit
a93ac26a81 Updating link to change in openSUSE:Factory/glib2 revision 71.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=1062faeac2e7fd89a9c9cdcf692dbd52
2009-09-22 20:53:53 +00:00
OBS User autobuild
a7e2fa0107 checked in
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=53
2009-09-22 20:53:52 +00:00
Vincent Untz
e16d80a71c Accepting request 20084 from home:lmedinas:branches:GNOME:Factory
Copy from home:lmedinas:branches:GNOME:Factory/glib2 via accept of submit request 20084 revision 2.

OBS-URL: https://build.opensuse.org/request/show/20084
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=52
2009-09-09 13:13:33 +00:00
OBS User autobuild
ab192e3c27 Accepting request 19720 from GNOME:Factory
Copy from GNOME:Factory/glib2 based on submit request 19720 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/19720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=70
2009-09-04 22:26:00 +00:00
OBS User unknown
f0423ac08d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=69 2009-07-31 17:21:51 +00:00
OBS User unknown
9e208b3aa2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=68 2009-06-12 15:14:48 +00:00
OBS User unknown
a2289d3568 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=67 2009-05-27 22:27:22 +00:00
OBS User unknown
c1ad6a5cd4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=66 2009-04-23 18:35:15 +00:00
OBS User unknown
cace596614 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=65 2009-03-26 16:22:21 +00:00
OBS User unknown
9e7fda8931 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=64 2009-03-11 15:36:39 +00:00
OBS User unknown
67b9021d4a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=63 2009-02-19 17:46:15 +00:00
OBS User unknown
99aec7e120 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=62 2009-02-17 16:04:27 +00:00
OBS User unknown
fb83f97980 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=61 2009-02-12 16:40:26 +00:00
OBS User unknown
b5be9c8180 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=60 2009-02-06 16:03:35 +00:00
OBS User unknown
ef90c0ddfb OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=59 2008-12-15 11:32:06 +00:00
OBS User unknown
82b10a5d7a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=58 2008-11-28 13:40:37 +00:00
OBS User unknown
2b59ca0904 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=57 2008-11-17 15:52:37 +00:00
OBS User unknown
ca1298b8a2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=56 2008-11-07 14:08:31 +00:00
OBS User unknown
5e135733d3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=55 2008-10-24 14:56:56 +00:00
OBS User unknown
80cace4e83 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=54 2008-10-22 15:56:11 +00:00
OBS User unknown
e5fdcd4682 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=53 2008-10-06 15:52:01 +00:00
OBS User unknown
340df82577 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=52 2008-09-24 13:25:56 +00:00
OBS User unknown
25fa22cc7f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=51 2008-09-13 03:31:20 +00:00
OBS User unknown
c3e7af8704 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=50 2008-09-06 03:23:57 +00:00
OBS User unknown
9e494ec91d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=49 2008-08-26 00:11:50 +00:00
OBS User unknown
e73d32190e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=48 2008-08-25 23:56:52 +00:00
OBS User unknown
e70d0d4db6 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=47 2008-08-23 09:32:25 +00:00
OBS User unknown
561c9be266 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=46 2008-08-22 17:45:52 +00:00
OBS User unknown
4fab5892a5 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=45 2008-08-21 15:54:30 +00:00
OBS User unknown
f0e95437a9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=44 2008-08-13 21:29:18 +00:00
OBS User unknown
d67dd81945 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=43 2008-07-25 14:48:40 +00:00
OBS User unknown
2c71c49470 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=42 2008-07-20 22:27:14 +00:00
OBS User unknown
cd4cb03faa OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=41 2008-07-18 20:01:42 +00:00
OBS User unknown
0c281f2dd5 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=40 2008-06-22 00:00:30 +00:00
OBS User unknown
93ebbed293 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=39 2008-05-21 21:47:43 +00:00
OBS User unknown
64f2117c93 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=38 2008-05-16 19:56:06 +00:00
OBS User unknown
dcc5654eba OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=37 2008-05-06 16:32:45 +00:00
OBS User unknown
f68bf229f2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=36 2008-05-01 12:15:48 +00:00
OBS User unknown
1601df3150 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=35 2008-04-29 20:47:55 +00:00
OBS User unknown
0ee9ca1851 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=34 2008-04-25 13:11:30 +00:00
OBS User unknown
b896df2bf8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=33 2008-04-20 12:47:11 +00:00
OBS User unknown
875d264689 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=32 2008-04-12 18:34:10 +00:00
OBS User unknown
de93949e31 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=31 2008-04-10 11:13:18 +00:00
OBS User unknown
747e1606c3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=30 2008-04-09 19:41:41 +00:00
OBS User unknown
564e699b0e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=29 2008-04-06 03:42:23 +00:00
OBS User unknown
144508939d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=28 2008-04-02 17:05:41 +00:00
OBS User unknown
d8b8569a14 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=27 2008-03-21 01:08:57 +00:00
OBS User unknown
0cded93814 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=26 2008-03-14 16:37:25 +00:00
OBS User unknown
548e5b373e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=25 2008-03-05 21:15:46 +00:00
OBS User unknown
6aa2cfb70e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=24 2008-02-29 22:02:52 +00:00
OBS User unknown
57048198a6 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=23 2008-02-22 00:22:03 +00:00
OBS User unknown
72a02e9a85 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=22 2008-01-30 17:59:45 +00:00
OBS User unknown
bd9a1a8c7c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=21 2008-01-24 20:18:33 +00:00
OBS User unknown
eac5d434ce OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=20 2008-01-23 19:59:47 +00:00
OBS User unknown
7b183379a5 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=19 2007-12-18 17:38:30 +00:00
OBS User unknown
b34b3e4f89 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=18 2007-11-29 21:04:32 +00:00
OBS User unknown
20c87cb970 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=17 2007-10-16 00:25:24 +00:00
OBS User unknown
59542090c3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=16 2007-10-11 18:56:47 +00:00
OBS User unknown
c7cc7f99d4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=15 2007-09-19 16:55:37 +00:00
OBS User unknown
84fdca23d0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=14 2007-08-30 20:49:40 +00:00
OBS User unknown
532c4226de OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=13 2007-08-27 15:09:04 +00:00
OBS User unknown
3840f62abe OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=12 2007-08-09 15:34:29 +00:00
OBS User unknown
ccc1eca23c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=11 2007-08-09 13:25:12 +00:00
OBS User unknown
174d1c3885 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=10 2007-07-21 15:32:12 +00:00
OBS User unknown
c0f9f0a867 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=9 2007-07-10 15:59:52 +00:00
OBS User unknown
ce9c4c397f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=8 2007-04-12 23:17:44 +00:00
OBS User unknown
8b45c53f86 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=7 2007-03-23 00:44:10 +00:00
OBS User unknown
2f5a88eca0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=6 2007-03-06 08:04:35 +00:00
OBS User unknown
41e6996f05 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=5 2007-02-23 11:29:14 +00:00
OBS User unknown
f5aa93b588 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=4 2007-02-19 20:31:30 +00:00
OBS User unknown
5490ae9ceb OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=3 2007-02-02 12:05:12 +00:00
OBS User unknown
63e6b62f09 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=2 2007-01-26 16:40:49 +00:00
OBS User unknown
b1e6893b21 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=1 2007-01-05 15:49:20 +00:00
9 changed files with 0 additions and 27 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4742f0a793c01c22ed2c75288f85949cb8d3e24b10e4f6666e07d21a92c41e28
size 51692558

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c0e033c6cd12a14e72bd0fbe3b241679079f65ca1bad5b4b0d955e98683cb24
size 51542542

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0fbf78cab1b46505f91117c13cf18f0ae61decea621dc9d89d7a02f64901378
size 51873294

BIN
glib-2.82.4.obscpio (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c3c79cf73319e7da6c159c7d30721805725ca743072436dceeae322e7eeab51
size 51888654

BIN
glib-2.84.0.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
glib-2.84.1.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
glib-2.84.2.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
glib-2.84.3.obscpio (Stored with Git LFS)

Binary file not shown.