Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2014-09-30 19:37:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and      /work/SRC/openSUSE:Factory/.gedit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gedit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gedit/gedit.changes      2014-07-17 
06:57:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2014-09-30 
19:37:21.000000000 +0200
@@ -1,0 +2,82 @@
+Wed Sep 24 19:37:13 UTC 2014 - dims...@opensuse.org
+
+- Add gedit-nobinenv.patch: do not add dependency to non-existing
+  /bin/env.
+
+-------------------------------------------------------------------
+Mon Sep 22 17:32:14 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.0:
+  + Improvements on OSX port.
+  + Improvements on Win32 port.
+  + Misc bugfixes.
+  + Updated translations.
+- Add pkgconfig(vapigen) BuildRequires: Build vala support.
+
+-------------------------------------------------------------------
+Tue Aug 19 17:50:05 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.13.91:
+  + Fix a segmentation fault when loading a file.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Aug 18 21:33:10 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.90:
+  + Set default value of create-backup-copy setting to false.
+  + Misc improvements and bug fixes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Aug 12 16:09:39 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.5:
+  + Rework the headerbar again.
+  + Fix opening files from nautilus.
+  + Center the view in fullscreen mode.
+  + Win32 improvements and new installer.
+  + Misc bug fixes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Jul 29 07:57:03 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.4:
+  + Update appdata file for new desktop file name.
+  + Use automatic GTK menus.
+  + Misc bug fixes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Jul 22 21:07:44 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.3:
+  + File loading and saving based on a new API in GtkSourceView.
+  + Include Adwaita theming.
+  + New selector to open documents in the header bar.
+  + Various improvements and bug fixes.
+  + Some work to build gedit on Windows.
+  + Updated translations.
+- Rebased gedit-desktop.patch.
+
+-------------------------------------------------------------------
+Sat Jul 12 22:21:42 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.13.2:
+  + Zeitgeist plugin moved to the gedit-plugins module.
+  + Some code clean-up in GeditTab and GeditDocument.
+- Changes from version 3.13.1:
+  + Statusbar: line/col popover menu.
+  + Use GtkListBox for the style scheme list.
+  + Make use of popover menu for the gear menu.
+  + Make it work on Windows.
+  + Add a gsettings for the last wrapping split -mode.
+  + Misc bug fixes.
+  + Updated translations.
+- Remove traces of zeitgeist plugin:
+  + Drop pkgconfig(zeitgeist-2.0) BuildRequires.
+  + Remove gedit-plugin-zeitgeist subpackage (no obsoletes, as it
+    will be built by gedit-plugins).
+
+-------------------------------------------------------------------

Old:
----
  gedit-3.12.2.tar.xz

New:
----
  gedit-3.14.0.tar.xz
  gedit-nobinenv.patch

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

Other differences:
------------------
++++++ gedit.spec ++++++
--- /var/tmp/diff_new_pack.3Qne20/_old  2014-09-30 19:37:22.000000000 +0200
+++ /var/tmp/diff_new_pack.3Qne20/_new  2014-09-30 19:37:22.000000000 +0200
@@ -19,15 +19,17 @@
 %define _with_gi_python 1
 
 Name:           gedit
-Version:        3.12.2
+Version:        3.14.0
 Release:        0
 Summary:        Small and lightweight UTF-8 text editor
 License:        GPL-2.0+
 Group:          Productivity/Text/Editors
 Url:            http://www.gnome.org
-Source:         
http://download.gnome.org/sources/gedit/3.12/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gedit/3.14/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change 
icon
 Patch0:         gedit-desktop.patch
+# PATCH-FIX-UPSTREAM gedit-nobinenv.patch dims...@opensuse.org -- Do not add 
dependency to non-existing /bin/env.
+Patch1:         gedit-nobinenv.patch
 BuildRequires:  enchant-devel
 BuildRequires:  fdupes
 BuildRequires:  gettext
@@ -40,8 +42,8 @@
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gio-2.0) >= 2.39.3
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.11.6
-BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.11.2
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
+BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.14.0
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.7.0
 BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.7.0
@@ -49,8 +51,8 @@
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.5.0
 BuildRequires:  pkgconfig(pygobject-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(sm) >= 1.0.0
+BuildRequires:  pkgconfig(vapigen) >= 0.25.1
 BuildRequires:  pkgconfig(x11)
-BuildRequires:  pkgconfig(zeitgeist-2.0) >= 0.9.12
 Requires:       python3-cairo
 %if %{_with_gi_python}
 # See bnc#847114 - plugins generally depend on it
@@ -68,16 +70,6 @@
 Gedit is a small and lightweight UTF-8 text editor for the GNOME
 environment.
 
-%package plugin-zeitgeist
-Summary:        Zeitgeist dataprovider for gedit
-Group:          Productivity/Text/Editors
-Requires:       %{name}
-Supplements:    packageand(%{name}:zeitgeist)
-
-%description plugin-zeitgeist
-The zeitgeist plugin for gedit provides a zeitgeist dataprovider that
-logs access and leave event for documents used with gedit.
-
 %if %{_with_gi_python}
 %package -n python3-gedit
 Summary:        Python bindings for gedit
@@ -112,6 +104,7 @@
 %setup -q
 translation-update-upstream
 %patch0 -p0
+%patch1 -p1
 
 %build
 %configure \
@@ -121,7 +114,7 @@
 %install
 %make_install
 find %{buildroot} -type f -name '*.la' -delete -print
-%suse_update_desktop_file gedit
+%suse_update_desktop_file org.gnome.gedit
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
 
@@ -145,7 +138,7 @@
 %{_bindir}/gedit
 %{_bindir}/gnome-text-editor
 %dir %{_datadir}/appdata
-%{_datadir}/appdata/gedit.appdata.xml
+%{_datadir}/appdata/org.gnome.gedit.appdata.xml
 %{_datadir}/applications/*.desktop
 %{_datadir}/dbus-1/services/org.gnome.gedit.service
 %{_datadir}/GConf/gsettings/gedit.convert
@@ -193,11 +186,6 @@
 
 %files lang -f %{name}.lang
 
-%files plugin-zeitgeist
-%defattr(-, root, root)
-%{_libdir}/gedit/plugins/zeitgeist.plugin
-%{_libdir}/gedit/plugins/libzeitgeist.so
-
 %if %{_with_gi_python}
 %files -n python3-gedit
 %defattr(-,root,root)
@@ -211,5 +199,7 @@
 %{_datadir}/gedit/gir-1.0/
 %{_includedir}/*
 %{_libdir}/pkgconfig/*.pc
+%{_datadir}/vala/vapi/gedit.deps
+%{_datadir}/vala/vapi/gedit.vapi
 
 %changelog

++++++ gedit-3.12.2.tar.xz -> gedit-3.14.0.tar.xz ++++++
++++ 263985 lines of diff (skipped)

++++++ gedit-desktop.patch ++++++
--- /var/tmp/diff_new_pack.3Qne20/_old  2014-09-30 19:37:24.000000000 +0200
+++ /var/tmp/diff_new_pack.3Qne20/_new  2014-09-30 19:37:24.000000000 +0200
@@ -1,7 +1,7 @@
-Index: data/gedit.desktop.in.in
+Index: data/org.gnome.gedit.desktop.in.in
 ===================================================================
---- data/gedit.desktop.in.in.orig
-+++ data/gedit.desktop.in.in
+--- data/org.gnome.gedit.desktop.in.in.orig
++++ data/org.gnome.gedit.desktop.in.in
 @@ -6,7 +6,7 @@ Exec=gedit %U
  Terminal=false
  Type=Application

++++++ gedit-nobinenv.patch ++++++
Index: gedit-3.14.0/plugins/externaltools/data/send-to-fpaste.tool.in
===================================================================
--- gedit-3.14.0.orig/plugins/externaltools/data/send-to-fpaste.tool.in
+++ gedit-3.14.0/plugins/externaltools/data/send-to-fpaste.tool.in
@@ -1,4 +1,4 @@
-#!/bin/env python3
+#!/usr/bin/python3
 
 import os, urllib, json, sys, urllib.request
 from gi.repository import Gtk, Gdk
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to