Hello community,

here is the log from the commit of package nemiver for openSUSE:Factory checked 
in at 2014-10-01 11:23:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nemiver (Old)
 and      /work/SRC/openSUSE:Factory/.nemiver.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nemiver"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nemiver/nemiver.changes  2013-12-30 
10:24:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.nemiver.new/nemiver.changes     2014-10-01 
11:23:40.000000000 +0200
@@ -1,0 +2,15 @@
+Wed Sep 24 13:00:14 UTC 2014 - [email protected]
+
+- Update to version 0.9.5.1411306867.91aaabf:
+  + Support VTE 2.91.
+  + Updated translations.
+- Replace pkgconfig(vte-2.90) BuildRequires with
+  pkgconfig(vte-2.91), following upstream.
+- Introduce scm_bootstrap defines, allowing to easily
+  enable/disable the need to bootstrap (as the current tarball is a
+  git checkout):
+  + set scm_bootstrap to 1.
+  + Conditionally add gnome-common BuildRequires and call to
+    gnome-autogen.sh.
+
+-------------------------------------------------------------------

Old:
----
  nemiver-0.9.5.tar.xz

New:
----
  nemiver-0.9.5.1411306867.91aaabf.tar.xz

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

Other differences:
------------------
++++++ nemiver.spec ++++++
--- /var/tmp/diff_new_pack.4J6myB/_old  2014-10-01 11:23:42.000000000 +0200
+++ /var/tmp/diff_new_pack.4J6myB/_new  2014-10-01 11:23:42.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nemiver
 #
-# 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
@@ -16,14 +16,21 @@
 #
 
 
+%define scm_bootstrap 1
+
 Name:           nemiver
-Version:        0.9.5
+Version:        0.9.5.1411306867.91aaabf
 Release:        0
 Summary:        Nemiver graphical debugger
 License:        GPL-2.0+
 Group:          Development/Tools/Debuggers
 Url:            http://home.gna.org/nemiver/
-Source0:        
http://download.gnome.org/sources/nemiver/0.9/%{name}-%{version}.tar.xz
+# Currently no full URL, as we are using a git snapshot
+#Source0:        
http://download.gnome.org/sources/nemiver/0.9/%{name}-%{version}.tar.xz
+Source0:        %{name}-%{version}.tar.xz
+%if 0%{?scm_bootstrap}
+BuildRequires:  gnome-common
+%endif
 BuildRequires:  boost-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -40,7 +47,7 @@
 BuildRequires:  pkgconfig(gtkhex-3) >= 2.90
 BuildRequires:  pkgconfig(gtkmm-3.0) >= 3.0
 BuildRequires:  pkgconfig(gtksourceviewmm-3.0) >= 3.0
-BuildRequires:  pkgconfig(vte-2.90) >= 0.28
+BuildRequires:  pkgconfig(vte-2.91) >= 0.28
 Requires:       gdb
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -69,6 +76,9 @@
 translation-update-upstream
 
 %build
+%if 0%{?scm_bootstrap}
+NOCONFIGURE=1 gnome-autogen.sh
+%endif
 %configure --disable-static --with-pic\
         --enable-gsettings
 make %{?_smp_mflags}
@@ -112,6 +122,8 @@
 %{_bindir}/*
 %{_libdir}/nemiver/
 %{_datadir}/nemiver/
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/nemiver.appdata.xml
 %{_datadir}/applications/*
 %{_datadir}/glib-2.0/schemas/org.nemiver.gschema.xml
 %{_datadir}/icons/*/*/apps/nemiver.*

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to