Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2012-10-19 12:31:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and      /work/SRC/openSUSE:Factory/.gedit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gedit", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gedit/gedit.changes      2012-10-03 
10:25:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2012-10-19 
12:31:38.000000000 +0200
@@ -1,0 +2,10 @@
+Tue Oct 16 07:10:56 UTC 2012 - [email protected]
+
+- Update to version 3.6.1:
+  + File Browser side panel improvements.
+  + Fix print preview in landscape mode.
+  + Misc bugfixes.
+  + Updated translations.
+- Fixup .desktop file: add trailing semicolon to keywords.
+
+-------------------------------------------------------------------

Old:
----
  gedit-3.6.0.tar.xz

New:
----
  gedit-3.6.1.tar.xz

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

Other differences:
------------------
++++++ gedit.spec ++++++
--- /var/tmp/diff_new_pack.hYPDVm/_old  2012-10-19 12:31:39.000000000 +0200
+++ /var/tmp/diff_new_pack.hYPDVm/_new  2012-10-19 12:31:39.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gedit
-Version:        3.6.0
+Version:        3.6.1
 Release:        0
 Summary:        Small and lightweight UTF-8 text editor
 License:        GPL-2.0+
@@ -87,6 +87,10 @@
 %setup -q
 translation-update-upstream
 %patch0 -p0
+# Fix the _keywords line: it must end with a trailing semicolon.
+# Build fails when upstream fixes this (bgo#686250).
+test ! $(grep  "_Keywords=.*;" data/gedit.desktop.in.in)
+sed -i "s:_Keywords=Text:_Keywords=Text;:" data/gedit.desktop.in.in
 
 %build
 %configure \
@@ -97,7 +101,7 @@
 %install
 %make_install
 find %{buildroot} -type f -name '*.la' -delete -print
-%suse_update_desktop_file -N gedit -G "Text Editor" gedit TextEditor
+%suse_update_desktop_file gedit
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
 
@@ -123,6 +127,8 @@
 %{_datadir}/applications/*.desktop
 %{_datadir}/dbus-1/services/org.gnome.gedit.service
 %{_datadir}/GConf/gsettings/gedit.convert
+# %{_datadir}/gedit/gir-1.0/ lives in -devel
+%exclude %{_datadir}/gedit/gir-1.0/
 %{_datadir}/gedit/
 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.gschema.xml
@@ -176,6 +182,7 @@
 %files devel
 %defattr(-, root, root)
 %doc %{_datadir}/gtk-doc/html/gedit/
+%{_datadir}/gedit/gir-1.0/
 %{_includedir}/*
 %{_libdir}/pkgconfig/*.pc
 

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

Reply via email to