Hello community,

here is the log from the commit of package gitg for openSUSE:Factory checked in 
at 2020-04-23 18:30:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gitg (Old)
 and      /work/SRC/openSUSE:Factory/.gitg.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gitg"

Thu Apr 23 18:30:49 2020 rev:54 rq:795182 version:3.32.1+246

Changes:
--------
--- /work/SRC/openSUSE:Factory/gitg/gitg.changes        2020-01-27 
20:16:36.696492268 +0100
+++ /work/SRC/openSUSE:Factory/.gitg.new.2738/gitg.changes      2020-04-23 
18:30:56.808146180 +0200
@@ -1,0 +2,16 @@
+Thu Apr 16 22:21:16 UTC 2020 - bjorn....@gmail.com
+
+- Update to version 3.32.1+246:
+  + Fix libgitg compile on macOS
+  + Fixup! Honor prepare-commit-msg hook
+  + Various bug and feature fixes.
+  + Updated translations.
+- Switch to git checkout via source services.
+- Drop gitg-port-to-gtksourceview4.patch: Fixed upstream.
+- Replace pkgconfig(gtkspell3-3.0) with pkgconfig(gspell-1)
+  BuildRequires following upstreams port.
+- Add check section and pass meson_test macro: Run test-suite
+  during build.
+- Rebase/refresh patch with quilt.
+
+-------------------------------------------------------------------

Old:
----
  gitg-3.32.1.tar.xz
  gitg-port-to-gtksourceview4.patch

New:
----
  _service
  _servicedata
  gitg-3.32.1+246.obscpio
  gitg.obsinfo

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gitg.spec ++++++
--- /var/tmp/diff_new_pack.zS1LIS/_old  2020-04-23 18:30:58.136148721 +0200
+++ /var/tmp/diff_new_pack.zS1LIS/_new  2020-04-23 18:30:58.140148728 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gitg
 #
-# 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
@@ -17,18 +17,16 @@
 
 
 Name:           gitg
-Version:        3.32.1
+Version:        3.32.1+246
 Release:        0
 Summary:        Git repository viewer
 License:        GPL-2.0-or-later
 Group:          Development/Tools/Version Control
 URL:            https://wiki.gnome.org/Apps/Gitg
-Source0:        
https://download.gnome.org/sources/gitg/3.32/%{name}-%{version}.tar.xz
+Source0:        %{name}-%{version}.tar.xz
 
 # PATCH-FIX-OPENSUSE gitg-typelib-dependencies.patch dims...@opensuse.org -- 
Change the way we add library dependencies to .typelibs. openSUSE requires a 
full library name, incl. version
 Patch0:         gitg-typelib-dependencies.patch
-# PATCH-FIX-UPSTREAM gitg-port-to-gtksourceview4.patch -- Port to 
gtksourceview4
-Patch1:         gitg-port-to-gtksourceview4.patch
 
 BuildRequires:  fdupes
 BuildRequires:  meson
@@ -41,9 +39,9 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.38
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.10.1
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
+BuildRequires:  pkgconfig(gspell-1) >= 1.8.1
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.0
 BuildRequires:  pkgconfig(gtksourceview-4) >= 4.0.3
-BuildRequires:  pkgconfig(gtkspell3-3.0) >= 3.0.3
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libdazzle-1.0)
 BuildRequires:  pkgconfig(libgit2-glib-1.0) >= 0.27.7
@@ -161,6 +159,9 @@
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_datadir}
 
+%check
+%meson_test
+
 %post -n libgitg-1_0-0 -p /sbin/ldconfig
 %postun -n libgitg-1_0-0 -p /sbin/ldconfig
 %post -n libgitg-ext-1_0-0 -p /sbin/ldconfig

++++++ _service ++++++
<services>
  <service name="obs_scm" mode="disabled">
    <param name="scm">git</param>
    <param name="url">https://gitlab.gnome.org/GNOME/gitg.git</param>
    <param name="revision">master</param>
    <param name="versionformat">3.32.1+@TAG_OFFSET@</param>
    <param name="versionrewrite-pattern">v(.*)</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled" />
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://gitlab.gnome.org/GNOME/gitg.git</param>
              <param 
name="changesrevision">67f5cd6925e8bf1e4c7e5b65fe9370c2cdd1d273</param></service></servicedata>++++++
 gitg-typelib-dependencies.patch ++++++
--- /var/tmp/diff_new_pack.zS1LIS/_old  2020-04-23 18:30:58.208148859 +0200
+++ /var/tmp/diff_new_pack.zS1LIS/_new  2020-04-23 18:30:58.208148859 +0200
@@ -1,7 +1,7 @@
-Index: gitg-3.30.1/libgitg-ext/meson.build
+Index: gitg-3.32.1+246/libgitg-ext/meson.build
 ===================================================================
---- gitg-3.30.1.orig/libgitg-ext/meson.build
-+++ gitg-3.30.1/libgitg-ext/meson.build
+--- gitg-3.32.1+246.orig/libgitg-ext/meson.build
++++ gitg-3.32.1+246/libgitg-ext/meson.build
 @@ -114,7 +114,7 @@ endif
  custom_target(
    libgitg_ext_typelib_name,
@@ -11,11 +11,11 @@
    depends: [
      libgitg,
      libgitg_ext,
-Index: gitg-3.30.1/libgitg/meson.build
+Index: gitg-3.32.1+246/libgitg/meson.build
 ===================================================================
---- gitg-3.30.1.orig/libgitg/meson.build
-+++ gitg-3.30.1/libgitg/meson.build
-@@ -167,7 +167,7 @@ pkg.generate(
+--- gitg-3.32.1+246.orig/libgitg/meson.build
++++ gitg-3.32.1+246/libgitg/meson.build
+@@ -170,7 +170,7 @@ pkg.generate(
  custom_target(
    libgitg_typelib_name,
    output: libgitg_typelib_name,

++++++ gitg.obsinfo ++++++
name: gitg
version: 3.32.1+246
mtime: 1585577238
commit: 67f5cd6925e8bf1e4c7e5b65fe9370c2cdd1d273


Reply via email to