Hello community,

here is the log from the commit of package gitg for openSUSE:Factory checked in 
at 2015-02-06 10:23:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gitg (Old)
 and      /work/SRC/openSUSE:Factory/.gitg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gitg"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gitg/gitg.changes        2015-01-30 
17:49:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gitg.new/gitg.changes   2015-02-06 
10:24:00.000000000 +0100
@@ -1,0 +2,16 @@
+Thu Feb 05 13:30:19 UTC 2015 - [email protected]
+
+- Update to version v3.14.1+1422055285:
+  + Improve search.
+  + Do not ignore submodules for checking index.
+  + Bump libgit2-glib to 0.22.0.
+  + Fix api breaks from libgit2-glib.
+  + Updated translations.
+- Drop gitg-Show-correct-header-bars-buttons.patch: fixed upstream.
+- Introduce build_from_vcs defines, currently set to 1, to easily
+  switch between git snapshots and released tarballs. Based on this
+  condition, add gnome-common BuildRequires and call to autogen.sh.
+- Add pkgconfig(libsecret-1) BuildRequires: new dependency.
+- Drop hack to fixup .gir file: no longer needed.
+
+-------------------------------------------------------------------

Old:
----
  gitg-3.14.1.tar.xz
  gitg-Show-correct-header-bars-buttons.patch

New:
----
  _service
  _servicedata
  gitg-3.4.1+1422055285.tar.xz

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

Other differences:
------------------
++++++ gitg.spec ++++++
--- /var/tmp/diff_new_pack.MFxJMZ/_old  2015-02-06 10:24:01.000000000 +0100
+++ /var/tmp/diff_new_pack.MFxJMZ/_new  2015-02-06 10:24:01.000000000 +0100
@@ -16,16 +16,23 @@
 #
 
 
+# Easy toggle to switch between git snapshots and real releases
+%define build_from_vcs 1
+
 Name:           gitg
-Version:        3.14.1
+Version:        3.4.1+1422055285
 Release:        0
 Summary:        Git repository viewer
 License:        GPL-2.0+
 Group:          Development/Tools/Version Control
 Url:            http://trac.novowork.com/gitg/
+# We switched to a source service for now
+%if %{build_from_vcs}
+Source0:        %{name}-%{version}.tar.xz
+BuildRequires:  gnome-common
+%else
 Source0:        
http://download.gnome.org/sources/gitg/3.14/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gitg-Show-correct-header-bars-buttons.patch 
[email protected] -- Show the correct header bars buttons depending on the 
state. Patch from upstream git, stable branch.
-Patch0:         gitg-Show-correct-header-bars-buttons.patch
+%endif
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -40,9 +47,10 @@
 BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.10
 BuildRequires:  pkgconfig(gtkspell3-3.0) >= 3.0.3
 BuildRequires:  pkgconfig(json-glib-1.0)
-BuildRequires:  pkgconfig(libgit2-glib-1.0) >= 0.0.20
+BuildRequires:  pkgconfig(libgit2-glib-1.0) >= 0.22.0
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.5.0
 BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.5.0
+BuildRequires:  pkgconfig(libsecret-1)
 BuildRequires:  pkgconfig(pygobject-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(webkit2gtk-4.0) >= 2.2
 Recommends:     %{name}-lang
@@ -131,12 +139,12 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
-# Fixup build with WebKit2-4.0 see bgo#735299
-sed -i 's:include name="WebKit2" version="3.0":include name="WebKit2" 
version="4.0":' Gitg-1.0.gir
 translation-update-upstream
 
 %build
+%if %{build_from_vcs}
+./autogen.sh
+%endif
 %configure --disable-static \
         --enable-glade-catalog \
         --disable-maintainer-mode

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">https://git.gnome.org/browse/gitg</param>
    <param name="scm">git</param>
    <param name="versionformat">3.4.1+%ct</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service name="recompress" mode="disabled">
    <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://git.gnome.org/browse/gitg</param>
          <param 
name="changesrevision">bb7e97442859faa92207c4b287e3d8b4527abc3a</param></service></servicedata>--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to