commit glib2 for openSUSE:Factory

2020-10-26 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2020-10-26 16:12:09

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.3463 (New)


Package is "glib2"

Mon Oct 26 16:12:09 2020 rev:228 rq:843420 version:2.66.2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2020-10-08 
13:11:40.339144627 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new.3463/glib2.changes2020-10-26 
16:12:41.074736734 +0100
@@ -1,0 +2,80 @@
+Thu Oct 22 11:45:40 UTC 2020 - Dominique Leuenberger 
+
+- 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.
+
+---
+Tue Oct 20 14:00:37 UTC 2020 - dims...@opensuse.org
+
+- Update to version 2.66.2:
+  + Important and time-critical fix to DST transitions which will
+happen in Europe on 2020-10-25 on distributions which use the
+‘slim’ tzdata format (which is now the default in tzdata/tzcode
+2020b).
+  + Further timezone handling changes to restore support for
+changing the timezone when `/etc/localtime/` changes.
+  + Fix deadlock on Windows when `G_SLICE` is set in the
+environment.
+  + Fix UTF-8 validation when escaping URI components.
+  + Updated translations.
+
+---
+Mon Oct  5 15:13:27 UTC 2020 - dims...@opensuse.org
+
+- Update to version 2.66.1:
+  + A performance problem where timezones were reloaded from disk
+every time a `GTimeZone` was created has been fixed, but this
+means that changes to `/etc/localtime` will not take effect
+until a process restarts; future changes in a subsequent 2.66.x
+release will improve this.
+  + Security fix for incorrect scope/zone ID parsing in URIs.
+  + Updated translations.
+
+---
+Mon Oct  5 02:56:00 UTC 2020 - dims...@opensuse.org
+
+- Update to version 2.66.0:
+  + * Bugs fixed:
+- Missing tab in makefile rule.
+- guri: Fix user passed to g_uri_split_with_user() not being
+  NULL'd.
+  + Updated translations.
+
+---
+Mon Oct  5 02:55:03 UTC 2020 - dims...@opensuse.org
+
+- Update to version 2.65.3:
+  + Fixes to the new `statx()` calls — note that since GLib 2.65.2
+uses `statx()` (if available) instead of
+`stat()`/`fstat()`/`lstat()`/`fstatat()`, syscall sandboxing
+for third party applications might need to be updated.
+  + Updated translations.
+
+---
+Mon Oct  5 02:55:02 UTC 2020 - Dominique Leuenberger 
+
+- Update to version 2.65.2:
+  + Support `statx()` and `G_FILE_ATTRIBUTE_TIME_CREATED`.
+  + Fix deadlock in `g_subprocess_communicate_async()`.
+  + Add `%f`/microsecond placeholder support to
+`g_date_time_format()`.
+- Changes from version 2.65.1:
+  + Add `GUri` API for parsing, building and representing URIs
+according to [RFC 3986](https://tools.ietf.org/html/rfc3986).
+  + Fix handling of xattr data with embedded nuls.
+  + Add `g_file_set_contents_full()` which gives more control over
+fsyncs.
+  + Add a `x-gvfs-notrash` option to disable trash on certain
+mounts.
+  + Support ‘slim’ TZif files generated with `zic -b slim`.
+  + Support emitting profiling marks from `GMainContext` to sysprof
+capture files.
+  + Accept IPv6 zone IDs in `g_hostname_is_ip_address()`.
+  + Updated translations.
+- Rebase glib2-gdbus-codegen-version.patch.
+- Build without gtk-doc: it would require a not yet released
+  version of gtk-doc.
+
+---

Old:

  glib-2.64.6.tar.xz

New:

  glib-2.66.2.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.JFGHLL/_old  2020-10-26 16:12:43.678739131 +0100
+++ /var/tmp/diff_new_pack.JFGHLL/_new  2020-10-26 16:12:43.678739131 +0100
@@ -17,14 +17,15 @@
 
 
 %bcond_without systemtap
+%bcond_without gtk_doc
 Name:   glib2
-Version:2.64.6
+Version:2.66.2
 Release:0
 Summary:General-Purpose Utility Library
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 URL:https://wiki.gnome.org/Projects/GLib
-Source0:
https://download.gnome.org/sources/glib/2.64/glib-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/glib/2.66/glib-%{version}.tar.xz
 Source1:glib2.sh
 Source2:glib2.csh
 # Not upstream file. Only proposes upstream 

commit glib2 for openSUSE:Factory

2020-10-08 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2020-10-08 13:10:41

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.4249 (New)


Package is "glib2"

Thu Oct  8 13:10:41 2020 rev:227 rq:839604 version:2.64.6

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2020-09-25 
16:26:26.739619975 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new.4249/glib2.changes2020-10-08 
13:11:40.339144627 +0200
@@ -1,0 +2,10 @@
+Sun Oct  4 11:01:34 UTC 2020 - Bjørn Lie 
+
+- Update to version 2.64.6:
+  + Bugs fixed: glgo#GNOME/GLib#2194, glgo#GNOME/GLib#2209,
+glgo#GNOME/GLib!1633, glgo#GNOME/GLib!1634,
+glgo#GNOME/GLib!1656, glgo#GNOME/GLib!1659,
+glgo#GNOME/GLib!1666, glgo#GNOME/GLib!1672.
+  + Updated translations.
+
+---

Old:

  glib-2.64.5.tar.xz

New:

  glib-2.64.6.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.Lf0C7r/_old  2020-10-08 13:11:41.027145250 +0200
+++ /var/tmp/diff_new_pack.Lf0C7r/_new  2020-10-08 13:11:41.031145254 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without systemtap
 Name:   glib2
-Version:2.64.5
+Version:2.64.6
 Release:0
 Summary:General-Purpose Utility Library
 License:LGPL-2.1-or-later

++ glib-2.64.5.tar.xz -> glib-2.64.6.tar.xz ++
 16635 lines of diff (skipped)




commit glib2 for openSUSE:Factory

2020-09-25 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2020-09-25 16:23:42

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.4249 (New)


Package is "glib2"

Fri Sep 25 16:23:42 2020 rev:226 rq:834307 version:2.64.5

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2020-07-13 
09:05:35.296101870 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new.4249/glib2.changes2020-09-25 
16:26:26.739619975 +0200
@@ -1,0 +2,9 @@
+Tue Aug 18 17:20:55 UTC 2020 - Bjørn Lie 
+
+- Update to version 2.64.5:
+  + Fix deadlock in `g_subprocess_communicate_async()`.
+  + Bugs fixed: glgo#GNOME/GLib!1519, glgo#GNOME/GLib!1520,
+glgo#GNOME/GLib!1565, glgo#GNOME/GLib!1608,
+glgo#GNOME/GLib!1618, glgo#GNOME/GLib!1621.
+
+---

Old:

  glib-2.64.4.tar.xz

New:

  glib-2.64.5.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.pNGxfl/_old  2020-09-25 16:26:27.527620672 +0200
+++ /var/tmp/diff_new_pack.pNGxfl/_new  2020-09-25 16:26:27.531620676 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without systemtap
 Name:   glib2
-Version:2.64.4
+Version:2.64.5
 Release:0
 Summary:General-Purpose Utility Library
 License:LGPL-2.1-or-later

++ glib-2.64.4.tar.xz -> glib-2.64.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.64.4/NEWS new/glib-2.64.5/NEWS
--- old/glib-2.64.4/NEWS2020-07-02 15:02:13.556878300 +0200
+++ new/glib-2.64.5/NEWS2020-08-18 13:06:36.899520200 +0200
@@ -1,3 +1,19 @@
+Overview of changes in GLib 2.64.5
+==
+
+* Fix deadlock in `g_subprocess_communicate_async()` (work by Alexander 
Larsson) (#2182)
+
+* Fix cross-compilation on iOS (work by Nirbheek Chauhan) (#1868)
+
+* Bugs fixed:
+ - !1519 Backport !1468 “glib-compile-resources: Fix exporting on Visual 
Studio” to glib-2-64
+ - !1520 Backport !1517 “GWin32RegistryKey: Move assertions” to glib-2-64
+ - !1565 Backport !1563 “gdesktopappinfo: Fix unnecessarily copied and leaked 
URI list” to glib-2-64
+ - !1608 Backport !1607 “meson: Don't use gnulib for printf on iOS” to 
glib-2-64
+ - !1618 Backport !1617 “Ensure g_subprocess_communicate_async() never blocks” 
to glib-2-64
+ - !1621 Backport !1620 “gvariant: Ensure GVS.depth is initialised” to 
glib-2-64
+
+
 Overview of changes in GLib 2.64.4
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.64.4/gio/gdesktopappinfo.c 
new/glib-2.64.5/gio/gdesktopappinfo.c
--- old/glib-2.64.4/gio/gdesktopappinfo.c   2020-07-02 15:02:13.617878700 
+0200
+++ new/glib-2.64.5/gio/gdesktopappinfo.c   2020-08-18 13:06:36.929520600 
+0200
@@ -2727,7 +2727,7 @@
* internally by expand_macro(), so we need to pass a copy of it instead,
* and also use that copy to control the exit condition of the loop below.
*/
-  dup_uris = g_list_copy (uris);
+  dup_uris = uris;
   do
 {
   GPid pid;
@@ -2864,7 +2864,6 @@
   completed = TRUE;
 
  out:
-  g_list_free (dup_uris);
   g_strfreev (argv);
   g_strfreev (envp);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.64.4/gio/glib-compile-resources.c 
new/glib-2.64.5/gio/glib-compile-resources.c
--- old/glib-2.64.4/gio/glib-compile-resources.c2020-07-02 
15:02:13.629878800 +0200
+++ new/glib-2.64.5/gio/glib-compile-resources.c2020-08-18 
13:06:36.940520800 +0200
@@ -1061,6 +1061,7 @@
   guint8 *data;
   gsize data_size;
   gsize i;
+  const char *export = "G_MODULE_EXPORT";
 
   if (!g_file_get_contents (binary_target, (char **),
_size, NULL))
@@ -1081,6 +1082,9 @@
  return 1;
}
 
+  if (internal)
+export = "G_GNUC_INTERNAL";
+
   g_fprintf (file,
   "#include \n"
   "\n"
@@ -1140,30 +1144,36 @@
   g_fprintf (file,
   "\n"
   "static GStaticResource static_resource = { 
%s_resource_data.data, sizeof (%s_resource_data.data)%s, NULL, NULL, NULL };\n"
-  "%s GResource *%s_get_resource (void);\n"
+  "\n"
+  "%s\n"
+  "GResource *%s_get_resource (void);\n"
   "GResource *%s_get_resource (void)\n"
   "{\n"
   "  return g_static_resource_get_resource (_resource);\n"
   "}\n",
-  c_name, c_name, (external_data ? "" : " - 1 /* nul terminator 
*/"), linkage, c_name, c_name);
+  

commit glib2 for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2020-07-13 09:05:21

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.3060 (New)


Package is "glib2"

Mon Jul 13 09:05:21 2020 rev:225 rq:819941 version:2.64.4

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2020-06-08 
23:47:43.126046825 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new.3060/glib2.changes2020-07-13 
09:05:35.296101870 +0200
@@ -1,0 +2,8 @@
+Fri Jul  3 17:00:34 UTC 2020 - Bjørn Lie 
+
+- 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.
+
+---

Old:

  glib-2.64.3.tar.xz

New:

  glib-2.64.4.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.hBzI5h/_old  2020-07-13 09:05:36.732105480 +0200
+++ /var/tmp/diff_new_pack.hBzI5h/_new  2020-07-13 09:05:36.736105490 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without systemtap
 Name:   glib2
-Version:2.64.3
+Version:2.64.4
 Release:0
 Summary:General-Purpose Utility Library
 License:LGPL-2.1-or-later

++ glib-2.64.3.tar.xz -> glib-2.64.4.tar.xz ++
 10869 lines of diff (skipped)




commit glib2 for openSUSE:Factory

2020-06-08 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2020-06-08 23:47:12

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.3606 (New)


Package is "glib2"

Mon Jun  8 23:47:12 2020 rev:224 rq:811412 version:2.64.3

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2020-04-23 
18:28:49.423902482 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new.3606/glib2.changes2020-06-08 
23:47:43.126046825 +0200
@@ -1,0 +2,13 @@
+Wed May 20 18:13:51 UTC 2020 - Bjørn Lie 
+
+- Update to version 2.64.3:
+  + Stability improvements for various unit tests.
+  + Bugs fixed: glgo#GNOME/GLib#1954, glgo#GNOME/GLib#2094,
+glgo#GNOME/GLib!1470, glgo#GNOME/GLib!1471,
+glgo#GNOME/GLib!1473, glgo#GNOME/GLib!1478,
+glgo#GNOME/GLib!1483, glgo#GNOME/GLib!1484,
+glgo#GNOME/GLib!1486, glgo#GNOME/GLib!1495,
+glgo#GNOME/GLib!1501.
+  + Updated translations.
+
+---

Old:

  glib-2.64.2.tar.xz

New:

  glib-2.64.3.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.dgbBB0/_old  2020-06-08 23:47:44.318050502 +0200
+++ /var/tmp/diff_new_pack.dgbBB0/_new  2020-06-08 23:47:44.322050514 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without systemtap
 Name:   glib2
-Version:2.64.2
+Version:2.64.3
 Release:0
 Summary:General-Purpose Utility Library
 License:LGPL-2.1-or-later

++ glib-2.64.2.tar.xz -> glib-2.64.3.tar.xz ++
 8897 lines of diff (skipped)




commit glib2 for openSUSE:Factory

2020-04-23 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2020-04-23 18:28:43

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.2738 (New)


Package is "glib2"

Thu Apr 23 18:28:43 2020 rev:223 rq:795599 version:2.64.2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2020-03-30 
22:51:24.271773061 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new.2738/glib2.changes2020-04-23 
18:28:49.423902482 +0200
@@ -1,0 +2,86 @@
+Fri Apr 10 11:26:29 UTC 2020 - Bjørn Lie 
+
+- 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.
+
+---
+Sat Mar 28 03:04:01 UTC 2020 - bjorn@gmail.com
+
+- 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.
+
+---
+Sat Mar 28 03:04:00 UTC 2020 - Bjørn Lie 
+
+- 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.
+
+---
+Sat Mar 28 03:03:06 UTC 2020 - Bjørn Lie 
+
+- 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.
+
+---
+Sat Mar 28 03:03:05 UTC 2020 - dims...@opensuse.org
+
+- 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.
+
+---

Old:

  glib-2.62.6.tar.xz

New:

  glib-2.64.2.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.OWYiW1/_old  2020-04-23 18:28:50.227904020 +0200
+++ /var/tmp/diff_new_pack.OWYiW1/_new  2020-04-23 18:28:50.231904027 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without systemtap
 Name:   glib2
-Version:2.62.6
+Version:2.64.2
 Release:0
 Summary:General-Purpose Utility Library
 License:

commit glib2 for openSUSE:Factory

2020-03-30 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2020-03-30 22:51:22

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.3160 (New)


Package is "glib2"

Mon Mar 30 22:51:22 2020 rev:222 rq:789277 version:2.62.6

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2020-02-22 
19:02:22.885865092 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new.3160/glib2.changes2020-03-30 
22:51:24.271773061 +0200
@@ -1,0 +2,15 @@
+Wed Mar 18 16:18:00 UTC 2020 - Bjørn Lie 
+
+- 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.
+
+---

Old:

  glib-2.62.5.tar.xz

New:

  glib-2.62.6.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.lQVHTO/_old  2020-03-30 22:51:24.855773379 +0200
+++ /var/tmp/diff_new_pack.lQVHTO/_new  2020-03-30 22:51:24.855773379 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without systemtap
 Name:   glib2
-Version:2.62.5
+Version:2.62.6
 Release:0
 Summary:General-Purpose Utility Library
 License:LGPL-2.1-or-later

++ glib-2.62.5.tar.xz -> glib-2.62.6.tar.xz ++
 2595 lines of diff (skipped)




commit glib2 for openSUSE:Factory

2020-02-22 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2020-02-22 19:02:08

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.26092 (New)


Package is "glib2"

Sat Feb 22 19:02:08 2020 rev:221 rq:777062 version:2.62.5

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2020-01-02 
14:40:05.744882258 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new.26092/glib2.changes   2020-02-22 
19:02:22.885865092 +0100
@@ -1,0 +2,25 @@
+Tue Feb 18 13:51:25 UTC 2020 - Bjørn Lie 
+
+- Update to version 2.62.5:
+  + 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.
+  + Fix parsing of full Julian day range from `$TZ` environment
+variable.
+  + Several race condition/crash fixes.
+  + Bugs fixed: glgo#GNOME/GLib#1919, glgo#GNOME/GLib#1995,
+glgo#GNOME/GLib#1999, glgo#GNOME/GLib!1323,
+glgo#GNOME/GLib!1331, glgo#GNOME/GLib!1352,
+glgo#GNOME/GLib!1361, glgo#GNOME/GLib!1365,
+glgo#GNOME/GLib!1370, glgo#GNOME/GLib!1371.
+  + Updated translations.
+
+---
+Sat Jan 25 14:08:46 UTC 2020 - Dominique Leuenberger 
+
+- No longer recommend -lang: supplements are in use
+
+---

Old:

  glib-2.62.4.tar.xz

New:

  glib-2.62.5.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.f5ZoN8/_old  2020-02-22 19:02:24.425868074 +0100
+++ /var/tmp/diff_new_pack.f5ZoN8/_new  2020-02-22 19:02:24.429868082 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glib2
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %bcond_without systemtap
 Name:   glib2
-Version:2.62.4
+Version:2.62.5
 Release:0
 Summary:General-Purpose Utility Library
 License:LGPL-2.1-or-later
@@ -153,7 +153,6 @@
 %package -n libglib-2_0-0
 Summary:General-Purpose Utility Library
 Group:  System/Libraries
-Recommends: %{name}-lang
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} < %{version}
 #

++ glib-2.62.4.tar.xz -> glib-2.62.5.tar.xz ++
 19480 lines of diff (skipped)




commit glib2 for openSUSE:Factory

2020-01-02 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2020-01-02 14:40:00

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.6675 (New)


Package is "glib2"

Thu Jan  2 14:40:00 2020 rev:220 rq:758495 version:2.62.4

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2019-11-29 
15:56:51.784973540 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new.6675/glib2.changes2020-01-02 
14:40:05.744882258 +0100
@@ -1,0 +2,9 @@
+Thu Dec 19 17:45:31 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.62.4:
+  + Apply recursion depth limits to variants in D-Bus messages.
+  + Bugs fixed: glgo#GNOME/GLib#1938, glgo#GNOME/GLib!1240,
+glgo#GNOME/GLib!1257, glgo#GNOME/GLib!1266,
+glgo#GNOME/GLib!1276, glgo#GNOME/GLib!1290.
+
+---

Old:

  glib-2.62.3.tar.xz

New:

  glib-2.62.4.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.2y9q3G/_old  2020-01-02 14:40:06.408882521 +0100
+++ /var/tmp/diff_new_pack.2y9q3G/_new  2020-01-02 14:40:06.412882523 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glib2
 #
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %bcond_without systemtap
 Name:   glib2
-Version:2.62.3
+Version:2.62.4
 Release:0
 Summary:General-Purpose Utility Library
 License:LGPL-2.1-or-later

++ glib-2.62.3.tar.xz -> glib-2.62.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.62.3/NEWS new/glib-2.62.4/NEWS
--- old/glib-2.62.3/NEWS2019-11-19 18:51:31.0 +0100
+++ new/glib-2.62.4/NEWS2019-12-19 17:33:15.0 +0100
@@ -1,3 +1,17 @@
+Overview of changes in GLib 2.62.4
+==
+
+* Apply recursion depth limits to variants in D-Bus messages (!1290)
+
+* Bugs fixed:
+ - #1938 GDateTime doesn't support leap seconds
+ - !1240 Backport !1233 “gdatetime: Handle leap seconds in ISO8601 dates” to 
glib-2-62
+ - !1257 Backport !1232 “kqueue: Do not return early from _kqsub_cancel” to 
glib-2-62
+ - !1266 Backport !1265 “build: don't check for protected visibility” to 
glib-2-62
+ - !1276 Backport !1274 “trash portal: Don't follow symlinks” to glib-2-62
+ - !1290 Backport !1201 “gdbusmessage: Limit recursion of variants in D-Bus 
messages” to glib-2-62
+
+
 Overview of changes in GLib 2.62.3
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.62.3/gio/gdbusmessage.c 
new/glib-2.62.4/gio/gdbusmessage.c
--- old/glib-2.62.3/gio/gdbusmessage.c  2019-11-19 18:51:31.0 +0100
+++ new/glib-2.62.4/gio/gdbusmessage.c  2019-12-19 17:33:15.0 +0100
@@ -58,6 +58,10 @@
 
 #include "glibintl.h"
 
+/* See 
https://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-marshaling-signature
+ * This is 64 containers plus 1 value within them. */
+#define G_DBUS_MAX_TYPE_DEPTH (64 + 1)
+
 typedef struct _GMemoryBuffer GMemoryBuffer;
 struct _GMemoryBuffer
 {
@@ -1439,17 +1443,27 @@
 static GVariant *
 parse_value_from_blob (GMemoryBuffer   *buf,
const GVariantType  *type,
+   guintmax_depth,
gboolean just_align,
guintindent,
GError **error)
 {
-  GVariant *ret;
-  GError *local_error;
+  GVariant *ret = NULL;
+  GError *local_error = NULL;
 #ifdef DEBUG_SERIALIZER
   gboolean is_leaf;
 #endif /* DEBUG_SERIALIZER */
   const gchar *type_string;
 
+  if (max_depth == 0)
+{
+  g_set_error_literal (_error,
+   G_IO_ERROR,
+   G_IO_ERROR_INVALID_ARGUMENT,
+   _("Value nested too deeply"));
+  goto fail;
+}
+
   type_string = g_variant_type_peek_string (type);
 
 #ifdef DEBUG_SERIALIZER
@@ -1465,12 +1479,9 @@
 }
 #endif /* DEBUG_SERIALIZER */
 
-  ret = NULL;
-
 #ifdef DEBUG_SERIALIZER
   is_leaf = TRUE;
 #endif /* DEBUG_SERIALIZER */
-  local_error = NULL;
   switch (type_string[0])
 {
 case 'b': /* G_VARIANT_TYPE_BOOLEAN */
@@ -1690,6 +1701,17 @@
   goto fail;
 }
 
+  if (max_depth == 1)
+{
+  /* If we had recursed into parse_value_from_blob() again to
+   * parse the 

commit glib2 for openSUSE:Factory

2019-11-29 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2019-11-29 15:56:19

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.26869 (New)


Package is "glib2"

Fri Nov 29 15:56:19 2019 rev:219 rq:750923 version:2.62.3

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2019-11-10 
21:59:19.930064402 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new.26869/glib2.changes   2019-11-29 
15:56:51.784973540 +0100
@@ -1,0 +2,16 @@
+Tue Nov 19 20:25:30 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.62.3:
+  + Use `poll()` in `g_spawn_sync()` rather than `select()`, which
+is subject to FD limits.
+  + Fix undefined behaviour with `g_utf8_find_prev_char()`.
+  + Bugs fixed: glgo#GNOME/GLib#954, glgo#GNOME/GLib#1318,
+glgo#GNOME/GLib#1897, glgo#GNOME/GLib#1903,
+glgo#GNOME/GLib#1916, glgo#GNOME/GLib#1917,
+glgo#GNOME/GLib!1174, glgo#GNOME/GLib!1184,
+glgo#GNOME/GLib!1194, glgo#GNOME/GLib!1203,
+glgo#GNOME/GLib!1207, glgo#GNOME/GLib!1215,
+glgo#GNOME/GLib!1219, glgo#GNOME/GLib!1222,
+glgo#GNOME/GLib!1228.
+
+---

Old:

  glib-2.62.2.tar.xz

New:

  glib-2.62.3.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.FGsFfd/_old  2019-11-29 15:56:52.984972851 +0100
+++ /var/tmp/diff_new_pack.FGsFfd/_new  2019-11-29 15:56:52.984972851 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glib2
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %bcond_without systemtap
 Name:   glib2
-Version:2.62.2
+Version:2.62.3
 Release:0
 Summary:General-Purpose Utility Library
 License:LGPL-2.1-or-later

++ glib-2.62.2.tar.xz -> glib-2.62.3.tar.xz ++
 1768 lines of diff (skipped)




commit glib2 for openSUSE:Factory

2019-11-10 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2019-11-10 21:59:18

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.2990 (New)


Package is "glib2"

Sun Nov 10 21:59:18 2019 rev:218 rq:746224 version:2.62.2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2019-10-30 
14:39:11.361631420 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new.2990/glib2.changes2019-11-10 
21:59:19.930064402 +0100
@@ -1,0 +2,10 @@
+Tue Nov  5 20:12:37 UTC 2019 - Michael Gorse 
+
+- Re-enable systemtap, and require systemtap-headers and
+  systemtap-dtrace, rather than systemtap-sdt-devel, to avoid build
+  cycle (boo#1145438).
+- Own /usr/share/systemtap{|tapset} directories, since we no
+  longer have systemtap-sdt-devel in BuildRequires.
+- Disable lto if systemtap is enabled: build fails otherwise.
+
+---



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.wZfkFk/_old  2019-11-10 21:59:21.050065857 +0100
+++ /var/tmp/diff_new_pack.wZfkFk/_new  2019-11-10 21:59:21.050065857 +0100
@@ -16,8 +16,7 @@
 #
 
 
-# systemtap is only offered as build-option, but not enabled, as it causes a 
build cycle
-%bcond_with systemtap
+%bcond_without systemtap
 Name:   glib2
 Version:2.62.2
 Release:0
@@ -71,7 +70,8 @@
 # gtk-doc requires glib2-devel, but we will only be building this here; break 
up a cycle
 #!BuildIgnore:  glib2-devel
 %if %{with systemtap}
-BuildRequires:  systemtap-sdt-devel
+BuildRequires:  systemtap-dtrace
+BuildRequires:  systemtap-headers
 %endif
 
 %description
@@ -262,7 +262,11 @@
 grep "%{_bindir}/env @PYTHON@" . -rl | xargs sed -i "s|%{_bindir}/env 
@PYTHON@|%{_bindir}/python3|g"
 
 %build
+%if %{with systemtap}
+%global _lto_cflags %{nil}
+%else
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
+%endif
 %meson \
--default-library=both \
-Dselinux=enabled \
@@ -490,6 +494,8 @@
 %{_datadir}/gtk-doc/html/gobject
 %{_datadir}/gdb/auto-load/%{_libdir}/*-gdb.py
 %if %{with systemtap}
+%dir %{_datadir}/systemtap
+%dir %{_datadir}/systemtap/tapset
 %dir %{_datadir}/systemtap/tapset/*
 %{_datadir}/systemtap/tapset/*/libgio-*.so.*.stp
 %{_datadir}/systemtap/tapset/*/libglib-*.so.*.stp




commit glib2 for openSUSE:Factory

2019-10-30 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2019-10-30 14:39:11

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.2990 (New)


Package is "glib2"

Wed Oct 30 14:39:11 2019 rev:217 rq:742525 version:2.62.2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2019-10-17 
12:58:53.089366713 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new.2990/glib2.changes2019-10-30 
14:39:11.361631420 +0100
@@ -1,0 +2,13 @@
+Mon Oct 21 17:28:20 UTC 2019 - Bjørn Lie 
+
+- 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.
+
+---

Old:

  glib-2.62.1.tar.xz

New:

  glib-2.62.2.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.WPtGXi/_old  2019-10-30 14:39:13.477633674 +0100
+++ /var/tmp/diff_new_pack.WPtGXi/_new  2019-10-30 14:39:13.477633674 +0100
@@ -19,7 +19,7 @@
 # systemtap is only offered as build-option, but not enabled, as it causes a 
build cycle
 %bcond_with systemtap
 Name:   glib2
-Version:2.62.1
+Version:2.62.2
 Release:0
 Summary:General-Purpose Utility Library
 License:LGPL-2.1-or-later

++ glib-2.62.1.tar.xz -> glib-2.62.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.62.1/NEWS new/glib-2.62.2/NEWS
--- old/glib-2.62.1/NEWS2019-10-04 13:44:23.0 +0200
+++ new/glib-2.62.2/NEWS2019-10-21 19:18:40.0 +0200
@@ -1,3 +1,12 @@
+Overview of changes in GLib 2.62.2
+==
+
+* Bugs fixed:
+ - #1896 Use after free when calling g_dbus_connection_flush_sync() in a 
dedicated thread
+ - !1154 Backport !1152 “gwinhttpvfs: Handle g_get_prgname() returning NULL” 
to glib-2-62
+ - !1156 Backport !1146 Solaris fixes to glib-2-62
+
+
 Overview of changes in GLib 2.62.1
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.62.1/gio/gdbusprivate.c 
new/glib-2.62.2/gio/gdbusprivate.c
--- old/glib-2.62.1/gio/gdbusprivate.c  2019-10-04 13:44:23.0 +0200
+++ new/glib-2.62.2/gio/gdbusprivate.c  2019-10-21 19:18:40.0 +0200
@@ -408,6 +408,7 @@
   GMutex  mutex;
   GCond   cond;
   guint64 number_to_wait_for;
+  gboolean finished;
   GError *error;
 } FlushData;
 
@@ -1158,6 +1159,7 @@
   f->error = error != NULL ? g_error_copy (error) : NULL;
 
   g_mutex_lock (>mutex);
+  f->finished = TRUE;
   g_cond_signal (>cond);
   g_mutex_unlock (>mutex);
 }
@@ -1787,6 +1789,7 @@
   g_mutex_init (>mutex);
   g_cond_init (>cond);
   data->number_to_wait_for = worker->write_num_messages_written + 
pending_writes;
+  data->finished = FALSE;
   g_mutex_lock (>mutex);
 
   schedule_writing_unlocked (worker, NULL, data, NULL);
@@ -1796,14 +1799,10 @@
   if (data != NULL)
 {
   /* Wait for flush operations to finish. */
-  g_mutex_lock (>write_lock);
-  while (worker->write_num_messages_flushed < data->number_to_wait_for)
+  while (!data->finished)
 {
-  g_mutex_unlock (>write_lock);
   g_cond_wait (>cond, >mutex);
-  g_mutex_lock (>write_lock);
 }
-  g_mutex_unlock (>write_lock);
 
   g_mutex_unlock (>mutex);
   g_cond_clear (>cond);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.62.1/gio/gunixmounts.c 
new/glib-2.62.2/gio/gunixmounts.c
--- old/glib-2.62.1/gio/gunixmounts.c   2019-10-04 13:44:23.0 +0200
+++ new/glib-2.62.2/gio/gunixmounts.c   2019-10-21 19:18:40.0 +0200
@@ -165,6 +165,9 @@
 #endif
 #elif defined (HAVE_SYS_MNTTAB_H)
 #include 
+#if defined(__sun) && !defined(mnt_opts)
+#define mnt_opts mnt_mntopts
+#endif
 #endif
 
 #ifdef HAVE_SYS_VFSTAB_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.62.1/gio/win32/gwinhttpvfs.c 
new/glib-2.62.2/gio/win32/gwinhttpvfs.c
--- old/glib-2.62.1/gio/win32/gwinhttpvfs.c 2019-10-04 13:44:23.0 
+0200
+++ new/glib-2.62.2/gio/win32/gwinhttpvfs.c 2019-10-21 19:18:40.0 
+0200
@@ -121,12 +121,13 @@
 g_winhttp_vfs_init (GWinHttpVfs *vfs)
 {
   wchar_t *wagent;
+  const gchar 

commit glib2 for openSUSE:Factory

2019-10-17 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2019-10-17 12:58:49

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.2352 (New)


Package is "glib2"

Thu Oct 17 12:58:49 2019 rev:216 rq:736521 version:2.62.1

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2019-09-11 
10:20:16.427511653 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new.2352/glib2.changes2019-10-17 
12:58:53.089366713 +0200
@@ -1,0 +2,92 @@
+Fri Oct  4 12:12:46 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.62.1:
+  + Fix regression in g_file_copy() when passing
+`G_FILE_COPY_TARGET_DEFAULT_PERMS` flag; the destination
+permissions would be private rather than following the process’
+umask.
+  + Several `GDateTime` parsing fixes.
+  + Always build the tests if installed-tests are enabled, so that
+the tests can actually be installed.
+  + Bugs fixed: glgo#GNOME/GLib#174, glgo#GNOME/GLib#1865,
+glgo#GNOME/GLib#1875, glgo#GNOME/GLib#1887,
+glgo#GNOME/GLib#1888, glgo#GNOME/GLib!1021,
+glgo#GNOME/GLib!1094, glgo#GNOME/GLib!1101,
+glgo#GNOME/GLib!1102, glgo#GNOME/GLib!1103,
+glgo#GNOME/GLib!1127, glgo#GNOME/GLib!1128,
+glgo#GNOME/GLib!1140, glgo#GNOME/GLib!1141,
+glgo#GNOME/GLib!1142.
+  + Updated translations.
+
+---
+Fri Sep  6 10:31:47 NZST 2019 - l...@ljones.dev
+
+- Update to version 2.62.0:
+  + Fix new `GFileInfo` APIs to work when
+`G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC` was not queried.
+  + Bugs fixed: glgo#GNOME/GLib#487, glgo#GNOME/GLib!1084,
+glgo#GNOME/GLib!1086,glgo#GNOME/GLib!1087.
+
+---
+Thu Sep  5 20:24:54 NZST 2019 - l...@ljones.dev
+
+- Update to version 2.61.3:
+  + Support setting thread name on BSD systems.
+  + Install previously-uninstalled headers for public
+`GNativeSocketAddress` object.
+  + Very initial support for Windows apps (UWP).
+  + Add various new valgrind suppressions to `glib.supp`.
+  + Bugs fixed: glgo#GNOME/GLib!83, glgo#GNOME/GLib!512,
+glgo#GNOME/GLib!873, glgo#GNOME/GLib!905, glgo#GNOME/GLib!1057,
+glgo#GNOME/GLib!1309, glgo#GNOME/GLib!1620,
+glgo#GNOME/GLib!1761, glgo#GNOME/GLib!1803,
+glgo#GNOME/GLib!1819, glgo#GNOME/GLib!1852,
+glgo#GNOME/GLib!1854, glgo#GNOME/GLib!1860,
+glgo#GNOME/GLib!1863, glgo#GNOME/GLib!1867,
+glgo#GNOME/GLib!1870, glgo#GNOME/GLib!1879,
+glgo#GNOME/GLib!1880, glgo#GNOME/GLib!1881,
+glgo#GNOME/GLib!1002, glgo#GNOME/GLib!1011,
+glgo#GNOME/GLib!1015, glgo#GNOME/GLib!1016,
+glgo#GNOME/GLib!1017, glgo#GNOME/GLib!1023,
+glgo#GNOME/GLib!1026, glgo#GNOME/GLib!1027,
+glgo#GNOME/GLib!1031, glgo#GNOME/GLib!1032,
+glgo#GNOME/GLib!1033, glgo#GNOME/GLib!1034,
+glgo#GNOME/GLib!1036, glgo#GNOME/GLib!1037,
+glgo#GNOME/GLib!1044, glgo#GNOME/GLib!1049,
+glgo#GNOME/GLib!1050, glgo#GNOME/GLib!1054,
+glgo#GNOME/GLib!1057, glgo#GNOME/GLib!1059,
+glgo#GNOME/GLib!1066, glgo#GNOME/GLib!1068,
+glgo#GNOME/GLib!1071, glgo#GNOME/GLib!1074,
+glgo#GNOME/GLib!1075.
+---
+Mon Sep  2 18:04:38 UTC 2019 - Dominique Leuenberger 
+
+- Update to version 2.61.2:
+  + Add various new array functions (#236, #269, #373).
+  + Rework how D-Bus connections are closed/unreffed when
+`g_test_dbus_down()` is called. Tests which leak a
+`GDBusConnection` may now time out and abort, rather than
+silently leaking. (#787)
+  + Add a deprecation macro for GLib macros, and use it;
+third-party uses of long-deprecated GLib macros may now start
+causing warnings. (#1060).
+  + Deprecate `GTime` and `GTimeVal`, and various functions which
+use them. Use `GDateTime` and `guint64` UNIX timestamps
+instead.
+  + Stop using `G_DISABLE_DEPRECATED` to allow disabling
+deprecation warnings; third-party code should now be using
+`GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED}` to control symbol
+usage.
+  + Improve `GNetworkMonitor` detection of offline states (#1788).
+  + Fix CVE-2019-12450, wide permissions of files when copying
+using GIO.
+- Changes from version 2.61.1:
+  + Upgrade to Unicode Character Database v12.1.
+  + Improve network availability detection with NetworkManager to
+treat lower levels of connectivity as having reduced
+availability.
+- Changes from version 2.61.0:
+  + Add coloured output support to `gdbus introspect.
+  + Updated translations.
+
+---

Old:

  glib-2.60.7.tar.xz

New:

  glib-2.62.1.tar.xz



Other differences:

commit glib2 for openSUSE:Factory

2019-09-11 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2019-09-11 10:20:14

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.7948 (New)


Package is "glib2"

Wed Sep 11 10:20:14 2019 rev:215 rq:728230 version:2.60.7

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2019-07-31 
14:11:53.594955345 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new.7948/glib2.changes2019-09-11 
10:20:16.427511653 +0200
@@ -1,0 +2,9 @@
+Mon Sep  2 17:04:38 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.60.7:
+  + Bugs fixed: glgo#GNOME/GLib#1819, glgo#GNOME/GLib#1847,
+glgo#GNOME/GLib!1012, glgo#GNOME/GLib!1013,
+glgo#GNOME/GLib!1061, glgo#GNOME/GLib!1065,
+glgo#GNOME/GLib!1081.
+
+---

Old:

  glib-2.60.6.tar.xz

New:

  glib-2.60.7.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.7e6pj5/_old  2019-09-11 10:20:16.951511588 +0200
+++ /var/tmp/diff_new_pack.7e6pj5/_new  2019-09-11 10:20:16.955511588 +0200
@@ -19,7 +19,7 @@
 # systemtap is only offered as build-option, but not enabled, as it causes a 
build cycle
 %bcond_with systemtap
 Name:   glib2
-Version:2.60.6
+Version:2.60.7
 Release:0
 Summary:General-Purpose Utility Library
 License:LGPL-2.1-or-later

++ glib-2.60.6.tar.xz -> glib-2.60.7.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.60.6/NEWS new/glib-2.60.7/NEWS
--- old/glib-2.60.6/NEWS2019-07-24 12:52:03.0 +0200
+++ new/glib-2.60.7/NEWS2019-09-02 15:28:33.0 +0200
@@ -1,3 +1,16 @@
+Overview of changes in GLib 2.60.7
+==
+
+* Bugs fixed:
+ - #1819 Invalid characters in Open Location dialog crashes GIMP
+ - #1847 Setting GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED} to before 2.56 
triggers warnings
+ - !1012 Backport !1009 “gapplication: remove inactivity_timeout source on 
finalize” to glib-2-60
+ - !1013 Backport !1008 “gmessages: Only use structured logs if 
GLIB_VERSION_MAX_ALLOWED is ≥2.56” to glib-2-60
+ - !1061 Backport !966 “Resolve "Invalid characters in Open Location dialog 
crashes GIMP"” to glib-2-60
+ - !1065 Backport !1040 “GSettingsBackend - Fix thread-safety during 
destruction of GSettings instances...” to glib-2-60
+ - !1081 Backport !1017 “gdatetime: Avoid an assertion failure when parsing 
some ISO 8601 dates” to glib-2-60
+
+
 Overview of changes in GLib 2.60.6
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.60.6/gio/gapplication.c 
new/glib-2.60.7/gio/gapplication.c
--- old/glib-2.60.6/gio/gapplication.c  2019-07-24 12:52:03.0 +0200
+++ new/glib-2.60.7/gio/gapplication.c  2019-09-02 15:28:33.0 +0200
@@ -1372,6 +1372,9 @@
 {
   GApplication *application = G_APPLICATION (object);
 
+  if (application->priv->inactivity_timeout_id)
+g_source_remove (application->priv->inactivity_timeout_id);
+
   g_slist_free_full (application->priv->option_groups, (GDestroyNotify) 
g_option_group_unref);
   if (application->priv->main_options)
 g_option_group_unref (application->priv->main_options);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.60.6/gio/gsettingsbackend.c 
new/glib-2.60.7/gio/gsettingsbackend.c
--- old/glib-2.60.6/gio/gsettingsbackend.c  2019-07-24 12:52:04.0 
+0200
+++ new/glib-2.60.7/gio/gsettingsbackend.c  2019-09-02 15:28:34.0 
+0200
@@ -122,7 +122,13 @@
 
 struct _GSettingsBackendWatch
 {
-  GObject   *target;
+  /* Always access the target via the weak reference */
+  GWeakRef   target;
+  /* The pointer is only for comparison from the weak notify,
+   * at which point the target might already be close to
+   * destroyed. It's not safe to use it for anything anymore
+   * at that point */
+  GObject   *target_ptr;
   const GSettingsListenerVTable *vtable;
   GMainContext  *context;
   GSettingsBackendWatch *next;
@@ -137,7 +143,7 @@
 gchar**names);
 
   GMainContext  *context;
-  GWeakRef  *target_ref;
+  GObject   *target;
   GSettingsBackend  *backend;
   gchar *name;
   gpointer   origin_tag;
@@ -154,11 +160,12 @@
   /* search and remove */
   g_mutex_lock (>priv->lock);
   for (ptr = >priv->watches; *ptr; ptr = &(*ptr)->next)
-if ((*ptr)->target == where_the_object_was)
+if ((*ptr)->target_ptr 

commit glib2 for openSUSE:Factory

2019-07-31 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2019-07-31 14:11:50

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.4126 (New)


Package is "glib2"

Wed Jul 31 14:11:50 2019 rev:214 rq:718307 version:2.60.6

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2019-07-21 
11:31:32.504805708 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new.4126/glib2.changes2019-07-31 
14:11:53.594955345 +0200
@@ -1,0 +2,12 @@
+Wed Jul 24 11:38:32 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.60.6:
+  + Fix various bugs with use of the `GKeyfileSettingsBackend`
+within flatpaks (glgo#GNOME/GLib!984, glgo#GNOME/GLib!985,
+glgo#GNOME/GLib#1825).
+  + Bugs fixed: glgo#GNOME/GLib!993, glgo#GNOME/GLib!984,
+glgo#GNOME/GLib!985.
+- Drop glib2-keyfile-handle-filename-being-null.patch: Fixed
+  upstream.
+
+---

Old:

  glib-2.60.5.tar.xz
  glib2-keyfile-handle-filename-being-null.patch

New:

  glib-2.60.6.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.PN2H8M/_old  2019-07-31 14:11:55.582954659 +0200
+++ /var/tmp/diff_new_pack.PN2H8M/_new  2019-07-31 14:11:55.590954656 +0200
@@ -19,7 +19,7 @@
 # systemtap is only offered as build-option, but not enabled, as it causes a 
build cycle
 %bcond_with systemtap
 Name:   glib2
-Version:2.60.5
+Version:2.60.6
 Release:0
 Summary:General-Purpose Utility Library
 License:LGPL-2.1-or-later
@@ -47,8 +47,6 @@
 Patch3: glib2-dbus-socket-path.patch
 # PATCH-FIX-OPENSUSE glib2-gdbus-codegen-version.patch  o...@aepfle.de -- 
Remove version string from files generated by gdbus-codegen
 Patch4: glib2-gdbus-codegen-version.patch
-# PATCH-FIX-UPSTREAM glib2-keyfile-handle-filename-being-null.patch -- key 
file: Handle filename being NULL
-Patch5: glib2-keyfile-handle-filename-being-null.patch
 
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -257,7 +255,6 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 cp -a %{SOURCE1} %{SOURCE2} %{SOURCE5} .
 cp -a %{SOURCE4} gnome_defaults.conf
 # replace /usr/bin/env shebangs

++ glib-2.60.5.tar.xz -> glib-2.60.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.60.5/NEWS new/glib-2.60.6/NEWS
--- old/glib-2.60.5/NEWS2019-07-09 12:59:38.0 +0200
+++ new/glib-2.60.6/NEWS2019-07-24 12:52:03.0 +0200
@@ -1,3 +1,12 @@
+Overview of changes in GLib 2.60.6
+==
+
+* Fix various bugs with use of the `GKeyfileSettingsBackend` within flatpaks 
(!984, !985, #1825)
+
+* Bugs fixed:
+ - !993 Backport !984, !985 keyfile/portal fixes to glib-2-60
+
+
 Overview of changes in GLib 2.60.5
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.60.5/gio/gkeyfilesettingsbackend.c 
new/glib-2.60.6/gio/gkeyfilesettingsbackend.c
--- old/glib-2.60.5/gio/gkeyfilesettingsbackend.c   2019-07-09 
12:59:38.0 +0200
+++ new/glib-2.60.6/gio/gkeyfilesettingsbackend.c   2019-07-24 
12:52:04.0 +0200
@@ -80,7 +80,7 @@
 #ifdef G_OS_WIN32
 #define EXTENSION_PRIORITY 10
 #else
-#define EXTENSION_PRIORITY (glib_should_use_portal () ? 110 : 10)
+#define EXTENSION_PRIORITY (glib_should_use_portal () && 
!glib_has_dconf_access_in_sandbox () ? 110 : 10)
 #endif
 
 G_DEFINE_TYPE_WITH_CODE (GKeyfileSettingsBackend,
@@ -740,7 +740,8 @@
 case PROP_FILENAME:
   /* Construct only. */
   g_assert (kfsb->file == NULL);
-  kfsb->file = g_file_new_for_path (g_value_get_string (value));
+  if (g_value_get_string (value))
+kfsb->file = g_file_new_for_path (g_value_get_string (value));
   break;
 
 case PROP_ROOT_PATH:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.60.5/gio/gportalsupport.c 
new/glib-2.60.6/gio/gportalsupport.c
--- old/glib-2.60.5/gio/gportalsupport.c2019-07-09 12:59:39.0 
+0200
+++ new/glib-2.60.6/gio/gportalsupport.c2019-07-24 12:52:04.0 
+0200
@@ -23,6 +23,7 @@
 static gboolean flatpak_info_read;
 static gboolean use_portal;
 static gboolean network_available;
+static gboolean dconf_access;
 
 static void
 read_flatpak_info (void)
@@ -40,11 +41,13 @@
 
   use_portal = TRUE;
   network_available = FALSE;
+  dconf_access = FALSE;
 
   keyfile = g_key_file_new ();
   if (g_key_file_load_from_file (keyfile, path, G_KEY_FILE_NONE, NULL))
 {
   

commit glib2 for openSUSE:Factory

2019-07-21 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2019-07-21 11:31:31

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.4126 (New)


Package is "glib2"

Sun Jul 21 11:31:31 2019 rev:213 rq:716277 version:2.60.5

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2019-07-13 
13:59:44.406910055 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new.4126/glib2.changes2019-07-21 
11:31:32.504805708 +0200
@@ -1,0 +2,7 @@
+Sat Jul 13 18:23:31 UTC 2019 - Bjørn Lie 
+
+- Add glib2-keyfile-handle-filename-being-null.patch: key file:
+  Handle filename being NULL (glgo#GNOME/GLib!1825,
+  glgo#GNOME/GLib#984).
+
+---

New:

  glib2-keyfile-handle-filename-being-null.patch



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.s3p7BJ/_old  2019-07-21 11:31:33.168805596 +0200
+++ /var/tmp/diff_new_pack.s3p7BJ/_new  2019-07-21 11:31:33.172805595 +0200
@@ -47,6 +47,9 @@
 Patch3: glib2-dbus-socket-path.patch
 # PATCH-FIX-OPENSUSE glib2-gdbus-codegen-version.patch  o...@aepfle.de -- 
Remove version string from files generated by gdbus-codegen
 Patch4: glib2-gdbus-codegen-version.patch
+# PATCH-FIX-UPSTREAM glib2-keyfile-handle-filename-being-null.patch -- key 
file: Handle filename being NULL
+Patch5: glib2-keyfile-handle-filename-being-null.patch
+
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  gamin-devel
@@ -254,6 +257,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 cp -a %{SOURCE1} %{SOURCE2} %{SOURCE5} .
 cp -a %{SOURCE4} gnome_defaults.conf
 # replace /usr/bin/env shebangs

++ glib2-keyfile-handle-filename-being-null.patch ++
>From 953f23f13ced4002834f7622b21da1703a323047 Mon Sep 17 00:00:00 2001
From: Matthias Clasen 
Date: Wed, 10 Jul 2019 11:14:03 -0400
Subject: [PATCH] key file: Handle filename being NULL

This happens when we are default-constructed
without explicit arguments.

Closes: https://gitlab.gnome.org/GNOME/glib/issues/1825
---
 gio/gkeyfilesettingsbackend.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gio/gkeyfilesettingsbackend.c b/gio/gkeyfilesettingsbackend.c
index 3bc392351..b33a4ad69 100644
--- a/gio/gkeyfilesettingsbackend.c
+++ b/gio/gkeyfilesettingsbackend.c
@@ -740,7 +740,8 @@ g_keyfile_settings_backend_set_property (GObject  
*object,
 case PROP_FILENAME:
   /* Construct only. */
   g_assert (kfsb->file == NULL);
-  kfsb->file = g_file_new_for_path (g_value_get_string (value));
+  if (g_value_get_string (value))
+kfsb->file = g_file_new_for_path (g_value_get_string (value));
   break;
 
 case PROP_ROOT_PATH:
-- 
2.21.0




commit glib2 for openSUSE:Factory

2019-07-13 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2019-07-13 13:44:37

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.4615 (New)


Package is "glib2"

Sat Jul 13 13:44:37 2019 rev:212 rq:714309 version:2.60.5

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2019-06-24 
21:48:18.223870724 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new.4615/glib2.changes2019-07-13 
13:59:44.406910055 +0200
@@ -1,0 +2,10 @@
+Tue Jul  9 11:12:41 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.60.5:
+  + Fix implicit use of the `GKeyfileSettingsBackend`.
+  + Fix opening a URI using the ‘Open URI’ portal.
+  + Bugs fixed: glgo#GNOME/GLib!910, glgo#GNOME/GLib!949,
+glgo#GNOME/GLib!956, glgo#GNOME/GLib!958, glgo#GNOME/GLib!969,
+glgo#GNOME/GLib!977.
+
+---

Old:

  glib-2.60.4.tar.xz

New:

  glib-2.60.5.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.i4LBBC/_old  2019-07-13 13:59:45.014909870 +0200
+++ /var/tmp/diff_new_pack.i4LBBC/_new  2019-07-13 13:59:45.018909868 +0200
@@ -19,7 +19,7 @@
 # systemtap is only offered as build-option, but not enabled, as it causes a 
build cycle
 %bcond_with systemtap
 Name:   glib2
-Version:2.60.4
+Version:2.60.5
 Release:0
 Summary:General-Purpose Utility Library
 License:LGPL-2.1-or-later

++ glib-2.60.4.tar.xz -> glib-2.60.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.60.4/NEWS new/glib-2.60.5/NEWS
--- old/glib-2.60.4/NEWS2019-06-10 19:47:20.0 +0200
+++ new/glib-2.60.5/NEWS2019-07-09 12:59:38.0 +0200
@@ -1,3 +1,19 @@
+Overview of changes in GLib 2.60.5
+==
+
+* Fix implicit use of the `GKeyfileSettingsBackend` (#1822)
+
+* Fix opening a URI using the ‘Open URI’ portal (!968)
+
+* Bugs fixed:
+ - !910 Backport !909 “D-Bus auth mechanism improvements” to glib-2-60
+ - !949 Backport !945 “Avoid overrunning stack at the end of the varargs.” to 
glib-2-60
+ - !956 Backport !954 “Fix the ISO 15924 code for Manichaean” to glib-2-60
+ - !958 gthread: fix minor errno problem in GCond
+ - !969 Backport !968 ”Fix typo in request handle” to glib-2-60
+ - !977 Backport !974 “Ensure that the keyfile settings backend exists” to 
glib-2-60
+
+
 Overview of changes in GLib 2.60.4
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.60.4/gio/gdbusauthobserver.c 
new/glib-2.60.5/gio/gdbusauthobserver.c
--- old/glib-2.60.4/gio/gdbusauthobserver.c 2019-06-10 19:47:20.0 
+0200
+++ new/glib-2.60.5/gio/gdbusauthobserver.c 2019-07-09 12:59:38.0 
+0200
@@ -39,11 +39,37 @@
  * signals you are interested in. Note that new signals may be added
  * in the future
  *
- * ## Controlling Authentication # {#auth-observer}
+ * ## Controlling Authentication Mechanisms
  *
- * For example, if you only want to allow D-Bus connections from
- * processes owned by the same uid as the server, you would use a
- * signal handler like the following:
+ * By default, a #GDBusServer or server-side #GDBusConnection will allow
+ * any authentication mechanism to be used. If you only
+ * want to allow D-Bus connections with the `EXTERNAL` mechanism,
+ * which makes use of credentials passing and is the recommended
+ * mechanism for modern Unix platforms such as Linux and the BSD family,
+ * you would use a signal handler like this:
+ *
+ * |[
+ * static gboolean
+ * on_allow_mechanism (GDBusAuthObserver *observer,
+ * const gchar   *mechanism,
+ * gpointer   user_data)
+ * {
+ *   if (g_strcmp0 (mechanism, "EXTERNAL") == 0)
+ * {
+ *   return TRUE;
+ * }
+ *
+ *   return FALSE;
+ * }
+ * ]|
+ *
+ * ## Controlling Authorization # {#auth-observer}
+ *
+ * By default, a #GDBusServer or server-side #GDBusConnection will accept
+ * connections from any successfully authenticated user (but not from
+ * anonymous connections using the `ANONYMOUS` mechanism). If you only
+ * want to allow D-Bus connections from processes owned by the same uid
+ * as the server, you would use a signal handler like the following:
  * 
  * |[
  * static gboolean
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.60.4/gio/gdbusdaemon.c 
new/glib-2.60.5/gio/gdbusdaemon.c
--- old/glib-2.60.4/gio/gdbusdaemon.c   2019-06-10 19:47:20.0 +0200
+++ new/glib-2.60.5/gio/gdbusdaemon.c   

commit glib2 for openSUSE:Factory

2019-06-24 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2019-06-24 21:48:16

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.4615 (New)


Package is "glib2"

Mon Jun 24 21:48:16 2019 rev:211 rq:709085 version:2.60.4

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2019-06-02 
15:12:37.942175668 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new.4615/glib2.changes2019-06-24 
21:48:18.223870724 +0200
@@ -1,0 +2,13 @@
+Tue Jun 11 07:14:22 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.60.4:
+  + Fixes to improved network status detection with NetworkManager.
+  + Leak fixes to some `glib-genmarshal` generated code.
+  + Further fixes to the Happy Eyeballs (RFC 8305) implementation.
+  + File system permissions fix to clamp down permissions in a
+small time window when copying files (CVE-2019-12450).
+  + Bugs fixed: glgo#GNOME/GLib#1755, glgo#GNOME/GLib#1788,
+glgo#GNOME/GLib#1792, glgo#GNOME/GLib#1793,
+glgo#GNOME/GLib#1795, glgo#GNOME/GLib!865, glgo#GNOME/GLib!878.
+
+---

Old:

  glib-2.60.3.tar.xz

New:

  glib-2.60.4.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.KYtqdO/_old  2019-06-24 21:48:20.867872768 +0200
+++ /var/tmp/diff_new_pack.KYtqdO/_new  2019-06-24 21:48:20.903872796 +0200
@@ -19,7 +19,7 @@
 # systemtap is only offered as build-option, but not enabled, as it causes a 
build cycle
 %bcond_with systemtap
 Name:   glib2
-Version:2.60.3
+Version:2.60.4
 Release:0
 Summary:General-Purpose Utility Library
 License:LGPL-2.1-or-later

++ glib-2.60.3.tar.xz -> glib-2.60.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.60.3/NEWS new/glib-2.60.4/NEWS
--- old/glib-2.60.3/NEWS2019-05-21 17:59:04.0 +0200
+++ new/glib-2.60.4/NEWS2019-06-10 19:47:20.0 +0200
@@ -1,3 +1,25 @@
+Overview of changes in GLib 2.60.4
+==
+
+* Fixes to improved network status detection with NetworkManager (#1788)
+
+* Leak fixes to some `glib-genmarshal` generated code (#1793)
+
+* Further fixes to the Happy Eyeballs (RFC 8305) implementation (!865)
+
+* File system permissions fix to clamp down permissions in a small time window
+  when copying files (CVE-2019-12450, !876)
+
+* Bugs fixed:
+ - #1755 Please revert #535 gmacros: Try to use the standard __func__ first in 
G_STRFUNC
+ - #1788 GNetworkMonitor claims I am offline
+ - #1792 glib-genmarshal generated valist marshal does not respect static 
scope for some types
+ - #1793 glib-genmarshal generates wrong code for va marshaler for VARIANT type
+ - #1795 Fix mingw32 CI on older branches
+ - !865 gnetworkaddress: fix "happy eyeballs" logic
+ - !878 Backport !876 “gfile: Limit access to files when copying” to glib-2-60
+
+
 Overview of changes in GLib 2.60.3
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.60.3/gio/gfile.c new/glib-2.60.4/gio/gfile.c
--- old/glib-2.60.3/gio/gfile.c 2019-05-21 17:59:05.0 +0200
+++ new/glib-2.60.4/gio/gfile.c 2019-06-10 19:47:20.0 +0200
@@ -3284,12 +3284,12 @@
 out = (GOutputStream*)_g_local_file_output_stream_replace 
(_g_local_file_get_filename (G_LOCAL_FILE (destination)),
FALSE, NULL,
flags & 
G_FILE_COPY_BACKUP,
-   
G_FILE_CREATE_REPLACE_DESTINATION,
-   info,
+   
G_FILE_CREATE_REPLACE_DESTINATION |
+   
G_FILE_CREATE_PRIVATE, info,

cancellable, error);
   else
 out = (GOutputStream*)_g_local_file_output_stream_create 
(_g_local_file_get_filename (G_LOCAL_FILE (destination)),
-  FALSE, 0, 
info,
+  FALSE, 
G_FILE_CREATE_PRIVATE, info,
   cancellable, 
error);
 }
   else if (flags & G_FILE_COPY_OVERWRITE)
@@ -3297,12 +3297,13 @@
   out = (GOutputStream *)g_file_replace (destination,
 

commit glib2 for openSUSE:Factory

2019-06-02 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2019-06-02 15:12:34

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.5148 (New)


Package is "glib2"

Sun Jun  2 15:12:34 2019 rev:210 rq:705579 version:2.60.3

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2019-05-16 
21:56:48.694868974 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new.5148/glib2.changes2019-06-02 
15:12:37.942175668 +0200
@@ -1,0 +2,22 @@
+Thu May 23 11:31:46 UTC 2019 - Dominique Leuenberger 
+
+- Set umask to 022 before running glib-compile-schemas
+  (boo#1131761).
+
+---
+Thu May 23 08:53:07 UTC 2019 - Dominique Leuenberger 
+
+- 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.
+
+---

Old:

  glib-2.60.2.tar.xz

New:

  glib-2.60.3.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.MCyZxB/_old  2019-06-02 15:12:38.562175400 +0200
+++ /var/tmp/diff_new_pack.MCyZxB/_new  2019-06-02 15:12:38.562175400 +0200
@@ -19,7 +19,7 @@
 # systemtap is only offered as build-option, but not enabled, as it causes a 
build cycle
 %bcond_with systemtap
 Name:   glib2
-Version:2.60.2
+Version:2.60.3
 Release:0
 Summary:General-Purpose Utility Library
 License:LGPL-2.1-or-later
@@ -176,10 +176,10 @@
 
 %package -n libgio-2_0-0
 Summary:A virtual file system library API
-Group:  System/Libraries
 # The tools are useful for people having libgio
 # bnc#555605: shared-mime-info is required by libgio to properly detect mime 
types, but not during build
 #!BuildIgnore:  shared-mime-info
+Group:  System/Libraries
 Requires:   %{name}-tools
 # bnc#678518: libgio interacts with others by means of dbus-launch
 Requires:   dbus-launch
@@ -314,10 +314,26 @@
 %fdupes %{buildroot}/%{_prefix}
 
 %filetriggerin -n glib2-tools -- %{_datadir}/glib-2.0/schemas
+# Too many users complain about schemas compiled with wrong permissions
+# when in fact the system just honors there umask setting
+# Let's reset umask to 022 for glib-compile-schemas, then reset to
+# what the user had configured
+UMASK=$(umask)
+umask 022
 %{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas
+umask $UMASK
+unset UMASK
 
 %filetriggerpostun -n glib2-tools -- %{_datadir}/glib-2.0/schemas
+# Too many users complain about schemas compiled with wrong permissions
+# when in fact the system just honors there umask setting
+# Let's reset umask to 022 for glib-compile-schemas, then reset to
+# what the user had configured
+UMASK=$(umask)
+umask 022
 %{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas
+umask $UMASK
+unset UMASK
 
 %post -n libglib-2_0-0 -p /sbin/ldconfig
 %post -n libgobject-2_0-0 -p /sbin/ldconfig

++ glib-2.60.2.tar.xz -> glib-2.60.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.60.2/NEWS new/glib-2.60.3/NEWS
--- old/glib-2.60.2/NEWS2019-05-03 15:43:28.0 +0200
+++ new/glib-2.60.3/NEWS2019-05-21 17:59:04.0 +0200
@@ -1,3 +1,32 @@
+Overview of changes in GLib 2.60.3
+==
+
+* Various fixes to small key/value support in `GHashTable` (#1749, #1780)
+
+* Bugs fixed:
+ - #1747 Critical in g_socket_client_async_connect_complete
+ - #1749 New GHashTable implementation confuses valgrind
+ - #1759 test_month_names: assertion failed
+ - #1771 GNetworkAddressAddressEnumerator unsafely modifies cache in 
GNetworkAddress
+ - #1774 Leaks in gsocketclient.c connection code
+ - #1776 glib/date test fails
+ - #1780 GDB pretty-printer for GHashTable no longer works
+ - !815 Merge branch 'wip/tingping/socketclient-cancel-2' into 'master'
+ - !816 Backport !814 “gschema.dtd: Add target attribute to alias” to glib-2-60
+ - !826 Backport !824 “gsocketclient: Fix a leak in the connection code” to 
glib-2-60
+ - !829 Backport !828 “build: Fix a typo in the test whether _NL_ABALTMON_n is 
supported” to glib-2-60
+ - !834 Backport !823 "gnetworkaddress: Fix parallel enumerations interfering 
with 

commit glib2 for openSUSE:Factory

2019-05-16 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2019-05-16 21:56:47

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.5148 (New)


Package is "glib2"

Thu May 16 21:56:47 2019 rev:209 rq:701854 version:2.60.2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2019-05-06 
21:12:36.652289085 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new.5148/glib2.changes2019-05-16 
21:56:48.694868974 +0200
@@ -1,0 +2,5 @@
+Wed May  8 08:53:16 UTC 2019 - Dominique Leuenberger 
+
+- Move glib2.macros to %_rpmmacrodir. /etc is for the system admin.
+
+---



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.cCduzN/_old  2019-05-16 21:56:49.466868644 +0200
+++ /var/tmp/diff_new_pack.cCduzN/_new  2019-05-16 21:56:49.466868644 +0200
@@ -176,10 +176,10 @@
 
 %package -n libgio-2_0-0
 Summary:A virtual file system library API
+Group:  System/Libraries
 # The tools are useful for people having libgio
 # bnc#555605: shared-mime-info is required by libgio to properly detect mime 
types, but not during build
 #!BuildIgnore:  shared-mime-info
-Group:  System/Libraries
 Requires:   %{name}-tools
 # bnc#678518: libgio interacts with others by means of dbus-launch
 Requires:   dbus-launch
@@ -306,8 +306,8 @@
 # gsettings magic
 touch %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled
 # Install rpm macros
-mkdir -p %{buildroot}%{_sysconfdir}/rpm
-cp %{SOURCE6} %{buildroot}%{_sysconfdir}/rpm
+mkdir -p %{buildroot}%{_rpmmacrodir}
+cp %{SOURCE6} %{buildroot}%{_rpmmacrodir}
 # Install zsh completion for gsettings
 mkdir -p  %{buildroot}%{_datadir}/zsh/site-functions/
 cp %{SOURCE8} %{buildroot}%{_datadir}/zsh/site-functions/_gsettings
@@ -478,7 +478,7 @@
 %{_datadir}/systemtap/tapset/*/libglib-*.so.*.stp
 %{_datadir}/systemtap/tapset/*/libgobject-*.so.*.stp
 %endif
-%{_sysconfdir}/rpm/macros.glib2
+%{_rpmmacrodir}/macros.glib2
 # Own these directories to not avoid breakages throughout the project
 %dir %{_datadir}/gtk-doc
 %dir %{_datadir}/gtk-doc/html




commit glib2 for openSUSE:Factory

2019-05-06 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2019-05-06 21:12:35

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.5148 (New)


Package is "glib2"

Mon May  6 21:12:35 2019 rev:208 rq:700575 version:2.60.2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2019-05-03 
22:20:42.160498748 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new.5148/glib2.changes2019-05-06 
21:12:36.652289085 +0200
@@ -1,0 +2,10 @@
+Fri May  3 17:19:40 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.60.2:
+  + Fix crash when displaying notifications on macOS.
+  + Improve network status detection with NetworkManager.
+  + Bugs fixed: glgo#GNOME/GLib!790, glgo#GNOME/GLib!793,
+glgo#GNOME/GLib!803.
+  + Updated translations.
+
+---

Old:

  glib-2.60.1.tar.xz

New:

  glib-2.60.2.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.wO4GLz/_old  2019-05-06 21:12:37.280291230 +0200
+++ /var/tmp/diff_new_pack.wO4GLz/_new  2019-05-06 21:12:37.280291230 +0200
@@ -19,7 +19,7 @@
 # systemtap is only offered as build-option, but not enabled, as it causes a 
build cycle
 %bcond_with systemtap
 Name:   glib2
-Version:2.60.1
+Version:2.60.2
 Release:0
 Summary:General-Purpose Utility Library
 License:LGPL-2.1-or-later

++ glib-2.60.1.tar.xz -> glib-2.60.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.60.1/NEWS new/glib-2.60.2/NEWS
--- old/glib-2.60.1/NEWS2019-04-15 12:54:04.0 +0200
+++ new/glib-2.60.2/NEWS2019-05-03 15:43:28.0 +0200
@@ -1,3 +1,19 @@
+Overview of changes in GLib 2.60.2
+==
+
+* Fix crash when displaying notifications on macOS (!786)
+
+* Improve network status detection with NetworkManager (!781)
+
+* Bugs fixed:
+ - !790 glib/gconstructor.h: Include stdlib.h for MSVC builds
+ - !793 Backport !786: “cocoanotificationbackend: do not release readonly 
property” to glib-2-60
+ - !803 Backport !781 “gnetworkmonitornm: Fix network available detection” to 
glib-2-60
+
+* Translation updates:
+ - Catalan
+
+
 Overview of changes in GLib 2.60.1
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.60.1/gio/gcocoanotificationbackend.m 
new/glib-2.60.2/gio/gcocoanotificationbackend.m
--- old/glib-2.60.1/gio/gcocoanotificationbackend.m 2019-04-15 
12:54:04.0 +0200
+++ new/glib-2.60.2/gio/gcocoanotificationbackend.m 2019-05-03 
15:43:28.0 +0200
@@ -258,7 +258,6 @@
 }
 }
 
-  [notifications release];
   [str_id release];
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.60.1/gio/gnetworkmonitornm.c 
new/glib-2.60.2/gio/gnetworkmonitornm.c
--- old/glib-2.60.1/gio/gnetworkmonitornm.c 2019-04-15 12:54:04.0 
+0200
+++ new/glib-2.60.2/gio/gnetworkmonitornm.c 2019-05-03 15:43:28.0 
+0200
@@ -52,6 +52,19 @@
   NM_CONNECTIVITY_FULL
 } NMConnectivityState;
 
+/* Copied from 
https://developer.gnome.org/libnm-util/stable/libnm-util-NetworkManager.html#NMState;
+ * used inline to avoid a NetworkManager dependency from GLib. */
+typedef enum {
+  NM_STATE_UNKNOWN  = 0,
+  NM_STATE_ASLEEP   = 10,
+  NM_STATE_DISCONNECTED = 20,
+  NM_STATE_DISCONNECTING= 30,
+  NM_STATE_CONNECTING   = 40,
+  NM_STATE_CONNECTED_LOCAL  = 50,
+  NM_STATE_CONNECTED_SITE   = 60,
+  NM_STATE_CONNECTED_GLOBAL = 70,
+} NMState;
+
 struct _GNetworkMonitorNMPrivate
 {
   GDBusProxy *proxy;
@@ -155,11 +168,19 @@
  gboolean   emit_signals)
 {
   GVariant *v;
+  NMState nm_state;
   NMConnectivityState nm_connectivity;
   gboolean new_network_available;
   gboolean new_network_metered;
   GNetworkConnectivity new_connectivity;
 
+  v = g_dbus_proxy_get_cached_property (nm->priv->proxy, "State");
+  if (!v)
+return;
+
+  nm_state = g_variant_get_uint32 (v);
+  g_variant_unref (v);
+
   v = g_dbus_proxy_get_cached_property (nm->priv->proxy, "Connectivity");
   if (!v)
 return;
@@ -167,14 +188,26 @@
   nm_connectivity = g_variant_get_uint32 (v);
   g_variant_unref (v);
 
-  if (nm_connectivity == NM_CONNECTIVITY_UNKNOWN ||
-  nm_connectivity == NM_CONNECTIVITY_NONE)
+  if (nm_state <= NM_STATE_CONNECTED_LOCAL)
 {
   new_network_available = FALSE;
   new_network_metered = FALSE;
   new_connectivity = G_NETWORK_CONNECTIVITY_LOCAL;
 }
-  else
+  else if (nm_state 

commit glib2 for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2019-05-03 22:20:40

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.5148 (New)


Package is "glib2"

Fri May  3 22:20:40 2019 rev:207 rq:699939 version:2.60.1

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2019-03-22 
14:57:32.397943675 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new.5148/glib2.changes2019-05-03 
22:20:42.160498748 +0200
@@ -1,0 +2,18 @@
+Fri Apr 26 11:30:39 UTC 2019 - Martin Liška 
+
+- Use FAT LTO objects in order to provide proper static library (boo#1133129).
+
+---
+Mon Apr 15 19:33:19 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.60.1:
+  + Fix documentation for `gdbus-tool wait` to use correct units.
+  + Bugs fixed: glgo#GNOME/GLib#1709, glgo#GNOME/GLib#1725,
+glgo#GNOME/GLib#1737, glgo#GNOME/GLib!711, glgo#GNOME/GLib!722,
+glgo#GNOME/GLib!727, glgo#GNOME/GLib!729, glgo#GNOME/GLib!758,
+glgo#GNOME/GLib!775.
+  + Updated translations.
+- Drop upstream fixed patch:
+  0001-Handle-an-UNKNOWN-NetworkManager-connectivity-as-NONE.patch.
+
+---

Old:

  0001-Handle-an-UNKNOWN-NetworkManager-connectivity-as-NONE.patch
  glib-2.60.0.tar.xz

New:

  glib-2.60.1.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.0xqQlB/_old  2019-05-03 22:20:43.764501962 +0200
+++ /var/tmp/diff_new_pack.0xqQlB/_new  2019-05-03 22:20:43.768501971 +0200
@@ -19,7 +19,7 @@
 # systemtap is only offered as build-option, but not enabled, as it causes a 
build cycle
 %bcond_with systemtap
 Name:   glib2
-Version:2.60.0
+Version:2.60.1
 Release:0
 Summary:General-Purpose Utility Library
 License:LGPL-2.1-or-later
@@ -47,8 +47,6 @@
 Patch3: glib2-dbus-socket-path.patch
 # PATCH-FIX-OPENSUSE glib2-gdbus-codegen-version.patch  o...@aepfle.de -- 
Remove version string from files generated by gdbus-codegen
 Patch4: glib2-gdbus-codegen-version.patch
-# PATCH-FIX-UPSTREAM 
0001-Handle-an-UNKNOWN-NetworkManager-connectivity-as-NONE.patch boo#1103678 
alarr...@suse.com -- Fix check for network availability when NM reports it as 
unknown
-Patch5: 
0001-Handle-an-UNKNOWN-NetworkManager-connectivity-as-NONE.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  gamin-devel
@@ -256,7 +254,6 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 cp -a %{SOURCE1} %{SOURCE2} %{SOURCE5} .
 cp -a %{SOURCE4} gnome_defaults.conf
 # replace /usr/bin/env shebangs
@@ -264,6 +261,7 @@
 grep "%{_bindir}/env @PYTHON@" . -rl | xargs sed -i "s|%{_bindir}/env 
@PYTHON@|%{_bindir}/python3|g"
 
 %build
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 %meson \
--default-library=both \
-Dselinux=enabled \

++ glib-2.60.0.tar.xz -> glib-2.60.1.tar.xz ++
 15785 lines of diff (skipped)




commit glib2 for openSUSE:Factory

2019-02-24 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2019-02-24 17:05:47

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.28833 (New)


Package is "glib2"

Sun Feb 24 17:05:47 2019 rev:205 rq:674483 version:2.58.3

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2019-02-06 
15:45:18.379336096 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new.28833/glib2.changes   2019-02-24 
17:05:51.620610119 +0100
@@ -1,0 +2,10 @@
+Mon Feb 11 14:28:05 UTC 2019 - Dominique Leuenberger 
+
+- 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.
+
+---



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.0DSroO/_old  2019-02-24 17:05:52.308609791 +0100
+++ /var/tmp/diff_new_pack.0DSroO/_new  2019-02-24 17:05:52.308609791 +0100
@@ -69,6 +69,8 @@
 BuildRequires:  pkgconfig(libpcre) >= 8.31
 BuildRequires:  pkgconfig(mount) >= 2.28
 BuildRequires:  pkgconfig(zlib)
+# gtk-doc requires glib2-devel, but we will only be building this here; break 
up a cycle
+#!BuildIgnore:  glib2-devel
 %if %{with meson}
 BuildRequires:  meson
 %else
@@ -273,9 +275,6 @@
 -Ddtrace=true \
 -Dinternal_pcre=false
 %meson_build
-
-%check
-%meson_test
 %else
 autoreconf -fi
 %configure \
@@ -291,6 +290,11 @@
 %make_build
 %endif
 
+%if %{with meson}
+%check
+%meson_test
+%endif
+
 %install
 %if %{with meson}
 %meson_install




commit glib2 for openSUSE:Factory

2019-02-06 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2019-02-06 15:45:15

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.28833 (New)


Package is "glib2"

Wed Feb  6 15:45:15 2019 rev:204 rq:671196 version:2.58.3

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2019-01-26 
22:17:48.507079701 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new.28833/glib2.changes   2019-02-06 
15:45:18.379336096 +0100
@@ -1,0 +2,6 @@
+Tue Jan 29 07:21:15 UTC 2019 - Dominique Leuenberger 
+
+- Conditionalize enabling of systemtap, default disabled: it
+  creates a build loop.
+
+---



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.AdNKcw/_old  2019-02-06 15:45:19.315335526 +0100
+++ /var/tmp/diff_new_pack.AdNKcw/_new  2019-02-06 15:45:19.319335524 +0100
@@ -16,6 +16,8 @@
 #
 
 
+# systemtap is only offered as build-option, but not enabled, as it causes a 
build cycle
+%bcond_with systemtap
 # Meson is still not recommended by upstream and openQA has having many
 # suspicious failures that seems to point to Glib.
 %bcond_with meson
@@ -26,7 +28,6 @@
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 URL:https://wiki.gnome.org/Projects/GLib
-
 Source0:
https://download.gnome.org/sources/glib/2.58/glib-%{version}.tar.xz
 Source1:glib2.sh
 Source2:glib2.csh
@@ -39,7 +40,6 @@
 Source8:gsettings.zsh
 Source98:   glib2-rpmlintrc
 Source99:   baselibs.conf
-
 # PATCH-FEATURE-UPSTREAM glib2-bgo569829-gettext-gkeyfile.patch fate300461 
bgo569829 vu...@novell.com -- Look for translation of desktop entry strings via 
gettext, part that we share with Ubuntu and try to push upstream
 Patch0: glib2-bgo569829-gettext-gkeyfile.patch
 # PATCH-FEATURE-OPENSUSE glib2-fate300461-gettext-gkeyfile-suse.patch 
fate300461 vu...@novell.com -- Look for translation of desktop entry strings 
via gettext, part that deals with the openSUSE specific infrastructure (with 
desktop_translations)
@@ -50,7 +50,6 @@
 Patch3: glib2-dbus-socket-path.patch
 # PATCH-FIX-OPENSUSE glib2-gdbus-codegen-version.patch  o...@aepfle.de -- 
Remove version string from files generated by gdbus-codegen
 Patch4: glib2-gdbus-codegen-version.patch
-
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  gamin-devel
@@ -75,7 +74,9 @@
 %else
 BuildRequires:  libtool
 %endif
+%if %{with systemtap}
 BuildRequires:  systemtap-sdt-devel
+%endif
 
 %description
 GLib is a general-purpose utility library, which provides many useful
@@ -180,10 +181,10 @@
 
 %package -n libgio-2_0-0
 Summary:A virtual file system library API
-# The tools are useful for people having libgio
+Group:  System/Libraries
 # bnc#555605: shared-mime-info is required by libgio to properly detect mime 
types, but not during build
 #!BuildIgnore:  shared-mime-info
-Group:  System/Libraries
+# The tools are useful for people having libgio
 Requires:   %{name}-tools
 # bnc#678518: libgio interacts with others by means of dbus-launch
 Requires:   dbus-launch
@@ -266,7 +267,9 @@
 -Dman=true \
 -Dgtk_doc=true \
 -Dfam=true \
+%if %{with systemtap}
 -Dsystemtap=true \
+%endif
 -Ddtrace=true \
 -Dinternal_pcre=false
 %meson_build
@@ -281,7 +284,9 @@
 --enable-gtk-doc \
 --enable-man \
 --with-python=%{_bindir}/python3 \
+%if %{with systemtap}
 --enable-systemtap \
+%endif
 --with-pcre=system
 %make_build
 %endif
@@ -479,10 +484,12 @@
 %{_datadir}/gtk-doc/html/glib
 %{_datadir}/gtk-doc/html/gobject
 %{_datadir}/gdb/auto-load/%{_libdir}/*-gdb.py
+%if %{with systemtap}
 %dir %{_datadir}/systemtap/tapset/*
 %{_datadir}/systemtap/tapset/*/libgio-*.so.*.stp
 %{_datadir}/systemtap/tapset/*/libglib-*.so.*.stp
 %{_datadir}/systemtap/tapset/*/libgobject-*.so.*.stp
+%endif
 %{_sysconfdir}/rpm/macros.glib2
 # Own these directories to not avoid breakages throughout the project
 %dir %{_datadir}/gtk-doc




commit glib2 for openSUSE:Factory

2019-01-26 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2019-01-26 22:17:45

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.28833 (New)


Package is "glib2"

Sat Jan 26 22:17:45 2019 rev:203 rq:668677 version:2.58.3

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2018-12-28 
12:32:41.536073306 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new.28833/glib2.changes   2019-01-26 
22:17:48.507079701 +0100
@@ -1,0 +2,10 @@
+Mon Jan 21 15:53:13 UTC 2019 - bjorn@gmail.com
+
+- Update to version 2.58.3:
+  + Fix GVariant tests on i686.
+  + Fix crashes caused by filtering of mounts.
+  + Bugs fixed: glgo#gnome/GLib#1626, glgo#gnome/GLib#1637,
+glgo#gnome/GLib#1645, glgo#gnome/GLib!558, glgo#gnome/GLib!577,
+glgo#gnome/GLib!578.
+
+---
@@ -141,0 +152,7 @@
+  + Security fixes:
+- Fix NULL pointer dereference in
+  g_markup_parse_context_end_parse() (boo#1107121
+  glgo#GNOME/glib#1364 glgo#GNOME/glib#1461 CVE-2018-16428)
+- Fix out-of-bounds read in g_markup_parse_context_parse()
+  (boo##1107116 glgo#GNOME/glib#1361 glgo#GNOME/glib#1462
+  CVE-2018-16429)
@@ -162 +179 @@
-  problems diagnosability.
+  problems diagnosability (bsc#1090047).

Old:

  glib-2.58.2.tar.xz

New:

  glib-2.58.3.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.gLMn42/_old  2019-01-26 22:17:49.155079176 +0100
+++ /var/tmp/diff_new_pack.gLMn42/_new  2019-01-26 22:17:49.155079176 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glib2
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 # suspicious failures that seems to point to Glib.
 %bcond_with meson
 Name:   glib2
-Version:2.58.2
+Version:2.58.3
 Release:0
 Summary:General-Purpose Utility Library
 License:LGPL-2.1-or-later

++ glib-2.58.2.tar.xz -> glib-2.58.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.58.2/NEWS new/glib-2.58.3/NEWS
--- old/glib-2.58.2/NEWS2018-12-18 15:51:13.0 +0100
+++ new/glib-2.58.3/NEWS2019-01-21 14:38:50.0 +0100
@@ -1,3 +1,19 @@
+Overview of changes in GLib 2.58.3
+==
+
+* Fix GVariant tests on i686 (#1626)
+
+* Fix crashes caused by filtering of mounts (#1645)
+
+* Bugs fixed:
+ - #1626 2.58.2 GVariant test failure on i686
+ - #1637 EXCEPTION_ACCESS_VIOLATION in g_clear_pointer
+ - #1645 2.58.2 introduces libgio segfaults
+ - !558 Backport Suppress -Wint-in-bool-context warning with 
G_DEFINE_INTERFACE and g++ to glib-2-58
+ - !577 Don't fail trash test if ~/.local doesn't exist or mount points can't 
be determined
+ - !578 gunixmounts: Fix segfaults caused by new filter of mounts
+
+
 Overview of changes in GLib 2.58.2
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.58.2/configure.ac new/glib-2.58.3/configure.ac
--- old/glib-2.58.2/configure.ac2018-12-18 15:51:13.0 +0100
+++ new/glib-2.58.3/configure.ac2019-01-21 14:38:50.0 +0100
@@ -31,8 +31,8 @@
 
 m4_define([glib_major_version], [2])
 m4_define([glib_minor_version], [58])
-m4_define([glib_micro_version], [2])
-m4_define([glib_interface_age], [2])
+m4_define([glib_micro_version], [3])
+m4_define([glib_interface_age], [3])
 m4_define([glib_binary_age],
   [m4_eval(100 * glib_minor_version + glib_micro_version)])
 m4_define([glib_version],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glib-2.58.2/gio/gunixmounts.c 
new/glib-2.58.3/gio/gunixmounts.c
--- old/glib-2.58.2/gio/gunixmounts.c   2018-12-18 15:51:13.0 +0100
+++ new/glib-2.58.3/gio/gunixmounts.c   2019-01-21 14:38:50.0 +0100
@@ -486,6 +486,11 @@
   if (mnt_table_parse_mtab (table, NULL) < 0)
 goto out;
 
+  /* Use only the first mount for device, see comment from _g_get_unix_mounts
+   * in #else branch.
+   */
+  mnt_table_uniq_fs (table, MNT_UNIQ_FORWARD, uniq_fs_source_cmp);
+
   iter = mnt_new_iter (MNT_ITER_FORWARD);
   while (mnt_table_next_fs (table, iter, ) == 0)
 {
@@ -494,11 +499,6 @@
   unsigned long mount_flags = 0;
   gboolean is_read_only = FALSE;
 
-  /* Use only the first mount for device, see comment from 

commit glib2 for openSUSE:Factory

2018-12-28 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2018-12-28 12:32:36

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new.28833 (New)


Package is "glib2"

Fri Dec 28 12:32:36 2018 rev:202 rq:660063 version:2.58.2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2018-11-08 
09:43:43.601434682 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new.28833/glib2.changes   2018-12-28 
12:32:41.536073306 +0100
@@ -1,0 +2,49 @@
+Tue Dec 18 21:16:12 UTC 2018 - bjorn@gmail.com
+
+- 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
+  + 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
+  + 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
+
+---

Old:

  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
  glib-2.58.1.tar.xz

New:

  glib-2.58.2.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.vXduyx/_old  2018-12-28 12:32:42.348072743 +0100
+++ /var/tmp/diff_new_pack.vXduyx/_new  2018-12-28 12:32:42.348072743 +0100
@@ -20,13 +20,14 @@
 # suspicious failures that seems to point to Glib.
 %bcond_with meson
 Name:   glib2
-Version:2.58.1
+Version:2.58.2
 Release:0
 Summary:

commit glib2 for openSUSE:Factory

2018-11-08 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2018-11-08 09:43:40

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Thu Nov  8 09:43:40 2018 rev:201 rq:644294 version:2.58.1

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2018-10-17 
08:17:56.858953230 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2018-11-08 
09:43:43.601434682 +0100
@@ -1,0 +2,20 @@
+Mon Oct 15 22:57:17 UTC 2018 - Scott Reeves 
+
+- Add patchset to fix gvariant parsing issues. (bsc#499).
+   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
+
+---

New:

  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



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.IXXgMx/_old  2018-11-08 09:43:44.241433936 +0100
+++ /var/tmp/diff_new_pack.IXXgMx/_new  2018-11-08 09:43:44.245433931 +0100
@@ -48,6 +48,23 @@
 Patch3: glib2-dbus-socket-path.patch
 # PATCH-FIX-OPENSUSE glib2-gdbus-codegen-version.patch  o...@aepfle.de -- 
Remove version string from files generated by gdbus-codegen
 Patch4: glib2-gdbus-codegen-version.patch
+# PATCH-FIX-UPSTREAM 00[01-15]*.patch  sree...@suse.com -- set of 15 patches 
fixing bsc#499
+Patch101:   0001-gvariant-Fix-checking-arithmetic-for-tuple-element-e.patch
+Patch102:   0002-gvarianttype-Impose-a-recursion-limit-of-64-on-varia.patch
+Patch103:   0003-gvariant-Check-array-offsets-against-serialised-data.patch
+Patch104:   0004-gvariant-Check-tuple-offsets-against-serialised-data.patch
+Patch105:   0005-gvariant-Limit-GVariant-strings-to-G_MAXSSIZE.patch
+Patch106:   0006-gdbusmessage-Validate-type-of-message-header-signatu.patch
+Patch107:   0007-gdbusmessage-Improve-documentation-for-g_dbus_messag.patch
+Patch108:   0008-gdbusmessage-Clarify-error-returns-for-g_dbus_messag.patch
+Patch109:   0009-gdbusmessage-Fix-a-typo-in-a-documentation-comment.patch
+Patch110:   0010-gdbusmessage-Check-for-valid-GVariantType-when-parsi.patch
+Patch111:   0011-gvariant-Clarify-internal-documentation-about-GVaria.patch
+Patch112:   0012-tests-Tidy-up-GError-handling-in-gdbus-serialization.patch
+Patch113:   0013-tests-Use-g_assert_null-in-gdbus-serialization-test.patch
+Patch114:   0014-gutf8-Add-a-g_utf8_validate_len-function.patch
+Patch115:   0015-glib-Port-various-callers-to-use-g_utf8_validate_len.patch
+
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  gamin-devel
@@ -246,6 +263,21 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch101 -p1
+%patch102 -p1
+%patch103 -p1
+%patch104 -p1
+%patch105 -p1
+%patch106 -p1
+%patch107 -p1
+%patch108 -p1
+%patch109 -p1
+%patch110 -p1
+%patch111 -p1
+%patch112 

commit glib2 for openSUSE:Factory

2018-10-17 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2018-10-17 08:17:50

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Wed Oct 17 08:17:50 2018 rev:200 rq:638697 version:2.58.1

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2018-08-22 
14:25:16.467050820 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2018-10-17 
08:17:56.858953230 +0200
@@ -1,0 +2,94 @@
+Wed Sep 26 19:03:50 UTC 2018 - bjorn@gmail.com
+
+- Update to version 2.58.1:
+  + Fix to a regression in listing GIcon fallbacks.
+  + Changes to pkg-config paths to helper programs when building
+with autotools: paths are now absolute with reference to the
+.pc file’s ${prefix}.
+  + Fix installation path of glib-gettextize helper on Meson.
+  + Fix autostarting xdg-desktop-portal.
+  + Various fixes to the network monitor.
+  + Various compilation fixes on macOS (generally older versions
+and older compilers).
+  + Bugs fixed: glgo#GNOME/glib!318, glgo#GNOME/glib#1513,
+glgo#GNOME/glib#1521, glgo#GNOME/glib!321,
+glgo#GNOME/glib#1518, glgo#GNOME/glib#1509,
+glgo#GNOME/glib!288, glgo#GNOME/glib!298, glgo#GNOME/glib!295,
+glgo#GNOME/glib!294, glgo#GNOME/glib!290, glgo#GNOME/glib#1488,
+glgo#GNOME/glib#1506.
+  + Updated translations.
+
+---
+Wed Sep  5 03:19:49 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 2.58.0:
+  + Fix cancellation of g_subprocess_communicate_async() calls
+(glgo#GNOME/glib!266.
+  + Expose GSettings schema directory in gio-2.0.pc as `schemasdir`
+(glgo#GNOME/glib!274).
+  + Support v3 of the xdg-desktop-portal network monitor API
+(glgo#GNOME/glib!265,  glgo#GNOME/glib!279).
+  + Bugs fixed: glgo#GNOME/glib!266, glgo#GNOME/glib!279,
+glgo#GNOME/glib!265, glgo#GNOME/glib!274, glgo#GNOME/glib!239.
+  + Updated translations.
+- Set URL tag to https://wiki.gnome.org/Projects/GLib: Glib's wiki
+  page.
+- Conditionalize meson use while disabling it: use of Meson is
+  still not recommended by upstream, plus openQA is having failures
+  where Glib seems to be the one to blame.
+
+---
+Sat Aug 25 00:37:54 UTC 2018 - luc1...@linuxmail.org
+
+- Update to 2.57.3:
+  + No visible changes for the user.
+- Add:
+  + meson BuildRequires and replace configure/make/make_install
+with meson/meson_build/meson_install macros to follow upstream
+build system port to Meson.
+  + gtk-doc and m4 BuildRequires while dropping gtk-doc.m4: now
+there is no pre-built API documentation so gtk-doc and m4
+packages are build requirements now.
+- Drop automake and libtool BuildRequires and autoreconf call: they
+  are no longer needed after switching to Meson build system.
+
+---
+Fri Aug 24 10:26:15 UTC 2018 - dims...@opensuse.org
+
+- BuildIgnore shared-mime-info: we don't need this while building
+  glib2.
+
+---
+Mon Aug 21 02:57:02 UTC 2018 - dims...@opensuse.org
+
+- Update to version 2.57.2:
+  + Require pcre 8.31 and meson 0.47.0.
+  + Bugs fixed: bgo#742456, bgo#795569, bgo#796341,
+glgo#GNOME/glib#786, glgo#GNOME/glib#903, glgo#GNOME/glib#927,
+glgo#GNOME/glib#976, glgo#GNOME/glib#1013,
+glgo#GNOME/glib#1175, glgo#GNOME/glib#1360,
+glgo#GNOME/glib#1447, glgo#GNOME/glib#1407,
+glgo#GNOME/glib#1455, glgo#GNOME/glib#1459.
+  + Updated translations.
+- Drop glib2-gsettings-overrides-per-session.patch: fixed upstream.
+
+---
+Mon Aug 21 02:57:01 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 2.57.1:
+  + New API: g_hash_table_steal_extended and G_GNUC_NO_INLINE.
+  + Bugs fixed: bgo#668132, bgo#736741, bgo#748620, bgo#784995,
+bgo#788771, bgo#788773, bgo#789968, bgo#794325, bgo#795152,
+bgo#795165, bgo#795180, bgo#795302, bgo#795376, bgo#795544,
+bgo#795735, bgo#795802, bgo#795960, bgo#796138, bgo#796139,
+bgo#796164, bgo#796186, bgo#796328.
+  + Updated translations.
+- Drop:
+  + Posttrans section, and sed and coreutils PreReq aimed at
+pristine openSUSE releases <= 10.3.
+  + Conditionalized python BuildRequires aimed at pristine openSUSE
+releases <= 1130.
+- Enable building of systemtap tracing support to improve Glib
+  problems diagnosability.
+
+---

Old:

  glib-2.56.2.tar.xz
  glib2-gsettings-overrides-per-session.patch
  gtk-doc.m4

New:

  glib-2.58.1.tar.xz


commit glib2 for openSUSE:Factory

2018-08-22 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2018-08-22 14:25:13

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Wed Aug 22 14:25:13 2018 rev:199 rq:630177 version:2.56.2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2018-05-22 
17:00:39.247081324 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2018-08-22 
14:25:16.467050820 +0200
@@ -1,0 +2,14 @@
+Fri Aug 17 08:11:50 UTC 2018 - bjorn@gmail.com
+
+- 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.
+
+---

Old:

  glib-2.56.1.tar.xz
  glib2-codegen-headers.patch

New:

  glib-2.56.2.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.2CgPWN/_old  2018-08-22 14:25:17.05905 +0200
+++ /var/tmp/diff_new_pack.2CgPWN/_new  2018-08-22 14:25:17.063052230 +0200
@@ -19,7 +19,7 @@
 %define with_systemtap 0
 %define _name glib
 Name:   glib2
-Version:2.56.1
+Version:2.56.2
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library
@@ -53,8 +53,7 @@
 Patch16:glib2-gdbus-codegen-version.patch
 # PATCH-FIX-UPSTREAM glib2-gsettings-overrides-per-session.patch bgo#746592 
bsc#1070090 xw...@suse.com -- gsettings default value can be overridden 
depending on session
 Patch18:glib2-gsettings-overrides-per-session.patch
-# PATCH-FIx-UPSTREAM glib2-codegen-headers.patch bgo#795802 
dims...@opensuse.org -- gdbus-codegen: Fix header include in the body file
-Patch19:glib2-codegen-headers.patch
+
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -259,7 +258,6 @@
 %patch14 -p1
 %patch16 -p1
 %patch18 -p1
-%patch19 -p1
 cp -a %{SOURCE1} %{SOURCE2} %{SOURCE5} .
 cp -a %{SOURCE4} gnome_defaults.conf
 if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then

++ glib-2.56.1.tar.xz -> glib-2.56.2.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.56.1.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.56.2.tar.xz differ: char 26, line 1

++ glib2-bgo569829-gettext-gkeyfile.patch ++
--- /var/tmp/diff_new_pack.2CgPWN/_old  2018-08-22 14:25:17.123052373 +0200
+++ /var/tmp/diff_new_pack.2CgPWN/_new  2018-08-22 14:25:17.123052373 +0200
@@ -1,7 +1,7 @@
-Index: glib-2.56.1/glib/gkeyfile.c
+Index: glib-2.56.2/glib/gkeyfile.c
 ===
 glib-2.56.1.orig/glib/gkeyfile.c   2018-03-12 17:23:37.0 +0100
-+++ glib-2.56.1/glib/gkeyfile.c2018-04-07 16:53:59.164856822 +0200
+--- glib-2.56.2.orig/glib/gkeyfile.c   2018-03-12 17:23:37.0 +0100
 glib-2.56.2/glib/gkeyfile.c2018-08-17 10:53:47.314889363 +0200
 @@ -511,6 +511,7 @@ struct _GKeyFile
GKeyFileFlags flags;
  
@@ -128,10 +128,10 @@
/* Fallback to untranslated key
 */
if (!translated_value)
-Index: glib-2.56.1/glib/gkeyfile.h
+Index: glib-2.56.2/glib/gkeyfile.h
 ===
 glib-2.56.1.orig/glib/gkeyfile.h   2018-02-06 17:05:56.0 +0100
-+++ glib-2.56.1/glib/gkeyfile.h2018-04-07 16:53:59.164856822 +0200
+--- glib-2.56.2.orig/glib/gkeyfile.h   2018-02-06 17:05:56.0 +0100
 glib-2.56.2/glib/gkeyfile.h2018-08-17 10:53:47.314889363 +0200
 @@ -320,6 +320,7 @@ gboolean  g_key_file_remove_group
  #define G_KEY_FILE_DESKTOP_KEY_URL  "URL"
  #define G_KEY_FILE_DESKTOP_KEY_DBUS_ACTIVATABLE "DBusActivatable"

++ glib2-dbus-socket-path.patch ++
--- /var/tmp/diff_new_pack.2CgPWN/_old  2018-08-22 14:25:17.127052382 +0200
+++ /var/tmp/diff_new_pack.2CgPWN/_new  2018-08-22 14:25:17.127052382 +0200
@@ -1,8 +1,8 @@
-Index: glib-2.56.1/gio/gdbusaddress.c
+Index: glib-2.56.2/gio/gdbusaddress.c
 ===
 glib-2.56.1.orig/gio/gdbusaddress.c2018-02-06 16:44:20.0 
+0100
-+++ glib-2.56.1/gio/gdbusaddress.c 2018-04-07 16:53:59.200857044 +0200
-@@ -1624,7 +1624,7 @@ g_dbus_address_get_for_bus_sync (GBusTyp
+--- 

commit glib2 for openSUSE:Factory

2018-05-22 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2018-05-22 17:00:34

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Tue May 22 17:00:34 2018 rev:198 rq:609852 version:2.56.1

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2018-04-19 
15:21:58.085387493 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2018-05-22 
17:00:39.247081324 +0200
@@ -1,0 +2,6 @@
+Wed May 16 16:05:46 UTC 2018 - dims...@opensuse.org
+
+- Add glib2-codegen-headers.patch: gdbus-codegen: Fix header
+  include in the body file (bgo#795802).
+
+---

New:

  glib2-codegen-headers.patch



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.WDZEzE/_old  2018-05-22 17:00:40.027052942 +0200
+++ /var/tmp/diff_new_pack.WDZEzE/_new  2018-05-22 17:00:40.031052797 +0200
@@ -53,6 +53,8 @@
 Patch16:glib2-gdbus-codegen-version.patch
 # PATCH-FIX-UPSTREAM glib2-gsettings-overrides-per-session.patch bgo#746592 
bsc#1070090 xw...@suse.com -- gsettings default value can be overridden 
depending on session
 Patch18:glib2-gsettings-overrides-per-session.patch
+# PATCH-FIx-UPSTREAM glib2-codegen-headers.patch bgo#795802 
dims...@opensuse.org -- gdbus-codegen: Fix header include in the body file
+Patch19:glib2-codegen-headers.patch
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -257,6 +259,7 @@
 %patch14 -p1
 %patch16 -p1
 %patch18 -p1
+%patch19 -p1
 cp -a %{SOURCE1} %{SOURCE2} %{SOURCE5} .
 cp -a %{SOURCE4} gnome_defaults.conf
 if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then

++ glib2-codegen-headers.patch ++
diff --git a/gio/gdbus-2.0/codegen/codegen_main.py 
b/gio/gdbus-2.0/codegen/codegen_main.py
index 9d9099f..1cfe7c1 100755
--- a/gio/gdbus-2.0/codegen/codegen_main.py
+++ b/gio/gdbus-2.0/codegen/codegen_main.py
@@ -209,7 +209,7 @@ def codegen_main():
 print_error('Using --body requires --output')
 
 c_file = args.output
-header_name = os.path.splitext(c_file)[0] + '.h'
+header_name = os.path.splitext(os.path.basename(c_file))[0] + '.h'
 
 all_ifaces = []
 for fname in args.files + args.xml_files:




commit glib2 for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2018-04-19 15:21:53

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Thu Apr 19 15:21:53 2018 rev:197 rq:596120 version:2.56.1

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2018-03-26 
12:50:31.704477304 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2018-04-19 
15:21:58.085387493 +0200
@@ -1,0 +2,13 @@
+Sat Apr  7 14:45:53 UTC 2018 - bjorn@gmail.com
+
+- Update to version 2.56.1:
+  + Bugs fixed: bgo#793400, bgo#793578, bgo#793645, bgo#794194,
+bgo#794473, bgo#794506, bgo#794528, bgo#794606, bgo#794686.
+  + Updated translations.
+- Refresh following patches with quilt:
+  + glib2-bgo569829-gettext-gkeyfile.patch.
+  + glib2-dbus-socket-path.patch.
+  + glib2-fate300461-gettext-gkeyfile-suse.patch.
+  + glib2-gsettings-overrides-per-session.patch.
+
+---

Old:

  glib-2.56.0.tar.xz

New:

  glib-2.56.1.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.B8MgY4/_old  2018-04-19 15:21:58.957352356 +0200
+++ /var/tmp/diff_new_pack.B8MgY4/_new  2018-04-19 15:21:58.961352195 +0200
@@ -19,7 +19,7 @@
 %define with_systemtap 0
 %define _name glib
 Name:   glib2
-Version:2.56.0
+Version:2.56.1
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library

++ glib-2.56.0.tar.xz -> glib-2.56.1.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.56.0.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.56.1.tar.xz differ: char 26, line 1

++ glib2-bgo569829-gettext-gkeyfile.patch ++
--- /var/tmp/diff_new_pack.B8MgY4/_old  2018-04-19 15:21:59.069347843 +0200
+++ /var/tmp/diff_new_pack.B8MgY4/_new  2018-04-19 15:21:59.073347682 +0200
@@ -1,8 +1,8 @@
-Index: glib-2.37.5/glib/gkeyfile.c
+Index: glib-2.56.1/glib/gkeyfile.c
 ===
 glib-2.37.5.orig/glib/gkeyfile.c
-+++ glib-2.37.5/glib/gkeyfile.c
-@@ -445,6 +445,7 @@ struct _GKeyFile
+--- glib-2.56.1.orig/glib/gkeyfile.c   2018-03-12 17:23:37.0 +0100
 glib-2.56.1/glib/gkeyfile.c2018-04-07 16:53:59.164856822 +0200
+@@ -511,6 +511,7 @@ struct _GKeyFile
GKeyFileFlags flags;
  
gchar **locales;
@@ -10,7 +10,7 @@
  
volatile gint ref_count;
  };
-@@ -569,6 +570,7 @@ g_key_file_init (GKeyFile *key_file)
+@@ -635,6 +636,7 @@ g_key_file_init (GKeyFile *key_file)
key_file->list_separator = ';';
key_file->flags = 0;
key_file->locales = g_strdupv ((gchar **)g_get_language_names ());
@@ -18,7 +18,7 @@
  }
  
  static void
-@@ -588,6 +590,12 @@ g_key_file_clear (GKeyFile *key_file)
+@@ -654,6 +656,12 @@ g_key_file_clear (GKeyFile *key_file)
key_file->parse_buffer = NULL;
  }
  
@@ -31,7 +31,7 @@
tmp = key_file->groups;
while (tmp != NULL)
  {
-@@ -803,6 +811,11 @@ g_key_file_load_from_fd (GKeyFile
+@@ -873,6 +881,11 @@ g_key_file_load_from_fd (GKeyFile
return FALSE;
  }
  
@@ -43,7 +43,7 @@
return TRUE;
  }
  
-@@ -908,6 +921,11 @@ g_key_file_load_from_data (GKeyFile
+@@ -985,6 +998,11 @@ g_key_file_load_from_data (GKeyFile
return FALSE;
  }
  
@@ -55,7 +55,7 @@
return TRUE;
  }
  
-@@ -2083,6 +2101,8 @@ g_key_file_get_locale_string (GKeyFile
+@@ -2208,6 +2226,8 @@ g_key_file_get_locale_string (GKeyFile
GError *key_file_error;
gchar **languages;
gboolean free_languages = FALSE;
@@ -64,7 +64,7 @@
gint i;
  
g_return_val_if_fail (key_file != NULL, NULL);
-@@ -2104,6 +2124,23 @@ g_key_file_get_locale_string (GKeyFile
+@@ -2229,6 +2249,23 @@ g_key_file_get_locale_string (GKeyFile
free_languages = FALSE;
  }

@@ -88,7 +88,7 @@
for (i = 0; languages[i]; i++)
  {
candidate_key = g_strdup_printf ("%s[%s]", key, languages[i]);
-@@ -2120,6 +2157,39 @@ g_key_file_get_locale_string (GKeyFile
+@@ -2245,6 +2282,39 @@ g_key_file_get_locale_string (GKeyFile
translated_value = NULL;
 }
  
@@ -128,11 +128,11 @@
/* Fallback to untranslated key
 */
if (!translated_value)
-Index: glib-2.37.5/glib/gkeyfile.h
+Index: glib-2.56.1/glib/gkeyfile.h
 ===
 glib-2.37.5.orig/glib/gkeyfile.h
-+++ glib-2.37.5/glib/gkeyfile.h
-@@ -307,6 +307,7 @@ gboolean  g_key_file_remove_group
+--- glib-2.56.1.orig/glib/gkeyfile.h   2018-02-06 17:05:56.0 +0100
 glib-2.56.1/glib/gkeyfile.h2018-04-07 16:53:59.164856822 +0200

commit glib2 for openSUSE:Factory

2018-03-26 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2018-03-26 12:50:26

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Mon Mar 26 12:50:26 2018 rev:196 rq:590023 version:2.56.0

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2018-03-14 
19:30:19.243778131 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2018-03-26 
12:50:31.704477304 +0200
@@ -1,0 +2,7 @@
+Tue Mar 20 17:30:58 UTC 2018 - dims...@opensuse.org
+
+- Unconditionally enable translation-update-upstream: on
+  Tumbleweed, this results in a NOP and for Leap in SLE paid
+  translations being used (boo#1086036).
+
+---



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.z2QYsb/_old  2018-03-26 12:50:34.260385074 +0200
+++ /var/tmp/diff_new_pack.z2QYsb/_new  2018-03-26 12:50:34.268384784 +0200
@@ -65,6 +65,7 @@
 BuildRequires:  python3-base
 # gdbus-codegen is run during the build, so we need python-xml
 BuildRequires:  python3-xml
+BuildRequires:  translation-update-upstream
 BuildRequires:  xsltproc
 # Needed for gresource
 BuildRequires:  pkgconfig(libelf) >= 0.8.12
@@ -83,9 +84,6 @@
 BuildRequires:  python
 %endif
 %endif
-%if !0%{?is_opensuse}
-BuildRequires:  translation-update-upstream
-%endif
 
 %description
 GLib is a general-purpose utility library, which provides many useful
@@ -252,9 +250,7 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
-%if !0%{?is_opensuse}
 translation-update-upstream
-%endif
 %patch10 -p1
 %patch11 -p1
 %patch13 -p1




commit glib2 for openSUSE:Factory

2018-03-14 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2018-03-14 19:30:14

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Wed Mar 14 19:30:14 2018 rev:195 rq:586234 version:2.56.0

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2018-02-03 
15:39:00.343170745 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2018-03-14 
19:30:19.243778131 +0100
@@ -1,0 +2,105 @@
+Mon Mar 12 22:11:07 UTC 2018 - dims...@opensuse.org
+
+- Update to version 2.56.0:
+  + Bugs fixed: bgo#672777, bgo#732184, bgo#78, bgo#742124,
+bgo#749206, bgo#768507, bgo#791457, bgo#793272, bgo#793300,
+bgo#793399, bgo#793555, bgo#793565, bgo#793578, bgo#793597,
+bgo#793635, bgo#793880, bgo#794180.
+  + Updated translations.
+
+---
+Wed Feb 28 16:26:40 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---
+Wed Feb  7 09:50:06 UTC 2018 - dims...@opensuse.org
+
+- Update to version 2.55.2:
+  + GFile now has API to get the path without copying.
+  + A network monitor implementation for Windows has been added.
+  + Bugs fixed: bgo#520116, bgo#584284, bgo#605700, bgo#658713,
+bgo#685442, bgo#723003, bgo#749583, bgo#757284, bgo#760324,
+bgo#761102, bgo#767976, bgo#770335, bgo#772989, bgo#790698,
+bgo#791015, bgo#791622, bgo#792050, bgo#792217, bgo#792338,
+bgo#792351, bgo#792364, bgo#792370, bgo#792410, bgo#792432,
+bgo#792455, bgo#792499, bgo#792516, bgo#792777, bgo#792780,
+bgo#792856, bgo#792862, bgo#792903, bgo#793006, bgo#793026,
+bgo#793074.
+  + Updated translations.
+
+---
+Mon Feb  5 02:55:01 UTC 2018 - dims...@opensuse.org
+
+- Update to version 2.55.1:
+  + Build:
+- The --enable-rebuilds configure option has been removed.
+- The --with-charsetalias-dir configure option has been added.
+  + GList and GSList now have autoptr support.
+  + The gsettings list-schemas command has gained a --print-paths
+option.
+  + Bugs fixed: bgo#346816, bgo#508976, bgo#562334, bgo#662802,
+bgo#684282, bgo#692034, bgo#694723, bgo#697715, bgo#701156,
+bgo#720380, bgo#724383, bgo#724412, bgo#724794, bgo#732003,
+bgo#734479, bgo#737677, bgo#741167, bgo#748534, bgo#749527,
+bgo#749652, bgo#754634, bgo#756011, bgo#761102, bgo#773980,
+bgo#776147, bgo#776195, bgo#777075, bgo#779413, bgo#780309,
+bgo#780893, bgo#782057, bgo#784995, bgo#786796, bgo#788806,
+bgo#788936, bgo#790416, bgo#790588, bgo#790697, bgo#790785,
+bgo#790829, bgo#790830, bgo#790837, bgo#790839, bgo#790877,
+bgo#790894, bgo#790896, bgo#790914, bgo#790934, bgo#790948,
+bgo#791036, bgo#791128, bgo#791221, bgo#791235, bgo#791267,
+bgo#791296, bgo#791318, bgo#791325, bgo#791334, bgo#791337,
+bgo#791342, bgo#791460, bgo#791532, bgo#791622, bgo#791720,
+bgo#791744, bgo#791745, bgo#791906, bgo#792064, bgo#792098,
+bgo#792099, bgo#792129, bgo#792322, bgo#792324.
+  + Updated translations.
+- Rebase glib2-gdbus-codegen-version.patch.
+- Drop glib2-gtester-report-py3.patch: fixed upstream.
+- Drop glib2-gmain-partial-revert.patch: fixed upstream.
+
+---
+Mon Feb  5 02:55:00 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 2.55.0:
+  + New API:
+- g_clear_handle_id, to simplify removing sources from the
+  default mainloop.
+- g_file_load_bytes, to make it more convenient to load files
+  into GBytes.
+  + Bugs fixed: bgo#330458, bgo#483341, bgo#569375, bgo#573251,
+bgo#629347, bgo#630983, bgo#632953, bgo#636210, bgo#656502,
+bgo#661442, bgo#668035, bgo#670139, bgo#677233, bgo#679347,
+bgo#679467, bgo#689323, bgo#691436, bgo#695681, bgo#705331,
+bgo#706667, bgo#711809, bgo#722256, bgo#723655, bgo#723743,
+bgo#725014, bgo#727346, bgo#730296, bgo#731625, bgo#731705,
+bgo#737278, bgo#738176, bgo#740223, bgo#740791, bgo#740826,
+bgo#742548, bgo#742997, bgo#745723, bgo#749371, bgo#751738,
+bgo#752239, bgo#752240, bgo#753459, bgo#753521, bgo#754026,
+bgo#756009, bgo#756103, bgo#756128, bgo#756430, bgo#756470,
+bgo#756588, bgo#760022, bgo#760109, bgo#760716, bgo#765063,
+bgo#765552, bgo#767215, bgo#767239, bgo#769674, bgo#769846,
+bgo#770459, bgo#773355, bgo#774083, bgo#776562, bgo#777308,
+bgo#777310, bgo#777956, bgo#779182, bgo#779501, bgo#780202,
+bgo#780296, bgo#781598, bgo#781867, bgo#783210, bgo#783270,
+bgo#783825, bgo#786737, bgo#786785, bgo#787271, bgo#787485,
+bgo#787551, bgo#787581, bgo#787671, bgo#787731, bgo#788138,
+ 

commit glib2 for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2018-02-03 15:38:57

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Sat Feb  3 15:38:57 2018 rev:194 rq:572084 version:2.54.3

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2017-12-16 
20:45:39.055908554 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2018-02-03 
15:39:00.343170745 +0100
@@ -1,0 +2,14 @@
+Wed Jan 31 21:34:18 UTC 2018 - bjorn@gmail.com
+
+- Update to version 2.54.3:
+  + Bugs fixed: bgo#691436, bgo#761102, bgo#776147, bgo#779182,
+bgo#782057, bgo#785113, bgo#788990, bgo#789637, bgo#789894,
+bgo#790030, bgo#790093, bgo#790126, bgo#790829, bgo#790934,
+bgo#791235, bgo#791267, bgo#791296, bgo#791325, bgo#791334,
+bgo#791337, bgo#791720, bgo#791744, bgo#791754, bgo#791906.
+  + Updated translations.
+- Drop glib2-gtester-report-py3.patch: Fixed upstream.
+- Add glib2-gmain-partial-revert.patch: gmain: Partial revert of
+  recent wakeup changes to gmain.c (bgo#761102).
+
+---

Old:

  glib-2.54.2.tar.xz
  glib2-gtester-report-py3.patch

New:

  glib-2.54.3.tar.xz
  glib2-gmain-partial-revert.patch



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.tgOHFg/_old  2018-02-03 15:39:01.351123666 +0100
+++ /var/tmp/diff_new_pack.tgOHFg/_new  2018-02-03 15:39:01.355123479 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glib2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define with_systemtap 0
 %define _name glib
 Name:   glib2
-Version:2.54.2
+Version:2.54.3
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library
@@ -51,10 +51,10 @@
 Patch14:glib2-dbus-socket-path.patch
 # PATCH-FIX-OPENSUSE glib2-gdbus-codegen-version.patch  o...@aepfle.de -- 
Remove version string from files generated by gdbus-codegen
 Patch16:glib2-gdbus-codegen-version.patch
-# PATCH-FIX-UPSTREAM glib2-gtester-report-py3.patch bgo#791298 boo#1071378 
dims...@opensuse.org -- gtester-reporter fails to run with python3
-Patch17:glib2-gtester-report-py3.patch
 # PATCH-FIX-UPSTREAM glib2-gsettings-overrides-per-session.patch bgo#746592 
bsc#1070090 xw...@suse.com -- gsettings default value can be overridden 
depending on session
 Patch18:glib2-gsettings-overrides-per-session.patch
+# PATCH-FIX-UPSTREAM glib2-gmain-partial-revert.patch bgo#761102 
bjorn@gmail.com -- gmain: Partial revert of recent wakeup changes to gmain.c
+Patch19:glib2-gmain-partial-revert.patch
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -221,7 +221,7 @@
 
 %package -n libgio-fam
 Summary:GIO module to use FAM
-# we need gio-querymodules in %post/%postun
+# we need gio-querymodules in %%post/%%postun
 Group:  System/Libraries
 Requires(post): %{name}-tools
 Requires(postun): %{name}-tools
@@ -269,8 +269,8 @@
 %patch13 -p1
 %patch14 -p1
 %patch16 -p1
-%patch17 -p1
 %patch18 -p1
+%patch19 -p1
 cp -a %{SOURCE1} %{SOURCE2} %{SOURCE5} .
 cp -a %{SOURCE4} gnome_defaults.conf
 if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then

++ glib-2.54.2.tar.xz -> glib-2.54.3.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.54.2.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.54.3.tar.xz differ: char 26, line 1

++ glib2-gmain-partial-revert.patch ++
>From 94b38beff1347ec4a733199f7a7abdacaa958678 Mon Sep 17 00:00:00 2001
From: Philip Withnall 
Date: Wed, 17 Jan 2018 11:38:50 +
Subject: gmain: Partial revert of recent wakeup changes to gmain.c
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This reverts the following commits (but keeps the other recent changes
to gmain.c):
 • e4ee3079c Do not wake up main loop if change is from same thread
 • 208702404 main: Create a helper function for "owner wakeup" optimization
 • 0c0469b56 gmain: Signal wakeups if context has never been acquired as well
 • 9ba95e25b gmain: only signal GWakeup right before or during a blocking poll

Some combination of them is causing problems with LibreOffice and/or
WebKit, and the safest thing to do at the moment is revert them all
until we work out what’s going on. The previous revert 

commit glib2 for openSUSE:Factory

2017-12-16 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2017-12-16 20:45:29

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Sat Dec 16 20:45:29 2017 rev:193 rq:556638 version:2.54.2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2017-12-12 
21:18:47.590524323 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2017-12-16 
20:45:39.055908554 +0100
@@ -1,0 +2,7 @@
+Fri Dec  8 01:28:15 UTC 2017 - xw...@suse.com
+
+- Add glib2-gsettings-overrides-per-session.patch: gsettings
+  default value can be overridden depending on session
+  (bgo#746592 bsc#1070090).
+
+---

New:

  glib2-gsettings-overrides-per-session.patch



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.KHnHLU/_old  2017-12-16 20:45:41.795776289 +0100
+++ /var/tmp/diff_new_pack.KHnHLU/_new  2017-12-16 20:45:41.799776095 +0100
@@ -53,6 +53,8 @@
 Patch16:glib2-gdbus-codegen-version.patch
 # PATCH-FIX-UPSTREAM glib2-gtester-report-py3.patch bgo#791298 boo#1071378 
dims...@opensuse.org -- gtester-reporter fails to run with python3
 Patch17:glib2-gtester-report-py3.patch
+# PATCH-FIX-UPSTREAM glib2-gsettings-overrides-per-session.patch bgo#746592 
bsc#1070090 xw...@suse.com -- gsettings default value can be overridden 
depending on session
+Patch18:glib2-gsettings-overrides-per-session.patch
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -268,6 +270,7 @@
 %patch14 -p1
 %patch16 -p1
 %patch17 -p1
+%patch18 -p1
 cp -a %{SOURCE1} %{SOURCE2} %{SOURCE5} .
 cp -a %{SOURCE4} gnome_defaults.conf
 if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then

++ glib2-gsettings-overrides-per-session.patch ++
diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
index 2dc8c7171..59fb68ee7 100644
--- a/gio/glib-compile-schemas.c
+++ b/gio/glib-compile-schemas.c
@@ -179,6 +179,8 @@ typedef struct
   GString  *unparsed_default_value;
   GVariant *default_value;
 
+  GVariantDict *desktop_overrides;
+
   GString  *strinfo;
   gboolean  is_enum;
   gboolean  is_flags;
@@ -731,6 +733,11 @@ key_state_serialise (KeyState *state)
 g_variant_builder_add (, "(y(**))", 'r',
state->minimum, state->maximum);
 
+  /* per-desktop overrides */
+  if (state->desktop_overrides)
+g_variant_builder_add (, "(y@a{sv})", 'd',
+   g_variant_dict_end 
(state->desktop_overrides));
+
   state->serialised = g_variant_builder_end ();
 }
 
@@ -768,6 +775,9 @@ key_state_free (gpointer data)
   if (state->serialised)
 g_variant_unref (state->serialised);
 
+  if (state->desktop_overrides)
+g_variant_dict_unref (state->desktop_overrides);
+
   g_slice_free (KeyState, state);
 }
 
@@ -1878,6 +1888,8 @@ set_overrides (GHashTable  *schema_table,
   gchar **groups;
   gint i;
 
+  g_debug ("Processing override file '%s'", filename);
+
   key_file = g_key_file_new ();
   if (!g_key_file_load_from_file (key_file, filename, 0, ))
 {
@@ -1900,18 +1912,31 @@ set_overrides (GHashTable  *schema_table,
   for (i = 0; groups[i]; i++)
 {
   const gchar *group = groups[i];
+  const gchar *schema_name;
+  const gchar *desktop_id;
   SchemaState *schema;
+  gchar **pieces;
   gchar **keys;
   gint j;
 
-  schema = g_hash_table_lookup (schema_table, group);
+  pieces = g_strsplit (group, ":", 2);
+  schema_name = pieces[0];
+  desktop_id = pieces[1];
+
+  g_debug ("Processing group '%s' (schema '%s', %s)",
+   group, schema_name, desktop_id ? desktop_id : "all 
desktops");
+
+  schema = g_hash_table_lookup (schema_table, schema_name);
 
   if (schema == NULL)
-/* Having the schema not be installed is expected to be a
- * common case.  Don't even emit an error message about
- * that.
- */
-continue;
+{
+  /* Having the schema not be installed is expected to be a
+   * common case.  Don't even emit an error message about
+   * that.
+   */
+  g_strfreev (pieces);
+  continue;
+}
 
   keys = g_key_file_get_keys (key_file, group, NULL, NULL);
   g_assert (keys != NULL);
@@ -1939,6 +1964,32 @@ set_overrides (GHashTable  *schema_table,
 
   fprintf (stderr, 

commit glib2 for openSUSE:Factory

2017-12-12 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2017-12-12 21:18:43

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Tue Dec 12 21:18:43 2017 rev:192 rq:554787 version:2.54.2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2017-12-04 
12:14:35.728469474 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2017-12-12 
21:18:47.590524323 +0100
@@ -1,0 +2,6 @@
+Wed Dec  6 08:03:38 UTC 2017 - dims...@opensuse.org
+
+- Add glib2-gtester-report-py3.patch: gtester-reporter fails to
+  run with python3 (bgo#791296, boo#1071378).
+
+---

New:

  glib2-gtester-report-py3.patch



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.dVh1uO/_old  2017-12-12 21:18:48.890461569 +0100
+++ /var/tmp/diff_new_pack.dVh1uO/_new  2017-12-12 21:18:48.890461569 +0100
@@ -51,6 +51,8 @@
 Patch14:glib2-dbus-socket-path.patch
 # PATCH-FIX-OPENSUSE glib2-gdbus-codegen-version.patch  o...@aepfle.de -- 
Remove version string from files generated by gdbus-codegen
 Patch16:glib2-gdbus-codegen-version.patch
+# PATCH-FIX-UPSTREAM glib2-gtester-report-py3.patch bgo#791298 boo#1071378 
dims...@opensuse.org -- gtester-reporter fails to run with python3
+Patch17:glib2-gtester-report-py3.patch
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -265,6 +267,7 @@
 %patch13 -p1
 %patch14 -p1
 %patch16 -p1
+%patch17 -p1
 cp -a %{SOURCE1} %{SOURCE2} %{SOURCE5} .
 cp -a %{SOURCE4} gnome_defaults.conf
 if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then

++ glib2-gtester-report-py3.patch ++
>From 54347e52f4e0f1fcb5f361715caf3600b48c05bb Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger 
Date: Wed, 6 Dec 2017 08:58:41 +0100
Subject: [PATCH] gtester-report: fix range usage when running as python3 app

When using python3 as interpreter, range only takes integer arguments or
it results in errors like:

   File "/usr/bin/gtester-report", line 78, in html_indent_string
 for i in range (0, (n + 1) / 2):
 TypeError: 'float' object cannot be interpreted as an integer

https://bugzilla.gnome.org/show_bug.cgi?id=791296
---
 glib/gtester-report | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glib/gtester-report b/glib/gtester-report
index d11b255bc..c4790adbb 100755
--- a/glib/gtester-report
+++ b/glib/gtester-report
@@ -75,7 +75,7 @@ def attribute_as_text (node, aname, node_name = None):
 def html_indent_string (n):
   uncollapsible_space = ' ' # HTML won't compress alternating sequences 
of ' ' and ''
   string = ''
-  for i in range (0, (n + 1) / 2):
+  for i in range (0, int((n + 1) / 2)):
 string += uncollapsible_space
   return string
 
-- 
2.15.0




commit glib2 for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2017-12-04 12:14:33

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Mon Dec  4 12:14:33 2017 rev:191 rq:546642 version:2.54.2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2017-11-01 
11:07:26.214598113 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2017-12-04 
12:14:35.728469474 +0100
@@ -1,0 +2,10 @@
+Wed Nov 29 11:13:02 UTC 2017 - dims...@opensuse.org
+
+- Switch to python3:
+  + Pass --with-python=/usr/bin/python3 to configure.
+  + Replace python-base and python-xml BuildRequires with their
+python3 equivalents python3-base and python3-xml.
+  + Replace the -devel package's python-xml requires with
+python3-xml.
+
+---



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.FCfsHN/_old  2017-12-04 12:14:37.648399766 +0100
+++ /var/tmp/diff_new_pack.FCfsHN/_new  2017-12-04 12:14:37.652399620 +0100
@@ -61,9 +61,9 @@
 # glib/Makefile.am calls config.status, and thus triggers a bootstrap
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  python-base
+BuildRequires:  python3-base
 # gdbus-codegen is run during the build, so we need python-xml
-BuildRequires:  python-xml
+BuildRequires:  python3-xml
 BuildRequires:  xsltproc
 # Needed for gresource
 BuildRequires:  pkgconfig(libelf) >= 0.8.12
@@ -136,7 +136,7 @@
 Requires:   libgthread-2_0-0 = %{version}
 Requires:   pkgconfig
 # Required by gdbus-codegen
-Requires:   python-xml
+Requires:   python3-xml
 Provides:   glib2-doc = 2.19.6
 Obsoletes:  glib2-doc < 2.19.6
 # bug437293
@@ -280,6 +280,7 @@
 --enable-static \
 --enable-selinux \
 --enable-man \
+--with-python=%{_bindir}/python3 \
 %if 0%{?with_systemtap}
 --enable-systemtap \
 %endif




commit glib2 for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2017-11-01 11:07:26

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Wed Nov  1 11:07:26 2017 rev:190 rq:537577 version:2.54.2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2017-10-06 
10:59:45.690811834 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2017-11-01 
11:07:26.214598113 +0100
@@ -1,0 +2,7 @@
+Sat Oct 28 13:03:54 UTC 2017 - badshah...@gmail.com
+
+- Update to version 2.54.2:
+  + Bugs fixed: bgo#780296.
+  + Updated translations.
+
+---

Old:

  glib-2.54.1.tar.xz

New:

  glib-2.54.2.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.yPUtYi/_old  2017-11-01 11:07:27.586547996 +0100
+++ /var/tmp/diff_new_pack.yPUtYi/_new  2017-11-01 11:07:27.586547996 +0100
@@ -19,7 +19,7 @@
 %define with_systemtap 0
 %define _name glib
 Name:   glib2
-Version:2.54.1
+Version:2.54.2
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library

++ glib-2.54.1.tar.xz -> glib-2.54.2.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.54.1.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.54.2.tar.xz differ: char 26, line 1




commit glib2 for openSUSE:Factory

2017-10-06 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2017-10-06 10:59:34

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Fri Oct  6 10:59:34 2017 rev:189 rq:531570 version:2.54.1

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2017-09-15 
21:06:18.833752288 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2017-10-06 
10:59:45.690811834 +0200
@@ -1,0 +2,14 @@
+Wed Oct  4 17:51:53 CEST 2017 - sbra...@suse.com
+
+- Install dummy *-mimeapps.list files to prevent dead symlinks
+  (bsc#1061599).
+
+---
+Tue Oct  3 18:35:00 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.54.1:
+  + Bugs fixed: bgo#786737, bgo#787551, bgo#783270, bgo#783210,
+bgo#781867.
+  + Updated translations.
+
+---

Old:

  glib-2.54.0.tar.xz

New:

  glib-2.54.1.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.cOnxS8/_old  2017-10-06 10:59:46.474693315 +0200
+++ /var/tmp/diff_new_pack.cOnxS8/_new  2017-10-06 10:59:46.474693315 +0200
@@ -19,7 +19,7 @@
 %define with_systemtap 0
 %define _name glib
 Name:   glib2
-Version:2.54.0
+Version:2.54.1
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library
@@ -351,7 +351,16 @@
 
 %post -n libgthread-2_0-0 -p /sbin/ldconfig
 
-%post -n libgio-2_0-0 -p /sbin/ldconfig
+%post -n libgio-2_0-0
+/sbin/ldconfig
+for ENV in gnome xfce lxde ; do
+   if ! test -f %{_localstatedir}/cache/gio-2.0/$ENV-mimeapps.list ; then
+   cat >%{_localstatedir}/cache/gio-2.0/$ENV-mimeapps.list < glib-2.54.1.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.54.0.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.54.1.tar.xz differ: char 26, line 1




commit glib2 for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2017-09-15 21:06:11

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Fri Sep 15 21:06:11 2017 rev:188 rq:526063 version:2.54.0

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2017-09-13 
21:47:48.690661931 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2017-09-15 
21:06:18.833752288 +0200
@@ -1,0 +2,7 @@
+Thu Sep 14 00:13:58 UTC 2017 - jeng...@inai.de
+
+- Avoid running fdupes across hardlink boundaries.
+  Replace some old RPM macros.
+- Update RPM groups and package summaries.
+
+---



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.v177CT/_old  2017-09-15 21:06:19.681633254 +0200
+++ /var/tmp/diff_new_pack.v177CT/_new  2017-09-15 21:06:19.685632693 +0200
@@ -24,7 +24,7 @@
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library
 License:LGPL-2.1+
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Url:http://www.gtk.org/
 Source: 
http://download.gnome.org/sources/glib/2.54/%{_name}-%{version}.tar.xz
 Source1:glib2.sh
@@ -90,7 +90,7 @@
 a main loop abstraction, and so on.
 
 %package tools
-Summary:General-Purpose Utility Library -- Tools
+Summary:Tools from glib2, a general-purpose utility library
 Group:  Development/Libraries/C and C++
 
 %description tools
@@ -124,7 +124,7 @@
 GSettings and applications used by the MIME system.
 
 %package devel
-Summary:General-Purpose Utility Library -- Development Files
+Summary:Development files for glib, a general-purpose utility library
 # Now require the subpackages too
 Group:  Development/Libraries/C and C++
 Requires:   glib2-tools = %{version}
@@ -153,7 +153,7 @@
 This package contains the development files for GLib.
 
 %package devel-static
-Summary:General-Purpose Utility Library -- Static Libraries
+Summary:Static libraries for glib, a general-purpose utility library
 Group:  Development/Libraries/C and C++
 Requires:   %{name}-devel = %{version}
 
@@ -194,7 +194,7 @@
 object files (commonly known as 'plug-ins').
 
 %package -n libgio-2_0-0
-Summary:General-Purpose Utility Library -- Library for VFS
+Summary:A virtual file system library API
 # The tools are useful for people having libgio
 Group:  System/Libraries
 Requires:   %{name}-tools
@@ -216,7 +216,7 @@
 GIO provides a modern, easy-to-use VFS API.
 
 %package -n libgio-fam
-Summary:General-Purpose Utility Library -- GIO Module to use FAM
+Summary:GIO module to use FAM
 # we need gio-querymodules in %post/%postun
 Group:  System/Libraries
 Requires(post): %{name}-tools
@@ -231,7 +231,7 @@
 This packages provides a GIO module to use FAM for file monitoring.
 
 %package -n libgthread-2_0-0
-Summary:General-Purpose Utility Library -- Library for Threads
+Summary:Portable API from glib wrapping system threads
 Group:  System/Libraries
 
 %description -n libgthread-2_0-0
@@ -243,7 +243,7 @@
 software.
 
 %package -n libgobject-2_0-0
-Summary:General-Purpose Utility Library -- Object-Oriented Framework 
for C
+Summary:Object-Oriented Framework for C
 Group:  System/Libraries
 
 %description -n libgobject-2_0-0
@@ -289,10 +289,10 @@
 
 %check
 # make check does not work on x86_64. See 
http://bugzilla.gnome.org/show_bug.cgi?id=554969
-# %%{__make} %%{?jobs:-j%%jobs} check
+# %%{__make} %%{?_smp_mflags} check
 
 %install
-%makeinstall
+%make_install
 %if 0%{?suse_version} <= 1120
 rm %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
 %endif
@@ -323,7 +323,7 @@
 # Install zsh completion for gsettings
 mkdir -p  %{buildroot}%{_datadir}/zsh/site-functions/
 cp %{SOURCE8} %{buildroot}%{_datadir}/zsh/site-functions/_gsettings
-%fdupes %{buildroot}
+%fdupes %{buildroot}/%{_prefix}
 
 %posttrans
 # If it is an upgrade and gnome_defaults.conf were edited,




commit glib2 for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2017-09-13 21:47:45

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Wed Sep 13 21:47:45 2017 rev:187 rq:523029 version:2.54.0

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2017-06-30 
18:40:05.377309264 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2017-09-13 
21:47:48.690661931 +0200
@@ -1,0 +2,123 @@
+Mon Sep 11 08:13:13 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.54.0:
+  + Bugs fixed: bgo#780861, bgo#786983, bgo#787109, bgo#787123,
+bgo#787146.
+  + Updated translations.
+
+---
+Mon Sep  4 15:39:04 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.53.7:
+  + Bugs fixed: bgo#736710, bgo#785260, bgo#786456, bgo#786555,
+bgo#786580, bgo#786807.
+  + Updated translations.
+
+---
+Wed Aug 30 08:31:30 UTC 2017 - dims...@opensuse.org
+
+- Ignore errors in postun of gio-fam: when uninstalling the entire
+  glib stack, we can end up with the -tools package no longer being
+  functional. As nothing will read the cache, we can accept that.
+
+---
+Sat Aug 19 17:04:05 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.53.6:
+  + Bugs fixed: bgo#766358, bgo#783270, bgo#785955, bgo#786060,
+bgo#786360, bgo#786452, bgo#786460, bgo#786462, bgo#786463.
+  + Updated translations.
+
+---
+Mon Aug  7 19:38:25 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.53.5:
+  + Bugs fixed: bgo#695573, bgo#725950, bgo#731703, bgo#769135,
+bgo#779332, bgo#779607, bgo#784000, bgo#784815, bgo#784965,
+bgo#784995, bgo#785113, bgo#785130, bgo#785438, bgo#785468,
+bgo#785520, bgo#785577.
+  + Updated translations.
+- Rebase glib2-suppress-schema-deprecated-path-warning.patch.
+
+---
+Tue Jul 18 08:36:20 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.53.4:
+  + Unicode support has been updated to Unicode 10.0.0.
+  + glib-genmarshal and glib-mkenums have been rewritten in python.
+Every effort has been made to keep compatibility. Please report
+problems related to these tools.
+  + GLib can now be built with meson. Autotools are still
+supported.
+  + Bugs fixed: bgo#722047, bgo#733821, bgo#773842, bgo#779332,
+bgo#780095, bgo#780634, bgo#783841, bgo#784000, bgo#784020,
+bgo#784037, bgo#784433, bgo#784456, bgo#784528, bgo#784579,
+bgo#784581, bgo#784739, bgo#784792.
+  + Updated translations.
+
+---
+Wed Jun 28 08:36:16 UTC 2017 - dims...@opensuse.org
+
+- Update to version 2.53.3:
+  + Bugs fixed: bgo#658446, bgo#661926, bgo#674885, bgo#775593,
+bgo#776169, bgo#776333, bgo#776504, bgo#777307, bgo#778422,
+bgo#781301, bgo#782336, bgo#782996, bgo#783061, bgo#783130,
+bgo#783193, bgo#783201, bgo#783340, bgo#783350, bgo#783392,
+bgo#783593.
+  + Updated translations.
+
+---
+Wed Jun 28 02:53:03 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.53.2:
+  + A few new number parsing functions have been added. These have
+better error handling than the existing ones.
+  + glib-mkenums now supports /*< private >*/ and /*< public >*/.
+  + GSettings now consider XDG_DATA_HOME in addition to
+XDG_DATA_DIRS.
+  + Bugs fixed: bgo#674885, bgo#698064, bgo#732000, bgo#734946,
+bgo#741335, bgo#748263, bgo#776876, bgo#777030, bgo#780300,
+bgo#780309, bgo#781755, bgo#781826, bgo#781830, bgo#781847,
+bgo#781867, bgo#782068, bgo#782075, bgo#782089, bgo#782162,
+bgo#782237, bgo#782311, bgo#782628.
+  + Updated translations.
+
+---
+Wed Jun 28 02:53:02 UTC 2017 - dims...@opensuse.org
+
+- Add file triggers to libgio-2_0-0: whenever a package installs a
+  schema file to /usr/share/glib-2.0/schemas, the trigger will
+  automaticlaly fire, making it no longer a problem for packagers
+  to forget doing it.
+- Require glib2-tools by libgio-2_0-0: it contains the tools for
+  the file trigger. Historically, every package installing schemas
+  already had to require the -tools package in order to be
+  functional.
+- Change the macros %glib2_gsettings_schema_{requires,post,postun}
+  to be no-op fuctions. The macros are no longer needed with the
+  file trigger. Removing the macro would break a big number of
+  packages though.
+

commit glib2 for openSUSE:Factory

2017-06-30 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2017-06-30 18:39:58

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Fri Jun 30 18:39:58 2017 rev:186 rq:506737 version:2.52.3

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2017-06-12 
15:07:57.531545457 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2017-06-30 
18:40:05.377309264 +0200
@@ -1,0 +2,10 @@
+Thu Jun 22 23:41:17 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.52.3:
+  + Bugs fixed: bgo#781301, bgo#781601, bgo#781867, bgo#783130,
+bgo#783193, bgo#783201.
+- Drop
+  glib2-gmain-only-signal-GWakeup-right-before-or-during-a-b.patch:
+  Fixed upstream.
+
+---
@@ -4,2 +14,3 @@
-- Add glib2-gmain-only-signal-GWakeup-right-before-or-during-a-b.patch:
-  Fix event loop thread wakeup issue (bgo#761102)
+- Add
+  glib2-gmain-only-signal-GWakeup-right-before-or-during-a-b.patch:
+  Fix event loop thread wakeup issue (bgo#761102).

Old:

  glib-2.52.2.tar.xz
  glib2-gmain-only-signal-GWakeup-right-before-or-during-a-b.patch

New:

  glib-2.52.3.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.PrWLcD/_old  2017-06-30 18:40:07.18106 +0200
+++ /var/tmp/diff_new_pack.PrWLcD/_new  2017-06-30 18:40:07.189054432 +0200
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.52.2
+Version:2.52.3
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library
@@ -50,8 +50,7 @@
 Patch13:glib2-suppress-schema-deprecated-path-warning.patch
 # PATCH-FIX-OPENSUSE glib2-dbus-socket-path.patch bnc#845287 
dims...@opensuse.org -- Have gio look for the system dbus socket in /run 
instead of /var/run.
 Patch14:glib2-dbus-socket-path.patch
-# PATCH-FIX-UPSTREAM 
glib2-gmain-only-signal-GWakeup-right-before-or-during-a-b.patch bgo761102 
pbonz...@redhat.com -- Fix event loop thread wakeup issue
-Patch15:   
glib2-gmain-only-signal-GWakeup-right-before-or-during-a-b.patch
+# PATCH-FIX-OPENSUSE glib2-gdbus-codegen-version.patch  o...@aepfle.de -- 
Remove version string from files generated by gdbus-codegen
 Patch16:glib2-gdbus-codegen-version.patch
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
@@ -266,7 +265,6 @@
 %patch11 -p1
 %patch13 -p1
 %patch14 -p1
-%patch15 -p1
 %patch16 -p1
 cp -a %{S:1} %{S:2} %{S:5} .
 cp -a %{S:4} gnome_defaults.conf

++ glib-2.52.2.tar.xz -> glib-2.52.3.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.52.2.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.52.3.tar.xz differ: char 26, line 1




commit glib2 for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2017-06-12 15:07:56

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Mon Jun 12 15:07:56 2017 rev:185 rq:501742 version:2.52.2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2017-05-31 
12:15:21.989461356 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2017-06-12 
15:07:57.531545457 +0200
@@ -7,0 +8,7 @@
+Fri May 26 05:57:24 UTC 2017 - o...@aepfle.de
+
+- 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
+
+---

New:

  glib2-gdbus-codegen-version.patch



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.Gdyift/_old  2017-06-12 15:07:58.987339947 +0200
+++ /var/tmp/diff_new_pack.Gdyift/_new  2017-06-12 15:07:58.987339947 +0200
@@ -52,6 +52,7 @@
 Patch14:glib2-dbus-socket-path.patch
 # PATCH-FIX-UPSTREAM 
glib2-gmain-only-signal-GWakeup-right-before-or-during-a-b.patch bgo761102 
pbonz...@redhat.com -- Fix event loop thread wakeup issue
 Patch15:   
glib2-gmain-only-signal-GWakeup-right-before-or-during-a-b.patch
+Patch16:glib2-gdbus-codegen-version.patch
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -266,6 +267,7 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 cp -a %{S:1} %{S:2} %{S:5} .
 cp -a %{S:4} gnome_defaults.conf
 if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then

++ glib2-gdbus-codegen-version.patch ++
--- a/gio/gdbus-2.0/codegen/codegen.py
+++ b/gio/gdbus-2.0/codegen/codegen.py
@@ -56,12 +56,12 @@ class CodeGenerator:
 
 def generate_intro(self):
 self.c.write('/*\n'
- ' * Generated by gdbus-codegen %s. DO NOT EDIT.\n'
+ ' * Generated by gdbus-codegen. DO NOT EDIT.\n'
  ' *\n'
  ' * The license of this code is the same as for the 
source it was derived from.\n'
  ' */\n'
  '\n'
- %(config.VERSION))
+ )
 self.c.write('#ifdef HAVE_CONFIG_H\n'
  '#  include "config.h"\n'
  '#endif\n'
@@ -220,14 +220,14 @@ class CodeGenerator:
  '\n')
 
 self.h.write('/*\n'
- ' * Generated by gdbus-codegen %s. DO NOT EDIT.\n'
+ ' * Generated by gdbus-codegen. DO NOT EDIT.\n'
  ' *\n'
  ' * The license of this code is the same as for the 
source it was derived from.\n'
  ' */\n'
  '\n'
  '#ifndef __%s__\n'
  '#define __%s__\n'
- '\n'%(config.VERSION, self.header_guard, 
self.header_guard))
+ '\n'%(self.header_guard, self.header_guard))
 self.h.write('#include \n'
  '\n'
  'G_BEGIN_DECLS\n'



commit glib2 for openSUSE:Factory

2017-05-31 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2017-05-31 12:15:18

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Wed May 31 12:15:18 2017 rev:184 rq:499834 version:2.52.2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2017-05-18 
20:38:48.971734961 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2017-05-31 
12:15:21.989461356 +0200
@@ -1,0 +2,6 @@
+Sun May 28 01:07:00 UTC 2017 - luke.nukem.jo...@gmail.com
+
+- Add glib2-gmain-only-signal-GWakeup-right-before-or-during-a-b.patch:
+  Fix event loop thread wakeup issue (bgo#761102)
+
+---

New:

  glib2-gmain-only-signal-GWakeup-right-before-or-during-a-b.patch



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.01xSSZ/_old  2017-05-31 12:15:23.257282391 +0200
+++ /var/tmp/diff_new_pack.01xSSZ/_new  2017-05-31 12:15:23.257282391 +0200
@@ -50,6 +50,8 @@
 Patch13:glib2-suppress-schema-deprecated-path-warning.patch
 # PATCH-FIX-OPENSUSE glib2-dbus-socket-path.patch bnc#845287 
dims...@opensuse.org -- Have gio look for the system dbus socket in /run 
instead of /var/run.
 Patch14:glib2-dbus-socket-path.patch
+# PATCH-FIX-UPSTREAM 
glib2-gmain-only-signal-GWakeup-right-before-or-during-a-b.patch bgo761102 
pbonz...@redhat.com -- Fix event loop thread wakeup issue
+Patch15:   
glib2-gmain-only-signal-GWakeup-right-before-or-during-a-b.patch
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -263,6 +265,7 @@
 %patch11 -p1
 %patch13 -p1
 %patch14 -p1
+%patch15 -p1
 cp -a %{S:1} %{S:2} %{S:5} .
 cp -a %{S:4} gnome_defaults.conf
 if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then

++ glib2-gmain-only-signal-GWakeup-right-before-or-during-a-b.patch ++
>From 5d74233476d61771b4d67d50bec5420f551ef922 Mon Sep 17 00:00:00 2001
From: Paolo Bonzini 
Date: Tue, 4 Apr 2017 09:56:47 +0200
Subject: [PATCH] gmain: only signal GWakeup right before or during a blocking
 poll

Since commit e4ee307 ("Do not wake up main loop if change is from same
thread", bug 761102), GMainContext uses context->owner to decide if the
event loop is being run in the current thread.  However, what really
matters is the phase in the prepare/query/poll/check/dispatch sequence.
Wakeups are only needed between the end of prepare and the end of poll,
and then only if prepare found that no sources were ready.

There is no need to take threads into account, because prepare, check
and all callers of conditional_wakeup all look at the new need_wakeup
flag inside LOCK_CONTEXT/UNLOCK_CONTEXT.

With this change, g_main_context_is_owner and g_main_context_wait are
the only functions for which acquire/release matters, just like before
commit e4ee307.

Signed-off-by: Paolo Bonzini 
---
 glib/gmain.c | 30 +++---
 1 file changed, 19 insertions(+), 11 deletions(-)

diff --git a/glib/gmain.c b/glib/gmain.c
index ab2908e52..af0a29ae5 100644
--- a/glib/gmain.c
+++ b/glib/gmain.c
@@ -277,7 +277,8 @@ struct _GMainContext
 
   guint next_id;
   GList *source_lists;
-  gint in_check_or_prepare;
+  gboolean in_check_or_prepare;
+  gboolean need_wakeup;
 
   GPollRec *poll_records;
   guint n_poll_records;
@@ -651,6 +652,7 @@ g_main_context_new (void)
   
   context->pending_dispatches = g_ptr_array_new ();
   
+  context->need_wakeup = FALSE;
   context->time_is_fresh = FALSE;
   
   context->wakeup = g_wakeup_new ();
@@ -1127,17 +1129,11 @@ source_remove_from_context (GSource  *source,
 static void
 conditional_wakeup (GMainContext *context)
 {
-  /* We want to signal wakeups in two cases:
-   *  1 When the context is owned by another thread
-   *  2 When the context owner is NULL (two subcases)
-   *   2a Possible if the context has never been acquired
-   *   2b Or if the context has no current owner
-   *
-   * At least case 2a) is necessary to ensure backwards compatibility with
-   * qemu's use of GMainContext.
-   * https://bugzilla.gnome.org/show_bug.cgi?id=761102#c14
+  /* This flag is set if at the start of prepare() we have no other ready
+   * sources, and hence would wait in poll(). In that case, any other threads
+   * attaching sources will need to signal a wakeup.
*/
-  if (context->owner != G_THREAD_SELF)
+  if (context->need_wakeup)
 g_wakeup_signal (context->wakeup);
 }
 
@@ -3469,6 +3465,10 @@ g_main_context_prepare (GMainContext *context,
   
   LOCK_CONTEXT (context);
 
+  /* context->need_wakeup is protected by LOCK_CONTEXT/UNLOCK_CONTEXT,
+   * so need not set 

commit glib2 for openSUSE:Factory

2017-05-18 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2017-05-18 20:38:45

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Thu May 18 20:38:45 2017 rev:183 rq:494255 version:2.52.2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2017-04-29 
10:48:39.749437853 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2017-05-18 
20:38:48.971734961 +0200
@@ -1,0 +2,8 @@
+Tue May  9 12:39:42 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.52.2:
+  + Bugs fixed: bgo#734946, bgo#761102, bgo#780300, bgo#780309,
+bgo#781298.
+  + Updated translations.
+
+---

Old:

  glib-2.52.1.tar.xz

New:

  glib-2.52.2.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.BzO5F9/_old  2017-05-18 20:38:50.979451625 +0200
+++ /var/tmp/diff_new_pack.BzO5F9/_new  2017-05-18 20:38:50.979451625 +0200
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.52.1
+Version:2.52.2
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library

++ glib-2.52.1.tar.xz -> glib-2.52.2.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.52.1.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.52.2.tar.xz differ: char 26, line 1




commit glib2 for openSUSE:Factory

2017-04-29 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2017-04-29 10:48:37

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Sat Apr 29 10:48:37 2017 rev:182 rq:490195 version:2.52.1

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2017-03-22 
23:04:29.960931517 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2017-04-29 
10:48:39.749437853 +0200
@@ -1,0 +2,10 @@
+Mon Apr 10 06:56:39 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.52.1:
+  + Bugs fixed: bgo#674885, bgo#698064, bgo#725894, bgo#734946,
+bgo#755046, bgo#775879, bgo#777961, bgo#778049, bgo#778207,
+bgo#778287, bgo#779409, bgo#780066, bgo#780095, bgo#780306,
+bgo#780310, bgo#780384, bgo#780441, bgo#780471, bgo#780924.
+  + Updated translations.
+
+---

Old:

  glib-2.52.0.tar.xz

New:

  glib-2.52.1.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.kpIlb4/_old  2017-04-29 10:48:40.917272869 +0200
+++ /var/tmp/diff_new_pack.kpIlb4/_new  2017-04-29 10:48:40.921272304 +0200
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.52.0
+Version:2.52.1
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library

++ glib-2.52.0.tar.xz -> glib-2.52.1.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.52.0.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.52.1.tar.xz differ: char 26, line 1




commit glib2 for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2017-03-22 23:04:28

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Wed Mar 22 23:04:28 2017 rev:181 rq:481195 version:2.52.0

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2017-02-19 
00:38:38.776557747 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2017-03-22 
23:04:29.960931517 +0100
@@ -1,0 +2,77 @@
+Sun Mar 19 14:34:17 UTC 2017 - dims...@opensuse.org
+
+- Update to version 2.52.0:
+  + gdatetime test fails with tzdata 2017a (bgo#779799).
+  + Add missing attributes to two functions (bgo#780032).
+  + gio/fam: Remove leftover debug print (bgo#780144).
+  + Updated translations.
+- Drop glib2-remove_fam_debug_print.patch: fixed upstream.
+
+---
+Mon Mar 13 17:47:35 UTC 2017 - dims...@opensuse.org
+
+- Update to version 2.51.5:
+  + OS X implementations of GContentType and GAppInfo have been
+added.
+  + Bugs fixed: bgo#673047, bgo#734946, bgo#747146, bgo#769983,
+bgo#777203, bgo#778515, bgo#779456.
+  + Updated translations.
+
+---
+Thu Mar  2 10:31:39 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.51.4:
+  + Memory leak fixes.
+  + Fix the released tarball.
+- Drop glib2-fix-broken-configure.patch: Fixed upstream.
+
+---
+Mon Feb 27 19:55:09 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.51.3:
+  + Bugs fixed: bgo#771997, bgo#778422, bgo#778581, bgo#778801,
+bgo#778991, bgo#779183.
+  + Updated translations.
+- Add glib2-fix-broken-configure.patch: Workaround broken tarball
+  released by upstream, allows autoreconf to complete.
+
+---
+Wed Feb 15 02:51:02 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.51.2:
+  + Minimal support for UUIDs has been added.
+  + A new file attribute, G_FILE_ATTRIBUTE_RECENT_MODIFIED has been
+added to improve sorting of recent files.
+  + Bugs fixed: bgo#639078, bgo#777135, bgo#777307, bgo#777481,
+bgo#777493, bgo#777507, bgo#777592, bgo#778002, bgo#778096.
+  + Updated translations.
+
+---
+Wed Feb 15 02:51:01 UTC 2017 - dims...@opensuse.org
+
+- Update to version 2.51.1:
+  + glib-compile-resources grew a --generate-phony-targets flag.
+  + GLib now installs a valgrind suppressions file for GLib and
+GIO.
+  + Bugs fixed: bgo#642026, bgo#666114, bgo#729730, bgo#730932,
+bgo#735731, bgo#736810, bgo#762283, bgo#767609, bgo#767952,
+bgo#769745, bgo#770175, bgo#770646, bgo#772160, bgo#772989,
+bgo#773823, bgo#774086, bgo#774368, bgo#774421, bgo#774520,
+bgo#775309, bgo#775468, bgo#775510, bgo#775517, bgo#775621,
+bgo#775765, bgo#775913, bgo#776198, bgo#776586, bgo#777077.
+  + Updated translations.
+- Drop glib2-fix-notify-id-FDO-notification-backend.patch and
+  glib2-Add-missing-check-for-termios_h.patch: fixed upstream.
+
+---
+Wed Feb 15 02:51:00 UTC 2017 - dims...@opensuse.org
+
+- Update to version 2.51.0:
+  + glib-genmarshal and glib-mkenums have gained --output options
+for better build system integration.
+  + New API: g_utf8_make_valid.
+  + Bugs fixed: bgo#591603, bgo#610969, bgo#772160, bgo#772221,
+bgo#773303.
+  + Updated translations.
+
+---

Old:

  glib-2.50.3.tar.xz
  glib2-remove_fam_debug_print.patch

New:

  glib-2.52.0.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.YZvKHn/_old  2017-03-22 23:04:31.244749565 +0100
+++ /var/tmp/diff_new_pack.YZvKHn/_new  2017-03-22 23:04:31.248748998 +0100
@@ -20,14 +20,14 @@
 
 Name:   glib2
 %define _name glib
-Version:2.50.3
+Version:2.52.0
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://www.gtk.org/
-Source: 
http://download.gnome.org/sources/glib/2.50/%{_name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/glib/2.52/%{_name}-%{version}.tar.xz
 Source1:glib2.sh
 Source2:glib2.csh
 # Not upstream file. Only proposes upstream packages:
@@ -50,8 +50,6 @@
 Patch13:glib2-suppress-schema-deprecated-path-warning.patch
 # PATCH-FIX-OPENSUSE 

commit glib2 for openSUSE:Factory

2017-02-18 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2017-02-19 00:38:37

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2017-01-23 
11:21:12.407574615 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2017-02-19 
00:38:38.776557747 +0100
@@ -1,0 +2,12 @@
+Mon Feb 13 19:06:08 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.50.3:
+  + Bugs fixed: bgo#775309, bgo#775468, bgo#775517, bgo#775765.
+  + Updated translations.
+- Drop glib2-Add-missing-check-for-termios_h.patch and
+  glib2-fix-notify-id-FDO-notification-backend.patch: Fixed
+  upstream.
+- Conditionally apply translations-update-upstream BuildRequires
+  and macro for non-openSUSE only.
+
+---

Old:

  glib-2.50.2.tar.xz
  glib2-Add-missing-check-for-termios_h.patch
  glib2-fix-notify-id-FDO-notification-backend.patch

New:

  glib-2.50.3.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.bMr4ti/_old  2017-02-19 00:38:39.772417688 +0100
+++ /var/tmp/diff_new_pack.bMr4ti/_new  2017-02-19 00:38:39.776417127 +0100
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.50.2
+Version:2.50.3
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library
@@ -52,10 +52,6 @@
 Patch14:glib2-dbus-socket-path.patch
 # PATCH-FIX-UPSTREAM glib2-dbus-socket-path.patch boo#951221 bgo#756879 
r...@suse.de -- remove debug output "II 1" from the fam monitor
 Patch15:glib2-remove_fam_debug_print.patch
-# PATCH-FIX-UPSTREAM glib2-Add-missing-check-for-termios_h.patch bgo#775517 
zai...@opensuse.org -- Add missing check for termios.h
-Patch16:glib2-Add-missing-check-for-termios_h.patch
-# PATCH-FIX-UPSTREAM glib2-fix-notify-id-FDO-notification-backend.patch 
bgo#775765 zai...@opensuse.org -- Fixed notify id in FDO notification backend
-Patch17:glib2-fix-notify-id-FDO-notification-backend.patch
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -76,7 +72,9 @@
 %endif
 BuildRequires:  systemtap-sdt-devel
 %endif
+%if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
+%endif
 BuildRequires:  xsltproc
 # Needed for gresource
 BuildRequires:  pkgconfig(libelf) >= 0.8.12
@@ -260,14 +258,14 @@
 %lang_package
 %prep
 %setup -q -n %{_name}-%{version}
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 %patch10 -p1
 %patch11 -p1
 %patch13 -p1
 %patch14 -p1
 %patch15
-%patch16 -p1
-%patch17 -p1
 cp -a %{S:1} %{S:2} %{S:5} .
 cp -a %{S:4} gnome_defaults.conf
 if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then
@@ -292,7 +290,7 @@
 
 %check
 # make check does not work on x86_64. See 
http://bugzilla.gnome.org/show_bug.cgi?id=554969
-# %{__make} %{?jobs:-j%jobs} check
+# %%{__make} %%{?jobs:-j%%jobs} check
 
 %install
 %makeinstall

++ glib-2.50.2.tar.xz -> glib-2.50.3.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.50.2.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.50.3.tar.xz differ: char 27, line 1




commit glib2 for openSUSE:Factory

2016-11-10 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2016-11-10 13:13:17

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2016-10-18 
10:29:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2016-11-10 
13:13:19.0 +0100
@@ -1,0 +2,8 @@
+Mon Nov  7 22:07:19 UTC 2016 - dims...@opensuse.org
+
+- Update to version 2.50.2:
+  + Bugs fixed: bgo#767882, bgo#769135, bgo#769630, bgo#772054,
+bgo#773303, bgo#773344.
+  + Updated translations.
+
+---

Old:

  glib-2.50.1.tar.xz

New:

  glib-2.50.2.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.ZHuyo4/_old  2016-11-10 13:13:21.0 +0100
+++ /var/tmp/diff_new_pack.ZHuyo4/_new  2016-11-10 13:13:21.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.50.1
+Version:2.50.2
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library
@@ -138,8 +138,8 @@
 Provides:   glib2-doc = 2.19.6
 Obsoletes:  glib2-doc < 2.19.6
 Summary:General-Purpose Utility Library -- Development Files
-Group:  Development/Libraries/C and C++
 # bug437293
+Group:  Development/Libraries/C and C++
 %ifarch ppc64
 Obsoletes:  glib2-devel-64bit
 %endif
@@ -217,8 +217,8 @@
 
 %package -n libgio-fam
 Summary:General-Purpose Utility Library -- GIO Module to use FAM
-Group:  System/Libraries
 # we need gio-querymodules in %post/%postun
+Group:  System/Libraries
 Requires(post): %{name}-tools
 Requires(postun): %{name}-tools
 Supplements:packageand(libgio-2_0-0:fam)

++ glib-2.50.1.tar.xz -> glib-2.50.2.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.50.1.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.50.2.tar.xz differ: char 25, line 1




commit glib2 for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2016-10-18 10:29:45

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2016-09-21 
18:34:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2016-10-18 
10:29:45.0 +0200
@@ -1,0 +2,9 @@
+Mon Oct 10 18:14:36 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.50.1:
+  + Update Unicode support to Unicode 9.0.0.
+  + Bugs fixed: bgo#662946, bgo#771591, bgo#772054, bgo#772255,
+bgo#772269, bgo#772297, bgo#772511.
+  + Updated translations.
+
+---

Old:

  glib-2.50.0.tar.xz

New:

  glib-2.50.1.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.DSDqUB/_old  2016-10-18 10:29:47.0 +0200
+++ /var/tmp/diff_new_pack.DSDqUB/_new  2016-10-18 10:29:47.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.50.0
+Version:2.50.1
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library

++ glib-2.50.0.tar.xz -> glib-2.50.1.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.50.0.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.50.1.tar.xz differ: char 26, line 1




commit glib2 for openSUSE:Factory

2016-09-21 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2016-09-21 18:34:50

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2016-08-24 
10:06:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2016-09-21 
18:34:52.0 +0200
@@ -1,0 +2,136 @@
+Mon Sep 19 14:52:55 UTC 2016 - dims...@opensuse.org
+
+- Update to version 2.50.0:
+  + bgo#771438: Turn on libmount by default on linux.
+  + Fix the annotation for g_log_variant.
+  + Updated translations.
+- Add libmount-devel BuildRequires: follow upstreams recommendation
+  to use libmount on Linux.
+
+---
+Tue Sep 13 16:15:45 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.49.7:
+  + Add g_log_variant, binding-friendly api for structured logging.
+  + Bugs fixed: bgo#646926.
+  + Updated translations.
+
+---
+Sun Aug 28 12:42:33 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.49.6:
+  + The gsettings commandline tool now has a describe command.
+  + Bugs fixed: bgo#745754, bgo#769076, bgo#770372.
+  + Updated translations.
+
+---
+Thu Aug 18 08:49:39 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.49.4:
+  + Structured logging:
+- Drop libsystemd dependency.
+- Document that g_test_expect_message does not work with
+  structured logs.
+  + Use libmount for unix mount support.
+  + Add an async variant of g_app_info_launch_default_for_uri.
+  + Bugs fixed: bgo#522053, bgo#682794, bgo#744456, bgo#766370,
+bgo#767240, bgo#768198, bgo#768453, bgo#768752, bgo#769027,
+bgo#769029, bgo#769042, bgo#769087, bgo#769089, bgo#769104,
+bgo#769139, bgo#769238, bgo#769245, bgo#769507, bgo#769785,
+bgo#769995.
+  + Updated translations.
+- Drop pkgconfig(libsystemd) BuildRequires following upstream
+  changes.
+- Drop glib2-add-g_autoptr-support.patch,
+  glib2-gmessages-support-NULL.patch,
+  glib2-gvariant-Avoid-anonymous-struct.patch: Fixed upstream.
+
+---
+Thu Aug 18 08:49:38 UTC 2016 - zai...@opensuse.org
+
+- Add glib2-add-g_autoptr-support.patch: gobject: add g_autoptr
+  support for GTypeModule, fix build of gobject-introspection
+  (bgo#769033).
+- Add glib2-gmessages-support-NULL.patch: Don't crash wayland
+  session. The new g_log_structured have some bugs.. (bgo#769087).
+- Add glib2-gvariant-Avoid-anonymous-struct.patch: Fix c++
+  building, patch from upstream git.
+
+---
+Thu Aug 18 08:49:37 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.49.4:
+  + Change the just-introduced structured logging API. The
+arguments of g_log_structured() had to be reordered to enable
+an implementation within the limits of what the standards
+guarantee about var args.
+  + Bugs fixed: bgo#744456, bgo#768936, bgo#768963, bgo#768968.
+  + Updated translations.
+
+---
+Thu Aug 18 08:49:36 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.49.3:
+  + GLib has a structured logging API, g_log_structured, with
+support for writing to the systemd journal. It also supports
+colored output in terminals.
+  + Some new GBytes API has been added:
+- g_key_file_load_from_bytes.
+- g_compute_hmac_for_bytes.
+  + Stack-allocated GVariantBuilder and GVariantDict objects can
+now be initialized with G_VARIANT_BUILDER_INIT and
+G_VARIANT_DICT_INIT.
+  + gio:
+- Add a way to register handlers for custom uri schemes.
+- Add a G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attribute to have
+  these heuristics in a single place.
+- Include a gio tool that makes the functionality of the
+  various gvfs commandline tools available in a single place.
+- Add portal support to g_app_info_launch_default_for_uri.
+- Add portal support to GNetworkMonitor.
+- Add portal support to GProxyResolver.
+- Add portal support to g_application_send_notification.
+  + Bugs fixed: bgo#547200, bgo#662802, bgo#723506, bgo#725902,
+bgo#728207, bgo#729914, bgo#744456, bgo#744678, bgo#746685,
+bgo#747134, bgo#750257, bgo#753231, bgo#754012, bgo#760115,
+bgo#760423, bgo#761102, bgo#765338, bgo#766370, bgo#766899,
+bgo#766933, bgo#767765, bgo#767880, bgo#767887, bgo#767949,
+bgo#768029, bgo#768119, bgo#768357, bgo#768498, bgo#768504,
+bgo#768549, bgo#768551, bgo#768560, bgo#768780, bgo#768806.
+  + Updated translations.
+- Add 

commit glib2 for openSUSE:Factory

2016-08-24 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2016-08-24 10:06:26

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2016-08-17 
12:02:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2016-08-24 
10:06:28.0 +0200
@@ -1,0 +2,12 @@
+Thu Aug 18 08:49:33 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.48.2:
+  + Bugs fixed: bgo#547200, bgo#673101, bgo#700756, bgo#725902,
+bgo#728207, bgo#730187, bgo#746685, bgo#750257, bgo#753231,
+bgo#755439, bgo#760115, bgo#760423, bgo#761810, bgo#766211,
+bgo#766899, bgo#766933, bgo#767172, bgo#767218, bgo#767824,
+bgo#767949, bgo#768453, bgo#768504, bgo#768551, bgo#768560,
+bgo#768806, bgo#769027.
+  + Updated translations.
+
+---

Old:

  glib-2.48.1.tar.xz

New:

  glib-2.48.2.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.LJiYJJ/_old  2016-08-24 10:06:29.0 +0200
+++ /var/tmp/diff_new_pack.LJiYJJ/_new  2016-08-24 10:06:29.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.48.1
+Version:2.48.2
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library

++ glib-2.48.1.tar.xz -> glib-2.48.2.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.48.1.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.48.2.tar.xz differ: char 26, line 1




commit glib2 for openSUSE:Factory

2016-08-17 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2016-08-17 12:02:40

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2016-05-16 
12:02:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2016-08-17 
12:02:41.0 +0200
@@ -1,0 +2,5 @@
+Thu May 26 15:37:33 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20.2  Fate#318572
+
+---
@@ -11,0 +17,9 @@
+Wed Apr 13 07:25:42 UTC 2016 - idon...@suse.com
+
+- 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.
+
+---
@@ -656,0 +671,13 @@
+Fri May 23 20:36:27 UTC 2014 - mgo...@suse.com
+
+- Add glib2-bnc873225-add-get-default-value.patch: allow
+  retrieving the default value for a key (bnc#873225).
+
+---
+Wed May 21 06:43:08 UTC 2014 - ty...@suse.com
+
+- 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).
+
+---
@@ -664,0 +692,9 @@
+Wed Mar 19 17:15:59 UTC 2014 - mgo...@suse.com
+
+- 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.
+
+---
@@ -932,0 +969,6 @@
+
+---
+Sun Nov 17 20:02:45 UTC 2013 - dims...@opensuse.org
+
+- Add glib2-dbus-socket-path.patch: Have gio look for the system
+  dbus socket in /run instead of /var/run (bnc#845287).



Other differences:
--



commit glib2 for openSUSE:Factory

2016-05-16 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2016-05-16 12:02:25

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2016-04-05 
10:42:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2016-05-16 
12:02:27.0 +0200
@@ -1,0 +2,10 @@
+Tue May 10 20:20:31 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.48.1:
+  + Bugs fixed: bgo#731988, bgo#747107, bgo#747478, bgo#748474,
+bgo#748530, bgo#748806, bgo#749606, bgo#758174, bgo#758738,
+bgo#762994, bgo#763379, bgo#763821, bgo#764092, bgo#764574,
+bgo#764575, bgo#764685, bgo#764754, bgo#765959, bgo#765990.
+  + Updated translations.
+
+---

Old:

  glib-2.48.0.tar.xz

New:

  glib-2.48.1.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.JyMQ2u/_old  2016-05-16 12:02:28.0 +0200
+++ /var/tmp/diff_new_pack.JyMQ2u/_new  2016-05-16 12:02:28.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.48.0
+Version:2.48.1
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library

++ glib-2.48.0.tar.xz -> glib-2.48.1.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.48.0.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.48.1.tar.xz differ: char 27, line 1




commit glib2 for openSUSE:Factory

2016-04-05 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2016-04-05 10:42:18

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2016-03-29 
14:45:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2016-04-05 
10:42:20.0 +0200
@@ -1,0 +2,6 @@
+Thu Mar 31 12:58:33 UTC 2016 - dims...@opensuse.org
+
+- baselibs.conf: also add the pkgconfig file to the -32bit package
+  (boo#973217).
+
+---



Other differences:
--
++ baselibs.conf ++
--- /var/tmp/diff_new_pack.aUBODD/_old  2016-04-05 10:42:21.0 +0200
+++ /var/tmp/diff_new_pack.aUBODD/_new  2016-04-05 10:42:21.0 +0200
@@ -6,6 +6,7 @@
   requires "libgobject-2_0-0- = "
   requires "libgthread-2_0-0- = "
   +^/usr/lib.*/glib-2.0/include/glibconfig.h
+  +^/usr/lib.*/pkgconfig/glib-2.0.pc
 glib2-tools
   +/usr/bin/gio-querymodules(-64)?
 libglib-2_0-0




commit glib2 for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2016-03-29 14:45:20

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2016-02-09 
13:29:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2016-03-29 
14:45:21.0 +0200
@@ -1,0 +2,57 @@
+Tue Mar 22 15:53:05 UTC 2016 - dims...@opensuse.org
+
+- Update to version 2.48.0:
+  + A minor build fix in the name of determinism.
+  + A few coverity fixes.
+  + bgo#763617: giotypefuncs.c: Sort _get_type functions in the 'C'
+locale.
+  + Updated translations.
+
+---
+Wed Mar 16 08:16:29 UTC 2016 - dims...@opensuse.org
+
+- 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.
+
+---
+Mon Mar 14 10:06:51 UTC 2016 - meiss...@suse.com
+
+- Include the glibconfig.h in the baselibs glib2-devel-xxbit
+  package, as it contains the architecture specific configuration
+  (bsc#970694).
+
+---
+Thu Feb 18 13:56:53 UTC 2016 - tittiatc...@gmail.com
+
+- Follow the freedesktop conventions for the mime handler
+  associations. The created link is gnome specific, so make it 
+  specific (gnome-mimeapps.list). This prevents association
+  problems in Plasma 5 (boo#966739)
+  
https://specifications.freedesktop.org/mime-apps-spec/mime-apps-spec-latest.html
+
+---
+Tue Feb 16 16:45:20 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.47.6:
+  + Windows support:
+- Fixes and improvements to the GSettings registry backend.
+- Handle readability and writability of registry keys.
+- Use Unicode registry APIs.
+  + Bugs fixed: bgo#760852, bgo#744772, bgo#761126, bgo#747927,
+bgo#761337, bgo#744570, bgo#761504, bgo#761550, bgo#761843,
+bgo#744570, bgo#744772, bgo#747927, bgo#760852, bgo#761126,
+bgo#761337, bgo#761504, bgo#761550, bgo#761843.
+  + Updated translations.
+
+---
@@ -6,0 +64,86 @@
+
+---
+Tue Jan 19 11:49:08 UTC 2016 - dims...@opensuse.org
+
+- Update to version 2.47.5:
+  + The system copy of PCRE is now used by default to implement
+GRegex. Configure with --with-pcre=internal if a system PCRE
+version is unavailable or undesired.
+  + Interfaces for DTLS support have been added. A new version of
+glib-networking will also be required.
+  + GDBusMethodInvocation now drops replies if the sender set the
+NO_REPLY_EXPECTED flag.
+  + Several GApplication fixes, including fixes for commandline
+arguments in interpreted languages on Windows.
+  + Bugs fixed: bgo#624186, bgo#734095, bgo#735754, bgo#748064,
+bgo#752240, bgo#755421, bgo#756875, bgo#759554, bgo#760199,
+bgo#760215, bgo#760683.
+  + Updated translations.
+
+---
+Sat Dec 19 03:42:41 UTC 2015 - damjanovic@gmail.com
+
+- Update to version 2.47.4:
+  + gapplication: Acquire the main context before running.
+  + Enable contenttype test on W32, tweak it to pass (mostly).
+  + xdgmime Finer handling for cases where mmap() is not available.
+  + Add GParamSpec object ref management annotations.
+  + file monitors: reorder some code to avoid segfault.
+  + glib-compile-resources: do not leak c_name.
+  + macros: add G_GNUC_CHECK_VERSION() for compiler checks.
+  + GApplication: destroy the impl on shutdown.
+  + Stop supporting non-POSIX getpwuid_r, getgrgid_r.
+  + glib.py: Fix Python 3 TypeError in gdb pretty-printers.
+  + W32: fix uninitialized var in g_app_info_get_all_for_type.
+  + Add missing checks for gnulib vasnprintf().
+  + glibconfig.h.win32.in: remove G_CAN_INLINE.
+  + GDBusProxy: Fix a memory leak during initialization.
+  + Bugs fixed: bgo#752983, bgo#735696, bgo#735696, bgo#710243,
+bgo#756214, bgo#758823, bgo#758553, bgo#578363, bgo#757299,
+bgo#728099, bgo#757372, bgo#756475, bgo#749092, bgo#759408,
+bgo#759134, bgo#757374, bgo#758641.
+  + Updated translations.
+  

commit glib2 for openSUSE:Factory

2016-02-09 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2016-02-09 13:29:48

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2015-12-03 
13:25:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2016-02-09 
13:29:49.0 +0100
@@ -1,0 +2,7 @@
+Thu Jan 21 11:45:40 UTC 2016 - dims...@opensuse.org
+
+- 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.
+
+---



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.Xii1Jt/_old  2016-02-09 13:29:50.0 +0100
+++ /var/tmp/diff_new_pack.Xii1Jt/_new  2016-02-09 13:29:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glib2
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -299,10 +299,10 @@
 install -D -m0644 gnome_defaults.conf 
%{buildroot}%{_sysconfdir}/gnome_defaults.conf
 # default apps magic
 mkdir -p %{buildroot}%{_localstatedir}/cache/gio-2.0 
%{buildroot}%{_datadir}/applications
-touch %{buildroot}%{_localstatedir}/cache/gio-2.0/gnome-defaults.list
-touch %{buildroot}%{_localstatedir}/cache/gio-2.0/xfce-defaults.list
-touch %{buildroot}%{_localstatedir}/cache/gio-2.0/lxde-defaults.list
-ln -s %{_localstatedir}/cache/gio-2.0/gnome-defaults.list 
%{buildroot}%{_datadir}/applications/defaults.list
+touch %{buildroot}%{_localstatedir}/cache/gio-2.0/gnome-mimeapps.list
+touch %{buildroot}%{_localstatedir}/cache/gio-2.0/xfce-mimeapps.list
+touch %{buildroot}%{_localstatedir}/cache/gio-2.0/lxde-mimeapps.list
+ln -s %{_localstatedir}/cache/gio-2.0/gnome-mimeapps.list 
%{buildroot}%{_datadir}/applications/mimeapps.list
 # gio-querymodules magic
 %if "%{_lib}" == "lib64"
 mv %{buildroot}%{_bindir}/gio-querymodules 
%{buildroot}%{_bindir}/gio-querymodules-64
@@ -438,11 +438,11 @@
 %dir %{_datadir}/glib-2.0/
 %dir %{_datadir}/glib-2.0/schemas/
 %ghost %{_datadir}/glib-2.0/schemas/gschemas.compiled
-%{_datadir}/applications/defaults.list
+%{_datadir}/applications/mimeapps.list
 %dir %{_localstatedir}/cache/gio-2.0
-%ghost %{_localstatedir}/cache/gio-2.0/gnome-defaults.list
-%ghost %{_localstatedir}/cache/gio-2.0/xfce-defaults.list
-%ghost %{_localstatedir}/cache/gio-2.0/lxde-defaults.list
+%ghost %{_localstatedir}/cache/gio-2.0/gnome-mimeapps.list
+%ghost %{_localstatedir}/cache/gio-2.0/xfce-mimeapps.list
+%ghost %{_localstatedir}/cache/gio-2.0/lxde-mimeapps.list
 
 %files -n libgio-fam
 %defattr(-,root,root)




commit glib2 for openSUSE:Factory

2015-12-03 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2015-12-03 13:25:26

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2015-10-25 
19:12:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2015-12-03 
13:25:27.0 +0100
@@ -1,0 +2,9 @@
+Fri Nov  6 23:36:53 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.46.2:
+  + Varioius small fixes, with a focus on win32.
+  + The docs should now be complete when doing non-srcdir builds.
+  + Bugs fixed: bgo#687223, bgo#754983, bgo#754994, bgo#755609,
+bgo#756179, bgo#756382, bgo#757628.
+
+---

Old:

  glib-2.46.1.tar.xz

New:

  glib-2.46.2.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.4OD6aJ/_old  2015-12-03 13:25:29.0 +0100
+++ /var/tmp/diff_new_pack.4OD6aJ/_new  2015-12-03 13:25:29.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.46.1
+Version:2.46.2
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library

++ glib-2.46.1.tar.xz -> glib-2.46.2.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.46.1.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.46.2.tar.xz differ: char 27, line 1




commit glib2 for openSUSE:Factory

2015-10-25 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2015-10-25 19:12:31

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2015-10-06 
16:23:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2015-10-25 
19:12:35.0 +0100
@@ -1,0 +2,31 @@
+Tue Oct 20 17:03:40 CEST 2015 - r...@suse.de
+
+- Add glib2-remove_fam_debug_print.patch: remove debug output
+  "II 1" from the fam monitor (boo#951221, bgo#756879).
+
+---
+Wed Oct 14 15:36:13 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.46.1:
+  + Remove system_header pragma (should fix lack of warnings with
+things like g_return_if_fail).
+  + Move GStrv typedef (and auto-cleanup) from libgobject to
+libglib.
+  + Fix order of trashing files to be closer to what is required in
+the specification. Namely, trashinfo files are written first.
+This should fix issues with the gvfs trash backend failing to
+correctly read the info for recently trashed files (preventing
+'restore').
+  + Tweak mime logic to return text/plain on all empty files
+instead of returning application/octet-stream. This includes
+files that have extensions that imply that they may be other
+types of files, which is a slight change of behaviour with
+respect to old GLib versions.
+  + Many win32 fixes.
+  + Many docs fixes.
+  + Bugs fixed: bgo#735754, bgo#743011, bgo#749161, bgo#751924,
+bgo#752837, bgo#753310, bgo#755083, bgo#755351, bgo#755355,
+bgo#755496, bgo#755795, bgo#756179, bgo#756251, bgo#756255.
+  + Updated translations.
+
+---

Old:

  glib-2.46.0.tar.xz

New:

  glib-2.46.1.tar.xz
  glib2-remove_fam_debug_print.patch



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.kRwugm/_old  2015-10-25 19:12:37.0 +0100
+++ /var/tmp/diff_new_pack.kRwugm/_new  2015-10-25 19:12:37.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.46.0
+Version:2.46.1
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library
@@ -50,6 +50,8 @@
 Patch13:glib2-suppress-schema-deprecated-path-warning.patch
 # PATCH-FIX-OPENSUSE glib2-dbus-socket-path.patch bnc#845287 
dims...@opensuse.org -- Have gio look for the system dbus socket in /run 
instead of /var/run.
 Patch14:glib2-dbus-socket-path.patch
+# PATCH-FIX-UPSTREAM glib2-dbus-socket-path.patch boo#951221 bgo#756879 
r...@suse.de -- remove debug output "II 1" from the fam monitor
+Patch15:glib2-remove_fam_debug_print.patch
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -258,6 +260,7 @@
 %patch11 -p1
 %patch13 -p1
 %patch14 -p1
+%patch15
 cp -a %{S:1} %{S:2} %{S:5} .
 cp -a %{S:4} gnome_defaults.conf
 if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then

++ glib-2.46.0.tar.xz -> glib-2.46.1.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.46.0.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.46.1.tar.xz differ: char 26, line 1

++ glib2-remove_fam_debug_print.patch ++
--- gio/fam/gfamfilemonitor.c
+++ gio/fam/gfamfilemonitor.c
@@ -140,7 +140,7 @@
 
   g_mutex_unlock (_lock);
 
-  g_print ("II %d\n", fam_initialised);
+  /* g_print ("II %d\n", fam_initialised); */
 
   return fam_initialised;
 }



commit glib2 for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2015-10-06 16:23:29

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is "glib2"

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2015-05-18 
22:04:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2015-10-06 
16:23:30.0 +0200
@@ -1,0 +2,160 @@
+Mon Sep 21 13:34:21 UTC 2015 - dims...@opensuse.org
+
+- Update to version 2.46.0:
+  + Disable runtime-deprecation warnings.
+  + Fix marshalling of flags on bigendian 64bit architectures.
+  + Updated translations.
+
+---
+Wed Sep 16 07:23:31 UTC 2015 - dims...@opensuse.org
+
+- Update to version 2.45.8:
+  + Utf8 validation and utf8-to-ucs4 conversion are faster.
+  + Small speedups to property change notification.
+  + Various other small optimizations for GQuark, GData.
+  + Bugs fixed: bgo#696426, bgo#735429, bgo#738504, bgo#742903,
+bgo#748633, bgo#754431, bgo#754560, bgo#754582, bgo#754601,
+bgo#754636, bgo#754788, bgo#754831, bgo#754924, bgo#754986.
+  + Updated translations.
+
+---
+Wed Sep  2 09:30:55 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.45.7:
+  + Add G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE for use by
+non-POSIX-like backends (e.g. cloud storage).
+  + GFileMonitor: Make the inotify backend work with atomic renames
+again.
+  + GSettings: change notification is again working
+unconditionally.
+  + GListStore has a sort function now.
+  + Test infrastructure:
+- Tests are now required to have unique names.
+- TAP support has been improved.
+- A macro for asserting that two memory regions have identical
+  content has been added.
+  + Bugs fixed: bgo#708525, bgo#742849, bgo#744060, bgo#747364,
+bgo#749492, bgo#752769, bgo#753745, bgo#754152, bgo#754211,
+bgo#754264, bgo#754283, bgo#754284, bgo#754286, bgo#754307.
+  + Updated translations.
+
+---
+Fri Aug 28 08:20:25 UTC 2015 - fcro...@suse.com
+
+- Add zsh completion for gsettings from (source gsettings.zsh).
+  https://github.com/jmatsuzawa/zsh-comp-gsettings (MIT license).
+
+---
+Thu Aug 20 10:06:37 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.45.6:
+  + Fix a test failure and a build failure.
+
+---
+Wed Aug 19 20:17:46 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.45.5:
+  + GNetworkMonitor now provides information about metered
+networks.
+  + g_mem_set_vtable has been deprecated; it has not been working
+for quite a while. The recommendation is to use valgrind, or
+replace malloc itself.
+  + Bugs fixed: bgo#656325, bgo#741779, bgo#741822, bgo#742386,
+bgo#743018, bgo#750282, bgo#751358, bgo#751592, bgo#751598,
+bgo#751610, bgo#751751, bgo#752210, bgo#752656, bgo#752767,
+bgo#753278, bgo#753285.
+  + Updated translations.
+
+---
+Tue Jul 21 09:35:32 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.45.4:
+  + Bugs fixed: bgo#727829, bgo#741901, bgo#746339, bgo#747676,
+bgo#748610, bgo#749911, bgo#749912, bgo#750625, bgo#750807,
+bgo#751160, bgo#751672, bgo#751731, bgo#751737, bgo#751798,
+bgo#752089, bgo#752293.
+  + Updated translations.
+
+---
+Thu Jun 25 07:59:12 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.45.3:
+  + Improve performance of g_signal_handler_disconnect for signals
+with many handlers.
+  + GDBus has gained a new call flag to allow interactive
+authorization.
+  + GSettings:
+- New API: g_settings_schema_list_keys.
+- Deprecated: g_settings_list_keys.
+  + OS X:
+- Implement GNotification.
+- Bump the OS X requirement to 10.9.
+  + Windows:
+- Add registry reading API.
+- Reimplement GAppInfo using registry information.
+  + Bugs fixed: bgo#666831, bgo#728489, bgo#730168, bgo#733325,
+bgo#734888, bgo#737009, bgo#738185, bgo#738504, bgo#739122,
+bgo#739424, bgo#739616, bgo#740308, bgo#740516, bgo#741788,
+bgo#745013, bgo#747146, bgo#747941, bgo#748727, bgo#749693,
+bgo#750203, bgo#750322, bgo#750344, bgo#750369, bgo#750386,
+bgo#750399, bgo#750573, bgo#750918, bgo#751122, bgo#479730.
+  + Updated translations.
+
+---
+Tue May 26 11:04:19 UTC 2015 - dims...@opensuse.org
+
+- Update to version 2.45.2:
+  + Improve error reporting in 

commit glib2 for openSUSE:Factory

2015-05-18 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2015-05-18 22:04:25

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2015-03-30 
19:26:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2015-05-18 
22:04:26.0 +0200
@@ -1,0 +2,10 @@
+Wed May 13 10:43:38 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.44.1:
+  + Don't redefine typedefs to avoid build problems on OpenBSD.
+  + Improve the default application algorithm.
+  + Bump the number of children a GType can have.
+  + Various testsuite improvements.
+  + Updated translations.
+
+---

Old:

  glib-2.44.0.tar.xz

New:

  glib-2.44.1.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.PJNEuq/_old  2015-05-18 22:04:28.0 +0200
+++ /var/tmp/diff_new_pack.PJNEuq/_new  2015-05-18 22:04:28.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.44.0
+Version:2.44.1
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library

++ glib-2.44.0.tar.xz - glib-2.44.1.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.44.0.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.44.1.tar.xz differ: char 26, line 1




commit glib2 for openSUSE:Factory

2015-03-30 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2015-03-30 19:26:41

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2015-03-03 
11:10:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2015-03-30 
19:26:43.0 +0200
@@ -1,0 +2,137 @@
+Mon Mar 23 17:10:31 UTC 2015 - dims...@opensuse.org
+
+- Update to version 2.44.0:
+  + gsocket: Document FD ownership with g_socket_new_from_fd()
+(bgo#730188).
+  + Updated translations.
+
+---
+Tue Mar 17 08:13:01 UTC 2015 - dims...@opensuse.org
+
+- Update to version 2.43.92:
+  + GUnixMountMonitor now properly supports multiple main contexts
+  + Many documentation improvements and cleanups.  We are now
+approaching a point where the documentation is 100% complete
+and the xml will build without warnings. This will probably be
+enabled by default in the next cycle.
+  + New support for HTTP proxies in GIO.
+  + New GTask:completed property.
+  + Use private futexes in order to further improve the
+performance of the contended case of GMutex and g_bit_lock().
+  + Bugs fixed: bgo#614684, bgo#730352, bgo#733876, bgo#741442,
+bgo#742599, bgo#743636, bgo#743661, bgo#744722, bgo#745589,
+bgo#745634.
+  + Updated translations.
+
+---
+Tue Mar  3 00:16:34 UTC 2015 - dims...@opensuse.org
+
+- Update to version 2.43.91:
+  + We have now added 'g_autofree' as a libgsystem-style
+autocleanup macro that calls g_free() on the content of a local
+variable when it leaves scope (working only on GCC and clang).
+  + GApplication now has an is-busy property, allowing one to
+query the effective busy state.
+  + There have been various other bugfixes and cleanups.
+  + Bugs fixed: bgo#661554, bgo#744263, bgo#744565, bgo#744747,
+bgo#744756, bgo#744830, bgo#744876, bgo#745239.
+  + Updated translations.
+
+---
+Thu Feb 26 15:05:59 UTC 2015 - dims...@opensuse.org
+
+- Update to version 2.43.90:
+  + New GSimpleIOStream class to construct a GIOStream from an
+arbitrary GInputStream and GOutputStream.
+  + GApplication: new API for marking 'busy' state according to the
+value of a boolean property on another object.
+  + GOptionGroup: add binding support (boxed type, annotation
+fixes, etc.)
+  + Bugs fixed: bgo#739724, bgo#741024, bgo#741630, bgo#743349,
+bgo#743990, bgo#744565.
+  + Updated translations.
+
+---
+Thu Feb 26 15:05:58 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.43.4:
+  + GType now has type declaration macros G_DECLARE_DERIVABLE_TYPE,
+G_DECLARE_FINAL_TYPE and G_DECLARE_INTERFACE, which
+significantly reduce the boilerplate needed for GObject types
+and interfaces.
+  + g_autoptr and g_auto are macros for declaring variables with
+automatic cleanup. They only work with gcc and clang.
+  + GListModel is a new interface that represents a dynamic list of
+GObjects.
+  + GListStore is a GSequence-based implementation of GListModel.
+  + Support thread names on OS X.
+  + g_simple_action_set_state_hint: New function to set the state
+hint of GSimpleActions.
+  + g_win32_check_windows_version: New function to check Windows
+version.
+  + g_settings_schema_list_children and
+g_settings_schema_key_get_name are new functions to complete
+the GSettingsSchema API.
+  + Bugs fixed: bgo#389585, bgo#729351, bgo#736914, bgo#741807,
+bgo#741895, bgo#742456, bgo#743508, bgo#743517, bgo#743521,
+bgo#743596, bgo#743640, bgo#743827, bgo#743927, bgo#743936,
+bgo#744012, bgo#744190.
+
+---
+Thu Feb 26 15:05:57 UTC 2015 - badshah...@gmail.com
+
+- Update to version 2.43.3:
+  + Add g_set_object() convenience function.
+  + GNetworkMonitor: check if NM is not running and don't crash.
+  + Fix some races with g_mkdir_with_parents.
+  + Fix some warnings in MSVC.
+  + Avoid use of G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC in order
+to save on static strings.
+  + Fix some content type vs. mime issues.
+  + Documentation improvements.
+  + Bugs fixed: bgo#719455, bgo#732439, bgo#734946, bgo#741589
+bgo#741653, bgo#741654, bgo#741707, bgo#741788, bgo#742548
+bgo#742851, bgo#742972, bgo#743014.
+  + Updated translations.
+
+---
+Thu Feb 26 15:05:56 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.43.2:
+  + New functions: 

commit glib2 for openSUSE:Factory

2015-03-03 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2015-03-03 11:09:47

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2014-11-18 
22:47:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2015-03-03 
11:10:02.0 +0100
@@ -1,0 +2,9 @@
+Thu Feb 26 15:05:53 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.42.2:
+  + Bugs fixed: bgo#712570, bgo#719455, bgo#727829, bgo#734946,
+bgo#741024, bgo#741654, bgo#741788, bgo#741807, bgo#742851,
+bgo#743508, bgo#743936.
+  + Updated translations.
+
+---

Old:

  glib-2.42.1.tar.xz

New:

  glib-2.42.2.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.cxughJ/_old  2015-03-03 11:10:03.0 +0100
+++ /var/tmp/diff_new_pack.cxughJ/_new  2015-03-03 11:10:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glib2
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.42.1
+Version:2.42.2
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library

++ glib-2.42.1.tar.xz - glib-2.42.2.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.42.1.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.42.2.tar.xz differ: char 26, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2014-11-18 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2014-11-18 22:46:14

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2014-10-17 
08:50:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2014-11-18 
22:47:31.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 11 20:02:27 UTC 2014 - zai...@opensuse.org
+
+- Update to version 2.42.1:
+  + This release disables deprecation warnings by default.
+  + Bugs fixed: bgo#728256, bgo#736806, bgo#737143, bgo#738170,
+bgo#738197.
+  + Updated translations.
+
+---

Old:

  glib-2.42.0.tar.xz

New:

  glib-2.42.1.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.aFgyZp/_old  2014-11-18 22:47:34.0 +0100
+++ /var/tmp/diff_new_pack.aFgyZp/_new  2014-11-18 22:47:34.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.42.0
+Version:2.42.1
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library

++ glib-2.42.0.tar.xz - glib-2.42.1.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.42.0.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.42.1.tar.xz differ: char 26, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2014-10-17 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2014-10-17 08:50:32

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2014-09-30 
19:40:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2014-10-17 
08:50:56.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 15 21:16:31 UTC 2014 - g...@opensuse.org
+
+- Update glib2-fate300461-gettext-gkeyfile-suse.patch: Initialize
+  variable has_gettext.
+
+---



Other differences:
--
++ glib2-fate300461-gettext-gkeyfile-suse.patch ++
--- /var/tmp/diff_new_pack.YgIyMm/_old  2014-10-17 08:50:57.0 +0200
+++ /var/tmp/diff_new_pack.YgIyMm/_new  2014-10-17 08:50:57.0 +0200
@@ -1,8 +1,8 @@
-Index: glib-2.37.5/glib/gkeyfile.c
+Index: glib-2.42.0/glib/gkeyfile.c
 ===
 glib-2.37.5.orig/glib/gkeyfile.c
-+++ glib-2.37.5/glib/gkeyfile.c
-@@ -446,6 +446,7 @@ struct _GKeyFile
+--- glib-2.42.0.orig/glib/gkeyfile.c
 glib-2.42.0/glib/gkeyfile.c
+@@ -443,6 +443,7 @@ struct _GKeyFile
  
gchar **locales;
gchar  *gettext_domain;
@@ -10,7 +10,7 @@
  
volatile gint ref_count;
  };
-@@ -571,6 +572,7 @@ g_key_file_init (GKeyFile *key_file)
+@@ -568,6 +569,7 @@ g_key_file_init (GKeyFile *key_file)
key_file-flags = 0;
key_file-locales = g_strdupv ((gchar **)g_get_language_names ());
key_file-gettext_domain = NULL;
@@ -18,7 +18,7 @@
  }
  
  static void
-@@ -596,6 +598,12 @@ g_key_file_clear (GKeyFile *key_file)
+@@ -593,6 +595,12 @@ g_key_file_clear (GKeyFile *key_file)
 key_file-gettext_domain = NULL;
  }
  
@@ -31,7 +31,7 @@
tmp = key_file-groups;
while (tmp != NULL)
  {
-@@ -739,6 +747,39 @@ find_file_in_data_dirs (const gchar   *f
+@@ -736,6 +744,39 @@ find_file_in_data_dirs (const gchar   *f
return fd;
  }
  
@@ -71,7 +71,7 @@
  static gboolean
  g_key_file_load_from_fd (GKeyFile   *key_file,
 gintfd,
-@@ -816,6 +857,9 @@ g_key_file_load_from_fd (GKeyFile
+@@ -813,6 +854,9 @@ g_key_file_load_from_fd (GKeyFile
  
G_KEY_FILE_DESKTOP_KEY_GETTEXT_DOMAIN,
  NULL);
  
@@ -81,7 +81,7 @@
return TRUE;
  }
  
-@@ -865,6 +909,8 @@ g_key_file_load_from_file (GKeyFile
+@@ -862,6 +906,8 @@ g_key_file_load_from_file (GKeyFile
return FALSE;
  }
  
@@ -90,7 +90,7 @@
return TRUE;
  }
  
-@@ -926,6 +972,9 @@ g_key_file_load_from_data (GKeyFile
+@@ -923,6 +969,9 @@ g_key_file_load_from_data (GKeyFile
  
G_KEY_FILE_DESKTOP_KEY_GETTEXT_DOMAIN,
  NULL);
  
@@ -100,7 +100,7 @@
return TRUE;
  }
  
-@@ -995,6 +1044,9 @@ g_key_file_load_from_dirs (GKeyFile
+@@ -992,6 +1041,9 @@ g_key_file_load_from_dirs (GKeyFile
  }
  }
  
@@ -110,9 +110,12 @@
if (found_file  full_path)
  *full_path = output_path;
else
-@@ -2168,12 +2220,38 @@ g_key_file_get_locale_string (GKeyFile
+@@ -2163,14 +2215,40 @@ g_key_file_get_locale_string (GKeyFile
+ {
+   gboolean codeset_set;
const gchar *translated;
-   gboolean has_gettext;
+-  gboolean has_gettext;
++  gboolean has_gettext = FALSE;
  
 -  codeset_set = bind_textdomain_codeset (key_file-gettext_domain, 
UTF-8) != NULL;
 +  if (_g_key_file_is_default_gettext_domain 
(key_file-gettext_domain))
@@ -153,11 +156,11 @@
  
g_free (orig_value);
  
-Index: glib-2.37.5/glib/gkeyfile.h
+Index: glib-2.42.0/glib/gkeyfile.h
 ===
 glib-2.37.5.orig/glib/gkeyfile.h
-+++ glib-2.37.5/glib/gkeyfile.h
-@@ -307,7 +307,7 @@ gboolean  g_key_file_remove_group
+--- glib-2.42.0.orig/glib/gkeyfile.h
 glib-2.42.0/glib/gkeyfile.h
+@@ -310,7 +310,7 @@ gboolean  g_key_file_remove_group
  #define G_KEY_FILE_DESKTOP_KEY_URL  URL
  #define G_KEY_FILE_DESKTOP_KEY_DBUS_ACTIVATABLE DBusActivatable
  #define G_KEY_FILE_DESKTOP_KEY_ACTIONS  Actions

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2014-09-30 19:39:09

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2014-07-21 
10:34:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2014-09-30 
19:40:39.0 +0200
@@ -1,0 +2,111 @@
+Mon Sep 22 18:37:27 UTC 2014 - zai...@opensuse.org
+
+- Update to version 2.42.0:
+  + Introspection warning fixes.
+  + g_application_add_main_option now uses an enum instead of an
+'int' for the type of a parameter.
+  + Added a G_OPTION_FLAG_NONE so that people don't need to use 0.
+  + gresource: Use GError in more places.
+  + gresource commandline tool: improve extraction from multiple
+sections.
+  + GSource now takes the context lock (if any) in
+g_source_set_name().
+  + New documentation to clarify the use of some APIs related to
+GVariant, GSource, GApplication.
+  + Other minor updates to docs.
+  + Bugs fixed: bgo#736683, bgo#736975.
+  + Updated translations.
+
+---
+Tue Sep 16 19:56:48 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.41.5:
+  + Bugs fixed: bgo#735819, bgo#735915, bgo#736350, bgo#736351,
+bgo#736458.
+  + Updated translations.
+
+---
+Mon Sep  8 09:53:20 UTC 2014 - jeng...@inai.de
+
+- Add libtool BuildRequires and call autoreconf -fi in build
+  section: glib/Makefile.am always calls config.status, which
+  requires aclocal in a matching version.
+
+---
+Tue Sep  2 18:12:37 UTC 2014 - zai...@opensuse.org
+
+- Update to version 2.41.4:
+  + GApplication now has binding-friendly API to handle commandline
+options: g_application_add_main_option.
+  + G_GNUC_BEGIN_IGNORE_DEPRECATIONS works with clang.
+  + Bugs fixed: bgo#583330, bgo#727455, bgo#734126, bgo#735179,
+bgo#735297.
+  + Updated translations.
+
+---
+Sat Aug 16 17:17:05 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.41.3:
+  + g_clear_pointer and g_clear_object no longer use atomics.
+  + Bugs fixed: bgo#711547, bgo#725511, bgo#725513, bgo#725514,
+bgo#725515, bgo#728730, bgo#729703, bgo#730932, bgo#732085,
+bgo#732754, bgo#733345, bgo#733576, bgo#733715, bgo#733934,
+bgo#733960, bgo#733969, bgo#733982, bgo#734035.
+  + Updated to translations.
+
+---
+Fri Jul 18 09:26:05 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.41.2:
+  + The Unicode support has been updated to version 7.0 of the
+Unicode standard.
+  + GNotification now supports priorities for notifications.
+  + GCredentials has gained NetBSD support.
+  + GMutex now uses a faster, native implementation on Linux.
+  + Bugs fixed: bgo#699132, bgo#720708, bgo#722092, bgo#724986,
+bgo#727974, bgo#728256, bgo#728401, bgo#729825, bgo#729914,
+bgo#730293, bgo#731339, bgo#731424, bgo#731623, bgo#731929,
+bgo#731950, bgo#731986, bgo#732184, bgo#732357, bgo#732429,
+bgo#732465, bgo#732704, bgo#732739, bgo#732754, bgo#732984,
+bgo#733084, bgo#733146.
+  + Updated translations.
+
+---
+Fri Jul 18 09:25:05 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.41.1:
+  + Bugs fixed: bgo#697229, bgo#698614, bgo#729269, bgo#730198,
+bgo#730807, bgo#730963, bgo#730984, bgo#731050, bgo#731200,
+bgo#731335, bgo#731341, bgo#731366, bgo#731425, bgo#731513,
+bgo#731584, bgo#731657, bgo#731979, bgo#731996, bgo#732002,
+bgo#732005, bgo#732019, bgo#732068, bgo#732081, bgo#732107.
+- Changes from version 2.41.0:
+  + Many bugfixes found by static analysis, including potential fd
+leaks and NULL pointer dereferences.
+  + Increased use of (nullable) attribute on out values and return
+types now that it is supported.
+  + Use XDG_CURRENT_DESKTOP for OnlyShowIn/NotShowIn handling of
+desktopfiles, deprecating g_desktop_app_info_set_desktop_env().
+  + Add support for g_desktop_app_info_get_implementations() to
+find desktop files that have an Implements= line for a given
+interface.
+  + GHmac has gained SHA-512 support.
+  + Support the new mimeapps specification (most notably, moving
+the associations/defaults configuration to
+~/.config/mimeapps.list).
+  + libgobject is now linked -Wl,-z,nodelete when possible to avoid
+errors when gobject is used from a module for a program that
+does not itself use gobject and that module is
+unloaded/reloaded.
+  + 

commit glib2 for openSUSE:Factory

2014-07-21 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2014-07-21 10:34:45

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2014-05-05 
21:15:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2014-07-21 
10:34:48.0 +0200
@@ -1,0 +2,7 @@
+Fri Jul 18 09:13:01 UTC 2014 - zai...@opensuse.org
+
+- Update gtk-doc.m4 due to version update/changes of gtk-doc.
+- Add glib2-rpmlintrc to spec as Source98, following new factory
+  rules.
+
+---



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.wVtWRz/_old  2014-07-21 10:34:49.0 +0200
+++ /var/tmp/diff_new_pack.wVtWRz/_new  2014-07-21 10:34:49.0 +0200
@@ -38,6 +38,7 @@
 # Not depending on gtk-doc shortens bootstrap compilation path.
 # Please update this file from the latest gtk-doc package:
 Source7:gtk-doc.m4
+Source98:   glib2-rpmlintrc
 Source99:   baselibs.conf
 # PATCH-FEATURE-UPSTREAM glib2-bgo569829-gettext-gkeyfile.patch fate300461 
bgo569829 vu...@novell.com -- Look for translation of desktop entry strings via 
gettext, part that we share with Ubuntu and try to push upstream
 Patch10:glib2-bgo569829-gettext-gkeyfile.patch

++ gtk-doc.m4 ++
--- /var/tmp/diff_new_pack.wVtWRz/_old  2014-07-21 10:34:49.0 +0200
+++ /var/tmp/diff_new_pack.wVtWRz/_new  2014-07-21 10:34:49.0 +0200
@@ -1,6 +1,6 @@
 dnl -*- mode: autoconf -*-
 
-# serial 1
+# serial 2
 
 dnl Usage:
 dnl   GTK_DOC_CHECK([minimum-gtk-doc-version])
@@ -10,8 +10,24 @@
   AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
   AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
 
+  ifelse([$1],[],[gtk_doc_requires=gtk-doc],[gtk_doc_requires=gtk-doc = 
$1])
+  AC_MSG_CHECKING([for gtk-doc])
+  PKG_CHECK_EXISTS([$gtk_doc_requires],[have_gtk_doc=yes],[have_gtk_doc=no])
+  AC_MSG_RESULT($have_gtk_doc)
+
+  if test $have_gtk_doc = no; then
+  AC_MSG_WARN([
+  You will not be able to create source packages with 'make dist'
+  because $gtk_doc_requires is not found.])
+  fi
+
   dnl check for tools we added during development
-  AC_PATH_PROG([GTKDOC_CHECK],[gtkdoc-check])
+  dnl Use AC_CHECK_PROG to avoid the check target using an absolute path that
+  dnl may not be writable by the user. Currently, automake requires that the
+  dnl test name must end in '.test'.
+  dnl https://bugzilla.gnome.org/show_bug.cgi?id=701638
+  AC_CHECK_PROG([GTKDOC_CHECK],[gtkdoc-check],[gtkdoc-check.test])
+  AC_PATH_PROG([GTKDOC_CHECK_PATH],[gtkdoc-check])
   AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true])
   AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf])
 
@@ -28,22 +44,22 @@
[use gtk-doc to build documentation [[default=no]]]),,
 [enable_gtk_doc=no])
 
-  if test x$enable_gtk_doc = xyes; then
-ifelse([$1],[],
-  [PKG_CHECK_EXISTS([gtk-doc],,
-AC_MSG_ERROR([gtk-doc not installed and 
--enable-gtk-doc requested]))],
-  [PKG_CHECK_EXISTS([gtk-doc = $1],,
-AC_MSG_ERROR([You need to have gtk-doc = $1 installed 
to build $PACKAGE_NAME]))])
-dnl don't check for glib if we build glib
-if test x$PACKAGE_NAME != xglib; then
-  dnl don't fail if someone does not have glib
-  PKG_CHECK_MODULES(GTKDOC_DEPS, glib-2.0 = 2.10.0 gobject-2.0  = 
2.10.0,,[:])
-fi
-  fi
-
   AC_MSG_CHECKING([whether to build gtk-doc documentation])
   AC_MSG_RESULT($enable_gtk_doc)
 
+  if test x$enable_gtk_doc = xyes  test $have_gtk_doc = no; then
+AC_MSG_ERROR([
+  You must have $gtk_doc_requires installed to build documentation for
+  $PACKAGE_NAME. Please install gtk-doc or disable building the
+  documentation by adding '--disable-gtk-doc' to '[$]0'.])
+  fi
+
+  dnl don't check for glib if we build glib
+  if test x$PACKAGE_NAME != xglib; then
+dnl don't fail if someone does not have glib
+PKG_CHECK_MODULES(GTKDOC_DEPS, glib-2.0 = 2.10.0 gobject-2.0  = 
2.10.0,,[:])
+  fi
+
   dnl enable/disable output formats
   AC_ARG_ENABLE([gtk-doc-html],
 AS_HELP_STRING([--enable-gtk-doc-html],
@@ -63,6 +79,7 @@
   fi
   AC_SUBST([AM_DEFAULT_VERBOSITY])
 
+  AM_CONDITIONAL([HAVE_GTK_DOC], [test x$have_gtk_doc = xyes])
   AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes])
   AM_CONDITIONAL([GTK_DOC_BUILD_HTML], [test x$enable_gtk_doc_html = xyes])
   AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [test x$enable_gtk_doc_pdf = xyes])

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, 

commit glib2 for openSUSE:Factory

2014-05-05 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2014-05-05 21:14:48

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2014-01-09 
17:24:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2014-05-05 
21:15:33.0 +0200
@@ -1,0 +2,273 @@
+Mon Mar 24 19:53:13 UTC 2014 - zai...@opensuse.org
+
+- Update to version 2.40.0:
+  + Disable IPv6 testcases on machines without IPv6.
+  + Document that it is a bad idea to match on generic error codes.
+  + Updated translations.
+
+---
+Tue Mar 18 08:53:20 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.39.92:
+  + Bugs fixed: bgo#710367, bgo#723899, bgo#724859, bgo#724916,
+bgo#725651, bgo#725656, bgo#725891, bgo#726046.
+  + Updated translations.
+
+---
+Mon Mar  3 21:47:37 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.39.91:
+  + Bugs fixed: bgo#670144, bgo#673607, bgo#710142, bgo#722360,
+bgo#722604, bgo#723316, bgo#724609, bgo#724687, bgo#724706,
+bgo#724707, bgo#724839, bgo#724858, bgo#724994, bgo#725023.
+  + Updated translations.
+
+---
+Tue Feb 18 15:25:13 UTC 2014 - zai...@opensuse.org
+
+- Update to version 2.39.90:
+  + Bugs fixed: bgo#625408, bgo#660809, bgo#661576, bgo#679957,
+bgo#712837, bgo#721458, bgo#721977, bgo#722033, bgo#723422,
+bgo#723616, bgo#724001, bgo#724124, bgo#724126, bgo#724233,
+bgo#724239, bgo#724278, bgo#724330, bgo#724385, bgo#724401,
+bgo#724417, bgo#724434.
+  + Updated translations.
+
+---
+Tue Feb  4 09:27:32 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.39.4:
+  + Bugs fixed: bgo#139699, bgo#583036, bgo#683388, bgo#685204,
+bgo#688406, bgo#693299, bgo#707111, bgo#711547, bgo#719344,
+bgo#722025, bgo#722323, bgo#722326, bgo#722357, bgo#722436,
+bgo#722503, bgo#722526, bgo#722591, bgo#722973, bgo#723048,
+bgo#723360.
+  + Updated translations.
+
+---
+Mon Jan 13 23:08:23 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.39.3:
+  + Fix a crasher in code from gdbus-codegen.
+  + Improvements to gobject gdb helper script.
+  + Portability fixes.
+  + Improved tests.
+  + Fix races in unix signal handling.
+  + Make our GVariant-based commandline tools
+(glib-compile-schemas, gdbus, gapplication) print out GVariant
+parse errors in context.
+  + GApplication now has a --gapplication-service command line
+switch to turn any GApplication into a service.
+  + Improve compatibility of GApplication and GOptionContext.
+  + Fix gsettings.m4 wrt. builddir != srcdir with non-recursive
+make.
+  + Use a directory monitor in GKeyfileSettingsBackend.
+  + Improve robustness of some GIcon classes.
+  + Bugs fixed: bgo#141251, bgo#613732, bgo#708212, bgo#710965,
+bgo#711090, bgo#712171, bgo#712630, bgo#715028, bgo#719344,
+bgo#720263, bgo#720539, bgo#720635, bgo#720891, bgo#721034,
+bgo#721059, bgo#721074, bgo#721087, bgo#721324, bgo#721624,
+bgo#721625, bgo#721796, bgo#721947.
+  + Updated translations.
+
+---
+Wed Jan  8 17:48:44 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.39.2:
+  + Portability: Remove alleged support for OS/2, BeOS and
+last-millennium Unixes.
+  + Require C90 compliance.
+  + Require POSIX.1 (1990) compliance on Unix.
+  + Require GNU make.
+  + Bugs fixed: bgo#113075, bgo#159528, bgo#307947, bgo#607016,
+bgo#671557, bgo#676761, bgo#690525, bgo#691608, bgo#697585,
+bgo#697828, bgo#702862, bgo#703522, bgo#705902, bgo#708274,
+bgo#710519, bgo#710741, bgo#710983, bgo#711047, bgo#711051,
+bgo#711088, bgo#711103, bgo#711178, bgo#711546, bgo#711640,
+bgo#711751, bgo#711753, bgo#711796, bgo#711800, bgo#711801,
+bgo#711805, bgo#711806, bgo#711807, bgo#711871, bgo#712136,
+bgo#712148, bgo#712171, bgo#712314, bgo#712315, bgo#712393,
+bgo#712547, bgo#715164, bgo#719395, bgo#719402, bgo#719472,
+bgo#719687, bgo#719809, bgo#719837, bgo#719884, bgo#719979,
+bgo#720080, bgo#720210, bgo#720236.
+  + Updated translations.
+
+---
+Wed Jan  8 17:48:43 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.39.1:
+  + GSettings fixes/improvements.
+- GSettingsSchema API is now more powerful and consistent.
+- New GSettingsSchemaKey API allows accessing metadata 

commit glib2 for openSUSE:Factory

2014-01-09 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2014-01-09 17:24:20

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2013-11-24 
11:27:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2014-01-09 
17:24:21.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  8 13:53:33 UTC 2014 - adr...@suse.de
+
+- BuildRequire gamin-devel instead of unmaintained fam(-devel).
+
+---



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.OtFDZw/_old  2014-01-09 17:24:22.0 +0100
+++ /var/tmp/diff_new_pack.OtFDZw/_new  2014-01-09 17:24:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glib2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -49,8 +49,8 @@
 Patch14:glib2-dbus-socket-path.patch
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  fam-devel
 BuildRequires:  fdupes
+BuildRequires:  gamin-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libselinux-devel
 BuildRequires:  pkg-config

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2013-11-24 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2013-11-24 11:27:22

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2013-10-17 
14:06:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2013-11-24 
11:27:23.0 +0100
@@ -1,0 +2,27 @@
+Sun Nov 17 20:02:45 UTC 2013 - dims...@opensuse.org
+
+- Add glib2-dbus-socket-path.patch: Have gio look for the system
+  dbus socket in /run instead of /var/run (bnc#845287).
+
+---
+Tue Nov 12 16:47:42 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.38.2 (bnc#849913):
+  + GCancellableSource will now dispatch for each time a
+cancellable is cancelled (ie: in the case that it was reset)
+but this is still considered undefined behaviour.
+  + Fix g_source_add_child_source() thread safety issues.
+  + Add workaround for buggy D-Bus daemons when path-matching on
+'/'.
+  + Fallback to pathname queryinfo to help g_file_copy() work on
+gvfs filesystems that don't implement query_info_on_read().
+  + Don't crash if loading a DBusActivatable application from
+keyfile.
+  + Fix crash when replacing a symlink with another using GIO.
+  + Add a fallback for '-symbolic' icons to the non-symbolic form.
+- Replace nautilus-folder-handler.desktop in
+  glib2-upstream-gnome_defaults.conf with nautilus.desktop: the
+  separate .desktop file has been dropped with about version 3.0.
+- Drop glib2-no_DBusActivatable_from_keyfile.patch: fixed upstream.
+
+---

Old:

  glib-2.38.1.tar.xz
  glib2-no_DBusActivatable_from_keyfile.patch

New:

  glib-2.38.2.tar.xz
  glib2-dbus-socket-path.patch



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.o8HP7I/_old  2013-11-24 11:27:24.0 +0100
+++ /var/tmp/diff_new_pack.o8HP7I/_new  2013-11-24 11:27:24.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.38.1
+Version:2.38.2
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library
@@ -45,8 +45,8 @@
 Patch11:glib2-fate300461-gettext-gkeyfile-suse.patch
 # PATCH-FIX-OPENSUSE glib2-suppress-schema-deprecated-path-warning.patch 
rh#814053 badshah...@gmail.com -- Suppress the deprecated path warning since it 
fills up screen unnecessarily during package installations/upgrade.
 Patch13:glib2-suppress-schema-deprecated-path-warning.patch
-# PATCH-FIX-UPSTREAM glib2-no_DBusActivatable_from_keyfile.patch bgo#709326 
bnc#842645 dims...@opensuse.org -- ppinfo: Don't try DBusActivatable with 
load_from_keyfile
-Patch14:glib2-no_DBusActivatable_from_keyfile.patch
+# PATCH-FIX-OPENSUSE glib2-dbus-socket-path.patch bnc#845287 
dims...@opensuse.org -- Have gio look for the system dbus socket in /run 
instead of /var/run.
+Patch14:glib2-dbus-socket-path.patch
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fam-devel

++ glib-2.38.1.tar.xz - glib-2.38.2.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.38.1.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.38.2.tar.xz differ: char 25, line 1

++ glib2-dbus-socket-path.patch ++
diff -Naur glib-2.38.0/gio/gdbusaddress.c glib-2.38.0.new/gio/gdbusaddress.c
--- glib-2.38.0/gio/gdbusaddress.c  2013-09-17 20:47:14.0 +0200
+++ glib-2.38.0.new/gio/gdbusaddress.c  2013-11-15 21:56:29.143203355 +0100
@@ -1515,7 +1515,7 @@
   ret = g_strdup (g_getenv (DBUS_SYSTEM_BUS_ADDRESS));
   if (ret == NULL)
 {
-  ret = g_strdup (unix:path=/var/run/dbus/system_bus_socket);
+  ret = g_strdup (unix:path=/run/dbus/system_bus_socket);
 }
   break;
 

++ glib2-upstream-gnome_defaults.conf ++
--- /var/tmp/diff_new_pack.o8HP7I/_old  2013-11-24 11:27:24.0 +0100
+++ /var/tmp/diff_new_pack.o8HP7I/_new  2013-11-24 11:27:24.0 +0100
@@ -41,6 +41,6 @@
 gedit.desktop
 file-roller.desktop
 epiphany.desktop
-nautilus-folder-handler.desktop
+nautilus.desktop
 # evince supports multi-page tiff, but most people will prefer eog:
 image/tiff=eog.desktop

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2013-10-17 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2013-10-17 14:06:40

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2013-10-06 
19:33:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2013-10-17 
14:06:46.0 +0200
@@ -1,0 +2,15 @@
+Wed Oct 16 06:42:18 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.38.1:
+  + Fix error code checks when SOCK_CLOEXEC is defined but not
+supported (fix support for GNU/Hurd).
+  + g_settings_list_children: only list viable schemas.
+  + GDBusObjectManagerClient: Fix typo in the /org/freedesktop/DBus
+path when adding match rules.
+  + Various -Werror=format-nonliteral fixes.
+  + gmessages: fix clang annotations to work with older versions.
+  + gio: don't dist (generated file) gnetworking.h.
+  + Restore gl_GLIBC21 to configure; needed for libcharset.
+  + Updated translations.
+
+---

Old:

  glib-2.38.0.tar.xz

New:

  glib-2.38.1.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.goPzKB/_old  2013-10-17 14:06:48.0 +0200
+++ /var/tmp/diff_new_pack.goPzKB/_new  2013-10-17 14:06:48.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.38.0
+Version:2.38.1
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library

++ glib-2.38.0.tar.xz - glib-2.38.1.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.38.0.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.38.1.tar.xz differ: char 26, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2013-10-06 19:33:53

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2013-09-27 
17:12:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2013-10-06 
19:33:54.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct  6 14:40:29 UTC 2013 - dims...@opensuse.org
+
+- 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).
+
+---

New:

  glib2-no_DBusActivatable_from_keyfile.patch



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.BLOPR1/_old  2013-10-06 19:33:55.0 +0200
+++ /var/tmp/diff_new_pack.BLOPR1/_new  2013-10-06 19:33:55.0 +0200
@@ -45,6 +45,8 @@
 Patch11:glib2-fate300461-gettext-gkeyfile-suse.patch
 # PATCH-FIX-OPENSUSE glib2-suppress-schema-deprecated-path-warning.patch 
rh#814053 badshah...@gmail.com -- Suppress the deprecated path warning since it 
fills up screen unnecessarily during package installations/upgrade.
 Patch13:glib2-suppress-schema-deprecated-path-warning.patch
+# PATCH-FIX-UPSTREAM glib2-no_DBusActivatable_from_keyfile.patch bgo#709326 
bnc#842645 dims...@opensuse.org -- ppinfo: Don't try DBusActivatable with 
load_from_keyfile
+Patch14:glib2-no_DBusActivatable_from_keyfile.patch
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fam-devel
@@ -251,6 +253,7 @@
 %patch10 -p1
 %patch11 -p1
 %patch13 -p1
+%patch14 -p1
 cp -a %{S:1} %{S:2} %{S:5} .
 cp -a %{S:4} gnome_defaults.conf
 if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then

++ glib2-no_DBusActivatable_from_keyfile.patch ++
From e0ffd5c184bd1c0e6d602c406f53ed5f6b765f88 Mon Sep 17 00:00:00 2001
From: Ryan Lortie de...@desrt.ca
Date: Thu, 03 Oct 2013 14:02:08 +
Subject: appinfo: Don't try DBusActivatable with load_from_keyfile

We can't get the name of the filename, so we can't determine the application
ID.  We'll have to fallback on Exec= for this case.

https://bugzilla.gnome.org/show_bug.cgi?id=709326
---
diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c
index f6f5bc0..141a89a 100644
--- a/gio/gdesktopappinfo.c
+++ b/gio/gdesktopappinfo.c
@@ -461,7 +461,10 @@ g_desktop_app_info_load_from_keyfile (GDesktopAppInfo 
*info,
   info-path = NULL;
 }
 
-  if (bus_activatable)
+  /* Can only be DBusActivatable if we know the filename, which means
+   * that this won't work for the load-from-keyfile case.
+   */
+  if (bus_activatable  info-filename)
 {
   gchar *basename;
   gchar *last_dot;
--
cgit v0.9.2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2013-09-27 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2013-09-27 17:12:28

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2013-09-23 
12:18:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2013-09-27 
17:12:29.0 +0200
@@ -1,0 +2,9 @@
+Tue Sep 24 07:46:11 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.38.0:
+  + Fix the documentation for GSourceFuncs.
+  + Fix compilation on OS X/ppc64.
+  + Bugs fixed: bgo#708445, bgo#647145.
+  + Updated translations.
+
+---

Old:

  glib-2.37.93.tar.xz

New:

  glib-2.38.0.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.HuCToU/_old  2013-09-27 17:12:31.0 +0200
+++ /var/tmp/diff_new_pack.HuCToU/_new  2013-09-27 17:12:31.0 +0200
@@ -20,14 +20,14 @@
 
 Name:   glib2
 %define _name glib
-Version:2.37.93
+Version:2.38.0
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://www.gtk.org/
-Source: 
http://download.gnome.org/sources/glib/2.37/%{_name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/glib/2.38/%{_name}-%{version}.tar.xz
 Source1:glib2.sh
 Source2:glib2.csh
 # Not upstream file. Only proposes upstream packages:

++ glib-2.37.93.tar.xz - glib-2.38.0.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.37.93.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.38.0.tar.xz differ: char 26, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2013-09-23 12:18:26

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2013-09-11 
11:36:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2013-09-23 
12:18:28.0 +0200
@@ -1,0 +2,18 @@
+Tue Sep 17 17:00:42 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.37.93:
+  + Several bugfixes in the new g_file_measure_disk_usage() API.
+  + Updated translations.
+
+---
+Mon Sep 16 18:27:49 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.37.92:
+  + New API: g_file_measure_disk_usage() similar to du(1).
+  + Minor fixes.
+  + Updated translations.
+- Drop libtool BuildRequires and call to autoreconf: This was added
+  when building 2.37.0 due to the tarball trying to re-bootstrap
+  and is now no longer needed.
+
+---

Old:

  glib-2.37.7.tar.xz

New:

  glib-2.37.93.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.nYSel1/_old  2013-09-23 12:18:32.0 +0200
+++ /var/tmp/diff_new_pack.nYSel1/_new  2013-09-23 12:18:32.0 +0200
@@ -20,9 +20,8 @@
 
 Name:   glib2
 %define _name glib
-Version:2.37.7
+Version:2.37.93
 Release:0
-# FIXME: Remove libtool BuildRequires and autoreconf call
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library
 License:LGPL-2.1+
@@ -52,8 +51,6 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libselinux-devel
-# Needed due to some errors in the tarball
-BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  python-base
 # gdbus-codegen is run during the build, so we need python-xml
@@ -261,8 +258,6 @@
 fi
 
 %build
-# Needed due to some errors in the tarball
-autoreconf
 %configure \
 --enable-static \
 --enable-selinux \

++ glib-2.37.7.tar.xz - glib-2.37.93.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.37.7.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.37.93.tar.xz differ: char 25, line 
1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2013-09-11 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2013-09-11 11:36:43

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2013-08-30 
17:15:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2013-09-11 
11:36:46.0 +0200
@@ -1,0 +2,10 @@
+Tue Sep  3 06:39:55 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.37.7:
+  + GDateTime now supports %:z formatting variations for timezones.
+This is a GNU date extension.
+  + Bugs fixed: bgo#685387, bgo#686786, bgo#705027, bgo#706469,
+bgo#706706, bgo#706888, bgo#706958, bgo#707092, bgo#707151.
+  + Updated translations.
+
+---

Old:

  glib-2.37.6.tar.xz

New:

  glib-2.37.7.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.lNnCfM/_old  2013-09-11 11:36:47.0 +0200
+++ /var/tmp/diff_new_pack.lNnCfM/_new  2013-09-11 11:36:47.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.37.6
+Version:2.37.7
 Release:0
 # FIXME: Remove libtool BuildRequires and autoreconf call
 # FIXME: find out if tapsets should really be in devel package or in main 
package

++ glib-2.37.6.tar.xz - glib-2.37.7.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.37.6.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.37.7.tar.xz differ: char 27, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2013-08-30 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2013-08-30 17:15:51

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2013-08-16 
12:25:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2013-08-30 
17:15:54.0 +0200
@@ -1,0 +2,11 @@
+Tue Aug 20 06:30:43 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.37.6:
+  + Tests using the g_test facilities can now generate TAP output.
+  + Bugs fixed: bgo#680926, bgo#684327, bgo#689245, bgo#692125,
+bgo#693335, bgo#696633, bgo#696970, bgo#697185, bgo#700268,
+bgo#701318, bgo#701529, bgo#701800, bgo#702674, bgo#704165,
+bgo#705075, bgo#705152, bgo#705398, bgo#705570, bgo#705600.
+  + Updated translations.
+
+---

Old:

  glib-2.37.5.tar.xz

New:

  glib-2.37.6.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.EJQv4Y/_old  2013-08-30 17:15:55.0 +0200
+++ /var/tmp/diff_new_pack.EJQv4Y/_new  2013-08-30 17:15:55.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.37.5
+Version:2.37.6
 Release:0
 # FIXME: Remove libtool BuildRequires and autoreconf call
 # FIXME: find out if tapsets should really be in devel package or in main 
package

++ glib-2.37.5.tar.xz - glib-2.37.6.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.37.5.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.37.6.tar.xz differ: char 26, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2013-08-16 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2013-08-16 12:25:13

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2013-07-16 
15:00:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2013-08-16 
12:25:15.0 +0200
@@ -1,0 +2,25 @@
+Tue Jul 30 07:07:08 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.37.5:
+  + Implement the Desktop Action specification.
+  + GPropertyAction is a new type of GAction that represents the
+value of a property on an object, and allows to change the
+value when activated.
+  + GNetworkMonitorNetlink can now handle default routes via a
+device.
+  + The gsettings tool now reports failure to write a key (e.g.
+because the key was locked down).
+  + Miscellaneous new api:
+- g_variant_new_printf
+- g_action_print_detailed_name
+- g_regex_get_max_lookbehind
+  + Bugs fixed: bgo#66, bgo#684123, bgo#689794, bgo#699259,
+bgo#700460, bgo#701511, bgo#701609, bgo#703270, bgo#704157,
+bgo#704250, bgo#704267, bgo#704322, bgo#704424, bgo#704447,
+bgo#704523, bgo#704543, bgo#704567, bgo#704585, bgo#704587,
+bgo#704699, bgo#704704, bgo#704873, bgo#704999, bgo#704931.
+  + Updated translations.
+- Rebase glib2-bgo569829-gettext-gkeyfile.patch and
+  glib2-fate300461-gettext-gkeyfile-suse.patch.
+
+---

Old:

  glib-2.37.4.tar.xz

New:

  glib-2.37.5.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.PotCPH/_old  2013-08-16 12:25:16.0 +0200
+++ /var/tmp/diff_new_pack.PotCPH/_new  2013-08-16 12:25:16.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.37.4
+Version:2.37.5
 Release:0
 # FIXME: Remove libtool BuildRequires and autoreconf call
 # FIXME: find out if tapsets should really be in devel package or in main 
package

++ glib-2.37.4.tar.xz - glib-2.37.5.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.37.4.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.37.5.tar.xz differ: char 27, line 1

++ glib2-bgo569829-gettext-gkeyfile.patch ++
--- /var/tmp/diff_new_pack.PotCPH/_old  2013-08-16 12:25:16.0 +0200
+++ /var/tmp/diff_new_pack.PotCPH/_new  2013-08-16 12:25:16.0 +0200
@@ -1,7 +1,7 @@
-Index: glib-2.37.2/glib/gkeyfile.c
+Index: glib-2.37.5/glib/gkeyfile.c
 ===
 glib-2.37.2.orig/glib/gkeyfile.c
-+++ glib-2.37.2/glib/gkeyfile.c
+--- glib-2.37.5.orig/glib/gkeyfile.c
 glib-2.37.5/glib/gkeyfile.c
 @@ -445,6 +445,7 @@ struct _GKeyFile
GKeyFileFlags flags;
  
@@ -128,14 +128,14 @@
/* Fallback to untranslated key
 */
if (!translated_value)
-Index: glib-2.37.2/glib/gkeyfile.h
+Index: glib-2.37.5/glib/gkeyfile.h
 ===
 glib-2.37.2.orig/glib/gkeyfile.h
-+++ glib-2.37.2/glib/gkeyfile.h
-@@ -306,6 +306,7 @@ gboolean  g_key_file_remove_group
- #define G_KEY_FILE_DESKTOP_KEY_STARTUP_WM_CLASS StartupWMClass
+--- glib-2.37.5.orig/glib/gkeyfile.h
 glib-2.37.5/glib/gkeyfile.h
+@@ -307,6 +307,7 @@ gboolean  g_key_file_remove_group
  #define G_KEY_FILE_DESKTOP_KEY_URL  URL
  #define G_KEY_FILE_DESKTOP_KEY_DBUS_ACTIVATABLE DBusActivatable
+ #define G_KEY_FILE_DESKTOP_KEY_ACTIONS  Actions
 +#define G_KEY_FILE_DESKTOP_KEY_GETTEXT_DOMAIN   X-GNOME-Gettext-Domain
  
  #define G_KEY_FILE_DESKTOP_TYPE_APPLICATION Application

++ glib2-fate300461-gettext-gkeyfile-suse.patch ++
--- /var/tmp/diff_new_pack.PotCPH/_old  2013-08-16 12:25:16.0 +0200
+++ /var/tmp/diff_new_pack.PotCPH/_new  2013-08-16 12:25:16.0 +0200
@@ -1,7 +1,7 @@
-Index: glib-2.37.2/glib/gkeyfile.c
+Index: glib-2.37.5/glib/gkeyfile.c
 ===
 glib-2.37.2.orig/glib/gkeyfile.c
-+++ glib-2.37.2/glib/gkeyfile.c
+--- glib-2.37.5.orig/glib/gkeyfile.c
 glib-2.37.5/glib/gkeyfile.c
 @@ -446,6 +446,7 @@ struct _GKeyFile
  
gchar **locales;
@@ -153,14 +153,14 @@
  
g_free (orig_value);
  
-Index: glib-2.37.2/glib/gkeyfile.h
+Index: glib-2.37.5/glib/gkeyfile.h
 ===
 glib-2.37.2.orig/glib/gkeyfile.h
-+++ glib-2.37.2/glib/gkeyfile.h
-@@ -306,7 +306,7 @@ gboolean  g_key_file_remove_group
- #define G_KEY_FILE_DESKTOP_KEY_STARTUP_WM_CLASS StartupWMClass
+--- glib-2.37.5.orig/glib/gkeyfile.h
 

commit glib2 for openSUSE:Factory

2013-07-16 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2013-07-16 15:00:39

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2013-06-29 
19:39:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2013-07-16 
15:00:42.0 +0200
@@ -1,0 +2,15 @@
+Tue Jul  9 20:03:10 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.37.4:
+  + bgo#701283: g_source_add_child_source() segfault.
+  + bgo#702147: inconsistency of G_STRFUNC.
+  + bgo#703191: new private macros interact poorly with versioning
+macros.
+  + bgo#703254: Doc: various fixes.
+  + bgo#703407: g_spawn_async() keeps child_pid_report_pipe open in
+child process.
+  + bgo#703437: GDBusConnection: be more careful with async GetAll.
+  + bgo#703478: Missing G_BEGIN/END_DECLS in gsettingsschema.
+  + Updated translations.
+
+---

Old:

  glib-2.37.3.tar.xz

New:

  glib-2.37.4.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.Tt7ofH/_old  2013-07-16 15:00:43.0 +0200
+++ /var/tmp/diff_new_pack.Tt7ofH/_new  2013-07-16 15:00:43.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.37.3
+Version:2.37.4
 Release:0
 # FIXME: Remove libtool BuildRequires and autoreconf call
 # FIXME: find out if tapsets should really be in devel package or in main 
package

++ glib-2.37.3.tar.xz - glib-2.37.4.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.37.3.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.37.4.tar.xz differ: char 25, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2013-06-29 19:39:49

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2013-05-28 
07:29:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2013-06-29 
19:39:51.0 +0200
@@ -1,0 +2,53 @@
+Mon Jun 24 17:43:15 UTC 2013 - zai...@opensuse.org
+
+- Update to version 2.37.3:
+  + Add a new API for instance private data:
+G_DEFINE_TYPE_WITH_PRIVATE.
+  + Fix timestamps in tarball to prevent automake from being
+required to build the unmodified source.
+  + Add new D-Bus API for async property handling.
+  + Add back fsync() on ext4 for g_file_set_contents() after it was
+discovered that despite statements in the ext4 documentation
+suggesting that this is safe, it is not safe.
+  + Bugs fixed: bgo#698375, bgo#700350, bgo#701560, bgo#700035.
+  + Updated translations.
+
+---
+Fri Jun 21 18:36:28 UTC 2013 - dims...@opensuse.org
+
+- Update gtk-doc.m4 from gtk-doc 1.19.
+
+---
+Fri Jun 21 08:44:21 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.37.2:
+  + The GLib test utilities have grown some file-related APIs
+to support tests that can be used installed and uninstalled.
+  + Installing properties after class initialization is deprecated,
+and will trigger a warning.
+  + GApplication:
+- Support org.freedesktop.Application, including D-Bus
+  activation from desktop files.
+- Set prgname to appid for services.
+  + Bugs fixed: bgo#549783, bgo#692848, bgo#698018, bgo#698614,
+bgo#699259, bgo#699959, bgo#700123, bgo#700725, bgo#701401,
+bgo#701456, bgo#701474, bgo#701560, bgo#701680, bgo#701878.
+  + Updated translations.
+- Rebase glib2-bgo569829-gettext-gkeyfile.patch.
+- Rebase glib2-fate300461-gettext-gkeyfile-suse.patch.
+
+---
+Tue May 28 06:43:59 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.37.1:
+  + Add support for installed tests.
+  + Add a new g_test_trap_subprocess() that works on Windows as a
+replacement for the (now deprecated) g_test_trap_fork().
+  + Support for explicitly cancelling a gobject property binding.
+  + Performance improvements for signal argument handling.
+  + Stop using `quotes' in very many log messages generated by
+GLib, for favour of 'this style'.
+  + Improve manpages: add missing arguments and flags.
+  + Updated translations.
+
+---

Old:

  glib-2.37.0.tar.xz

New:

  glib-2.37.3.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.2gf5aH/_old  2013-06-29 19:39:52.0 +0200
+++ /var/tmp/diff_new_pack.2gf5aH/_new  2013-06-29 19:39:52.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.37.0
+Version:2.37.3
 Release:0
 # FIXME: Remove libtool BuildRequires and autoreconf call
 # FIXME: find out if tapsets should really be in devel package or in main 
package

++ glib-2.37.0.tar.xz - glib-2.37.3.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.37.0.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.37.3.tar.xz differ: char 25, line 1

++ glib2-bgo569829-gettext-gkeyfile.patch ++
--- /var/tmp/diff_new_pack.2gf5aH/_old  2013-06-29 19:39:52.0 +0200
+++ /var/tmp/diff_new_pack.2gf5aH/_new  2013-06-29 19:39:52.0 +0200
@@ -1,8 +1,8 @@
-Index: glib-2.31.0/glib/gkeyfile.c
+Index: glib-2.37.2/glib/gkeyfile.c
 ===
 glib-2.31.0.orig/glib/gkeyfile.c
-+++ glib-2.31.0/glib/gkeyfile.c
-@@ -446,6 +446,7 @@ struct _GKeyFile
+--- glib-2.37.2.orig/glib/gkeyfile.c
 glib-2.37.2/glib/gkeyfile.c
+@@ -445,6 +445,7 @@ struct _GKeyFile
GKeyFileFlags flags;
  
gchar **locales;
@@ -10,7 +10,7 @@
  
volatile gint ref_count;
  };
-@@ -577,6 +578,7 @@ g_key_file_init (GKeyFile *key_file)
+@@ -569,6 +570,7 @@ g_key_file_init (GKeyFile *key_file)
key_file-list_separator = ';';
key_file-flags = 0;
key_file-locales = g_strdupv ((gchar **)g_get_language_names ());
@@ -18,7 +18,7 @@
  }
  
  static void
-@@ -596,6 +598,12 @@ g_key_file_clear (GKeyFile *key_file)
+@@ -588,6 +590,12 @@ g_key_file_clear (GKeyFile *key_file)
key_file-parse_buffer = NULL;
  }
  
@@ -31,7 +31,7 @@
tmp = key_file-groups;
while (tmp != NULL)
  {
-@@ -819,6 

commit glib2 for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2013-05-28 07:29:53

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2013-04-26 
15:43:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2013-05-28 
07:29:55.0 +0200
@@ -1,0 +2,23 @@
+Wed May  1 19:34:21 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.37.0:
+  + The syntax for detailed action names has been documented, and a
+parser API for them is now provided.
+  + GApplication has gained a busy state.
+  + Lib can now be built with the bionic C library.
+  + GIcon can now be serialized to a GVariant.
+  + Bugs fixed: bgo#548353, bgo#645881, bgo#665445, bgo#672018,
+bgo#688820, bgo#688954, bgo#689223, bgo#695156, bgo#696108,
+bgo#696629, bgo#696652, bgo#696857, bgo#697131, bgo#697160,
+bgo#697250, bgo#697365, bgo#697367, bgo#697386, bgo#697595,
+bgo#697601, bgo#697626, bgo#697771, bgo#697887, bgo#697942,
+bgo#698056, bgo#698081, bgo#698455, bgo#698457, bgo#698478,
+bgo#698595, bgo#698655, bgo#698686, bgo#698716, bgo#698999,
+bgo#699001, bgo#699361.
+  + Updated translations.
+- Clean spec-file from BUILD_FROM_VCS remainders.
+- Add libtool BuildRequires and call to autoreconf, as the tarball
+  is looking for aclocal-1.13 (and we run 1.12; reconfiguring fixes
+  the underlying issue).
+
+---

Old:

  glib-2.36.1.tar.xz

New:

  glib-2.37.0.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.Bj2TZv/_old  2013-05-28 07:29:57.0 +0200
+++ /var/tmp/diff_new_pack.Bj2TZv/_new  2013-05-28 07:29:57.0 +0200
@@ -20,14 +20,15 @@
 
 Name:   glib2
 %define _name glib
-Version:2.36.1
+Version:2.37.0
 Release:0
+# FIXME: Remove libtool BuildRequires and autoreconf call
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://www.gtk.org/
-Source: 
http://download.gnome.org/sources/glib/2.36/%{_name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/glib/2.37/%{_name}-%{version}.tar.xz
 Source1:glib2.sh
 Source2:glib2.csh
 # Not upstream file. Only proposes upstream packages:
@@ -51,6 +52,8 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libselinux-devel
+# Needed due to some errors in the tarball
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  python-base
 # gdbus-codegen is run during the build, so we need python-xml
@@ -69,12 +72,6 @@
 BuildRequires:  pkgconfig(libffi)
 BuildRequires:  pkgconfig(libpcre) = 8.13
 BuildRequires:  pkgconfig(zlib)
-%if 0%{?BUILD_FROM_VCS}
-# It's important to keep those BuildRequires inside
-# BUILD_FROM_VCS to avoid build loops in Factory
-BuildRequires:  git-core
-BuildRequires:  gtk-doc
-%endif
 # For temporary %%posttrans script only.
 PreReq: coreutils
 PreReq: /bin/sed
@@ -262,11 +259,10 @@
 if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then
 cp -a %{S:7} m4macros/
 fi
-%if 0%{?BUILD_FROM_VCS}
-NOCONFIGURE=1 ./autogen.sh
-%endif
 
 %build
+# Needed due to some errors in the tarball
+autoreconf
 %configure \
 --enable-static \
 --enable-selinux \
@@ -277,9 +273,6 @@
 --with-pcre=system
 
 %{__make} %{?_smp_mflags} V=1
-%if 0%{?BUILD_FROM_VCS}
-%{__make} ChangeLog
-%endif
 
 %check
 # make check does not work on x86_64. See 
http://bugzilla.gnome.org/show_bug.cgi?id=554969

++ glib-2.36.1.tar.xz - glib-2.37.0.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.36.1.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.37.0.tar.xz differ: char 25, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2013-04-26 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2013-04-26 15:43:35

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2013-03-28 
13:13:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2013-04-26 
15:43:37.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 15 22:28:58 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.36.1:
+  + Bugs fixed: bgo#687659, bgo#696973, bgo#697229, bgo#697652,
+bgo#697879.
+  + Updated translations.
+
+---

Old:

  glib-2.36.0.tar.xz

New:

  glib-2.36.1.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.5h4SFI/_old  2013-04-26 15:43:48.0 +0200
+++ /var/tmp/diff_new_pack.5h4SFI/_new  2013-04-26 15:43:48.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.36.0
+Version:2.36.1
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library

++ glib-2.36.0.tar.xz - glib-2.36.1.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.36.0.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.36.1.tar.xz differ: char 26, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2013-03-28 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2013-03-28 13:13:47

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2012-12-05 
13:52:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2013-03-28 
13:13:49.0 +0100
@@ -1,0 +2,168 @@
+Tue Mar 26 07:42:01 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.36.0:
+  + g_file_copy(): fix bug where attributes were not applied
+properly to the destination file.
+  + Fix some 'available since' annotations.
+  + Fix gdbus-codegen to produce more pedantically-correct code.
+  + Bugs fixed: bgo#696014, bgo#696108.
+  + Updated translations.
+
+---
+Tue Mar 19 10:20:55 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.35.9:
+  + Bugs fixed: bgo#682896, bgo#693204, bgo#694181, bgo#694253,
+bgo#694350, bgo#694757, bgo#568405, bgo#630284, bgo#659428,
+bgo#675333, bgo#694669, bgo#694843, bgo#695147, bgo#695191,
+bgo#695339, bgo#695376, bgo#695425, bgo#695887, bgo#695925,
+bgo#696015.
+  + Updated translations.
+
+---
+Tue Feb 19 10:30:25 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.35.8:
+  + A couple of build fixes for Solaris
+  + Fix signal emission for GDBusObjectManagerClient
+  + Annotations fixes
+  + new API: g_dbus_address_escape_value()
+  + GSocketClient: add proxy-resolver property
+  + GSimpleProxyResolver: new simple GProxyResolver class
+  + Documentation fixes
+  + gnetworkaddress: preserve IPv6 scope ID in IP literals
+  + Bugs fixed: bgo#691105, bgo#692827, bgo#692829, bgo#693285,
+bgo#693502, bgo#693673, bgo#693694.
+  + Updated translations.
+
+---
+Wed Feb  6 08:41:48 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.35.7:
+  + Fix the build on systems with strict linkers by adding -pthread
+back to the LDFLAGS for a testcase.
+  + Re-enable native atomic operations on some buggy versions of
+clang that ship as part of the MacOS X SDK.
+  + Make G_IO_FLAG_IS_WRITEABLE an enum again (the #define broke
+bindings).
+  + Small documentation fix.
+  + Bugs fixed: bgo#636683, bgo#657045, bgo#682818, bgo#693105.
+  + Updated translations.
+- Changes from version 2.35.6:
+  + GUnixFdSource is a new way to add file descriptors to the
+mainloop.
+  + g_source_set_ready_time lets you mark a source to become ready
+at a specified monotonic time.
+  + The internal visibility handling of GLib has been reworked.
+  + GFileMonitor will now automatically use fam instead of inotify
+if $HOME is on NFS.
+  + The file monitor implementation can now be overridden with the
+GIO_USE_FILE_MONITOR environment variable.
+  + Bugs fixed: bgo#570572, bgo#592211, bgo#625552, bgo#657729,
+bgo#658020, bgo#678223, bgo#682560, bgo#682819, bgo#684404,
+bgo#686853, bgo#688169, bgo#688681, bgo#690118, bgo#691624,
+bgo#691812, bgo#691866, bgo#692029, bgo#692034, bgo#692058,
+bgo#692079, bgo#692201, bgo#692202, bgo#692229, bgo#692332,
+bgo#692360, bgo#692404, bgo#692408, bgo#692544, bgo#692583,
+bgo#692618, bgo#692815, bgo#692865, bgo#692928.
+  + Updated translations.
+- Drop glib2-force-fam-for-remote-fs.patch: fixed upstream.
+
+---
+Wed Jan 16 20:01:25 UTC 2013 - dims...@opensuse.org
+
+- Rebase glib2-force-fam-for-remote-fs.patch (bnc#791096).
+
+---
+Tue Jan 15 07:30:00 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.35.4:
+  + New APIs:
+- g_get_num_processors, g_application_command_line_get_stdin
+  + New GFileMonitor flag: G_FILE_MONITOR_WATCH_HARD_LINKS
+  + Parse more timezone offset formats
+  + Better timezone support on Windows
+  + Make GParamSpec constructors introspectable
+  + Disallow adding interfaces after class_init
+  + Bugs fixed: bgo#532815, bgo#614930, bgo#626497, bgo#633117,
+bgo#661767, bgo#668210, bgo#675856, bgo#684103, bgo#684723,
+bgo#686058, bgo#686128, bgo#687223, bgo#687659, bgo#687920,
+bgo#688681, bgo#688829, bgo#689324, bgo#689810, bgo#690043,
+bgo#690084, bgo#690388, bgo#690538, bgo#690543, bgo#690670,
+bgo#690902, bgo#690970, bgo#691001, bgo#691011, bgo#691077,
+bgo#691110, bgo#691489, bgo#691558, bgo#691608.
+  + Updated translations.
+- Drop glib2-asneeded.patch: fixed upstream.
+
+---
+Fri Jan 11 08:26:29 UTC 2013 

commit glib2 for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2012-12-05 13:52:15

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2012-11-20 
10:19:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2012-12-05 
13:52:18.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 27 08:49:31 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.34.3:
+  + Reverted the patch for bgo#686786, which broke the build on
+OS X and Windows.
+  + Bugs fixed: bgo#673047, bgo#681685, bgo#688093, bgo#688180,
+bgo#688319, bgo#688338, bgo#688370, bgo#688377, bgo#66.
+  + Updated translations.
+
+---

Old:

  glib-2.34.2.tar.xz

New:

  glib-2.34.3.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.8qtHBA/_old  2012-12-05 13:52:20.0 +0100
+++ /var/tmp/diff_new_pack.8qtHBA/_new  2012-12-05 13:52:20.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.34.2
+Version:2.34.3
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2012-11-20 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2012-11-20 10:19:28

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2012-11-02 
07:30:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2012-11-20 
10:19:29.0 +0100
@@ -1,0 +2,8 @@
+Thu Nov 15 19:22:07 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.34.2:
+  + Bugs fixed: bgo#649302, bgo#672924, bgo#685995, bgo#686091,
+bgo#686185, bgo#686213, bgo#686662, bgo#686786, bgo#687089,
+bgo#687540, bgo#687541, bgo#687600, bgo#687801.
+
+---

Old:

  glib-2.34.1.tar.xz

New:

  glib-2.34.2.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.r7VT5i/_old  2012-11-20 10:19:32.0 +0100
+++ /var/tmp/diff_new_pack.r7VT5i/_new  2012-11-20 10:19:32.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.34.1
+Version:2.34.2
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2012-11-02 07:30:30

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2012-10-19 
12:31:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2012-11-02 
07:30:36.0 +0100
@@ -1,0 +2,6 @@
+Wed Oct 24 19:29:10 UTC 2012 - jeng...@inai.de
+
+- Make glib2-devel-32bit available on all archs (baselibs.conf).
+- Remove redundant tags/sections from specfile.
+
+---



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.bqXhFG/_old  2012-11-02 07:30:38.0 +0100
+++ /var/tmp/diff_new_pack.bqXhFG/_new  2012-11-02 07:30:38.0 +0100
@@ -123,7 +123,6 @@
 
 %package devel
 #'
-Requires:   %{name} = %{version}
 Requires:   glibc-devel
 Requires:   pkg-config
 # Now require the subpackages too
@@ -378,9 +377,6 @@
   %{_bindir}/gio-querymodules %{_libdir}/gio/modules
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %files tools
 %defattr(-,root,root)
 %{_bindir}/gdbus

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.bqXhFG/_old  2012-11-02 07:30:38.0 +0100
+++ /var/tmp/diff_new_pack.bqXhFG/_new  2012-11-02 07:30:38.0 +0100
@@ -1,3 +1,10 @@
+glib2-devel
+  requires -glib2-targettype
+  requires glib2-tools-targettype = version
+  requires libgio-2_0-0-targettype = version
+  requires libgmodule-2_0-0-targettype = version
+  requires libgobject-2_0-0-targettype = version
+  requires libgthread-2_0-0-targettype = version
 glib2-tools
   +/usr/bin/gio-querymodules(-64)?
 libglib-2_0-0
@@ -19,6 +26,3 @@
   postun %else
   postun prefix%{_bindir}/gio-querymodules prefix%{_libdir}/gio/modules
   postun %endif
-
-arch ppc package glib2-devel
-arch sparcv9 package glib2-devel


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2012-10-19 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2012-10-19 12:31:51

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2012-10-03 
07:16:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2012-10-19 
12:31:54.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct 16 07:11:40 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.34.1:
+  + Bugs fixed: bgo#631382, bgo#685037, bgo#685069, bgo#684882,
+bgo#685208, bgo#685608, bgo#686119
+  + Updated translations.
+
+---

Old:

  glib-2.34.0.tar.xz

New:

  glib-2.34.1.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.IAH4Ht/_old  2012-10-19 12:31:56.0 +0200
+++ /var/tmp/diff_new_pack.IAH4Ht/_new  2012-10-19 12:31:56.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.34.0
+Version:2.34.1
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2012-10-02 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2012-10-03 07:16:08

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2012-09-26 
16:19:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2012-10-03 
07:16:10.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct  1 11:26:58 UTC 2012 - vu...@opensuse.org
+
+- Drop SuSEconfig.glib2: since SuSEconfig is now dead, this can't
+  work anymore. Instead, this script is moved to desktop-file-utils
+  and macros defined there will automatically call it.
+- Update glib2-upstream-gnome_defaults.conf to mention
+  suse-update-mime-defaults script instead of SuSEconfig --module
+  glib2.
+- All of this fixes bnc#782120.
+
+---

Old:

  SuSEconfig.glib2



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.j5KF1b/_old  2012-10-03 07:16:11.0 +0200
+++ /var/tmp/diff_new_pack.j5KF1b/_new  2012-10-03 07:16:11.0 +0200
@@ -30,7 +30,6 @@
 Source: 
http://download.gnome.org/sources/glib/2.34/%{_name}-%{version}.tar.xz
 Source1:glib2.sh
 Source2:glib2.csh
-Source3:SuSEconfig.glib2
 # Not upstream file. Only proposes upstream packages:
 Source4:glib2-upstream-gnome_defaults.conf
 # Some documentation for people writing branding packages, shipped in the 
branding-upstream package
@@ -262,7 +261,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
-cp -a %{S:1} %{S:2} %{S:3} %{S:5} .
+cp -a %{S:1} %{S:2} %{S:5} .
 cp -a %{S:4} gnome_defaults.conf
 if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then
 cp -a %{S:7} m4macros/
@@ -299,7 +298,6 @@
 mkdir -p %{buildroot}%{_sysconfdir}/profile.d
 install -D -m0644 glib2.sh %{buildroot}%{_sysconfdir}/profile.d/zzz-glib2.sh
 install -D -m0644 glib2.csh %{buildroot}%{_sysconfdir}/profile.d/zzz-glib2.csh
-install -D -m0755 SuSEconfig.glib2 %{buildroot}/sbin/conf.d/SuSEconfig.glib2
 install -D -m0644 gnome_defaults.conf 
%{buildroot}%{_sysconfdir}/gnome_defaults.conf
 # default apps magic
 mkdir -p %{buildroot}%{_localstatedir}/cache/gio-2.0 
%{buildroot}%{_datadir}/applications
@@ -404,7 +402,6 @@
 # have a better home... The zzz-glib2 scripts could arguably be in
 # libglib-2_0-0 but that would break the shared library policy.
 %{_sysconfdir}/profile.d/zzz-glib2.*
-/sbin/conf.d/SuSEconfig.glib2
 
 %files -n gio-branding-upstream
 %defattr(-,root,root)


++ glib2-upstream-gnome_defaults.conf ++
--- /var/tmp/diff_new_pack.j5KF1b/_old  2012-10-03 07:16:11.0 +0200
+++ /var/tmp/diff_new_pack.j5KF1b/_new  2012-10-03 07:16:11.0 +0200
@@ -8,7 +8,7 @@
 # distribution wise GNOME defaults.
 #
 # After any change of this file run
-# SuSEconfig --module glib2
+# suse-update-mime-defaults
 #
 # This list is a source for defaults.list.
 #

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2012-07-24 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2012-07-24 16:09:09

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2012-06-10 
23:12:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2012-07-24 
17:22:01.0 +0200
@@ -1,0 +2,18 @@
+Sat Jul 21 18:57:30 UTC 2012 - dims...@opensuse.org
+
+- Add dbus-1-x11 Requires to libgio-2_0-0 (bnc#678518).
+
+---
+Sun Jul 15 06:00:44 UTC 2012 - zai...@opensuse.org
+
+- Update to version 2.32.4:
+  + Bugs fixed: bgo#639771, bgo#660851, bgo#666386, bgo#671545,
+bgo#672329, bgo#672548, bgo#672889, bgo#673253, bgo#674452,
+bgo#674777, bgo#675309, bgo#675446, bgo#675832, bgo#676265,
+bgo#676277, bgo#676397, bgo#676594, bgo#676816, bgo#677235,
+bgo#677782, bgo#677817, bgo#677952, bgo#678052, bgo#678066,
+bgo#678273, bgo#678333, bgo#678758, bgo#678881, bgo#678941,
+bgo#678944, bgo#678949, bgo#678959, bgo#679258, bgo#679671,
+bgo#679813.
+
+---

Old:

  glib-2.32.3.tar.xz

New:

  glib-2.32.4.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.ZiwEC0/_old  2012-07-24 17:22:07.0 +0200
+++ /var/tmp/diff_new_pack.ZiwEC0/_new  2012-07-24 17:22:07.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.32.3
+Version:2.32.4
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library
@@ -66,7 +66,7 @@
 %endif
 BuildRequires:  translation-update-upstream
 # Needed for gresource
-BuildRequires:  pkgconfig(libelf)
+BuildRequires:  pkgconfig(libelf) = 0.8.12
 BuildRequires:  pkgconfig(libffi)
 BuildRequires:  pkgconfig(libpcre)
 BuildRequires:  pkgconfig(zlib)
@@ -198,6 +198,8 @@
 Requires:   gio-branding = %{version}
 # bnc#555605: shared-mime-info is required by libgio to properly detect mime 
types.
 Requires:   shared-mime-info
+# bnc#678518: libgio interacts with others by means of dbus-launch
+Requires:   dbus-1-x11
 # The tools are useful for people having libgio
 Recommends: %{name}-tools
 # Needed for branding packages
@@ -380,9 +382,11 @@
 
 %files tools
 %defattr(-,root,root)
-%{_sysconfdir}/bash_completion.d/gdbus-bash-completion.sh
-%{_sysconfdir}/bash_completion.d/gresource-bash-completion.sh
-%{_sysconfdir}/bash_completion.d/gsettings-bash-completion.sh
+%dir %{_datadir}/bash-completion
+%dir %{_datadir}/bash-completion/completions
+%{_datadir}/bash-completion/completions/gdbus
+%{_datadir}/bash-completion/completions/gresource
+%{_datadir}/bash-completion/completions/gsettings
 %{_bindir}/gdbus
 %{_bindir}/gio-querymodules*
 %{_bindir}/glib-compile-schemas

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2012-06-10 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2012-06-10 23:12:24

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2012-06-06 
10:31:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2012-06-10 
23:12:25.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun  8 02:29:24 UTC 2012 - badshah...@gmail.com
+
+- Add glib2-suppress-schema-deprecated-path-warning.patch to
+  suppress warnings about deprecated paths in schemas (rh#814053).
+
+---

New:

  glib2-suppress-schema-deprecated-path-warning.patch



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.d9z1tB/_old  2012-06-10 23:12:29.0 +0200
+++ /var/tmp/diff_new_pack.d9z1tB/_new  2012-06-10 23:12:29.0 +0200
@@ -46,6 +46,8 @@
 Patch11:glib2-fate300461-gettext-gkeyfile-suse.patch
 # PATCH-FIX-UPSTREAM glib2-force-fam-for-remote-fs.patch bgo#592211 
h...@novell.com -- Try monitoring files on NFS mounts via FAM before falling 
back to inotify.
 Patch12:glib2-force-fam-for-remote-fs.patch
+# PATCH-FIX-OPENSUSE glib2-suppress-schema-deprecated-path-warning.patch 
rh#814053 badshah...@gmail.com -- Suppress the deprecated path warning since it 
fills up screen unnecessarily during package installations/upgrade.
+Patch13:glib2-suppress-schema-deprecated-path-warning.patch
 BuildRequires:  automake
 BuildRequires:  fam-devel
 BuildRequires:  fdupes
@@ -255,6 +257,7 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 cp -a %{S:1} %{S:2} %{S:3} %{S:5} .
 cp -a %{S:4} gnome_defaults.conf
 if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then


++ glib2-suppress-schema-deprecated-path-warning.patch ++
Index: glib-2.32.3/gio/glib-compile-schemas.c
===
--- glib-2.32.3.orig/gio/glib-compile-schemas.c
+++ glib-2.32.3/gio/glib-compile-schemas.c
@@ -1204,12 +1204,14 @@ parse_state_start_schema (ParseState  *s
   return;
 }
 
+/*  
   if (path  (g_str_has_prefix (path, /apps/) ||
g_str_has_prefix (path, /desktop/) ||
g_str_has_prefix (path, /system/)))
 g_printerr (warning: Schema '%s' has path '%s'.  Paths starting with 
 '/apps/', '/desktop/' or '/system/' are deprecated.\n, id, 
path);
-
+*/
+  
   state-schema_state = schema_state_new (path, gettext_domain,
   extends, extends_name, list_of);
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2012-06-06 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2012-06-06 10:31:00

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2012-05-22 
10:09:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2012-06-06 
10:31:02.0 +0200
@@ -1,0 +2,9 @@
+Fri May 18 13:56:57 UTC 2012 - g...@opensuse.org
+
+- 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.
+
+---



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.SohKV8/_old  2012-06-06 10:31:05.0 +0200
+++ /var/tmp/diff_new_pack.SohKV8/_new  2012-06-06 10:31:05.0 +0200
@@ -295,8 +295,10 @@
 install -D -m0644 gnome_defaults.conf 
%{buildroot}%{_sysconfdir}/gnome_defaults.conf
 # default apps magic
 mkdir -p %{buildroot}%{_localstatedir}/cache/gio-2.0 
%{buildroot}%{_datadir}/applications
-touch %{buildroot}%{_localstatedir}/cache/gio-2.0/defaults.list
-ln -s %{_localstatedir}/cache/gio-2.0/defaults.list 
%{buildroot}%{_datadir}/applications/defaults.list
+touch %{buildroot}%{_localstatedir}/cache/gio-2.0/gnome-defaults.list
+touch %{buildroot}%{_localstatedir}/cache/gio-2.0/xfce-defaults.list
+touch %{buildroot}%{_localstatedir}/cache/gio-2.0/lxde-defaults.list
+ln -s %{_localstatedir}/cache/gio-2.0/gnome-defaults.list 
%{buildroot}%{_datadir}/applications/defaults.list
 # gio-querymodules magic
 %if %{_lib} == lib64
 mv %{buildroot}%{_bindir}/gio-querymodules 
%{buildroot}%{_bindir}/gio-querymodules-64
@@ -427,7 +429,9 @@
 %ghost %{_datadir}/glib-2.0/schemas/gschemas.compiled
 %{_datadir}/applications/defaults.list
 %dir %{_localstatedir}/cache/gio-2.0
-%ghost %{_localstatedir}/cache/gio-2.0/defaults.list
+%ghost %{_localstatedir}/cache/gio-2.0/gnome-defaults.list
+%ghost %{_localstatedir}/cache/gio-2.0/xfce-defaults.list
+%ghost %{_localstatedir}/cache/gio-2.0/lxde-defaults.list
 
 %files -n libgio-fam
 %defattr(-,root,root)

++ SuSEconfig.glib2 ++
--- /var/tmp/diff_new_pack.SohKV8/_old  2012-06-06 10:31:05.0 +0200
+++ /var/tmp/diff_new_pack.SohKV8/_new  2012-06-06 10:31:05.0 +0200
@@ -1,144 +1,243 @@
-#! /bin/sh
+#!/bin/sh
 #
-# Copyright (c) 2006, 2008 SuSE
-# Author: Stanislav Brabec sbra...@suse.cz
+# SuSEconfig.glib2 - create default application ordering for MIME associations
 #
-# Creates defaults.list from gnome_defaults.conf using only available
-# applications and preferring GNOME and GTK applications.
+# Copyright (C) 2012 Guido Berhoerster g...@opensuse.org
+#
+# Permission to use, copy, modify, and distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+#
+# THE SOFTWARE IS PROVIDED AS IS AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+# TORTIOUS ACTION, ARISING OUT OF PERFORMANCE OF THIS SOFTWARE.
 #
-# See /etc/gnome_defaults.conf for algorithm description.
-
-shopt -s nullglob
 
-unset DUMMY ${!MIME_*} ${!APP_*} ${!DEFAULT_*} ${!PREFDEFAULT_*} 
${!DEFDESKTOP_*}
+export LC_ALL=C
 
-# Ensure, that $XDG_DATA_DIRS is set properly. (#71978, #240603)
-if test $PROFILEREAD != true ; then
-. $r/etc/profile
+# reset XDG_DATA_DIRS so it can be trusted
+unset XDG_DATA_DIRS
+if [ ${PROFILEREAD} != true ]; then
+. $r/etc/profile
 fi
 
-# Read defaults.list and set applications as best candidates.
-exec $r/etc/gnome_defaults.conf
-while read ; do
-case $REPLY in
-   #* |  )
-   ;;
-   # Is is default application for particular MIME type?
-   *=* )
-   # Strip optional priority record (and ignore it - no GNOME app uses 
it).
-   MIME=${REPLY%%=*}
-   # Replace special characters.
-   MIMES=${MIME//_/__}
-   MIMES=${MIMES//\//_S}
-   MIMES=${MIMES//-/_M}
-   MIMES=${MIMES//+/_P}
-   MIMES=${MIMES//./_D}
-   eval DEFAULT_${MIMES}\=${REPLY#*=}
-   ;;
-   # Is it preferred default application?
-  

commit glib2 for openSUSE:Factory

2012-05-22 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2012-05-22 10:09:13

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2012-04-20 
15:14:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2012-05-22 
10:09:15.0 +0200
@@ -1,0 +2,47 @@
+Tue May 15 09:52:49 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.32.3:
+  + Bug fixes:
+- gio: fix error handling in async case of
+  GProxyAddressEnumerator
+- GConverterInputStream: fix an infinite loop when fill_buffer
+  returns an error
+- Correct a typo in the ELF configure check
+- Reset LIBS after the ELF configure check
+- Fix GIO/GObject Visual C++ projects
+  + Updated translations.
+
+---
+Tue May  1 17:06:49 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.32.2:
+  + GApplication: can now have a NULL application ID
+  + g_clear_object: fix warnings when using it on C++ (due to lack
+of ability to implicitly cast void*)
+  + GDBus:
+- add our own implementation of the message bus for use on
+  Windows only
+- fix up a few bugs that use of this bus uncovered in GDBus
+- escape nonce files in dbus addressess (think 'c:\')
+- support initial underscores in dbus codegen namespace (for
+  private)
+  + GAppInfo: overwrite the DISPLAY only if it is set in the launch
+context
+  + GSocketControlMessage: Don't warn about unknown messages
+  + Resources:
+- fix broken use of GVDB on big endian machines
+- set a 'display name' so that pretty file names appear in Gtk
+  CSS warning messages
+  + GMainContext:
+- block child sources when blocking the parent
+- introduce more testcases for child sources
+  + glib/tests/date: force US locale running the GDateTime tests
+  + Make sure configure fails if AC_CHECK_ALIGNOF cannot detect the
+alignment
+  + Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings
+backend)
+  + Bugs fixed: bgo#619026, bgo#669260, bgo#671249, bgo#672786,
+bgo#673409, bgo#674172, bgo#674345, bgo#674483
+  + Updated translations.
+
+---

Old:

  glib-2.32.1.tar.xz

New:

  glib-2.32.3.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.nPt7qe/_old  2012-05-22 10:09:18.0 +0200
+++ /var/tmp/diff_new_pack.nPt7qe/_new  2012-05-22 10:09:18.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.32.1
+Version:2.32.3
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2012-04-20 15:14:24

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2012-03-29 
13:51:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2012-04-20 
15:14:47.0 +0200
@@ -1,0 +2,11 @@
+Sat Apr 14 16:32:36 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.32.1:
+  + Bugs fixed: bgo#669285, bgo#670254, bgo#672541, bgo#673139,
+bgo#673174, bgo#673191, bgo#673216, bgo#673439, bgo#673612,
+bgo#673762, bgo#673803, bgo#673911.
+  + Updated translations.
+- Replace libelf-devel BuildRequires with pkgconfig(libelf). This
+  change follows the change on how upstream detects libelf now.
+
+---

Old:

  glib-2.32.0.tar.xz

New:

  glib-2.32.1.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.7gGFAE/_old  2012-04-20 15:14:49.0 +0200
+++ /var/tmp/diff_new_pack.7gGFAE/_new  2012-04-20 15:14:49.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.32.0
+Version:2.32.1
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library
@@ -50,8 +50,6 @@
 BuildRequires:  fam-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-# Needed for gresource
-BuildRequires:  libelf-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  pkg-config
 BuildRequires:  python-base
@@ -65,6 +63,8 @@
 BuildRequires:  systemtap-sdt-devel
 %endif
 BuildRequires:  translation-update-upstream
+# Needed for gresource
+BuildRequires:  pkgconfig(libelf)
 BuildRequires:  pkgconfig(libffi)
 BuildRequires:  pkgconfig(libpcre)
 BuildRequires:  pkgconfig(zlib)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2012-03-29 13:51:37

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2012-03-19 
09:56:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2012-03-29 
13:51:45.0 +0200
@@ -1,0 +2,25 @@
+Sun Mar 25 17:42:39 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.32.0:
+  + Bugs fixed: bgo#671988, bgo#672095, bgo#672406.  
+  + Updated translations.
+
+---
+Wed Mar 21 12:41:16 UTC 2012 - vu...@opensuse.org
+
+- Fix glib2.csh: add missing breaksw statements in case. Fix
+  bnc#560929.
+
+---
+Tue Mar 20 15:25:20 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.31.22:
+  + Bugs fixed: bgo#531901, bgo#653167, bgo#668973, bgo#669797,
+bgo#670846, bgo#671664, bgo#671676, bgo#671918, bgo#671942,
+bgo#671997, bgo#672013, bgo#672026, bgo#672095, bgo#672201,
+bgo#672239, bgo#672249.
+  + Updated translations.
+- Change zlib-devel BuildRequires to its pkgconfig() variant:
+  pkgconfig(zlib).
+
+---

Old:

  glib-2.31.20.tar.xz

New:

  glib-2.32.0.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.8LFBni/_old  2012-03-29 13:51:47.0 +0200
+++ /var/tmp/diff_new_pack.8LFBni/_new  2012-03-29 13:51:47.0 +0200
@@ -20,15 +20,14 @@
 
 Name:   glib2
 %define _name glib
-Version:2.31.20
+Version:2.32.0
 Release:0
-# FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough 
version of zlib
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://www.gtk.org/
-Source: 
http://download.gnome.org/sources/glib/2.31/%{_name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/glib/2.32/%{_name}-%{version}.tar.xz
 Source1:glib2.sh
 Source2:glib2.csh
 Source3:SuSEconfig.glib2
@@ -66,9 +65,9 @@
 BuildRequires:  systemtap-sdt-devel
 %endif
 BuildRequires:  translation-update-upstream
-BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(libffi)
 BuildRequires:  pkgconfig(libpcre)
+BuildRequires:  pkgconfig(zlib)
 %if 0%{?BUILD_FROM_VCS}
 # It's important to keep those BuildRequires inside
 # BUILD_FROM_VCS to avoid build loops in Factory

++ glib2.csh ++
--- /var/tmp/diff_new_pack.8LFBni/_old  2012-03-29 13:51:47.0 +0200
+++ /var/tmp/diff_new_pack.8LFBni/_new  2012-03-29 13:51:47.0 +0200
@@ -32,290 +32,433 @@
 switch ( $LANG )
 case aa_DJ*:
setenv G_FILENAME_ENCODING @locale,UTF-8,ISO-8859-1,CP1252
+   breaksw
 case af_ZA*:
setenv G_FILENAME_ENCODING @locale,UTF-8,ISO-8859-1,CP1252
+   breaksw
 case an_ES*:
setenv G_FILENAME_ENCODING @locale,UTF-8,ISO-8859-15,CP1252
+   breaksw
 case ar_AE*:
setenv G_FILENAME_ENCODING @locale,UTF-8,ISO-8859-6
+   breaksw
 case ar_BH*:
setenv G_FILENAME_ENCODING @locale,UTF-8,ISO-8859-6
+   breaksw
 case ar_DZ*:
setenv G_FILENAME_ENCODING @locale,UTF-8,ISO-8859-6
+   breaksw
 case ar_EG*:
setenv G_FILENAME_ENCODING @locale,UTF-8,ISO-8859-6
+   breaksw
 case ar_IQ*:
setenv G_FILENAME_ENCODING @locale,UTF-8,ISO-8859-6
+   breaksw
 case ar_JO*:
setenv G_FILENAME_ENCODING @locale,UTF-8,ISO-8859-6
+   breaksw
 case ar_KW*:
setenv G_FILENAME_ENCODING @locale,UTF-8,ISO-8859-6
+   breaksw
 case ar_LB*:
setenv G_FILENAME_ENCODING @locale,UTF-8,ISO-8859-6
+   breaksw
 case ar_LY*:
setenv G_FILENAME_ENCODING @locale,UTF-8,ISO-8859-6
+   breaksw
 case ar_MA*:
setenv G_FILENAME_ENCODING @locale,UTF-8,ISO-8859-6
+   breaksw
 case ar_OM*:
setenv G_FILENAME_ENCODING @locale,UTF-8,ISO-8859-6
+   breaksw
 case ar_QA*:
setenv G_FILENAME_ENCODING @locale,UTF-8,ISO-8859-6
+   breaksw
 case ar_SA*:
setenv G_FILENAME_ENCODING @locale,UTF-8,ISO-8859-6
+   breaksw
 case ar_SD*:
setenv G_FILENAME_ENCODING @locale,UTF-8,ISO-8859-6
+   breaksw
 case ar_SY*:
setenv G_FILENAME_ENCODING @locale,UTF-8,ISO-8859-6
+   breaksw
 case ar_TN*:
setenv 

commit glib2 for openSUSE:Factory

2012-03-19 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2012-03-19 09:55:58

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2012-02-28 
19:22:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2012-03-19 
09:56:00.0 +0100
@@ -1,0 +2,18 @@
+Mon Mar  5 15:34:35 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.31.20:
+  + Update to Unicode 6.1
+  + Update PCRE to 8.30
+  + Deprecations are now versioned, and new API is marked with the
+version it was introduced. Use these with
+GLIB_VERSION_{MIN,MAX}_REQUIRED
+  + The performance of signal emissions has been improved for
+simple cases
+  + Bugs fixed: bgo#529806, bgo#580873, bgo#592666, bgo#597785,
+bgo#621368, bgo#622149, bgo#639873, bgo#640202, bgo#668295,
+bgo#669670, bgo#670542, bgo#670557, bgo#670721, bgo#670751,
+bgo#670909, bgo#670922, bgo#670969, bgo#671025, bgo#671270,
+bgo#671281.
+  + Updated translations.
+
+---

Old:

  glib-2.31.18.tar.xz

New:

  glib-2.31.20.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.Ek0jPZ/_old  2012-03-19 09:56:02.0 +0100
+++ /var/tmp/diff_new_pack.Ek0jPZ/_new  2012-03-19 09:56:02.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.31.18
+Version:2.31.20
 Release:0
 # FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough 
version of zlib
 # FIXME: find out if tapsets should really be in devel package or in main 
package
@@ -121,14 +121,16 @@
 
 %package devel
 #'
-Requires:   %{name} = %{version} pkg-config glibc-devel
+Requires:   %{name} = %{version}
+Requires:   glibc-devel
+Requires:   pkg-config
 # Now require the subpackages too
 Requires:   glib2-tools = %{version}
+Requires:   libgio-2_0-0 = %{version}
 Requires:   libglib-2_0-0 = %{version}
 Requires:   libgmodule-2_0-0 = %{version}
-Requires:   libgio-2_0-0 = %{version}
-Requires:   libgthread-2_0-0 = %{version}
 Requires:   libgobject-2_0-0 = %{version}
+Requires:   libgthread-2_0-0 = %{version}
 # Required by gdbus-codegen
 Requires:   python-xml
 Provides:   glib2-doc = 2.19.6

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2012-02-28 19:22:18

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2012-02-16 
16:13:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2012-02-28 
19:22:20.0 +0100
@@ -1,0 +2,22 @@
+Tue Feb 21 07:28:14 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.31.18:
+  + GDBusProxy has now a flag,
+G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES, which can be set
+to make GDBus automatically reload changed properties even if
+the propertychanged signal does not contain the new values.
+  + GApplication puts non-unique applications on the bus
+  + GApplication now has g_application_quit()
+  + g_async_queue_timed_pop has been deprecated in favor of the new
+g_async_queue_timeout_pop, which uses relative delays in
+microseconds instead of a GTimeVal.
+  + Huge number of API documentation fixes
+  + Bugs fixed: bgo#647986, bgo#658484, bgo#664237, bgo#669329,
+bgo#669330, bgo#669372, bgo#669412, bgo#669538, bgo#669544,
+bgo#669595, bgo#669670, bgo#669671, bgo#669689, bgo#669810,
+bgo#669865, bgo#670085, bgo#670138, bgo#670485.
+  + Updated translations.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+
+---

Old:

  glib-2.31.16.tar.xz

New:

  glib-2.31.18.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.f9u1UC/_old  2012-02-28 19:22:22.0 +0100
+++ /var/tmp/diff_new_pack.f9u1UC/_new  2012-02-28 19:22:22.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.31.16
+Version:2.31.18
 Release:0
 # FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough 
version of zlib
 # FIXME: find out if tapsets should really be in devel package or in main 
package
@@ -66,8 +66,6 @@
 BuildRequires:  systemtap-sdt-devel
 %endif
 BuildRequires:  translation-update-upstream
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(libffi)
 BuildRequires:  pkgconfig(libpcre)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2012-02-16 16:13:21

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2012-01-26 
15:58:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2012-02-16 
16:13:23.0 +0100
@@ -1,0 +2,35 @@
+Mon Feb  6 09:06:53 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.31.16:
+  + GResource:
+- The resource compiler can now convert pngs into pixel data
+  that can be used without parsing at runtime (requires
+  gdk-pixbuf-pixdata to be present)
+  + Bugs fixed: bgo#669123, bgo#669173, bgo#669224, bgo#669253,
+bgo#669334.
+  + Updated translations.
+
+---
+Tue Jan 31 08:42:55 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.31.14:
+  + GResource:
+- GLib now includes a commandline utility, gresource, to
+  explore resources in ELF files
+- The resource compiler can now optionally strip ignorable
+  whitespace from XML resources
+- The resource compiler can now generate build dependencies
+- The resource compiler will now autoselect output formats
+  + GApplication:
+- The menu markup parser API has been dropped, the menu XML
+  support lives in GTK+ now
+  + GValueArray has been deprecated
+  + Bugs fixed: bgo#626258, bgo#634232, bgo#639099, bgo#667228,
+bgo#667243, bgo#667929, bgo#668250, bgo#668468, bgo#668532,
+bgo#668539, bgo#668561, bgo#668572, bgo#668650, bgo#668756,
+bgo#668857, bgo#669024.
+  + Updated translations.
+- Add libelf-devel BuildRequires: new dependency for gresource
+  utility.
+
+---

Old:

  glib-2.31.12.tar.xz

New:

  glib-2.31.16.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.VVbF1v/_old  2012-02-16 16:13:26.0 +0100
+++ /var/tmp/diff_new_pack.VVbF1v/_new  2012-02-16 16:13:26.0 +0100
@@ -15,11 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define with_systemtap 0
 
 Name:   glib2
 %define _name glib
-Version:2.31.12
+Version:2.31.16
 Release:0
 # FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough 
version of zlib
 # FIXME: find out if tapsets should really be in devel package or in main 
package
@@ -50,6 +51,8 @@
 BuildRequires:  fam-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+# Needed for gresource
+BuildRequires:  libelf-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  pkg-config
 BuildRequires:  python-base
@@ -374,14 +377,17 @@
 %files tools
 %defattr(-,root,root)
 %{_sysconfdir}/bash_completion.d/gdbus-bash-completion.sh
+%{_sysconfdir}/bash_completion.d/gresource-bash-completion.sh
 %{_sysconfdir}/bash_completion.d/gsettings-bash-completion.sh
 %{_bindir}/gdbus
 %{_bindir}/gio-querymodules*
 %{_bindir}/glib-compile-schemas
+%{_bindir}/gresource
 %{_bindir}/gsettings
 %{_mandir}/man1/gdbus.1*
 %{_mandir}/man1/gio-querymodules.1*
 %{_mandir}/man1/glib-compile-schemas.1*
+%{_mandir}/man1/gresource.1*
 %{_mandir}/man1/gsettings.1*
 # We put those files here, but they don't really belong here. They just don't
 # have a better home... The zzz-glib2 scripts could arguably be in

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2012-01-26 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2012-01-26 15:58:16

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2012-01-11 
15:37:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2012-01-26 
15:58:17.0 +0100
@@ -1,0 +2,31 @@
+Tue Jan 24 11:15:42 UTC 2012 - vu...@opensuse.org
+
+- Move ChangeLog to devel subpackage, as it's really big and not
+  needed on a default install.
+
+---
+Fri Jan 20 21:09:24 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.31.12:
+  + GApplication:
+- Drop support for exporting menus: this functionality will be
+  provided in GtkApplication
+- Add a way to create actions that change settings
+  + Bugs fixed: bgo#629503, bgo#656301, bgo#668071, bgo#668118,
+bgo#668158, bgo#668163, bgo#668269, bgo#668279.
+  + Updated translations.
+
+---
+Mon Jan 16 21:19:15 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.31.10:
+  + GResource:
+- A new facility to allow linking data files into binaries and
+  make them available as resources
+- Resources are compiled using glib-compile-resources
+- GIO supports resource:/// uris to access resources
+  + Bugs fixed: bgo#619126, bgo#658315, bgo#660371, bgo#666700,
+bgo#667375, bgo#667447, bgo#667790, bgo#667938.
+  + Updated translations.
+
+---

Old:

  glib-2.31.8.tar.xz

New:

  glib-2.31.12.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.pr54oS/_old  2012-01-26 15:58:20.0 +0100
+++ /var/tmp/diff_new_pack.pr54oS/_new  2012-01-26 15:58:20.0 +0100
@@ -19,7 +19,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.31.8
+Version:2.31.12
 Release:0
 # FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough 
version of zlib
 # FIXME: find out if tapsets should really be in devel package or in main 
package
@@ -396,7 +396,7 @@
 
 %files -n libglib-2_0-0
 %defattr(-, root, root)
-%doc AUTHORS COPYING README NEWS ChangeLog
+%doc AUTHORS COPYING README NEWS
 %{_libdir}/libglib*.so.*
 
 %files -n libgmodule-2_0-0
@@ -432,7 +432,9 @@
 
 %files devel
 %defattr(-,root,root)
+%doc ChangeLog
 %{_bindir}/gdbus-codegen
+%{_bindir}/glib-compile-resources
 %{_bindir}/glib-genmarshal
 %{_bindir}/glib-gettextize
 %{_bindir}/glib-mkenums
@@ -440,6 +442,7 @@
 %{_bindir}/gtester
 %{_bindir}/gtester-report
 %doc %{_mandir}/man?/gdbus-codegen.*
+%doc %{_mandir}/man?/glib-compile-resources.*
 %doc %{_mandir}/man?/glib-genmarshal.*
 %doc %{_mandir}/man?/glib-gettextize.*
 %doc %{_mandir}/man?/glib-mkenums.*

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2012-01-11 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2012-01-11 15:36:25

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2012-01-06 
11:44:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2012-01-11 
15:37:17.0 +0100
@@ -1,0 +2,24 @@
+Tue Jan 10 07:04:16 UTC 2012 - vu...@opensuse.org
+
+- Update to version 2.31.8:
+  + GObject:
+- The type checks for overriding properties have been loosened.
+  In particular, it is now possible to add the CONSTRUCT flag
+  to an overridden property.
+- GWeakRef is a new API for weak references; unlike
+  g_object_weak_ref and g_object_add_weak_pointer, it is
+  thread-safe.
+  + GHashTable has grown new convenience api for use as a set:
+g_hash_table_add, g_hash_table_contains
+  + GSocketConnection has gained API for managing connection status
+  + GSettings: a native OS X backend has been added, under the name
+'nexstep'
+  + Bugs fixed: bgo#455640, bgo#548954, bgo#625751, bgo#658871,
+bgo#664069, bgo#664830, bgo#665211, bgo#665805, bgo#666116,
+bgo#666422, bgo#666551, bgo#666595, bgo#15, bgo#16,
+bgo#666803, bgo#666804, bgo#666951, bgo#666978, bgo#667098,
+bgo#667225, bgo#667226, bgo#667279, bgo#667285, bgo#667331,
+bgo#667420.
+  + Updated translations.
+
+---

Old:

  glib-2.31.6.tar.xz

New:

  glib-2.31.8.tar.xz



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.AKSOgK/_old  2012-01-11 15:37:23.0 +0100
+++ /var/tmp/diff_new_pack.AKSOgK/_new  2012-01-11 15:37:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glib2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,12 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define with_systemtap 0
 
 Name:   glib2
 %define _name glib
-Version:2.31.6
+Version:2.31.8
 Release:0
 # FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough 
version of zlib
 # FIXME: find out if tapsets should really be in devel package or in main 
package

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glib2 for openSUSE:Factory

2012-01-06 Thread h_root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2012-01-06 11:44:02

Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.glib2.new (New)


Package is glib2, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2011-10-16 
12:49:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2012-01-06 
11:44:03.0 +0100
@@ -1,0 +2,150 @@
+Thu Dec 22 10:31:32 UTC 2011 - vu...@opensuse.org
+
+- Own %{_datadir}/aclocal to fix build without automake/autoconf.
+
+---
+Tue Dec 20 09:09:19 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.31.6:
+  + GApplication no longer has APIs for setting menus. Those have
+been moved to GtkApplication.
+  + The GActionGroup import/export functionality has been decoupled
+from GApplication by the introduction of a new interface for
+the purpose of handling platform data: GRemoteActionGroup. This
+allows Gtk to properly deal with platform data (and gdk
+threads) on window actions.
+  + Lots of documentation improvements.
+  + Bug fixes and a huge number of memory leak fixes.
+  + The test suite now passes on ARM and some of the GDBus testcase
+hangs we've been seeing have been resolved (although others
+could remain).
+  + g_bytes_get_data() API changed: now includes 'size' out
+parameter
+  + New g_queue_free_full() API similar to g_[s]list_free_full().
+  + Desktop files: use standard Keywords now, not
+X-GNOME-Keywords.
+  + gsettings commandline tool now has --schemadir option for
+schemas not installed in the usual place (ie: as part of
+plugins).
+  + Bugs fixed: bgo#643736, bgo#657433, bgo#664699, bgo#665737,
+bgo#665879, bgo#666113, bgo#666115, bgo#666145, bgo#666173,
+bgo#666296, bgo#666415.
+  + Updated translations.
+
+---
+Tue Dec 13 12:33:58 UTC 2011 - dims...@opensuse.org
+
+- Update to version 2.31.4:
+  + Experimental: Menu support has been added to GApplication.
+  + GDBusConnection previously directly dispatched destroy notifies
+when unregistering objects if the current main context was the
+same context the object was exported on. It now unconditionally
+dispatches these through an idle on the context.
+  + Clean up requires in .pc files.
+  + Introduce GBytes, a data type for immutable, fixed-size byte
+sequences. This makes the pre-existing GBuffer API available
+outside GLib
+  + GDBusInterfaceSkeleton can now be exported on multiple
+connections.
+  + Bugs fixed: bgo#600161, bgo#640077, bgo#641720, bgo#648516,
+bgo#651997, bgo#652560, bgo#662208, bgo#662718, bgo#663291,
+bgo#664406, bgo#664455, bgo#664558, bgo#664559, bgo#664617,
+bgo#664635, bgo#664809, bgo#665067, bgo#665184, bgo#665298,
+bgo#665391, bgo#665607, bgo#665634, bgo#665685, bgo#665733.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Update gtk-doc.m4 source from gtk-doc.
+
+---
+Wed Nov 30 09:50:42 UTC 2011 - co...@suse.com
+
+- Add automake BuildRequires to avoid implicit dependency.
+
+---
+Tue Nov 22 08:28:17 UTC 2011 - dims...@opensuse.org
+
+- Update to version 2.31.2:
+  + Monotonic time is now properly supported on Windows
+  + glib-mkenums: fix @ENUMPREFIX@ with /* underscore_name=... */
+  + EXPERIMENTAL: introduce new GSettingsSchema and
+GSettingsSchemaSource APIs for the convenience of plugin system
+authors and those who wish to introspect the contents of
+schemas.
+  + Improve the performance of GObject property notifies.
+  + GDBus:
+- fix a race when unowning a name immediately after owning it
+- thread safety improvements on GDBusConnection
+- fixes for exit-on-close functionality
+  + GIO:
+- GInetAddressMask: new type for internet address range
+  matching
+- various GIO file and stream fixes
+- improvements to attribute and fileinfo handling
+  + Deprecations:
+- add G_SIGNAL_DEPRECATED
+- don't use G_DISABLE_DEPRECATED masking for functions anymore
+  + docs
+- tmpl/ is finally dead for glib
+
+---
+Thu Oct 27 08:29:41 UTC 2011 - dims...@opensuse.org
+
+- Update to version 2.31.0:
+  + Major changes to threading and synchronisation (see NEWS for
+details).
+  + New support for attribute-based deprecations to issue compiler
+warnings instead of breaking the build and/or giving 

commit glib2 for openSUSE:Factory

2011-10-16 Thread h_root

Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory
checked in at Sun Oct 16 12:45:02 CEST 2011.




--- openSUSE:Factory/glib2/glib2.changes2011-10-02 10:04:10.0 
+0200
+++ /mounts/work_src_done/STABLE/glib2/glib2.changes2011-10-15 
08:23:39.0 +0200
@@ -1,0 +2,8 @@
+Sat Oct 15 06:16:33 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.30.1:
+  + Bugs fixed: bgo#632049, bgo#660147, bgo#660413, bgo#660498,
+bgo#660637, bgo#660791, bgo#660886, bgo#661421.
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  glib-2.30.0.tar.bz2

New:

  glib-2.30.1.tar.bz2



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.DtvbHw/_old  2011-10-16 12:44:59.0 +0200
+++ /var/tmp/diff_new_pack.DtvbHw/_new  2011-10-16 12:44:59.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   glib2
 %define _name glib
-Version:2.30.0
+Version:2.30.1
 Release:1
 # FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough 
version of zlib
 # FIXME: find out if tapsets should really be in devel package or in main 
package

++ glib-2.30.0.tar.bz2 - glib-2.30.1.tar.bz2 ++
openSUSE:Factory/glib2/glib-2.30.0.tar.bz2 
/mounts/work_src_done/STABLE/glib2/glib-2.30.1.tar.bz2 differ: char 11, line 1

continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



  1   2   >