Hello community,

here is the log from the commit of package giggle for openSUSE:Factory checked 
in at 2012-11-06 16:05:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/giggle (Old)
 and      /work/SRC/openSUSE:Factory/.giggle.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "giggle", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/giggle/giggle.changes    2012-02-27 
18:35:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.giggle.new/giggle.changes       2012-11-06 
16:05:42.000000000 +0100
@@ -1,0 +2,11 @@
+Thu Nov  1 04:59:47 UTC 2012 - [email protected]
+
+- Update to version 0.6.2:
+  + build: Explicitly link to gmodule-2.0.
+  + use the giggle api instead g_object_get()
+- Drop giggle-link-gmodule.patch: fixed upstream.
+- Drop xz BuildRequires as it now comes for free in the build
+  system.
+- Only conditionally use find_lang variant on openSUSE <= 12.1.
+
+-------------------------------------------------------------------

Old:
----
  giggle-0.6.1.tar.bz2
  giggle-link-gmodule.patch

New:
----
  giggle-0.6.2.tar.xz

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

Other differences:
------------------
++++++ giggle.spec ++++++
--- /var/tmp/diff_new_pack.49gdOj/_old  2012-11-06 16:05:43.000000000 +0100
+++ /var/tmp/diff_new_pack.49gdOj/_new  2012-11-06 16:05:43.000000000 +0100
@@ -17,19 +17,14 @@
 
 
 Name:           giggle
-Version:        0.6.1
+Version:        0.6.2
 Release:        0
-# FIXME: the %%{_datadir}/help/$locale/ files should be found by %%find_lang
 Summary:        A graphical frontend for git
 License:        GPL-2.0+
 Group:          Development/Tools/Version Control
 Url:            http://live.gnome.org/giggle
-Source:         
http://download.gnome.org/sources/giggle/0.6/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM giggle-link-gmodule.patch bgo#667350 [email protected] 
-- Explicitly link to gmodule
-Patch0:         giggle-link-gmodule.patch
+Source:         
http://download.gnome.org/sources/giggle/0.6/%{name}-%{version}.tar.xz
 BuildRequires:  git-core >= 1.5
-# needed for patch0
-BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
@@ -68,11 +63,8 @@
 %prep
 %setup -q
 translation-update-upstream po giggle
-%patch0 -p1
 
 %build
-# needed for patch0
-NOCONFIGURE=1 gnome-autogen.sh
 %configure
 make %{?_smp_mflags}
 
@@ -82,14 +74,16 @@
 %find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file -G "Git repository viewer" %{name}
 
+%if 0%{?suse_version} <= 1210
 # Localized help
 for help in %{buildroot}%{_datadir}/help/*/%{name}/; do
     LOCALE=`echo $help | sed "s:.*%{_datadir}/help/\([^/]*\)/%{name}/:\1:g"`
     echo "%%lang($LOCALE) %%dir %%{_datadir}/help/$LOCALE" >> 
%{name}.help-lang.tmp
     echo "%%lang($LOCALE) %%doc /${help##%{buildroot}}" >> 
%{name}.help-lang.tmp
 done
-echo "%%defattr(-,root,root)" > %{name}.help-lang
+echo "%%defattr(-,root,root)" >> %{name}.lang
 sort -u %{name}.help-lang.tmp | grep -v "^%%lang(C)" >> %{name}.help-lang
+%endif
 
 %clean
 rm -rf %{buildroot}
@@ -127,7 +121,7 @@
 %{_libdir}/giggle/plugins/%{version}/*.xml
 %{_datadir}/giggle/
 
-%files lang -f %{name}.lang -f %{name}.help-lang
+%files lang -f %{name}.lang
 
 %files devel
 %defattr(-,root,root)

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

Reply via email to