commit jhbuild for openSUSE:Factory

2020-04-23 Thread root
Hello community,

here is the log from the commit of package jhbuild for openSUSE:Factory checked 
in at 2020-04-23 18:30:20

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


Package is "jhbuild"

Thu Apr 23 18:30:20 2020 rev:41 rq:795151 version:3.36.0+1

Changes:

--- /work/SRC/openSUSE:Factory/jhbuild/jhbuild.changes  2019-07-29 
17:32:13.230112102 +0200
+++ /work/SRC/openSUSE:Factory/.jhbuild.new.2738/jhbuild.changes
2020-04-23 18:30:29.668094259 +0200
@@ -1,0 +2,51 @@
+Fri Mar 06 18:01:11 UTC 2020 - bjorn@gmail.com
+
+- Update to version 3.36.0+1:
+  * core-deps-latest: Switch libhandy to libhandy-0-0 branch
+  * world: gnome-flashback doesn't use gnome-screensaver
+  * gst-plugins-base: add dependency on x11-xcb
+  * sysdeps: try to fix egl.pc version check
+  * core-deps-latest: WebKitGTK 2.27.91
+  * core-deps-latest: Update meson to 0.53.2
+  * world: Switch sound-juicer to meson
+  * core-deps-latest: switch tracker to 2.3 branch
+  * core-latest: Switch pipewire back to master
+  * Updated translations.
+
+---
+Sat Feb 29 22:47:53 CET 2020 - Matej Cepl 
+
+- Switch the package to Python 3 only.
+
+---
+Tue Feb 18 17:49:29 UTC 2020 - dims...@opensuse.org
+
+- Update to version 3.35.2+85:
+  * world: gnome-panel needs alacarte
+  * core-deps-latest: WebKitGTK 2.27.90
+  * core-deps: build libpsl instead of having it as a sysdep
+  * world: Update fprintd module
+  * meson: refresh patch
+  * core-deps: Adjust mesonargs of glib
+  * world: fix libwnck module definition
+  * core-deps-latest: Update meson to 0.53.1
+  * core-deps-latest: force non srcdir build for mozjs68
+  * world: Add libhandy dependency to seahorse
+
+---
+Sat Jan 25 14:15:39 UTC 2020 - Dominique Leuenberger 
+
+- No longer recommend -lang: supplements are in use
+
+---
+Thu Sep 12 12:43:52 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.34.0+22:
+  + Support 'python3' sysdeps.
+  + Speed up AptSystemInstall.
+  + Improvements to the documentation.
+  + CI improvements.
+  + Moduleset updates.
+  + Updated translations.
+
+---

Old:

  jhbuild-3.30.0~20190728.tar.xz

New:

  jhbuild-3.36.0+1.obscpio
  jhbuild.obsinfo



Other differences:
--
++ jhbuild.spec ++
--- /var/tmp/diff_new_pack.HUI3a5/_old  2020-04-23 18:30:30.512095873 +0200
+++ /var/tmp/diff_new_pack.HUI3a5/_new  2020-04-23 18:30:30.516095881 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jhbuild
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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 @@
 
 %define moduleset latest
 Name:   jhbuild
-Version:3.30.0~20190728
+Version:3.36.0+1
 Release:0
 Summary:Tool to build GNOME
 License:GPL-2.0-or-later
@@ -32,7 +32,8 @@
 BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
-BuildRequires:  python
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
@@ -45,8 +46,6 @@
 Requires:   flex
 Requires:   gettext-tools
 Requires:   libtool
-Requires:   python-gtk
-Recommends: %{name}-lang
 Recommends: git-core
 Recommends: patch
 Recommends: subversion
@@ -83,8 +82,8 @@
 Requires:   mpfr-devel
 Requires:   pam-devel
 Requires:   ppp-devel
-Requires:   python-libxml2
-Requires:   python-rdflib
+Requires:   python3-libxml2
+Requires:   python3-rdflib
 Requires:   ragel
 Requires:   raptor
 Requires:   sqlite
@@ -98,7 +97,7 @@
 Recommends: gettext-tools
 Recommends: libtool
 Recommends: pkgconfig
-Recommends: python
+Recommends: python3
 ## System Dependencies as defined by the moduleset configuration
 # only pkg-config deps are auto extracted, as we do not have to
 # worry about package names there
@@ -132,15 +131,18 @@
 %install
 %make_install
 %suse_update_desktop_file jhbuild
-%fdupes %{buildroot}%{python_sitelib}
+sed -i "s|#!\s*%{_bindir}/env python|#!%{_bindir}/python|" \
+%{buildroot}%{_bindir}/jhbuild \
+%{buildroot}%{_datadir}/jhbuild/hg-update.py
+%fdupes %{buildroot}%{python3_sitelib}
 %fdupes %{buildroot}%{_datadir}
 

commit jhbuild for openSUSE:Factory

2019-07-29 Thread root
Hello community,

here is the log from the commit of package jhbuild for openSUSE:Factory checked 
in at 2019-07-29 17:32:11

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


Package is "jhbuild"

Mon Jul 29 17:32:11 2019 rev:40 rq:719558 version:3.30.0~20190728

Changes:

--- /work/SRC/openSUSE:Factory/jhbuild/jhbuild.changes  2019-02-26 
22:21:51.898077573 +0100
+++ /work/SRC/openSUSE:Factory/.jhbuild.new.4126/jhbuild.changes
2019-07-29 17:32:13.230112102 +0200
@@ -1,0 +2,75 @@
+Mon Jul 29 09:14:18 UTC 2019 - dims...@opensuse.org
+
+- Update to version 3.30.0~20190728:
+  * Add sysprof-capture as a dependency to GJS and mutter
+  * Build gedit as meson from master
+  * Bump up Meson to 0.50.0
+  * Demote gnome-documents from gnome-suites-core to gnome-apps
+  * Five-or-more has no sound.
+  * Iagno depends on GSound.
+  * Implement export checkout mode for git and tarballs
+  * Migrate to gitlab.fd.o/upstreams
+  * Nibbles and Robots depends on GSound.
+  * Promote libical back to to core-deps
+  * Remove all unmaintained modulesets
+  * Remove circular dependency of gtk-doc on glib
+  * Replace non-working git.gnome.org URL by gitlab.gnome.org
+  * Taquin depends on GSound.
+  * Update meson to 0.51.0
+  * Use Meson to build gtksourceview4
+  * apps-latest: four-in-a-row, gnome-nibbles and gnome-robots are using meson
+  * bootstrap: update pixman to version 0.38.0
+  * configure.ac: Exit early if PYTHON is not Python 2
+  * core-deps-latest: Adapt GLib to renamed option
+  * core-deps-latest: Disable profiler for mutter on non-Linux systems
+  * core-deps-latest: Drop libsocialweb argument from folks
+  * core-deps-latest: Explicitly enable and disable GTK backends
+  * core-deps-latest: Fix an oops
+  * core-deps-latest: Move mir condition from GTK 4 to GTK 3
+  * core-deps-latest: Move uhttpmock to use gitlab.com
+  * core-deps-latest: Pull glibmm-2.4 from the glibmm-2-60 branch
+  * core-deps-latest: Suffix libical checkout with version
+  * core-deps-latest: Switch glade to meson
+  * core-deps-latest: Update to meson 0.51.1
+  * core-deps-latest: Use meson to build mm-common
+  * core-deps-latest: WebKitGTK 2.25.3
+  * core-deps-latest: colord-gtk uses meson
+  * core-deps-latest: exiv2 -> 0.27.1
+  * core-deps-latest: libchamplain uses meson
+  * core-deps-latest: libgdata uses meson
+  * core-deps-latest: vte uses meson
+  * core-deps: Add some missing deps
+  * core-deps: Disable Glade catalog for libhandy
+  * core-deps: Disable cogl-gst
+  * core-deps: build folks with meson
+  * core-latest: Add gsound dep to g-c-c
+  * core-latest: gnome-todo has switched to GTK 4
+  * core: Add missing mutter (system) dependency
+  * core: Make evince build with meson
+  * core: Remove Bluetooth config options from gnome-user-share
+  * core: gnome-user-share now uses meson
+  * core: gnome-user-share update dependencies
+  * examples: Add code to enable systemd user units from jhbuild
+  * gitg: update deps
+  * gnome-apps: Add gnome-books
+  * gnome-suites-core-deps-latest: add brotli dependency to libsoup
+  * gnome-suites-core-latest: phodav uses meson
+  * gnome-world: make weston build again
+  * gtk+-3: switch to meson
+  * gtk-doc depends on glib
+  * improved error message for missing pkexec and sudo
+  * mozjs60: Upgrade to 60.8.0
+  * mutter: depend on sysprof-capture
+  * sysdeps-latest: Add llvm 7, 8 and git snapshot
+  * world: Fix GStreamer module locations
+  * world: Fix some more thinkos regarding fd.o repos
+  * world: Geary has renamed its master branch to mainline
+  * world: Make gst-editing-services and gst-rtsp-server use meson
+  * world: Switch Dia to use Meson
+  * world: Switch almanah to Meson
+  * world: Switch gucharmap to meson
+  * world: Switch libgda to meson
+  * world: Switch weston to meson
+  * world: Use meson to build gtkmm-documentation and gtkmm-3-documentation
+
+---

Old:

  jhbuild-3.30.0~20190220.tar.xz

New:

  jhbuild-3.30.0~20190728.tar.xz



Other differences:
--
++ jhbuild.spec ++
--- /var/tmp/diff_new_pack.Qxy1EO/_old  2019-07-29 17:32:13.918111270 +0200
+++ /var/tmp/diff_new_pack.Qxy1EO/_new  2019-07-29 17:32:13.922111266 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define moduleset 3.22
+%define moduleset latest
 Name:   jhbuild
-Version:3.30.0~20190220
+Version:3.30.0~20190728
 Release:0
 Summary:Tool to build GNOME
 License:GPL-2.0-or-later

++ README.deps ++
--- /var/tmp/diff_new_pack.Qxy1EO/_old  2019-07-29 17:32:13.970111207 +0200
+++ /var/tmp/diff_new_pack.Qxy1EO/_new  2019-07-29 17:32:13.970111207 +0200
@@ -4,5 +4,5 

commit jhbuild for openSUSE:Factory

2019-02-26 Thread root
Hello community,

here is the log from the commit of package jhbuild for openSUSE:Factory checked 
in at 2019-02-26 22:20:18

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


Package is "jhbuild"

Tue Feb 26 22:20:18 2019 rev:39 rq:678977 version:3.30.0~20190220

Changes:

--- /work/SRC/openSUSE:Factory/jhbuild/jhbuild.changes  2019-01-10 
15:23:41.990308192 +0100
+++ /work/SRC/openSUSE:Factory/.jhbuild.new.28833/jhbuild.changes   
2019-02-26 22:21:51.898077573 +0100
@@ -1,0 +2,15 @@
+Thu Feb 21 18:34:49 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.30.0~20190220:
+  + core-deps-latest: WebKitGTK 2.23.91
+  + gnome-apps-latest: hitori has switched to meson
+  + world: Update gst-plugins-ugly module
+  + core-deps-latest: WebKitGTK 2.23.90
+  + core: Make upower use gitlab.fd.o
+  + core: Make GStreamer modules use gitlab.fd.o
+  + core: Add repository definition for gitlab.freedesktop.org
+  + core: Remove geoip module
+  + core: Remove obsolete meson args for totem
+  + gnome-suites-core-latest: gnome-logs uses meson
+
+---

Old:

  jhbuild-3.28.0~20171102.tar.xz

New:

  jhbuild-3.30.0~20190220.tar.xz



Other differences:
--
++ jhbuild.spec ++
--- /var/tmp/diff_new_pack.OwvZt8/_old  2019-02-26 22:21:52.422077387 +0100
+++ /var/tmp/diff_new_pack.OwvZt8/_new  2019-02-26 22:21:52.426077385 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jhbuild
 #
-# 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
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define moduleset 3.22
 Name:   jhbuild
-Version:3.28.0~20171102
+Version:3.30.0~20190220
 Release:0
 Summary:Tool to build GNOME
 License:GPL-2.0-or-later

++ _service ++
--- /var/tmp/diff_new_pack.OwvZt8/_old  2019-02-26 22:21:52.454077375 +0100
+++ /var/tmp/diff_new_pack.OwvZt8/_new  2019-02-26 22:21:52.454077375 +0100
@@ -1,8 +1,8 @@
 
   
-git://git.gnome.org/jhbuild
+https://gitlab.gnome.org/GNOME/jhbuild.git
 git
-3.28.0~%cd
+3.30.0~%cd
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.OwvZt8/_old  2019-02-26 22:21:52.470077369 +0100
+++ /var/tmp/diff_new_pack.OwvZt8/_new  2019-02-26 22:21:52.470077369 +0100
@@ -1,4 +1,6 @@
 
 
 git://git.gnome.org/jhbuild
-  b98e993f89c4cd0527e7b91fd27fb1871be385d6
\ No newline at end of file
+  b98e993f89c4cd0527e7b91fd27fb1871be385d6
+https://gitlab.gnome.org/GNOME/jhbuild.git
+  a8566fcae1c227feb31029f0db448721d7154e36
\ No newline at end of file

++ jhbuild-3.28.0~20171102.tar.xz -> jhbuild-3.30.0~20190220.tar.xz ++
 49419 lines of diff (skipped)




commit jhbuild for openSUSE:Factory

2019-01-10 Thread root
Hello community,

here is the log from the commit of package jhbuild for openSUSE:Factory checked 
in at 2019-01-10 15:23:40

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


Package is "jhbuild"

Thu Jan 10 15:23:40 2019 rev:38 rq:664158 version:3.28.0~20171102

Changes:

--- /work/SRC/openSUSE:Factory/jhbuild/jhbuild.changes  2017-02-03 
17:43:40.206009837 +0100
+++ /work/SRC/openSUSE:Factory/.jhbuild.new.28833/jhbuild.changes   
2019-01-10 15:23:41.990308192 +0100
@@ -1,0 +2,42 @@
+Tue Mar 20 17:06:42 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).
+
+---
+Wed Feb 28 16:33:43 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---
+Thu Nov 02 20:47:58 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 3.28.0~20171102:
+  + gnome-world: Remove libepc.
+  + core-3.28:
+- gvfs now uses meson
+- Build NetworkManager with --disable-ovs
+- Use Meson to build at-spi2-atk
+  + core-deps-3.28:
+- Enable build of libosinfo tests
+- Disable more fwupd backends
+- WebKitGTK+ 2.19.1
+  + 3.28: Move xtrans to -syspeds
+  + world: Tepl now uses GtkSourceView 4
+  + apps-3.28: gnome-recipes depends on gnome-online-accounts
+- Pass --enable-gui to configure: now GUI can be enabled/disabled
+  and since it's disabled by default we must turn it on.
+- Update Url to https://wiki.gnome.org/Projects/Jhbuild: current
+  Jhbuild's project web page.
+- Add conditional use for translation-update-upstream as it's a
+  SLE-only requirement.
+- Drop: 
++ jhbuild-unset-config-site.patch: fixed upstream.
++ %desktop_database_* post(un) scriplets: the functionality is
+  covered by file triggers now.
++ %defattr in '%files lang ...' section as it's not needed.
+- Adopt %make_intall macro use as best practice instead of raw
+  commands.
+
+---

Old:

  jhbuild-3.22.0~20160920.tar.xz
  jhbuild-unset-config-site.patch

New:

  jhbuild-3.28.0~20171102.tar.xz



Other differences:
--
++ jhbuild.spec ++
--- /var/tmp/diff_new_pack.KdJCua/_old  2019-01-10 15:23:42.766307390 +0100
+++ /var/tmp/diff_new_pack.KdJCua/_new  2019-01-10 15:23:42.770307385 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jhbuild
 #
-# 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
@@ -17,29 +17,25 @@
 
 
 %define moduleset 3.22
-
 Name:   jhbuild
-Version:3.22.0~20160920
+Version:3.28.0~20171102
 Release:0
 Summary:Tool to build GNOME
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Tools/Building
-Url:http://live.gnome.org/Jhbuild
+URL:https://wiki.gnome.org/Projects/Jhbuild
 Source0:%{name}-%{version}.tar.xz
 Source1:README.deps
 Source2:sample.jhbuildrc
 Source99:   create-deps.sh
-# PATCH-FIX-UPSTREAM jhbuild-unset-config-site.patch bgo#745223 
apla...@suse.com
-Patch0: jhbuild-unset-config-site.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-common
 BuildRequires:  intltool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  python
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
-Requires:   python-gtk
 # Packages required to pass `jhbuild sanitycheck`
 Requires:   autoconf
 Requires:   automake
@@ -49,13 +45,12 @@
 Requires:   flex
 Requires:   gettext-tools
 Requires:   libtool
+Requires:   python-gtk
 Recommends: %{name}-lang
 Recommends: git-core
 Recommends: patch
 Recommends: subversion
 Suggests:   cvs
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%py_requires
 
 %description
 Jhbuild is a tool used to build the whole GNOME desktop from the
@@ -102,7 +97,7 @@
 ## From bootstrap:
 Recommends: gettext-tools
 Recommends: libtool
-Recommends: pkg-config
+Recommends: pkgconfig
 Recommends: python
 ## System Dependencies as defined by the moduleset configuration
 # only pkg-config deps are auto extracted, as we do not have to
@@ -126,40 +121,32 @@
 translation-update-upstream
 cp %{SOURCE1} .
 cp %{SOURCE2} .

commit jhbuild for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package jhbuild for openSUSE:Factory checked 
in at 2017-02-01 09:53:45

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


Package is "jhbuild"

Changes:

--- /work/SRC/openSUSE:Factory/jhbuild/jhbuild.changes  2016-12-10 
18:28:45.001476289 +0100
+++ /work/SRC/openSUSE:Factory/.jhbuild.new/jhbuild.changes 2017-02-03 
17:43:40.206009837 +0100
@@ -1,0 +2,7 @@
+Mon Jan 30 13:26:09 UTC 2017 - adrien.pla...@suse.com
+
+- Add install time dependencies on the packages required to pass
+  `jhbuild sanitycheck`: autoconf, automake, bison, cvs,
+  docbook-xsl-stylesheets, flex, gettext-tools and libtool.
+
+---



Other differences:
--
++ jhbuild.spec ++
--- /var/tmp/diff_new_pack.INNZ8x/_old  2017-02-03 17:43:40.773929453 +0100
+++ /var/tmp/diff_new_pack.INNZ8x/_new  2017-02-03 17:43:40.777928887 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jhbuild
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -40,6 +40,15 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 Requires:   python-gtk
+# Packages required to pass `jhbuild sanitycheck`
+Requires:   autoconf
+Requires:   automake
+Requires:   bison
+Requires:   cvs
+Requires:   docbook-xsl-stylesheets
+Requires:   flex
+Requires:   gettext-tools
+Requires:   libtool
 Recommends: %{name}-lang
 Recommends: git-core
 Recommends: patch




commit jhbuild for openSUSE:Factory

2016-09-23 Thread h_root
Hello community,

here is the log from the commit of package jhbuild for openSUSE:Factory checked 
in at 2016-09-23 11:38:55

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


Package is "jhbuild"

Changes:

--- /work/SRC/openSUSE:Factory/jhbuild/jhbuild.changes  2016-04-12 
19:34:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.jhbuild.new/jhbuild.changes 2016-09-23 
11:39:15.0 +0200
@@ -1,0 +2,251 @@
+Tue Sep 20 10:36:26 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.22.0~20160920:
+  + 3.22: Move gnome-calendar to core
+  + 3.22: Move gnome-photos to core
+  + 3.22: Move Seahorse to incubator
+  + 3.22: gnome-documents doesn't support srcdir != builddir
+  + 3.22: gnome-photos doesn't support srcdir != builddir
+  + Updated Brazilian Portuguese translation
+  + 3.22: file-roller no longer depends on nautilus
+  + sysdeps-3.22: increment libarchive version
+  + core-deps-3.22: add gnome-autoar
+  + core-3.22: make nautilus depend on gnome-autoar
+  + 3.22: build evolution with gnome-autoar support
+  + 3.22: gtk+ should suggest desktop-file-utils
+  + 3.22: nautilus depends on libselinux
+  + 3.22: gnome-weather has conditional dependency on gnome-world
+  + Revert "3.22: nautilus depends on libselinux"
+  + 3.22: Always build nautilus with --disable-selinux
+  + 3.22: Move e-d-s to core-deps
+  + 3.22: don't remove e-d-s from meta-gnome-extended-devel-
+platform
+  + 3.22: Move gnome-online-accounts to core-deps
+  + core-deps-3.20: WebKitGTK+ 2.12.4
+  + core-deps-3.22: Explicitly disable libavformat support in Gegl
+  + 3.22: update Evolution WebKit dependencies
+  + 3.22: Disable srcdir != builddir for g-o-a
+  + core-deps-3.22: WebKitGTK+ 2.13.90
+  + 3.22: Make gnome-builder build
+  + Add some auxiliary files to .gitignore
+  + docs: add comment about setting buildroot to None
+  + docs: update buildroot documentation
+  + core-3.22: replace nautilus intltool dep with gettext
+  + 3.20: Use the gspell-1-0 branch of gspell
+  + Updated Brazilian Portuguese translation
+  + Updated Czech translation
+  + Updated Czech translation
+  + core-deps-3.20: WebKitGTK+ 2.12.5
+  + 3.22: Disable gnome-user-share on non-systemd systems
+  + Updated Swedish translation
+  + world: Update the location of ostree
+  + Disable builddir != srcdir for ostree
+  + world: Add xdg-desktop-portal and friends
+  + 3.22: update pinyin stack
+  + Updated Polish translation
+  + 3.22: Use the gnome-3-22 branch of gnome-autoar
+  + core-deps-3.22: WebKitGTK+ 2.13.91
+  + Add more options to XGETTEXT_OPTIONS in po/Makevars
+  + 3.22: Fix osinfo-db build
+  + 3.22: Tell osinfo-db to install to system
+  + 3.22: libosinfo depends on osinfo-db-tools
+  + 3.22: Pass correct arg to `make install` of osinfo-db
+  + core-deps-3.22: appstream-glib depends on gtk+, libuuid
+  + core-deps-3.22: WebKitGTK+ 2.13.92
+  + Remove intltool markers from .desktop
+  + Updated Polish translation
+  + Updated Czech translation
+  + Updated Swedish translation
+  + Updated Brazilian Portuguese translation
+  + autotools: Add configure to the error phases for the install
+phase
+  + Updated Korean translation
+  + 3.22: move gnome-code-assistance to deps section of apps
+  + 3.22: add apps missing from -tested
+  + 3.22: Move gnome-documents to correct metamodule
+  + Updated German translation
+  + 3.22: Build glib with --disable-libmount
+  + core-deps-3.22: WebKitGTK+ 2.14.0
+
+---
+Sat Aug 20 10:59:45 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.1~20160819:
+  + 3.20: Use 2.34 branch of gdk-pixbuf
+  + 3.20: Use 3.20 branch of gnome-online-accounts
+  + 3.20: Use gnome-3-20 branch of gnome-logs
+  + 3.20: Use the gnome-3-20 branch of epiphany
+  + 3.20: Use the gnome-3-20 branch of adwaita-icon-theme
+  + 3.20: Use the gnome-3-20 branch of at-spi2-atk
+  + 3.20: Use the gnome-3-20 branch of gtksourceview
+  + 3.20: Use the gnome-3-20 branch of gnome-settings-daemon
+  + 3.20: Use the gnome-3-20 branch of gnome-characters
+  + 3.20: Use the gnome-3-20 branch of robots
+  + 3.20: Use the gnome-3-20 branch of evince
+  + 3.20: Use the gnome-3-20 branch of gnome-nibbles
+  + 3.20: Use the gnome-3-20 branch of baobab
+  + 3.20: Use the gnome-3-20 branch of vinagre
+  + 3.20: Use the gnome-3-20 branch of gnome-maps
+  + core-deps-3.20/3.22: WebKitGTK+ 2.12.1
+  + mono: update to version 4.4.0.122
+  + gtk-sharp is now pointing to master and there is a new
+gtk-sharp-2
+  + 3.22: Since we pass --enable-python3 to libpeas, pygobject is
+mandatory
+  + Revert "3.20: Build vte and gnome-terminal from gnome-3-18"
+  + 3.20: use the gnome-3-20 branch of gnome-terminal
+  + 3.22: build vte and gnome-terminal from master
+  + 3.22: 

commit jhbuild for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package jhbuild for openSUSE:Factory checked 
in at 2016-04-12 19:34:57

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


Package is "jhbuild"

Changes:

--- /work/SRC/openSUSE:Factory/jhbuild/jhbuild.changes  2015-10-12 
10:02:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.jhbuild.new/jhbuild.changes 2016-04-12 
19:34:58.0 +0200
@@ -1,0 +2,366 @@
+Wed Apr 06 22:07:42 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.0~20160406:
+  + world: point to 3.20
+  + apps: gnome-clocks doesnt depend on libnotify since long time
+ago
+  + core: g-c-c and nautilus doesnt depend on libnotify since long
+time ago
+  + 3.20: Keep using GStreamer 1.6 branches
+  + 3.18: Use the gtk-3-18 branch
+  + world: Use 1.6 branch for gst-python
+  + 3.18: Update some branches
+  + core-deps-3.20: fix gobject-introspection python dependency
+  + 3.20: Make cairo a sysdep
+  + 3.20: Get rid of suggests that are causing circular dependency
+issues
+  + world: add gspell
+  + world: update latexila dependencies
+  + Branches are done for my modules.
+  + Oops...
+  + Oops, bis.
+  + Update some sourceforge project links
+  + core-deps-3.20: Really fix libwacom download link
+  + core-deps-3.20: Hold grilo and grilo-plugins on 0.2.x branch
+  + core-deps-3.18/3.20: WebKitGTK+ 2.10.1
+  + 3.18: Polari has branched
+  + core-3.20: gnome-contacts doesnt depend on libnotify
+  + apps-3.20: Upgrade fwudp to 0.5.1
+  + core-deps-3.18/3.20: WebKitGTK+ 2.10.2
+  + 3.18: mutter, gnome-shell + extension have branched
+  + apps: Add m4-common dependency to polari
+  + world: retro-plugins-* don't skip autogen
+  + world: Add retro-plugins-pce
+  + world: Update adress of gnome-games repo
+  + 3.18: GtkSourceView and gedit have branched
+  + 3.20: Target grilo 0.3.x for GNOME 3.20
+  + 3.20: Fix grilo* module definitions
+  + default: switch to build 3.20
+  + 3.20: remove intltool dependency for GtkSourceView
+  + gnome-world: Update retro-gtk dependencies
+  + world: Add libratbag
+  + 3.20: Move fontconfig back to -sysdeps
+  + 3.20: Move itstool to -sysdeps
+  + Remove itstool patch
+  + 3.18: branch modules on gnome-3-18
+  + 3.20: Remove dleyna-renderer
+  + 3.20: Drop gnome-music to gnome-world
+  + 3.20: Add note on why aisleriot is in gnome-world
+  + core-deps-3.18/3.20: WebKitGTK+ 2.10.3
+  + 3.20: Move libgames-support to gnome-apps
+  + 3.20: Refresh Nibbles dependencies
+  + 3.18: Use the 0.30 branch of vala
+  + minor style fix
+  + core-deps-3.20: WebKitGTK+ 2.11.1
+  + 3.20: Move libndp to sysdeps
+  + 3.20: Move lcms2 to -sysdeps
+  + 3.20: Move libpwquality to -sysdeps
+  + 3.20: Move libepoxy to -sysdeps
+  + 3.20: Move libevdev to -sysdeps
+  + 3.20: Move xwayland to -sysdeps
+  + 3.20: Move libXi to -sysdeps
+  + sysid: add a missing space in get_freebsd_info
+  + install-check: Drop as no longer useful and potentially
+dangerous
+  + core-deps-3.18: WebKitGTK+ 2.10.4
+  + 3.18: branch gnome-session
+  + 3.20: update dependencies for the spell checking
+  + modulesets: move gspell from gnome-world to
+gnome-suites-core-deps
+  + 3.20: add wayland-protocols for weston
+  + 3.20: gobject-introspection depends on python2-devel
+  + Updated Czech translation
+  + Updated Czech translation
+  + 3.18: libgusb needs a dependency on libusb1
+  + 3.20: add missing version field to libusb1
+  + 3.18: fix libwacom module path
+  + 3.20: move libusb1 from sysdeps to core-deps
+  + 3.20: libgusb needs a dependency on libusb1
+  + 3.18: Fix lcms2 module path
+  + 3.18: move libusb1 from sysdeps to core-deps
+  + 3.18: move libxml2 from sysdeps to core-deps
+  + 3.18: branch tracker
+  + Fixed typo fron -> from
+  + Czech translation
+  + Add Czech language
+  + core-deps-3.20: WebKitGTK+ 2.11.2
+  + Updated Spanish translation
+  + 3.20: Add wayland-protocols to the gtk+ deps
+  + Revert "3.20: move libusb1 from sysdeps to core-deps"
+  + 3.20: vala provides libvala-0.32.pc now
+  + Revert "3.20: Drop gnome-music to gnome-world"
+  + info: add a --installed option
+  + docs: document the --install option of the info command
+  + 3.20: declare geoclue as a dependency of gnome-weather
+  + Updated Portuguese translation
+  + Updated Polish translation
+  + Updated Czech translation
+  + Updated Czech translation
+  + 3.20: Disable SELinux for Nautilus on non-Linux systems
+  + gtkmm branched for 3.18
+  + Updated Indonesian translation
+  + apps: Remove glu dependency from gnome-chess
+  + 3.18: Track gnome-3-18 for gsettings-desktop-schemas
+  + Updated Spanish translation
+  + Updated Spanish translation
+  + 3.20: update gspell dependencies
+  + Updated Slovenian translation
+  + Updated Swedish translation
+  + world: Switch to 

commit jhbuild for openSUSE:Factory

2015-10-12 Thread h_root
Hello community,

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

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


Package is "jhbuild"

Changes:

--- /work/SRC/openSUSE:Factory/jhbuild/jhbuild.changes  2015-04-05 
02:03:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.jhbuild.new/jhbuild.changes 2015-10-12 
10:02:23.0 +0200
@@ -1,0 +2,217 @@
+Mon Oct 05 19:29:55 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.0~20151004:
+  + core/3.16: Clutter has been branched
+  + Updated Korean translation
+  + Updated Indonesian translation
+  + 3.16: gnome-dictionary was branched
+  + world: Use branch 3.14 of opal and 2.14 of ptlib
+  + 3.16: Rygel branched
+  + world: update gstreamer-vaapi repo to github
+  + 3.16: branch glib-networking
+  + 3.16: branch gvfs
+  + core-deps-3.14: WebKitGTK+ 2.6.6
+  + add support for a  tag, to be used when modulesets
+are moved
+  + core-3.16: Evince branched
+  + world: gnome-2048 depends on libgames-support
+  + update hicolor-icon-theme to 0.15
+  + core-deps-3.16: WebKitGTK+ 2.8.1
+  + core-3.16: mutter, gnome-shell and -extensions branched
+  + apps-3.16: Polari has branched
+  + 3.16: contacts and calendar branched
+  + autotools: Fix XML attribute name for
+‘supports-static-analyzer'
+  + doc: Add documentation for the static analysis feature
+  + 3.16: gedit and gtksourceview branched
+  + add 3.18
+  + 3.18: switch evolution / evolution-data-server to master
+  + gnome-world: remove gnome-flashback
+  + core-deps-3.16: libgweather branched
+  + apps-3.18: update to qqwing 1.3.4
+  + 3.18: Use the master branch of vala
+  + Updated Spanish translation
+  + core-deps-3.18: Use master of clutter
+  + core-3.18: Use master of glib-networking
+  + Updated Brazilian Portuguese translation
+  + 3.18: Add gcr as a dependency of gvfs
+  + 3.14: branch a bunch of modules
+  + 3.16: branch a bunch of modules
+  + world: Add gjs and pygobject as dependencies of gnome-builder
+  + world: Update dependencies for Almanah
+  + Bring back a still-needed patch
+  + 3.16: Branch gobject-introspection
+  + core-deps-3.18: WebKitGTK+ 2.9.1
+  + core-deps-3.16: WebKitGTK+ 2.8.2
+  + 3.16: Remove old libpeas deps
+  + 3.18: Remove old libpeas deps
+  + core-deps-3.16: WebKitGTK+ 2.8.3
+  + core-deps-3.18: WebKitGTK+ 2.9.2
+  + world: Add dependency on appdata-tools to Almanah
+  + jhbuild: Set default tarballdir to ~/.cache/jhbuild/downloads
+  + jhbuild: Define xdg_cache_home as a config variable
+  + Updated Spanish translation
+  + Build WebKit with ld.bfd
+  + Added Portuguese translation
+  + 3.18: Maps requires folks & libgee
+  + 3.18: Update libwacom to latest upstream
+  + epiphany: branch for 3.16
+  + Add fwupd
+  + apps-3.18: gnome-software depends on fwupd
+  + modulesets: add libpeas to gnome-builder dependencies
+  + apps-3.18: gnome-software only depends on fwupd on linux
+  + autotools: restore autoreconf support
+  + world: add vte dependency to gnome-builder
+  + Add randrproto as a dependency of xwayland
+  + core-deps-3.14/3.16/3.18: Remove libxkbcommon autogenargs
+  + environment: Add the default search path to MANPATH on *BSD
+  + Don't crash when the notification service is not available
+  + Delete GNU Texinfo dir file and handle it with a trigger
+  + xml dep_type: reverse check to the path of the docbook XML
+catalog
+  + Updated Spanish translation
+  + Updated Spanish translation
+  + bootstrap: Add m4-common
+  + Updated Slovak translation
+  + Updated Czech translation
+  + Move gnome-builder and uncrustify to gnome-apps
+  + 3.16: branch libsoup
+  + core-deps-3.18: WebKitGTK+ 2.9.3
+  + Yelp now depends on modern WebKit
+  + libgit2: update to version 0.23.0-rc1
+  + Updated Portuguese translation
+  + bootstrap: Update gettext
+  + bootstrap: Update the version of automake
+  + bootstrap: Bump m4
+  + bootstrap: Bump up to autoconf 2.69
+  + bootstrap: Bump up to Python 2.7.10
+  + bootstrap: Bump up pixman to 0.32.6
+  + libgit2: update to version 0.23.0
+  + 3.18: Track GStreamer master (future 1.6)
+  + Revert "libgit2: update to version 0.23.0"
+  + Revert "libgit2: update to version 0.23.0-rc1"
+  + "Tag" libgit2-glib
+  + core-deps-3.16: WebKitGTK+ 2.8.4
+  + gnome-apps-3.18: add phodav
+  + gnome-apps-3.18: spice-gtk with webdav
+  + gnome-apps-3.18: add libgovirt
+  + Updated Slovenian translation
+  + retro-gobject: Use autogen with Vala
+  + retro-gtk: Use autogen with Vala
+  + retro-gtk: Update dependencies
+  + 3.18: Add m4-common as a dependency of various modules
+  + core-deps-3.18: Add missing WebKitGTK+ dependencies
+  + gnome-world: Add gnome-games
+  + gnome-world: Add jsk
+  + gnome-world: retro-gtk add jsk deps
+  + Revert ""Tag" 

commit jhbuild for openSUSE:Factory

2015-04-04 Thread h_root
Hello community,

here is the log from the commit of package jhbuild for openSUSE:Factory checked 
in at 2015-04-05 02:03:47

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


Package is jhbuild

Changes:

--- /work/SRC/openSUSE:Factory/jhbuild/jhbuild.changes  2015-03-30 
19:11:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.jhbuild.new/jhbuild.changes 2015-04-05 
02:03:48.0 +0200
@@ -1,0 +2,9 @@
+Mon Mar 23 13:14:48 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.16.0~20150323:
+  + world: change gitorious url
+  + 3.16: Use the 0.28 branch of vala
+  + 3.16: branch modules
+  + core-deps-3.16: WebKitGTK+ 2.8.0
+
+---

Old:

  jhbuild-3.16.0~20150318.tar.xz

New:

  jhbuild-3.16.0~20150323.tar.xz



Other differences:
--
++ jhbuild.spec ++
--- /var/tmp/diff_new_pack.aaJCSE/_old  2015-04-05 02:03:49.0 +0200
+++ /var/tmp/diff_new_pack.aaJCSE/_new  2015-04-05 02:03:49.0 +0200
@@ -18,7 +18,7 @@
 
 %define moduleset 3.16
 Name:   jhbuild
-Version:3.16.0~20150318
+Version:3.16.0~20150323
 Release:0
 Summary:Tool to build GNOME
 License:GPL-2.0+

++ _servicedata ++
--- /var/tmp/diff_new_pack.aaJCSE/_old  2015-04-05 02:03:49.0 +0200
+++ /var/tmp/diff_new_pack.aaJCSE/_new  2015-04-05 02:03:49.0 +0200
@@ -1,4 +1,4 @@
 servicedata
 service name=tar_scm
 param name=urlgit://git.gnome.org/jhbuild/param
-  param 
name=changesrevisionad7513fbf2bddbe5cb9786dbf3e91ec9d9dd9921/param/service/servicedata
\ No newline at end of file
+  param 
name=changesrevisiondce2b13b4c78cf98019daa9b10439b4cf213c1ca/param/service/servicedata
\ No newline at end of file

++ jhbuild-3.16.0~20150318.tar.xz - jhbuild-3.16.0~20150323.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jhbuild-3.16.0~20150318/modulesets/gnome-apps-3.16.modules 
new/jhbuild-3.16.0~20150323/modulesets/gnome-apps-3.16.modules
--- old/jhbuild-3.16.0~20150318/modulesets/gnome-apps-3.16.modules  
2015-03-18 22:29:33.0 +0100
+++ new/jhbuild-3.16.0~20150323/modulesets/gnome-apps-3.16.modules  
2015-03-23 14:14:47.0 +0100
@@ -58,7 +58,7 @@
   /autotools
 
   autotools id=bijiben
-branch/
+branch revision=gnome-3-16/
 dependencies
   dep package=appstream-glib/
   dep package=tracker/
@@ -340,7 +340,7 @@
   /autotools
 
   autotools id=gdl
-branch/
+branch revision=gnome-3-16/
 dependencies
   dep package=intltool/
   dep package=librsvg/
@@ -417,7 +417,7 @@
   /autotools
 
   autotools id=gnome-documents
-branch/
+branch revision=gnome-3-16/
 dependencies
   dep package=evince/
   dep package=gjs/
@@ -538,7 +538,7 @@
 !-- Featured Apps --
 
   autotools id=anjuta
-branch/
+branch revision=gnome-3-16/
 dependencies
   dep package=intltool/
   dep package=glib/
@@ -582,7 +582,7 @@
   /autotools
 
   autotools id=evolution autogenargs=--disable-autoar --disable-libcryptui 
--disable-pst-import
-branch/
+branch revision=gnome-3-16/
 dependencies
   dep package=atk/
   dep package=bogofilter/
@@ -856,7 +856,7 @@
   /autotools
 
   autotools id=gnome-nibbles
-branch/
+branch revision=gnome-3-16/
 dependencies
   dep package=appstream-glib/
   dep package=intltool/
@@ -907,7 +907,7 @@
   /autotools
 
   autotools id=gnome-photos
-branch/
+branch revision=gnome-3-16/
 dependencies
   dep package=gegl/
   dep package=cairo/
@@ -939,7 +939,7 @@
   /autotools
 
   autotools id=gnome-sudoku
-branch/
+branch revision=gnome-3-16/
 dependencies
   dep package=appstream-glib/
   dep package=c++/
@@ -1122,7 +1122,7 @@
   /autotools
 
   autotools id=orca
-branch/
+branch revision=gnome-3-16/
 dependencies
   dep package=gtk+/
   dep package=at-spi2-atk/ !-- to make Orca's gui accessible --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jhbuild-3.16.0~20150318/modulesets/gnome-suites-core-3.16.modules 
new/jhbuild-3.16.0~20150323/modulesets/gnome-suites-core-3.16.modules
--- old/jhbuild-3.16.0~20150318/modulesets/gnome-suites-core-3.16.modules   
2015-03-18 22:29:33.0 +0100
+++ new/jhbuild-3.16.0~20150323/modulesets/gnome-suites-core-3.16.modules   
2015-03-23 14:14:47.0 +0100
@@ -70,7 +70,7 @@
 if condition-set=freebsd
   autogenargs value=DB_CFLAGS=-I/usr/local/include/db5 
DB_LIBS=-ldb-5.3/
 /if
-branch/
+branch 

commit jhbuild for openSUSE:Factory

2015-03-30 Thread h_root
Hello community,

here is the log from the commit of package jhbuild for openSUSE:Factory checked 
in at 2015-03-30 19:11:46

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


Package is jhbuild

Changes:

--- /work/SRC/openSUSE:Factory/jhbuild/jhbuild.changes  2015-03-01 
14:46:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.jhbuild.new/jhbuild.changes 2015-03-30 
19:11:47.0 +0200
@@ -1,0 +2,46 @@
+Wed Mar 18 21:29:33 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.16.0~20150318:
+  + Updated Swedish translation
+  + core-deps-3.16: WebKitGTK+ 2.7.91
+  + core-deps-3.16: Fix geoip tarball location and upgrade to 1.6.5
+  + core-deps-3.16: Upgrade ibus to 1.5.10
+  + 3.16: Move ibus-hangul to sysdeps
+  + 3.16: Move anthy to -sysdeps
+  + 3.16: Move pyzy to -sysdeps
+  + sysdeps-3.16: Remove sqlite-bin, no package depends on it
+  + 3.16: Move sbc to -sysdeps
+  + 3.16: Move js24 to -sysdeps
+  + core-deps-3.16: ATK doesnt depend on gnome-common anymore
+  + gnome-apps-3.16: update spice-gtk to 0.28
+  + gnome-apps-3.16: fix spice-gtk 0.28 sha256
+  + core-3.16: g-o-a now requires WebKit2
+  + core-deps-3.16: Add a patch for WebKit
+  + gnome-apps-3.16: Make explicit g-i-s's dep on WebKit
+  + Update Sound Juicer dependencies
+  + core-3.16: compile Empathy with --enable-goa=no
+  + Revert core-3.16: compile Empathy with --enable-goa=no
+  + core-deps-3.16: uhttpmock is now on github
+  + core-deps-3.16: Update ibus-anthy to latest stable (1.5.6)
+  + sysdeps-3.16: Add libpinyin
+  + core-deps-3.16: Add ibus-libpinyin
+  + core-3.16: Use ibus-libpinyin instead ibus-pinyin
+  + 3.16: Do not build ibus-pinyin
+  + core-deps-3.16: Remove old ibus tarball repo
+  + sysdeps-3.16: Add libhangul
+  + 3.16: Build latest ibus-hangul (1.5.0) from tarball
+  + Added Bosnian translation
+  + sysdeps-3.16: Give up on installing python-rdflib
+  + core-deps-3.16: Fix hash value for ibus-libpinyin
+  + Updated Spanish translation
+  + core-deps-3.16: add gcab
+  + core-deps-3.16: build gcab from git
+  + core-deps-3.16: WebKitGTK+ 2.7.92
+  + 3.16: Use the glib-2-44 branch
+  + 3.16: Use the gtk-3-16 branch
+  + distribute $(sitecustomize_DATA)
+  + fix mostly minor XML validation errors
+  + release: 3.15.92
+  + fill NEWS file
+
+---

Old:

  jhbuild-3.16.0~20150225.tar.xz

New:

  jhbuild-3.16.0~20150318.tar.xz



Other differences:
--
++ jhbuild.spec ++
--- /var/tmp/diff_new_pack.xfjBrb/_old  2015-03-30 19:11:48.0 +0200
+++ /var/tmp/diff_new_pack.xfjBrb/_new  2015-03-30 19:11:48.0 +0200
@@ -18,7 +18,7 @@
 
 %define moduleset 3.16
 Name:   jhbuild
-Version:3.16.0~20150225
+Version:3.16.0~20150318
 Release:0
 Summary:Tool to build GNOME
 License:GPL-2.0+

++ _servicedata ++
--- /var/tmp/diff_new_pack.xfjBrb/_old  2015-03-30 19:11:48.0 +0200
+++ /var/tmp/diff_new_pack.xfjBrb/_new  2015-03-30 19:11:48.0 +0200
@@ -1,4 +1,4 @@
 servicedata
 service name=tar_scm
 param name=urlgit://git.gnome.org/jhbuild/param
-  param 
name=changesrevision3f42bd1310ee0f4020247cda78b03d344205/param/service/servicedata
\ No newline at end of file
+  param 
name=changesrevisionad7513fbf2bddbe5cb9786dbf3e91ec9d9dd9921/param/service/servicedata
\ No newline at end of file

++ jhbuild-3.16.0~20150225.tar.xz - jhbuild-3.16.0~20150318.tar.xz ++
 5699 lines of diff (skipped)




commit jhbuild for openSUSE:Factory

2015-03-01 Thread h_root
Hello community,

here is the log from the commit of package jhbuild for openSUSE:Factory checked 
in at 2015-03-01 14:46:51

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


Package is jhbuild

Changes:

--- /work/SRC/openSUSE:Factory/jhbuild/jhbuild.changes  2014-05-05 
21:18:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.jhbuild.new/jhbuild.changes 2015-03-01 
14:46:57.0 +0100
@@ -1,0 +2,18 @@
+Thu Feb 26 16:59:13 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.16.0~20150225:
+  + sysdeps-3.16: add libssh
+  + apps-3.16: libgit2 should be built with SSH support
+  + sysdeps-3.16: fixup for libssh
+  + sysdeps-3.16: another fixup for libssh
+  + gnome-world: remove some CVS modules
+  + cvs: don't write empty passwords to ~/.cvspass
+  + 3.16: rename libssh to libssh2
+  + triggers: fix LiteralMatch vs REMatch problems
+  + Switch cogl branch to 1.20
+  + Updated Greek translation
+- Add create-deps.sh: Extract dependencies from the provided
+  modulesets. Version specified by moduleset defines (currently set
+  to be 3.16).
+
+---

Old:

  jhbuild-3.12.0.tar.xz

New:

  _service
  _servicedata
  create-deps.sh
  jhbuild-3.16.0~20150225.tar.xz



Other differences:
--
++ jhbuild.spec ++
--- /var/tmp/diff_new_pack.nqJtv0/_old  2015-03-01 14:46:57.0 +0100
+++ /var/tmp/diff_new_pack.nqJtv0/_new  2015-03-01 14:46:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jhbuild
 #
-# 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
@@ -16,17 +16,20 @@
 #
 
 
+%define moduleset 3.16
 Name:   jhbuild
-Version:3.12.0
+Version:3.16.0~20150225
 Release:0
 Summary:Tool to build GNOME
 License:GPL-2.0+
 Group:  Development/Tools/Building
 Url:http://live.gnome.org/Jhbuild
-Source0:
http://download.gnome.org/sources/jhbuild/3.12/%{name}-%{version}.tar.xz
+Source0:%{name}-%{version}.tar.xz
 Source1:README.deps
 Source2:sample.jhbuildrc
+Source99:   create-deps.sh
 BuildRequires:  fdupes
+BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  pkg-config
 BuildRequires:  python
@@ -34,16 +37,13 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 Requires:   python-gtk
+Recommends: %{name}-lang
 Recommends: git-core
 Recommends: patch
 Recommends: subversion
 Suggests:   cvs
-Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %py_requires
-%if %suse_version = 1110
-%define python_sitelib %{py_sitedir}
-%endif
 
 %description
 Jhbuild is a tool used to build the whole GNOME desktop from the
@@ -54,140 +54,85 @@
 Summary:Recommended dependencies to use jhbuild
 Group:  Development/Tools/Building
 Requires:   %{name} = %{version}
+# Manual extracted deps from moduleset-3.16
+Requires:   bison
+Requires:   cmake
+Requires:   cracklib-devel
+Requires:   cups-devel
+Requires:   db-devel
+Requires:   doxygen
+Requires:   flex
+Requires:   font-util
+Requires:   gettext-tools
+Requires:   gperf
+Requires:   intltool
+Requires:   libacl-devel
+Requires:   libcap-devel
+Requires:   libiw-devel
+Requires:   libtiff-devel
+Requires:   libwebp-devel
+Requires:   libyaml-devel
+Requires:   makeinfo
+Requires:   mpfr-devel
+Requires:   pam-devel
+Requires:   ppp-devel
+Requires:   python-libxml2
+Requires:   python-rdflib
+Requires:   ragel
+Requires:   raptor
+Requires:   sqlite
+Requires:   xmlto
+Recommends: autoconf
+Recommends: automake
 # Note: the order is order in jhbuild moduleset files
 ## Compilers
 Recommends: gcc-c++
 ## From bootstrap:
 Recommends: gettext-tools
-Recommends: autoconf
 Recommends: libtool
-Recommends: automake
 Recommends: pkg-config
 Recommends: python
-Recommends: guile
-## From external dependencies:
-# skipping libdaemon-devel: only needed to build avahi
-# should bring all of avahi
-Recommends: libavahi-gobject-devel
-# skipping libpixman-1-0-devel: only needed to build cairo
-Recommends: cairo-devel
-Recommends: cairomm-devel
-Recommends: clutter-devel
-Recommends: clutter-gtk-devel
-Recommends: dbus-1-devel
-Recommends: dbus-1-glib-devel
-Recommends: dbus-1-python-devel

commit jhbuild for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package jhbuild for openSUSE:Factory checked 
in at 2013-11-27 15:30:46

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


Package is jhbuild

Changes:

--- /work/SRC/openSUSE:Factory/jhbuild/jhbuild.changes  2012-12-14 
09:24:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.jhbuild.new/jhbuild.changes 2013-11-27 
15:30:47.0 +0100
@@ -1,0 +2,34 @@
+Sat Nov 23 23:53:38 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.0:
+  + Bugs fixed: bgo#644643, bgo#654582, bgo#656081, bgo#668368,
+bgo#670240, bgo#681342, bgo#681344, bgo#682104, bgo#682262,
+bgo#682951, bgo#683374, bgo#683408, bgo#683416, bgo#683566,
+bgo#683624, bgo#683639, bgo#683832, bgo#683846, bgo#683848,
+bgo#684205, bgo#684335, bgo#684652, bgo#684796, bgo#684878,
+bgo#684883, bgo#684908, bgo#685042, bgo#685149, bgo#685150,
+bgo#685264, bgo#685268, bgo#685335, bgo#685337, bgo#685348,
+bgo#685349, bgo#685350, bgo#685351, bgo#685489, bgo#686019,
+bgo#686906, bgo#687203, bgo#687272, bgo#687403, bgo#687601,
+bgo#687692, bgo#687699, bgo#687715, bgo#687716, bgo#687720,
+bgo#687743, bgo#687814, bgo#687837, bgo#687891, bgo#688011,
+bgo#688062, bgo#688075, bgo#688119, bgo#688696, bgo#688828,
+bgo#688846, bgo#688872, bgo#689010, bgo#689011, bgo#689194,
+bgo#689196, bgo#689226, bgo#689227, bgo#689228, bgo#689507,
+bgo#689755, bgo#690103, bgo#691395, bgo#691407, bgo#691408,
+bgo#691412, bgo#692390, bgo#692565, bgo#692675, bgo#692709,
+bgo#692825, bgo#693451, bgo#693729, bgo#693788, bgo#694452,
+bgo#694466, bgo#694527, bgo#694900, bgo#695271, bgo#695751,
+bgo#696081, bgo#696082, bgo#696144, bgo#696184, bgo#696294,
+bgo#696784, bgo#696887, bgo#697818, bgo#697875, bgo#697925,
+bgo#698108, bgo#698684, bgo#699928, bgo#699931, bgo#699936,
+bgo#699938, bgo#700475, bgo#700557, bgo#700731, bgo#700834,
+bgo#701051, bgo#701059, bgo#701147, bgo#701181, bgo#701776,
+bgo#701868, bgo#702020, bgo#702065, bgo#702603, bgo#702682,
+bgo#702776, bgo#702777, bgo#702805, bgo#702830, bgo#703633,
+bgo#703698, bgo#703954, bgo#704768, bgo#705136, bgo#705496,
+bgo#705996, bgo#706497, bgo#706518, bgo#707009, bgo#707174,
+bgo#707561, bgo#707843, bgo#708376, bgo#709019, bgo#710569,
+bgo#712147, bgo#712150, bgo#712305, bgo#712312.
+
+---

Old:

  jhbuild-3.5.91.tar.xz

New:

  jhbuild-3.10.0.tar.xz



Other differences:
--
++ jhbuild.spec ++
--- /var/tmp/diff_new_pack.bLS5H4/_old  2013-11-27 15:30:48.0 +0100
+++ /var/tmp/diff_new_pack.bLS5H4/_new  2013-11-27 15:30:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jhbuild
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,13 +17,13 @@
 
 
 Name:   jhbuild
-Version:3.5.91
+Version:3.10.0
 Release:0
 Summary:Tool to build GNOME
 License:GPL-2.0+
 Group:  Development/Tools/Building
 Url:http://live.gnome.org/Jhbuild
-Source0:
http://download.gnome.org/sources/jhbuild/3.5/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/jhbuild/3.10/%{name}-%{version}.tar.xz
 Source1:README.deps
 Source2:sample.jhbuildrc
 BuildRequires:  fdupes

++ jhbuild-3.5.91.tar.xz - jhbuild-3.10.0.tar.xz ++
 106490 lines of diff (skipped)

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



commit jhbuild for openSUSE:Factory

2012-12-14 Thread h_root
Hello community,

here is the log from the commit of package jhbuild for openSUSE:Factory checked 
in at 2012-12-14 09:24:37

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


Package is jhbuild, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/jhbuild/jhbuild.changes  2012-09-25 
13:42:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.jhbuild.new/jhbuild.changes 2012-12-14 
09:24:40.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec  9 14:03:54 UTC 2012 - dims...@opensuse.org
+
+- Add patch recommends: several upstream scripts might require some
+  patches to be applied (bnc#626149).
+
+---



Other differences:
--
++ jhbuild.spec ++
--- /var/tmp/diff_new_pack.skTKbW/_old  2012-12-14 09:24:42.0 +0100
+++ /var/tmp/diff_new_pack.skTKbW/_new  2012-12-14 09:24:42.0 +0100
@@ -35,6 +35,7 @@
 BuildRequires:  yelp-tools
 Requires:   python-gtk
 Recommends: git-core
+Recommends: patch
 Recommends: subversion
 Suggests:   cvs
 Recommends: %{name}-lang


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



commit jhbuild for openSUSE:Factory

2012-05-03 Thread h_root
Hello community,

here is the log from the commit of package jhbuild for openSUSE:Factory checked 
in at 2012-05-03 10:57:18

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


Package is jhbuild, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/jhbuild/jhbuild.changes  2011-10-13 
12:30:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.jhbuild.new/jhbuild.changes 2012-05-03 
10:57:37.0 +0200
@@ -1,0 +2,29 @@
+Wed Apr 18 21:18:37 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.4.0:
+  + Use parallel make by default.
+  + Remove arch support.
+  + Use new documentation infrastructure.
+  + Many updates to modulesets.
+  + Bugs fixed: bgo#634985, bgo#650533, bgo#654555, bgo#654686,
+bgo#654872, bgo#655164, bgo#655688, bgo#656399, bgo#656789,
+bgo#658601, bgo#660939, bgo#661010, bgo#661367, bgo#661412,
+bgo#661533, bgo#661641, bgo#661848, bgo#662392, bgo#662928,
+bgo#663003, bgo#663189, bgo#663255, bgo#663839, bgo#664154,
+bgo#664230, bgo#664231, bgo#664304, bgo#664796, bgo#665030,
+bgo#665499, bgo#666425, bgo#666546, bgo#666577, bgo#668107,
+bgo#668368, bgo#668434, bgo#668879, bgo#669205, bgo#669437,
+bgo#669475, bgo#669589, bgo#669658, bgo#669750, bgo#669953,
+bgo#669956, bgo#670094, bgo#670123, bgo#670127, bgo#670154,
+bgo#670343, bgo#670349, bgo#670533, bgo#670625, bgo#670698,
+bgo#670774, bgo#670799, bgo#670801, bgo#670917, bgo#670940,
+bgo#670943, bgo#670993, bgo#671162, bgo#671217, bgo#671226,
+bgo#671353, bgo#671365, bgo#671460, bgo#671634, bgo#671697,
+bgo#671700, bgo#671789, bgo#671891, bgo#672172, bgo#672206,
+bgo#672266, bgo#672634, bgo#673950, bgo#673957, bgo#673994,
+bgo#673999, bgo#674007.
+  + Updated translations.
+- Replace gnome-doc-utils-devel with yelp-tools-devel, following
+  upstream change.
+
+---

Old:

  jhbuild-3.2.1.tar.bz2

New:

  jhbuild-3.4.0.tar.xz



Other differences:
--
++ jhbuild.spec ++
--- /var/tmp/diff_new_pack.W4zcor/_old  2012-05-03 10:57:38.0 +0200
+++ /var/tmp/diff_new_pack.W4zcor/_new  2012-05-03 10:57:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jhbuild
 #
-# 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
@@ -16,24 +16,23 @@
 #
 
 
-
 Name:   jhbuild
+Version:3.4.0
+Release:0
+Summary:Tool to build GNOME
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:3.2.1
-Release:1
-Summary:Tool to build GNOME
 Url:http://live.gnome.org/Jhbuild
-Source0:
http://download.gnome.org/sources/jhbuild/3.2/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/jhbuild/3.4/%{name}-%{version}.tar.xz
 Source1:README.deps
 Source2:sample.jhbuildrc
 BuildRequires:  fdupes
-BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  pkg-config
 BuildRequires:  python
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
 Requires:   python-gtk
 Recommends: git-core
 Recommends: subversion
@@ -52,7 +51,6 @@
 
 %package recommended-deps
 Summary:Recommended dependencies to use jhbuild
-License:GPL-2.0+
 Group:  Development/Tools/Building
 Requires:   %{name} = %{version}
 # Note: the order is order in jhbuild moduleset files

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



commit jhbuild for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package jhbuild for openSUSE:Factory checked 
in at 2011-12-06 18:20:41

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


Package is jhbuild, Maintainer is 

Changes:




Other differences:
--
++ jhbuild.spec ++
--- /var/tmp/diff_new_pack.u7RTSD/_old  2011-12-06 18:35:57.0 +0100
+++ /var/tmp/diff_new_pack.u7RTSD/_new  2011-12-06 18:35:57.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   jhbuild
-License:GPLv2+
+License:GPL-2.0+
 Group:  Development/Tools/Building
 Version:3.2.1
 Release:1
@@ -52,7 +52,7 @@
 
 %package recommended-deps
 Summary:Recommended dependencies to use jhbuild
-License:GPLv2+
+License:GPL-2.0+
 Group:  Development/Tools/Building
 Requires:   %{name} = %{version}
 # Note: the order is order in jhbuild moduleset files

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



commit jhbuild for openSUSE:Factory

2011-10-13 Thread h_root

Hello community,

here is the log from the commit of package jhbuild for openSUSE:Factory
checked in at Thu Oct 13 12:23:10 CEST 2011.




--- openSUSE:Factory/jhbuild/jhbuild.changes2011-10-02 10:13:04.0 
+0200
+++ jhbuild/jhbuild.changes 2011-10-12 15:22:04.0 +0200
@@ -1,0 +2,10 @@
+Sat Oct  8 23:48:56 CEST 2011 - zai...@opensuse.org
+
+- Update to version 3.2.1:
+  + Bugs fixed:
+- bgo#653050, jhbuild make command.
+- bgo#648990, bgo#654701, bgo#655164, bgo#655417, bgo#660455,
+  bgo#660527, bgo#660853, bgo#660939, bgo#660995, bgo#661010.
+  + Updated translations.
+  
+---

calling whatdependson for head-i586


Old:

  jhbuild-3.2.0.tar.bz2

New:

  jhbuild-3.2.1.tar.bz2



Other differences:
--
++ jhbuild.spec ++
--- /var/tmp/diff_new_pack.tpBKFp/_old  2011-10-13 12:23:03.0 +0200
+++ /var/tmp/diff_new_pack.tpBKFp/_new  2011-10-13 12:23:03.0 +0200
@@ -20,7 +20,7 @@
 Name:   jhbuild
 License:GPLv2+
 Group:  Development/Tools/Building
-Version:3.2.0
+Version:3.2.1
 Release:1
 Summary:Tool to build GNOME
 Url:http://live.gnome.org/Jhbuild

++ jhbuild-3.2.0.tar.bz2 - jhbuild-3.2.1.tar.bz2 ++
 29753 lines of diff (skipped)

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



commit jhbuild for openSUSE:Factory

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package jhbuild for openSUSE:Factory
checked in at Thu May 12 08:51:13 CEST 2011.




--- GNOME/jhbuild/jhbuild.changes   2011-02-17 10:31:43.0 +0100
+++ /mounts/work_src_done/STABLE/jhbuild/jhbuild.changes2011-02-20 
09:33:50.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb 20 09:33:18 CET 2011 - vu...@opensuse.org
+
+- Add source-highlight Recommends to recommended-deps subpackage:
+  it's useful with gtk-doc.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ jhbuild.spec ++
--- /var/tmp/diff_new_pack.Yf8tqC/_old  2011-05-12 08:49:53.0 +0200
+++ /var/tmp/diff_new_pack.Yf8tqC/_new  2011-05-12 08:49:53.0 +0200
@@ -15,14 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   jhbuild
 License:GPLv2+
 Group:  Development/Tools/Building
 Version:2.32.4
-Release:8
+Release:9
 Summary:Tool to build GNOME
 Url:http://live.gnome.org/Jhbuild
 Source0:
http://download.gnome.org/sources/jhbuild/2.27/%{name}-%{version}.tar.bz2
@@ -145,6 +144,8 @@
 Recommends: pam-devel
 ## Other useful stuff:
 Recommends: NetworkManager-devel
+# Helps gtk-doc build better docs
+Recommends: source-highlight
 
 %description recommended-deps
 Jhbuild is a tool used to build the whole GNOME desktop from the






Remember to have fun...

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